@import url('https://fonts.googleapis.com/css?family=Ropa+Sans&display=swap');

.popup-info {
    background: #F88900;
}

#shopping_cart .cart-item .price_all .price,
#shopping_cart .cart-item .price {
    padding-top: 0;
    vertical-align: middle;
    color: #575757;
    font-size: 18px;
    height: unset;
}

#shopping_cart .cart-item .price_all .price {
    color: #F88900;
}

#shopping_cart .cart-item {
    background-color: #fff;
    float: unset;
    border: 1px solid #E5E5E5 !important;
    margin-bottom: 10px;
    padding: 15px;
}

#shopping_cart .cart-item:last-of-type {
    margin-bottom: 30px;
}

#shopping_cart .cart-item input[type="text"] {
    color: #575757;
    font-size: 18px;
    border: 1px solid #e5e5e5;
}

/* .cart-item__details-netto, .cart-item__details-netto-value, .cart-item__details-tax-value { */

#shopping_cart .cart-item .product-name .product_name {
    margin-bottom: 5px;
}

#shopping_cart .item_del {
    margin-top: 0;
    margin-right: 10px;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    margin-top: 0;
    right: 0;
}

.cart-item__details-netto,
.cart-item__details-netto-value,
.cart-item__details-tax-value {
    font-size: 18px;
}

.cart-item__details-netto,
.count,
.cart-item__details-netto-value,
.cart-item__details-tax-value,
.price_all,
.price-all-100 {
    position: relative;
}

.container-newsletter {
    background: url(/img/envelope.svg) no-repeat;
    background-color: #f3f3f3;
    background-position-y: 30px;
    padding-top: 30px;
}

.container-newsletter h3 {
    color: #000;
    text-transform: none;
}

.container-newsletter h3 span {
    color: #F88900;
}

.container-newsletter .newsletter-form:before {
    display: none;
}

.container-newsletter .newsletter-form {
    border-radius: 0;
    border: none;
}

.container-newsletter .newsletter__label {
    font-size: 10px;
    display: block;
    color: #8f8f8f;
}

.newsletter__input:hover,
.newsletter__input:active,
.newsletter__input:focus,
.newsletter__input:focus:active {
    border: 1px solid #8f8f8f;
}

.container-newsletter .show_more2 {
    font-weight: bold;
}

.container-newsletter .show_more2 a {
    color: #F88900;
}

.container-newsletter .newsletter__checkbox {
    float: none;
    margin-top: 10px;
    display: block;
}

.container-newsletter .newsletter__input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8f8f8f;
    opacity: 1;
    /* Firefox */
}

.container-newsletter .newsletter__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8f8f8f;
}

.container-newsletter .newsletter__input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8f8f8f;
}

.container-newsletter .newsletter__input {
    display: inline-block;
    border: 1px solid #8f8f8f;
    font-size: 16px;
    padding: 10px 15px;
    margin-left: 0;
    margin-top: 0;
    min-width: 293px;
    margin-right: 5px;
}

.container-newsletter .newsletter-form .btn {
    border-radius: 0;
    background-color: #F88900;
    display: inline-block;
    float: none;
    padding: 9px 45px;
}

#shopping_cart .cart-item .price {
    height: unset;
}

#shopping_cart .price_all {
    display: block;
    height: unset;
}

.cart-item__value-name {
    position: absolute;
    top: -75px;
    font-size: 18px;
    line-height: 17px;
}

.cart-item__value-quantity {
    left: 35px;
    top: -70px;
}

.delivery_option,
.payment_option {
    display: block;
    background-color: #f2f2f2;
    padding: 25px 30px;
    margin-bottom: 10px;
}

.delivery_and_payments-form__btn,
.summary-btns,
.delivery_and_payments-form__btns {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* KROK 4 */

#order_step4 .count .moreless {
    display: none;
}

#order_step4 .count .count_input {
    border: none;
}

#order_step4 .products-in-basket .item_del {
    display: none;
}

#order_step4 .summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

#order_step4 .summary .title_small_order {
    font-size: 20px;
    line-height: 22px;
    color: #F88900;
    text-transform: inherit;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding-bottom: 20px;
}

#order_step4 .summary .shopping_cart_summary {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

#order_step4 .summary .shopping_cart_summary .group {
    color: #000;
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 5px;
}

@media (max-width: 480px) {
    #order_step4 .summary {
        grid-template-columns: 1fr;
    }
}

.border-title {
    font-size: 20px;
    line-height: 22px;
    color: black;
    padding: 0 20px;
}

* {
    font-family: 'Ropa Sans', sans-serif;
    font-weight: unset;
}

.logged-in__account-options {
    top: 35px;
    left: 75%;
    transform: translateX(-100%);
}

.checkator_source:checked+.checkator_element::after {
    background-color: unset;
    content: url(../../../img/cms_ux/breck/checked.svg);
    top: 0;
    left: -1px;
    bottom: unset;
    right: unset;
}

.checkator_source:checked+.checkator_element.checkbox {
    border: 1px solid #F88900;
}

.checkator_source:hover+.checkator_element {
    border: 1px solid #F88900;
}

a:hover {
    text-decoration: none;
}

#pagination {
    margin-bottom: 30px;
}

#pagination .btn.btn--pagination {
    min-width: auto;
}

.select-amount__btn-group button {
    background: none;
}

.header-template-2 .search-box__input {
    vertical-align: top;
    height: 32px;
    width: 0;
    padding: 0;
    margin-left: -10px;
    opacity: 0;
}

#search_phrase.active {
    padding-right: 30px;
    margin-left: 0;
    width: auto;
    visibility: visible;
    opacity: 1;
}

.btn {
    color: #FFFFFF;
    border: none;
    background: #F88900;
    text-transform: uppercase;
    font-size: 20px;
    overflow: hidden;
    transition: .6s;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    min-width: 200px;
}

.btn.btn--submit:hover,
.btn.btn-filter:hover,
.btn.btn--danger:hover {
    background-color: #fff;
    color: #f88900;
    border: 1px solid #f88900;
}

.one-product .btn__add-to-basket {
    min-width: auto;
}

.one-product .btn__add-to-basket:hover {
    background-color: #f88900;
}

.one-product .btn__add-to-basket::before,
.one-product .btn__add-to-basket::after {
    display: none;
}

.category_listing__list .one-product .btn__add-to-basket::before,
.category_listing__list .one-product .btn__add-to-basket::after {
    display: block;
}

.btn:hover {
    color: #f88900 !important;
    border: 1px solid #f88900;
}

.btn::before,
.btn::after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
}

.btn::after {
    background-color: #fff;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: .6s;
    transform-origin: top left;
    width: 0;
}

.btn:hover::after {
    height: 100%;
    width: 135%;
}

.btn.fb--register img {
    transition-delay: .1s;
}

.btn.fb--register:hover {
    color: #4469B0 !important;
    border: 1px solid #4469B0;
}

.btn.fb--register:hover img {
    filter: invert(58%) sepia(12%) saturate(4146%) hue-rotate(186deg) brightness(83%) contrast(75%);
}

.btn.back-btn:hover {
    color: #000 !important;
    border: 1px solid #000;
}

img.img-404 {
    width: unset;
    max-width: 73px;
}

.breadcrumb-box__link--current-page-no-link a,
.breadcrumb-box__link--current-page-no-link,
.span-orange {
    color: #F88900;
}

.breadcrumb-box__separate {
    font-size: 10px;
    margin: 0 10px;
}

.page404 .content404 {
    margin: 100px auto;
    margin-bottom: unset;
}

.decoration-top-left,
.decoration-top-right,
.decoration-bottom {
    position: relative;
    z-index: 1;
    width: auto;
}

.decoration-top-left::before,
.decoration-top-right::before,
.decoration-bottom::before {
    content: '';
    width: 100px;
    height: 100px;
    background-color: #F88900;
    position: absolute;
    z-index: -1;
}

.decoration-top-left::before {
    top: -15px;
    left: -15px;
}

.decoration-top-right::before {
    top: -15px;
    right: -15px;
}

.decoration-bottom::before {
    bottom: 15px;
    right: 0;
}

.back-btn {
    background-color: black;
}

@media (max-width: 992px) {

    .decoration-top-left,
    .decoration-top-right,
    .decoration-bottom {
        width: max-content;
    }
}

/* wyszukiwarka */

#parts-search-engine select {
    width: 175px;
}

.shop-category #parts-search-engine select,
.shop-product #parts-search-engine select {
    width: 100%;
}

.shop-category #parts-search-engine select option,
.shop-product #parts-search-engine select option,
#parts-search-engine select option {
    background-color: #000;
}

#parts-search-engine h2 {
    color: white;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}

.shop-category #parts-search-engine,
.shop_view #parts-search-engine {
    background-color: black;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.parts-search-engine__container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.parts-search-engine__container p {
    color: #F88900;
    font-size: 30px;
}

.parts-search-engine__container input[type=text] {
    background-color: unset;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    width: 380px;
    height: 59px;
    font-size: 20px;
    color: #FFFFFF;
}

.parts-search-engine__submit-button {
    padding: 14px;
    background-color: #F88900;
    border: none;
}

.parts-search-engine__submit-button svg {
    background-color: #F88900;
}

.shop-category .parts-search-engine__container form,
.shop_view .parts-search-engine__container form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 60px;
    grid-gap: 30px;
}

.parts-search-engine__container form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.custom-dropdown select {
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 25px;
    padding-right: 2.5em;
    border: 2px solid white;
    border-radius: 0;
    margin: 0;
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.custom-dropdown select::-ms-expand {
    display: none;
}

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown::after {
    /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
}

.custom-dropdown::before {
    /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}

.custom-dropdown::after {
    color: white;
}

.custom-dropdown select[disabled] {
    color: white;
}

@media (max-width: 1200px) {
    #parts-search-engine .parts-search-engine__container form {
        display: block;
    }

    #parts-search-engine .parts-search-engine__container form .custom-dropdown {
        display: block;
        margin-bottom: 20px;
    }

    #parts-search-engine .parts-search-engine__container form .custom-dropdown select {
        width: 100%;
        padding: 6px 25px;
    }

    #parts-search-engine .parts-search-engine__container p {
        text-align: center;
    }

    #parts-search-engine .parts-search-engine__container input[type=text] {
        width: 100%;
        margin-bottom: 40px;
    }

    #parts-search-engine .parts-search-engine__container .parts-search-engine__submit-button {
        width: 100%;
    }
}

/* PANEL KLIENTA */

#customer-account .your-account-tittle {
    font-size: 40px;
    line-height: 43px;
    color: black;
    font-weight: 400;
    text-transform: inherit;
}

.panel-box.panel-box__custom {
    margin: 30px 0;
    padding: 25px 15px;
}

.panel-box__custom .panel-button {
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 25px;
    transition: .3s;
    text-transform: inherit;
    color: #8e8e8e !important;
}

.panel-box__custom .panel-button--adress {
    background-color: #fff !important;
    color: #8e8e8e !important;
}

.panel-box__custom .panel-button--adress img {
    filter: brightness(1) invert(1);
}

.panel-box__custom .panel-button--delete-account img {
    filter: brightness(1) invert(0) grayscale(100%);
}

.panel-box__custom .panel-button:hover {
    color: #fff !important;
}

.panel-box__custom .panel-button::after {
    background-color: #f88900;
    left: -50%;
}

.panel-box__custom .panel-button:hover::after {
    width: 150%;
}

.panel-box__custom .panel-button img {
    transition: .3s;
}

.panel-box__custom .panel-button:hover img {
    filter: brightness(0) invert(1);
}

@media (max-width: 1200px) {
    .panel-box__custom .panel-button {
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .panel-box__custom .panel-button {
        width: 100%;
    }
}

/* PANEL KLIENTA > DANE KLIENTA */

.customer_account .customer-account-tittle {
    font-size: 40px;
    line-height: 43px;
    color: black;
    font-weight: 400;
    text-transform: inherit;
    margin-top: 0;
}

.customer_account .customer-account-input-wrapper label {
    font-size: 12px;
    line-height: 13px;
    float: none;
    color: #8f8f8f;
    font-weight: 300;
    padding-top: 0 !important;
}

.customer_account .customer-account-input-wrapper .form-control {
    width: 100%;
    height: 34px;
    float: none;
}

/* PANEL KLIENTA > HISTORIA TRANSAKCJI */

#orders_history .transaction-history-title {
    font-size: 40px;
    line-height: 43px;
    color: black;
    font-weight: 400;
    text-transform: inherit;
}

#orders_history .transactions {
    margin-bottom: 30px;
}

#orders_history .transactions-header__title {
    font-size: 18px;
    line-height: 13px;
    color: #4c4d4f;
    font-weight: 400;
}

#orders_history .transaction__value {
    font-size: 16px;
    line-height: 13px;
    color: #4c4d4f;
    font-weight: 400;
}

#orders_history .transaction__value .transaction_id-order {
    color: #f88900 !important;
}

#orders_history .btn-buy-agin {
    border: 1px solid #ddd;
    margin: 0;
    transition: .3s;
    text-transform: inherit;
    color: #8e8e8e !important;
    background-color: #fff;
}

#orders_history .btn-buy-agin:hover {
    border-color: #f88900 !important;
    background-color: #f88900 !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    #orders_history .transaction__value {
        margin-bottom: 10px;
    }
}

/* PANEL KLIENTA > ZMIEŃ HASŁO */

#customer_password_recover {
    margin-bottom: 50px;
}

#customer_password_recover .change-password-tittle {
    font-size: 40px;
    line-height: 43px;
    color: black;
    font-weight: 400;
    text-transform: inherit;
    margin-top: 0;
}

#customer_password_recover .customer-login-box {
    width: auto;
}

#customer_password_recover .form-group {
    margin-bottom: 0;
}

#customer_password_recover .customer-login-box label {
    color: #8F8F8F;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 0;
}

@media (max-width: 480px) {
    #customer_password_recover .password_recover-section-tittle {
        font-size: 26px;
        line-height: 28px;
    }

    #customer_password_recover .customer-login-box {
        width: 100%;
    }

    #customer_password_recover .btn--danger {
        width: 100%;
    }
}

/* PANEL KLIENTA > USUŃ KONTO */

#customer_password_recover .delete-account-tittle {
    font-size: 40px;
    line-height: 43px;
    color: #000;
    font-weight: 400;
    text-transform: inherit;
    margin-bottom: 0;
    margin-top: 0;
}

/* PANEL KLIENTA > HISTORIA TRANSAKCJI */

#complaints_history .complaint-history-tittle {
    font-size: 40px;
    line-height: 43px;
    color: black;
    font-weight: 400;
    text-transform: inherit;
}

/* PANEL KLIENTA > HISTORIA TRANSAKCJI > SZCZEGÓŁY ZAMÓWIENIA */

#order_details #orderSummary #shopping_cart .cart-header,
#order_details #orderSummary #shopping_cart .cart-item {
    display: grid;
    grid-template-columns: 0fr 4fr 1fr 1fr 1fr 1fr 0fr;
    grid-gap: 10px;
    align-items: center;
}

#order_details #orderSummary #shopping_cart .cart-header {
    padding-left: 25px;
    padding-right: 25px;
}

#order_details #orderSummary #shopping_cart .cart-header div {
    padding: 0;
}

#order_details #orderSummary #shopping_cart .cart-item .order_img_cnt {
    align-items: center;
}

#order_details #orderSummary #shopping_cart .cart-item .order_img_cnt .cart_img {
    margin-right: 15px;
}

#order_details #orderSummary .shopping_cart_summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#order_details #orderSummary .shopping_cart_summary>div {
    border: 1px solid #ebebeb;
    padding: 15px;
}

#order_details #orderSummary .shopping_cart_summary .order_summary_delivery {
    margin-top: 0;
    margin-bottom: 0;
}

#order_details #orderSummary .shopping_cart_summary .title_small_order {
    width: 100%;
    color: #000;
    margin-top: 0;
}

#order_details #orderSummary .shopping_cart_summary .title_small_order::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #f88900;
    display: block;
    margin-top: 5px;
}

#order_details #orderSummary .shopping_cart_summary .text-bold {
    font-weight: 600;
    color: #000;
}

/* PANEL KLIENTA > DODAJ REKLAMACJE/ZGŁOSZENIE */

.customer_complaint .panel-section-tittle {
    font-size: 40px;
    color: #000;
    line-height: 43px;
    text-transform: inherit;
}

.customer_complaint .control-label--complaint {
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 13px;
    float: none;
    color: #8f8f8f;
    font-weight: 300;
    padding-top: 0 !important;
    margin-bottom: 5px;
}

.customer_complaint .form-group {
    margin-bottom: 0;
}

.customer_complaint .form-control {
    width: 100%;
    height: 34px;
    float: none;
}

.customer_complaint .select2-container--default .select2-selection--single,
.customer_complaint .select2-container--default .select2-selection--single .select2-selection__rendered,
.customer_complaint .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    line-height: 34px;
}

.customer_complaint .select2-container--default {
    margin-bottom: 10px;
}

.customer_complaint .send-complaint-form {
    text-align: left;
}

.customer_complaint .complaint-row-send {
    margin: 50px 0;
}

.customer_complaint .g-recaptcha--complaint {
    margin: 0;
}

.customer_complaint .send-complaint-form input:hover {
    background-color: #fff;
    color: #f88900;
    border: 1px solid #f88900;
}

/* ERROR POPUP */

.ui-dialog {
    -webkit-box-shadow: 10px 10px 40px -16px rgba(248, 137, 0, 1);
    -moz-box-shadow: 10px 10px 40px -16px rgba(248, 137, 0, 1);
    box-shadow: 5px 5px 30px -20px rgba(248, 137, 0, 1);
    box-shadow: 0 8px 6px -6px rgba(248, 137, 0, 1);
}

.ui-dialog #validation-popup span {
    display: flex;
    align-items: flex-start;
    line-height: 16px;
    margin-bottom: 10px;
}

.ui-dialog #validation-popup br {
    display: none;
}

.ui-dialog #validation-popup span::before {
    content: '•';
    display: block;
    margin-right: 8px;
    font-size: 40px;
    line-height: 16px;
    color: #f88900;
    position: relative;
    top: -1px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: #f88900;
}

/* logowanie i rejestracja */

.login-content .login-content__top-label {
    font-size: 40px;
    color: #000;
    line-height: 43px;
    margin-bottom: 50px;
}

.logged-in__account-options {
    background: #FFFFFF;
    border: 1px solid #000000;
}

.logged_in a {
    color: #000000;
}

.logged_in h3 {
    margin: 0;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.account-options__option a:hover {
    color: #F88900;
}

.customer-login__grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.customer-login__grid .customer-login__column {
    position: relative;
    border: 1px solid #8F8F8F;
    margin-bottom: 50px;
}

.customer-info,
.customer_login {
    position: relative;
}

.panel-section-tittle--registration,
.panel-section-tittle--login {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    text-transform: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    top: -22px;
    color: #000;
}

.customer-info__register-ctn,
.customer-info__login-ctn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    color: #8F8F8F;
    text-transform: uppercase;
    padding: 50px 0;
}

.customer-login-box {
    background: none;
    padding: 0;
    width: 314px;
}

.customer-login-box .btn--log-in,
.customer-info__register-ctn .btn--register {
    width: 100%;
    padding: 0;
    max-width: 314px;
    margin-top: 35px;
}

.customer-info__register-ctn .btn--register {
    margin-top: 0;
}

.customer-login-box .form-group a {
    font-size: 12px;
    color: #111111;
    opacity: .8;
    text-transform: initial;
}

.customer-login-box .form__input {
    margin: 5px auto 10px;
}

.fb--register {
    background-color: #4469B0;
    margin-bottom: 30px;
}

.btn--register {
    margin-left: 0;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .customer-login__grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .login-content .login-content__top-label {
        font-size: 26px;
        line-height: 28px;
        text-align: center;
        margin: 30px 0 35px;
    }

    .customer-login__grid {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }

    .customer-login__grid .customer-login-box {
        max-width: 100%;
    }

    .customer-login__grid .customer-login__column {
        border: none;
    }

    .panel-section-tittle--registration,
    .panel-section-tittle--login {
        width: 100%;
        font-size: 18px;
    }

    .customer-login__grid .customer-info__register-ctn,
    .customer-login__grid .customer-info__login-ctn {
        padding: 30px 0;
    }

    .customer-login__grid .customer-info__login-ctn {
        border-bottom: 1px solid #979797;
    }

    .customer-login__grid .customer-info__register-ctn>div,
    .customer-login__grid .customer-info__login-ctn>div {
        width: 100%;
    }

    .customer-login__grid .customer-info__register-ctn>div .fb--register,
    .customer-login__grid .customer-info__login-ctn>div .fb--register {
        padding: 0;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* REJESTRACJA */

.register-section-tittle {
    font-size: 40px;
    color: #000;
    line-height: 43px;
    margin-bottom: 60px;
    font-weight: 500;
}

.register-form-checkboxes.form-horizontal {
    margin-bottom: 50px;
}

.register-form-checkboxes .customer-info .hide-checkboxes {
    display: none;
}

.register-form-checkboxes .form-group {
    margin-bottom: 0;
}

.register-form-checkboxes .form-control {
    margin-bottom: 0;
}

.register-form-checkboxes.form-horizontal .control-label {
    padding-top: 10px;
    color: #8F8F8F;
    font-weight: 300;
    font-size: 12px;
}

.register-form-checkboxes .customer-info-checkboxes {
    padding-top: 20px;
}

.register-form-checkboxes.form-horizontal .account_terms {
    margin-top: 7px;
}

.register-form-checkboxes.form-horizontal .checkbox,
.register-form-checkboxes.form-horizontal .radio {
    font-size: 12px;
    color: #838383;
    font-weight: 400;
}

.register-form-checkboxes.form-horizontal .checkator_source:checked+.checkator_element::after {
    top: 0;
}

.register-form-checkboxes.form-horizontal .checkator_source:focus+.checkator_element {
    border-color: #F88900;
}

.register-form-checkboxes.form-horizontal .flex-gus-nip {
    display: flex;
    align-items: center;
}

.register-form-checkboxes.form-horizontal .flex-gus-nip .gus-button {
    position: relative;
    bottom: 0;
    min-width: 120px;
    text-align: right;
}

.register-form-checkboxes.form-horizontal label.checkbox {
    align-items: flex-start;
}

@media (max-width: 480px) {
    .register-section-tittle {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center;
    }

    .customer-info-checkboxes .submit-register {
        margin: 0;
        margin-top: 25px;
    }

    .customer-info-checkboxes .submit-register .btn--register {
        width: 100%;
    }
}

/* HEADER */

#header {
    background: #000000;
}

.header-template-2 {
    padding: 15px 0;
    margin-right: 15px;
    margin-left: 15px;
    /* border-bottom: 3px solid #E5E5E5; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-template-2__logo {
    height: 68px;
    margin-left: 9px;
}

.header-template-2 .sites-container {
    display: none;
}

.header-template-2 .sites-container a {
    font-size: 20px;
    color: #FFFFFF;
}

.user-container__lang a {
    font-size: 16px;
    color: #FFFFFF;
}

.header-template-2 .user-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-template-2 .user-container__lang {
    display: flex;
    justify-content: space-around;
    border-right: 1px solid #E5E5E5;
}

.header-template-2 .user-container__lang-item {
    padding-right: 15px;
}

.header-template-2 .user-container__lang-item:nth-child(2) {
    padding-right: 30px;
}

.user-container__favourite {
    margin-left: 20px;
}

.user-container__favourite,
.user-container__basket,
.user-container__account {
    margin-right: 20px;
    position: relative;
}

.user-container__favourite {
    margin-right: 21px;
    margin-left: 29px;
    margin-top: 2px;
}

.user-container__basket {
    margin-right: 20px;
    margin-top: 7px;
}

.user-container__account {
    margin-right: 5px;
}

.header-template-2 .burger-container {
    width: 30px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
    animation: close-burger 0.5s backwards;
    z-index: 1;
}

.my-account-box__amount-of-product {
    position: absolute;
    top: 30%;
    left: 46%;
    height: 15px;
    width: 15px;
    background-color: #F88900;
    border-radius: 50%;
    color: #FFFFFF;
    font-family: "Ropa Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    z-index: 999;
}

.burger-button {
    display: block;
    width: 30px;
    height: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 2;
}

.burger-button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.burger-button span:nth-child(1) {
    top: 0px;
}

.burger-button span:nth-child(2) {
    top: 7px;
}

.burger-button span:nth-child(3) {
    top: 14px;
    width: 70%;
}

.burger-button.burger-on span:nth-child(1) {
    top: 7px;
    width: 70%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.burger-button.burger-on span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.burger-button.burger-on span:nth-child(3) {
    top: 7px;
    width: 70%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.burger-container__sites {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 60px;
    background-color: #fff;
}

.burger-button.burger-on+.burger-container__sites {
    display: block;
}

.burger-container__sites ul {
    padding: 20px;
    margin: 0;
    list-style: none;
}

.burger-container__sites ul li {
    margin-bottom: 20px;
}

.burger-container__sites ul li a {
    font-size: 18px;
    line-height: 19px;
    color: #000;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .header-template-2 .header-flex-wrapper {
        display: flex;
        align-items: center;
    }

    .header-template-2__logo {
        height: auto;
        max-height: 50px;
        margin-left: 20px;
    }

    .header-template-2 .user-container__lang {
        margin-right: 15px;
    }

    .header-template-2 .user-container__lang-item:nth-child(2) {
        padding-right: 15px;
    }

    .header-template-2 .user-container .user-container__account {
        display: none;
    }

    .header-template-2 .user-container .user-container__search .search-box--top-header {
        display: block;
    }

    .header-template-2 .user-container .user-container__basket,
    .header-template-2 .user-container .user-container__favourite,
    .header-template-2 .user-container .user-container__search {
        margin: 0;
        height: 25px;
    }

    .header-template-2 .user-container .user-container__favourite,
    .header-template-2 .user-container .user-container__basket {
        margin-right: 15px;
    }

    .header-template-2 .user-container .user-container__search .search-box__button {
        margin: 0;
        padding: 0;
    }

    .header-template-2 .logo-container {
        max-width: 68px;
    }
}

/*  BOXY NA STRONIE GŁÓWNEJ */

.small-box-background-row {
    margin-top: 40px;
}

.boxes__one-box {
    max-width: 370px;
    min-height: 490px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.small-box-background__ctn {
    margin-top: -95px;
    padding: 80px 0;
    background-color: black;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.small-box-background__title {
    width: 70%;
    font-size: 140px;
    color: #FFFFFF;
    text-transform: initial;
    line-height: 70px;
    margin: 100px auto;
}

.small-box-background__title span {
    font-size: 80px;
}

.boxes__one-box-img {
    width: 100%;
    max-width: 230px;
}

.small-box-background__content {
    text-align: center;
    min-height: unset;
}

.small-box-background__tittle {
    font-size: 40px;
}

.boxes-board {
    padding-top: 60px;
    padding-bottom: 60px;
}

.front-title--board {
    font-size: 40px;
    color: #000;
    line-height: 43px;
}

#boxes-board-1 .front-title--board span {
    color: #f88900;
}

#boxes-board-1 .page-content__text--board p:first-child {
    line-height: 30px;
    margin-bottom: 30px;
}

#boxes-board-2,
#boxes-board-17 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

#boxes-board-2 .front-title--board,
#boxes-board-17 .front-title--board {
    font-size: 40px;
    color: #fff;
    line-height: 43px;
}

#boxes-board-2 .page-content__text--board p:first-child,
#boxes-board-17 .page-content__text--board p:first-child {
    line-height: 30px;
    margin-bottom: 30px;
    margin-bottom: 60px;
}

.box-board__img--right {
    padding-left: 15px;
}

.box-board--right .front-title--board {
    margin: 0;
    text-transform: initial;
    font-size: 40px;
    margin-bottom: 40px;
}

.front-title--board::after {
    content: unset;
}

.box-board__tag {
    color: #F88900;
    font-size: 24px;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    position: relative;
}

.box-board__tag::after {
    content: '';
    height: 2px;
    width: 50px;
    background-color: #E7E7E7;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-content__text--board p {
    font-size: 18px;
    color: #8F8F8F;
}

.page-content__text--board strong {
    font-size: 24px;
    color: #000000;
}

#boxes-board-2 .boxes_safety__cnt p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}

.boxes_safety__cnt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.boxes_safety__cnt:last-child {
    margin-bottom: 0;
}

.boxes_safety strong {
    color: #FFFFFF;
}

.boxes_safety__cnt img {
    margin-right: 40px;
}

.opinion-box {
    margin-bottom: 100px;
    margin-top: 100px;
}

.opinion-box img {
    position: relative;
    max-width: 100%;
}

.opinion-box__title {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    font-size: 40px;
}

.opinion-box__signle-box {
    max-width: 370px;
}

.opinion-box__single-box__content {
    margin: 54px 0;
}

.opinion-box__single-box__content p {
    font-size: 18px;
    color: #8F8F8F;
}

.opinion-box__single-box__title p {
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
}

@media (max-width: 992px) {
    #boxes-board-2 {
        display: block;
    }
}

@media (min-width: 481px) and (max-width: 992px) {

    /* HOME */
    .small-box-background__title {
        line-height: 80px;
        font-size: 115px;
    }

    .small-box-background__title span {
        display: block;
    }
}

@media (max-width: 480px) {

    /* HOME */
    .small-box-background__title {
        font-size: 50px;
        line-height: 1;
        letter-spacing: -2.5px;
        font-weight: 500;
        margin: 40px auto;
        width: 100%;
    }

    .small-box-background__title span {
        display: block;
        font-size: 30px;
        line-height: 10px;
        letter-spacing: -1.7px;
    }

    /**/
    #boxes .boxes__one-box {
        min-height: auto;
        margin-bottom: 50px;
    }

    #boxes .small-box-background__content {
        padding-top: 0;
    }

    #boxes .small-box-background__content .small-box-background__tittle {
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: -.3px;
        margin-bottom: 40px;
    }

    .home #boxes .small-box-background__content .small-box-background__tittle {
        margin-top: -40px;
    }

    .home .small-box-background__ctn {
        padding-bottom: 0;
    }

    /**/
    .home .boxes-board {
        margin-bottom: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #boxes-board-1 .box-board__img--right {
        display: none;
    }

    #boxes-board-1 .front-title--board,
    #boxes-board-2 .front-title--board {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: -.3px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    #boxes-board-1 .front-title--board {
        color: #000;
    }

    #boxes-board-1 .front-title--board span {
        color: #F88900;
    }

    #boxes-board-1 .front-title--board::after {
        content: '';
        display: block;
        height: 2px;
        width: 50px;
        background-color: #E7E7E7;
        margin-top: 15px;
    }

    #boxes-board-1 .box-board__tag {
        font-size: 15px;
        line-height: 16px;
        font-weight: 500;
    }

    #boxes-board-1 .box-board__tag::after {
        display: none;
    }

    #boxes-board-1 .page-content__text--board p:first-child {
        margin-bottom: 40px;
        line-height: 20px;
    }

    #boxes-board-1 .page-content__text--board p {
        font-size: 14px;
        line-height: 20px;
        color: #8f8f8f;
    }

    #boxes-board-1 .page-content__text--board p strong {
        font-size: 16px;
        line-height: 17px;
    }

    #boxes-board-2 .box-board__img--right {
        display: none;
    }

    #boxes-board-2 .front-title--board {
        color: #fff;
    }

    #boxes-board-2 .page-content__text--board .boxes_safety>p {
        font-size: 14px;
        line-height: 20px;
        color: #8f8f8f;
        margin-bottom: 20px;
    }

    #boxes-board-2 .boxes_safety .boxes_safety__cnt p {
        line-height: 1;
    }

    #boxes-board-2 .boxes_safety .boxes_safety__cnt strong {
        font-size: 16px;
        line-height: 17px;
        font-weight: 500;
    }

    #boxes-board-2 .box-board__description {
        margin-bottom: 0;
    }

    /**/
    .opinion-box {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .opinion-box .opinion-box__img-cnt {
        display: none;
    }

    .opinion-box .opinion-box__title {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: -.3px;
        color: #000;
        font-weight: 500;
        width: 100%;
        margin-bottom: 30px;
    }

    .opinion-box .opinion__slider .opinion-box__signle-box .opinion-box__single-box__content {
        margin: 0;
    }

    .opinion-box .opinion__slider .opinion-box__signle-box .opinion-box__single-box__content::after {
        content: '';
        display: block;
        height: 2px;
        width: 50px;
        background-color: #E7E7E7;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .opinion-box .opinion-box__single-box__content p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    .opinion-box .opinion-box__single-box__title p {
        font-size: 18px;
        line-height: 30px;
    }
}

/* O FIRMIE */

#boxes-board-7::after,
#boxes-board-8::after,
#boxes-board-9::after {
    content: '';
    display: block;
    clear: both;
}

#boxes-board-7,
#boxes-board-8,
#boxes-board-9 {
    margin-bottom: 50px;
}

@media (max-width: 992px) {

    #boxes-board-7 .page-content__text--board,
    #boxes-board-8 .page-content__text--board,
    #boxes-board-9 .page-content__text--board,
    #boxes-board-7 .front-title--board,
    #boxes-board-8 .front-title--board,
    #boxes-board-9 .front-title--board {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .page-16 .boxes-board {
        margin-bottom: 0;
    }

    #boxes-board-7 .front-title--board,
    #boxes-board-8 .front-title--board,
    #boxes-board-9 .front-title--board {
        font-size: 30px;
        line-height: 28px;
        letter-spacing: -.3px;
        font-weight: 500;
        margin-bottom: 15px;
        color: #000;
        margin-top: 25px;
    }

    #boxes-board-7 .page-content__text--board p,
    #boxes-board-8 .page-content__text--board p,
    #boxes-board-9 .page-content__text--board p {
        font-size: 14px;
        line-height: 20px;
        color: #8f8f8f;
    }
}

/* SLIDER Z OPINIAMI - HOME */

.opinion__slider .slick-dots {
    max-width: 370px;
}

.opinion__slider .slick-dots li,
.opinion__slider .slick-dots li button {
    width: 10px;
    height: 10px;
    transition: .3s;
}

.opinion__slider .slick-dots li button::before {
    font-size: 8px;
    width: 10px;
    height: 10px;
}

.opinion__slider .slick-dots li.slick-active button::before,
.opinion__slider .slick-dots li:hover button::before {
    color: #F88900;
}

/* FOOTER */

#footer {
    background-color: #000000;
}

.footer-template-2__contact-desc p {
    font-size: 40px;
    color: #FFFFFF;
}

.footer-template-2__contact-btn {
    float: right;
}

.footer-template-2__contact .row {
    display: flex;
    align-items: center;
}

.footer-column__container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.footer-template-2 .footer-column__container div img {
    max-width: 134px;
    height: auto;
}

.footer-template-2 a,
.footer-template-2 p {
    color: #8F8F8F;
    font-size: 18px;
}

.footer-template-2 a {
    margin-bottom: 10px;
}

.footer-template-2 a:last-child {
    margin-bottom: 0;
}

.footer-column__contact-box {
    margin-bottom: 15px;
}

.footer-column__contact-box .footer_small-label {
    margin-bottom: 10px;
}

.footer-column__contact-box p {
    margin-bottom: 0;
}

.footer-template-2__container,
.footer-template-2__contact {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
}

.footer-one-box__title {
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 20px;
}

.footer-template-2__under {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer-template-2__under div {
    background-color: white;
    min-height: 50px;
}

.footer-template-2__under img {
    max-width: 140px;
    height: auto;
}

.footer-social__item {
    height: 30px;
    fill: white;
}

@media (min-width: 481px) and (max-width: 992px) {
    .footer-one-box__title {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .footer-template-2__contact .row {
        display: block;
    }

    .footer-template-2__contact-btn {
        float: left;
    }
}

@media (max-width: 480px) {
    .footer-template-2__contact-desc p {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: -.3px;
        margin-bottom: 40px;
    }

    .footer-template-2__contact-btn {
        float: none;
    }

    .footer-template-2 p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-template-2 .footer-one-box__title {
        font-size: 18px;
        line-height: 19px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .footer-template-2 .footer-one-box__title+.footer-column__container {
        margin-bottom: 20px;
    }

    .footer-template-2 .footer-column__container a {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 120%;
    }

    .footer-template-2 .footer-column__contact-info p {
        margin-bottom: 0;
        line-height: 120%;
    }
}

/* FAQ */
.faq {
    border: 1px solid rgb(87, 87, 87);
    margin-bottom: 10px;
    padding: 10px;
    transition-timing-function: ease;
}

.faq-question {
    font-size: 18px;
    color: #F88900;
    font-weight: 400;
}

.faq-question:hover {
    cursor: pointer;
}

.faq-answer {
    display: none;
    font-size: 16px;
    transition: ease;
}

.faq-answer a {
    color: #F88900;
    text-decoration: none;
}

.faq-answer-open {
    display: block;
}

/* LISTA PRODUKTÓW */

.product-list__btn-sort,
.product-tile__btn-sort {
    margin-top: 5px;
}

.product-list__btn-sort:hover,
.product-tile__btn-sort:hover {
    cursor: pointer;
}

.product-tile__btn-sort .active #Rectangle,
.product-list__btn-sort .active #Rectangle {
    stroke: #F88900;
}

.product-tile__btn-sort .active path,
.product-list__btn-sort .active #Group-6 {
    fill: #F88900;
}

.header__menu--vertical .sidebar a:after {
    content: unset;
}

.header__menu--vertical .sidebar a:hover,
.header__menu--vertical .sidebar a~span,
.sidebar .has-ul .cat-sub li a:hover,
.header__menu--vertical .sidebar a:hover .properties-value,
.sidebar li a.active {
    color: #F88900 !important;
}

.product_listing .sidebar {
    border: 1px solid #E5E5E5;
}

.nav-categories {
    margin-bottom: 60px;
}

.product_listing .cat-sub {
    margin-bottom: 0;
    background-color: #fff;
    padding: 0;
    margin-top: 0 !important;
}

.product_listing .cat-sub .cat-sub {
    padding: 15px 0;
}

.sidebar__h1 {
    color: #000;
    font-weight: 400;
    text-transform: inherit;
    border-right: 8px solid #f88900;
    padding: 0 15px;
}

.sidebar ul {
    padding: 0;
}

.sidebar li,
.filter-option__title-item {
    background-color: #F8F8F8;
    margin-bottom: 5px;
    padding: 15px 0;
}

.sidebar li {
    padding: 0;
    margin-bottom: 0;
}

.sidebar li.has-ul {
    margin-bottom: 5px;
}

.sidebar li a {
    padding: 20px;
    font-size: 24px;
    color: #000000;
    text-transform: none;
}

.sidebar .has-ul .cat-sub li a {
    font-size: 18px;
    line-height: 19px;
    color: #000;
    transition: color .3s;
}

.sidebar .opened .cat-sub li,
.sidebar .has-ul .cat-sub li {
    padding: 0;
}

.sidebar .opened .cat-sub li:last-child,
.sidebar .has-ul .cat-sub li:last-child {
    margin-bottom: 0;
}

.sidebar li li {
    background-color: unset;
}

.product_listing .sidebar .product-kinds__item--promo a {
    color: #000000;
}

.sidebar__product-kinds {
    margin-bottom: 0;
}

.sidebar .has-ul>span {
    top: 17px;
    right: 20px;
}

.filter-option__title-item {
    margin-top: 0;
    margin-bottom: 15px;
    color: #000000;
    font-size: 24px;
    padding-left: 20px;
    font-weight: 400;
}

.filter-option__container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.product_listing .filter-option__container input {
    border-radius: 0;
}

.filter_submit {
    margin: 0 auto;
    text-align: center;
}

.btn-filter {
    margin: 30px 0;
    padding: 12px 40px;
    font-size: 20px;
}

.nav-categories__sort {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    text-transform: none;
}

.nav-categories__sort svg {
    margin-left: 10px;
}

.nav-categories__sort .select2-container {
    min-width: unset;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #E5E5E5;
}

.title_search-result {
    color: #000000;
    margin: 0;
    font-size: 40px;
    font-weight: 400;
}

.one-product {
    border: 1px solid #E5E5E5;
}

.one-product__img {
    background: none;
}

.one-product__content {
    border-top: 0;
    min-height: 0;
    text-align: left;
}

.one-product__content h3 a {
    color: #000000;
    font-size: 24px;
    line-height: 26px;
}

.one-product__add-to-basket {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.category_listing__list .one-product__add-to-basket {
    margin-bottom: 0;
}

.one-product__price {
    color: #F88900;
    font-size: 24px;
    margin: 0;
}

.one-product__number {
    color: #ABADB3;
    font-size: 16px;
    line-height: 17px;
    position: relative;
    margin-top: 5px;
}

.one-product__number::after {
    content: '';
    height: 1px;
    border-top: 2px solid #E7E7E7;
    width: 50px;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.one-product__details-availability {
    display: none;
}

.category_listing__list .one-product {
    display: flex;
    align-items: center;
}

.category_listing__list .one-product__content {
    width: 66%;
}

.category_listing__list .one-product__content h3 a {
    font-size: 30px;
    line-height: 32px;
}

.category_listing__list .one-product__details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category_listing__list .one-product__details-availability {
    display: block;
}

.category_listing__list .product-properties__item {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.category_listing__list .one-product__number {
    font-size: 20px;
    line-height: 22px;
}

.category_listing__list .product-properties__item,
.category_listing__list .properties-value {
    text-transform: initial;
}

.category_listing__list .one-product__details-title {
    width: 50%;
}

.btn__add-to-basket {
    padding: 10px;
}

.btn__add-to-basket p {
    display: none;
}

.category_listing__list .btn__add-to-basket p {
    display: block;
    margin: 0 0 0 10px;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
}

.category_listing__list .btn__add-to-basket {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 38px;
}

#product-listing-box .product-icons__item--fav {
    position: absolute;
    top: 20px;
    left: 20px;
}

.category_listing__list .one-product__price {
    font-size: 30px;
    font-weight: 400;
}

.product-icons__item--fav .filled {
    display: none;
}

.product-icons__item--fav.checked .empty {
    display: none;
}

.product-icons__item--fav.checked .filled {
    display: block;
}

@media (max-width: 992px) {
    .product_listing .sidebar {
        margin-bottom: 30px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    #product-listing-box .category_listing__list .products-list {
        width: 100%;
    }

    .category_listing__list .product-properties__item,
    .category_listing__list .product-properties__item .properties-value,
    .category_listing__list .one-product__add-to-basket .btn__add-to-basket {
        display: none;
    }
}

@media (max-width: 480px) {
    .nav-categories .title_search-result {
        font-size: 26px;
        line-height: 28px;
        font-weight: 500;
        margin: 0 auto 20px;
    }

    .nav-categories .nav-categories__sort {
        justify-content: center;
    }

    .one-product__content {
        min-height: auto !important;
    }

    .category_listing__list .one-product__img {
        height: auto;
    }

    .category_listing__list .one-product__details {
        display: block;
    }

    .category_listing__list .one-product__details-availability {
        margin-top: 15px;
    }

    .category_listing__list .one-product__details-title {
        width: 100%;
    }

    .category_listing__list .one-product__content h3 {
        height: auto;
    }

    .category_listing__list .one-product__content h3 a {
        font-size: 16px;
        line-height: 17px;
        color: #000;
        font-weight: 500;
        text-transform: initial;
    }

    .category_listing__list .one-product__number {
        font-size: 14px;
        line-height: 15px;
    }

    .category_listing__list .product-properties__item,
    .category_listing__list .product-properties__item .properties-value {
        display: none;
    }

    .category_listing__list .one-product__add-to-basket {
        display: block;
        margin-bottom: 0;
    }

    .category_listing__list .one-product__add-to-basket .btn__add-to-basket {
        display: none;
    }

    .category_listing__list .one-product {
        padding: 10px;
    }

    .category_listing__list .one-product__content {
        min-height: auto !important;
    }

    #product-listing-box .category_listing__list .product-icons__item--fav {
        top: 10px;
        left: 10px;
    }

    .category_listing__list .one-product__price {
        font-size: 16px;
        line-height: 17px;
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 500;
    }
}

/* KARTA PRODUKTU */

.product-details__cart {
    display: inline-block;
    width: 100%;
}

.product-details__cart>.row {
    border-bottom: 1px solid #E5E5E5;
}

.product-gallery {
    border: 1px solid #000000;
}

.add-fav-btn {
    color: #F88900;
    border: 1px solid #F88900;
    background: #FFFFFF;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-bottom: 75px;
    font-size: 20px;
}

.add-fav-btn .filled {
    display: none;
}

.add-fav-btn.checked .empty {
    display: none;
}

.add-fav-btn.checked .filled {
    display: block;
}

.add-fav-btn svg {
    margin-right: 15px;
}

.product-details__product-name {
    padding: 0 0 30px 0;
    font-size: 40px;
}

.product-details__cart-price,
.product-details__count {
    padding: 30px 0 30px 0;
}

.product-price__label {
    font-size: 24px;
    text-transform: initial;
    color: #8F8F8F;
}

.product-price__price--actual-price {
    font-size: 40px;
    color: #8F8F8F;
}

.product-price__price--actual-price span {
    font-size: 18px;
    text-transform: initial;
    line-height: 14px;
}

.price-after-discount .product-price__price--actual-price {
    color: #F88900
}

.price-after-discount span,
.price-after-discount .product-price__label {
    color: #000000;
}

.select-amount__amount-input {
    height: 35px;
    width: 50px;
}

.select-amount {
    padding: 0 15px 0 15px;
    border-top: 0;
    margin-top: 10px;
}

.select-amount__label {
    font-size: 20px;
    color: #000000;
}

.select-amount__amount-btn {
    height: 2px;
    width: 10px;
}

.product-properties__item,
.properties-value {
    font-size: 20px;
}

.product-properties__item {
    padding-top: 30px;
}

.properties-value {
    color: black;
}

#product-content .description__header {
    border-top: 1px solid #E5E5E5;
    margin-top: 40px;
    padding-top: 20px;
}

#product-content .description__title {
    color: #F88900;
    font-size: 24px;
    text-transform: capitalize;
}

#product-content .description__title::after {
    border-bottom: 2px solid #E7E7E7;
}

#product-content .description__content p {
    line-height: 30px;
    font-size: 20px;
    color: #8F8F8F;
}

#product-content .description__content-parameters p {
    width: 100%;
    max-width: 400px;
    display: inline-block;
    padding-left: 30px;
    color: #000000;
    margin-bottom: 0;
}

#product-content .description__content-parameters ul {
    list-style: none;
    padding-left: 0;
}

#product-content .description__content-parameters li {
    line-height: 50px;
    min-height: 50px;
    font-size: 20px;
    color: black;
    text-align: left;
    display: flex;
    align-items: center;
}

#product-content .description__content-parameters li:nth-child(2n) {
    background-color: #E5E5E5;
}

#product-content .description__content-pair ul,
#product-content .description__content-oe ul {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    list-style: none;
}

#product-content .description__content-pair ul li::before,
#product-content .description__content-oe ul li::before {
    content: "\2022";
    color: #F88900;
    font-weight: 900;
    display: inline-block;
    width: 1em;
    margin-left: 0;
}

#product-content .description__content-pair>ul,
#product-content .description__content-oe ul {
    padding-left: 0px;
}

#product-content .description__content-pair li {
    width: 100%;
    max-width: 400px;
}

#product-content .description__content-pair ul>li>ul {
    display: none;
}

#product-content .description__content-pair ul>li {
    position: relative;
}

#product-content .description__content .more-parameters-btn {
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    color: #F88900
}

@media (max-width: 992px) {
    .container-newsletter .newsletter__label {
        display: none;
    }

    .product-details__cart .price-after-discount {
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .product-details__cart .product-details__count .select-amount {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .product-details__cart .product-details__count .select-amount .select-amount__btn-group {
        display: block;
    }

    #product-content .description__content-parameters li {
        justify-content: space-between;
    }

    #product-content .description__content-parameters p {
        width: auto;
        max-width: max-content;
        display: block;
    }

    #product-content .description__content-parameters li p:last-child {
        padding-left: 0;
        padding-right: 30px;
    }
}

/* SKŁADANIE ZAMÓWIENIE - KROK 1 */

.empty-basket-cnt {
    text-align: center;
    padding: 30px 0 60px 0;
}

.empty-basket-cnt h2 {
    font-size: 48px;
    text-transform: initial;
    color: #000;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: -.5px;
}

.empty-basket-cnt p {
    font-size: 36px;
    line-height: 39px;
    color: #000;
    max-width: 40%;
    margin: auto;
    margin-bottom: 30px;
}

.cart-top-nav {
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 811px;
    margin: 0 auto;
}

.cart-top-nav p {
    font-size: 15px;
    position: absolute;
    top: 80px;
    color: #E5E5E5;
}

.cart-top-nav span {
    font-size: 30px;
    color: white;
    border-radius: 50%;
    background-color: #E5E5E5;
    width: 42px;
    margin-bottom: 10px;
    font-weight: 500;
}

.cart-top-nav .step.active {
    color: #F88900;
}

.cart-top-nav .active span {
    background-color: #F88900;
}

.cart-top-nav .step.active p {
    color: #000;
}

.cart-top-nav .step {
    float: unset;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.step-line {
    box-sizing: border-box;
    height: 2px;
    width: 179px;
    background-color: #E5E5E5;
}

#shopping_cart header,
#shopping_cart main {
    padding-left: 15px;
    padding-right: 15px;
}

#shopping_cart .cart-item>div {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

#shopping_cart .products-in-basket header,
#shopping_cart .products-in-basket main {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr .1fr;
    grid-gap: 10px;
    align-items: center;
}

#shopping_cart .products-in-basket header .count {
    text-align: center;
}

#shopping_cart .cart-item .product-name {
    padding-left: 0;
}

#shopping_cart .products-in-basket header {
    margin-bottom: 20px;
}

#shopping_cart .products-in-basket header div {
    font-size: 18px;
    line-height: 13px;
    color: #4c4d4f;
}

.shop-col-10 {
    flex: 10;
}

.shop-col-3 {
    flex: 3;
}

.shop-col-2.count .price {
    display: flex !important;
    justify-content: center;
}

.shop-col-2 {
    flex: 2;
}

.shop-col-1 {
    flex: 1;
    position: relative;
}

#shopping_cart .order_img_cnt {
    border-right: unset;
    margin-top: 22px;
}

.product_name>a {
    font-size: 18px;
    color: #4C4D4F;
}

.cart-item__details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.basket-sum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E5E5E5;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 35px;
}

.basket-sum__price {
    color: #F88900;
    font-size: 24px;
}

.price-all-100 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket-page__title {
    margin-top: 75px;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 43px;
    color: black;
    font-weight: 400;
}

@media (max-width: 1200px) {
    #shopping_cart .products-in-basket {
        overflow: hidden;
        overflow-x: scroll;
        margin-bottom: 50px;
    }

    #shopping_cart .products-in-basket::-webkit-scrollbar-track {
        background-color: #ECECEC;
    }

    #shopping_cart .products-in-basket::-webkit-scrollbar {
        height: 5px;
        background-color: #ECECEC;
    }

    #shopping_cart .products-in-basket::-webkit-scrollbar-thumb {
        background-color: #F88900;
    }

    #shopping_cart .products-in-basket header,
    #shopping_cart .products-in-basket main {
        width: 1170px;
    }

    #shopping_cart .cart-item:last-of-type {
        margin-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .empty-basket-cnt p {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .cart-top-nav .step-line {
        width: 55px;
    }
}

@media (max-width: 480px) {
    .basket-page__title {
        font-size: 26px;
        line-height: 28px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .cart-top-nav span {
        margin-bottom: 0;
    }

    .cart-top-nav .step p {
        display: none;
    }

    .basket-sum {
        display: block;
        text-align: center;
    }

    #order_step1 span.mobile-only {
        display: none;
    }

    #shopping_cart .item_del {
        top: 0;
    }
}

/* KROK 2 */

.password-container {
    position: relative;
}

.password-container .forgot-password {
    position: absolute;
    top: 8px;
    right: 8px;
}

#order_step2 img,
.login-content .fb--register img {
    padding-bottom: 5px;
    margin-right: 15px;
}

#order_step2 #shopping_cart {
    display: none;
}

#order_step2 .customer_login {
    padding: 0;
    border: 0;
}

#order_step2 .login-box {
    border: 1px solid #8F8F8F;
}

#order_step2 #login-options .login-box {
    height: 445px;
}

#orderwithregister label,
#no-login label {
    width: unset;
    min-width: 314px;
    height: 62px;
}

#order_step2 .register-box .btn {
    margin-top: 30px;
}

#order_step2 .login-box p,
.customer-info__login-ctn p,
.customer-info__register-ctn p {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #8F8F8F;
    margin-bottom: 25px;
}

#order_step2 .cart-login label,
.customer-login-box__label {
    display: block;
    text-align: left;
    color: #8F8F8F;
    font-size: 12px;
    line-height: 13px;
    text-transform: initial;
    font-weight: 300;
}

#order_step2 .form-control {
    width: 100%;
    height: 34px;
    float: none;
}

#order_step2 #shopping_cart .form-control {
    margin-bottom: 0;
}

#order_step2 .login-button {
    width: 314px;
    height: 34px;
}

#order_step2 .cart-login {
    width: 314px;
}

#order_step2 .login-button {
    background-color: #F88900;
    color: white;
    height: 62px;
    text-transform: uppercase;
    font-size: 20px;
}

#order_step2 #shopping_cart label {
    font-size: 12px;
    line-height: 13px;
    float: none;
    color: #8f8f8f;
    padding-top: 0;
}

#order_step2 .nip_gus_wrapper {
    display: flex;
    align-items: center;
}

#order_step2 .nip_gus_wrapper .gus-button {
    position: relative;
    bottom: 0;
    min-width: 120px;
    text-align: right;
}

#order_step2 .checkator_source:focus+.checkator_element {
    border-color: #F88900;
}

@media (max-width: 690px) {
    #header_search_form .search-box__input {
        display: none;
    }
}

@media (max-width: 768px) {
    #order_step2 .basket-page__title {
        font-size: 26px;
        line-height: 28px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    #order_step2 #login-options .login-box {
        height: auto;
    }

    #order_step2 #login-options .first-login-box {
        margin-bottom: 50px;
        border-bottom: 1px solid #979797;
    }

    #order_step2 .cart-login {
        width: 100%;
    }

    #order_step2 .login-box {
        border: none;
    }

    #order_step2 #orderwithregister label,
    #order_step2 #no-login label,
    #order_step2 .login-button {
        width: 100%;
        min-width: auto;
    }

    #order_step2 .login-box .form-group {
        margin: 0;
    }

    #order_step2 .fb--register {
        padding: 0;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .forgot-password {
        margin-top: 0;
        font-weight: 500;
    }

    #order_step2 .orderform {
        margin-top: 0;
        border-top: 1px solid #979797;
    }

    #order_step2 .customer-details__btns .btn {
        padding: 6px 12px;
    }

    #order_step2 .border-title {
        font-size: 18px;
    }

    #order_step2 label.checkbox {
        align-items: flex-start;
    }
}

/* KROK 3 */

#order_step3 .checkator_source:focus+.checkator_element {
    border: 1px solid #F88900;
}

#order_step3 .checkator_source:checked+.checkator_element::after {
    top: 0;
}

#order_step3 #delivery_method {
    margin-bottom: 60px;
}

#order_step3 .delivery_option label,
#order_step3 .payment_option label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    font-size: 18px;
    color: #8f8f8f;
    font-weight: 500;
    line-height: 19px;
    width: calc(100% - 50px);
}

#order_step3 .delivery_option label .price {
    margin-bottom: 0;
}

#order_step3 #paczkomaty_box #parcel-label {
    margin-top: 35px;
}

#order_step3 #paczkomaty_box .search-group-btn .btn-search::before,
#order_step3 #paczkomaty_box .search-group-btn .btn-search::after,
#order_step3 #paczkomaty_box .btn-checkbox::before,
#order_step3 #paczkomaty_box .btn-checkbox::after {
    display: none;
}

#order_step3 #paczkomaty_box .btn-checkbox {
    width: 20px;
    height: 20px;
    min-width: auto;
}

.delivery_and_payments__title {
    font-size: 40px;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 500;
}

.delivery_and_payments-form__cnt {
    margin: 10px 0;
    background-color: #E5E5E5;
    color: #8F8F8F;
    font-size: 18px;
}

.delivery_and_payments-form__btns,
.customer-details__btns,
.summary__btns {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.add-info {
    margin-top: 50px;
}

.add-info p {
    font-size: 20px;
    line-height: 22px;
    color: #FF8200;
}

.go_back .btn-go {
    margin-top: 40px;
    margin-bottom: 30px;
}

#orderSummary__text h3 {
    color: #F88900;
    font-size: 44px;
}

#orderSummary__text p {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#order_step4 .title_small_order {
    text-transform: initial;
    color: #F88900;
    font-size: 20px;
    line-height: 22px;
}

#order_step4 .basket-sum {
    display: none;
}

#order_step4 .basketSumOrder4 {
    margin-top: 25px;
}

#order_step4 .basketSumOrder4 .basket-sum {
    display: flex;
}

@media (max-width: 480px) {
    #order_step3 .delivery_and_payments__title {
        font-size: 26px;
        line-height: 28px;
        text-align: center;
    }

    #order_step3 .delivery_option label,
    #order_step3 .delivery_option label .price {
        display: block;
    }

    #order_step3 .delivery_option label .price {
        margin-top: 10px;
    }

    #order_step3 .delivery_and_payments-form__btns .btn,
    #order_step3 .summary-btns .btn {
        padding: 6px 12px;
    }

    #order_step4 span.mobile-only {
        display: none;
    }
}

@media (max-width: 440px) {

    .delivery_and_payments-form__btns,
    .customer-details__btns,
    .summary__btns,
    .delivery_and_payments-form__btns span,
    .customer-details__btns span,
    .summary__btns span {
        display: block;
    }

    .delivery_and_payments-form__btns button,
    .customer-details__btns button,
    .summary__btns button {
        width: 100%;
        margin-top: 15px;
    }
}

/* SZCZEGÓŁY ZAMÓWIENIA */

#your_shopping_cart .btn--rabate {
    margin-left: 0;
}

#order_step4 .summary {
    clear: both;
}

#orderSummary .cart-header div {
    font-size: 20px;
    line-height: 13px !important;
    text-transform: none;
    font-weight: 500;
}

#orderSummary .cart-item {
    padding: 10px;
    margin-bottom: 10px;
}

#orderSummary .cart-item:last-of-type {
    margin-bottom: 50px;
}

#orderSummary .order_img_cnt {
    align-items: flex-start;
}

#orderSummary .product-name a {
    font-size: 18px;
    color: #4c4d4f;
    line-height: 19px;
}

#orderSummary .order_img_cnt {
    margin-top: 0;
}

#orderSummary .cart_img .cart_img_wrapper {
    max-height: 105px;
    height: auto !important;
}

#orderSummary .cart_img .cart_img_wrapper img {
    margin-top: 0 !important;
}

/* SZCZEGÓŁY ZAMÓWIENIA - PODSUMOWANIE */

#orderSummary .order_summary_delivery {
    margin-top: 25px;
}

#orderSummary #order_details .final .title {
    font-size: 40px;
    line-height: 43px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}

#orderSummary #order_details #items .cart-header {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 0fr 4fr 1fr 1fr 1fr 1fr;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
}

#orderSummary #order_details #items .cart-header div {
    padding-left: 0;
    padding-right: 0;
}

#orderSummary #order_details #items .cart-item {
    display: grid;
    grid-template-columns: 0fr 4fr 1fr 1fr 1fr 1fr;
    align-items: center;
}

#orderSummary #order_details #items .cart-item .order_img_cnt {
    align-items: center;
}

#orderSummary #order_details .shopping_cart_summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

#orderSummary #order_details .shopping_cart_summary>div {
    border: 1px solid #ebebeb;
    padding: 15px;
}

#orderSummary #order_details .shopping_cart_summary .order_summary_delivery {
    margin: 0;
}

#orderSummary #order_details .shopping_cart_summary .title_small_order {
    width: 100%;
    color: #000;
    margin-top: 0;
}

#orderSummary #order_details .shopping_cart_summary .title_small_order::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #f88900;
    display: block;
    margin-top: 5px;
}

#orderSummary #order_details .shopping_cart_summary .text-bold {
    font-weight: 600;
    color: #000;
}

#orderSummary #order_details .again-order-btn-wrapper {
    margin-bottom: 50px;
}

.regulations-text p, .regulations-text li{
    /* font-family: 'Times New Roman', Times, serif; */
    font-family: 'Ropa Sans', sans-serif;
    font-size: medium;
}

@media (max-width: 1200px) {
    #orderSummary #order_details #items .cart-tab {
        overflow: hidden;
        overflow-x: scroll;
        margin-bottom: 50px;
    }

    #orderSummary #order_details #items .cart-tab::-webkit-scrollbar-track {
        background-color: #ECECEC;
    }

    #orderSummary #order_details #items .cart-tab::-webkit-scrollbar {
        height: 5px;
        background-color: #ECECEC;
    }

    #orderSummary #order_details #items .cart-tab::-webkit-scrollbar-thumb {
        background-color: #F88900;
    }

    #orderSummary #order_details #items .cart-tab>div {
        width: 1170px;
    }

    #orderSummary #order_details #items .cart-item {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    #orderSummary #order_details .shopping_cart_summary {
        grid-template-columns: 1fr;
    }
}

/* strona kontaktu */

.contact-form-cnt {
    border: 1px solid #8F8F8F;
}

.form__input {
    height: 34px;
}

.form__text {
    height: 60px;
}

.contact-form-img img {
    width: 100%;
    max-height: 790px;
}

.contact-section {
    background-color: #F8F8F8;
    margin: 30px 0;
}

.contact-section p {
    font-size: 20px;
    color: #000000;
}

.contact-form-cnt .contact-wrapper .checkbox-set-flex .checkbox-flex-apply {
    display: flex;
}

.contact-form-cnt .contact-wrapper .btn--contact-form {
    margin: 0 !important;
    margin-top: 25px !important;
}

.contact-section h2,
.contact-section h3 {
    font-size: 24px;
    color: #F88900;
}

.contact-section h3 {
    font-size: 20px;
    margin-top: 0;
}

.form-group-input {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .header-template-2 .burger-container {
        display: none;
    }

    .header-template-2 .sites-container {
        display: block;
    }

    .header-template-2 .sites-container nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
    }

    .header-template-2 .sites-container a {
        padding: 15px 25px;
        position: relative;
        transition: .5s;
    }

    .header-template-2 .sites-container a:focus {
        text-decoration: none;
    }

    .header-template-2 .sites-container a:hover {
        color: #f88900;
    }

    .header-template-2 .sites-container a::after {
        content: '';
        display: block;
        height: 2px;
        width: 0%;
        position: absolute;
        bottom: 0;
        left: 5%;
        background-color: #f88900;
        transition: width .5s;
    }

    .header-template-2 .sites-container a:hover::after,
    .header-template-2 .sites-container li.active a::after {
        width: 90%;
        left: 5%;
    }

    .header-template-2 .sites-container li.active a {
        color: #f88900;
    }
}

@media (max-width: 992px) {
    .contact-form-cnt {
        border: none;
    }

    .contact-form-cnt .contact-wrapper {
        border: 1px solid #e5e5e5;
        padding: 10px;
        margin: 50px 0;
    }
}

@media (min-width: 480px) {
    .products-list .one-product {
        min-height: 364px;
    }
}

@media (max-width: 480px) {
    .contact-form-cnt .contact-wrapper .front-title--contact-form {
        font-size: 24px;
        line-height: 26px;
        font-weight: 500;
        color: #000;
        letter-spacing: -.5px;
        width: 70%;
        margin: 30px auto 15px;
    }

    .contact-form-cnt .contact-wrapper .contact-input__wrapper {
        font-size: 12px;
        line-height: 13px;
        color: #8f8f8f;
    }

    .contact-form-cnt .contact-wrapper .checkbox-set-flex {
        align-items: flex-start;
    }

    .contact-wrapper .checkbox-set-flex label {
        font-size: 12px;
        line-height: 13px;
        font-weight: 500;
    }

    .contact-form-cnt .contact-wrapper .btn--contact-form {
        width: 100%;
    }

    .contact-form-img {
        display: none;
    }

    .contact-section h2 {
        font-size: 24px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .contact-section h3 {
        font-size: 20px;
        line-height: 18px;
        margin-bottom: 15px;
        font-weight: 500;
    }

    .contact-section .col-md-4 {
        margin-bottom: 30px;
    }
}