.payment_methods_icon {
    height: 15px;
    width: 15px;
    margin-left: 6px;
    transform: rotate(180deg);
}

.product:after {
    display: none;
}

/* MagicZoom - BEGIN */
.mz-hint {
    top: 8px;
    bottom: auto;
}

/* MagicZoom - END */

/* Checkout, 14-days - BEGIN */
.money_back_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
    height: 52px;
}

.money_back_text {
    font-weight: bold;
    font-size: 14px;
}

.money_back_icon {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 12px;
}

@media screen and (max-width: 767px) {
    .money_back_wrapper {
        justify-content: center;
        padding: 16px 16px 0px;
        margin-top: 9px;
    }

    .money_back_text {
        font-size: 16px;
    }

    .order_side_wrapper:not(.money_back_wrapper) {
        border-bottom: 1px solid rgba(53, 0, 190, 0.1);
        border-radius: 0px;
    }
}

/* Checkout, 14-days - END */

.shield__footers_inactive {
    display: none;
}

.solo_product .product_preview {
    padding: 0 20px;
}

.main {
    background-color: #fff !important;
}

.viewed_products .btn .text,
.similar-products .product_action .btn .text {
    color: #000000 !important;
}

@media only screen and (max-width: 762px) {
    .shield__footers_module_block__wrapper__row {
        flex-direction: column;
    }

    .shield__footers_module_block__wrapper__btn {
        margin-right: 22px;
    }
}

@media screen and (max-width: 991px) {
    .shield__footers_module_block__wrapper__row .shield__footers_module_block__wrapper__row {
        flex-wrap: wrap;
    }

    .shield__footers_module_block__wrapper__row .shield__footers_module_block__wrapper__row .shield__footers_module_block__wrapper__col-3 {
        width: 50%;
        padding-right: 8px;
    }
}

@media screen and (max-width: 767px) {
    .shield__footers_module_block__wrapper__top {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding-left: 16px;
    }
}

.shield__footers_module_block__wrapper__row span a, .shield__footers_module_block__wrapper__row li, .shield__footers_module_block__wrapper__row li a {
    color: #000;
}

.shield__footers_module_block__wrapper button {
    color: #000;
}

.shield__footers_module_block__wrapper button:hover {
    color: #9e9e9e;
}

.trade_in_error_place {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(235, 0, 27, .05);
    border: 1px solid #eb001b;
    padding: 16px;
    font-size: 14px;
    margin-bottom: 5px;
}

.trade_in_error_place:empty {
    display: none;
}

.form_error_place {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(235, 0, 27, .05);
    border: 1px solid #eb001b;
    padding: 16px;
    font-size: 14px;
    margin-bottom: 5px;
}

.form_error_place:empty {
    display: none;
}

.trade_in_calculator_actions_item_desc .link {
    font-size: inherit;
    line-height: inherit;
}

.link_like {
    cursor: pointer;
}

.modal.cart_modal_custom .modal_wrap {
    overflow: auto;
}

/* Trade In - BEGIN */
#trade_in_modal .modal_container .button-start-over {
    display: none;
}

.trade_in_calculator_final_icon_failed {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 26px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(../img/icons/i_sad_man.svg);
}

.trade_in_calculator_final.failed {
    text-align: center;
}

.trade_in_calculator_final.failed .trade_in_calculator_final_info {
    margin-bottom: 0px;
}

.trade_in_calculator_final.failed .trade_in_calculator_again {
    margin-top: 40px;
}

.trade_in_calculator_final.success .trade_in_calculator_again {
    display: none;
}

/* Trade In - END */
.filter_btn_mobile {
    display: none !important;
}

.order_thanks_form_delivery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d3dce9;
    border-bottom: 1px solid #d3dce9;
    padding: 16px 0;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
}

.order_thanks_form_delivery .order_thanks_form_delivery_title {
    color: #808d9a;
}

.order_thanks_form_delivery .order_thanks_form_delivery_val {
    flex-shrink: 0;
    margin-left: 16px;
}

@media screen and (max-width: 1023px) {
    .filter_btn_mobile {
        display: flex !important;
    }

    .modal #cart_modal .set_list .marks {
        /*overflow: auto !important;*/
        /*flex-wrap: nowrap;*/
    }
}

.product_mark {
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product_mark_picture {
    position: relative;
}

.product_mark_item {
    margin-right: 8px;
    position: relative;
}

.product_mark_text {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 200px;
    left: 0;
    top: calc(100% + 6px);
    z-index: 20;
    line-height: 20px;
    color: #808d9a;
    text-align: left;
    padding: 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 200;
}

.product_mark_text:before {
    content: "";
    top: -6px;
    left: 12px;
    z-index: 21;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid #fff;
    border-top: 6px solid #fff;
}

.product_mark_text:after {
    content: "";
    top: -18px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
}

.product_mark_text .link {
    font-size: 14px;
}

.product_mark_item:hover .product_mark_text {
    display: block;
}

.shield__footers_module_block__wrapper__card
.shield__footers_module_block__wrapper__card-body
.shield__footers_module_block__wrapper__row a {
    color: #808d9a;
}

.one_product .seo_block {
    padding-top: 0px;
    padding-bottom: 80px;
}

.one_product .seo_block p:not(:last-child) {
    margin-bottom: 24px;
}

.one_product .seo_block p {
    font-size: 16px;
    line-height: 24px;
    color: #808d9a;
}

.one_product .seo_block p a {
    color: #297bf6;
}

.order_block_head_item_value {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.order_block_status {
    color: #FFF;
    height: 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    min-width: 113px;
    padding: 2px 8px;
    align-items: center;
    margin-right: 24px;
    border-radius: 2px;
    display: inline-flex;
    justify-content: center;
    background-color: #039BE5;
}

.order_block_status.done {
    background-color: #25AE60;
}

.order_block_status.canceled {
    background-color: #808D9A;
}

.order_block_title {

}

.order_block_cont {
    flex-wrap: wrap;
}

.order_block_board {
    width: calc(100% - 318px - 24px);
}

.order_block_cancel {
    width: 100%;
    padding: 16px;
}

.order_canceling {
    min-height: 40px;
    color: #EB001B;
}

.order_canceling_form {
    min-width: 340px;
}

.order_canceling_form .btn {
    width: calc(50% - 8px);
}

.order_canceling_text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.order_canceling_actions {
    display: flex;
    justify-content: space-between;
}

.info_message {
    padding-top: 20px;
}

@media screen and (max-width: 1023px) {
    .order_block_cont {
        display: flex;
        justify-content: space-between;
    }

    .order_block_cancel {
        padding: 16px;
    }

    .order_block_board {
        width: calc(50% - 12px);
    }

    .order_block_side {
        width: calc(50% - 12px);
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .product_mark_text {
        max-width: 190px;
    }

    .order_block_cont {
        display: block;
    }

    .order_block_title {
        width: 100%;
    }

    .order_block_status {
        order: 1;
        margin-top: 4px;
    }

    .order_block_board {
        width: 100%;
        border: none;
    }

    .order_block_side {
        width: 100%;
        border: none;
        margin: 16px 0 0 0;
    }

    .order_block_cancel {
        padding: 16px 16px 0 16px;
    }

    .order_canceling {
        width: 100%;
    }

    .order_canceling_form {
        min-width: initial;
    }

    .one_product .seo_block {
        padding-top: 0;
    }

    .one_product .seo_block p:not(:last-child) {
        margin-bottom: 16px;
    }

    .one_product .seo_block p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 460px) {
    .product_mark_text {
        font-size: 12px;
        max-width: 136px;
    }
}

.tippy-box {
    min-width: 240px;
    width: auto;
    max-width: 360px;
}

.product_mark {
    z-index: 13;
}

.product_mark_picture {
    position: relative;
}

.product_mark_item {
    position: relative;
}

.product_mark_text {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 200px;
    left: 0;
    top: calc(100% + 6px);
    z-index: 20;
    line-height: 20px;
    color: #808d9a;
    text-align: left;
    padding: 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 200;
}

.product_mark_text:before {
    content: "";
    top: -6px;
    left: 12px;
    z-index: 21;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid #fff;
    border-top: 6px solid #fff;
}

.product_mark_text:after {
    content: "";
    top: -18px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
}

.product_mark_text .link {
    font-size: 14px;
}

.product_mark_item:hover .product_mark_text {
    display: block;
}

.shield__footers_module_block__wrapper__card
.shield__footers_module_block__wrapper__card-body
.shield__footers_module_block__wrapper__row a {
    color: #808d9a;
}

.subscribe_notofy {
    width: 150px;
    display: flex;
    margin-left: 36px;
    margin-top: -42px;
}

.bubble-button {
    display: none;
    position: fixed;
    left: -250px;
    bottom: 50px;
    z-index: 99999;
}

.state_filter_part {
    display: none;
}

.share_page_description a {
    color: #297bf6;
}

.form_item_checkbox.disabled {
    display: none;
}

.product-page .info__info {
	position: unset !important;
}

@media screen and (max-width: 768px) {
     .modal.product_modal_custom .product_modal .modal_head {
	padding: 20px 20px 20px;
     }

     .info__content .info__info {
      /* display: block; */
      padding: 0;
    }

    .info__content .info__sales-timer,
    .info__content .info__specs,
    .info__content .info__condition,
    .info__content .info__links {
      margin-left: 0;
      margin-right: 0;
    }

    .product_mark_text {
        max-width: 190px;
    }

    .subscribe_notofy {
        width: 150px;
        display: flex;
        margin-left: 0px;
        margin-top: -37px;
        right: -186px;
        position: relative;
    }

    .bubble-button {
        display: none;
        z-index: 9999;
        bottom: 15px;
    }

}

@media screen and (max-width: 460px) {
    .product_mark_text {
        font-size: 12px;
        max-width: 136px;
    }
}

/* Binotel Get Call - BEGIN */
body #bingc-passive div.bingc-passive-overlay {
    background: #121212 !important;
}

/* Binotel Get Call - END */

/* .best_products .slick-list {
    width: 100%;
} */

@media screen and (min-width: 1300px) {
  .best_products .slick-list {
      width: 100%;
  }
}

@media screen and (min-width: 1300px) {
  .best_products .slick-list {
      width: 100%;
  }

  .best_products .slick-slide {
    margin-right: 0 !important;
  }

  .best_products .slick-slide>div {
    margin-left: 24px !important;
  }

  .best_products .slick-slide:first-child>div {
    margin-left: 0px !important;
  }
}

/* Tippy - extend tooltip content */
.custom_tippy_close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(../img/icons/i_close_modal.svg);
}

.custom_tippy_close:hover {
    transform: scale(1.25);
}

div[data-tippy-root].np-ease-return .tippy-box {
    max-width: 360px !important;
    padding: 24px;
    font-size: 14px;
    line-height: 18px;
}

div[data-tippy-root].np-ease-return .tippy-box p {
    margin-bottom: 6px;
}

div[data-tippy-root].np-ease-return .tippy-box ol {
    list-style-position: outside;
    list-style-type: decimal;
    padding-left: 20px;
}

div[data-tippy-root].np-ease-return .tippy-box ol li {
    /**/
}

@media screen and (max-width: 767px) {
    div[data-tippy-root].np-ease-return .tippy-box {
        max-width: 288px !important;
        padding: 30px 16px 16px;
    }

    .custom_tippy_close {
        top: -20px;
        right: -6px;
    }

    #bwc-wrap {
        z-index: 100;
    }

    .meaningful.hide .meaningful__content {
        opacity: 0;
        max-height: 0;
        -webkit-transition: max-height .3s ease-out;
        -o-transition: max-height .3s ease-out;
        transition: max-height .3s ease-out;
    }

}
