/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media only screen and (max-width: 920px) {
  #dm > li.category-item.level-top > a {
    pointer-events: none !important;
  }
  #dm > li.category-item.level-top > a:before {
    content: '';
  }
  .navigation {
    padding: 0 20px;
    background: #f8f8f8 !important;
  }
  .navigation .parent .level-top {
    position: relative;
  }
  .navigation .parent .level-top > .level-top {
    padding-right: 20px;
  }
  .navigation #dm li.parent > a {
    pointer-events: none;
  }
  .navigation .level0:first-child {
    border-top: none;
  }
  .navigation .level0 a {
    font-weight: normal !important;
    text-transform: none !important;
  }
  .navigation ul li {
    border-top: 1px solid #ddd;
  }
  .navigation ul li a {
    padding: 16px 15px;
  }
  .navigation ul li.see-all {
    display: none;
  }
  .navigation ul li.all-category {
    display: none;
  }
  .navigation ul li.parent > a {
    position: relative;
  }
  .navigation ul li.parent > a:before {
    content: '\f102';
    padding-left: 5px;
    -webkit-font-smoothing: antialiased;
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 12px;
    transform: translate3d(0, -50%, 0);
  }
  .navigation ul li.parent .ui-state-active:before {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
  }
  .navigation ul .submenu:not(:first-child) .active > a {
    border: none !important;
    padding-left: 14px !important;
  }
  .navigation ul .submenu li a:before {
    right: 5px;
  }
  .navigation ul.ui-menu ul.ui-menu {
    display: block !important;
    left: 100% !important;
    position: absolute;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    transition: left 0.4s;
    background-color: #f8f8f8;
    top: 0 !important;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .navigation ul.ui-menu ul.ui-menu.active-menu {
    left: 0 !important;
    min-height: 100%;
    width: 100%;
    height: auto;
    padding: 0 20px 100px;
  }
  .navigation ul.ui-menu ul.ui-menu.active-menu > .mobile-only {
    display: block;
    text-align: center;
    border-top: 0;
  }
  .navigation ul.ui-menu ul.ui-menu.active-menu > .mobile-only a {
    font-size: 18px;
    display: inline-block;
    position: relative;
  }
  .navigation ul.ui-menu ul.ui-menu.active-menu > .mobile-only a:before {
    font-family: 'pagebuilder-font';
    content: '\f103';
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: -7px 20px 0 0;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -100%;
    width: 100%;
    background: #f8f8f8;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 80px !important;
  }
  .nav-sections.active-top {
    z-index: 999999 !important;
    top: 0;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: 21px;
    color: #000000;
    content: '\e622';
    font-family: 'porto-icon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: unset;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #000000;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    display: block;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections.sections {
    left: 0;
    z-index: 9999;
    -webkit-order: 3;
    order: 3;
  }
  .nav-open .nav-sections.sections.active-top {
    position: fixed;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 100;
    height: 100%;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #f2f2f2;
    border: solid #e6e6e6;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
    display: none;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 0;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #ffffff;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #212721;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 16px 20px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #212721;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    background: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #212721;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    background: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #212721;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #212721;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    background: #f8f8f8;
    color: #212721;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #212721;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #212721;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .active-top-menu .message.global {
    height: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 921px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .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;
  }
  .nav-sections-item-content > .navigation li.leveltop:first-child {
    padding-left: 8%;
  }
  .navigation {
    background: #ffffff;
    font-weight: 400;
    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 {
    border: #dddddd;
    color: #212721;
    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: #212721;
    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: #212721;
    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: #000000;
    content: '\e622';
    font-family: 'porto-icon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: unset;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #eeeeee;
    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: #eeeeee;
    color: #eeeeee;
    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: #212721;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: none;
    color: #e8927c;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #212721;
  }
  .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: #000000;
    content: '\e608';
    font-family: 'porto-icon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: unset;
  }
  .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: 21px;
    color: #000000;
    content: '\e607';
    font-family: 'porto-icon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: unset;
  }
  .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;
  }
  .navigation > .menu > ul > li {
    padding: 0 15px;
  }
  .navigation > .menu > ul > li:last-child {
    padding-right: 15px;
  }
  .navigation > .menu > ul > li > .submenu {
    left: 0 !important;
    width: 100%;
    top: 57px !important;
    position: absolute;
    padding-top: 35px;
  }
  .navigation > .menu > ul > li > .submenu .topstatic {
    display: none;
  }
  .navigation > .menu > ul > li > .level-top {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .navigation > .menu > ul > li .sale-custom {
    color: #FA54FF;
    font-family: 'Forte';
    font-size: 17px;
  }
  .navigation > .menu > ul > li .sale-custom:hover {
    color: #FA54FF;
  }
  .navigation > .menu > ul > li:hover > .level-top:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    border-bottom: 4px solid #e8927c;
    bottom: -2px;
    transition: 500ms left;
    z-index: 999999;
  }
  .page-top-container:before {
    content: '';
    width: 100%;
    top: 79px;
    position: absolute;
    border-bottom: 1px solid transparent;
    z-index: 33;
  }
  .page-top-container.menu-active {
    position: relative;
  }
  .page-top-container.menu-active:after {
    content: '';
    height: calc(100% - 80px);
    width: 100%;
    top: 79px;
    position: absolute;
    background-color: #fff;
    right: -100%;
  }
  .page-top-container.menu-active .navigation {
    position: relative;
    z-index: 99;
  }
}
@media only screen and (min-width: 921px) {
  .navigation > .menu > ul > li {
    padding: 0 2.57%;
  }
}
@media only screen and (min-width: 921px) {
  ul.level1.submenu.multi-columns {
    min-width: 460px;
    width: 100%;
  }
  ul.level1.submenu.multi-columns li {
    min-width: 180px;
  }
  ul.level1.submenu.multi-columns li:nth-child(odd) {
    padding-left: 40px;
    float: right;
  }
  .navigation .level0 .submenu li {
    max-width: 230px;
  }
  .navigation .level0 .submenu li.see-all {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .mpblog-post-index .post-item-list .post-image {
    height: 300px;
  }
  .mpblog-post-index .post-item-list .post-image img {
    width: 100%;
    object-fit: cover;
    margin: 0;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * 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.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 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.
 */
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 8px;
  top: 0px;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0px;
  left: 0px;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
.tmp3-img-content {
  float: left;
}
.tmp3-text-content {
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  width: calc(100% - 460px);
  height: 321px;
}
.tmp3-title {
  color: #0083d0;
  font-size: 50px;
  margin-top: 30px;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.714;
  margin-top: 30px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 12px !important;
  font-style: italic;
  padding-left: 5px;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
#mp-popup-template4 {
  width: 105%;
  height: 105%;
  background-repeat: no-repeat;
}
.tmp4-text-content {
  width: 50%;
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: left;
}
.tmp4-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
#mp-popup-template5 img {
  max-height: initial;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
  padding-right: 25px;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #mp-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
#mp-popup-template6 {
  font-family: sans-serif;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.tmp6-left-title {
  width: 350px;
  background-color: #0083d0;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #FFFFFF;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
}
.tmp6-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tmp6_field_newsletter #mp-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
/*    @ox-qv-close-btn-border:0;
    @ox-qv-close-btn-border-color:@ox-qv-close-btn-bg;    
    @ox-qv-close-btn-border-color-hover:@ox-qv-close-btn-bg-hover;*/
@keyframes ox-modal-active-overlay {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ox-modal-close-overlay {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes ox-modal-active-modal {
  to {
    opacity: 1;
  }
}
@keyframes ox-modal-close-modal {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 961px) {
  .ox-overlay-close-btn {
    right: 10px;
  }
}
@media (min-width: 960px) {
  .ox-overlay-close-btn {
    right: 0;
  }
}
@media (min-width: 960px) {
  .ox-quickview-catalog-product-view.catalog-product-view.ox-qv-content-maxheight .fotorama,
  .ox_quickview-catalog_product-view.catalog-product-view.ox-qv-content-maxheight .fotorama {
    max-height: 100vh;
    height: 550px;
  }
  .ox-quickview-catalog-product-view.catalog-product-view.ox-qv-content-maxheight .product.media .fotorama__stage,
  .ox_quickview-catalog_product-view.catalog-product-view.ox-qv-content-maxheight .product.media .fotorama__stage {
    height: 550px !important;
    max-height: 100vh !important;
  }
  .ox-quickview-catalog-product-view.catalog-product-view.ox-qv-content-maxheight .product-info-main,
  .ox_quickview-catalog_product-view.catalog-product-view.ox-qv-content-maxheight .product-info-main {
    height: 550px;
    max-height: 100vh;
  }
  .ox-quickview-catalog-product-view.catalog-product-view .product.media,
  .ox_quickview-catalog_product-view.catalog-product-view .product.media {
    width: 52%;
    margin-bottom: 0;
  }
  .ox-quickview-catalog-product-view.catalog-product-view .product.media .fotorama__nav,
  .ox_quickview-catalog_product-view.catalog-product-view .product.media .fotorama__nav,
  .ox-quickview-catalog-product-view.catalog-product-view .product.media .fotorama__nav--thumbs,
  .ox_quickview-catalog_product-view.catalog-product-view .product.media .fotorama__nav--thumbs,
  .ox-quickview-catalog-product-view.catalog-product-view .product.media .fotorama__nav-wrap--horizontal,
  .ox_quickview-catalog_product-view.catalog-product-view .product.media .fotorama__nav-wrap--horizontal {
    margin: 0;
    display: none !important;
  }
}
@media (max-width: 959px) {
  body.ox-quickview-catalog-product-view.catalog-product-view,
  body.ox_quickview-catalog_product-view.catalog-product-view {
    overflow: auto !important;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .column.main,
  body.ox_quickview-catalog_product-view.catalog-product-view .column.main {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,
  body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main,
  body.ox-quickview-catalog-product-view.catalog-product-view .product.media,
  body.ox_quickview-catalog_product-view.catalog-product-view .product.media {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin-bottom: 0;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .bundle-options-container .product-add-form,
  body.ox_quickview-catalog_product-view.catalog-product-view .bundle-options-container .product-add-form {
    padding: 30px;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product.media,
  body.ox_quickview-catalog_product-view.catalog-product-view .product.media {
    padding: 30px 30px 0;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,
  body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main {
    padding: 50px 40px 0 40px;
  }
}
/*
@media (max-width: 1024px){
    .ox-modal{
        #ox_quickview_wrapper{
             -webkit-overflow-scrolling: touch;
             overflow-y: auto;
        }
    }
}*/
@media (max-width: 959px) {
  .ox-modal.ox-qv-modal > div,
  .ox-modal.ox-qv-modal .ox-modal-content {
    width: 90%;
    height: 90%;
  }
  body.ox_hotspot-index-index .page-wrapper {
    padding: 30px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #form-validate .cart.table-wrapper .item .col.item {
    width: 74%;
  }
  .cart-container .accordion-list {
    display: block;
  }
  .cart-container .accordion-list li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  .cart-container .accordion-list li:nth-child(2) {
    padding-right: 0;
  }
  #discount-coupon-form .actions-toolbar .primary,
  #discount-form .actions-toolbar .primary {
    width: auto !important;
    min-width: 100px !important;
  }
  #discount-coupon-form .field,
  #discount-form .field {
    width: calc(100% - 115px) !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-wrapper .fieldset select,
  .page-wrapper .fieldset input {
    height: 43px;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 21px;
  color: #514943;
  content: '\e604';
  font-family: 'porto-icon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: unset;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: 21px;
  color: #cccccc;
  content: '\e626';
  font-family: 'porto-icon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: unset;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: 21px;
  color: #cccccc;
  content: '\e626';
  font-family: 'porto-icon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: unset;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: 21px;
  color: #cccccc;
  content: '\e626';
  font-family: 'porto-icon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: unset;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: 21px;
  color: #cccccc;
  content: '\e626';
  font-family: 'porto-icon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: unset;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 21px;
  color: #cccccc;
  content: '\e626';
  font-family: 'porto-icon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: unset;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'porto-icon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: unset;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 1024px) {
  .block-needhelp .accordion-list li:nth-child(2) {
    padding-right: 30px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .block-needhelp .accordion-list {
    display: block;
  }
  .block-needhelp .accordion-list li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  .block-needhelp .accordion-list li:nth-child(2) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .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;
  }
}
@media only screen and (max-width: 820px) and (min-width: 720px) {
  .checkout-cart-index .page-main .button_back a,
  .checkout-index-index .page-main .button_back a {
    margin-bottom: 3px;
  }
  .checkout-index-index .opc-wrapper .payment-option .payment-option-content .form.form-discount {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1060px) and (min-width: 780px) {
  .page-wrapper .opc-sidebar .discount-code .payment-option-content .field {
    width: 60%;
  }
}
/* Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .opc-wrapper #location-selector-wrapper .location-selector .store-selector-popup-table tbody tr.row.location .col-location-actions .location-selected input[type=radio],
    .opc-wrapper #location-selector-wrapper .location-selector .store-selector-popup-table tbody tr.row.location .col-location-actions .select-location input[type=radio] {
      -webkit-appearance: none;
    }
    .opc-wrapper #location-selector-wrapper .location-selector .store-selector-popup-table tbody tr.row.location .col-location-actions .location-selected input[type=radio]:checked:after,
    .opc-wrapper #location-selector-wrapper .location-selector .store-selector-popup-table tbody tr.row.location .col-location-actions .select-location input[type=radio]:checked:after {
      content: '';
      width: 12px;
      height: 12px;
      position: absolute;
      border: solid 3px #ccc;
      border-radius: 50%;
      top: 16px;
      left: -1px;
    }
  }
}
@media (min-width: 640px) and (max-width: 769px) {
  .page-main .opc-block-summary .product-item .product-item-inner {
    width: 76%;
  }
  .page-main .opc-block-summary .not-calculated {
    font-size: 9px;
  }
  .page-main .opc-sidebar .discount-code .payment-option-content .field {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
}
/* Safari 10.1+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .checkout-index-index .opc-wrapper .table-checkout-shipping-method tbody td input[type=radio]:before {
      width: 10px;
      height: 10px;
      margin: 1.5px auto;
    }
    .checkout-index-index .opc-wrapper .table-checkout-shipping-method tbody td input[type=radio]:checked:after {
      width: 12px;
      height: 12px;
      top: -2px;
      left: -2px;
    }
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.instagramfeed-container {
  margin-bottom: 35px;
}
.instagramfeed-container .instagramfeed-header {
  text-align: center;
}
.instagramfeed-container .instagramfeed-header .heading-title {
  position: relative;
}
.instagramfeed-container .instagramfeed-header .heading-title:before {
  content: "\f16d";
  font-family: 'Font Awesome 5 Brands';
  color: #212721;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: -30px;
  font-size: 23px;
  font-weight: 300;
}
.instagramfeed-container .instagramfeed-photo {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.instagramfeed-container .instagramfeed-photo .hover_instagram {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*opacity: 1;*/
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  transition: 0.8s;
  display: none;
  cursor: pointer;
}
.instagramfeed-container .instagramfeed-photo .hover_instagram .border_hover_inst {
  border: solid 1px #ffffff;
  width: 100%;
  height: 100%;
  padding-top: 30%;
  box-sizing: border-box;
}
.instagramfeed-container .instagramfeed-photo .hover_instagram .border_hover_inst i {
  color: #ffffff;
  font-size: 4.0rem;
}
.instagramfeed-container .instagramfeed-photo .hover_instagram .border_hover_inst .btn_inst {
  display: block;
  text-transform: uppercase;
  border: solid 1px #ffffff;
  padding: 5px 10px;
  max-width: 102px;
  margin: 70px auto;
}
.instagramfeed-container .instagramfeed-photo .hover_instagram .border_hover_inst .btn_inst:hover {
  border: solid 1px #e8927c;
  text-decoration: none;
}
.instagramfeed-container .instagramfeed-photo .hover_instagram .border_hover_inst .btn_inst:hover a {
  color: #e8927c;
}
.instagramfeed-container .instagramfeed-photo .hover_instagram .border_hover_inst .btn_inst a {
  color: #ffffff;
}
.instagramfeed-container .instagramfeed-photo .hover_instagram .border_hover_inst .fab.fa-instagram {
  background: url("../images/ig.png") no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  left: 46%;
  position: absolute;
}
.instagramfeed-container .instagramfeed-photo .hover_instagram .border_hover_inst .fab.fa-instagram:before {
  content: '';
}
.instagramfeed-container .instagramfeed-photo:hover .hover_instagram {
  opacity: 1;
  display: block;
  transition: 0.8s;
}
.instagramfeed-container .row.shuffle {
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #maincontent .instagram_content {
    margin: 0 10px !important;
  }
  #maincontent .instagram_content .instagramfeed-container .instagramfeed-photo {
    width: auto !important;
    max-width: 48%;
    margin-right: 10px;
  }
  #maincontent .instagram_content .instagramfeed-container .instagramfeed-photo .instagramfeed-post-caption {
    font-size: 20px !important;
    opacity: 1 !important;
  }
  #maincontent .instagram_content .instagramfeed-container .instagramfeed-photo img {
    width: 100%;
    height: 100%;
  }
  #maincontent .instagram_content .instagramfeed-container .instagramfeed-photo:nth-child(4) {
    margin-right: 0;
  }
  #maincontent .instagram_content .instagramfeed-container .instagramfeed-photo:nth-child(2) {
    margin-left: 0;
  }
  #maincontent .instagram_content .instagramfeed-container .instagramfeed-photo .hover_instagram .border_hover_inst .btn_inst {
    max-width: 85%;
  }
  #maincontent .instagram_content .instagramfeed-container .row.shuffle {
    width: 100%;
    height: 250px;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
.instagramfeed-container .instagramfeed-photo .instagramfeed-post-caption {
  line-height: 18px;
  letter-spacing: normal;
  position: absolute;
  bottom: 0;
  padding: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #F0F0F0;
  max-height: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.instagramfeed-photo:hover .instagramfeed-post-caption {
  opacity: 1 !important;
  display: inline;
}
.instagramfeed-container .instagramfeed-photo img {
  display: block;
  width: auto;
  max-width: 193px;
  object-fit: cover;
  padding: 0 1px 1px 0;
}
.main-cms-content > div.instagram_wrapper {
  max-width: 850px;
  margin: 0 auto!important;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .instagramfeed-container .instagramfeed-photo img {
    width: 100%;
    height: 260px;
  }
  .instagramfeed-container .instagramfeed-photo:nth-child(2) {
    margin: 0 10px 0 10px;
  }
  .instagramfeed-container .instagramfeed-photo .hover_instagram .border_hover_inst .btn_inst {
    max-width: 89%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .instagramfeed-container .row.shuffle {
    max-height: 440px;
    overflow: hidden;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1440px) {
  .instagram_wrapper .instagramfeed-container .instagramfeed-photo {
    width: 23.66%;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 920px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu .column_mega_menu1 {
    width: 100%;
  }
  .menu .column_mega_menu2 {
    width: 100%;
  }
  .menu .column_mega_menu3 {
    width: 100%;
  }
  .menu .column_mega_menu4 {
    width: 100%;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
  .topstatic,
  .bottomstatic {
    display: none;
  }
  .leftstatic {
    display: none;
  }
  .rightstatic {
    display: none;
  }
}
@media only screen and (min-width: 921px) {
  #dm {
    display: none;
  }
  #om {
    display: block;
  }
}
@media only screen and (max-width: 921px) {
  #dm {
    display: block;
  }
  #om {
    display: none;
  }
}
@media only screen and (min-width: 1240px) {
  .product-add-form .product-options-wrapper {
    width: 74%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-layout-1column .product.media {
    width: 53% !important;
    margin-left: 3.5% !important;
  }
  .page-layout-1column .product-info-main {
    width: 40% !important;
    margin-right: 3.5% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .page-layout-1column .product-info-main {
    padding-left: 50px;
  }
  .catalog-category-view .category-image img {
    min-height: 450px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .page-layout-1column .product-info-main {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 950px) and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    max-width: 365px;
  }
}
@media only screen and (max-width: 920px) {
  .block-search {
    margin-top: 0;
    -webkit-order: 1;
    order: 1;
    left: -100%;
    top: 0;
    background: #f2f2f2;
    z-index: 100;
    transition: left 0.3s;
    width: 100%;
  }
  .block-search .search-autocomplete {
    width: 100% !important;
    top: 50px !important;
  }
  .block-search .field.search {
    display: initial;
    height: 100%;
    width: 100%;
    float: left;
  }
  .block-search .field.search label {
    display: none;
  }
  .block-search .form.minisearch {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .block-search .form.minisearch .actions {
    float: right;
    position: absolute;
  }
  .block-search .form.minisearch .action.search {
    display: block;
    background: none;
    border: none;
    box-shadow: none;
  }
  .block-search .form.minisearch .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    line-height: 28px;
    color: #000000;
    content: '\e884';
    font-family: 'porto-icon';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: unset;
  }
  .block-search .form.minisearch .action.search span {
    display: none;
  }
  .block-search .block-content {
    height: 100%;
    background: #f8f8f8;
    padding: 30px 19px 10px;
    float: left;
    width: 100%;
  }
  .nav-open .block-search {
    left: 0;
  }
  .menu-mobile-text {
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #fff;
    font-size: 1.8rem;
    display: block !important;
  }
}
@media only screen and (min-width: 921px) {
  .block-search {
    float: right;
    z-index: 5;
    width: 100%;
    position: absolute;
    background-color: #fff;
    height: 290px;
    display: none;
  }
  .block-search.hide {
    display: none;
  }
  .block-search:before,
  .block-search:after {
    box-shadow: 0 6px 4px -3px #e8e8e8;
    border-top: 1px solid #c6c6c6;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: 0;
    position: absolute;
    display: block;
  }
  .block-search:before {
    left: -50%;
  }
  .block-search:after {
    right: -49%;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c4c4c4;
  }
  .block-search input:-moz-placeholder {
    color: #c4c4c4;
  }
  .block-search input::-moz-placeholder {
    color: #c4c4c4;
  }
  .block-search input:-ms-input-placeholder {
    color: #c4c4c4;
  }
  .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: 0;
    top: -24px;
    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: #000000;
    content: '\e884';
    font-family: 'porto-icon';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: unset;
  }
  .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:before {
    width: 18px;
    font-size: 19px;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .block-search .action.search[disabled] {
    opacity: 1 !important;
  }
  .block-search .icon-close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    z-index: 10;
    top: 15px;
    padding: 5px;
    margin-right: -5px;
  }
  .block-search .icon-close:before {
    font-size: 15px;
    line-height: 15px;
    color: #000;
    content: '\e616';
    font-family: 'porto-icon';
    display: inline-block;
  }
  .search-autocomplete {
    margin-top: 0;
    max-height: 177px;
    overflow: auto;
  }
  .page-top-container.menu-active .block-search.main {
    opacity: 0;
  }
}
@media only screen and (min-width: 921px) {
  .block-search .label {
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -14px;
    display: none;
  }
  .block-search input {
    height: 40px;
    opacity: 0;
    z-index: -1;
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    top: 40px;
    max-width: 570px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    margin: 0 auto;
    position: absolute;
    padding-left: 0;
  }
  .block-search .actions {
    display: none;
  }
  .block-search .label.active + .control input {
    opacity: 1;
    right: 0;
    z-index: 9;
  }
  .form.minisearch {
    max-width: 570px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    position: relative;
    min-height: 100px;
    width: 100%;
    z-index: 10;
  }
  .form.minisearch .actions {
    right: 4px;
    top: 66px;
  }
  .form.minisearch.active .actions {
    display: block;
  }
  .catalogsearch-result-index .block-viewed-products-grid {
    margin-top: 155px;
  }
  .catalogsearch-result-index .filter-options-content {
    text-align: left;
    top: 51px;
  }
  .catalogsearch-result-index #search_mini_form_custom input {
    padding-right: 55px;
  }
  .search-action {
    position: absolute;
    right: 20px;
    z-index: 10;
    top: 15px;
    padding: 5px;
    margin-right: -5px;
    margin-top: -5px;
    cursor: pointer;
  }
  .search-action:before {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    content: '\e884';
    font-family: 'porto-icon';
    margin: 0;
    display: inline-block;
  }
  .search-autocomplete ul li {
    padding-left: 0;
  }
}
@media only screen and (max-width: 920px) {
  .block-search input {
    left: 0;
    top: 0px;
    width: 100%;
    border: none;
    margin: 0;
    bottom: initial;
    position: relative;
    padding: 15px;
  }
  .block-search .control {
    margin: 0;
    border-top: none;
    padding: 0;
  }
  .block-search .control input {
    background: #ffffff;
    height: 43px;
    font-size: 1.2rem;
    border: 1px solid #ddd;
  }
  .block-search .label.active + .control input {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .fieldset.password .field {
    margin-right: 20px;
    width: calc((100% - 40px)/3);
  }
  .form.create.account {
    padding-right: 50px;
  }
  .login-container .block.block-customer-login {
    padding: 100px 64px 0;
  }
  .login-container .block.block-new-customer .main-content {
    top: 100px;
    left: 63px;
  }
  .block-addresses-list .items.addresses > .item {
    width: calc((100% - 51px)/4);
  }
  .block-addresses-list .items.addresses > .item:nth-child(4n) {
    margin-right: 0;
  }
  .account.customer-address-index .column.main .block:not(.widget) .block-content .box {
    width: calc((100% - 51px)/4);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .form-edit-account .fieldset.password .field {
    margin-right: 10px;
    width: calc((100% - 20px)/3);
  }
  .block-collapsible-nav .item a:before,
  .block-collapsible-nav .item strong:before {
    padding-right: 15px;
  }
  .account.page-layout-2columns-left .sidebar-main {
    padding-right: 0;
  }
  .customer-account-create .page-title .require-attr,
  .account .page-title .require-attr {
    font-size: 1.5rem;
    font-weight: 300;
  }
  .customer-account-create .signup-container .field.area-phone,
  .customer-account-create .signup-container .field.date.field-dob {
    width: 100%;
  }
  .customer-account-create .signup-container .field.date.field-dob {
    margin: 0 0 20px;
  }
  .form.create.account {
    padding-right: 30px;
  }
  .login-container .block.block-customer-login {
    padding: 60px 30px 0;
  }
  .login-container .block.block-new-customer .main-content {
    top: 60px;
    left: 40px;
  }
  .customer-address-index .block-addresses-list .items.addresses > .item {
    width: calc((100% - 34px)/3);
  }
  .customer-address-index .block-addresses-list .items.addresses > .item:nth-child(3n) {
    margin-right: 0;
  }
  .account.customer-address-index .column.main .block:not(.widget) .block-content .box {
    width: calc((100% - 34px)/3);
  }
}
@media screen and (max-width: 850px) and (min-width: 768px) {
  .account.customer-address-index .column.main .block:not(.widget).block-addresses-default .block-content .box {
    max-width: none;
    width: 40%;
  }
}
@media only screen and (max-width: 920px) {
  .nav-sections {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav-sections-items {
    min-height: 100%;
    height: auto;
  }
  .nav-sections-item-content {
    padding-bottom: 100px;
  }
  .cart-totals .table-wrapper tbody .grand.totals {
    z-index: 9900;
  }
  .checkout-cart-index #maincontent {
    position: relative;
    z-index: 2;
  }
  .checkout-cart-index .page-footer {
    position: relative;
    z-index: 1;
  }
  .checkout-cart-index .cart-totals {
    position: relative;
    z-index: 2;
  }
  .ox-overlay-close-btn {
    right: 0;
  }
  .switcher.gold-rate {
    margin-left: 0;
  }
  .gold-rate-wrap #header-goldrate li:nth-child(2) {
    display: none;
  }
  .container_links_mobile #switcher-currency {
    width: calc(35%);
    position: absolute;
    right: 20px;
  }
  .container_links_mobile .switcher.gold-rate {
    display: block;
  }
}
@media only screen and (max-width: 920px) {
  .logo {
    max-width: 140px;
    display: inline-block;
    margin-left: 66px;
  }
  .logo img {
    width: 100%;
    margin: auto;
  }
  .message.global.demo {
    display: block;
  }
  .page-header .header.content .switcher {
    width: 43%;
    order: 1;
    -webkit-order: 1;
    /* Safari 6.1+ */
    margin-top: 5px;
  }
  .page-header .header.content .switcher .gold-rate-wrap {
    margin: 0;
  }
  .page-header .header.content .switcher-currency .action.toggle:after {
    position: absolute;
    right: -9px;
    top: 4px;
  }
  .page-header .header.content .panel.header {
    order: 2;
    -webkit-order: 2;
    /* Safari 6.1+ */
    padding: 0;
  }
  .page-header .header.content .panel.header .switcher.currency.switcher-currency {
    margin: 5px 0 0;
    width: 40%;
  }
  .page-header .header.content .link.wishlist {
    display: none;
  }
  .page-header .header.content .header.panel > .header.links {
    display: inline-block;
    margin-right: 0;
  }
  .page-header .header.content .header.panel > .header.links .greet.welcome {
    display: none;
  }
  .page-header .header.content .header.panel > .header.links > .authorization-link {
    display: none;
  }
  .page-header .header.content .header.panel > .header.links li.login.user.mobile {
    display: inline-block;
    padding: 5px;
    margin-left: 0;
  }
  .page-header .header.content .header.panel > .header.links li.login.user.mobile svg {
    font-size: 18px;
  }
  .page-header .header.content .header.panel > .header.links li.login.user.mobile a span.fa-account-member {
    background: url("../images/memeber.png") no-repeat;
    display: block;
    width: 18px;
    height: 19px;
  }
  .page-header .header.content .header.panel > .header.links > li {
    display: none;
  }
  .page-header .header.content .header.panel > .header.links > li.customer-welcome {
    margin: 0;
    display: block;
  }
  .page-header .header.content .view-store-link {
    display: none;
  }
  .header-right {
    float: right;
    display: flex;
    margin-top: 15px;
    position: relative;
  }
  .header-right .right-top {
    margin-right: 11px;
  }
  .header-right .right-bottom {
    margin-top: 0;
  }
  .header.content {
    text-align: center;
    padding: 15px 17px;
  }
  .customer-welcome .customer-menu .header.links {
    position: absolute;
    min-width: 213px;
    right: -5px;
    z-index: 999;
    background: #fff;
    top: 63px;
    text-align: left;
    box-shadow: 1px 1px 5px 2px #ccc;
    padding: 10px;
  }
  .customer-welcome .customer-menu .header.links > .login.mobile {
    display: none !important;
  }
  .customer-welcome .customer-menu .header.links:before,
  .customer-welcome .customer-menu .header.links:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome .customer-menu .header.links:before {
    border: 9px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
    top: -18px;
    right: 48px;
  }
  .customer-welcome .customer-menu .header.links:after {
    border: 10px solid;
    border-color: transparent transparent rgba(204, 204, 204, 0.47) transparent;
    z-index: 98;
    top: -20px;
    right: 47px;
  }
  .customer-welcome .customer-menu .header.links li {
    line-height: 45px;
    padding: 0 13px;
    border-bottom: 1px solid #dfdfdf;
  }
  .customer-welcome .customer-menu .header.links li.authorization-link {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 920px) {
  .header.content .right-top .switcher,
  .header.content .right-top .switcher-currency {
    display: none;
  }
  .boutique-container {
    width: calc(50% - 8px);
    border: 1px solid #ddd;
    margin-bottom: 13px;
    display: none;
  }
  .boutique-container .boutique {
    display: inline-block;
  }
  .boutique-container [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    margin: 0 !important;
    padding: 0 !important;
  }
  .boutique-container a:before {
    margin-top: 14px !important;
  }
  .boutique-container .boutique {
    height: 43px;
    line-height: 43px;
  }
  .switcher.gold-rate {
    display: none;
  }
  .switcher.gold-rate,
  #switcher-currency {
    float: left;
    margin: 0;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ddd;
    text-align: center;
    width: 100%;
  }
  .container_links_mobile .gold-rate-wrap {
    float: none;
  }
  .container_links_mobile #switcher-currency {
    float: right;
    width: calc(50% - 8px);
  }
  .container_links_mobile {
    margin-top: 0;
    left: -100%;
    top: 143px;
    z-index: 99991;
    transition: left 0.3s;
    background: #f8f8f8;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    order: 2;
  }
  .container_links_mobile .view-store {
    line-height: 30px;
    max-width: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-size: 0;
  }
  .container_links_mobile .view-store a {
    float: right;
    background: url(../images/view_store.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 13px;
    display: block;
    margin: 10px 25px 0 0;
  }
  .container_links_mobile .switcher .switcher-options ul {
    left: 0;
    margin-top: 2px;
    width: 100%;
  }
  .container_links_mobile .switcher .switcher-options ul:before,
  .container_links_mobile .switcher .switcher-options ul:after {
    border: 0;
  }
  .container_links_mobile .switcher #switcher-currency-trigger ul li {
    padding: 0;
  }
  .page-wrapper .container_links_mobile {
    margin-right: 25px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block-minicart {
    right: 4px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block-minicart:before {
    right: 18px;
    top: -18px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block-minicart:after {
    right: 20px;
    top: -8px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .icon-overlap {
    right: 16px;
  }
  .page-header {
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (min-device-width: 1366px) and (max-device-width: 1440px) {
  .page-wrapper #maincontent .cart.table-wrapper .item .col.item {
    width: 85%;
  }
  .page-wrapper #maincontent .block.discount .content #discount-coupon-form .fieldset.coupon .field {
    width: 68%;
  }
  .page-wrapper .page-footer .footer.content {
    width: 80%;
    padding: 0;
  }
  .page-wrapper .page-footer .footer.content .mail-ft {
    font-size: 11px;
  }
  .cms-index-index .page-wrapper #maincontent {
    width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  .nav-open .container_links_mobile {
    left: 0;
    padding: 0 19px 15px;
  }
  .nav-open .close-nav {
    display: block;
    position: absolute;
    z-index: 999;
    background: #ffffff;
    top: 12px;
    left: 8px;
    transition: 0.5s;
    border: 0;
    padding: 10px;
    height: auto;
  }
  .nav-open .close-nav .mdiv:before {
    font-family: 'pagebuilder-font';
    content: '\f103';
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: -7px 20px 0 0;
  }
  .nav-open .close-nav:hover {
    border: none;
    color: #212721;
  }
  .nav-open .cart span {
    display: none;
  }
  .nav-open .user svg {
    font-size: 18px;
    margin-top: 5px;
  }
  .nav-open .user span {
    display: none;
  }
  .nav-open .boutique-container {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .switcher .switcher-options ul li {
    padding: 0;
  }
}
@media only screen and (min-width: 921px) {
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #ffffff;
  }
  .page-header .header.panel {
    float: right;
    padding: 0;
  }
  .page-header .switcher {
    float: right;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'porto-icon';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: unset;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'porto-icon';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: unset;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 0;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: none;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 9px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 10px solid;
    border-color: transparent transparent rgba(204, 204, 204, 0.47) transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 7px;
    top: -18px;
  }
  .customer-welcome ul:after {
    right: 6px;
    top: -20px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #000000;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #e8927c;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #e8927c;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    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;
    height: auto;
    width: 20px;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
    top: 30px;
    right: -9px;
    text-align: left;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
    margin-top: -2px;
  }
  .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 a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links li.login.user.mobile {
    display: none;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: '/';
    display: inline-block;
    margin: 0 -9px 0 3px;
    font-size: 1.2rem;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 17px 20px 30px;
    text-align: center;
  }
  .logo {
    margin: 0 auto;
    display: inline-block;
  }
  .logo img {
    max-height: inherit;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .products-grid.wishlist .product-item-photo {
    max-width: 120px;
  }
  .products-grid.wishlist .wishlist-item-info {
    width: calc(100% - 130px);
  }
  .wishlist-index-index .products-grid .product-item .box-tocart .tocart,
  .wishlist-index-index .products-grid .product-item .product-item-actions .btn-remove {
    min-width: 120px;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
  .mpblog-post-view .page-main-full-width {
    margin-top: 50px;
  }
  .mpblog-post-view .page-title-wrapper h1 {
    margin-bottom: 40px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
/* mageplaza end blog style */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-layout-1column .block.widget .products-grid .product-item.first-item {
    margin-right: 10px;
    width: 47%;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info {
    padding: 52px 10px;
    box-sizing: border-box;
    text-align: left;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .product-item-photo {
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .product-item-photo .product-image-wrapper {
    overflow: initial;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .product-item-details {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .product-item-details .product-item-name {
    font-size: 2.5rem;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .product-item-details .price-box {
    min-height: auto;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .action {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    box-shadow: none;
    height: 38px;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .action.tocompare {
    display: none;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-product {
    margin-right: 15px;
    background: #ffffff;
    color: #ffffff;
    border: solid 1px #ffffff;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-product a,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-product .alink {
    color: #ffffff;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-product a:visited,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-product .alink:visited {
    color: #ffffff;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-product a {
    background: url("../images/view_product.png") no-repeat;
    width: 6px;
    height: 20px;
    padding-left: 10px;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store {
    border: solid 1px #ffffff;
    width: 145px;
    height: 38px;
    background: #ffffff;
    position: relative;
    margin-top: 10px;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store a {
    font-weight: normal;
    font-size: 1.5rem;
    padding-left: 15px;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store a:before {
    background: url("../images/view-store.png") no-repeat;
    background-size: 20px 13px;
    content: "";
    width: 20px;
    height: 13px;
    position: absolute;
    left: 8px;
    top: 13px;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store a:hover,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store a:active,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store a:visited,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store a:focus {
    color: #000000;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    background: #ffffff;
    width: 23.2%;
    margin-right: 12px;
    margin-top: 12px;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 2) {
    margin-right: 0;
    margin-left: 12px;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(2n +1) {
    margin-right: 0;
  }
}
.page-layout-1column .best_sellers .block.widget .products-grid .product-item .product-item-details .product-item-name {
  font-weight: bold;
  font-size: 15px;
}
.page-layout-1column .best_sellers .block.widget .products-grid .product-item .product-item-details .price-box {
  display: flex;
  flex-direction: column;
  min-height: 55px;
}
.page-layout-1column .best_sellers .block.widget .products-grid .product-item .product-item-details .price-box span {
  font-size: 15px;
  display: block;
}
.page-layout-1column .best_sellers .block.widget .products-grid .product-item .product-item-details .price-box .special-price {
  order: 2;
  -webkit-order: 2;
}
.page-layout-1column .best_sellers .block.widget .products-grid .product-item .product-item-details .price-box .special-price [data-price-type='finalPrice'] {
  color: #dab300;
}
.page-layout-1column .best_sellers .block.widget .products-grid .product-item .product-item-details .price-box .old-price {
  order: 1;
  -webkit-order: 1;
}
.page-layout-1column .best_sellers .block.widget .products-grid .product-item .product-item-details .price-box [data-price-type='finalPrice'] {
  color: #000000;
}
.page-layout-1column .best_sellers .block.widget .products-grid .product-item .product-item-details .price-box [data-price-type='oldPrice'] {
  text-decoration: line-through;
}
@media only screen and (max-width: 1600px) and (min-width: 1024px) {
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .product-item-details {
    width: 50%;
  }
}
.time-animation {
  -webkit-animation: all 0.3s;
  animation: all 0.3s;
}
.customer-welcome .action.switch:hover:after {
  color: #000;
}
@media only screen and (min-width: 921px) {
  .navigation {
    background: none;
  }
  .navigation ul {
    position: initial;
  }
  .navigation > .menu > ul > li > .level-top {
    padding: 18px 0;
    line-height: inherit;
  }
  .navigation li.level0 {
    position: initial;
    margin-right: 0;
    cursor: pointer;
  }
  .navigation li.level0 .submenu {
    border: 0;
    box-shadow: none;
    padding-bottom: 22px;
    z-index: 99999;
  }
  .navigation li.level0 .submenu.level1 {
    position: unset;
    padding-top: 15px;
  }
  .navigation li.level0.parent > .level-top {
    padding-right: 0;
  }
  .navigation li.level0.active > .level-top,
  .navigation li.level0.has-active > .level-top {
    border: 0;
  }
  .navigation .level0:hover:before,
  .navigation .level0:hover:after {
    content: '';
  }
  .navigation .level0 .submenu a,
  .navigation .level0 .level1.parent a {
    padding: 8px 0 8px 8px;
    text-transform: capitalize;
  }
  .navigation .level0 .submenu .active a {
    border: 0;
  }
  .navigation ul .level0.submenu:before,
  .navigation ul .level0.submenu:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: -1;
    position: absolute;
    display: block;
  }
  .navigation ul .level0.submenu:before {
    left: -50%;
  }
  .navigation ul .level0.submenu:after {
    left: unset;
    right: -49%;
  }
  .navigation ul .level0.submenu:before,
  .navigation ul .level0.submenu:after {
    box-shadow: 0 6px 4px -3px #e8e8e8;
    border-top: 1px solid #c6c6c6;
  }
  .navigation ul li.level0:hover:before,
  .navigation ul li.level0:hover:after {
    content: '';
    width: 100%;
    height: 100%;
  }
  .navigation ul li.level0:hover:before {
    left: -50%;
  }
  .navigation ul li.level0:hover:after {
    right: -50%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.button_back {
  display: none;
}
.checkout-cart-index .button_back,
.checkout-index-index .button_back {
  display: block;
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.checkout-cart-index .button_back .arrow,
.checkout-index-index .button_back .arrow {
  font-family: 'porto-icon';
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-top: -3px;
}
.checkout-cart-index .button_back .arrow i,
.checkout-index-index .button_back .arrow i {
  font-style: normal;
}
.checkout-cart-index .button_back .title-back,
.checkout-index-index .button_back .title-back {
  display: inline-block;
  border: 0;
  background: none;
  font-weight: normal;
  margin-left: 0;
  font-size: 1.2rem;
  padding-left: 5px;
}
.checkout-cart-index .button_back .title-back:hover,
.checkout-index-index .button_back .title-back:hover,
.checkout-cart-index .button_back .title-back:focus,
.checkout-index-index .button_back .title-back:focus,
.checkout-cart-index .button_back .title-back:visited,
.checkout-index-index .button_back .title-back:visited {
  color: #e8927c;
}
.cms-page-view .main_title_block,
.cms-index-index .main_title_block,
.cms-no-route .main_title_block,
.cms-noroute-index .main_title_block {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.cms-page-view #maincontent .page-title,
.cms-index-index #maincontent .page-title,
.cms-no-route #maincontent .page-title,
.cms-noroute-index #maincontent .page-title {
  font-size: 2.8rem;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.cms-page-view #maincontent .navigation_cms ul li,
.cms-index-index #maincontent .navigation_cms ul li,
.cms-no-route #maincontent .navigation_cms ul li,
.cms-noroute-index #maincontent .navigation_cms ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 0 15px;
}
.cms-page-view #maincontent .height_equal,
.cms-index-index #maincontent .height_equal,
.cms-no-route #maincontent .height_equal,
.cms-noroute-index #maincontent .height_equal {
  min-height: 150px;
}
.cms-page-view #maincontent .about-us figure img,
.cms-index-index #maincontent .about-us figure img,
.cms-no-route #maincontent .about-us figure img,
.cms-noroute-index #maincontent .about-us figure img {
  width: 100%;
}
.cms-page-view #maincontent .content_about_first,
.cms-index-index #maincontent .content_about_first,
.cms-no-route #maincontent .content_about_first,
.cms-noroute-index #maincontent .content_about_first,
.cms-page-view #maincontent .content_about_midle,
.cms-index-index #maincontent .content_about_midle,
.cms-no-route #maincontent .content_about_midle,
.cms-noroute-index #maincontent .content_about_midle,
.cms-page-view #maincontent .content_about_last,
.cms-index-index #maincontent .content_about_last,
.cms-no-route #maincontent .content_about_last,
.cms-noroute-index #maincontent .content_about_last {
  position: relative;
}
.cms-page-view #maincontent .content_about_first .title_small,
.cms-index-index #maincontent .content_about_first .title_small,
.cms-no-route #maincontent .content_about_first .title_small,
.cms-noroute-index #maincontent .content_about_first .title_small,
.cms-page-view #maincontent .content_about_midle .title_small,
.cms-index-index #maincontent .content_about_midle .title_small,
.cms-no-route #maincontent .content_about_midle .title_small,
.cms-noroute-index #maincontent .content_about_midle .title_small,
.cms-page-view #maincontent .content_about_last .title_small,
.cms-index-index #maincontent .content_about_last .title_small,
.cms-no-route #maincontent .content_about_last .title_small,
.cms-noroute-index #maincontent .content_about_last .title_small,
.cms-page-view #maincontent .content_about_first .title_big,
.cms-index-index #maincontent .content_about_first .title_big,
.cms-no-route #maincontent .content_about_first .title_big,
.cms-noroute-index #maincontent .content_about_first .title_big,
.cms-page-view #maincontent .content_about_midle .title_big,
.cms-index-index #maincontent .content_about_midle .title_big,
.cms-no-route #maincontent .content_about_midle .title_big,
.cms-noroute-index #maincontent .content_about_midle .title_big,
.cms-page-view #maincontent .content_about_last .title_big,
.cms-index-index #maincontent .content_about_last .title_big,
.cms-no-route #maincontent .content_about_last .title_big,
.cms-noroute-index #maincontent .content_about_last .title_big {
  font-size: 55pt;
  color: #e27b93;
  text-align: center;
}
.cms-page-view #maincontent .content_about_first .title_big,
.cms-index-index #maincontent .content_about_first .title_big,
.cms-no-route #maincontent .content_about_first .title_big,
.cms-noroute-index #maincontent .content_about_first .title_big,
.cms-page-view #maincontent .content_about_midle .title_big,
.cms-index-index #maincontent .content_about_midle .title_big,
.cms-no-route #maincontent .content_about_midle .title_big,
.cms-noroute-index #maincontent .content_about_midle .title_big,
.cms-page-view #maincontent .content_about_last .title_big,
.cms-index-index #maincontent .content_about_last .title_big,
.cms-no-route #maincontent .content_about_last .title_big,
.cms-noroute-index #maincontent .content_about_last .title_big {
  font-size: 114pt;
}
.cms-page-view #maincontent .content_about_first .absolute_title,
.cms-index-index #maincontent .content_about_first .absolute_title,
.cms-no-route #maincontent .content_about_first .absolute_title,
.cms-noroute-index #maincontent .content_about_first .absolute_title,
.cms-page-view #maincontent .content_about_midle .absolute_title,
.cms-index-index #maincontent .content_about_midle .absolute_title,
.cms-no-route #maincontent .content_about_midle .absolute_title,
.cms-noroute-index #maincontent .content_about_midle .absolute_title,
.cms-page-view #maincontent .content_about_last .absolute_title,
.cms-index-index #maincontent .content_about_last .absolute_title,
.cms-no-route #maincontent .content_about_last .absolute_title,
.cms-noroute-index #maincontent .content_about_last .absolute_title {
  position: absolute;
  left: -90px;
  top: 34px;
}
.cms-page-view #maincontent .content_about_first figure img,
.cms-index-index #maincontent .content_about_first figure img,
.cms-no-route #maincontent .content_about_first figure img,
.cms-noroute-index #maincontent .content_about_first figure img,
.cms-page-view #maincontent .content_about_midle figure img,
.cms-index-index #maincontent .content_about_midle figure img,
.cms-no-route #maincontent .content_about_midle figure img,
.cms-noroute-index #maincontent .content_about_midle figure img,
.cms-page-view #maincontent .content_about_last figure img,
.cms-index-index #maincontent .content_about_last figure img,
.cms-no-route #maincontent .content_about_last figure img,
.cms-noroute-index #maincontent .content_about_last figure img {
  width: 100%;
}
.cms-page-view #maincontent .content_about_midle .title_small,
.cms-index-index #maincontent .content_about_midle .title_small,
.cms-no-route #maincontent .content_about_midle .title_small,
.cms-noroute-index #maincontent .content_about_midle .title_small,
.cms-page-view #maincontent .content_about_midle .title_big,
.cms-index-index #maincontent .content_about_midle .title_big,
.cms-no-route #maincontent .content_about_midle .title_big,
.cms-noroute-index #maincontent .content_about_midle .title_big {
  color: #10a3e6;
}
.cms-page-view #maincontent .content_about_midle .absolute_midle_title,
.cms-index-index #maincontent .content_about_midle .absolute_midle_title,
.cms-no-route #maincontent .content_about_midle .absolute_midle_title,
.cms-noroute-index #maincontent .content_about_midle .absolute_midle_title {
  position: absolute;
  right: -26px;
}
.cms-page-view #maincontent .content_about_midle .absolute_last_title,
.cms-index-index #maincontent .content_about_midle .absolute_last_title,
.cms-no-route #maincontent .content_about_midle .absolute_last_title,
.cms-noroute-index #maincontent .content_about_midle .absolute_last_title {
  position: absolute;
  right: -90px;
}
.cms-page-view #maincontent .content_about_last .title_small,
.cms-index-index #maincontent .content_about_last .title_small,
.cms-no-route #maincontent .content_about_last .title_small,
.cms-noroute-index #maincontent .content_about_last .title_small,
.cms-page-view #maincontent .content_about_last .title_big,
.cms-index-index #maincontent .content_about_last .title_big,
.cms-no-route #maincontent .content_about_last .title_big,
.cms-noroute-index #maincontent .content_about_last .title_big {
  color: #e8927c;
}
.cms-page-view .page-disable-not-found p,
.cms-index-index .page-disable-not-found p,
.cms-no-route .page-disable-not-found p,
.cms-noroute-index .page-disable-not-found p {
  color: #e8927c;
}
.cms-page-view .page-disable-not-found .title-number,
.cms-index-index .page-disable-not-found .title-number,
.cms-no-route .page-disable-not-found .title-number,
.cms-noroute-index .page-disable-not-found .title-number {
  font-size: 13rem;
  font-weight: bold;
}
.cms-page-view .page-disable-not-found .title-text,
.cms-index-index .page-disable-not-found .title-text,
.cms-no-route .page-disable-not-found .title-text,
.cms-noroute-index .page-disable-not-found .title-text {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: normal;
}
.cms-page-view .bottom button,
.cms-index-index .bottom button,
.cms-no-route .bottom button,
.cms-noroute-index .bottom button {
  background: none;
  border: solid 1px #e8927c;
  box-shadow: none;
  font-weight: normal;
  padding: 10px 25px;
  margin-top: 15px;
}
.cms-page-view .bottom button:hover,
.cms-index-index .bottom button:hover,
.cms-no-route .bottom button:hover,
.cms-noroute-index .bottom button:hover,
.cms-page-view .bottom button:focus,
.cms-index-index .bottom button:focus,
.cms-no-route .bottom button:focus,
.cms-noroute-index .bottom button:focus,
.cms-page-view .bottom button:visited,
.cms-index-index .bottom button:visited,
.cms-no-route .bottom button:visited,
.cms-noroute-index .bottom button:visited {
  color: #e8927c;
}
.search-nav {
  display: none;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cms-index-index img.pagebuilder-mobile-hidden {
    display: block;
  }
  .cms-index-index img.pagebuilder-mobile-only {
    display: none;
  }
  .cms-index-index .page-main .collection_category {
    padding: 0px 20px 0px 20px !important;
  }
  .cms-index-index .page-main .collection_category .item_fancy figcaption[data-element='caption'] {
    font-size: 1.1rem;
    bottom: 15px;
  }
  .cms-index-index .page-main .best_sellers .block.widget.block-products-list {
    padding: 0 20px 0px 20px;
  }
  .cms-index-index .page-main .trending_now .big_title_block1_trending {
    font-size: 80px;
  }
  .cms-index-index .page-main .trending_now .big_title_block2_trending p {
    font-size: 80px !important;
  }
  .cms-index-index .page-main .trending_now .small_title_block1_trending,
  .cms-index-index .page-main .trending_now .small_title_block2_trending {
    font-size: 38px;
    top: -45px;
  }
  .cms-index-index .page-main .trending_now .pagebuilder-column.content {
    margin: 0px 0px 0px -30px !important;
    padding: 0px 0px 0px !important;
  }
  .cms-index-index .page-main .stay_in_touch {
    width: 89%;
  }
  .cms-index-index .page-main .widget.block .pagebuilder-slider .pagebuilder-slide-wrapper[data-background-type='image'] {
    position: relative;
  }
  .cms-index-index .page-main .widget.block .pagebuilder-slider .pagebuilder-slide-wrapper[data-background-type='image'] .pagebuilder-collage-content [data-element='content'] img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cms-index-index .stay_in_touch .content .form.subscribe {
    max-width: 405px;
  }
}
@media screen and (min-device-width: 769px) and (max-device-width: 1366px) {
  .cms-index-index .collection_category {
    padding: 0px 50px 0px 30px !important;
  }
  .cms-index-index .collection_category .description {
    line-height: 1.8;
  }
  .cms-index-index .item_fancy figcaption[data-element='caption'] {
    width: auto;
    left: 70px;
  }
  .cms-index-index .btn_more {
    margin-top: 10px;
  }
  .cms-index-index .midle_item_collection figcaption[data-element='caption'] {
    left: 43%;
  }
}
@media screen and (min-device-width: 966px) and (max-device-width: 1600px) {
  .cms-index-index .widget.block .pagebuilder-slider .pagebuilder-slide-wrapper[data-background-type='image'] {
    padding: 21% 10% !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .brands.brand-mobile {
    margin: 35px 0  10px!important;
  }
  .brands.brand-mobile .pagebuilder-column-group figure[data-content-type='image'] img {
    height: 600px !important;
  }
  .brands.brand-mobile .pagebuilder-column-group .slick-arrow {
    top: 300px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .brands .pagebuilder-column-group figure[data-content-type='image'] img {
    height: 520px !important;
  }
  .brands .pagebuilder-column-group .slick-arrow {
    top: 260px;
  }
}
@media only screen and (min-width: 921px) {
  .right-bottom > div.minicart-wrapper,
  .right-bottom > div.wishlist {
    margin-left: 53px;
  }
  .message.global.mobile {
    display: none !important;
  }
  .heading-title {
    font-size: 2.4rem;
  }
  .page-top-container {
    padding-top: 17px;
    background: #fff;
  }
  .logo {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 42px, 0);
  }
  .navigation,
  .page-header .header.panel,
  .header.content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}
@media only screen and (max-width: 920px) {
  .message.global.mobile {
    background: #2e334e;
    color: #fff;
    display: none !important;
  }
  .message.global.mobile a,
  .message.global.mobile {
    color: #fff;
    font-size: 1.2rem;
  }
  .page-top-container {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f8f8f8;
    transition: all 0.3s;
  }
  .page-top-container .page-top {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .page-top-container .page-top > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-top-container .page-top > div.block-search.main,
  .page-top-container .page-top > div.sections.nav-sections {
    padding: 0;
  }
  .nav-before-open.nav-open .page-top-container {
    left: 0;
  }
  .nav-before-open.nav-open .page-top-container .category-view {
    display: none;
  }
  .navigation,
  .page-header .header.panel {
    padding-left: 23px;
    padding-right: 23px;
    box-sizing: border-box;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 4px 0 0;
  }
  .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;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .storecredit .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .storecredit .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box: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-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .storecredit .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box: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-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box: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,
  .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-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,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container: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,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view: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-wishlist-management:before,
  .block-wishlist-management: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 {
    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,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view: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-wishlist-management: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 {
    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-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;
  }
  .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-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,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    content: '\e624';
    font-family: 'porto-icon';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: unset;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .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 #eeeeee;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .account .toolbar,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .account .toolbar .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .account .toolbar .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: 66.66666667%;
    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;
  }
  .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: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .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-right: 2%;
  }
  .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: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .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 .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .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: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #212721;
    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: #212721;
    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 #eeeeee;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .mpblog-post-view .post-view-image {
    margin-bottom: 20px;
  }
  .mpblog-post-view .post-view-image img {
    object-fit: cover;
    margin-right: 15px;
  }
  .mpblog-post-view .page-title-wrapper,
  .mpblog-post-view .post-post_content {
    padding: 0;
  }
  .mpblog-post-view .post-list-content {
    margin: 0 140px;
  }
  .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;
  }
  .actions-toolbar > .primary .action:hover,
  .actions-toolbar > .secondary .action:hover,
  .actions-toolbar > .primary .action:focus,
  .actions-toolbar > .secondary .action:focus,
  .actions-toolbar > .primary .action:active,
  .actions-toolbar > .secondary .action:active {
    opacity: 0.8;
    transition: 0.5s;
  }
  .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;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #eeeeee;
  }
  .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 #eeeeee;
  }
  .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;
  }
  .amcform-title-wrap {
    flex-grow: unset;
    min-width: 30%;
    max-width: initial;
  }
  .amcform-title-wrap .amcform-title {
    max-width: 174px;
  }
  .amcform-title-wrap:nth-child(3n + 1):before {
    content: none;
  }
  .amcform-title-wrap:nth-child(3n + 1):last-child:before {
    width: 50%;
    background: linear-gradient(270deg, #e3e3e3 4.63%, rgba(227, 227, 227, 0) 83.33%);
    content: '';
  }
  .amcform-title-wrap:nth-child(3n + 1).ui-state-active:last-child:before {
    background: linear-gradient(270deg, #92b0ff 4.63%, rgba(227, 227, 227, 0) 83.33%);
  }
  .amcform-popup-block .amcform-header {
    font-size: 22px;
  }
  .amcform-popup-block .amcform-toolbar {
    flex-direction: row;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button {
    width: auto;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
    margin-top: 0;
  }
  .product.data.items {
    z-index: unset;
  }
  .circle-theme .amcform-title-wrap {
    min-width: 24%;
  }
  .amcard-codes-list .table .actions {
    width: 20px;
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar {
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar .primary {
    float: none;
  }
  .amcard-field-container.-code .actions-toolbar .primary .action {
    margin: 0;
  }
  .amcard-field-container.-code .actions-toolbar .secondary .action {
    margin: 0 0 0 7px;
  }
  #checkout .amcard-codes-list,
  #checkout .amcard-field-container {
    padding-left: 22px;
  }
  .ox-quickview-catalog-product-view.catalog-product-view .columns,
  .ox_quickview-catalog_product-view.catalog-product-view .columns,
  .ox-quickview-catalog-product-view.catalog-product-view .page.messages,
  .ox_quickview-catalog_product-view.catalog-product-view .page.messages,
  .ox-quickview-catalog-product-view.catalog-product-view .page-title-wrapper,
  .ox_quickview-catalog_product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .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 #eeeeee;
  }
  .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 #eeeeee;
  }
  .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 .legend.title {
    font-size: 2.8rem;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #d01212;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #d01212;
  }
  .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 .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .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%;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form-cart {
    padding-right: 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
    display: none;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item {
    display: none;
  }
  .cart-container [data-content-type='row'][data-appearance='contained'] {
    width: 33.33%;
    float: right;
    position: relative;
    order: 3;
    clear: both;
  }
  .cart-container .block.discount {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
    z-index: 1;
  }
  .cart-summary > .title {
    display: block;
    text-align: center;
    font-weight: bold;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
    float: right;
  }
  .cart-summary .fieldset .actions-toolbar .primary {
    height: 52px;
  }
  .cart-summary .fieldset .actions-toolbar .primary .action.apply.primary {
    margin: 0;
  }
  .cart-summary .fieldset .actions-toolbar .primary .action.apply.primary:not(:focus) {
    box-shadow: none;
    border-radius: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .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;
  }
  .cart-summary .block-shipping {
    display: none;
  }
  .cart.table-wrapper {
    max-height: 420px;
    overflow-y: auto;
  }
  .cart.table-wrapper .hide_mobile {
    display: block;
  }
  .cart.table-wrapper .hide_desktop {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item-info {
    position: relative;
    display: inline-block;
  }
  .cart.table-wrapper .item .col.item {
    padding: 30px 8px 30px 0;
    float: left;
    width: 87%;
  }
  .cart.table-wrapper .item .col.subtotal {
    height: 100%;
    position: absolute;
    right: 20px;
  }
  .cart.table-wrapper .item .col.subtotal .subtotal-r {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
  .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 {
    display: table-cell;
    padding-bottom: 15px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
    position: relative;
    font-size: 1.2rem;
  }
  .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.table-wrapper .col.qty .control.qty {
    position: absolute;
  }
  .cart-discount {
    width: 66.66666667%;
    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.discount {
    width: auto;
  }
  .block.crosssell {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .block.discount {
    clear: both;
    float: right;
    width: 33.33%;
    margin-bottom: 0;
  }
  .block.discount .title {
    display: none;
  }
  .block.discount .content {
    display: block !important;
  }
  #discount-coupon-form .actions-toolbar,
  #discount-form .actions-toolbar {
    float: right;
  }
  #discount-coupon-form .actions-toolbar .primary,
  #discount-form .actions-toolbar .primary {
    height: 50px;
    border-radius: 0;
    margin: 0;
    width: 152px;
  }
  #discount-coupon-form .fieldset.coupon .field,
  #discount-form .fieldset.coupon .field,
  #discount-coupon-form .payment-option-inner .field,
  #discount-form .payment-option-inner .field {
    width: calc(100% - 165px);
    float: left;
  }
  #discount-coupon-form .fieldset.coupon .field label,
  #discount-form .fieldset.coupon .field label,
  #discount-coupon-form .payment-option-inner .field label,
  #discount-form .payment-option-inner .field label {
    display: none;
  }
  #discount-coupon-form .fieldset.coupon .field .control input,
  #discount-form .fieldset.coupon .field .control input,
  #discount-coupon-form .payment-option-inner .field .control input,
  #discount-form .payment-option-inner .field .control input {
    height: 50px;
  }
  .minicart-wrapper .block-minicart {
    width: 417px;
    min-width: unset;
    top: 110px;
    right: 2px;
  }
  .minicart-wrapper .block-minicart:before {
    right: 18px;
    top: -18px;
  }
  .minicart-wrapper .block-minicart:after {
    right: 20px;
    top: -8px;
    box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.2);
    border-color: transparent;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 1px;
  }
  .minicart-wrapper .icon-overlap {
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 16px;
    z-index: 101;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: 21px;
  }
  #btn-minicart-close {
    display: none;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
    margin-top: 25px;
    width: 63.4%;
  }
  .opc-wrapper .opc {
    display: flex;
    flex-direction: column;
  }
  .opc-wrapper .shipping-information {
    background: #f8f8f8;
    padding: 20px;
    box-sizing: border-box;
    order: 2;
    -webkit-order: 2;
    margin-bottom: 15px;
  }
  .opc-wrapper .shipping-information .step-title {
    display: inline-block;
  }
  .opc-wrapper .shipping-information .message-title-cus {
    display: block;
    margin-bottom: 25px;
  }
  .opc-wrapper .shipping-information .shipping-information-title {
    margin-bottom: 10px;
    width: 100%;
  }
  .opc-wrapper .shipping-information .shipping-information-title span {
    text-transform: uppercase;
    font-weight: bold;
  }
  .opc-wrapper .shipping-information .shipping-information-title .action.action-edit {
    float: right;
    background: none;
    box-shadow: none;
    border: none;
    text-decoration: underline;
    display: none;
  }
  .opc-wrapper .shipping-information .shipping-information-title .action.action-edit span {
    text-transform: none;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .opc-wrapper .shipping-information .shipping-information-title .action.action-edit:hover {
    color: #e8927c;
  }
  .opc-wrapper .shipping-information .shipping-information-content {
    line-height: 22px;
  }
  .opc-wrapper .shipping-information .ship-to .shipping-information-title span {
    text-transform: none;
  }
  .opc-wrapper .shipping-information .ship-via {
    float: right;
  }
  .opc-wrapper .shipping-information .ship-via .shipping-information-title span {
    text-transform: none;
  }
  .opc-wrapper .shipping-information .ship-via .email-address {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
  }
  .opc-wrapper .shipping-information > div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .opc-wrapper .shipping-information .action.action-edit {
    background: none;
    border: none;
    padding-right: 2px;
    text-decoration: underline;
    font-weight: normal;
    float: right;
    box-shadow: none;
    height: auto;
  }
  .opc-wrapper .shipping-information .action.action-edit:hover,
  .opc-wrapper .shipping-information .action.action-edit:focus,
  .opc-wrapper .shipping-information .action.action-edit:active {
    border: none;
    background: none;
    color: #000000;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .checkout-container .opc-progress-bar {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #212721;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #212121;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'porto-icon';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #212721;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'porto-icon';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .modal-popup .form-shipping-address #shipping-new-address-form {
    position: relative;
  }
  .checkout-index-index .modal-popup .form-shipping-address #shipping-new-address-form .field._required:nth-last-child {
    margin-bottom: 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address #shipping-new-address-form .field.street.required .field.additional {
    margin-top: 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address #shipping-new-address-form .field.street.required .field.additional .control {
    margin-top: 10px;
  }
  .checkout-index-index .modal-popup .form-shipping-address [data-content-type='html'] {
    display: none;
  }
  .checkout-index-index .modal-popup .modal-footer > button {
    min-width: 152px;
    text-transform: none;
  }
  .checkout-index-index .modal-popup .modal-footer > button:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
    font-weight: normal;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    padding: 6px 10px;
    margin-top: 0px;
    font-weight: normal;
    height: 43px;
    width: 99px;
    font-size: 15px;
    border: 1px solid #e8927c;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
    background: #2e334e;
    color: #ffffff;
    border-color: #2e334e;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: left;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
    clear: both;
  }
  .opc-wrapper .form-login #shipping-new-address-form .block-needhelp,
  .opc-wrapper .form-shipping-address #shipping-new-address-form .block-needhelp {
    display: none !important;
  }
  .opc-wrapper .form-login #shipping-new-address-form .field._required .label:after,
  .opc-wrapper .form-shipping-address #shipping-new-address-form .field._required .label:after {
    color: #212721;
  }
  .opc-wrapper .form-login {
    border-bottom: none;
    padding-bottom: 0;
    clear: both;
    padding-top: 0;
    border-bottom: solid 1px #eee;
  }
  .opc-wrapper .form-login .hidden-fields input {
    height: 43px;
  }
  .opc-wrapper #store-selector {
    min-height: 80px;
  }
  .opc-wrapper #location-selector-wrapper .source-group-list {
    clear: both;
    margin-top: 15px;
  }
  .opc-wrapper #location-selector-wrapper .source-group-list select {
    border: solid 1px #b7b7b7;
    margin-bottom: 15px;
    height: 43px;
  }
  .opc-wrapper #location-selector-wrapper .location-selector .store-selector-popup-table tbody tr.row.location {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    border-top: none;
  }
  .opc-wrapper #location-selector-wrapper .location-selector .store-selector-popup-table tbody tr.row.location:nth-child(even) {
    margin-left: 10px;
  }
  .opc-wrapper #location-selector-wrapper .location-selector .store-selector-popup-table tbody tr.row.location .col-location-actions {
    float: left;
    padding-top: 10px;
    padding-left: 0;
    position: relative;
  }
  .opc-wrapper #location-selector-wrapper .location-selector .store-selector-popup-table tbody tr.row.location .col-location-details {
    width: 93%;
    float: right;
    padding-left: 15px;
  }
  .opc-wrapper #location-selector-wrapper .location-selector .store-selector-popup-table tbody tr.row.location .col-location-details p.location-name {
    text-transform: uppercase;
  }
  .opc-wrapper #opc-store-pickup-contact {
    margin-top: 15px;
  }
  .opc-wrapper #opc-store-pickup-contact .field._required .control {
    margin-top: 10px;
  }
  .opc-wrapper #opc-store-pickup-contact .field._required .control input {
    height: 43px;
  }
  .opc-wrapper #opc-store-pickup-contact .field.pickup-lastname {
    float: right;
  }
  .opc-wrapper #opc-store-pickup-contact .field._required {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  #checkout-shipping-method-load .table-checkout-shipping-method tbody tr.row {
    border: solid 1px #b7b7b7;
    padding: 15px;
    margin: 15px 0;
    box-sizing: border-box;
  }
  .opc-wrapper .shipping-address-item {
    position: relative;
  }
  .opc-wrapper .shipping-address-item:before {
    background: none;
    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;
  }
  .opc-sidebar {
    display: block;
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    position: relative;
    width: 36.6%;
  }
  .opc-sidebar .discount-code {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    position: relative;
    min-height: 51px;
  }
  .opc-sidebar .discount-code .payment-option-title {
    display: none;
  }
  .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;
    display: none;
  }
  .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: 768px;
    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: left;
    margin: 0;
  }
  .checkout-payment-method .actions-toolbar .primary .message-payment {
    color: #7b7b7b;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 47px;
  }
  .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: 0 20px 0 0;
    background: #e8927c;
    color: #ffffff;
    box-shadow: none;
    padding: 5px 10px;
  }
  .checkout-billing-address .actions-toolbar .action-cancel:hover,
  .checkout-billing-address .actions-toolbar .action-cancel:focus,
  .checkout-billing-address .actions-toolbar .action-cancel:active {
    box-shadow: none;
    border: none;
    color: #ffffff;
    background: #e8927c;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 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: 400;
  }
  .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 #dfdfdf;
    border-radius: 1px;
    font-family: 'Futura', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    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: #c4c4c4;
  }
  .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: #c4c4c4;
  }
  .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: #c4c4c4;
  }
  .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: 'porto-icon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: unset;
  }
  .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-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 {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .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 #eeeeee;
  }
  .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 #eeeeee;
  }
  .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 #eeeeee;
    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-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .main-cms-content > div.instagram_wrapper .instagramfeed-container .row.shuffle {
    display: flex;
    justify-content: center;
  }
  .main-cms-content > div.instagram_wrapper .instagramfeed-container .instagramfeed-photo {
    margin: 0 15px;
  }
  .page-products .products-grid li.product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid li.product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid li.product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid li.product-item {
    width: 50%;
  }
  .page-products .products-grid .product-item {
    margin-bottom: 20px;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #fff;
    border: 1px solid #c4c4c4;
    z-index: 9;
  }
  .product-item-actions .actions-primary + .actions-secondary .action.towishlist:before {
    vertical-align: baseline;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    margin-bottom: 0;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(238, 238, 238, 0.3);
    color: #5e5e5e;
    border: 1px solid #eeeeee;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #eeeeee;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(238, 238, 238, 0.8), inset 0 -1px 0 0 rgba(238, 238, 238, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 21px;
    color: #657765;
    content: '\e60d';
    font-family: 'porto-icon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: unset;
  }
  .modes-mode:hover:before {
    color: #657765;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .toolbar-products .toolbar-sorter .sorter-label {
    display: none;
  }
  .product-info-main .collection-name h1 {
    margin-bottom: 5px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 100%;
  }
  .product-social-links {
    text-align: left;
  }
  .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;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
    margin-bottom: 55px;
  }
  .page-layout-1column .product.media {
    width: 60%;
    margin-bottom: 55px;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .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;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 40px;
    color: #212721;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #212721;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #212721;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #212721;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #657765;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .page-products .sorter {
    position: absolute;
    right: 0;
    top: -50px;
  }
  .page-layout-2columns-left.page-products .sidebar-main {
    width: 100%;
    position: relative;
    padding-bottom: 25px;
  }
  .page-layout-2columns-left.page-products .sidebar-main .page-title {
    float: left;
    margin-bottom: 0;
    font-weight: 700;
    margin-right: 70px;
    line-height: 40px;
  }
  .page-layout-2columns-left.page-products .sidebar-main .block.filter {
    float: left;
  }
  .page-layout-2columns-left.page-products .column.main {
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  .page-layout-2columns-left.page-products .column.main .toolbar-products:last-child {
    text-align: center;
  }
  .page-layout-2columns-left.page-products .category-view .page-main {
    max-width: none;
    padding: 0;
  }
  .filter-options-item {
    float: left;
  }
  .product-info-main .collection-name {
    float: left;
  }
  .product-info-main .product-info-price {
    float: right;
    width: auto;
    margin-bottom: 5px;
  }
  .product-info-main .product-info-price .price-box {
    padding-bottom: 0;
    float: right;
  }
  #inquiry_size_popup .product-info {
    display: table;
  }
  #inquiry_size_popup .product-info > div {
    display: table-cell;
    vertical-align: middle;
  }
  #inquiry_size_popup .form select {
    border-color: #c2c2c2;
  }
  #inquiry_size_popup .form select.mage-error {
    border-color: #ed8380;
  }
  .block.related {
    float: left;
    width: 100%;
  }
  .block.related .block-title strong {
    font-size: 2.4rem;
  }
  .view-store,
  .enquire-size {
    max-width: 208px;
  }
  .product-add-form .product-options-wrapper {
    width: 69%;
    max-width: 320px;
  }
  .catalog-product-view .products-related {
    margin-bottom: 0;
  }
  .catalog-product-view .products-related .products {
    margin-bottom: 0;
  }
  .catalog-product-view .products-related .product-items {
    padding: 0 30px;
  }
  .product-info-price .price-box .old-price.sly-old-price {
    display: block !important;
  }
  .block .owl-theme .owl-controls .owl-nav > div.owl-prev {
    left: -30px;
  }
  .block .owl-theme .owl-controls .owl-nav > div.owl-next {
    right: -30px;
  }
  .product.data.items .table-wrapper {
    max-height: 270px;
    overflow: auto;
  }
  .block-viewed-products-grid {
    padding: 0 30px;
    clear: both;
    float: left;
    width: 100%;
  }
  .block.related ~ .admin__data-grid-outer-wrap .block-viewed-products-grid {
    margin-top: 125px;
  }
  #inquiry_size_popup .product-info .image {
    width: 44%;
  }
  #inquiry_size_popup .product-info .description {
    width: 56%;
  }
  #inquiry_size_popup img {
    float: left;
  }
  #inquiry_size_popup .form .actions-toolbar .action.primary {
    min-width: 153px;
  }
  #inquiry_size_popup .form textarea {
    min-height: 105px;
  }
  .page-main .block.related {
    margin-bottom: 0;
  }
  .image-store-wrap .store-item {
    width: calc((100% - 60px)/3);
    margin: 0 8px;
  }
  .form.inquiry .fieldset .field.first_name,
  .form.inquiry .fieldset .field.area-phone {
    float: left;
    width: 48.5%;
  }
  .form.inquiry .fieldset .field.last_name,
  .form.inquiry .fieldset .field.size {
    float: right;
    width: 48.5%;
  }
  .form.inquiry .fieldset .field.area-phone {
    clear: none;
  }
  .form.inquiry .fieldset .field.contact_area_number {
    width: 46%;
    float: left;
  }
  .form.inquiry .fieldset .field.contact_phone_number {
    width: 54%;
    float: right;
  }
  .form.inquiry .fieldset .field.size {
    clear: both;
  }
  .form.inquiry .area-phone .field-area-phone {
    height: 45px;
  }
  .form.inquiry.frm-view-store .fieldset .field.email,
  .form.inquiry.frm-view-store .fieldset .field.date {
    float: left;
    width: 48.5%;
    clear: both;
  }
  .form.inquiry.frm-view-store .fieldset .field.time_slot {
    float: right;
    width: 48.5%;
  }
  .form.inquiry.frm-view-store .fieldset .field.area-phone {
    float: right;
  }
  .form.inquiry.frm-view-store .fieldset .field.retail {
    clear: both;
  }
  .txt-comment {
    height: 99px;
  }
  .catalog-product-view .modal-popup .modal-header {
    padding-bottom: 42px;
  }
  .catalog-product-view .modal-inner-wrap .actions-toolbar {
    margin-bottom: 37px;
  }
  .catalog-product-view .product-info-main .product-add-form {
    max-width: 434px;
  }
  .toolbar .pages + .limiter .label:before {
    content: '|';
    display: inline-block;
    margin: 0 5px 0 10px;
  }
  .category-view .page-title-wrapper {
    padding: 75px 0 0;
  }
  .product-info-main .pace-pay_single-product-widget-container {
    clear: both;
    font-size: 12px;
  }
  .product-info-main .pace-pay_single-product-widget-container .primary-color,
  .product-info-main .pace-pay_single-product-widget-container .pay-with-pace_logo-text {
    font-size: 12px !important;
  }
  .product-info-main .overview-stock {
    width: calc(100% - 110px);
  }
  .category-view .category-image ~ .page-title-wrapper {
    padding-top: 28px;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
    padding: 0 57px 40px 55px;
  }
  .login-container .block {
    width: 50%;
    margin-bottom: 0;
    float: left;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
    vertical-align: top;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 120px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.search.advanced,
  .form.form-orders-search {
    max-width: 560px;
    width: 50%;
    margin: auto;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 24.4%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 75.6%;
    padding-left: 25px;
    float: right;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    background: #fff;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2),
  .block-addresses-list .items.addresses > .item:nth-last-child(3) {
    margin-bottom: 0;
  }
  .page-main {
    margin: auto;
  }
  .page-main .block {
    margin-bottom: 45px;
  }
  .page-main .block-addresses-list {
    margin-bottom: 10px;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .customer-account-createpassword .page-main > .page-title-wrapper {
    text-align: center;
  }
  .customer-account-createpassword .form.password.reset {
    text-align: center;
  }
  .customer-account-createpassword .form.password.reset .fieldset {
    text-align: left;
  }
  .customer-account-createpassword .form.password.reset .actions-toolbar .primary {
    float: none;
    display: block;
  }
  .customer-account-createpassword .form.password.reset .actions-toolbar .primary .action.submit.primary {
    min-width: 150px;
    margin: auto;
  }
  .customer-account-createpassword .form.password.reset .bottom_text {
    font-size: 1.2rem;
    margin-top: 50px;
    color: #a6a6a6;
  }
  .customer-account-createpassword .form.password.reset .bottom_text span {
    display: block;
  }
  .login-container .block.block-customer-login .actions-toolbar {
    margin-top: 50px;
  }
  .login-container .fieldset.login {
    margin-bottom: 48px;
  }
  .signup-container {
    display: flex;
  }
  .field-dob {
    float: right;
    width: 49%;
  }
  .form.create.account {
    width: 50%;
  }
  .account .form-address-edit .field-name-firstname {
    width: 49%;
    float: left;
    max-width: 368px;
  }
  .account .form-address-edit .field-name-lastname {
    width: 49%;
    float: right;
    max-width: 368px;
  }
  .account .form-address-edit .field.left,
  .account .form-address-edit .field.right {
    max-width: 368px;
  }
  .account .form-address-edit .field.left {
    clear: both;
  }
  .form-edit-account .field.email,
  .form-edit-account .field.field-name-firstname,
  .form-edit-account .field.area-phone {
    width: 49%;
    float: left;
    max-width: 368px;
  }
  .form-edit-account .field.field-name-prefix,
  .form-edit-account .field.field-name-lastname,
  .form-edit-account .field.field-dob {
    width: 49%;
    float: right;
    max-width: 368px;
  }
  .form-edit-account .field.area-phone {
    clear: none;
  }
  .form-edit-account .fieldset.password {
    margin-bottom: 30px;
    margin-top: 10px;
    clear: both;
    float: left;
    width: 100%;
  }
  .form-edit-account .fieldset.password .field {
    float: left;
  }
  .form-edit-account .fieldset.password .field.confirm.password {
    margin-right: 0;
  }
  .form-edit-account .actions-toolbar {
    margin-top: 40px;
    clear: both;
    float: left;
    width: 100%;
  }
  .account.customer-address-index .box > .box-content {
    min-height: 224px;
  }
  .account .page-title-wrapper {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 23px;
  }
  .account .block.block-dashboard-info .block-title,
  .account .block.block-dashboard-addresses .block-title {
    padding-bottom: 20px;
  }
  .block.block-new-customer .main-content {
    position: absolute;
    text-align: left;
    z-index: 1;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: left;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .filter.block {
    margin-bottom: 0;
  }
  .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.active .filter-options-item,
  .filter-options-item {
    padding-bottom: 10px;
  }
  .filter-subtitle {
    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 #eeeeee;
  }
  .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 #eeeeee;
    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: #657765;
    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;
    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;
  }
  .filter-options-item {
    position: relative;
  }
  .filter-options-content {
    position: absolute;
    z-index: 20;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    min-width: 350px;
    top: 56px;
    display: none;
    max-height: 350px;
    overflow: auto;
  }
  .filter-options-content:before,
  .filter-options-content:after {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    left: 10px;
  }
  .filter-options-content:before {
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
    top: -20px;
  }
  .filter-options-content:after {
    border: 10px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
    left: 10px;
    top: -21px;
  }
  .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;
  }
  .block.newsletter {
    width: 100%;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .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.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;
  }
  html,
  body {
    height: 100%;
  }
  a:hover {
    text-decoration: none;
    color: #000;
  }
  * {
    box-sizing: border-box;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
    max-width: 100vw;
    overflow: hidden;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #2e334e;
    margin-top: auto;
    padding-bottom: 28px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .hide-for-large {
    display: none;
  }
  .left {
    float: left;
    width: 49%;
  }
  .right {
    float: right;
    width: 49%;
  }
  .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: 0 0 10px;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
    margin: 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    left: 0;
    position: initial;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 30px;
    padding: 0;
    width: 50%;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  .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: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item .product-item-info {
    padding: 0 10px 15px 10px;
    text-align: center;
  }
  .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;
  }
  .cms-noroute-index .page-main h1.big-title {
    font-size: 150px;
  }
  .cms-page-view .page-footer {
    margin-top: 50px;
  }
  .product.data.items > .item.content,
  .product.data.items > .item.title {
    border: 0;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    background: #fff;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
  }
  .product.data.items > .item.title > .switch:visited,
  .product.data.items > .item.title > .switch {
    color: #000;
  }
  .product.data.items > .item.content {
    padding: 15px 0;
    margin-top: 43px;
    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;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .cl-footer {
    width: 16.83333333% !important;
  }
  .cl-footer.cl-footer-1 {
    width: 24.5% !important;
  }
  .cl-footer.cl-footer-5 {
    width: 25% !important;
  }
  .cms-index-index .heading-title {
    margin: 110px 0 45px;
  }
  .static-content-wrap > .widget.block {
    margin-top: 95px !important;
  }
  .main-cms-content > div.best-seller-content {
    padding: 0 80px!important;
    width: 100%;
  }
  .main-cms-content > div.pagebuilder-column-group .clm-banner-img {
    margin-top: 70px !important;
  }
  .main-cms-content > div.pagebuilder-column-group .clm-banner-img img {
    min-height: 300px;
    object-fit: cover;
  }
  .main-cms-content > div.pagebuilder-column-group .clm-banner-text.subbanner .sub-banner-content {
    position: absolute;
    top: calc(50% + 35px);
    max-width: 405px;
    text-align: center;
    right: 16.1%;
    transform: translate3d(0, -50%, 0);
  }
  .menu .rightstatic {
    padding-right: 50px;
  }
  .page-main {
    padding-top: 70px;
  }
  .copyright {
    text-align: left;
    padding: 8px 10px 20px;
    line-height: 30px;
  }
  .static-content-wrap .static-row-content > * {
    display: flex;
    width: 50%;
  }
  .brands figure[data-content-type='image'] img {
    max-width: 360px !important;
  }
  .brand-content-wrap {
    text-align: center;
  }
  .brand-content-wrap .brands {
    display: inline-block !important;
  }
  .brand-content-wrap .pagebuilder-column {
    padding: 0 12px;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .modal-popup .modal-title {
    font-weight: 600;
    text-transform: uppercase;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .products-grid li.product-item {
    width: 20%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid li.product-item {
    margin-left: 10px;
    padding: 5px;
    width: calc((100% - 30px)/4);
  }
  .page-products .products-grid li.product-item:nth-child(3n + 1) {
    margin-left: 10px;
  }
  .page-products .products-grid li.product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-item .box-tocart .tocart,
  .wishlist-index-index .products-grid .product-item .product-item-actions .btn-remove,
  .wishlist-index-index .products-grid .product-item .unavailable.stock {
    max-width: 182px;
    width: 100%;
  }
  .products-grid.wishlist .product-item-photo {
    padding-right: 30px;
  }
  .products-grid.wishlist .wishlist-item-info {
    width: calc(100% - 165px);
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 23.2%;
    background: #ffffff;
    margin-right: 12px;
    margin-top: 12px;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 2) {
    margin-right: 12px;
    margin-left: 12px;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 3) {
    margin-left: 7px;
  }
  .page-layout-1column .block.widget .products-grid .product-item .product-item-info .product-item-details {
    font-size: 1.5rem;
  }
  .page-layout-1column .block.widget .products-grid .product-item .product-item-info .product-item-details .product-collection {
    font-weight: bold;
    text-transform: uppercase;
  }
  .page-layout-1column .block.widget .products-grid .product-item .product-item-info .product-item-details .product-item-name {
    font-weight: normal;
    text-transform: uppercase;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item {
    margin-right: 10px;
    width: 47%;
    padding-bottom: 20px;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info {
    padding: 52px 10px 0 10px;
    box-sizing: border-box;
    text-align: left;
    border: none;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info:hover {
    border: none;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .product-item-photo {
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .product-item-photo .product-image-wrapper {
    overflow: initial;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .product-item-details {
    display: inline-block;
    vertical-align: top;
    width: 62%;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .product-item-details .product-item-name {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 20px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .product-item-details .description-product {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .product-item-details .product-collection {
    font-size: 2.8rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .action {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    box-shadow: none;
    height: 38px;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .action.tocompare {
    display: none;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-product {
    margin-right: 15px;
    background: #ffffff;
    color: #ffffff;
    border: solid 1px #ffffff;
    font-size: 1.5rem;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-product a,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-product .alink {
    color: #ffffff;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-product a:visited,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-product .alink:visited {
    color: #ffffff;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-product a {
    background: url("../images/view_product.png") no-repeat;
    width: 6px;
    height: 20px;
    padding-left: 10px;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store {
    border: solid 1px #ffffff;
    width: 145px;
    height: 38px;
    background: #ffffff;
    position: relative;
    padding-left: 30px;
    padding-top: 7px;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store a {
    font-weight: normal;
    font-size: 1.5rem;
    padding-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store a:before {
    background: url("../images/view-store.png") no-repeat;
    background-size: 20px 13px;
    content: "";
    width: 20px;
    height: 13px;
    position: absolute;
    left: 8px;
    top: 10px;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store a:hover,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store a:active,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store a:visited,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store a:focus {
    color: #000000;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store .product-details-popup {
    display: block !important;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store .product-details-popup h1 {
    font-size: 1.5rem;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store .product-details-popup h1:before {
    background: url("../images/view-store.png") no-repeat;
    background-size: 20px 13px;
    content: "";
    width: 20px;
    height: 13px;
    position: absolute;
    left: 8px;
    top: 10px;
  }
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store:hover,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store:active,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store:visited,
  .page-layout-1column .block.widget .products-grid .product-item.first-item .product-item-info .view-in-store:focus {
    color: #000000;
  }
  .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;
  }
  .cms-index-index .widget.block .pagebuilder-slider .pagebuilder-slide-wrapper[data-background-type='image'] {
    height: 600px !important;
  }
}
@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;
  }
}
