/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.rotation-slider {
  width: 100%;
  max-width: 710px;
}
.rotation-slider img {
  width: 100%;
  height: 100%;
}
.rotation-slider .slick-slide {
  position: relative;
  z-index: 7;
}
.rotation-slider .slick-slide .brk-slid {
  position: relative;
  transition: \transform 0.3s;
}
.rotation-slider .slick-slide .brk-slid:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  visibility: visible;
  transition: background-color 0.2s;
  z-index: 4;
}
.rotation-slider .slick-slide .brk-slid a {
  display: block;
}
.rotation-slider .slick-slide.prev-slid-index .brk-slid {
  transform: translateX(20%) scale(0.85);
}
@media (max-width: 575px) {
  .rotation-slider .slick-slide.prev-slid-index .brk-slid {
    transform: translateX(0) scale(1);
  }
}
.rotation-slider .slick-slide.next-slid-index .brk-slid {
  transform: translateX(-20%) scale(0.85);
}
@media (max-width: 575px) {
  .rotation-slider .slick-slide.next-slid-index .brk-slid {
    transform: translateX(0) scale(1);
  }
}
.rotation-slider .slick-slide.slick-current,
.rotation-slider .slick-slide.slick-center,
.rotation-slider .slick-slide.slick-active {
  z-index: 8;
}
.rotation-slider .slick-slide.slick-current .brk-slid,
.rotation-slider .slick-slide.slick-center .brk-slid,
.rotation-slider .slick-slide.slick-active .brk-slid {
  transform: scale(1);
}
.rotation-slider .slick-slide.slick-current .brk-slid:before,
.rotation-slider .slick-slide.slick-center .brk-slid:before,
.rotation-slider .slick-slide.slick-active .brk-slid:before {
  background-color: rgba(255, 255, 255, 0);
  visibility: hidden;
}
.rotation-slider_full-width {
  max-width: none;
}
.arrows-classic .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  z-index: 9;
  opacity: .9;
  transition: opacity .3s;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
@media (max-width: 576px) {
  .arrows-classic .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.arrows-classic .slick-arrow:hover {
  outline: none;
  opacity: 1;
}
.arrows-classic .slick-arrow:before {
  content: '';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: 3px;
  font-size: 22px;
  transform: translate(-50%, -50%);
  color: #2775ff;
}
.arrows-classic .slick-prev {
  left: 10px;
}
.arrows-classic .slick-prev:before {
  content: '\f104';
}
.arrows-classic .slick-next {
  right: 10px;
}
.arrows-classic .slick-next:before {
  content: '\f105';
}
.arrows-classic .slick-disabled {
  background-color: #E6E6E6 !important;
  cursor: default;
}
.arrows-classic .slick-disabled:before {
  color: #828282 !important;
}
.arrows-classic_shop .slick-prev {
  left: -25px;
}
.arrows-classic_shop .slick-next {
  right: -25px;
}
.arrows-classic_shop .slick-prev,
.arrows-classic_shop .slick-next {
  top: calc(5%);
}
.arrows-classic .brk-form-strict .jq-selectbox {
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.arrows-classic .brk-form-strict .jq-selectbox__select {
  width: 100%;
  height: 54px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #e8ecff;
  color: rgba(39, 39, 39, 0.4);
}
.arrows-classic .brk-form-strict .jq-selectbox__select-text {
  line-height: 54px;
  padding: 0 15px 0 21px;
}
.arrows-classic .brk-form-strict .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 41px;
}
.arrows-classic .brk-form-strict .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 27px;
  left: 18px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #2775ff;
}
.arrows-classic .brk-form-strict .jq-selectbox__dropdown {
  width: 100%;
  border-top: transparent;
  background-color: #fff;
  border: 1px solid #2775ff;
}
.arrows-classic .brk-form-strict .jq-selectbox__dropdown ul {
  max-height: 170px;
  padding: 12px 0;
}
.arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li {
  padding: 0 10px 0 30px;
  line-height: 34px;
  color: rgba(39, 39, 39, 0.4);
}
.arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li.sel {
  color: #e8ecff;
}
.arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li:hover,
.arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li.selected {
  color: #2775ff;
}
.arrows-classic .brk-form-strict .jq-selectbox.opened .jq-selectbox__select {
  border-bottom-color: #2775ff;
}
.arrows-classic .brk-form-strict .jq-selectbox.opened .jq-selectbox__select-text {
  color: #272727;
}
.arrows-classic .jq-selectbox,
.arrows-classic .jq-select-multiple {
  position: relative;
  display: inline-block;
}
.arrows-classic .jq-selectbox select,
.arrows-classic .jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.arrows-classic .jq-selectbox li,
.arrows-classic .jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.arrows-classic .jq-selectbox {
  z-index: 10;
}
.arrows-classic .jq-selectbox__select {
  position: relative;
}
.arrows-classic .jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.arrows-classic .jq-selectbox__dropdown {
  position: absolute;
}
.arrows-classic .jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: 200px;
}
.icon__btn {
  display: inline-block;
  margin: 10px;
  border-radius: 50%;
  color: #fff;
  background: #2775ff;
  position: relative;
  z-index: 3;
}
.brk-bordered-theme .icon__btn {
  border-radius: inherit;
}
.icon__btn .spike {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: #2775ff;
  z-index: -1;
}
.icon__btn .spike:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.icon__btn .spike:nth-child(2) {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.icon__btn .spike:nth-child(3) {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.icon__btn .spike:nth-child(4) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.icon__btn .spike:nth-child(5) {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.icon__btn .spike:nth-child(6) {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.icon__btn .spike:nth-child(7) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.icon__btn .spike:nth-child(8) {
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.icon__btn .spike:nth-child(9) {
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
}
.icon__btn .spike:nth-child(10) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon__btn > .before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
  opacity: .1;
  background-color: #2775ff;
  border-radius: 50%;
  z-index: -1;
}
.brk-bordered-theme .icon__btn > .before {
  border-radius: inherit;
}
.icon__btn > .after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
  background-color: #2775ff;
  border-radius: 50%;
  z-index: -1;
}
.brk-bordered-theme .icon__btn > .after {
  border-radius: inherit;
}
.icon__btn_clear > .before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.icon__btn:hover {
  color: #fff;
}
.icon__btn:hover > .before {
  -webkit-animation: 1.5s brk-pulse 0.3s infinite;
  animation: 1.5s brk-pulse 0.3s infinite;
}
.icon__btn:hover > .after {
  -webkit-animation: brk-pulse 1.5s infinite;
  animation: brk-pulse 1.5s infinite;
}
.icon__btn-circled > .before {
  top: -33px;
  left: -33px;
  right: -33px;
  bottom: -33px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.icon__btn-circled > .after {
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
}
.icon__btn-circled:hover > .before {
  -webkit-animation: 1s brk-pulse-paused 0.2s ease-in infinite;
  animation: 1s brk-pulse-paused 0.2s ease-in infinite;
}
.icon__btn-circled:hover > .after {
  -webkit-animation: brk-pulse-paused 1s ease-in infinite;
  animation: brk-pulse-paused 1s ease-in infinite;
}
.icon__btn-circled_active > .before {
  -webkit-animation: 1s brk-pulse-paused 0.2s ease-in infinite;
  animation: 1s brk-pulse-paused 0.2s ease-in infinite;
}
.icon__btn-circled_active > .after {
  -webkit-animation: brk-pulse-paused 1s ease-in infinite;
  animation: brk-pulse-paused 1s ease-in infinite;
}
.icon__btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon__btn-invert {
  background: #fff;
  color: #2775ff;
}
.icon__btn-invert > .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 100%;
  background: #fff;
}
.brk-bordered-theme .icon__btn-invert > .bg {
  border-radius: inherit;
}
.icon__btn-invert:hover {
  background: #fff;
  color: #2775ff;
}
.icon__btn-white {
  background: #fff;
  color: #2775ff;
}
.icon__btn-white > .before {
  background-color: #fff;
}
.icon__btn-white > .after {
  background-color: #fff;
}
.icon__btn-white:hover {
  background: #fff;
  color: #2775ff;
}
.icon__btn-sm {
  font-size: 14px;
  width: 41px;
  height: 41px;
}
.icon__btn-md {
  font-size: 16px;
  width: 52px;
  height: 52px;
}
.icon__btn-md_1 {
  font-size: 26px;
  width: 70px;
  height: 70px;
}
.icon__btn-lg {
  font-size: 21px;
  width: 68px;
  height: 68px;
}
.icon__btn-xl {
  font-size: 21px;
  width: 86px;
  height: 86px;
}
.icon__btn-center [class*="fa-"] {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
}
.icon__btn.icon__btn-svg {
  background: transparent !important;
}
@-webkit-keyframes brk-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes brk-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes brk-pulse-paused {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes brk-pulse-paused {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn-violet {
  font-size: 12px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1) !important;
}
.btn-violet:hover {
  background: rgba(114, 2, 187, 0.05);
}
.btn-violet .before,
.btn-violet .after {
  padding-left: 0 !important;
  padding-right: 10px;
  color: #7202bb;
}
.btn-violet .text {
  color: #7202bb !important;
  margin-right: 10px;
}
.btn-violet i {
  position: absolute !important;
  top: 50%;
  right: 20px;
  margin-right: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-violet i:before {
  color: #7202bb !important;
}
.border-radius-30 {
  border-radius: 30px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .products-grid .product-item-actions.actions {
    margin-top: 8px;
  }
}
.gw-euvat-field .message-success {
  margin-top: 10px;
}
.gw-euvat-field #vatid-retry {
  cursor: pointer;
}
.catalog-category-view .actions-primary + .actions-secondary {
  vertical-align: top;
}
.catalog-category-view button.buynow {
  margin-left: 5px;
}
.catalog-product-view #product-addtocart-button {
  float: left;
}
.buy-now-btn {
  margin-right: 1%;
  width: 49%;
  line-height: 3.6rem;
}
@media (max-width: 767px) {
  .catalog-category-view button.buynow {
    margin-top: 5px;
    margin-left: 0px;
  }
}
.download-attachment {
  text-align: center;
}
.download-attachment a {
  color: #333;
  font-size: 0;
  text-decoration: none;
}
.download-attachment a:before {
  background: url("../Mageprince_Productattach/images/download.svg") no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  font-size: 25px;
  height: 20px;
  width: 20px;
}
.product-info-main .table.attachment-table {
  width: 100%;
}
.all-attachment-block .table.attachment-table {
  width: 100%;
}
.table.attachment-table {
  width: 70%;
}
.table.attachment-table th.download {
  width: 10%;
}
.table.attachment-table td.attachment-icon img {
  width: 40px;
}
.product-attachment {
  line-height: 30px;
  margin-bottom: 10px;
}
.product-attachment .attachment-icon {
  float: left;
  padding-right: 10px;
}
.product-attachment .attachment-icon img {
  width: 30px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media only screen and (max-width: 767px) {
  .products-list .products.list .product-item .flip-box__split {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .products-list .products.list .product-item .flip-box__split .flip__back .product-reviews-summary {
    display: none;
  }
  .products-list .products.list .product-item .flip-box__split .flip__back .flip-box__split-info {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .toolbar.brk-sc-sorting {
    padding: 20px 0 20px;
  }
  .toolbar.brk-sc-sorting .toolbar-amount {
    display: none;
  }
  .toolbar.brk-sc-sorting .modes .modes-label {
    display: none;
  }
  .toolbar.brk-sc-sorting .toolbar-sorter {
    margin: 0 !important;
  }
  .products.wrapper ~ .toolbar .pages {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .toolbar.brk-sc-sorting {
    flex-direction: column;
  }
  .toolbar.brk-sc-sorting .toolbar-sorter,
  .toolbar.brk-sc-sorting .limiter {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 15px !important;
  }
  .toolbar.brk-sc-sorting .toolbar-sorter > label,
  .toolbar.brk-sc-sorting .limiter > label {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
  .toolbar.brk-sc-sorting .toolbar-sorter > div {
    width: calc(100% - 25px);
  }
  .toolbar.brk-sc-sorting .limiter > div {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .fullwidth-row {
    width: 100vw;
    margin-left: calc(255px - 50vw);
  }
}
@media only screen and (max-width: 575px) {
  .fullwidth-row.top_overlay {
    display: none;
  }
  .fullwidth-row {
    width: 100% !important;
    margin: 0 !important;
  }
}
.update-shopping-cart-wrap {
  display: none;
}
@media only screen and (max-width: 992px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
@media only screen and (min-width: 1230px) {
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__content {
    margin-left: 10px;
    margin-top: 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top.no-active .brk-sc-tiles-angle__container {
    padding: 85px 0 0 34px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__content {
    padding: 35px 0 0 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__container {
    padding: 16px 0 0 34px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__content {
    margin: 0 10px 73px 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom.no-active .brk-sc-tiles-angle__container {
    padding: 0 34px 105px 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__container {
    padding: 0 34px 16px 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__content {
    margin-top: 80px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider {
    width: 242px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider .slick-slider {
    width: 660px;
  }
}
@media only screen and (max-width: 992px - 1) {
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__slider,
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__slider {
    width: 500px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle__content {
    max-width: 340px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle__content h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle__content p {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .filterproducts.box-tiles-2 .product-item:nth-child(2n),
  .filterproducts.box-tiles-1 .product-item:nth-child(3n+2) {
    transform: none;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading {
    display: none;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top,
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {
    position: relative;
    left: auto;
    right: auto;
    top: auto !important;
    bottom: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover,
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover {
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__slider,
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__slider {
    padding: 0 10px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__slider,
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__slider {
    width: 100% !important;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .slick-arrow,
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {
    display: block;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__content {
    text-align: left;
    margin-left: 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__content {
    max-width: none;
    width: 100%;
    padding: 20px 15px 15px !important;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container {
    padding: 20px !important;
    display: block;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider {
    width: 100%;
    padding: 0 35px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider .slick-slider {
    width: 100% !important;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__content {
    margin: 0;
    text-align: left;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__content {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider {
    padding: 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .arrows-classic-ellipse .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .arrows-classic-ellipse .slick-arrow.slick-prev {
    left: 10px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .arrows-classic-ellipse .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .page-products.page-layout-1column .columns {
    padding-top: 60px;
  }
  .page-products.page-layout-1column .columns .filter-current .filter-current-subtitle {
    border: 0;
  }
  .page-products.page-layout-1column .columns .filter.block {
    position: absolute;
    top: 0;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    border-bottom: 0;
    margin-bottom: 20px;
    border-top: 0;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item {
    margin: 0;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item.active .filter-options-title {
    color: #272727;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item.active .filter-options-title:after {
    content: "\f106";
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item.active .filter-options-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
    transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
    -webkit-transition-duration: .28s;
    transition-duration: .28s;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item:after {
    content: '' !important;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 30px;
    overflow: visible;
    position: relative;
    border-radius: 27px;
    border: 2px solid rgba(205, 205, 205, 0.2);
    margin: 0 10px 20px 0;
    color: rgba(39, 39, 39, 0.4);
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-title:before {
    display: none;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-title:after {
    content: "\f107";
    right: 15px;
    top: 12px;
    left: auto;
    color: #00c6ff;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: calc(70%) 0;
    transition-property: opacity,visibility,\transform;
    transition-duration: .3s;
    z-index: 98;
    position: absolute;
    top: 100%;
    width: 120%;
    height: auto;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;
    margin-top: -7px;
    text-align: center;
    border: 0;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content .ln_slider_container {
    padding: 0 15px 0 15px;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content:before {
    border: 8px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: 23px;
    top: -16px;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content:after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .page-products.catalog-category-view .column.main:after {
    display: none;
  }
  .filter .filter-current {
    border: 0;
  }
  .filter .filter-current.active + .block-actions {
    margin-right: 0;
    padding: 0 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\f106';
  }
  .filter .filter-current .filter-current-subtitle {
    border-top: 1px solid #ebebeb;
    padding-left: 0;
    padding-right: 0;
  }
  .filter .filter-current .filter-current-subtitle:before {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-size: 14px;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
  }
  .filter .filter-current .filter-current-subtitle:after {
    color: #9f9f9f;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  }
  .block-category-list .block-title {
    padding-left: 0;
    padding-right: 0;
  }
  .block.filter .block-title.filter-title {
    width: 110px;
    margin: 20px 0;
    border: 1px solid #2775ff;
    border-radius: 4px;
    text-align: center;
  }
  .block.filter.active .filter-title {
    width: auto;
    margin: 0;
    border: 0;
    height: 70px;
  }
}
@media all and (min-width: 993px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item,
  .form-address-edit .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .block-addresses-list .items.addresses > .item:nth-child(1),
  .form-address-edit .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .block-addresses-list .items.addresses > .item:nth-child(2),
  .form-address-edit .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .block-addresses-list .items.addresses > .item:nth-child(2) + *,
  .form-address-edit .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'berserk-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 970px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .page-layout-3columns .column.main {
    width: 50%;
  }
  .page-layout-3columns .sidebar-main,
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-layout-2columns-right .column.main,
  .page-layout-2columns-left .column.main {
    width: 66.66%;
  }
  .page-layout-2columns-right .sidebar-main,
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-right .sidebar-additional,
  .page-layout-2columns-left .sidebar-additional {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'berserk-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'berserk-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'berserk-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container {
    order: 2;
    flex: 0 0 100%;
  }
  .bundle-options-container .legend.title {
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
  }
  .bundle-options-container form {
    display: flex;
    flex-flow: wrap;
  }
  .bundle-options-container .bundle-options-wrapper {
    flex: 0 0 30%;
  }
  .bundle-options-container .bundle-options-wrapper .qty-changer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transform: translateY(-50%);
    border-left: 0;
    position: absolute;
    top: 50%;
    left: -15px;
    width: 84px;
    pointer-events: none;
  }
  .bundle-options-container .bundle-options-wrapper .qty-changer > a {
    pointer-events: all;
  }
  .bundle-options-container .berserk_container {
    flex: 0 0 22%;
    padding: 0 20px;
  }
  .bundle-options-container .berserk_container .old-price .price-label {
    display: none;
  }
  .bundle-options-container .berserk_container .old-price .price {
    text-decoration: line-through;
    font-size: 26px;
  }
  .bundle-options-container .block-bundle-summary {
    margin-top: 0;
    padding: 0 10px;
    position: relative;
    flex: 0 0 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .fieldset {
    display: flex;
    align-items: center;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
    margin-right: 40px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
    border: 0 !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    color: #2775ff;
    background: #fff;
    border-radius: 25px;
    padding-left: 45px;
    padding-right: 45px;
    white-space: nowrap;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover {
    background: #e8ecff !important;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    margin-bottom: 0;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .pagination {
    height: 42px;
    border-radius: 32px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .nav-links {
    font-weight: 600;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 0 52px;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers {
    font-size: 14px;
    line-height: 42px;
    padding: 0 10px;
    position: relative;
    display: block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    color: #272727;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    transition: all 0.3s ease-in-out;
    background-color: rgba(39, 117, 255, 0.8);
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers:not(.dots):hover:after {
    height: 3px;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.current {
    color: #2775ff;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.current:after {
    height: 3px;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.dots {
    padding: 0;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.prev,
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.next {
    position: absolute;
    top: 7px;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    border: 2px solid rgba(39, 39, 39, 0.06);
  }
  [dir="rtl"] .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.prev,
  [dir="rtl"] .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.next {
    transform: rotate(180deg);
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.prev:after,
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.next:after {
    display: none;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.prev:before,
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
    color: #272727;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.prev:hover:before,
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.next:hover:before {
    color: #2775ff;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.prev {
    left: 6px;
  }
  [dir="rtl"] .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.prev {
    left: auto;
    right: 6px;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.prev:before {
    content: '\f060';
    font-weight: 600;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.next {
    right: 6px;
  }
  [dir="rtl"] .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.next {
    right: auto;
    left: 6px;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.next:before {
    content: '\f061';
    font-weight: 600;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .pagination {
    border-radius: 0;
    display: flex;
    justify-content: center;
    background: #fff;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .nav-links {
    font-weight: 600;
    display: flex;
    justify-content: center;
    height: 42px;
    border-radius: 26px;
    padding: 0 40px;
    margin: 0 52px;
    position: relative;
    border: 1px solid #ececec;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .nav-links:hover .page-numbers:not(:hover).current {
    color: #2775ff;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .nav-links:hover .page-numbers:not(:hover):after {
    opacity: 0;
    visibility: hidden;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    display: block;
    padding: 0 15px;
    position: relative;
    border-right-color: transparent;
    transition: all 0.3s ease-in-out;
    color: #272727;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    background-color: #2775ff;
    box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers:hover {
    color: #fff;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers:hover:after {
    opacity: 1;
    visibility: visible;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.current {
    color: #fff;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.current:after {
    opacity: 1;
    visibility: visible;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.dots {
    padding: 0;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.dots:hover {
    color: #272727;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.dots:after {
    display: none;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.prev,
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.next {
    padding: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ececec;
    background: #fff;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.prev span,
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.next span {
    font-size: 0 !important;
  }
  [dir="rtl"] .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.prev,
  [dir="rtl"] .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.next {
    transform: translateY(-50%) rotate(180deg);
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.prev:before,
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    transition: all 0.3s ease-in-out;
    color: #272727;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.prev:hover,
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.next:hover {
    border-color: #2775ff;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.prev:hover:before,
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.next:hover:before {
    color: #fff;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.prev {
    left: -52px;
  }
  [dir="rtl"] .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.prev {
    left: auto;
    right: -52px;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.prev:before {
    content: '\f060';
    font-weight: 600;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.next {
    right: -52px;
  }
  [dir="rtl"] .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.next {
    right: auto;
    left: -52px;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.next:before {
    content: '\f061';
    font-weight: 600;
  }
  .products.wrapper ~ .toolbar .pages.brk-pagination .item {
    margin: 0;
  }
  .page-products .sorter {
    position: static;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .page-products .sorter .sorter-action:before {
    display: none;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 20px;
  }
  .page-layout-1column .toolbar-products {
    position: static !important;
  }
  .fullwidth-row {
    width: 100vw;
    margin-left: calc(470px - 50vw);
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .page-layout-1column .product-info-main {
    max-width: 57%;
    flex: 0 0 57%;
  }
  .page-layout-1column .product.media {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .page-layout-1column .product.info.detailed {
    flex: 0 0 100%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    max-width: 57%;
    flex: 0 0 57%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .page-layout-2columns-left .product.info.detailed,
  .page-layout-2columns-right .product.info.detailed,
  .page-layout-3columns .product.info.detailed {
    flex: 0 0 100%;
  }
  .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'berserk-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .update-shopping-cart-wrap {
    display: block;
    float: right;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
    display: none;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container tbody tr > td {
    border: 0;
    border-left: 1px solid #e9e9e9;
  }
  .cart-container tbody tr > td:last-child {
    border-right: 0;
  }
  .cart-container tbody tr.item-actions > td {
    border: 0;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 20px 20px 20px;
    position: relative;
  }
  .cart-summary:after {
    position: absolute;
  }
  .cart-summary .block > .title {
    border-top: 1px solid #ccc;
  }
  .cart-summary > .title {
    display: block;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .coupon-wrapper {
    display: flex;
  }
  .coupon-wrapper .block.discount,
  .coupon-wrapper .update-shopping-cart-wrap {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    height: 130px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 15px;
  }
  .coupon-wrapper .block.discount {
    border-right: 1px solid #e9e9e9;
    margin-bottom: 0;
  }
  .coupon-wrapper .block.discount button {
    margin: 0;
  }
  .cart-discount .block .content {
    width: 100%;
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .items .item-info .col {
    vertical-align: middle;
  }
  .cart.table-wrapper .brk-checkout-order-item__del-btn {
    box-shadow: none;
    background: transparent;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    padding-bottom: 35px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .product-item-details {
    vertical-align: middle;
    padding-bottom: 0;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block .content {
    display: block;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 5px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar {
    display: block;
  }
  .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .secondary {
    margin-bottom: 20px;
  }
  .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .primary {
    clear: both;
    float: none;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar .steps__progress {
    width: 50%;
    position: absolute;
    height: 2px;
    top: 14px;
    left: 0;
    background: #2775ff;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #1979c3;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
  }
  .steps__wrapper-checkers {
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
  }
  .steps__wrapper-checkers .steps__title {
    color: #333;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translate(-50%, 0%);
    min-width: 80px;
  }
  .steps__wrapper-checkers:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    width: calc(98%);
    height: 8px;
    background: #E8F0FE;
    box-shadow: inset 0 1px 15px -8px #000000;
    z-index: -1;
  }
  .steps__wrapper-checkers li {
    cursor: pointer;
    position: relative;
  }
  .steps__wrapper-checkers li.complete .steps__dot {
    background: #2775ff;
    color: transparent;
  }
  .steps__wrapper-checkers li.complete .steps__dot:before {
    color: #fff;
  }
  .steps__wrapper-checkers li:not(.complete) .steps__dot {
    background: #E8F0FE !important;
  }
  .steps__wrapper-checkers li:last-child {
    margin-right: -1px;
  }
  .steps__wrapper-checkers .steps__dot {
    margin: 0 auto;
    color: #333;
    width: 30px;
    height: 30px;
    border: 4px solid #E8F0FE;
    transition: all .4s ease;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .steps__wrapper-checkers .steps__dot:before {
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    color: transparent;
    z-index: 20;
  }
  .steps__wrapper-checkers .steps__dot > .before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .4s ease;
    height: 2px;
    width: 10px;
    opacity: 0;
    background: #2775ff;
  }
  .steps__wrapper-checkers .steps__dot > .after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2775ff;
    z-index: 2;
    border-radius: 50%;
    opacity: 0;
    transition: all .4s ease;
  }
  .steps__wrapper-checkers .steps__dot:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 5px solid #e7effd;
    border-radius: 50%;
    z-index: -1;
  }
  .steps__wrapper-checkers li._active .steps__dot:before {
    color: #fff;
  }
  .steps__wrapper-checkers li._active .steps__dot > .after {
    opacity: 1;
  }
  .steps__wrapper-checkers li._active .steps__dot > .before {
    left: -15px;
    width: 45px;
    opacity: 1;
    transition-delay: .25s;
  }
  .steps__wrapper-checkers li._active .steps__dot > .before {
    width: 45px;
  }
  .steps__wrapper-checkers li:first-child._active .steps__dot > .before {
    left: 0;
    width: 30px;
    opacity: 1;
  }
  .steps__wrapper-checkers li._complete .steps__dot:before {
    color: #fff;
  }
  .steps__wrapper-checkers li._complete .steps__dot > .after {
    opacity: 1;
  }
  .steps__wrapper-checkers li._complete .steps__dot > .before {
    left: 0;
    width: 45px;
    opacity: 1;
    transition-delay: .25s;
  }
  .steps__wrapper-checkers li:first-child .steps__dot > .before {
    left: 0;
    width: 45px;
    opacity: 1;
  }
  .steps__wrapper-checkers li._complete ~ .steps__progress {
    width: 100% !important;
  }
  .steps__wrapper-checkers .steps__dot {
    border: none;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 992px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'berserk-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e622';
    font-family: 'berserk-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #8f8f8f;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: '\e621';
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    padding-right: 15px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  body:not(.cms-index-index):not(.catalog-product-view) .page-wrapper .top-container > div {
    max-width: 100%;
    width: 50%;
    text-align: left;
  }
  body:not(.cms-index-index):not(.catalog-product-view) .page-wrapper .top-container > div.page-title-wrapper {
    text-align: right;
  }
  body:not(.cms-index-index):not(.catalog-product-view) .page-wrapper .top-container > div.page-title-wrapper .page-title {
    position: relative;
  }
  body:not(.cms-index-index):not(.catalog-product-view) .page-wrapper .top-container > div.page-title-wrapper .page-title:after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  body:not(.cms-index-index):not(.catalog-product-view) .page-wrapper .top-container > div.page-title-wrapper + .breadcrumbs {
    padding-left: 55px;
  }
  .brk-header-popup-menu__open-close {
    display: -webkit-inline-box;
    display: inline-flex;
  }
  .brk-footer__shop-title_wide:after {
    width: calc(100% + 30px);
  }
  .rg-megamenu.navigation {
    background-color: transparent;
  }
  .rg-megamenu.navigation li.level0.fullwidth > .submenu > .container,
  .rg-megamenu.navigation li.level0.staticwidth > .submenu > .container {
    max-width: 100%;
  }
  nav.rg-megamenu.navigation li.level0 > .submenu {
    margin-top: 0 !important;
    text-align: left;
  }
  .customer-welcome {
    position: relative;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-name i {
    margin-left: 8px;
  }
  .customer-welcome .customer-menu {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: calc(100% - 30px) 0;
    transition-property: opacity,visibility,\transform;
    transition-duration: .3s;
    z-index: 98;
    position: absolute;
    top: 100%;
    right: -15px;
    width: auto;
    max-width: 438px;
    height: auto;
    text-align: left;
    background-color: #fff;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;
    padding: 10px 0;
  }
  .customer-welcome .customer-menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 9;
    right: 30px;
  }
  .customer-welcome .customer-menu .links > li {
    margin: 0;
  }
  .customer-welcome .customer-menu .links > li > a {
    display: block;
    line-height: 21px;
    padding: 14px 26px;
  }
  .customer-welcome .customer-menu .links > li > a,
  .customer-welcome .customer-menu .links > li > a:visited,
  .customer-welcome .customer-menu .links > li > a:active {
    color: #b6b6b6;
    text-decoration: none;
  }
  .customer-welcome .customer-menu .links > li > a:hover {
    color: #2775ff;
    text-decoration: none;
  }
  .customer-welcome:hover .customer-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  }
  .customer-welcome .header.links {
    min-width: 175px;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  /************* Header(Desktop) **************/
  .page-header {
    /************* Header Type 1(Desktop) **************/
    /************* Header Type 1(Desktop) **************/
    /************* Header Type 2(Desktop) **************/
    /************* Header Type 2(Desktop) **************/
    /************* Header Type 3(Desktop) **************/
    /************* Header Type 3(Desktop) **************/
    /************* Header Type 4(Desktop) **************/
    /************* Header Type 4(Desktop) **************/
    /************* Header Type 5(Desktop) **************/
    /************* Header Type 5(Desktop) **************/
    /************* Header Type 6(Desktop) **************/
    /************* Header Type 6(Desktop) **************/
    /************* Header Type 7(Desktop) **************/
    /************* Header Type 7(Desktop) **************/
    /************* Sticky Header(Desktop) **************/
  }
  .page-header .header.content {
    max-width: 100%;
  }
  .page-header.type1:hover {
    top: 0;
  }
  .page-header.type1 .switcher {
    vertical-align: middle;
    height: 42px;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    white-space: nowrap;
  }
  .page-header.type1 .search-area {
    margin-right: 5px;
  }
  .page-header.type1 .brk-info-menu-open {
    height: 66px;
    margin: 0;
    margin-right: 15px;
  }
  .page-header.type1 .rg-megamenu.navigation {
    position: static;
  }
  .page-header.type1 .rg-megamenu.navigation > ul {
    position: static;
    height: inherit;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .page-header.type1 .rg-megamenu.navigation > ul > li > a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .page-header.type1 .rg-megamenu.navigation > ul > li:hover > a,
  .page-header.type1 .rg-megamenu.navigation > ul > li > a:hover {
    opacity: 1 !important;
  }
  .page-header.type1 .rg-megamenu.navigation > ul:hover > li > a {
    opacity: .3;
  }
  .page-header.type1 .nav-sections {
    height: 100%;
    background-color: transparent;
    margin: 0;
  }
  .page-header.type1 .section-items.nav-sections-items {
    height: inherit;
  }
  .page-header.type1 .nav-sections-item-content[id="store.menu"] {
    height: inherit;
  }
  .page-header.type1 .navigation {
    margin-left: -3px;
    margin-right: -3px;
    height: inherit;
  }
  .page-header.type1 .navigation li.level0 {
    height: inherit;
    margin: 0 13px;
  }
  .page-header.type1 .navigation li.level0:hover > .level-top:before {
    width: 100% !important;
  }
  .page-header.type1 .navigation li.level0 > .level-top {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    padding: 0 7px;
    height: inherit;
  }
  .page-header.type1 .navigation li.level0 > .level-top:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    -webkit-transition: width .3s;
    transition: width .3s;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .page-header.type1 .navigation li.level0 > .level-top:hover:before {
    width: 100% !important;
  }
  .page-header.type1 .navigation li.level0:not(.parent) > .level-top:before {
    display: none;
  }
  .page-header.type2.brk-header_scroll:hover {
    top: 0;
  }
  .page-header.type2.brk-header_scroll .switcher {
    border: 0;
  }
  .page-header.type2.brk-header_scroll .switcher:hover .brk-switcher__option {
    border: 0;
  }
  .page-header.type2 .search-area > a {
    line-height: 71px;
    padding: 0 5px;
  }
  .page-header.type2 .logo-area {
    position: static;
  }
  .page-header.type2 .header.content .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin: 0;
    max-width: 15%;
  }
  .page-header.type2 .switcher {
    vertical-align: middle;
    height: 42px;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    white-space: nowrap;
    border: 0;
    box-shadow: none;
    padding: 0 10px;
  }
  .page-header.type2 .switcher i {
    font-size: 11px;
  }
  .page-header.type2 .switcher .brk-switcher__option {
    padding: 0 10px;
  }
  .page-header.type2 .switcher .brk-switcher__option a {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
  }
  .page-header.type2 .switcher .brk-switcher__option a:hover {
    color: #fff;
  }
  .page-header.type2 .switcher .brk-switcher__option a:active,
  .page-header.type2 .switcher .brk-switcher__option a:visited {
    color: rgba(255, 255, 255, 0.6);
  }
  .page-header.type2 .switcher .brk-switcher__option:after {
    font-size: 11px;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
  }
  .page-header.type2 .switcher:before {
    content: '';
    display: block;
    width: 100vw;
    position: fixed;
    right: 0;
    background-color: #001629;
    height: 45px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    pointer-events: none;
  }
  .page-header.type2 .switcher:after {
    content: '';
    display: block;
    width: 100vw;
    position: fixed;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    pointer-events: none;
  }
  .page-header.type2 .switcher:hover:before,
  .page-header.type2 .switcher:hover:after {
    opacity: 1;
    visibility: visible;
  }
  .page-header.type2 .switcher:hover .brk-switcher__option {
    background-color: transparent;
  }
  .page-header.type2 .switcher:hover ~ .switcher {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .page-header.type2 .header.panel .links-area > .links > li.greet.welcome {
    display: none;
  }
  .page-header.type2 .customer-welcome .customer-name i {
    margin-left: 8px;
    font-size: 11px;
  }
  .page-header.type2 .rg-megamenu.navigation {
    position: static;
  }
  .page-header.type2 .rg-megamenu.navigation > ul {
    position: static;
    height: inherit;
    display: block;
  }
  .page-header.type2 .rg-megamenu.navigation > ul > li > a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .page-header.type2 .rg-megamenu.navigation > ul > li:hover > a,
  .page-header.type2 .rg-megamenu.navigation > ul > li > a:hover {
    opacity: 1 !important;
  }
  .page-header.type2 .rg-megamenu.navigation > ul:hover > li > a {
    opacity: .3;
  }
  .page-header.type2 .nav-sections {
    height: 100%;
    background-color: transparent;
    margin: 0;
  }
  .page-header.type2 .section-items.nav-sections-items {
    height: inherit;
  }
  .page-header.type2 .nav-sections-item-content[id="store.menu"] {
    height: inherit;
  }
  .page-header.type2 .navigation {
    margin-left: -3px;
    margin-right: -3px;
    height: inherit;
  }
  .page-header.type2 .navigation li.level0 {
    height: inherit;
    margin: 0 13px;
  }
  .page-header.type2 .navigation li.level0:hover > .level-top:before {
    width: 100% !important;
  }
  .page-header.type2 .navigation li.level0 > .level-top {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    padding: 0 7px;
    height: inherit;
    color: #fff;
  }
  .page-header.type2 .navigation li.level0 > .level-top:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    -webkit-transition: width .3s;
    transition: width .3s;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .page-header.type2 .navigation li.level0 > .level-top:hover:before {
    width: 100% !important;
  }
  .page-header.type2 .navigation li.level0:not(.parent) > .level-top:before {
    display: none;
  }
  .page-header.type2 .navigation li.level0:nth-child(n+2):nth-last-child(-n+1),
  .page-header.type2 .navigation li.level0:nth-last-child(-n+2),
  .page-header.type2 .navigation li.level0:nth-child(n+4):nth-last-child(-n+3),
  .page-header.type2 .navigation li.level0:nth-child(n+5):nth-last-child(-n+4),
  .page-header.type2 .navigation li.level0:nth-child(n+6):nth-last-child(-n+5),
  .page-header.type2 .navigation li.level0:nth-child(n+7):nth-last-child(-n+6),
  .page-header.type2 .navigation li.level0:nth-child(n+8):nth-last-child(-n+7),
  .page-header.type2 .navigation li.level0:nth-child(n+9):nth-last-child(-n+8),
  .page-header.type2 .navigation li.level0:nth-child(n+10):nth-last-child(-n+9) {
    margin-left: 30%;
  }
  .page-header.type2 .navigation li.level0:nth-child(n+2):nth-last-child(-n+1) ~ li.level0,
  .page-header.type2 .navigation li.level0:nth-last-child(-n+2) ~ li.level0,
  .page-header.type2 .navigation li.level0:nth-child(n+4):nth-last-child(-n+3) ~ li.level0,
  .page-header.type2 .navigation li.level0:nth-child(n+5):nth-last-child(-n+4) ~ li.level0,
  .page-header.type2 .navigation li.level0:nth-child(n+6):nth-last-child(-n+5) ~ li.level0,
  .page-header.type2 .navigation li.level0:nth-child(n+7):nth-last-child(-n+6) ~ li.level0,
  .page-header.type2 .navigation li.level0:nth-child(n+8):nth-last-child(-n+7) ~ li.level0,
  .page-header.type2 .navigation li.level0:nth-child(n+9):nth-last-child(-n+8) ~ li.level0,
  .page-header.type2 .navigation li.level0:nth-child(n+10):nth-last-child(-n+9) ~ li.level0 {
    margin-left: 0;
  }
  .page-header.type3.brk-header_scroll:hover {
    top: 0;
  }
  .page-header.type3.brk-header_scroll .switcher {
    border: 0;
  }
  .page-header.type3.brk-header_scroll .switcher:hover .brk-switcher__option {
    border: 0;
  }
  .page-header.type3 .brk-info-menu-open {
    margin: 0 15px 0 0;
  }
  .page-header.type3 .brk-info-menu-open .brk-lines .brk-center-line,
  .page-header.type3 .brk-info-menu-open .brk-lines:before,
  .page-header.type3 .brk-info-menu-open .brk-lines:after {
    background: #fff;
  }
  .page-header.type3 .search-area > a {
    line-height: 71px;
    color: #fff;
  }
  .page-header.type3 .switcher {
    vertical-align: middle;
    height: 42px;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    white-space: nowrap;
    border: 0;
    box-shadow: none;
    padding: 0 10px;
    color: #fff;
  }
  .page-header.type3 .switcher i {
    font-size: 11px;
  }
  .page-header.type3 .switcher .brk-switcher__option {
    padding: 0 10px;
  }
  .page-header.type3 .switcher .brk-switcher__option a {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
  }
  .page-header.type3 .switcher .brk-switcher__option a:hover {
    color: #fff;
  }
  .page-header.type3 .switcher .brk-switcher__option a:active,
  .page-header.type3 .switcher .brk-switcher__option a:visited {
    color: rgba(255, 255, 255, 0.6);
  }
  .page-header.type3 .switcher .brk-switcher__option:after {
    font-size: 11px;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
  }
  .page-header.type3 .switcher:before {
    content: '';
    display: block;
    width: 100vw;
    position: fixed;
    right: 0;
    background-color: #001629;
    height: 45px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    pointer-events: none;
  }
  .page-header.type3 .switcher:after {
    content: '';
    display: block;
    width: 100vw;
    position: fixed;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    pointer-events: none;
  }
  .page-header.type3 .switcher:hover:before,
  .page-header.type3 .switcher:hover:after {
    opacity: 1;
    visibility: visible;
  }
  .page-header.type3 .switcher:hover .brk-switcher__option {
    background-color: transparent;
  }
  .page-header.type3 .switcher:hover ~ .switcher {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .page-header.type3 .header.panel .links-area > .links > li.greet.welcome {
    display: none;
  }
  .page-header.type3 .customer-welcome .customer-name i {
    margin-left: 8px;
    font-size: 11px;
  }
  .page-header.type3 .rg-megamenu.navigation {
    position: static;
  }
  .page-header.type3 .rg-megamenu.navigation > ul {
    position: static;
    height: inherit;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .page-header.type3 .rg-megamenu.navigation > ul > li > a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .page-header.type3 .rg-megamenu.navigation > ul > li:hover > a,
  .page-header.type3 .rg-megamenu.navigation > ul > li > a:hover {
    opacity: 1 !important;
  }
  .page-header.type3 .rg-megamenu.navigation > ul:hover > li > a {
    opacity: .3;
  }
  .page-header.type3 .nav-sections {
    height: 100%;
    background-color: transparent;
    margin: 0;
  }
  .page-header.type3 .section-items.nav-sections-items {
    height: inherit;
  }
  .page-header.type3 .nav-sections-item-content[id="store.menu"] {
    height: inherit;
  }
  .page-header.type3 .navigation {
    margin-left: -3px;
    margin-right: -3px;
    height: inherit;
  }
  .page-header.type3 .navigation li.level0 {
    height: inherit;
    margin: 0 13px;
  }
  .page-header.type3 .navigation li.level0:hover > .level-top:before {
    width: 100% !important;
  }
  .page-header.type3 .navigation li.level0 > .level-top {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    padding: 0 7px;
    height: inherit;
  }
  .page-header.type3 .navigation li.level0 > .level-top:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    -webkit-transition: width .3s;
    transition: width .3s;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .page-header.type3 .navigation li.level0 > .level-top:hover:before {
    width: 100% !important;
  }
  .page-header.type3 .navigation li.level0:not(.parent) > .level-top:before {
    display: none;
  }
  .page-header.type4 .menu-area {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.4s;
  }
  .page-header.type4 .menu-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
  }
  .page-header.type4 .customer-welcome .customer-menu:before {
    display: none;
  }
  .page-header.type4.brk-header_scroll .menu-area {
    top: 74px;
  }
  .page-header.type4 .brk-header-popup-menu__open-close.is-active ~ .menu-area {
    visibility: visible;
    opacity: 1;
  }
  .page-header.type4 .customer-welcome .customer-menu {
    top: -12px;
    right: 100%;
  }
  .page-header.type4 .switcher {
    vertical-align: middle;
    height: 100%;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    margin-left: 30px;
  }
  .page-header.type4 .switcher i {
    font-size: 11px;
  }
  .page-header.type4 .switcher i:before {
    content: '\f078';
  }
  .page-header.type4 .switcher .brk-switcher__option {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: 30px 0;
    transition-property: opacity,visibility,\transform;
    transition-duration: .3s;
    z-index: 98;
    position: absolute;
    top: 100%;
    left: -15px;
    width: auto;
    min-width: 100px;
    max-width: 500px;
    height: auto;
    max-height: calc(100vh - 125px);
    padding: 5px 0;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;
    background-color: #fff;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
  }
  .page-header.type4 .switcher .brk-switcher__option:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 9;
    left: 20px;
  }
  .page-header.type4 .switcher .brk-switcher__option:after {
    display: none;
  }
  .page-header.type4 .switcher .brk-switcher__option > li {
    display: block;
  }
  .page-header.type4 .switcher .brk-switcher__option a {
    padding: 0;
    display: block;
    position: relative;
  }
  .page-header.type4 .switcher .brk-switcher__option a,
  .page-header.type4 .switcher .brk-switcher__option a:hover,
  .page-header.type4 .switcher .brk-switcher__option a:active,
  .page-header.type4 .switcher .brk-switcher__option a:visited {
    color: #272727;
  }
  .page-header.type4 .switcher .brk-switcher__option a:before {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    left: -5px;
    background-color: #f3f7ff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    opacity: 0;
    z-index: -1;
  }
  .page-header.type4 .switcher .brk-switcher__option a:hover:before {
    opacity: 1;
  }
  .page-header.type4 .switcher:hover .brk-switcher__option {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
    transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
    -webkit-transition-duration: .28s;
    transition-duration: .28s;
  }
  .page-header.type4 .brk-switcher__selected {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    line-height: 72px;
    color: #fff;
    z-index: 100;
    font-family: 'Montserrat', sans-serif;
  }
  .page-header.type4 .brk-header__element_label-mob-only .brk-header__element--label {
    display: none;
  }
  .page-header.type4 .rg-megamenu.navigation {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .page-header.type4 .rg-megamenu.navigation > ul {
    position: absolute;
    height: auto;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page-header.type4 .rg-megamenu.navigation > ul > li > a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .page-header.type4 .rg-megamenu.navigation > ul > li:hover > a,
  .page-header.type4 .rg-megamenu.navigation > ul > li > a:hover {
    opacity: 1 !important;
  }
  .page-header.type4 .rg-megamenu.navigation > ul:hover > li > a {
    opacity: .3;
  }
  .page-header.type4 .nav-sections {
    height: 100%;
    background-color: transparent;
    margin: 0;
  }
  .page-header.type4 .section-items.nav-sections-items {
    height: inherit;
  }
  .page-header.type4 .nav-sections-item-content[id="store.menu"] {
    height: inherit;
  }
  .page-header.type4 .navigation {
    margin-left: -3px;
    margin-right: -3px;
    height: inherit;
  }
  .page-header.type4 .navigation li.level0 {
    margin: 0;
    padding: 16px 0;
    display: block;
    text-align: center;
  }
  .page-header.type4 .navigation li.level0 > .level-top {
    color: #fff;
    position: relative;
    padding: 0;
    font-size: 56px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    line-height: 63px;
    opacity: 1 !important;
  }
  .page-header.type4 .navigation li.level0 > .level-top:before,
  .page-header.type4 .navigation li.level0 > .level-top:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: width .3s;
    transition: width .3s;
    border: 0;
  }
  .page-header.type4 .navigation li.level0 > .level-top:before {
    bottom: 0;
  }
  .page-header.type4 .navigation li.level0 > .level-top:after {
    top: 0;
  }
  .page-header.type4 .navigation li.level0 > .level-top:hover:before,
  .page-header.type4 .navigation li.level0 > .level-top:hover:after {
    width: 100%;
  }
  .page-header.type4 .navigation li.level0 .submenu {
    display: none !important;
  }
  .page-header.type5.brk-header_scroll:hover {
    top: 0;
  }
  .page-header.type5.brk-header_scroll .switcher {
    border: 0;
  }
  .page-header.type5.brk-header_scroll .switcher:hover .brk-switcher__option {
    border: 0;
  }
  .page-header.type5.brk-header_scroll .brk-info-menu-open {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .page-header.type5 .brk-info-menu-open {
    height: 71px;
    width: 71px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: -15px;
    margin-right: 10px;
  }
  .page-header.type5 .search-area > a {
    line-height: 71px;
  }
  .page-header.type5 .brk-switcher__selected {
    line-height: 71px;
  }
  .page-header.type5 .switcher {
    vertical-align: middle;
    height: 71px;
    text-align: center;
    cursor: pointer;
    margin: 0 0 0 10px;
    white-space: nowrap;
    border: 0;
    box-shadow: none;
    padding: 0 10px;
  }
  .page-header.type5 .switcher i {
    font-size: 11px;
  }
  .page-header.type5 .switcher .brk-switcher__option {
    padding: 0 10px;
    margin: 16px 0;
  }
  .page-header.type5 .switcher .brk-switcher__option a {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
  }
  .page-header.type5 .switcher .brk-switcher__option a:hover {
    color: #fff;
  }
  .page-header.type5 .switcher .brk-switcher__option a:active,
  .page-header.type5 .switcher .brk-switcher__option a:visited {
    color: rgba(255, 255, 255, 0.6);
  }
  .page-header.type5 .switcher .brk-switcher__option:after {
    font-size: 11px;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
  }
  .page-header.type5 .switcher:before {
    content: '';
    display: block;
    width: 100vw;
    position: fixed;
    right: 0;
    background-color: #001629;
    height: 71px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    pointer-events: none;
  }
  .page-header.type5 .switcher:after {
    content: '';
    display: block;
    width: 100vw;
    position: fixed;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    pointer-events: none;
  }
  .page-header.type5 .switcher:hover:before,
  .page-header.type5 .switcher:hover:after {
    opacity: 1;
    visibility: visible;
  }
  .page-header.type5 .switcher:hover .brk-switcher__option {
    background-color: transparent;
  }
  .page-header.type5 .switcher:hover ~ .switcher {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .page-header.type5 .customer-welcome .customer-name i {
    margin-left: 8px;
    font-size: 11px;
  }
  .page-header.type5 .rg-megamenu.navigation {
    position: static;
  }
  .page-header.type5 .rg-megamenu.navigation > ul {
    position: static;
    height: inherit;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .page-header.type5 .rg-megamenu.navigation > ul > li > a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .page-header.type5 .rg-megamenu.navigation > ul > li:hover > a,
  .page-header.type5 .rg-megamenu.navigation > ul > li > a:hover {
    opacity: 1 !important;
  }
  .page-header.type5 .rg-megamenu.navigation > ul:hover > li > a {
    opacity: .3;
  }
  .page-header.type5 .nav-sections {
    height: 100%;
    background-color: transparent;
    margin: 0;
  }
  .page-header.type5 .section-items.nav-sections-items {
    height: inherit;
  }
  .page-header.type5 .nav-sections-item-content[id="store.menu"] {
    height: inherit;
  }
  .page-header.type5 .navigation {
    margin-left: -3px;
    margin-right: -3px;
    height: inherit;
  }
  .page-header.type5 .navigation li.level0 {
    height: inherit;
    margin: 0 13px;
  }
  .page-header.type5 .navigation li.level0:hover > .level-top:before {
    width: 100% !important;
  }
  .page-header.type5 .navigation li.level0 > .level-top {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    padding: 0 7px;
    height: inherit;
  }
  .page-header.type5 .navigation li.level0 > .level-top:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    -webkit-transition: width .3s;
    transition: width .3s;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .page-header.type5 .navigation li.level0 > .level-top:hover:before {
    width: 100% !important;
  }
  .page-header.type5 .navigation li.level0:not(.parent) > .level-top:before {
    display: none;
  }
  .page-header.type6.brk-header_scroll:hover {
    top: 0;
  }
  .page-header.type6.brk-header_scroll .switcher {
    border: 0;
  }
  .page-header.type6.brk-header_scroll .switcher:hover .brk-switcher__option {
    border: 0;
  }
  .page-header.type6 .search-area > a {
    line-height: 71px;
  }
  .page-header.type6 .brk-switcher__selected {
    line-height: 71px;
  }
  .page-header.type6 .switcher {
    vertical-align: middle;
    height: 71px;
    text-align: center;
    cursor: pointer;
    margin: 0 0 0 10px;
    white-space: nowrap;
    border: 0;
    box-shadow: none;
    padding: 0 10px;
  }
  .page-header.type6 .switcher i {
    font-size: 11px;
  }
  .page-header.type6 .switcher .brk-switcher__option {
    padding: 0 10px;
    margin: 16px 0;
  }
  .page-header.type6 .switcher .brk-switcher__option a {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
  }
  .page-header.type6 .switcher .brk-switcher__option a:hover {
    color: #fff;
  }
  .page-header.type6 .switcher .brk-switcher__option a:active,
  .page-header.type6 .switcher .brk-switcher__option a:visited {
    color: rgba(255, 255, 255, 0.6);
  }
  .page-header.type6 .switcher .brk-switcher__option:after {
    font-size: 11px;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
  }
  .page-header.type6 .switcher:before {
    content: '';
    display: block;
    width: 100vw;
    position: fixed;
    right: 0;
    background-color: #001629;
    height: 71px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    pointer-events: none;
  }
  .page-header.type6 .switcher:after {
    content: '';
    display: block;
    width: 100vw;
    position: fixed;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    pointer-events: none;
  }
  .page-header.type6 .switcher:hover:before,
  .page-header.type6 .switcher:hover:after {
    opacity: 1;
    visibility: visible;
  }
  .page-header.type6 .switcher:hover .brk-switcher__option {
    background-color: transparent;
  }
  .page-header.type6 .switcher:hover ~ .switcher {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .page-header.type6 .customer-welcome .customer-name i {
    margin-left: 8px;
    font-size: 11px;
  }
  .page-header.type6 .rg-megamenu.navigation {
    position: static;
  }
  .page-header.type6 .rg-megamenu.navigation > ul {
    position: static;
    height: inherit;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .page-header.type6 .rg-megamenu.navigation > ul > li > a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .page-header.type6 .rg-megamenu.navigation > ul > li:hover > a,
  .page-header.type6 .rg-megamenu.navigation > ul > li > a:hover {
    opacity: 1 !important;
  }
  .page-header.type6 .rg-megamenu.navigation > ul:hover > li > a {
    opacity: .3;
  }
  .page-header.type6 .nav-sections {
    height: 100%;
    background-color: transparent;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    width: calc(100% - 50px);
  }
  .page-header.type6 .section-items.nav-sections-items {
    height: inherit;
  }
  .page-header.type6 .nav-sections-item-content[id="store.menu"] {
    height: inherit;
  }
  .page-header.type6 .navigation {
    margin-left: -3px;
    margin-right: -3px;
    height: inherit;
  }
  .page-header.type6 .navigation li.level0 {
    height: inherit;
    margin: 0 13px;
  }
  .page-header.type6 .navigation li.level0:hover > .level-top:before {
    width: 100% !important;
  }
  .page-header.type6 .navigation li.level0 > .level-top {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    padding: 0 7px;
    height: inherit;
  }
  .page-header.type6 .navigation li.level0 > .level-top:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    -webkit-transition: width .3s;
    transition: width .3s;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .page-header.type6 .navigation li.level0 > .level-top:hover:before {
    width: 100% !important;
  }
  .page-header.type6 .navigation li.level0:not(.parent) > .level-top:before {
    display: none;
  }
  .page-header.type7.brk-header_scroll:hover {
    top: 0;
  }
  .page-header.type7.brk-header_scroll .switcher {
    border: 0;
  }
  .page-header.type7.brk-header_scroll .switcher:hover .brk-switcher__option {
    border: 0;
  }
  .page-header.type7.brk-header_scroll .header.content > .header-content {
    background-color: #f0f0f0;
  }
  .page-header.type7 .brk-info-menu-open {
    position: absolute;
    left: 30px;
  }
  .page-header.type7 .brk-info-menu-open + .nav-sections {
    padding-left: 80px;
  }
  .page-header.type7 .header-right-area {
    text-align: right;
    margin-bottom: -100px;
    padding: 0 15px;
    z-index: 1;
    position: relative;
    pointer-events: none;
  }
  .page-header.type7 .header-right-area > div {
    pointer-events: all;
  }
  .page-header.type7 .header.content {
    padding: 0;
  }
  .page-header.type7 .header.content .brk-custom-block {
    height: 100px;
    padding: 29px 0;
    font-size: 13px;
    text-align: center;
  }
  .page-header.type7 .brk-header__element--label {
    text-align: left;
  }
  .page-header.type7 .nav-area {
    height: 72px;
    padding: 0 15px;
    position: relative;
  }
  .page-header.type7 .nav-area > .container {
    position: relative;
    height: inherit;
  }
  .page-header.type7 .nav-area > .container > .nav-sections {
    background-color: rgba(255, 255, 255, 0.08);
  }
  .page-header.type7 .custom-block-area {
    height: 100px;
  }
  .page-header.type7 .search-area > a {
    line-height: 72px;
  }
  .page-header.type7 .brk-switcher__selected {
    line-height: 72px;
  }
  .page-header.type7 .switcher {
    vertical-align: middle;
    height: 72px;
    text-align: center;
    cursor: pointer;
    margin: 0 0 0 10px;
    white-space: nowrap;
    border: 0;
    box-shadow: none;
    padding: 0 10px;
  }
  .page-header.type7 .switcher i {
    font-size: 11px;
  }
  .page-header.type7 .switcher .brk-switcher__option {
    padding: 0 10px;
    margin: 16px 0;
    background: transparent;
  }
  .page-header.type7 .switcher .brk-switcher__option a {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
  }
  .page-header.type7 .switcher .brk-switcher__option a:hover {
    color: #fff;
  }
  .page-header.type7 .switcher .brk-switcher__option a:active,
  .page-header.type7 .switcher .brk-switcher__option a:visited {
    color: rgba(255, 255, 255, 0.6);
  }
  .page-header.type7 .switcher .brk-switcher__option:after {
    font-size: 11px;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
  }
  .page-header.type7 .switcher:before {
    content: '';
    display: block;
    width: 100vw;
    position: fixed;
    right: 0;
    background-color: #001629;
    height: 72px;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    pointer-events: none;
  }
  .page-header.type7 .switcher:after {
    content: '';
    display: block;
    width: 100vw;
    position: fixed;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    pointer-events: none;
  }
  .page-header.type7.brk-header_scroll:not(.header-hover-delay) .switcher:hover:before,
  .page-header.type7:not(.brk-header_scroll) .switcher:hover:before,
  .page-header.type7.brk-header_scroll:not(.header-hover-delay) .switcher:hover:after,
  .page-header.type7:not(.brk-header_scroll) .switcher:hover:after {
    opacity: 1;
    visibility: visible;
  }
  .page-header.type7.brk-header_scroll:not(.header-hover-delay) .switcher:hover .brk-switcher__option,
  .page-header.type7:not(.brk-header_scroll) .switcher:hover .brk-switcher__option {
    background-color: transparent;
  }
  .page-header.type7.brk-header_scroll:not(.header-hover-delay) .switcher:hover ~ .switcher,
  .page-header.type7:not(.brk-header_scroll) .switcher:hover ~ .switcher {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .page-header.type7 .customer-welcome .customer-name i {
    margin-left: 8px;
    font-size: 11px;
  }
  .page-header.type7 .rg-megamenu.navigation {
    position: static;
  }
  .page-header.type7 .rg-megamenu.navigation > ul {
    position: static;
    height: inherit;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .page-header.type7 .rg-megamenu.navigation > ul > li > a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .page-header.type7 .rg-megamenu.navigation > ul > li:hover > a,
  .page-header.type7 .rg-megamenu.navigation > ul > li > a:hover {
    opacity: 1 !important;
  }
  .page-header.type7 .rg-megamenu.navigation > ul:hover > li > a {
    opacity: .3;
  }
  .page-header.type7 .nav-sections {
    height: 100%;
    background-color: transparent;
    margin: 0;
  }
  .page-header.type7 .section-items.nav-sections-items {
    height: inherit;
  }
  .page-header.type7 .nav-sections-item-content[id="store.menu"] {
    height: inherit;
  }
  .page-header.type7 .navigation {
    margin-left: -3px;
    margin-right: -3px;
    height: inherit;
  }
  .page-header.type7 .navigation li.level0 {
    height: inherit;
    margin: 0 13px;
  }
  .page-header.type7 .navigation li.level0:hover > .level-top:before {
    width: 100% !important;
  }
  .page-header.type7 .navigation li.level0 > .level-top {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    padding: 0 7px;
    height: inherit;
  }
  .page-header.type7 .navigation li.level0 > .level-top:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    -webkit-transition: width .3s;
    transition: width .3s;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .page-header.type7 .navigation li.level0 > .level-top:hover:before {
    width: 100% !important;
  }
  .page-header.type7 .navigation li.level0:not(.parent) > .level-top:before {
    display: none;
  }
  .page-header.brk-header_scroll {
    /************* Sticky Header Type 1(Desktop) **************/
    /************* Sticky Header Type 1(Desktop) **************/
    /************* Sticky Header Type 2(Desktop) **************/
    /************* Sticky Header Type 2(Desktop) **************/
    /************* Sticky Header Type 3(Desktop) **************/
    /************* Sticky Header Type 3(Desktop) **************/
    /************* Sticky Header Type 4(Desktop) **************/
    /************* Sticky Header Type 4(Desktop) **************/
    /************* Sticky Header Type 5(Desktop) **************/
    /************* Sticky Header Type 5(Desktop) **************/
    /************* Sticky Header Type 6(Desktop) **************/
    /************* Sticky Header Type 6(Desktop) **************/
    /************* Sticky Header Type 7(Desktop) **************/
    /************* Sticky Header Type 7(Desktop) **************/
  }
  .page-header.brk-header_scroll .brk-lang,
  .page-header.brk-header_scroll .brk-cur {
    border: 1px solid rgba(205, 205, 205, 0.2);
    box-shadow: none;
    color: #272727;
  }
  .page-header.brk-header_scroll .brk-lang:hover .brk-switcher__option,
  .page-header.brk-header_scroll .brk-cur:hover .brk-switcher__option {
    border: 1px solid rgba(205, 205, 205, 0.2);
  }
  .page-header.brk-header_scroll .brk-switcher__selected {
    color: #272727;
  }
  .page-header.brk-header_scroll .brk-info-menu-open .brk-lines .brk-center-line,
  .page-header.brk-header_scroll .brk-info-menu-open .brk-lines:before,
  .page-header.brk-header_scroll .brk-info-menu-open .brk-lines:after {
    background: #272727;
  }
  .page-header.brk-header_scroll.type1 .navigation li.level0 > .level-top {
    color: #272727;
  }
  .page-header.brk-header_scroll.type1 .navigation li.level0 > .level-top:before {
    background-color: rgba(39, 117, 255, 0.7);
  }
  .page-header.brk-header_scroll.type2 .navigation li.level0 > .level-top {
    color: #272727;
  }
  .page-header.brk-header_scroll.type2 .navigation li.level0 > .level-top:before {
    background-color: rgba(39, 117, 255, 0.7);
  }
  .page-header.brk-header_scroll.type2 .account-links-area > a,
  .page-header.brk-header_scroll.type2 .account-links-area > a:hover,
  .page-header.brk-header_scroll.type2 .account-links-area > a:active,
  .page-header.brk-header_scroll.type2 .account-links-area > a:visited {
    color: #272727;
  }
  .page-header.brk-header_scroll.type3 .navigation li.level0 > .level-top {
    color: #272727;
  }
  .page-header.brk-header_scroll.type3 .navigation li.level0 > .level-top:before {
    background-color: rgba(39, 117, 255, 0.7);
  }
  .page-header.brk-header_scroll.type4 .switcher {
    border: 0;
  }
  .page-header.brk-header_scroll.type4 .links-area > a,
  .page-header.brk-header_scroll.type4 .links-area > a:hover,
  .page-header.brk-header_scroll.type4 .links-area > a:active,
  .page-header.brk-header_scroll.type4 .links-area > a:visited {
    color: #272727;
  }
  .page-header.brk-header_scroll.type5 .navigation li.level0 > .level-top {
    color: #272727;
  }
  .page-header.brk-header_scroll.type5 .navigation li.level0 > .level-top:before {
    background-color: rgba(39, 117, 255, 0.7);
  }
  .page-header.brk-header_scroll.type5 .switcher {
    border: 0;
  }
  .page-header.brk-header_scroll.type5 .links-area > a,
  .page-header.brk-header_scroll.type5 .links-area > a:hover,
  .page-header.brk-header_scroll.type5 .links-area > a:active,
  .page-header.brk-header_scroll.type5 .links-area > a:visited {
    color: #272727;
  }
  .page-header.brk-header_scroll.type6 .navigation li.level0 > .level-top {
    color: #272727;
  }
  .page-header.brk-header_scroll.type6 .navigation li.level0 > .level-top:before {
    background-color: rgba(39, 117, 255, 0.7);
  }
  .page-header.brk-header_scroll.type6 .switcher {
    border: 0;
  }
  .page-header.brk-header_scroll.type6 .links-area > a,
  .page-header.brk-header_scroll.type6 .links-area > a:hover,
  .page-header.brk-header_scroll.type6 .links-area > a:active,
  .page-header.brk-header_scroll.type6 .links-area > a:visited {
    color: #272727;
  }
  .page-header.brk-header_scroll.type7 {
    top: -100px;
  }
  .page-header.brk-header_scroll.type7:hover {
    top: 0;
  }
  .page-header.brk-header_scroll.type7 .navigation li.level0 > .level-top {
    color: #272727;
  }
  .page-header.brk-header_scroll.type7 .navigation li.level0 > .level-top:before {
    background-color: rgba(39, 117, 255, 0.7);
  }
  .page-header.brk-header_scroll.type7 .switcher {
    border: 0;
  }
  .page-header.brk-header_scroll.type7 .links-area > a,
  .page-header.brk-header_scroll.type7 .links-area > a:hover,
  .page-header.brk-header_scroll.type7 .links-area > a:active,
  .page-header.brk-header_scroll.type7 .links-area > a:visited {
    color: #272727;
  }
  /************* Header(Desktop) **************/
  /************* Info Menu(Desktop) **************/
  .brk-info-menu-open {
    height: 100%;
    margin: 0 5px;
    width: 30px;
    min-height: 30px;
  }
  .brk-info-menu-open.open-active span:before {
    top: 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .brk-info-menu-open.open-active span:after {
    bottom: 0 !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .brk-info-menu-open__title {
    display: none;
  }
  .brk-info-menu-open_skin-1 span {
    width: 12px;
  }
  .brk-info-menu-open_skin-1 span:before {
    width: 100%;
    height: 100%;
    top: -4px;
    left: 0;
  }
  .brk-info-menu-open_skin-1 span:after {
    width: 100%;
    height: 100%;
    bottom: -4px;
    left: 0;
  }
  .brk-info-menu-open_skin-2 span {
    width: 16px;
  }
  .brk-info-menu-open_skin-2 span:before {
    width: 100%;
    height: 100%;
    top: -6px;
    left: 0;
  }
  .brk-info-menu-open_skin-2 span:after {
    width: 100%;
    height: 100%;
    bottom: -6px;
    left: 0;
  }
  /************* Info Menu(Desktop) **************/
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
    position: relative;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .rg-megamenu.navigation .level0.parent > .level-top:after {
    content: '';
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 98;
  }
  .rg-megamenu.navigation .level0.parent:hover > .level-top:after {
    opacity: 1;
  }
  .rg-megamenu.navigation > ul {
    position: relative;
  }
  .rg-megamenu.navigation > ul:after {
    disaply: table;
    content: '';
    clear: both;
  }
  .rg-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .rg-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    line-height: 1;
    color: #fff;
  }
  .rg-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .rg-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .rg-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .rg-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .rg-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .rg-megamenu.navigation li {
    margin: 0;
  }
  .rg-megamenu.navigation li > a > span {
    position: relative;
  }
  .rg-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .rg-megamenu.navigation li.level0 > a > span.cat-label {
    top: -13px;
    right: 14px;
  }
  .rg-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -6px;
  }
  .rg-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .rg-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .rg-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .rg-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .rg-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .rg-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .rg-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .rg-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .rg-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 0;
  }
  .rg-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .rg-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .rg-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .rg-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .rg-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .rg-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .rg-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .rg-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .rg-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .rg-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .rg-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .rg-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .rg-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .rg-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .rg-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
  }
  .rg-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #636363;
    border-color: #e1e1e1;
    box-shadow: none;
    margin-top: 10px !important;
    padding: 5px 0;
  }
  .rg-megamenu.navigation li.level0 .submenu:before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
  }
  .rg-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .rg-megamenu.navigation li.level0 .submenu > ul:before,
  .rg-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .rg-megamenu.navigation li.level0 .submenu a {
    color: #272727;
    line-height: 21px;
    padding: 14px 26px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    z-index: 1;
  }
  .rg-megamenu.navigation li.level0 .submenu a:hover {
    background-color: transparent;
  }
  .rg-megamenu.navigation li.level0 .submenu a:before {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    left: -5px;
    background-color: #f3f7ff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    opacity: 0;
    z-index: -1;
  }
  .rg-megamenu.navigation li.level0 .submenu li:hover > a:before {
    opacity: 1;
  }
  .rg-megamenu.navigation li.level0 .submenu li.parent > a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    top: calc(50% - 12px);
    right: 21px;
    font-size: 16px;
    z-index: 1;
    color: #b6b6b6;
    font-weight: 900;
    position: absolute;
  }
  .rg-megamenu.navigation li.level0 .submenu li.parent:hover > a:after {
    color: #2775ff;
  }
  .rg-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
  }
  .rg-megamenu.navigation li.level0 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .rg-megamenu.navigation li.level0 .col-sm-1,
  .rg-megamenu.navigation li.level0 .col-sm-2,
  .rg-megamenu.navigation li.level0 .col-sm-3,
  .rg-megamenu.navigation li.level0 .col-sm-4,
  .rg-megamenu.navigation li.level0 .col-sm-5,
  .rg-megamenu.navigation li.level0 .col-sm-6,
  .rg-megamenu.navigation li.level0 .col-sm-7,
  .rg-megamenu.navigation li.level0 .col-sm-8,
  .rg-megamenu.navigation li.level0 .col-sm-9,
  .rg-megamenu.navigation li.level0 .col-sm-10,
  .rg-megamenu.navigation li.level0 .col-sm-11,
  .rg-megamenu.navigation li.level0 .col-sm-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .rg-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .rg-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
  }
  .rg-megamenu.navigation li.level0.fullwidth > .submenu,
  .rg-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 0;
    left: 0;
    border: 0;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
    border-bottom: 3px solid #0b98f6;
  }
  .rg-megamenu.navigation li.level0.fullwidth > .submenu > .container,
  .rg-megamenu.navigation li.level0.staticwidth > .submenu > .container {
    padding: 0;
  }
  .rg-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .rg-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .rg-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    height: 76px;
    font-size: 21px;
    line-height: 76px;
    font-weight: 700;
    padding: 0 15px 0 30px;
    position: relative;
    border-bottom: 2px solid #7400ba;
    text-transform: uppercase;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a:before,
  .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, transparent 100%);
    box-shadow: none;
    opacity: 1;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a > span,
  .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a > span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 a,
  .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 a {
    font-family: 'Montserrat', sans-serif;
    color: #222;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 a:hover,
  .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 a:hover {
    text-decoration: none;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 a:hover > span,
  .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 a:hover > span {
    text-decoration: none;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 .subchildmenu .subchildmenu,
  .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 .subchildmenu .subchildmenu {
    padding-left: 10px;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding: 20px 0 60px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    margin-left: -1px;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li {
    margin: 0;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu a,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu a {
    line-height: 28px;
    padding: 10px 0 10px 30px;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu > li:first-child > .subchildmenu,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu > li:first-child > .subchildmenu {
    border-left: 0;
    margin-left: 0;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu > li:last-child > .subchildmenu,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu > li:last-child > .subchildmenu {
    border-right: 0;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu a,
  .rg-megamenu.navigation li.level0.staticwidth .submenu a {
    padding: 8px 5px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #636363;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .rg-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .rg-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a {
    display: inline;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a:hover,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a:hover,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a:hover,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a:hover,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a:hover,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a:hover,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a:hover,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a:hover {
    text-decoration: underline;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default {
    background-color: #08c;
    color: #fff;
  }
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:hover,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:hover,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:hover,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:hover,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:hover,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:hover,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:hover,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:hover,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:focus,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:focus,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:focus,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:focus,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:focus,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:focus,
  .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:focus,
  .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:focus {
    background-color: #08c;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
  }
  .rg-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .rg-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .rg-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: -6px;
    background: #fff;
    border: 1px solid #e1e1e1;
    z-index: 1;
  }
  .rg-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .rg-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
  }
  .rg-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
  }
  .rg-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .rg-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .rg-megamenu.navigation li.level0.classic .submenu,
  .rg-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
    border: 0;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
    border-bottom: 3px solid #0b98f6;
  }
  .rg-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0 .submenu {
    padding: 10px 0;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0 .submenu a {
    font-size: 12px;
    line-height: 21px;
    padding: 7px 28px;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0 .submenu a:before {
    width: 2px;
    left: 0;
    right: auto;
    background: #0b98f6;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu {
    left: 15px;
    right: 15px;
    width: auto;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu,
  .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu {
    padding: 0;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu a,
  .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    height: auto;
    font-size: 12px;
    line-height: 24px;
    padding: 23px 0 10px 31px;
    border-bottom: 0;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    margin-left: -1px;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a:before,
  .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a:before {
    display: none;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1:first-child > a,
  .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1:first-child > a {
    border-left: 0;
    margin-left: 0;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1:last-child > a,
  .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1:last-child > a {
    border-right: 0;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding: 10px 0 35px;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu a,
  .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu a {
    line-height: 21px;
    padding: 7px 0 7px 30px;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu a:hover,
  .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu a:hover {
    color: #0b98f6;
  }
  .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu a:before,
  .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu a:before {
    width: 2px;
    left: 0;
    right: auto;
    background: #0b98f6;
  }
  .page-header .menu-type-2 .rg-megamenu.navigation > ul:hover > li > a {
    opacity: 1;
  }
  .page-header .menu-type-2 .rg-megamenu.navigation li.level0 > .level-top:before {
    width: 0 !important;
    content: '';
    position: absolute;
    left: auto;
    right: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    opacity: .5;
    -webkit-transition: width .3s;
    transition: width .3s;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #fff;
    background-color: transparent;
  }
  .page-header .menu-type-2 .rg-megamenu.navigation li.level0:hover > .level-top:before {
    opacity: 1 !important;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -webkit-calc(48%);
    top: calc(48%);
  }
  .page-header.brk-header_scroll .menu-type-2 .rg-megamenu.navigation li.level0 > .level-top:before {
    border-top-color: #272727;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 993px) and (max-width: 575px), print and (max-width: 575px) {
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .pagination {
    height: 48px;
    border-radius: 24px;
  }
}
@media all and (min-width: 993px) and (max-width: 575px), print and (max-width: 575px) {
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers {
    font-size: 13px;
    line-height: 48px;
    padding: 0 8px;
  }
}
@media all and (min-width: 993px) and (max-width: 575px), print and (max-width: 575px) {
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.prev,
  .products.wrapper ~ .toolbar .pages.brk-pagination-six .page-numbers.next {
    width: 34px;
    height: 34px;
  }
}
@media all and (min-width: 993px) and (max-width: 575px), print and (max-width: 575px) {
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .nav-links {
    height: 38px;
    border-radius: 19px;
    padding: 0 38px;
    margin: 0;
    font-weight: normal;
  }
}
@media all and (min-width: 993px) and (max-width: 575px), print and (max-width: 575px) {
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers {
    font-size: 13px;
    line-height: 36px;
    padding: 0 10px;
  }
}
@media all and (min-width: 993px) and (max-width: 575px), print and (max-width: 575px) {
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers:after {
    width: 28px;
    height: 28px;
    box-shadow: none;
  }
}
@media all and (min-width: 993px) and (max-width: 575px), print and (max-width: 575px) {
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.prev,
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.next {
    width: 34px;
    height: 34px;
    line-height: 32px;
  }
}
@media all and (min-width: 993px) and (max-width: 575px), print and (max-width: 575px) {
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.prev {
    left: 1px;
  }
}
@media all and (min-width: 993px) and (max-width: 575px), print and (max-width: 575px) {
  .products.wrapper ~ .toolbar .pages.brk-pagination-eight .page-numbers.next {
    right: 1px;
  }
}
@media all and (min-width: 1230px), print {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1200px;
  }
  .page-layout-2columns-right .column.main,
  .page-layout-2columns-left .column.main {
    width: 75%;
  }
  .page-layout-2columns-right .sidebar-main,
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-right .sidebar-additional,
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .fullwidth-row {
    width: 100vw;
    margin-left: calc(585px - 50vw);
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .page-header.type1 .navigation li.level0 > .level-top {
    font-size: 14px;
  }
  .page-header.type2 .navigation li.level0 > .level-top {
    font-size: 14px;
  }
  .page-header.type3 .navigation li.level0 > .level-top {
    font-size: 14px;
  }
  .page-header.type5 .navigation li.level0 > .level-top {
    font-size: 14px;
  }
  .page-header.type6 .navigation li.level0 > .level-top {
    font-size: 14px;
  }
  .page-header.type6 .header.content .brk-custom-block {
    display: inline-block;
  }
  .page-header.type7 .navigation li.level0 > .level-top {
    font-size: 14px;
  }
  .brk-call-us__number {
    display: block;
  }
  .brk-call-us__link {
    position: absolute;
  }
}
