html .page-layout-2columns-left .sidebar,
html .page-layout-2columns-right .sidebar {
  width: 300px;
  padding: 0 !important;
}
html .page-layout-2columns-left .column.main,
html .page-layout-2columns-right .column.main {
  width: calc(100% - 330px);
  padding-left: 0;
  padding-right: 0;
}
.page-layout-2columns-right .sidebar {
  float: right !important;
}
html .page-layout-3columns .sidebar {
  padding: 0;
  width: 270px;
}
html .page-layout-3columns .column.main {
  padding: 0 30px;
  width: calc(100% - 540px);
}
.columns .column.main {
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  html .page-layout-2columns-left .sidebar,
  html .page-layout-2columns-right .sidebar {
    width: 200px;
    padding: 0 !important;
  }
  html .page-layout-2columns-left .column.main,
  html .page-layout-2columns-right .column.main {
    width: calc(100% - 230px);
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .page-layout-2columns-left .sidebar,
  .page-layout-2columns-right .sidebar {
    float: none !important;
  }
}
@media (max-width: 767px) {
  html .page-layout-2columns-left .sidebar,
  html .page-layout-2columns-right .sidebar,
  html .page-layout-2columns-left .column.main,
  html .page-layout-2columns-right .column.main {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media (max-width: 480px) {
  .page-layout-2columns-left .sidebar,
  .page-layout-2columns-right .sidebar {
    float: none !important;
  }
}
.product.data.items.accordion-style .item.title.resp-accordion {
  border: 1px solid #ddd;
  display: block;
  float: none !important;
  width: 100%;
  font-size: 116.67%;
  padding: 10px 20px !important;
  cursor: pointer;
  margin: 10px 0 0 !important;
  height: unset !important;
  line-height: unset !important;
  position: relative;
}
.product.data.items.accordion-style .item.title.resp-accordion a {
  background: none !important;
  border: none !important;
  height: auto !important;
  padding: 0 !important;
  line-height: unset !important;
  font-size: inherit;
  color: #222;
}
.product.data.items.accordion-style .item.title.resp-accordion .resp-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
}
.product.data.items.accordion-style .item.title.resp-accordion.active {
  background-color: #ddd;
}
.product.data.items.accordion-style .resp-tab-content {
  border: 1px solid #ddd !important;
  float: none !important;
  padding: 20px !important;
  margin: 0 !important;
  border-top: none !important;
}
.default-style .resp-accordion {
  display: none;
}
.default-style .resp-tabs-list {
  padding: 0;
  margin: 0;
}
.default-style .resp-tabs-list:before,
.default-style .resp-tabs-list:after {
  content: "";
  display: block;
  clear: both;
}
.default-style .resp-tabs-list li {
  background-color: #fff;
  float: left;
  display: block;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 116.67%;
  padding: 10px 20px !important;
  margin: 0 -1px 0 0;
  cursor: pointer;
  position: relative;
}
.default-style .resp-tabs-list li.active {
  background-color: #ddd;
}
.default-style .resp-tabs-list li a {
  color: inherit;
}
.default-style .resp-tabs-container {
  clear: both;
  padding: 20px;
  border: 1px solid #ddd;
}
.vertical-style .resp-tabs-container {
  padding: 0;
  background-color: #fff;
  clear: left;
}
.vertical-style .resp-accordion {
  display: none;
}
.vertical-style .active {
  border-bottom: none;
}
.vertical-style .resp-content-active,
.vertical-style .resp-accordion-active {
  display: block;
}
.vertical-style .resp-tab-content {
  border: 1px solid #ddd;
  padding: 20px;
  min-height: 200px;
}
.vertical-style h2.resp-tab-active {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.vertical-style ul.resp-tabs-list {
  float: left;
  width: 200px;
  margin: 0;
  padding: 0;
}
.vertical-style .resp-tabs-list li {
  display: block;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 116.67%;
  padding: 10px 20px;
  margin: 0 -1px 0 0;
  cursor: pointer;
  float: none;
  position: relative;
}
.vertical-style .resp-tabs-list li a {
  color: inherit;
}
.vertical-style .resp-tabs-list li.active {
  background-color: #ddd;
}
.vertical-style .resp-tabs-list li:last-child {
  border-bottom: 1px solid #ddd;
}
.vertical-style .resp-tabs-container {
  padding: 0;
  background-color: #fff;
  margin-left: 200px;
  clear: none;
}
@media only screen and (max-width: 768px) {
  .vertical-style ul.resp-tabs-list {
    width: 100%;
    margin: 0;
  }
  .vertical-style .resp-tabs-list li {
    margin: 0 !important;
    padding: 10px 20px;
  }
  .vertical-style .resp-tabs-container {
    float: none;
    clear: both;
    margin: 0 !important;
  }
  .vertical-style .resp-tabs-container .resp-tab-content {
    padding: 20px;
    min-height: auto;
  }
  .default-style .resp-tabs-list li {
    float: none;
    margin: 0;
  }
}
/**
 * Override lib and blank theme
 */
.page-products .sidebar,
.page-products .column.main {
  opacity: 0;
  transition: .1s;
}
.has-sidebar .column.main,
.no-sidebar .column.main {
  opacity: 1;
}
.has-sidebar .sidebar,
.no-sidebar .sidebar {
  opacity: 1;
}
.no-sidebar .sidebar {
  display: none;
}
.no-sidebar .column.main {
  width: 100% !important;
}
.products-grid .product-item {
  margin-bottom: 30px;
}
#narrow-by-list .filter-options-title {
  position: relative;
  padding: 4px 0;
  line-height: unset;
}
#narrow-by-list .btn-open-close {
  display: block;
  background: #eee;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#narrow-by-list .btn-open-close span:before {
  content: attr(data-open);
}
#narrow-by-list .filter-options-content {
  display: none;
}
#narrow-by-list .filter-options-item.active .filter-options-content {
  display: block;
}
#narrow-by-list .filter-options-item.active .btn-open-close span:before {
  content: attr(data-close);
}
/**
 * Loading page
 */
.body-loading {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999999999;
  top: -50px;
  bottom: -50px;
  background: #fff;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #ddd;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/**
 * Page loading image
 */
.page-image-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/**
 * End loading page
 */
.fancybox-skin {
  background-color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
/**
 * Remove padding container, page-main
 */
body .container,
body .page-main {
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}
.page-main {
  padding: 30px 0;
}
/**
 * Logo
 */
.logo {
  margin: 0;
  padding: 0;
}
/**
 * Lazy loading image
 */
.lazyload {
  display: block;
  background: url(../images/loader-1.gif) no-repeat center center / 30px auto;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
}
picture.lazyload {
  background: none;
  margin: unset;
  min-width: unset;
  max-height: unset;
  min-height: unset;
}
/**
 * Loading block
 */
.loading-content {
  background: url(../images/loader-1.gif) no-repeat center center / 30px auto;
  min-height: 100px;
}
.owl-loaded + .loading-content {
  display: none;
}
/**
 * Buynow
 */
.bundle-options-container .block-bundle-summary .box-tocart .actions .buynow {
  width: 100%;
  margin-top: 10px;
  font-size: 100%;
  text-transform: uppercase;
}
/**
 * Toolbar
 */
.toolbar-products {
  padding: 0;
}
/**
 * Layout listing product
 */
.products.wrapper.products-grid .product-items {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.products.wrapper.products-grid .product-items:before,
.products.wrapper.products-grid .product-items:after {
  content: "";
  display: block;
  clear: both;
}
.products.wrapper.products-grid .product-items .product-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 15px;
  margin-bottom: 30px;
  float: none;
  display: block;
  clear: none;
}
/**
 * Back to top
 */
.back2top {
  width: 60px;
  height: 60px;
  background-color: #666;
  color: #fff;
  text-align: center;
  line-height: 60px;
  position: fixed;
  right: 24px;
  bottom: 120px;
  font-size: 40px;
  z-index: 500;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.back2top.active {
  opacity: 1;
  visibility: visible;
}
.back2top:hover {
  background-color: #333;
}
.back2top .b-text {
  display: none;
}
/**
 * Newsletter Popup
 */
.w-newsletter {
  width: 500px;
  padding: 20px 15px 20px;
}
.w-newsletter .popup-news-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 200%;
  color: #222;
}
.w-newsletter .news-description {
  margin: 10px 0 20px;
}
.w-newsletter .form-newsletter-popup {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.w-newsletter .form-newsletter-popup .input-box {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.w-newsletter .form-newsletter-popup .action-newsletter {
  display: table-cell;
  vertical-align: top;
}
.w-newsletter .subscribe-bottom .checker {
  display: inline;
}
/**
 * Product Hover Image
 */
.image-product-hover {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  -webkit-transition: .1s;
}
.product-item-photo:hover .image-product-hover {
  opacity: 1;
  visibility: visible;
}
/**
 * Box image - product page
 */
.fotorama__caption {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.fotorama__dot {
  width: 10px !important;
  height: 10px !important;
}
/**
 * Info product product page
 */
.product-social-links {
  text-align: unset;
}
/**
 * Tabs product page
 */
.product.data.items .item.title > .switch {
  padding: unset !important;
}
/**
 * Sticky action product
 */
.sticky-product-action {
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: .2s;
  -webkit-transition: .2s;
}
.sticky-product-action.sticky-bottom {
  bottom: -200px;
  top: auto;
  display: flex;
  flex-wrap: wrap;
}
.sticky-product-action.sticky-bottom .sticky-action-cart {
  width: 100%;
  order: 5;
  border: none;
}
.sticky-product-action.sticky-bottom .product-info-detailed {
  width: 100%;
  order: 1;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  padding-bottom: 15px;
}
.sticky-product-action .sticky-action-cart {
  padding: 15px 0;
}
.sticky-product-action .sticky-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.sticky-product-action .product-title {
  color: #222;
  font-weight: 700;
  overflow: hidden;
  font-size: 114.285%;
  margin: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.sticky-product-action .sticky-title {
  width: 100%;
}
.sticky-product-action .sticky-product-info {
  display: flex;
  flex-wrap: nowrap;
}
.sticky-product-action .sticky-price {
  padding: 0 10px;
}
.sticky-product-action .sticky-price .price-box {
  display: flex;
  padding-top: 10px;
}
.sticky-product-action .sticky-price .price-box .price {
  font-size: 114.285%;
  color: #000;
  font-weight: 700;
}
.sticky-product-action .sticky-price .price-box .old-price .price {
  position: relative;
  font-weight: 400;
  color: #666;
}
.sticky-product-action .sticky-price .price-from {
  padding: 0 10px;
}
.sticky-product-action .sticky-qty {
  padding: 0 10px;
}
.sticky-product-action .qty-control {
  display: flex;
  align-items: center;
}
.sticky-product-action .qty-control .label {
  padding: 0 5px;
  position: relative;
  top: 3px;
  font-weight: 700;
}
.sticky-product-action .qty-control .tf-qty {
  width: 54px;
}
.sticky-product-action .sticky-button {
  padding-left: 10px;
}
.sticky-product-action .sticky-button button {
  white-space: nowrap;
  text-transform: uppercase;
  min-width: 200px;
}
.show-sticky-product .sticky-product-action {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.show-sticky-product .sticky-product-action.sticky-bottom {
  bottom: 0;
  top: auto;
}
.page-product-grouped .sticky-product-action .sticky-qty {
  display: none !important;
}
/**
 * Sticky tabs
 */
.product-info-detailed {
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}
.list-tab-sticky {
  display: flex;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
.list-tab-sticky > .data.item.title {
  padding: 0 5px;
  margin: 0;
}
.list-tab-sticky > .data.item.title a {
  display: block;
  padding: 8px 15px;
  background-color: #eee;
  text-align: center;
  color: #222;
  font-weight: 700;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: .2s;
  -webkit-transition: .2s;
}
.list-tab-sticky > .data.item.title a:hover {
  background-color: #ddd;
}
/**
 * GDPR
 */
.message.global.cookie {
  border-radius: 4px;
}
.customer-account-create .fieldset.additional_info {
  clear: both;
}
.message.global.cookie.magepow-gdpr-cookie-notice {
  left: 15px;
  padding: 35px 15px 25px;
  background-color: #fff;
  border: none;
  z-index: 550;
}
.message.global.cookie.magepow-gdpr-cookie-notice .cookie-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.message.global.cookie.magepow-gdpr-cookie-notice .cookie-close:before {
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.message.global.cookie.magepow-gdpr-cookie-notice .cookie-close span {
  display: none;
}
.notice-cookie-title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.message.global.cookie.magepow-gdpr-cookie-notice.disable {
  display: none;
}
.notice-cookie-content a {
  display: inline-block;
  clear: both;
}
/**
 * End GDPR
 */
@media (max-width: 1200px) {
  .sticky-product-action {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
@media (min-width: 1024px) {
  .layout-boxed .page-wrapper {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1023px) {
  body.layout-boxed .container,
  body.layout-boxed .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
