/**
 * 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 !important;
  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;
}
.table-wrapper {
  margin-bottom: 40px;
}
.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;
  display: block;
  line-height: normal;
}
.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;
}
.brandlogoSliderLayer.style3 .swiper-slide {
  width: 243.33px;
  margin-right: 30px;
}
.brandlogoSliderLayer.style3 .logo_in {
  background-color: #fff;
  border-radius: 7px;
}
.brandlogoSliderLayer.style3 .logo_in .img {
  padding: 20px 10px;
}
.brandlogoSliderLayer.style3 .logo_in .dtl {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #e2e2e2;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.brandlogoSliderLayer.style3 .logo_in:hover .dtl {
  color: #000;
}
/* ------------------------------------------------------------
   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;
}
.catalog-product-view.poco-themes.page-layout-2columns-left .sidebar-additional .block:last-of-type,
.catalog-product-view.poco-themes.page-layout-2columns-right .sidebar-additional .block:last-of-type {
  margin-bottom: 30px !important;
}
@media (min-width: 1200px), 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;
    clear: 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,
.page-layout-3columns .product.data.items > .item.content .description .pagebuilder-column-line {
  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: 10px;
  font-size: 14px;
  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: 30px;
}
.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="https://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="https://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="https://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="https://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 .block-ProductsListing .product-brand,
.poco-themes.page-layout-2columns-right .sidebar .block-ProductsListing .product-brand,
.poco-themes.page-with-filter .sidebar .block-ProductsListing .product-brand,
.poco-themes.page-layout-3columns .sidebar .block-ProductsListing .product-brand,
.poco-themes.catalogsearch-result-index .sidebar .block-ProductsListing .product-brand {
  line-height: normal;
}
.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="https://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="https://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: 16px !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;
  display: block;
}
.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="https://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: inline-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="https://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="https://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: 10px 20px !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.form-create-account .fieldset.create.info {
  padding-bottom: 20px;
}
.create.account .fieldset.create.info {
  border-bottom: 2px solid #ddd !important;
}
.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: 3px !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="https://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:not(.swiper-slide),
.block.widget.block-products-list .widget-product-grid .product-item:not(.swiper-slide) {
  padding: 0 0 40px;
  margin-bottom: 40px;
  width: 100% !important;
  margin-right: 0 !important;
}
.products-list .product-item,
.block.widget.block-products-list .widget-product-grid .product-item {
  /* 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,
.products-list .hover-style13 .product-item .product-item-inner,
.block.widget.block-products-list .widget-product-grid .hover-style13 .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,
.products-list .hover-style13 .product-item .product-item-inner .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .hover-style13 .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-style13 .product-item .product-item-inner .icon-btn .action:after,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .icon-btn .action:after {
  display: none !important;
}
.products-list .hover-style13 .product-item .product-item-inner .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .icon-btn .action {
  border-radius: 0 !important;
}
.products-list .hover-style13 .product-item .product-item-inner .cart-btn .action .st-icon,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .cart-btn .action .st-icon,
.products-list .hover-style13 .product-item .product-item-inner .cart-btn .action .text,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .cart-btn .action .text {
  display: none !important;
}
.products-list .hover-style13 .product-item .product-item-inner .cart-btn .action .icon .st-icon,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .cart-btn .action .icon .st-icon {
  display: block !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,
.products-list .hover-style13 .product-item .product-item-info:hover .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .hover-style13 .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,
.products-list .hover-style13 .product-item .product-item-inner.style13 .d-flex,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner.style13 .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,
.products-list .hover-style13 .product-item .pro-hover .product-item-photo,
.block.widget.block-products-list .widget-product-grid .hover-style13 .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 .hover-style13 .product-item .product-item-inner,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner {
  display: flex;
  justify-content: center !important;
  align-items: center;
}
.products-list .hover-style13 .product-item .product-item-inner .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .btn-horizontal {
  order: 2;
}
.products-list .hover-style13 .product-item .product-item-inner .cart-btn,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .cart-btn {
  flex: inherit !important;
  order: 1;
}
.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="https://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="https://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="https://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 .switch {
  margin: 0 !important;
  border-bottom: 1px solid #ddd;
}
.product-info-main .product.info.detailed .product.data.items > .item.title .switch:after {
  content: "\002B" !important;
  display: block !important;
  text-align: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 9px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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__arr .fotorama__arr__arr {
  width: 40px !important;
  height: 40px !important;
  background-color: #fff !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 0 !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--thumbs .fotorama__nav__frame {
  margin-right: 23px;
  cursor: pointer;
}
.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;
}
.page-layout-1column .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  top: -15px;
}
.page-layout-1column .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  padding: 15px 10px 0 0 !important;
  cursor: pointer;
}
.page-layout-1column.catalog-product-view .fotorama__stage__frame.fotorama_vertical_ratio {
  width: 95% !important;
  height: 99.6% !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 {
  padding: 1px;
  margin-left: -17px;
}
.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 {
  width: 40px !important;
  background-color: transparent !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__arr.fotorama__arr--next {
  right: 10px !important;
}
.fotorama__arr.fotorama__arr--prev {
  left: 10px !important;
}
.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;
}
.cartDetails .swatch-attribute-options {
  margin-top: 3px;
}
/* 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;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}
.sticky-product .sticky-price {
  display: inline-block;
  vertical-align: middle;
}
.sticky-product .price-box {
  display: flex;
  align-items: center;
}
.sticky-product .price-box p {
  margin: 0;
}
.sticky-product .price-box .price-from {
  margin-right: 10px !important;
}
.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-cart-btn .action.primary .icon {
  display: none;
}
.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%;
  padding: 95px 0;
  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="https://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 .product-add-form {
  display: none;
}
.page-product-bundle .product-info-price .price-box p {
  margin: 0;
}
.page-product-bundle .bundle-actions {
  margin: 30px 0;
}
.product-add-form .block-bundle-summary .box-tocart .fieldset {
  width: auto;
}
.product-add-form .block-bundle-summary .box-tocart .field.qty,
.product-add-form .block-bundle-summary .update .field.qty {
  padding-right: 0;
}
.bundle-options-container {
  clear: both;
}
.bundle-options-container .product-options-wrapper label,
.bundle-options-container .product-options-wrapper .swatch-attribute-label {
  padding-right: 0;
}
.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;
  background: transparent;
  color: #000;
  padding: 0 !important;
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
}
.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 .bundle-options-wrapper .required {
  font-size: 12px;
}
.bundle-options-container {
  margin: 0 !important;
}
.bundle-options-container .product-add-form {
  margin-bottom: 0;
}
.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  ------------------------------------------ 
--------------------------------------------------------------- */
.cart.table-wrapper {
  margin-bottom: 0;
}
.cart.table-wrapper .cart.items.data.table {
  border: 0 !important;
}
.cart.table-wrapper .cart.items.data.table td {
  border: 0 !important;
  padding: 40px 0 !important;
}
.cart.table-wrapper .cart.items.data.table th {
  padding: 0 0 40px !important;
  border: 0;
  border-bottom: solid 1px #dbdbdb !important;
}
.cart.table-wrapper .items > .item {
  border-bottom: solid 1px #dbdbdb !important;
}
.cart.table-wrapper .cart.item .price-including-tax .price,
.cart.table-wrapper .cart.item .price-excluding-tax .price {
  font-weight: 400 !important;
}
.cart.table-wrapper .item-actions .actions-toolbar {
  margin-left: 0 !important;
}
.cart.table-wrapper .col {
  padding-top: 0;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal {
  text-align: center;
}
.cart.table-wrapper .items thead + .item {
  border-top: 0;
  border-bottom: 0;
}
.cart.table-wrapper .item .product-image-photo {
  border: 1px solid #ddd;
}
.cart.table-wrapper .cart.items thead th {
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.cart.table-wrapper .item .col.item {
  border: 0 !important;
  padding: 10px !important;
}
.cart.table-wrapper .cart.items.data.table tr.item-actions {
  background-color: transparent !important;
}
.cart.table-wrapper .cart.items.data.table tr.item-actions td {
  padding-top: 0 !important;
}
@media (min-width: 769px) {
  .cart.table-wrapper .product-item-photo {
    padding-right: 50px;
    padding-left: 0;
  }
}
.cart.table-wrapper .product-image-container {
  display: block;
}
.cart.table-wrapper .product-item-name {
  margin-top: 0;
  text-transform: uppercase;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .item-options dt,
.cart.table-wrapper .item-options dd {
  margin-bottom: 0;
  font-weight: 400;
}
.cart.table-wrapper .item-options dt {
  margin-right: 5px;
}
.cart.table-wrapper .product-item-details {
  vertical-align: middle !important;
}
.cart.table-wrapper .actions-toolbar .action,
.cart.table-wrapper .actions-toolbar .action-gift {
  margin-bottom: 0;
}
.cart.table-wrapper .actions-toolbar .action {
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 0;
}
.cart.table-wrapper .actions-toolbar .action.action-edit {
  padding: 0 !important;
}
.cart.table-wrapper .actions-toolbar .action.action-towishlist {
  padding: 0 !important;
}
.cart.table-wrapper .actions-toolbar .action.action-delete {
  padding: 0 !important;
}
.cart.table-wrapper .actions-toolbar .action span {
  display: none;
}
.cart.table-wrapper .actions-toolbar .action:focus {
  background-color: transparent !important;
  border: 0 !important;
}
.cart.table-wrapper .col.qty .input-text {
  width: 70px;
  text-align: left;
}
.cart.table-wrapper .col.qty .field.qty {
  text-align: center;
  display: inline-block;
  margin: 0 auto !important;
  min-width: 100px;
  position: relative;
  border: solid 1px #d7d7db;
}
.cart.table-wrapper .col.qty .field.qty .control-qty {
  right: -6px !important;
  margin: 0 !important;
}
.cart.table-wrapper .col.qty .field.qty .input-text.qty {
  height: 61px !important;
  float: left;
  width: 70px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-top: 0;
  border: 0 !important;
}
.cart.table-wrapper .col.qty .field.qty .label {
  display: none;
}
.cart.table-wrapper .col.qty .field.qty .qnty {
  position: absolute;
  width: 31px;
  right: 0;
}
.cart.table-wrapper .col.qty .field.qty .qnty .icon {
  font-size: 17px;
}
.cart.table-wrapper .col.qty .field.qty .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;
}
.cart.table-wrapper .col.qty .field.qty .quantity-controls:hover {
  background-color: #ddd;
}
.cart.table-wrapper .col.qty .field.qty .less {
  margin-right: -1px;
}
.cart.table-wrapper .col.qty .field.qty .more {
  margin-left: -1px;
}
.cart.table-wrapper .col.qty .field.qty .field-error,
.cart.table-wrapper .col.qty .field.qty div.mage-error {
  width: 100%;
  position: absolute;
  top: 100%;
  line-height: normal;
  white-space: nowrap;
}
.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 .cart.main.actions {
  padding: 40px 0;
}
.cart-container .cart.main.actions .action {
  padding: 0 !important;
  margin-bottom: 0;
  background-color: transparent !important;
  border: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}
.cart-container .cart.main.actions .action:before {
  display: none;
}
@media (min-width: 769px) {
  .cart-container .form-cart .action.update {
    margin-left: 40px !important;
  }
}
.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: 600 !important;
  text-transform: uppercase !important;
}
.cart-container .cart-summary .data.table.totals {
  border: 0 !important;
}
.cart-container .cart-summary .data.table.totals th,
.cart-container .cart-summary .data.table.totals td {
  border: 0 !important;
  padding: 15px 0 !important;
  text-transform: uppercase;
}
.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 .block-bundle-summary .available,
.cartDetails .product-options-bottom .price-as-configured {
  margin: 0 0 20px !important;
}
.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) {
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: inherit !important;
    max-width: 720px !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .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="https://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="https://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;
}
.opc-payment-additional.discount-code {
  padding: 20px;
  background-color: #efefef;
}
.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;
}
.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 */
.mage-deal-banner {
  border-radius: 7px;
  min-height: 130px;
  position: relative;
  z-index: 1;
  background-position: center;
}
.mage-deal-banner .title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.mage-deal-banner .timer-product {
  position: static;
}
.mage-deal-banner .container {
  max-width: 890px;
}
.mage-deal-banner #timer-countbox .countdown-section {
  position: relative;
  width: auto;
  padding: 0 15px;
  margin: 0 !important;
}
.mage-deal-banner #timer-countbox .countdown-section,
.mage-deal-banner #category-timer-countbox .countdown-section,
.mage-deal-banner #timer-countbox .countdown-section .countdown-period,
.mage-deal-banner #category-timer-countbox .countdown-section .countdown-period,
.mage-deal-banner #timer-countbox .countdown-section .countdown-amount,
.mage-deal-banner #category-timer-countbox .countdown-section .countdown-amount {
  background-color: transparent !important;
  border-color: transparent !important;
}
.mage-deal-banner #timer-countbox .countdown-section .countdown-amount {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.mage-deal-banner #timer-countbox .countdown-section .countdown-period {
  font-size: 16px;
  font-weight: 500;
}
.mage-deal-banner #timer-countbox .countdown-section:after {
  content: ":";
  font-size: 32px;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.mage-deal-banner #timer-countbox .countdown-section:last-of-type:after {
  content: '';
}
.mage-deal-banner .btn-small {
  padding: 12px 20px !important;
}
.mage-deal-banner .btn-small .st-icon {
  margin: -4px 0 0 5px;
}
@media (max-width: 999px) {
  .mage-deal-banner {
    background-position: left;
  }
  .mage-deal-banner .container {
    padding: 20px 10px;
  }
  .mage-deal-banner .container .d_fl {
    flex-direction: column;
  }
  .mage-deal-banner .title {
    font-size: 28px;
  }
  .mage-deal-banner .tmr {
    margin: 20px 0;
  }
  .mage-deal-banner #timer-countbox .countdown-section .countdown-amount {
    font-size: 26px;
  }
  .mage-deal-banner #timer-countbox .countdown-section .countdown-period {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .mage-deal-banner {
    background-position: 20%;
  }
  .mage-deal-banner #timer-countbox .countdown-section .countdown-amount {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .mage-deal-banner .title {
    font-size: 25px;
  }
  .mage-deal-banner #timer-countbox .countdown-section .countdown-amount {
    font-size: 18px;
  }
  .mage-deal-banner #timer-countbox .countdown-section .countdown-period {
    font-size: 11px;
  }
  .mage-deal-banner #timer-countbox .countdown-section {
    padding: 0 8px;
  }
}
.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;
}
.products-grid.wishlist .product-item .product-image-wrapper {
  height: 100%;
}
.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="https://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 .item:not(:last-child) .accordion-panel {
  margin-bottom: 30px;
}
.accordian-content .item .accordion-panel p {
  margin: 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="https://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="https://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-index-index .page-main {
  max-width: 100% !important;
  padding: 0;
}
.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;
}
.poco-home-page-style-2 .newsletter-section .form.subscribe .action {
  height: 100%;
  top: -5px;
}
/* ------------------------------------------------------------
   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="https://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="https://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="https://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="https://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: 0;
  right: 30px;
  font-weight: 800;
  height: 63px;
}
.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 .product-add-form .box-tocart #product-addtocart-button .icon,
.poco-home-page-style-5 .product-add-form .update #product-addtocart-button .icon {
  display: none;
}
.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 .swiper-slide {
  width: 248px;
}
.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,
.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="https://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="https://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;
  height: 20px;
}
.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="https://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="https://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-readmore .st-icon {
  display: none;
}
.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;
  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;
}
@media (min-width: 1202px) {
  .block-slider .product-item.swiper-slide {
    width: 340px;
    margin-right: 30px;
  }
}
.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="https://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="https://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="https://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="https://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="https://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="https://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="https://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;
}
.mageb-osc .magebees-discount-code-wrapper {
  padding-left: 20px !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: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin: 0 auto !important;
    top: 50%;
    right: auto !important;
    max-width: 560px !important;
    width: 100% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transition: 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;
}
.checkout-index-index .modal-popup .modal-title {
  padding: 10px 15px !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;
}
#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="https://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="https://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="https://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="https://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;
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
}
.productsListing-section .swiper:not(.products-list) .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;
  padding: 0 !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,
.productsListing-section .products-list .product-item-inner .stock.unavailable {
  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;
}
.productsListing-section .view-more.btm svg {
  margin-top: -3px;
}
/* ------------------------------------------------------------
   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="https://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="https://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 2.6rem;
}
@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;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.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;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 20px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
@media (min-width: 769px), print {
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart.table-wrapper .product-item-photo {
    padding-left: 0;
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
}
.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;
}
.form.password.forget .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 20px;
}
.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="https://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="https://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;
  line-height: normal;
}
.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,
.mageTestimonials.style4 .item {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e2e0de;
}
.mageTestimonials.style4 .item {
  padding: 0;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.mageTestimonials.style3 .pht,
.mageTestimonials.style4 .pht {
  flex: 1;
  max-width: 185px;
}
.mageTestimonials.style4 .pht {
  max-width: 165px;
}
.mageTestimonials.style3 .pht img,
.mageTestimonials.style4 .pht img {
  display: block;
}
.mageTestimonials.style3 .qte_dtls,
.mageTestimonials.style4 .qte_dtls {
  flex: 1;
  padding: 0 40px;
}
.mageTestimonials.style3 .qte_cnt,
.mageTestimonials.style4 .qte_cnt {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.mageTestimonials.style3 .mageTmRating,
.mageTestimonials.style4 .mageTmRating {
  margin: 0;
}
.mageTestimonials.style3 .nme,
.mageTestimonials.style4 .nme {
  font-size: 16px;
}
.mageTestimonials.style3 .nme b,
.mageTestimonials.style4 .nme b {
  font-weight: 500;
}
.mageTestimonials.style3 .nme .sep,
.mageTestimonials.style4 .nme .sep {
  margin: 0 6px;
}
.mageTestimonials.style3 .eml,
.mageTestimonials.style3 .adrs,
.mageTestimonials.style3 .dte,
.mageTestimonials.style4 .eml,
.mageTestimonials.style4 .adrs,
.mageTestimonials.style4 .dte {
  font-size: 13px;
}
.mageTestimonials.style3 .eml .st-icon,
.mageTestimonials.style3 .adrs .st-icon,
.mageTestimonials.style3 .dte .st-icon,
.mageTestimonials.style4 .eml .st-icon,
.mageTestimonials.style4 .adrs .st-icon,
.mageTestimonials.style4 .dte .st-icon {
  margin-right: 5px;
}
.mageTestimonials.style3 #ratings,
.mageTestimonials.style4 #ratings {
  margin-bottom: 10px;
  line-height: normal;
}
.mageTestimonials.style3 .swiper-slide,
.mageTestimonials.style4 .swiper-slide {
  max-width: 587px;
  width: auto !important;
}
.mageTestimonials.style4 .swiper-slide {
  padding: 10px 0;
}
.mageTestimonials.style4 .qte_dtls {
  padding: 40px;
  border-left: 1px solid #ebebeb;
}
.mageTestimonials.style4 .qte_cnt {
  font-size: 18px;
  line-height: 28px;
  color: #828282;
}
.mageTestimonials.style4 .pht img {
  margin: 0 auto;
}
.mageTestimonials.style4 .mageTmComp {
  display: block;
  color: #828282;
  font-size: 18px;
}
.mageTestimonials.style4 .nme b {
  color: #373530;
  font-size: 18px;
  font-weight: 600;
}
.mageTestimonials.style4 .section-title.style2 .ttl-wrap {
  display: flex;
  flex-direction: column;
}
.mageTestimonials.style4 .section-title.style2 .swiper-button-prev {
  margin: 0 10px;
}
.mageTestimonials.style4 .section-title.style2 .swiper-button-prev:after,
.mageTestimonials.style4 .section-title.style2 .swiper-button-next:after {
  display: none;
}
.mageTestimonials.style4 .section-title.style2 .swiper-button-prev,
.mageTestimonials.style4 .section-title.style2 .swiper-button-next {
  width: 53px !important;
  height: 53px !important;
  border: 0 !important;
  position: static !important;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.mageTestimonials.style4 .section-title.style2 .swiper-button-next svg,
.mageTestimonials.style4 .section-title.style2 .swiper-button-prev svg {
  width: 18px;
  height: 18px;
}
.mageTestimonials.style4 .section-title.style2 .swiper-button-next.swiper-button-disabled,
.mageTestimonials.style4 .section-title.style2 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.mageTestimonials.style4 {
  overflow: hidden;
}
.mageTestimonials.style4 .block-content {
  margin-right: -20vw;
}
.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 .products-grid .hover-style13 .product-item .product-item-details {
  background: transparent;
}
.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;
}
.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 .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,
.mageb-patterns.mageb-pattern36 {
  display: flex;
}
.mageb-pattern35 .mageb-pattern-list,
.mageb-pattern36 .mageb-pattern-list {
  padding: 0 15px;
}
.mageb-pattern35 .mageb-caption.mageb-on-load-caption,
.mageb-pattern36 .mageb-caption.mageb-on-load-caption {
  background-color: transparent;
}
.mageb-pattern35 .mageb-effects,
.mageb-pattern36 .mageb-effects {
  border-radius: 8px;
}
.mageb-pattern35 img,
.mageb-pattern36 img {
  width: 100%;
}
.mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption,
.mageb-pattern36 .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-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 a {
  line-height: 1;
  text-shadow: 1px 3px 0px #000000, 1px 4px 0px #e5b830;
}
.mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .text,
.mageb-pattern36 .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;
}
.mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .sort-text {
  margin-bottom: 10px;
}
.btn-radius-style .mageb-pattern35 .button {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  padding: 12px 20px;
}
.mageb-pattern36 .mageb-pattern-list .button {
  padding: 14px 25px;
  font-weight: 400 !important;
}
.mageb-pattern37 {
  display: flex;
}
.mageb-pattern37 li {
  width: 31.93103448275862%;
  margin-right: 2.0689655172413794%;
}
.mageb-pattern37 li:last-of-type {
  margin-right: 0;
}
.mageb-pattern37 .mageb-full-caption {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.mageb-pattern37 .mageb-full-caption .sort-text {
  order: 1;
  margin-bottom: 15px;
}
.mageb-pattern37 .mageb-full-caption .sort-text span {
  text-decoration: underline;
}
.mageb-pattern37 .mageb-full-caption .text {
  display: flex;
  flex-direction: column-reverse;
  padding-right: 0;
}
.mageb-pattern37 .mageb-full-caption .h4 {
  letter-spacing: -1px;
  margin-bottom: 10px;
  line-height: normal;
}
.mageb-pattern37 .mageb-caption.v-top .mageb-full-caption {
  top: 50px;
}
.mageb-pattern37 .mageb-pattern-list .mageb-caption.mageb-on-load-caption {
  background-color: transparent;
}
.mageb-pattern37 .mageb-effects {
  border-radius: 10px;
}
.mageb-pattern37 li:nth-of-type(2) .mageb-full-caption {
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.mageb-pattern37 li:nth-of-type(2) .mageb-full-caption .h4 {
  text-align: left;
  margin: 0;
}
.mageb-pattern37 li:nth-of-type(2) .mageb-full-caption .h4 b {
  text-decoration: underline;
}
.mageb-pattern37 li:nth-of-type(2) .mageb-full-caption .sort-text {
  text-align: left;
  margin-bottom: 5px;
}
.mageb-pattern37 li .button {
  padding: 14px 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;
}
.hme_blg_style_8 .swiper-slide {
  width: 298px;
  margin-right: 30px;
}
.hme_blg_style_8 .item .post-image {
  border-radius: 7px;
}
.hme_blg_style_8 .item .detail {
  padding: 20px 0 0;
}
.hme_blg_style_8 .item .post-date {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 500;
}
.hme_blg_style_8 .item .post-date:after {
  display: none;
}
.hme_blg_style_8 .mb-post-meta .meta-item,
.hme_blg_style_8 .post-detail {
  text-transform: none;
}
.hme_blg_style_8 .post-user {
  margin: 0;
}
.hme_blg_style_8 .detail h3 {
  font-weight: 600;
  line-height: normal;
  margin: 10px 0 25px;
}
.hme_blg_style_8 .read_more {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px !important;
  line-height: normal;
}
.hme_blg_style_8 .read_more svg {
  display: none;
}
/* 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="https://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="https://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="https://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="https://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="https://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="https://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 */
/* Home Demo 15 Bakery style */
.poco-home-page-style-15 .ctg_img_wdg_style14:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -70px;
  background-image: url(../images/cookie_img.png);
  background-repeat: no-repeat;
  width: 153px;
  height: 166px;
  overflow: hidden;
  animation: leftright 4s infinite alternate linear;
}
.poco-home-page-style-15 .img_text_sec {
  position: relative;
  padding-top: 0 !important;
}
.poco-home-page-style-15 .img_text_sec:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  background-image: url(../images/todays.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 179px;
  overflow: hidden;
  background-size: contain;
  background-position: center;
}
.poco-home-page-style-15 .img_text_sec:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/brd-img.webp);
  background-repeat: no-repeat;
  width: 132px;
  height: 182px;
  overflow: hidden;
}
.poco-home-page-style-15 .img_text_sec[data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
  max-width: 1350px;
}
.cke_img1 {
  position: absolute;
  top: 30px;
  right: 90px;
  animation: leftright 6s infinite alternate linear;
  z-index: 3;
}
.cke_img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: leftright 5s infinite alternate linear;
  z-index: 1;
}
.img_text_sec .lrg_img {
  position: relative;
  z-index: 2;
}
.img_text_sec .cnt {
  position: relative;
  z-index: 1;
  padding: 0 25% 0 15%;
}
.img_text_sec .sub_hd {
  font-size: 24px;
  margin-bottom: 10px;
}
.img_text_sec h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2.5px;
  line-height: normal;
  margin: 0 0 20px;
}
.img_text_sec .cnt p {
  font-size: 24px;
  line-height: 32px;
}
.img_text_sec .phn {
  color: #e53030;
  font-size: 18px;
  font-weight: 500;
  margin-left: 30px;
}
.img_text_sec .phn:hover {
  opacity: 0.8;
}
.img_text_sec .btn_set {
  display: flex;
  align-items: center;
}
.custm_pro_tabs {
  position: relative;
}
.custm_pro_tabs div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
  font-size: 45px !important;
  font-weight: 700 !important;
  letter-spacing: -2.5px;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.custm_pro_tabs .ui-state-active a {
  background-image: url(../images/tabs_actv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.custm_pro_tabs .row-full-width-inner {
  position: relative;
  z-index: 1;
}
.custm_pro_tabs .row-full-width-inner:before {
  content: "";
  position: absolute;
  top: -145px;
  right: 0;
  background-image: url(../images/bkt_tab_top_img.webp);
  background-repeat: no-repeat;
  width: 193px;
  height: 123px;
  overflow: hidden;
  z-index: 1;
}
/*.custm_pro_tabs:after { content: ""; position: absolute; top:30%; left:0; background-image: url(../images/bkr_tab_left_img.webp); background-repeat: no-repeat; width: 107px; height: 126px; overflow: hidden; } */
.poco-home-page-style-15 .productsListing-section .view-more.btm svg {
  display: inline-flex;
}
.poco-home-page-style-15 .img_text_sec2 {
  position: relative;
}
.poco-home-page-style-15 .img_text_sec2 .row-full-width-inner {
  position: relative;
  max-width: 1230px;
}
.poco-home-page-style-15 .img_text_sec2 .pagebuilder-column-group {
  position: relative;
}
.poco-home-page-style-15 .img_text_sec2 .row-full-width-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/new_pro_bg.webp);
  background-repeat: no-repeat;
  width: 724px;
  height: 439px;
  overflow: hidden;
  background-size: contain;
}
.np_sub_line {
  margin: 70px 0 10px;
}
.np_hdg {
  font-size: 75px;
  line-height: 80px;
  letter-spacing: -3px !important;
  font-weight: 700;
  margin-bottom: 50px;
}
.poco-home-page-style-15 .img_text_sec2:before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 2;
  background-image: url(../images/np_left_img.webp);
  background-repeat: no-repeat;
  width: 165px;
  height: 322px;
  overflow: hidden;
  background-size: contain;
  animation-name: flo;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.poco-home-page-style-15 .img_text_sec2:after {
  content: "";
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 2;
  background-image: url(../images/np_right_img.webp);
  background-repeat: no-repeat;
  width: 285px;
  height: 241px;
  overflow: hidden;
  background-size: contain;
  animation-name: flo;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}
.poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type {
  padding-left: 30px;
  padding-right: 40px;
}
.best_offers_bkr {
  position: relative;
}
.bestofr_list .section-title {
  flex-direction: row;
  justify-content: space-between;
}
.bestofr_list .section-title .title {
  order: 1;
}
.bestofr_list .section-title .view-more {
  order: 2;
}
.bestofr_list .section-title .view-more .action {
  text-transform: none;
  font-weight: 400 !important;
}
.productsListing-section .bestofr_list .products-list .product-item-inner .stock.unavailable,
.productsListing-section .bestofr_list .products-list .product-item-inner .action.primary span {
  display: inline-block;
  text-decoration: underline;
}
.bestofr_list .section-title {
  margin-bottom: 20px;
}
.bestofr_list .items {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 30px;
}
.bestofr_list .products-list .product-item {
  margin: 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 7px;
  margin-top: 30px;
  transition: all ease-out 0.4s;
}
.bestofr_list .products-list .product-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.bestofr_list .products-list .product-item .pro-hover .product-item-photo {
  padding: 0 !important;
}
.bestofr_list .products-list .product-item-name {
  margin-bottom: 0;
}
.bestofr_list .products-list .product-item-shortdesc {
  margin-top: 0;
  line-height: normal;
}
.bestofr_list .products-list .product-item .product-item-info {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.bestofr_list .products-list .product-item .pro-hover {
  max-width: 140px;
}
.bestofr_list .products-list .product-image-wrapper .product-image-photo {
  height: 140px;
  width: 100%;
}
.poco-home-page-style-15 .bestofr_list {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}
.poco-home-page-style-15 .best_offers_bkr .row-full-width-inner:before {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 2;
  background-image: url(../images/bo_right_img.webp);
  background-repeat: no-repeat;
  width: 139px;
  height: 192px;
  overflow: hidden;
  background-size: contain;
}
.poco-home-page-style-15 .best_offers_bkr .row-full-width-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/bo_left_img.webp);
  background-repeat: no-repeat;
  width: 155px;
  height: 162px;
  overflow: hidden;
  background-size: contain;
}
.bestofr_list .products-list .product-item-inner .action.primary,
.bestofr_list .products-list .product-item-inner .stock.unavailable {
  padding: 0 !important;
}
.bestofr_list .products-list .product-item .product-item-inner {
  margin-top: 0;
}
.bestofr_list .products-list .product-item .price-box {
  display: flex;
  align-items: center;
}
.bestofr_list .products-list .product-item .price-box .special-price {
  order: 2;
  padding-right: 0;
}
.bestofr_list .products-list .product-item .price-box .old-price {
  order: 1;
}
.bestofr_list .products-list .product-item .price-box .old-price .price {
  font-weight: 400 !important;
}
.poco-home-page-style-15 .tst_outer {
  position: relative;
}
.poco-home-page-style-15 .tst_outer:before {
  content: "";
  position: absolute;
  bottom: 110px;
  left: 0;
  z-index: 2;
  background-image: url(../images/tst_left_img.webp);
  background-repeat: no-repeat;
  width: 138px;
  height: 126px;
  overflow: hidden;
  background-size: contain;
}
.poco-home-page-style-15 .tst_outer:after {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 2;
  background-image: url(../images/tst_right_img.webp);
  background-repeat: no-repeat;
  width: 228px;
  height: 174px;
  overflow: hidden;
  background-size: contain;
}
.poco-home-page-style-15 .advr_outr .row-full-width-inner {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .poco-home-page-style-15 .mageb-patn-inner {
    margin: 0 -15px;
  }
}
.poco-home-page-style-15 .mageTestimonials .section-title .title:before {
  content: "";
  background-image: url(../images/leaf_bkr.webp);
  background-repeat: no-repeat;
  width: 150px;
  height: 40px;
  overflow: hidden;
  background-size: contain;
  display: block;
  margin: 0 auto 30px;
}
.poco-home-page-style-15 .mageTestimonials .section-title .title {
  font-size: 16px !important;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.poco-home-page-style-15 .mageTestimonials .magetmQuotes {
  font-size: 32px;
  line-height: 45px;
  max-width: 800px;
}
.poco-home-page-style-15 .mageTestimonials .clientname b {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.poco-home-page-style-15 .mageTestimonials .clientname b:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.poco-home-page-style-15 .mageTestimonials .swiper {
  max-width: 950px;
}
.poco-home-page-style-15 .mageTestimonials .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" 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;
  width: 34px;
  height: 34px;
  display: block;
  transform: none;
  border: 0;
}
.poco-home-page-style-15 .mageTestimonials .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" 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;
  width: 34px;
  height: 34px;
  display: block;
  transform: none;
  border: 0;
}
.poco-home-page-style-15 .mageTestimonials .swiper-button-prev,
.poco-home-page-style-15 .mageTestimonials .swiper-button-next {
  margin-top: -40px !important;
}
.poco-home-page-style-15 .prodLabel > div {
  border-radius: 5px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .prodLabel.top-right {
  right: 0;
  top: 0;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .prodLabel.top-left {
  left: 0;
  top: 0;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item-info {
  padding: 0;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .pro-hover {
  padding: 10px;
  overflow: hidden !important;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item:hover .product-item-inner {
  right: 20px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .product-item-details {
  margin-top: 10px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .detail-left {
  padding: 0 20px 20px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl {
  background: #eee8e2;
  background: linear-gradient(180deg, rgba(238, 232, 226, 0) 0%, rgba(239, 234, 228, 0.86722682) 41%, #f1ece7 100%);
  top: 0;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl .action {
  display: flex;
  align-items: center;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl .action svg {
  order: 2;
  margin: 0 0 0 5px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl .action span {
  order: 1;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl .action {
  margin-bottom: 20px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl .stock.unavailable {
  margin-bottom: 22px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item:hover .hvr_dtl .action {
  margin-bottom: 0;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .product-item-name {
  order: 1;
  font-size: 20px;
  text-transform: uppercase;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .product-name a,
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .product-item-name a {
  font-weight: 700 !important;
  letter-spacing: -1px;
}
.poco-home-page-style-15 .products-grid .product-item .product-item-shortdesc {
  order: 2;
  margin-bottom: 10px;
  color: #7c7b7b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .price-box .price {
  font-size: 20px !important;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .price-box .special-price .price {
  font-weight: 700 !important;
}
.poco-home-page-style-15.catalog-category-view .category-view .subcategory-grid .block-promo,
.poco-home-page-style-15.catalog-category-view .category-view .subcategory-grid img,
.poco-home-page-style-15.catalog-category-view .category-view .subcategory-grid .product-item-name a {
  border-radius: 7px;
}
.poco-home-page-style-15 .mb-post-listing .mb-featured-image,
.poco-home-page-style-15 .mb-post-viewpage .mb-featured-thumb img,
.poco-home-page-style-15 .col2-set .col-1 img,
.poco-home-page-style-15 .col2-set .col-2 img {
  border-radius: 7px;
}
.poco-home-page-style-15.account .column .block .block-title > strong,
.poco-home-page-style-15 .sidebar .block .block-title strong {
  letter-spacing: -0.5px;
}
.poco-home-page-style-15 .login-container .block .actions-toolbar .primary a,
.poco-home-page-style-15 .login-container .block .actions-toolbar .secondary a,
.poco-home-page-style-15 .login-container .block .actions-toolbar .primary .action,
.poco-home-page-style-15 .login-container .block .actions-toolbar .secondary .action {
  padding: 10px 25px !important;
}
.poco-home-page-style-15 .block-slider.related .products-grid .hover-style12 .product-item .hvr_dtl {
  background: transparent !important;
}
.poco-home-page-style-15 .exitIntentPopup .pop_pro .section-title p.sort-detail {
  margin-bottom: 0 !important;
}
/* End Home Demo 15 Bakery style */
/* Home Demo 16 Wine style */
.poco-home-page-style-16 .welcome-content .section-title .sort-detail:before {
  content: '';
  width: 35px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}
.poco-home-page-style-16 .welcome-content .section-title .sort-detail:after {
  display: none;
}
.poco-home-page-style-16 .welcome-content .section-title,
.poco-home-page-style-16 .welcome-content .section-title .title,
.poco-home-page-style-16 .welcome-content .section-title .sort-detail,
.poco-home-page-style-16 .welcome-content .content_section .w-description {
  text-align: left;
}
.poco-home-page-style-16 .welcome-content .section-title .sort-detail {
  padding-right: 0;
}
.poco-home-page-style-16 .welcome-content .content_section .d-flex {
  align-items: flex-start;
}
.poco-home-page-style-16 .welcome-content .section-title {
  margin-bottom: 20px !important;
}
.poco-home-page-style-16 .welcome-content .section-title .title {
  font-size: 35px !important;
  line-height: 1.2;
  text-transform: uppercase;
}
.poco-home-page-style-16 .welcome-content .section-title .sort-detail {
  margin-bottom: 40px !important;
  position: relative;
}
.poco-home-page-style-16 .welcome-content .w-description {
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
}
.poco-home-page-style-16 .welcome-content .image_section {
  overflow: hidden;
}
.poco-home-page-style-16 .welcome-content .image_section {
  width: 52%;
}
.poco-home-page-style-16 .welcome-content .right {
  width: 48%;
  padding: 0 0 0 8%;
}
.poco-home-page-style-16 .welcome-content .content_section .read-more-btn .button .st-icon {
  display: inline-block;
}
.poco-home-page-style-16 .productsListing-section {
  position: relative;
}
.poco-home-page-style-16 .productsListing-section .prodlist {
  z-index: 3;
}
.poco-home-page-style-16.cms-index-index .productsListing-section:before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 2;
  background-image: url(../images/wine_rght_img.webp);
  background-repeat: no-repeat;
  width: 185px;
  height: 145px;
  overflow: hidden;
  background-size: contain;
}
.poco-home-page-style-16.cms-index-index .productsListing-section:after {
  content: "";
  position: absolute;
  bottom: 30%;
  left: 0;
  z-index: 2;
  background-image: url(../images/wine_left_img.webp);
  background-repeat: no-repeat;
  width: 148px;
  height: 187px;
  overflow: hidden;
  background-size: contain;
}
.poco-home-page-style-16 .productsListing-section .view-more.btm svg {
  transform: rotate(-50deg);
  display: inline-block !important;
}
.poco-home-page-style-16 .view-more .st-icon {
  display: inline-block !important;
}
.poco-home-page-style-16 .productsListing-section .sort-detail:before,
.poco-home-page-style-16 .productsListing-section .sort-detail:after {
  content: '';
  width: 35px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}
.poco-home-page-style-16 .productsListing-section .sort-detail:after {
  right: 0;
  left: auto;
}
.poco-home-page-style-16 .products-grid .product-item .p_catgry_link {
  font-size: 18px;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
}
.poco-home-page-style-16 .hdg_bg_text {
  position: relative;
  margin-top: -20px;
}
.poco-home-page-style-16 .hdg_bg_text h1 {
  background-image: url(../images/hdg_bg_wine.webp);
  background-position: center;
  font-size: 155px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.poco-home-page-style-16 .ctg_img_wdg {
  background-repeat: repeat !important;
  background-size: inherit !important;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 {
  margin-top: -80px;
  padding-top: 140px !important;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_thumb {
  background-color: transparent;
  margin: 0;
  border-radius: 0;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_thumb .img,
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_ttl {
  padding: 0;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_ttl {
  margin-top: 40px;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_lrg_ttl {
  display: none;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_thumb:hover {
  box-shadow: none;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_ttl .ttl {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .item .btn_hvr span {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
}
.poco-home-page-style-16 .ctg_img_wdg_style14.ctg_img_wdg .item:hover .ctg_thumb img {
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
}
.poco-home-page-style-16 .mage-ajaxpro-page {
  position: relative;
}
.poco-home-page-style-16 .product-tabs-slider .sidebar-shopby,
.poco-home-page-style-16 .product-tabs-grid .sidebar-shopby {
  flex-direction: column;
  margin-bottom: 70px;
}
.poco-home-page-style-16 .mage-ajaxpro-page .section-title {
  margin-bottom: 50px;
  align-items: center;
}
.poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0;
  border-radius: 0;
  border-color: transparent !important;
  padding: 15px 25px;
}
.poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item.cat-active a span {
  position: relative;
  z-index: 1;
}
.poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item.cat-active a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item.cat-active a:before {
  content: '';
  display: block;
  height: 100%;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  transition: all ease-out 0.4s;
}
.poco-home-page-style-16 .mage-ajaxpro-page:before {
  content: "";
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 2;
  background-image: url(../images/wine-pr-rght-img.webp);
  background-repeat: no-repeat;
  width: 134px;
  height: 185px;
  overflow: hidden;
  background-size: contain;
}
.poco-home-page-style-16 .newsletter-section {
  padding: 40px 0;
  position: relative;
}
.poco-home-page-style-16 .newsletter-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1150px;
}
.poco-home-page-style-16 .newsletter-section .content {
  margin: 0;
  max-width: 650px;
  width: 100%;
}
.poco-home-page-style-16 .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: 30px;
}
.poco-home-page-style-16 .newsletter-section .section-title .title {
  text-align: left;
  color: #fff;
  font-size: 30px;
}
.poco-home-page-style-16 .newsletter-section .section-title .sort-detail {
  text-align: left;
  margin: 0 0 5px;
  color: #fff !important;
  padding: 0 !important;
  font-size: 18px;
  margin: 0 !important;
}
.poco-home-page-style-16 .newsletter-section .section-title .sort-detail:before,
.poco-home-page-style-16 .newsletter-section .section-title .sort-detail:after {
  display: none;
}
.poco-home-page-style-16 .newsletter-section .form.subscribe input[type="email"] {
  color: #fff !important;
  border: 1px solid #d79cb7 !important;
  height: 58px;
  padding: 10px 190px 10px 30px;
  background: transparent;
}
.poco-home-page-style-16 .newsletter-section .form.subscribe input[type="email"]::placeholder {
  color: #fff !important;
  opacity: 1;
}
.poco-home-page-style-16 .newsletter-section .form.subscribe .action {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 30px !important;
  height: 58px;
  top: 0;
  border-left: 1px solid #d79cb7 !important;
  display: flex;
  align-items: center;
}
.poco-home-page-style-16 .newsletter-section .form.subscribe .action .st-icon {
  display: inline-block;
  order: 1;
  transform: rotate(-40deg);
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.poco-home-page-style-16 .mageTestimonials {
  background-attachment: inherit !important;
  background-size: auto !important;
  background-repeat: repeat !important;
  margin-top: -70px;
  padding-top: 140px !important;
}
.poco-home-page-style-16 .mageTestimonials .swiper {
  padding: 0 50px;
}
.poco-home-page-style-16 .mageTestimonials .clientPic img {
  border-radius: 100%;
  display: block;
  margin: 0 auto 20px;
}
.poco-home-page-style-16 .mageTestimonials .magetmQuotes {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  max-width: 540px;
}
.poco-home-page-style-16 .mageTestimonials .clientname b {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.poco-home-page-style-16 .mageTestimonials .mageTmDate i {
  display: none;
}
.poco-home-page-style-16 .mageTmClient .clientDetails {
  text-align: center;
}
.poco-home-page-style-16 .mageTestimonials .swiper-button-next,
.poco-home-page-style-16 .mageTestimonials .swiper-button-prev,
.poco-home-page-style-16 .subcategory-grid .swiper-button-next,
.poco-home-page-style-16 .subcategory-grid .swiper-button-prev,
.poco-home-page-style-16 .block-slider .swiper-button-next,
.poco-home-page-style-16 .block-slider .swiper-button-prev {
  background: transparent;
}
.poco-home-page-style-16 .mageTestimonials .swiper-button-next:after,
.poco-home-page-style-16 .subcategory-grid .swiper-button-next:after,
.poco-home-page-style-16 .block-slider .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="m21.71,11.29L13.71,3.29c-.39-.39-1.02-.39-1.41,0s-.39,1.02,0,1.41l6.29,6.29H3c-.55,0-1,.45-1,1s.45,1,1,1h15.59l-6.29,6.29c-.39.39-.39,1.02,0,1.41.2.2.45.29.71.29s.51-.1.71-.29l8-8c.39-.39.39-1.02,0-1.41Z"/></svg>') !important;
  width: 22px;
  height: 22px;
  display: block;
  border: 0;
  transform: none;
  right: 5px;
  top: 8px;
}
.poco-home-page-style-16 .mageTestimonials .swiper-button-prev:after,
.poco-home-page-style-16 .subcategory-grid .swiper-button-prev:after,
.poco-home-page-style-16 .block-slider .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="m2.29,12.71l8,8c.39.39,1.02.39,1.41,0s.39-1.02,0-1.41l-6.29-6.29h15.59c.55,0,1-.45,1-1s-.45-1-1-1H5.41l6.29-6.29c.39-.39.39-1.02,0-1.41-.2-.2-.45-.29-.71-.29s-.51.1-.71.29L2.29,11.29c-.39.39-.39,1.02,0,1.41Z"/></svg>') !important;
  width: 22px;
  height: 22px;
  display: block;
  border: 0;
  transform: none;
  right: 5px;
  top: 8px;
}
.poco-home-page-style-16 .home-blog-post-style-2 .container {
  padding-left: 20px;
  padding-right: 20px;
}
.poco-home-page-style-16 .home-blog-post-style-2 .item {
  overflow: hidden;
}
.poco-home-page-style-16 .home-blog-post-style-2 .detail {
  padding: 40px 130px 40px 60px;
  background-color: #f9f8f4;
  margin: -80px 0 0 100px;
}
.poco-home-page-style-16 .home-blog-post-style-2 .detail h3 a {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.poco-home-page-style-16 .home-blog-post-style-2 .mb-post-excerpt {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
.poco-home-page-style-16 .home-blog-post-style-2 .mb-post-readmore {
  padding: 15px 25px !important;
  font-size: 15px !important;
}
.poco-home-page-style-16 .home-blog-post-style-2 .item:hover .mb-post-readmore {
  padding-left: 25px !important;
}
.poco-home-page-style-16 .home-blog-post-style-2 .post-date {
  display: none;
}
.poco-home-page-style-16 .home-blog-post-style-2 .mb-post-readmore .st-icon {
  display: inline-block;
}
.poco-home-page-style-16 .loading-btn button:hover {
  opacity: 1;
}
.poco-home-page-style-16 .hrl_filter.filter .filter-subtitle {
  background-color: #fff !important;
}
.poco-home-page-style-16 .column.main .toolbar-products .sorter-options {
  background-color: transparent !important;
}
.poco-home-page-style-16:not(.cms-index-index) .page-footer {
  margin-top: 150px !important;
}
.poco-home-page-style-16.catalog-category-view .category-view .subcategory-grid img {
  padding: 20px;
}
.poco-home-page-style-16.category-view .subcategory-grid .product-item-name a {
  padding: 20px 10px !important;
}
.poco-home-page-style-16.catalog-category-view .category-view .subcategory-grid .product-item-name {
  position: static;
  padding: 0;
}
.poco-home-page-style-16 .product.info.detailed.accordion,
.poco-home-page-style-16 .product.info.detailed.vertical,
.poco-home-page-style-16 .sidebar .mb-block-newsletter input[type=email],
.poco-home-page-style-16 .mb-postview-footer {
  background-color: transparent !important;
}
.poco-home-page-style-16 .product.info.detailed #reviews .review-list .review-item .rating-summary,
.poco-home-page-style-16 .image-height-section:before {
  background-color: #fff;
}
.poco-home-page-style-16 .login-container .block .block-title,
.poco-home-page-style-16 .contact-form-default,
.poco-home-page-style-16 .our-stores,
.poco-home-page-style-16 .accordian-content,
.poco-home-page-style-16 .cart-container .cart-summary .block > .title {
  background-color: #f2f0e9;
  border-color: #f2f0e9;
}
.poco-home-page-style-16 .login-container .block.block-new-customer,
.poco-home-page-style-16 .login-container .block.block-customer-login {
  border-color: #f2f0e9;
}
.poco-home-page-style-16 .mbcomwishbtns .wishlist {
  margin-right: 10px;
}
.poco-home-page-style-16 .table:not(.cart):not(.totals) tfoot > tr:first-child th,
.poco-home-page-style-16 .table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-color: #f2f0e9;
}
.poco-home-page-style-16 .data-table,
.poco-home-page-style-16 .data.table,
.poco-home-page-style-16 .table.table-comparison {
  border: 1px solid #f2f0e9;
}
.poco-home-page-style-16 .data-table thead th,
.poco-home-page-style-16 .data.table thead th,
.poco-home-page-style-16 .table.table-comparison thead th {
  background-color: #f2f0e9;
}
.poco-home-page-style-16 .data-table th,
.poco-home-page-style-16 .data.table th,
.poco-home-page-style-16 .table.table-comparison th,
.poco-home-page-style-16 .data-table td,
.poco-home-page-style-16 .data.table td,
.poco-home-page-style-16 .table.table-comparison td {
  border: solid 1px #f2f0e9;
}
.poco-home-page-style-16 .data-table tbody tr:nth-of-type(even),
.poco-home-page-style-16 .data.table tbody tr:nth-of-type(even),
.poco-home-page-style-16 .table.table-comparison tbody tr:nth-of-type(even) {
  background-color: #f1f0ed;
}
.poco-home-page-style-16 .product.info.detailed table th {
  background-color: #f2f0e9;
}
.poco-home-page-style-16 .sucess-col #checkout-review-table-wrapper .data-table {
  border: 1px solid #f2f0e9 !important;
}
.poco-home-page-style-16 .sucess-col #checkout-review-table-wrapper .data-table thead th,
.poco-home-page-style-16 .sucess-col #checkout-review-table-wrapper .data-table tfoot td {
  background-color: #f2f0e9 !important;
  border-color: #f2f0e9 !important;
}
.poco-home-page-style-16.account .sidebar.sidebar-main .block .block-title,
.poco-home-page-style-16.account .sidebar.sidebar-additional .block .block-title {
  background-color: inherit !important;
}
.poco-home-page-style-16 .product.info.detailed .product.data.items > .item.content {
  border-color: #ebe9e1;
}
/* End Home Demo 16 Wine style */
/* Home Demo 17 Mega Store style */
.poco-home-page-style-17 .store-features.store-feature-style2 {
  border-bottom: 0;
  border-top: 1px solid #e6e6e6;
}
.poco-home-page-style-17 .store-features.store-feature-style2 ul {
  align-items: start !important;
  -webkit-align-items: start !important;
  -ms-align-items: start !important;
}
.poco-home-page-style-17 .store-features.store-feature-style2 .icn {
  margin-right: 15px;
}
.poco-home-page-style-17 .store-features.store-feature-style2 .icn .st-icon {
  width: 32px;
  height: 32px;
  margin-right: 0;
  color: #808080;
}
.poco-home-page-style-17 .store-features.store-feature-style2 .icon-item {
  display: flex;
  align-items: center;
  text-align: left;
}
.poco-home-page-style-17 .store-features.store-feature-style2 .icon-item b {
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  line-height: 1.3;
}
.poco-home-page-style-17 .store-features.store-feature-style2 span {
  color: #6c6c6c;
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.poco-home-page-style-17 .store-features.store-feature-style2 [data-content-type='row'][data-appearance='contained'] {
  padding: 0;
}
.poco-home-page-style-17 .brandlogoSliderLayer {
  margin-top: -60px;
}
.poco-home-page-style-17 .productsListing-section .section-title .view-more .action,
.poco-home-page-style-17 .productsListing-section .view-more .action {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 18px !important;
}
.poco-home-page-style-17 .productsListing-section .section-title .view-more .action .st-icon {
  margin-top: -3px;
}
.poco-home-page-style-17 .productsListing-section .products-grid.swiper .product-item.swiper-slide {
  width: 243.333px;
  margin-right: 30px;
}
.poco-home-page-style-17 .productsListing-section .prodlist {
  margin: -10px;
}
.poco-home-page-style-17 .products-grid.swiper {
  padding: 10px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .pro-hover {
  padding: 5px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-name {
  line-height: normal;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-name,
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-name {
  margin: 0 0 10px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item-info {
  padding: 0;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-details {
  border-top: 1px solid #e2e2e2;
  margin: 0;
  padding: 20px 10px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-brand,
.poco-home-page-style-17 .productsListing-section .products-list .product-brand {
  margin-bottom: 10px;
  line-height: normal;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-brand .product-brand-link,
.poco-home-page-style-17 .productsListing-section .products-list .product-brand .product-brand-link {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.poco-home-page-style-17 .productsListing-section .products-list .product-item-name,
.poco-home-page-style-17 .productsListing-section .products-list .product-item-name a {
  line-height: normal;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-name a,
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-name a,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .product-name a,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .product-item-name a {
  font-size: 16px;
  font-weight: 400 !important;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .price-box .price,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .price-box .price {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .price-box .special-price,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .price-box .special-price {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  padding: 0 !important;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .price-box .old-price,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .price-box .old-price {
  padding: 0 0 0 5px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .price-box .old-price:before,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .price-box .old-price:before {
  content: "-";
  margin-right: 2px;
  font-weight: 700;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .price-box .special-price .price,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .price-box .special-price .price {
  font-weight: 700 !important;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-reviews-summary {
  order: 9;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-inner {
  right: 0;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item:hover .product-item-inner {
  right: 15px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-info {
  transition: all ease-out 0.4s;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item:hover .product-item-info {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  transition: all ease-out 0.4s;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .hvr_dtl {
  height: auto;
  bottom: 0;
  top: auto;
  left: 0;
  background-color: transparent;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item:hover .hvr_dtl {
  top: auto;
  left: 0;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .actions-primary {
  width: 100%;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .action.tocart.primary {
  font-size: 13px;
  font-weight: 700;
  border-radius: 0 0 5px 5px !important;
  padding: 19px 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .action.tocart.primary .st-icon {
  order: 2;
  margin: 0 0 0 8px;
  width: 14px;
  height: 14px;
}
.poco-home-page-style-17 .products-grid .product-item .product-item-inner.style12 .icon-btn {
  margin-bottom: 5px;
}
.poco-home-page-style-17 .products-grid .product-item .product-item-inner.style12 .action {
  width: 34px !important;
  height: 34px;
  line-height: 32px;
  border-radius: 100px !important;
}
.poco-home-page-style-17 .products-grid .product-item .product-item-inner.style12 .action .st-icon {
  width: 14px;
  height: 14px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .prodLabel.top-right {
  right: 0;
  top: 0;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .prodLabel.top-left {
  left: 0;
  top: 0;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .hvr_dtl .stock.unavailable {
  border-radius: 0 0 5px 5px !important;
  padding: 19px 10px !important;
}
.poco-home-page-style-17 .products-grid .timer-product #category-timer-countbox .countdown-section,
.poco-home-page-style-17 .products-list .timer-product #category-timer-countbox .countdown-section {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
.poco-home-page-style-17 .prodLabel > div {
  border-radius: 4px;
}
.poco-home-page-style-17 .productsListing-section .products-list .product-item .price-box {
  margin-bottom: 10px;
}
.poco-home-page-style-17 .listpro-slider-col {
  margin-top: -60px;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title {
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .prodlist {
  margin: 0;
}
.poco-home-page-style-17 .listpro-slider-col .pagebuilder-column {
  padding: 0 15px;
}
.poco-home-page-style-17 .listpro-slider-col .pagebuilder-column .productsListing-section {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .container {
  padding: 0;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .swiper-button-prev,
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .swiper-button-next {
  border: 0 !important;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .swiper-button-next:after,
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .swiper-button-prev:after {
  height: 11px;
  width: 11px;
}
.poco-home-page-style-17 .productsListing-section .products-list .product-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.poco-home-page-style-17 .productsListing-section .products-list .product-image-wrapper .product-image-photo {
  height: 130px;
  width: 130px;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .view-more.btm {
  text-align: left !important;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 {
  text-align: left;
  flex-wrap: nowrap;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .title {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .swiper-button-next,
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .swiper-button-prev {
  width: 24px !important;
  height: 24px !important;
  position: static;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .swiper-button-next:after,
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .swiper-button-prev:after {
  position: static;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .swiper-button-prev {
  margin: 0 5px;
}
.poco-home-page-style-17 .block-slider .block-actions {
  margin-bottom: 30px;
}
.poco-home-page-style-17 .block-slider .products-grid .swiper-slide {
  width: 294px;
  margin-right: 30px;
}
.poco-home-page-style-17 .block-slider .products-grid .hover-style12 .product-item .product-reviews-summary {
  order: 8;
  margin-bottom: 10px;
}
.poco-home-page-style-17 .block-slider .section-title .title {
  padding-top: 10px;
}
.poco-home-page-style-17 .block-slider.upsell .section-title,
.poco-home-page-style-17 .block-slider.block-viewed-products-grid .section-title {
  margin-bottom: 40px;
}
.poco-home-page-style-17 .block-slider .products-grid .hover-style12 .product-item .product-item-name {
  padding: 0 10px;
}
.poco-home-page-style-17 .block-slider .products-grid .hover-style12 .product-item .product-item-details {
  padding: 20px 10px 10px;
}
.poco-home-page-style-17 .block-ProductsListing .products.wrapper.list .product-reviews-summary {
  margin-top: 10px !important;
}
.poco-home-page-style-17.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-name {
  font-weight: 400 !important;
}
.poco-home-page-style-17 .product-info-main .product-reviews-summary .reviews-actions .action.view {
  display: none !important;
}
.poco-home-page-style-17 .product.info.detailed .product.data.items > .item.title .switch {
  font-weight: 600;
}
.poco-home-page-style-17 .products-grid .product-item:not(.swiper-slide) {
  margin-bottom: 40px !important;
}
.poco-home-page-style-17 .product-info-main .product-reviews-summary .reviews-actions a {
  margin: 0 0 0 10px;
}
.poco-home-page-style-17 .product-info-main .timer-product #timer-countbox .countdown-section,
.poco-home-page-style-17.catalog-category-view .category-view .subcategory-grid .block-promo,
.poco-home-page-style-17 .mb-post-listing .mb-featured-image,
.poco-home-page-style-17 .team-section.style1 .item .img,
.poco-home-page-style-17 .our-store-list,
.poco-home-page-style-17 .accordian-content {
  border-radius: 7px !important;
}
.poco-home-page-style-17.catalog-category-view .category-view .subcategory-grid .product-item-name a {
  border-radius: 5px !important;
}
.poco-home-page-style-17.catalog-category-view .category-view .subcategory-grid .swiper-slide {
  width: 243.333px;
  margin-right: 30px;
}
.poco-home-page-style-17.category-shop-by-brands.catalog-category-view .category-view .subcategory-grid .product-item-name {
  display: none;
}
.poco-home-page-style-17 .column.main .toolbar-products ~ .toolbar-products {
  padding: 0 0 30px;
}
.poco-home-page-style-17.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .section-title .title,
.poco-home-page-style-17.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .section-title .title,
.poco-home-page-style-17.poco-themes.page-with-filter .sidebar .productsListing-section .section-title .title,
.poco-home-page-style-17.poco-themes.page-layout-3columns .sidebar .productsListing-section .section-title .title,
.poco-home-page-style-17.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .section-title .title {
  font-weight: 700 !important;
}
.poco-home-page-style-17 .products-list .product-item .product-brand,
.poco-home-page-style-17 .block.widget.block-products-list .widget-product-grid .product-item .product-brand {
  text-transform: none;
  font-weight: 700;
  line-height: normal;
}
.poco-home-page-style-17 .products-list .product-item .product-item-name {
  font-weight: 500 !important;
}
.poco-home-page-style-17 .products-list .product-item .action.tocart.primary span {
  font-weight: 700;
  margin-left: 5px;
}
.poco-home-page-style-17 .product.info.detailed {
  padding: 50px 0;
}
.poco-home-page-style-17 .title_cntr .section-title,
.poco-home-page-style-17 .our-stores .section-title,
.poco-home-page-style-17.contact-index-index .section-bottom-spacing .section-title {
  margin-bottom: 40px;
}
.poco-home-page-style-17 .our-stores,
.poco-home-page-style-17 .contact-form-default,
.poco-home-page-style-17 .accordian-content {
  background-color: #f0f0f0;
}
.poco-home-page-style-17 .products-grid .product-item .product-item-inner.style9 .action.tocart .text,
.poco-home-page-style-17 .products-grid .product-item .product-item-inner.style9 .magebees_quickview .text {
  display: none !important;
}
.poco-home-page-style-17 .products-grid .hover-style9 .product-item .detail-left {
  flex-direction: column;
}
.poco-home-page-style-17 .products-grid .product-item .product-item-inner.style9 {
  padding: 0 5px !important;
}
.poco-home-page-style-17 .products-grid .hover-style9 .product-item .product-item-name {
  text-align: center;
  margin-bottom: 5px;
}
.poco-home-page-style-17 .products-grid .hover-style9 .product-item .price-box {
  padding: 10px 0 0;
}
/* End Home Demo 17 Mega Store style */
/* Home Demo 18 Pets style */
.poco-home-page-style-18 .pro-tabs-section {
  border-top: 1px solid #ebebeb;
}
.poco-home-page-style-18 .pro-tabs-section div[data-content-type="tabs"] .tabs-navigation {
  margin-bottom: 70px !important;
}
.poco-home-page-style-18 .pro-tabs-section .tabs-navigation li.tab-header a.tab-title {
  font-weight: 600 !important;
  font-size: 18px !important;
  padding: 15px 30px !important;
  border: 1px solid transparent;
  border-radius: 100px;
  display: block;
}
.poco-home-page-style-18 .pro-tabs-section .tabs-navigation li.tab-header.ui-tabs-active a.tab-title {
  border-color: #ebebeb;
  font-weight: 700 !important;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-item-details {
  padding: 0 10px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item-info {
  padding: 10px;
  border-radius: 7px;
  background-color: #f8f7f5;
  transition: all ease-out 0.4s;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item:hover .product-item-info {
  background-color: #faebe5;
}
.poco-home-page-style-18 .products-grid .product-item .product-image-wrapper {
  border-radius: 7px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-name a,
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-item-name a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-reviews-summary {
  margin-bottom: 5px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .price,
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .special-price .price {
  font-weight: 600 !important;
  font-size: 16px !important;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-item-inner {
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
  width: auto;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item:hover .product-item-inner {
  right: 0;
  bottom: 15px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-item-inner .fdc {
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  justify-content: center;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl {
  height: auto;
  background-color: #faebe5;
  top: auto;
  bottom: 0;
  left: 0;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item:hover .hvr_dtl {
  top: auto;
  bottom: 5px;
}
.poco-home-page-style-18 .products-grid .product-item .product-item-inner.style12 .action {
  width: 40px !important;
  height: 40px;
  line-height: 40px;
}
.poco-home-page-style-18 .products-grid .product-item .product-item-inner.style12 .icon-btn {
  margin: 0 5px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl .action .st-icon {
  display: none;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl .action {
  font-size: 15px;
  text-decoration: underline;
  font-weight: 700;
  padding: 0 !important;
  text-transform: uppercase;
  background-color: transparent !important;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .swatches-listing {
  -webkit-order: 2;
  order: 2;
  -ms-order: 2;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .p_sku {
  -webkit-order: 3;
  order: 3;
  -ms-order: 3;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .prodLabel.top-right {
  right: 10px;
  top: 10px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .prodLabel.top-left {
  left: 10px;
  top: 10px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl .stock.unavailable {
  padding: 0 !important;
  line-height: 26px;
  background-color: transparent !important;
  color: #d50000 !important;
  text-decoration: underline;
  font-weight: 600;
}
.poco-home-page-style-18 .product.media .prodLabel > div {
  border-radius: 4px;
}
.poco-home-page-style-18 .mrq-ani-section {
  background-image: url(../images/pet-crv-bg-top.jpg);
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: auto !important;
}
.poco-home-page-style-18 .pet-advrtise-ptn37 {
  background-image: url(../images/pet-crv-bg-btm.jpg);
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  background-size: auto !important;
  position: relative;
}
.poco-home-page-style-18 .pet-advrtise-ptn37:before {
  content: '';
  background-image: url(../images/pet-img1.png);
  background-repeat: no-repeat !important;
  width: 157px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.poco-home-page-style-18 .pet-advrtise-ptn37:after {
  content: '';
  background-image: url(../images/pet-img2.png);
  background-repeat: no-repeat !important;
  width: 164px;
  height: 155px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.poco-home-page-style-18 .testimonial-outer:after {
  content: '';
  background-image: url(../images/testi-btm-img.webp);
  background-repeat: no-repeat !important;
  width: 140px;
  height: 91px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -50px;
}
.poco-home-page-style-18 .marquee-section {
  background-color: transparent;
}
.poco-home-page-style-18 .marquee-section .marquee-itm {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.poco-home-page-style-18 .marquee-section .marquee-info {
  font-size: 24px;
  letter-spacing: -1px;
}
.poco-home-page-style-18 .marquee-section .marquee-item {
  padding: 90px 20px 0 40px;
}
.poco-home-page-style-18 .marquee-section .marquee-item:after {
  content: "*";
  display: inline;
  padding-left: 60px;
  font-weight: 500;
  font-size: 45px;
  margin-top: 12px;
}
.poco-home-page-style-18 .season-sale-bnr h1 {
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  margin: 0;
}
.poco-home-page-style-18 .season-sale-bnr .sle-text {
  font-size: 24px;
  font-weight: 500;
  border-left: 1px solid #eec6be;
  border-right: 1px solid #eec6be;
  padding: 0 30px;
  margin: 0 40px;
}
.poco-home-page-style-18 .season-sale-bnr .btn .st-icon {
  margin-left: 5px;
}
.poco-home-page-style-18 .sale-bnr-wrp {
  position: relative;
  z-index: 1;
}
.poco-home-page-style-18 .testimonial-outer {
  margin-top: -110px;
  position: relative;
}
.poco-home-page-style-18 .brandlogoSliderLayer {
  border-bottom: 1px solid #ebebeb;
}
.poco-home-page-style-18 .brandlogoSliderLayer .container {
  padding-left: 0;
  padding-right: 0;
}
.poco-home-page-style-18 .brandlogoSliderLayer img {
  max-height: 76px !important;
}
.poco-home-page-style-18 .hme_blg_style_7 .post-date {
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  bottom: 15px;
  left: 15px;
  border-radius: 8px;
}
.poco-home-page-style-18 .hme_blg_style_7 .pst_ttl a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.poco-home-page-style-18 .hme_blg_style_7 .item .dtls {
  display: flex;
  flex-direction: column;
}
.poco-home-page-style-18 .hme_blg_style_7 .item .pst_ttl {
  order: 1;
}
.poco-home-page-style-18 .hme_blg_style_7 .pst_meta {
  order: 2;
}
.poco-home-page-style-18 .hme_blg_style_7 .rd_mr {
  order: 8;
}
.poco-home-page-style-18 .hme_blg_style_7 .pst_meta a,
.poco-home-page-style-18 .hme_blg_style_7 .post-user {
  font-size: 16px !important;
}
.poco-home-page-style-18 .hme_blg_style_7 .post-user:before {
  content: '-';
  display: inline;
}
.poco-home-page-style-18 .hme_blg_style_7 .pst_ttl {
  margin-bottom: 10px;
}
.poco-home-page-style-18 .hme_blg_style_7 .item .post-image {
  margin-bottom: 30px;
}
.poco-home-page-style-18 .hme_blg_style_7 .exprt {
  font-size: 16px;
  line-height: 24px;
  order: 3;
}
.poco-home-page-style-18 .mb-post-listing .mb-featured-image,
.poco-home-page-style-18.catalog-category-view .category-view .subcategory-grid .block-promo,
.poco-home-page-style-18 .mb-post-viewpage .mb-featured-thumb img,
.poco-home-page-style-18 .mb-post-content .col2-set .col-1 img,
.poco-home-page-style-18 .mb-post-content .col2-set .col-2 img,
.poco-home-page-style-18 .accordian-content {
  border-radius: 10px;
}
.poco-home-page-style-18.catalog-category-view .category-view .subcategory-grid .product-item-name a {
  border-radius: 5px;
}
.poco-home-page-style-18.catalog-category-view:not(.poco-home-page-style-2) .category-view .subcategory-grid .product-item-name a {
  font-weight: 400;
}
.poco-home-page-style-18 .mb-postview-footer .item-meta.mb-post-tags a,
.poco-home-page-style-18 .mb-block-tags .tags-title a,
.poco-home-page-style-18 .team-section.style1 .item .img {
  border-radius: 8px;
}
.poco-home-page-style-18 .mb-post-listing .mb-post-title {
  text-transform: none !important;
  font-weight: 400 !important;
}
.poco-home-page-style-18 .products-list .hover-style12 .product-item .product-item-inner .icon-btn .action {
  border-radius: 100px !important;
}
.poco-home-page-style-18.poco-themes:not(.poco-home-page-style-2) .quickViewDetails .quickview-product-name h3,
.poco-home-page-style-18 .product-info-main .page-title-wrapper .page-title {
  font-weight: 400 !important;
}
.poco-home-page-style-18 .product-add-form .box-tocart #product-addtocart-button .icon,
.poco-home-page-style-18 .product-add-form .update #product-addtocart-button .icon {
  margin-right: 5px;
}
.poco-home-page-style-18.page-layout-1column.catalog-product-view .fotorama__stage__frame.fotorama_vertical_ratio {
  width: 99% !important;
  height: 100% !important;
}
.poco-home-page-style-18 .sucess-col .left-success .sub-title {
  font-size: 24px;
}
.poco-home-page-style-18 .customer-review.view .product-details .product-name {
  font-weight: 400 !important;
}
.poco-home-page-style-18.catalog-category-view .category-view .subcategory-grid .product-item-name a {
  text-transform: none;
}
.poco-home-page-style-18 .store-features.store-feature-style2 {
  border: 0 !important;
}
.poco-home-page-style-18 .store-features.store-feature-style2 .st-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
}
.poco-home-page-style-18 .store-features.store-feature-style2 .detail,
.poco-home-page-style-18 .store-features.store-feature-style2 .detail b,
.poco-home-page-style-18 .store-features.store-feature-style2 .detail span {
  display: block;
}
/* End Home Demo 18 Pets style */
.rt-couters {
  color: #6c6c6c;
  font-size: 14px;
  line-height: normal;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 7px 18px;
}
.rt-couters svg {
  fill: #f6bc4d;
  stroke: #f6bc4d;
  width: 14px;
  height: 14px;
  margin-top: -4px;
}
.rt-couters .rt-icon {
  margin: 0 10px 0 5px;
}
.rt-couters .rt-icon:after {
  content: '';
  border-right: 1px solid #939393;
  margin-left: 8px;
}
.megat-blt-st-bnr {
  justify-content: center !important;
  padding: 0 5%;
  background-position: 58% top !important;
  position: relative;
}
.megat-blt-st-bnr h3 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin: 0;
}
.megat-blt-st-bnr h3 strong {
  font-weight: 700;
}
.megat-blt-st-bnr .pagebuilder-column:last-of-type {
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-self: center !important;
  align-items: center !important;
}
.megat-blt-st-bnr p {
  font-size: 22px;
  opacity: 0.8;
  margin: 0;
  padding-right: 20px;
}
.megat-blt-st-bnr .pagebuilder-button-primary {
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px !important;
}
@media (max-width: 1540px) {
  .megat-blt-st-bnr {
    padding: 0 20px;
  }
}
@media (max-width: 1440px) {
  .megat-blt-st-bnr p {
    font-size: 18px;
  }
  .megat-blt-st-bnr h3 {
    font-size: 28px;
  }
}
@media (max-width: 1350px) {
  .megat-blt-st-bnr .pagebuilder-column-line {
    justify-content: space-between;
  }
  .megat-blt-st-bnr .pagebuilder-column:last-of-type {
    flex-direction: column !important;
    align-items: start !important;
    max-width: 30%;
    width: 100% !important;
  }
  .megat-blt-st-bnr p {
    padding: 0 0 10px;
  }
  .megat-blt-st-bnr h3 {
    line-height: normal;
  }
  .megat-blt-st-bnr h3 strong {
    display: block;
  }
}
@media (max-width: 999px) {
  .megat-blt-st-bnr {
    background-position: 83% top !important;
  }
  .megat-blt-st-bnr h3 {
    font-size: 25px;
  }
  .megat-blt-st-bnr .pagebuilder-column:last-of-type {
    max-width: 20%;
  }
  .megat-blt-st-bnr p {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .megat-blt-st-bnr {
    background-position: 0 top !important;
    background-size: cover !important;
    padding: 0;
  }
  .megat-blt-st-bnr .pagebuilder-column-line {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 7px;
    text-align: center;
  }
  .megat-blt-st-bnr h3 {
    margin-bottom: 10px;
  }
  .megat-blt-st-bnr h3 strong {
    display: inline-block;
  }
  .megat-blt-st-bnr .pagebuilder-column:last-of-type {
    align-items: center !important;
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  .megat-blt-st-bnr {
    background-position: 80% top !important;
  }
}
.mmbr_bnr {
  position: relative;
}
.mmbr_bnr img {
  width: 100%;
}
.mmbr_bnr .cnt {
  width: 100%;
  position: absolute;
  bottom: 19%;
  padding: 0 8%;
}
.mmbr_bnr .section-title {
  margin-bottom: 0 !important;
}
.mmbr_bnr .section-title .sort-detail {
  padding-right: 0;
  color: #fff !important;
}
.mmbr_bnr .section-title .sort-detail:after {
  display: none;
}
.mmbr_bnr .section-title,
.mmbr_bnr .section-title .title {
  text-align: left;
}
.mmbr_bnr .section-title .title {
  color: #fff !important;
}
/* 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;
}
#blog_search_mini_form .action.search {
  width: 60px;
  height: 67px;
  top: 0;
  right: 0;
}
.page-product-bundle.poco-home-page-style-2 .fotorama__stage,
.page-product-downloadable.poco-home-page-style-2 .fotorama__stage,
.page-product-grouped.poco-home-page-style-2 .fotorama__stage {
  background-color: transparent !important;
}
.mageb-patterns .h4 {
  line-height: normal;
}
/* 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;
}
.footer-15 .footer-top:before,
.cstm_ftr_15 .footer-top:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 25%;
  z-index: 2;
  background-image: url(../images/ftr_top_img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 94px;
  overflow: hidden;
  animation: leftright 4s infinite alternate linear;
}
.footer-15 .footer-top:after,
.cstm_ftr_15 .footer-top:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 2;
  background-image: url(../images/ftr_rht_img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 98px;
  height: 96px;
  overflow: hidden;
}
.footer-18:before,
.cstm_ftr_18:before {
  content: '';
  background-image: url(../images/ftr-top-bg-pets.jpg);
  background-repeat: no-repeat;
  height: 19px;
  overflow: hidden;
  width: 100%;
  display: block;
  background-position: center center;
}
.poco-home-page-style-16 .page-footer {
  position: relative;
}
.poco-home-page-style-16 .page-footer:before {
  content: "";
  position: absolute;
  top: -140px;
  left: 0;
  z-index: 2;
  background-image: url(../images/wine-ftr_lft-img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 219px;
  overflow: hidden;
}
.footer-16,
.cstm_ftr_16 {
  position: relative;
}
.footer-16:before,
.cstm_ftr_16 .footer-top:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  background-image: url(../images/wine-ftr_logo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 195px;
  height: 149px;
  overflow: hidden;
}
.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;
  }
  .poco-home-page-style-15 .best_offers_bkr .row-full-width-inner:before {
    width: 109px;
    height: 112px;
  }
}
@media (max-width: 1540px) {
  .poco-home-page-style-17 .store-features.store-feature-style2 span {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .title {
    font-size: 22px;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 span {
    font-size: 15px;
    line-height: 1.2;
  }
  .brandlogoSliderLayer.style3 .logo_in .dtl {
    font-size: 14px;
  }
  .poco-home-page-style-15 .img_text_sec2:before {
    width: 105px;
    height: 202px;
  }
  .poco-home-page-style-15 .img_text_sec2:after {
    width: 205px;
    height: 181px;
  }
  .poco-home-page-style-15 .ctg_img_wdg_style14:after {
    width: 123px;
    height: 136px;
    background-size: contain;
  }
  .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) {
  .poco-home-page-style-17 .listpro-slider-col .pagebuilder-column .productsListing-section {
    padding: 30px;
  }
  .catalog-product-view.page-layout-1column .product-info-main {
    padding-left: 80px;
  }
}
@media (max-width: 1201px) {
  .poco-home-page-style-18.catalog-category-view .column.main,
  .page-with-filter .column.main {
    margin-bottom: 0;
  }
  .poco-home-page-style-18 .pet-advrtise-ptn37 .container {
    position: relative;
    z-index: 1;
  }
  .poco-home-page-style-18 .season-sale-bnr h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .poco-home-page-style-18 .season-sale-bnr .sle-text {
    font-size: 20px;
  }
  .poco-home-page-style-18 .sale-bnr-wrp {
    background-size: cover !important;
    border-radius: 10px 10px 10px 10px;
    background-position: 30% 50% !important;
  }
  .poco-home-page-style-18 .marquee-section .marquee-item {
    padding: 70px 20px 0 20px;
  }
  .poco-home-page-style-18 .marquee-section .marquee-info {
    font-size: 20px;
  }
  .poco-home-page-style-18 .marquee-section .marquee-item:after {
    font-size: 35px;
    padding-left: 40px;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl {
    background-color: transparent;
    margin-bottom: 10px;
  }
  .poco-home-page-style-17 .products-grid .product-item .timer-product,
  .poco-home-page-style-17 .products-list .product-item .timer-product {
    bottom: 10px;
  }
  .poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-name {
    padding: 0 10px;
  }
  .poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-details {
    padding: 20px 0 0;
  }
  .poco-home-page-style-17 .products-grid .hover-style12 .product-item .action.tocart.primary,
  .poco-home-page-style-17 .products-grid .hover-style12 .product-item .hvr_dtl .stock.unavailable {
    padding: 15px 10px !important;
    margin-top: 10px;
  }
  .poco-home-page-style-17 .listpro-slider-col .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .poco-home-page-style-17 .listpro-slider-col .pagebuilder-column {
    width: 50% !important;
  }
  .poco-home-page-style-17 .listpro-slider-col .pagebuilder-column:last-of-type {
    padding-top: 30px;
  }
  .poco-home-page-style-16:not(.cms-index-index) .page-footer {
    margin-top: 100px !important;
  }
  .poco-home-page-style-16 .page-footer:before {
    top: -100px;
    width: 104px;
    height: 149px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .detail {
    padding: 30px 90px 30px 40px;
    margin: -50px 0 0 50px;
  }
  .poco-home-page-style-16 .mageTestimonials {
    padding-top: 120px !important;
  }
  .poco-home-page-style-16 .newsletter-section .content {
    max-width: 560px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page:before {
    width: 94px;
    height: 135px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page .section-title .sort-details {
    margin-bottom: 0;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page.product-tabs-grid .section-title {
    margin-bottom: 30px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
    font-size: 16px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item {
    margin-left: 10px;
  }
  .mmbr_bnr .cnt {
    padding: 0 5%;
  }
  .poco-home-page-style-16 .products-grid .hover-style13 .product-item-info {
    padding: 0;
  }
  .poco-home-page-style-16.cms-index-index .productsListing-section:before {
    top: -60px;
    width: 135px;
    height: 115px;
  }
  .poco-home-page-style-16.cms-index-index .productsListing-section:after {
    width: 88px;
    height: 127px;
  }
  .poco-home-page-style-16 .hdg_bg_text h1 {
    font-size: 105px;
  }
  .poco-home-page-style-16 .ctg_img_wdg_style14 {
    margin-top: -60px;
    padding-top: 120px !important;
  }
  .poco-home-page-style-16 .welcome-content .section-title .title {
    font-size: 28px !important;
  }
  .poco-home-page-style-16 .welcome-content .w-description {
    font-size: 22px;
    line-height: 33px;
  }
  .poco-home-page-style-16 .welcome-content .right {
    padding: 0 0 0 40px;
  }
  .footer-15 .footer-top:before,
  .cstm_ftr_15 .footer-top:before {
    width: 125px;
    height: 74px;
  }
  .footer-15 .footer-top:after,
  .cstm_ftr_15 .footer-top:after {
    width: 68px;
    height: 66px;
  }
  .poco-home-page-style-15 .mageTestimonials .magetmQuotes {
    font-size: 28px;
    line-height: 38px;
  }
  .poco-home-page-style-15 .tst_outer:after {
    width: 148px;
    height: 114px;
  }
  .poco-home-page-style-15 .tst_outer:before {
    width: 88px;
    height: 86px;
  }
  .mageb-pattern36 .mageb-pattern-list .button {
    padding: 10px 20px;
    font-size: 15px !important;
  }
  .poco-home-page-style-15 .best_offers_bkr .row-full-width-inner:before {
    top: -50px;
    width: 100px;
    height: 110px;
  }
  .poco-home-page-style-15 .best_offers_bkr .row-full-width-inner:after {
    width: 85px;
    height: 122px;
  }
  .bestofr_list .products-list .product-item .pro-hover {
    max-width: 100px;
  }
  .bestofr_list .products-list .product-image-wrapper .product-image-photo {
    height: 110px;
  }
  .poco-home-page-style-15 .img_text_sec2:before {
    width: 75px;
    height: 152px;
    top: -90px;
  }
  .poco-home-page-style-15 .img_text_sec2:after {
    width: 165px;
    height: 141px;
    top: -90px;
  }
  .np_hdg {
    font-size: 58px;
    line-height: 60px;
  }
  .custm_pro_tabs div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    font-size: 35px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .poco-home-page-style-15 .img_text_sec:before {
    background-size: contain;
    width: 82px;
    height: 102px;
  }
  .custm_pro_tabs .row-full-width-inner:before {
    background-size: contain;
    width: 143px;
    height: 83px;
    top: -125px;
  }
  .img_text_sec .cnt {
    padding: 0 5%;
  }
  .img_text_sec .sub_hd {
    font-size: 20px;
  }
  .img_text_sec h1 {
    font-size: 40px;
  }
  .img_text_sec .cnt p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .cke_img1 {
    width: 130px;
  }
  .cke_img2 {
    width: 120px;
  }
  .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,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 {
    margin-bottom: 30px;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 a,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 a {
    font-size: 35px !important;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text,
  .mageb-pattern36 .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,
  .mageTestimonials.style4 .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;
  }
  .poco-home-page-style-17 .productsListing-section .products-list .product-item {
    margin-bottom: 0;
    padding-top: 0;
  }
  .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) {
  .mageb-pattern37 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mageb-pattern37 li {
    width: 48.9%;
    margin-right: 2.0689655172413794%;
  }
  .mageb-pattern37 li:nth-of-type(2) {
    margin-right: 0;
  }
  .mageb-pattern37 li:last-of-type {
    margin-top: 2.0689655172413794%;
  }
  .poco-home-page-style-18 .testimonial-outer:after {
    background-size: 90px;
    bottom: -34px;
    width: 90px;
    height: 61px;
  }
  .poco-home-page-style-18 .pet-advrtise-ptn37:after {
    width: 104px;
    height: 95px;
    background-size: 100%;
  }
  .poco-home-page-style-18 .pet-advrtise-ptn37:before {
    background-size: 100%;
    width: 117px;
    height: 57px;
  }
  .poco-home-page-style-18 .pro-tabs-section .tabs-navigation li.tab-header a.tab-title {
    font-size: 16px !important;
    padding: 12px 20px !important;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 .icon-item b {
    font-size: 15px;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 li {
    flex: 0 0 33% !important;
    -webkit-flex: 0 0 33% !important;
    -ms-flex: 0 0 33% !important;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 li:nth-of-type(4),
  .poco-home-page-style-17 .store-features.store-feature-style2 li:nth-of-type(5) {
    margin-top: 20px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .mb-post-excerpt {
    font-size: 20px;
    line-height: 30px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .detail h3 a {
    font-size: 22px;
  }
  .poco-home-page-style-16 .mageTestimonials .magetmQuotes {
    font-size: 20px;
  }
  .poco-home-page-style-16 .newsletter-section .container {
    flex-direction: column;
  }
  .poco-home-page-style-16 .newsletter-section .section-title {
    padding: 0 0 20px;
    text-align: center;
  }
  .poco-home-page-style-16 .newsletter-section .section-title .title {
    text-align: center;
  }
  .poco-home-page-style-16 .newsletter-section .content {
    max-width: 95%;
  }
  .poco-home-page-style-16 .welcome-content .image_section,
  .poco-home-page-style-16 .welcome-content .right {
    width: 100%;
  }
  .poco-home-page-style-16 .welcome-content .right {
    padding: 20px 0 0;
  }
  .mageb-pattern36 img {
    height: 294px;
    object-fit: cover;
  }
  .bestofr_list .items {
    grid-template-columns: auto auto;
  }
  .bestofr_list .products-list .product-item {
    margin-top: 20px;
  }
  .bestofr_list .items {
    grid-column-gap: 20px;
  }
  .np_hdg {
    font-size: 50px;
    line-height: 55px;
  }
  .poco-home-page-style-15 .products-grid .hover-style12 .product-item .detail-left {
    padding: 0 10px;
  }
  .poco-home-page-style-15 .products-grid .hover-style12 .product-item .product-name a,
  .poco-home-page-style-15 .products-grid .hover-style12 .product-item .product-item-name a {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  .poco-home-page-style-15 .products-grid .product-item .product-item-shortdesc {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .poco-home-page-style-15 .products-grid .hover-style12 .product-item .price-box {
    margin-bottom: 10px;
  }
  .poco-home-page-style-15 .products-grid .hover-style12 .product-item .price-box .price {
    font-size: 16px !important;
  }
  .img_text_sec .phn {
    margin: 0 0 20px;
  }
  .img_text_sec .btn_set {
    flex-direction: column-reverse;
    align-items: start;
  }
  .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,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 {
    margin-bottom: 20px;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 a,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 a {
    font-size: 30px !important;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .sort-text {
    margin-bottom: 10px;
  }
  .btn-radius-style .mageb-pattern35 .button,
  .btn-radius-style .mageb-pattern36 .button {
    padding: 10px 15px;
  }
  .btn-radius-style .mageb-pattern35 .button .b-text,
  .btn-radius-style .mageb-pattern36 .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,
  .mageTestimonials.style4 .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="https://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="https://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) {
  .mageb-pattern37 .mageb-full-caption .h4 a {
    font-size: 26px !important;
    letter-spacing: -0.5px;
  }
  .mageb-pattern37 li:nth-of-type(2) .mageb-full-caption .h4 a {
    font-size: 20px !important;
  }
  .mageb-pattern37 .mageb-caption.v-top .mageb-full-caption {
    top: 20px;
  }
  .mageTestimonials.style4 .qte_dtls {
    padding: 30px !important;
  }
  .poco-home-page-style-18 .season-sale-bnr {
    padding: 10px 40px;
  }
  .poco-home-page-style-18 .season-sale-bnr .sle-text {
    padding: 0;
    margin: 10px 0;
    border: 0 !important;
  }
  .poco-home-page-style-18 .season-sale-bnr .d_fl {
    flex-direction: column;
    align-items: end !important;
    -webkit-align-items: end !important;
    -ms-align-items: end !important;
    padding: 30px 0;
  }
  .poco-home-page-style-18 .sale-bnr-wrp {
    background-position: 13% 50% !important;
  }
  .poco-home-page-style-18 .season-sale-bnr .sle-text br,
  .poco-home-page-style-18 .season-sale-bnr h1 br {
    display: none;
  }
  .poco-home-page-style-18 .testimonial-outer {
    margin-top: -90px;
  }
  .poco-home-page-style-18 .mageTestimonials.style4 {
    padding-top: 130px !important;
  }
  .poco-home-page-style-18 .pro-tabs-section div[data-content-type="tabs"] .tabs-navigation {
    margin-bottom: 50px !important;
  }
  .poco-home-page-style-18 .pro-tabs-section .tabs-navigation li.tab-header a.tab-title {
    font-size: 14px !important;
    padding: 10px 17px !important;
  }
  .poco-home-page-style-18 .pro-tabs-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-name a,
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-item-name a {
    font-size: 15px;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .price,
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .special-price .price {
    font-size: 15px !important;
  }
  .bundle-options-container {
    padding-top: 20px;
  }
  .poco-home-page-style-17 .listpro-slider-col .pagebuilder-column:not(:first-of-type),
  .poco-home-page-style-17 .listpro-slider-col .pagebuilder-column:last-of-type {
    padding-top: 20px;
  }
  .poco-home-page-style-16.poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter {
    background-color: #fff;
  }
  .poco-home-page-style-16:not(.cms-index-index) .page-footer {
    margin-top: 60px !important;
  }
  .poco-home-page-style-16 .column.main .toolbar-products ~ .toolbar-products {
    margin-bottom: 0;
  }
  .poco-home-page-style-16 .page-footer:before {
    top: -60px;
    width: 84px;
    height: 119px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .detail {
    padding: 20px 30px 20px 30px;
    margin: -30px 0 0 30px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .mb-post-readmore {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
  .poco-home-page-style-16 .mageTestimonials .swiper {
    padding: 0 30px;
  }
  .poco-home-page-style-16 .newsletter-section .section-title .sort-detail {
    text-align: center;
    font-size: 16px;
  }
  .poco-home-page-style-16 .newsletter-section .form.subscribe input[type=email] {
    padding: 10px 155px 10px 20px;
  }
  .poco-home-page-style-16 .newsletter-section .form.subscribe .action {
    padding: 0 20px !important;
    font-size: 15px;
  }
  .poco-home-page-style-16 .newsletter-section .form.subscribe .action .st-icon {
    width: 18px;
    height: 18px;
    margin-left: 5px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page:before {
    width: 74px;
    height: 105px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page:before {
    top: 0;
  }
  .poco-home-page-style-16 .product-tabs-slider .sidebar-shopby,
  .poco-home-page-style-16 .product-tabs-grid .sidebar-shopby {
    margin-bottom: 30px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page.product-tabs-grid .section-title {
    margin-bottom: 0;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
    padding: 10px 20px;
  }
  .mmbr_bnr img {
    height: 330px !important;
    object-fit: cover;
  }
  .poco-home-page-style-16 .products-grid .product-item .p_catgry_link {
    font-size: 16px;
  }
  .poco-home-page-style-16 .hdg_bg_text h1 {
    font-size: 85px;
  }
  .poco-home-page-style-16 .ctg_img_wdg_style14 {
    padding-top: 90px !important;
  }
  .poco-home-page-style-16 .productsListing-section .sort-detail:before,
  .poco-home-page-style-16 .productsListing-section .sort-detail:after {
    width: 25px;
  }
  .poco-home-page-style-16.cms-index-index .productsListing-section:before {
    top: -30px;
    width: 105px;
    height: 85px;
  }
  .poco-home-page-style-16 .welcome-content .section-title .title {
    font-size: 25px !important;
  }
  .poco-home-page-style-16 .welcome-content .w-description {
    font-size: 20px;
    line-height: 30px;
  }
  .poco-home-page-style-16 .welcome-content .section-title .sort-detail {
    margin-bottom: 30px !important;
  }
  .poco-home-page-style-15 .mageTestimonials .magetmQuotes {
    font-size: 22px;
    line-height: 32px;
    padding: 0 50px !important;
  }
  .poco-home-page-style-15 .tst_outer:after {
    width: 118px;
    height: 94px;
    top: -30px;
  }
  .poco-home-page-style-15 .tst_outer:before {
    width: 68px;
    height: 66px;
    bottom: 40px;
  }
  .bestofr_list .products-list .product-item .pro-hover {
    max-width: 90px !important;
  }
  .bestofr_list .products-list .product-item {
    padding: 10px;
  }
  .custm_pro_tabs .row-full-width-inner:before {
    width: 113px;
    height: 73px;
  }
  .custm_pro_tabs div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    font-size: 25px !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    letter-spacing: -1.5px;
  }
  .poco-home-page-style-15 div[data-content-type=tabs] .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .np_sub_line {
    margin: 40px 0 10px;
  }
  .img_text_sec2 .pagebuilder-column:last-of-type img {
    margin: 0 auto;
  }
  .poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type figure {
    max-width: 100px;
    margin: 0 auto;
  }
  .poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type img {
    margin: 0 auto;
  }
  .poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type {
    margin-bottom: 40px;
    text-align: center;
  }
  .poco-home-page-style-15 .img_text_sec2 .row-full-width-inner:before {
    width: 100%;
  }
  .np_hdg {
    margin-bottom: 30px;
  }
  .custm_pro_tabs .row-full-width-inner:before {
    top: -95px;
  }
  .cke_img1,
  .cke_img2 {
    width: auto;
  }
  .cke_img1 img {
    max-width: 190px;
  }
  .cke_img2 img {
    max-width: 180px;
  }
  .img_text_sec .cnt {
    margin-top: 30px;
    text-align: center;
  }
  .img_text_sec .btn_set {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .img_text_sec .phn {
    margin: 0 0 0 20px;
  }
  .poco-home-page-style-15 .ctg_img_wdg_style14:after {
    width: 103px;
    height: 116px;
  }
  .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,
  .mageb-patterns.mageb-pattern36 {
    flex-direction: column;
  }
  .mageb-pattern35 .mageb-pattern-list,
  .mageb-pattern36 .mageb-pattern-list {
    padding: 0;
  }
  .mageb-pattern35 .mageb-pattern-list:not(:last-of-type),
  .mageb-pattern36 .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,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .sort-text,
  .mageb-pattern36 .mageb-full-caption .button,
  .mageb-pattern36 .mageb-full-caption .sort-text {
    display: inline-block !important;
  }
  .mageb-pattern36 .mageb-pattern-list .button {
    padding: 8px 14px;
    font-size: 14px !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,
  .mageTestimonials.style4 .qte_dtls {
    padding: 0 20px;
  }
  .mageTestimonials.style3:after {
    font-size: 90px;
  }
  .mageTestimonials.style3 .swiper-slide,
  .mageTestimonials.style4 .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.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .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-customer-login {
    margin-bottom: 40px !important;
  }
  .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) {
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl .action {
    font-size: 13px;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl .action span {
    display: block;
  }
  .poco-home-page-style-17 .listpro-slider-col .productsListing-section .view-more.btm {
    margin-top: 20px;
  }
  .poco-home-page-style-17 .products-grid .product-item:not(.swiper-slide) {
    margin-bottom: 20px !important;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 li {
    margin-bottom: 0;
    flex: 0 0 50% !important;
    -webkit-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 li:nth-of-type(3),
  .poco-home-page-style-17 .store-features.store-feature-style2 li:nth-of-type(4),
  .poco-home-page-style-17 .store-features.store-feature-style2 li:nth-of-type(5) {
    margin-top: 20px;
  }
  .product-add-form .block-bundle-summary .box-tocart .field.qty {
    margin: 0;
  }
  .product-add-form .block-bundle-summary .box-tocart #product-addtocart-button {
    width: 100%;
  }
  .poco-home-page-style-16 .flx_pst.post-listing-2 .item {
    max-width: 100%;
  }
  .poco-home-page-style-16 .home-blog-post-style-2.home-blog-post .detail {
    padding: 20px 40px 20px 30px;
  }
  .poco-home-page-style-16 .mageTestimonials .swiper {
    padding: 0;
  }
  .poco-home-page-style-16 .mageTestimonials .magetmQuotes {
    padding: 0 50px !important;
  }
  .poco-home-page-style-16 .mageTestimonials .swiper-button-prev:after,
  .poco-home-page-style-16 .mageTestimonials .swiper-rtl .swiper-button-next:after,
  .poco-home-page-style-16 .mageTestimonials .swiper-button-next:after,
  .poco-home-page-style-16 .mageTestimonials .swiper-rtl .swiper-button-prev:after {
    width: 20px;
    height: 20px;
  }
  .poco-home-page-style-16 .hdg_bg_text {
    margin: 0;
  }
  .poco-home-page-style-16 .hdg_bg_text h1 {
    font-size: 65px;
  }
  .poco-home-page-style-16 .ctg_img_wdg_style14 {
    margin-top: -35px;
    padding-top: 70px !important;
  }
  .mageb-pattern36 img {
    height: 185px;
  }
  .poco-home-page-style-15 .best_offers_bkr .row-full-width-inner:before {
    top: -30px;
    width: 70px;
    height: 80px;
  }
  .bestofr_list .section-title {
    flex-direction: column;
  }
  .bestofr_list .section-title .title {
    margin-bottom: 20px;
  }
  .bestofr_list .items {
    grid-template-columns: auto;
  }
  .bestofr_list .products-list .product-item {
    margin-top: 10px;
  }
  .poco-home-page-style-15 .img_text_sec2:before {
    width: 55px;
    height: 112px;
    top: -80px;
  }
  .poco-home-page-style-15 .img_text_sec2:after {
    width: 125px;
    height: 111px;
    top: -60px;
  }
  .poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl .action svg {
    margin: 0;
  }
  .cke_img1 {
    right: 20px;
  }
  .cke_img1 img {
    max-width: 150px;
  }
  .cke_img2 img {
    max-width: 120px;
  }
  .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%;
  }
  .product.info.detailed .product.data.items .data.table.additional-attributes th.label {
    display: none !important;
  }
  .poco-home-page-style-11 .column.main .toolbar-products ~ .toolbar-products {
    margin: 0;
  }
  .mageTestimonials.style3 {
    padding-bottom: 60px !important;
  }
  .mageTestimonials.style3 .swiper-slide,
  .mageTestimonials.style4 .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: 80px;
    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;
  }
  .products-list .product-item:not(.swiper-slide) {
    padding: 0 0 20px;
    margin-bottom: 30px;
  }
  .mageb-pattern37 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .mageb-pattern37 li:last-of-type {
    margin-bottom: 0;
    margin-top: 0;
  }
  .mageb-pattern37 .mageb-caption.v-top .mageb-full-caption {
    top: 30px;
  }
  .mageb-pattern37 .mageb-caption.v-bottom .mageb-full-caption {
    margin-bottom: 15px;
  }
  .poco-home-page-style-18 .products-grid .product-item .price-box {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .prodLabel.top-left {
    left: 5px;
    top: 5px;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .prodLabel.top-right {
    right: 5px;
    top: 5px;
  }
  .poco-home-page-style-18 .season-sale-bnr h1 {
    font-size: 22px;
    line-height: 22px;
  }
  .poco-home-page-style-18 .season-sale-bnr .sle-text {
    font-size: 17px;
  }
  .poco-home-page-style-18 .season-sale-bnr {
    padding: 10px 20px 10px 140px;
  }
  .poco-home-page-style-18 .sale-bnr-wrp {
    background-position: 16% 50% !important;
  }
  .poco-home-page-style-18 .season-sale-bnr .d_fl {
    align-items: start !important;
    -webkit-align-items: start !important;
    -ms-align-items: start !important;
  }
  .poco-home-page-style-18 .season-sale-bnr .sle-text {
    font-size: 16px;
    line-height: normal;
  }
  .poco-home-page-style-18 .season-sale-bnr .sle-text br,
  .poco-home-page-style-18 .season-sale-bnr h1 br {
    display: block;
  }
  .poco-home-page-style-18 .marquee-section .marquee-item {
    padding: 50px 20px 0 20px;
  }
  .poco-home-page-style-18 .pet-advrtise-ptn37:after {
    width: 74px;
    height: 72px;
  }
  .poco-home-page-style-18 .pet-advrtise-ptn37:before {
    width: 77px;
    height: 37px;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .old-price {
    padding-right: 5px;
  }
  .poco-home-page-style-18 .pro-tabs-section div[data-content-type="tabs"] .tabs-navigation {
    margin-bottom: 30px !important;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .price,
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .special-price .price {
    font-size: 14px !important;
  }
  .poco-home-page-style-18 .products-grid .product-item .product-item-inner.style12 .action {
    width: 30px !important;
    height: 30px;
    line-height: 30px;
  }
  .poco-home-page-style-18 .products-grid .product-item .product-item-inner.style12 .icon-btn {
    margin: 0 2px;
  }
  .poco-home-page-style-18.catalog-category-view .category-view .subcategory-grid .product-item-name a {
    padding: 5px 10px;
  }
  .catalog-category-view .category-view .subcategory-grid .product-item-name {
    padding: 10px;
  }
  .poco-home-page-style-17 .product-info-main .product-reviews-summary {
    display: flex;
  }
  .poco-home-page-style-17 .products-grid .product-item .price-box {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 .icon-item {
    flex-direction: column;
    text-align: center;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 .icn .st-icon {
    width: 24px;
    height: 24px;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 .store-feature {
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 span,
  .poco-home-page-style-17 .store-features.store-feature-style2 .icon-item b {
    font-size: 14px;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 .icn {
    margin: 0 0 5px;
  }
  .poco-home-page-style-16 .newsletter-section .section-title .title {
    font-size: 25px !important;
  }
  .poco-home-page-style-16 .page-footer:before {
    top: -40px;
    width: 64px;
    height: 89px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .detail {
    margin: -20px 0 0 20px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .detail h3 a {
    font-size: 20px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .mb-post-excerpt {
    font-size: 18px;
    line-height: 28px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2.home-blog-post .detail {
    padding: 15px 20px 15px 20px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .mb-post-excerpt {
    margin: 10px 0;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .poco-home-page-style-16 .mageTestimonials .magetmQuotes {
    font-size: 18px;
  }
  .poco-home-page-style-16 .mageTestimonials .clientname b {
    font-size: 16px;
  }
  .poco-home-page-style-16 .newsletter-section {
    padding: 30px 0;
  }
  .poco-home-page-style-16 .newsletter-section .form.subscribe .action span {
    display: none;
  }
  .poco-home-page-style-16 .newsletter-section .form.subscribe .action .st-icon {
    margin-left: 0;
  }
  .poco-home-page-style-16 .newsletter-section .form.subscribe input[type=email] {
    padding: 10px 58px 10px 15px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page:before {
    width: 64px;
    height: 95px;
    top: 11%;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item {
    margin: 0 4px 5px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
    font-size: 14px;
  }
  .mmbr_bnr .cnt {
    flex-direction: column;
  }
  .mmbr_bnr .section-title {
    margin-bottom: 20px !important;
  }
  .mmbr_bnr .section-title .title {
    text-align: center;
  }
  .mmbr_bnr figure img {
    height: 280px !important;
  }
  .poco-home-page-style-16 .hdg_bg_text h1 {
    font-size: 40px;
  }
  .poco-home-page-style-16 .ctg_img_wdg_style14 {
    margin-top: -20px;
    padding-top: 50px !important;
  }
  .poco-home-page-style-16 .productsListing-section .section-title {
    margin-bottom: 30px;
  }
  .poco-home-page-style-16.cms-index-index .productsListing-section:before {
    top: -10px;
    width: 55px;
    height: 45px;
  }
  .poco-home-page-style-16.cms-index-index .productsListing-section:after {
    width: 58px;
    height: 97px;
  }
  .poco-home-page-style-15 .mageTestimonials .magetmQuotes {
    font-size: 18px;
    line-height: 26px;
  }
  .poco-home-page-style-15 .mageTestimonials .swiper-button-next {
    right: 0 !important;
  }
  .poco-home-page-style-15 .mageTestimonials .swiper-button-prev {
    left: 0 !important;
  }
  .poco-home-page-style-15 .mageTestimonials .clientname b {
    font-size: 14px;
  }
  .poco-home-page-style-15 .tst_outer:after {
    width: 88px;
    height: 74px;
  }
  .poco-home-page-style-15 .mageTestimonials .section-title .title:before {
    width: 110px;
    height: 30px;
    margin: 0 auto 10px;
  }
  .np_hdg {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1.5px !important;
    margin-bottom: 20px;
  }
  .poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type {
    margin-bottom: 30px;
  }
  .np_sub_line {
    margin: 20px 0 0px;
  }
  .poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type {
    padding-left: 20px;
    padding-right: 20px;
  }
  .poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type figure {
    max-width: 80px;
  }
  .poco-home-page-style-15 .img_text_sec2:after {
    width: 105px;
    height: 91px;
  }
  .poco-home-page-style-15 .img_text_sec2:before {
    width: 45px;
    height: 92px;
    top: -40px;
  }
  .img_text_sec .cnt {
    padding: 0;
  }
  .img_text_sec .btn_set {
    flex-direction: column-reverse;
    align-items: center;
  }
  .img_text_sec .phn {
    margin: 0 0 20px;
  }
  .cke_img1 img {
    max-width: 100px;
  }
  .cke_img2 img {
    max-width: 80px;
  }
  .img_text_sec h1 {
    font-size: 34px;
    letter-spacing: -2px;
  }
  .img_text_sec .cnt p {
    font-size: 18px;
    line-height: 26px;
  }
  .img_text_sec .sub_hd {
    font-size: 18px;
    margin-bottom: 0;
  }
  .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,
  .mageb-pattern36 .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,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 a {
    font-size: 22px !important;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption {
    padding-left: 0;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .sort-text {
    line-height: normal;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 {
    margin-bottom: 10px;
  }
  .btn-radius-style .mageb-pattern35 .button,
  .btn-radius-style .mageb-pattern36 .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.style4 .pht {
    max-width: 70px;
  }
  .mageTestimonials.style4 .pht img {
    padding: 0 10px;
  }
  .mageTestimonials.style3 .qte_dtls,
  .mageTestimonials.style4 .qte_dtls {
    padding: 0 10px 0 15px;
  }
  .mageTestimonials.style3 .qte_cnt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .mageTestimonials.style3 #ratings,
  .mageTestimonials.style4 #ratings {
    margin-bottom: 5px;
  }
  .mageTestimonials.style3 .nme,
  .mageTestimonials.style4 .nme {
    font-size: 14px;
  }
  .mageTestimonials.style4 .qte_cnt {
    font-size: 16px;
    line-height: 26px;
  }
  .mageTestimonials.style4 .mageTmComp,
  .mageTestimonials.style4 .nme b {
    font-size: 16px;
  }
  .mageTestimonials.style4 .qte_dtls {
    padding: 20px !important;
  }
  .mageTestimonials.style4 .section-title.style2 .swiper-button-prev,
  .mageTestimonials.style4 .section-title.style2 .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
  .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%;
  }
  .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: 0;
  }
  .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;
  }
}
