@media only screen and (max-width: 479px) {
    .minicart-wrapper .block.block-minicart {
        width: 320px;
    }
}
.grecaptcha-badge {
    visibility: hidden;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: red;
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: red;

}
.sidebar.sidebar-additional .block.block-reorder {
    display: none;
}
.table-wrapper.orders-history {
    border-top: none;
}
#confirmBox.am-center .arrow-matrix {
    display: none;
}
#confirmBox.am-center #messageBox > .text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
@media screen and (max-width: 400px) {
    #confirmBox.am-center #messageBox > .text {
        padding-right: 45px;
        font-size: 15px;
    }
}
#confirmBox.am-center #messageBox > a {
    color: #292929;
    font-weight: normal;
    font-size: 22px;
}
div.filter .filter-current-subtitle:after {
    content: '' !important;
}
.customer-account-create fieldset.create.info
{
    margin-bottom: 28px;
}
.page-product-configurable .product-options-bottom {
    margin-top: -40px;
}
#messageBox .product-options-bottom {
    display: none;
}
.page-header .nav-sections-item-content.custom {
    display: none;
}
.cart.table-wrapper .product-item-name {
    min-height: 0;
}
.cart.table-wrapper .cart.item {
    border-top: none;
}
.sku.product-item-name {
    color: #636363;
}
.cms-page-view main.maincontent {
    margin-top: 25px;
}
.cms-page-view.page-layout-2columns-left .page-wrapper > div.breadcrumbs {
    display: none;
}
.cms-page-view.page-layout-1column #maincontent {
    padding-bottom: 0;
    margin-top: -30px;
}

.cms-page-view a {
    color: #00984a;
}
.opc-block-summary .minicart-items-wrapper {
    max-height: none;
}
.checkout-index-index.page-layout-checkout .authentication-dropdown {
    border: none;
}
.checkout-index-index .billing-address-details {
    display: none;
}

.checkout-index-index .checkout-billing-address input[name='street[1]'] {
    display: none;
}
body button:hover {
    background-color: #850505;
    color: #fff;
}
#checkout-payment-method-load .action-update {
    color: #292929;
    margin-top: 8px;
}
#checkout-payment-method-load .action-update:hover {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .footer-middle .block .block-title {
        margin-bottom: 15px;
    }

    .cms-page-view.page-layout-1column #maincontent {
        margin-top: 10px;
    }

    .cart-summary .checkout-methods-items {
        margin-top: -10px;
    }
    .cart.table-wrapper .col.qty:before {
        padding-left: 10px;
    }
    .checkout-cart-index .column.main {
        padding-bottom: 10px;
    }
    .cart.table-wrapper .actions{
       vertical-align: middle;
    }
    .products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
        display: none;
    }
    header.page-header .nav-sections-item-content.custom {
        color: #292929;
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
        display: block;
    }
    .block.filter.active > div.block-title.filter-title > strong > b {
        display: none;
    }
    .block.filter > div.block-title.filter-title > strong > b {
        display: inline;
    }

    .filter-options-content .am-show-more {
        font-size: 15px;
        font-weight: bold;
        margin-top: 15px;
        display: inline-block !important;
    }
}

@media screen and (min-width: 768px) {
    .page-layout-2columns-left div.sidebar-main {
        margin-top: 7px;
    }

    div.filter-options-content ol.items {
        margin: 0;
    }
}
#maincontent .columns .filter-options-content a,
#maincontent .columns .filter-options-content a .count,
.amshopby-slider-container .amshopby-slider-display {
    color: #292929 !important;
    text-decoration: none;
}

.amshopby-slider-container .amshopby-slider-display {
    margin-top: 6px;
}

a[data-am-js="filter-item-default"] input {
    display: none;
}
.product-info-main .product.sku .type {
    margin-right: 0;
}
.toolbar.toolbar-products:not(:first-child) {
    display: none !important;
}
#amasty-gallery-images .slick-prev, #amasty-gallery-images .slick-next {
    display: none !important;
}
.footer-middle .col-sm-3 .block-content p {
    line-height: 1;
    margin: 0;
}
.footer-middle .col-sm-3 .block-content p:not(:last-child) {
    padding-bottom: 12px;
}
.toolbar .toolbar-amount {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    color: #292929;
}
.minicart-items .product-item {
    padding: 5px 0;
}

.filter-options-content .am-show-more:hover {
    cursor: pointer;
}
.am_shopby_link_selected {
    text-decoration: underline;
}
.footer-middle {
    padding: 10px 0;
}
.footer-middle .block .block-title strong {
    font-weight: bold;
    font-size: 17px;
}

@media screen and (max-width: 767px) {
    .header.links .item.compare.link {
        display: none !important;
    }
    .footer-middle .block .block-title strong {
        font-size: 18px;
    }
    .header.links .customer-welcome {
        visibility: hidden;
    }
}

.footer-middle .block.newsletter .action.subscribe {
    height: 40px;
    border-radius: 2px;
    background-color: #818181;
    width: 100%;
}
.footer-middle #footer_newsletter {
    height: 40px;
    border-radius: 0;
    background-color: #fafafa;
    border: 1px solid #979797;
    width: 100%;
    box-shadow: none;
}

.footer-middle #newsletter-validate-detail > p {
    width: 100%;
}

.footer-middle #footer_newsletter::placeholder {
    font-style: italic;
}
#confirmBox #messageBox {
    max-width: 600px;
    min-width: 320px;
    width: auto;
    margin-top: 16px;
    font-size: 20px;
}
#confirmBox #messageBox .hidden-tier-price{
   margin: 20px auto -40px;
}
#confirmBox #messageBox .product-info-main .product-add-form {
    width: calc(100% - 50px);
}
.product-item-photo>a:not(.weltpixel-quickview):before {
    content: none;
}
.checkout-index-index .additional-options .admin__control-textarea{
    border-radius: 4px;
    height: 70px;
}
@media screen and (min-width: 768px) {
    .checkout-index-index .additional-options {
        margin: 0;
        padding: 15px 30px 20px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        background: #fafafa;

    }

    .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
        top: -6px !important;
        right: -46px !important;
        line-height: 20px;
        height: 20px;
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column:last-child  div.additional-options{
        padding: 15px 30px 20px;
    }
    .checkout-index-index .additional-options .admin__control-textarea{
        margin-top: 20px;
        border-radius: 4px;
        height: 70px;
    }

    html body.cms-index-index .page-wrapper main.page-main {
        padding: 15px 0 0;
    }

    h1.page-title {
        text-decoration: underline;
        height: 24px;
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
    }

    .page-header .navigation .submenu li {
        margin-bottom: 8px !important;
    }
    .cart.table-wrapper .col.qty {
        min-width: 115px;
    }
    .cart.table-wrapper .product-image-container {
        border: none;
    }

    .cart.table-wrapper .product-item-name {
        margin-top: 0;
    }
    .cart-container .form-cart {
        margin-bottom: 40px;
    }
    .cart.item td span {
        font-size: 15px;
    }
    .cart-container input#coupon_code::placeholder {
        color: #4A4A4A;
    }

    .cart-discount #block-shipping.block > .title {
        display: none;
    }

    #block-shipping .legend {
        text-transform: initial;
    }

    .swatch-attribute.color .matrix_thead {
        background: #fff;
    }

    .swatch-attribute.color .matrix_thead th {
        color: #292929;
    }

    .swatch-attribute.color .swatch-option.text {
        border: 0;
        background: 0;
        line-height: 30px;
        color: #292929;
    }

    .product-info-main .product-add-form {
        width: 640px;
    }

    #confirmBox {
        min-height: fit-content;
    }

    .swatch-attribute.color .matrxix-table > tbody > tr > td {
        padding: 0;
        height: 40px;
        line-height: 40px;
        color: #292929;
    }

    .swatch-attribute.color .matrxix-table th:first-child {
        width: 40%;
    }

    .swatch-attribute-options .matrxix-table .arrow-matrix {
        font-size: 18px;
        font-weight: bold;
    }
    .filter-options-content .am-show-more {
        font-size: 15px;
        font-weight: bold;
        margin-top: -1px;
        display: inline-block !important;
    }

    .filter-options-content .am-show-more[data-is-hide="false"] {
        margin-top: 10px;
    }
}

.swatch-attribute .matrix_thead{
    background: none;
}
.matrxix-table > thead > tr > th{
    border-bottom: none;
}
.swatch-attribute .swatch-option.text{
    outline: none;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    margin-bottom: 0;
    background: none;
    border: none;
    text-align: left;
    color: #292929;
    min-width: 100px;
    padding-left: 0;
}
.footer * {
    color: #292929 !important;
    background-color: #fafafa;
    padding-bottom: 0;
}
.footer .footer-images {
    margin: 30px 0 20px;
}
.footer .footer-bottom .container {
    width: 100%;
    padding: 0;
}
.checkout-index-index .col-price a {
    color: #00984a;
}
.checkout-index-index .table-checkout-shipping-method td {
    max-width: 290px;

}
@media screen and (max-width: 767px) {
    #confirmBox #messageBox .product-options-wrapper *{
        font-size: 12px !important;
    }
    #confirmBox #messageBox .product-info-main .added-item {
        font-size: 20px;
    }
    .searchautocomplete__autocomplete._active{
        max-height: calc(100vh - 160px);
    }
    .toolbar .toolbar-amount {
        float: unset;
        margin-top: 60px;
        text-align: center;
    }
    .navigation li.level0 > a.ui-state-active, .navigation li.level0 > a.ui-state-active + div.submenu {
        background: #fff;
    }

    .sections.nav-sections .navigation .level0 > a.ui-state-active {
        padding-right: 0;
        color: #00984a;
        text-align: center;
        font-weight: bold;
    }

    nav.navigation li.level0 .ui-menu-item > a:before {
        display: none;
    }

    .nav-open div.page-wrapper {
        position: static;
    }

    .footer .row .col-sm-3:last-child {
      margin-top: 21px;
    }

    .footer .block .block-title:nth-child(4) {
        margin-top: 8px;
    }
}

.checkout-index-index #checkout.am-checkout {
    background: none;
    margin-top: 0;
    padding: 0;
}

.checkout-index-index .checkout-block:hover,
.checkout-index-index .checkout-block {
    padding: 0;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .checkout-index-index .checkout-block {
        margin: 0 -15px;
    }
    .filter-actions {
        margin-top: 4px;
    }
}

.checkout-index-index .checkout-column:first-child .checkout-block {
    padding: 0;
    margin: 0;
}

.checkout-index-index #maincontent {
    padding: 0;
}

.checkout-index-index .opc-wrapper .form-login {
    border: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .checkout-index-index .opc-wrapper .form-login {
        margin: 0;
        background: none;
    }

    .checkout-index-index .opc-wrapper .methods-shipping {
        background: none;
        border: 0;
        padding: 0;
        margin: 0;
    }

    .footer .block-content {
        font-size: 16px;
    }
}

.checkout-index-index .authentication-wrapper > span{
    font-size: 18px;
    margin-right: 20px;
}
.checkout-index-index .authentication-wrapper {
    margin-top: 35px !important;
}
#checkout .control .field-tooltip {
    display:none;
}

.checkout-index-index .opc-wrapper .step-title, .opc-block-summary > .title {
    border-bottom: none;
    color: black;
    font-weight: 600;
    border-bottom: 3px double #292929;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 35px;
}

@media screen and (min-width: 768px){
    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column:first-child {
        width: 448px;
     }

    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column:nth-child(2) {
        max-width: 375px;
        margin-left: 20px;
    }
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column:nth-child(2) .checkout-block {
    margin-bottom: 0;
    margin-top: 0;
}


@media screen and (min-width: 768px) {
    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column:last-child {
        width: 476px;
    }
}

.checkout-index-index .checkout-payment-method .payment-method-title {
    border: 0;
}

.checkout-index-index .additional-options label, .checkout-index-index label>span, .checkout-index-index .label>span {
    font-size: 16px;
    color: #292929;
}

.checkout-index-index .stripe-payment span {
    padding-left: 0;
}

.checkout-index-index .opc-wrapper .form-login .fieldset .note {
    font-size: 14px;
    color: #9b9b9b;
}

.checkout-index-index .opc-wrapper .form-shipping-address {
    margin-top: 0;
    background: none;
}

@media screen and (max-width: 767px) {
    .checkout-index-index .opc-wrapper .form-shipping-address {
        padding-top: 0;
    }
}

.checkout-index-index .table-checkout-shipping-method {
    font-size: 16px;
}

.checkout-index-index .table-checkout-shipping-method tbody .col-price {
    font-weight: normal;
}

.checkout-index-index .table-checkout-shipping-method tbody tr:first-child td {
    padding-top: 0;
    padding-bottom: 0;
}
#checkout-shipping-method-load .col-price {
    padding-left: 0;
}

.checkout-index-index .authentication-wrapper button.action-auth-toggle {
    display: inline-block;
    background-color: #00984A;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    width: 178px;
    height: 40px;
    border-radius: 2px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
  .checkout-index-index .authentication-wrapper button.action-auth-toggle {
    background: none;
    color: #292929;
    text-transform: none;
    text-decoration: underline;
    text-align: right;
  }
    .checkout-index-index .authentication-wrapper {
        max-width: 55%;
    }
    .checkout-index-index .authentication-wrapper > span {
        margin-right: 0;
        font-size: 14px;
    }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column:nth-child(2) .checkout-block,
  .checkout-index-index .checkout-payment-method .payment-methods {
      margin: 0;
      font-size: 16px;
  }
}

.opc-wrapper .step-title {
    color: black;
}

.opc-wrapper .form-login .fieldset .field .label, .opc-wrapper .form-shipping-address .fieldset .field .label {
    color: black;
    margin-bottom: 4px;
}

.fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after {
    color: black;
}

textarea, select, input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    border-radius: 2px;
}

.checkout-index-index div.checkout-header {
    width: 480px;
    float: left;
    padding: 0;
}

@media screen and (max-width: 767px) {
  .checkout-index-index div.checkout-header {
    float: unset;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    background: white;
  }

  .checkout-index-index div.checkout-header .action.nav-toggle {
        display: none;
  }

  .nav-open span.nav-toggle:after {
      background-color: unset;
  }

  span.nav-toggle {
     line-height: 71px;
      padding-right: 21px;
      margin-right: 0;
  }

  .checkout-index-index a.logo {
    display: flex;
    align-items: center;
    margin: 15px -2px;
  }

  .checkout-index-index .opc-estimated-wrapper {
    margin: 0;
    padding: 14px 15px;
    display: flex;
    border: 0;
  }

  .checkout-index-index .authentication-wrapper button.action-auth-toggle {
    background: none;
    color: #292929;
    width: 100%;
    text-transform: none;
    text-decoration: underline;
      height: auto;
  }

  .checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-price {
      color: #00984A;
  }
}

.checkout-index-index .authentication-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .checkout-index-index .authentication-wrapper {
        position: absolute;
        right: 0;
        margin-right: 15px;
        margin-top: 19px !important;
        height: unset;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        line-height: unset;
    }

    .checkout-index-index .authentication-wrapper .block-title{
        margin-bottom: 15px;
        font-size: 20px;
    }

    .checkout-index-index div.opc-wrapper.am-opc-wrapper {
        padding: 25px 15px 15px;
    }
}

.checkout-index-index #checkout select {
    height: 40px;
}

@media screen and (min-width: 768px) {
    .checkout-index-index .checkout-locker {
        display: none;
    }
}

.checkout-index-index .checkout-locker {
    background: url(../images/locker.png) no-repeat 3px center;
    width: 30px;
    background-size: contain;
}


.checkout-index-index .opc-block-summary {
    background: #fafafa;
    border-radius: 0;
    border: none;
    padding: 11px 0 150px;
    margin: -19px 0 0;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .checkout-index-index .opc-block-summary {
        margin: 20px 0 0;
    }

    .checkout-index-index .checkout-payment-method .payment-option {
        margin: 0;
    }
}

.checkout-index-index .field .control._with-tooltip input {
    width: 100%;
    margin-right: 0;
}

.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .mark,
.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .amount {
    border: 0;
}

.checkout-index-index .data.table.table-totals .mark,
.checkout-index-index .column.main .opc-block-summary .product-item {
    padding-left: 30px;
    border-color: #e5e5e5;
}

@media screen and (max-width: 767px) {
    .checkout-index-index .data.table.table-totals .mark,
    .checkout-index-index .column.main .opc-block-summary .product-item {
        padding-left: 15px;
    }
}

.checkout-index-index .data.table.table-totals .amount {
    padding-right: 15px;
    border-color: #e5e5e5;
}

.checkout-index-index .data.table.table-totals .totals-tax-summary .amount {
    padding-right: 12px;
    padding-bottom: 13px;
}

.checkout-block.-summary .title,
.checkout-block.-summary .step-title {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
}

.checkout-index-index .opc-block-summary .grand.incl + .grand.excl .amount {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .checkout-block.-summary .title {
     margin: 15px;
    }
}

.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary {
    padding: 0;
    width: 100%;
    max-width: 416px;
    height: 40px;
    float: none;
    border-radius: 2px;
    margin: 30px auto 40px;
    display: block;
}

@media screen and (max-width: 767px) {
    .checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary {
        margin: 10px auto 0;
    }
}

.checkout-index-index .payment-method .payment-method-title.field.choice > input[type="radio"],
.checkout-index-index .payment-method._active .payment-method-title.field.choice > input[type="radio"] {
    display: none;
}

.checkout-index-index .payment-method._active .payment-method-title.field.choice label:before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    font-size: 14px;
    padding: 2px;
    border: 2px solid #CFCFCF;
    border-radius: 50%;
    color: #00984A;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.checkout-index-index .payment-method .payment-method-title.field.choice label:before {
    content: "\f1db";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 21px;
    height: 21px;
    margin-right: 9px;
    font-size: 22px;
    color: #CFCFCF;
}

.checkout-index-index .grand.incl strong span {
    color: #00984A;
}

.footer-images {
    text-align: center;
}

.footer-images img {
    height: 45px;
}

.cart-container .form-cart .actions.main .continue:before {
    padding-right: 10px;
    content: '\f806';
    font-family: 'porto-icons';
}

.cart-container .form-cart .actions.main .action.update {
    margin-top: -7px;
    padding: 0;
    border: 0;
    color: #292929;
}

.cart-container .form-cart .actions.main .continue {
    float: left;
    display: initial;
}

.cart-container .form-cart .actions.main {
    text-align: right;
}

@media screen and (max-width: 767px){
    .cart-container .form-cart .actions.main {
        padding: 0 10px;
    }
}

div.amscroll-load-button + .toolbar {
    display: none;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.checkout-payment-method .payment-methods .actions-toolbar .primary{
    text-transform: uppercase;
}
@media screen and (max-width: 380px) {
    .payment-method .stripe-payment label img {
        width: 38px;
    }
}

.block-viewed-products-grid .actions-primary {
    margin: 9px -9px 0 -10px;
}

.orders-recent .table > thead > tr > th {
    border-bottom: 0;
}
.checkout-cart-index .input-text.qty {
    padding: 10px 2px;
}
.footer-middle input#footer_newsletter[type="email"]::-webkit-input-placeholder {
    color: #979797;
}

.checkout-index-index .billing-address-same-as-shipping-block {
    position: relative;
}

.checkout-index-index .billing-address-same-as-shipping-block [type="checkbox"] {
    width: 0;
    height: 0;
    position: absolute;
    padding: 0;
    margin: 0;
}

.checkout-index-index label[for="billing-address-same-as-shipping-shared"] {
    position: relative;
    padding-left: 20px;
}

.checkout-index-index label[for="billing-address-same-as-shipping-shared"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #777;
    position: absolute;
    left: 0;
    top: -3px;
}

.checkout-index-index .billing-address-same-as-shipping-block [type="checkbox"]:checked + label:before {
    background: #00984A;
    border: 0;
}

.checkout-index-index .billing-address-same-as-shipping-block [type="checkbox"]:checked + label:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 8px;
    position: absolute;
    left: 0;
    top: -3px;
    content: '';
    color: #fff;
    font-size: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L5.08984 8L11 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.checkout-index-index .opc-block-summary .minicart-items .delete {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 10px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
    right: 15px;
    bottom: 10px;
    z-index: 1;
}

.checkout-index-index .block.items-in-cart .product-item [data-role="product-attributes"] .action.checkout {
    position: relative;
    z-index: 11;
    margin: 0;
}
.fancybox-show-nav .fancybox-arrow { background: none; border: 0 none; }
