@font-face {
    font-family: e-Ukraine;
    src: url("/wp-content/themes/ttu/assets/fonts/e-ukraine/e-Ukraine-Light.otf") format("opentype");
}

@font-face {
    font-family: e-Ukraine;
    font-weight: bold;
    src: url("/wp-content/themes/ttu/assets/fonts/e-ukraine/e-Ukraine-Bold.otf") format("opentype");
}

#page header {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .front-page-product-0 .front-page-product-info {
        order: 1;
    }

    .front-page-product-1 .front-page-product-image {
        order: 0;
    }
}

.product-title,
.tab-content .tab-pane h2,
.front-page-product-image .h2 {
    font-weight: 800;
}

.hidden {
    display: none !important;
}

.form-radio-type .wpcf7-list-item {
    display: block;
    margin-left: 0 !important;
}

.form-radio-type .wpcf7-list-item label {
    display: flex;
    /*margin-bottom: 1rem;*/
    margin-bottom: 0.5rem;
}

.form-radio-type .wpcf7-list-item.last label {
    margin-bottom: 0;
}

.form-radio-type .wpcf7-list-item label input {
    margin-right: 0.5rem !important;
}

.form-radio-type .wpcf7-list-item label span {
    margin-top: 0.2rem;
}

.slick-product-container-gallery-item img {
    max-height: 65vh;
}

.front-page-about .icon.blurb-icon:before {
    content: "";
    width: 46px;
    height: 46px;
}

.front-page-about .icon.blurb-icon.year:before {
    background: url(/wp-content/themes/ttu/images/Year.svg);
    background-size: contain;
}

.front-page-about .icon.blurb-icon.tested:before {
    background: url(/wp-content/themes/ttu/images/Military.svg);
    background-size: contain;
}

.front-page-about .icon.blurb-icon.own-manuf:before {
    background: url(/wp-content/themes/ttu/images/Production.svg);
    background-size: contain;
}

.front-page-about .icon.blurb-icon.garant:before {
    background: url(/wp-content/themes/ttu/images/Guarantee.svg);
    background-size: contain;
}

.front-page-about .icon.blurb-icon.gurt:before {
    background: url(/wp-content/themes/ttu/images/Wholesale.svg);
    background-size: contain;
}

.front-page-about .icon.blurb-icon.standarts:before {
    background: url(/wp-content/themes/ttu/images/Checklist.svg);
    background-size: contain;
}

.front-page-about .blurb-link-overlay {
    pointer-events: none;
}

.social-icon-dark img {
    transition: 0.2s;
    filter: brightness(0.65);
}

.social-icon-dark img:hover {
    filter: brightness(1);
}

.dev-koala {
    font-size: 13px;
    color: #ababab;
}

.koala_img {
    padding: 14px 18px;
    background: url("/wp-content/themes/ttu/assets/icons/koala-logo.png") no-repeat !important;
    background-position-x: 0 !important;
    margin-right: 5px !important;
    opacity: 0.7 !important;
}

.dev-koala a {
    color: #fff;
}

.dev-koala a:hover {
    color: #fff;
}

.dev-koala a:hover .koala_img,
.dev-koala .koala_img:hover {
    background-position-x: -38px !important;
}

.ta-r {
    text-align: right;
}

.ai-base {
    align-items: baseline;
}

.mt2_3 {
    margin-top: 2.23125rem;
}

.navbar-logo-default-mobile {
    max-height: 35px;
}

.front-page-baners .swiper-pagination-wrap {
    display: none !important;
}

.front-page-product-footer {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.front-page-product-footer-2 {
    padding-left: 3rem;
    color: #005A34;
    font-size: 1.625rem;
}

.mobile-only {
    display: none;
    padding-top: 60px;
}

@media screen and (max-width: 991px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none !important;
    }

    .product.product-overview .blurb.blurb-micro {
        display: flex;
    }

    .product.product-overview .blurb.blurb-micro .blurb-value {
        margin-left: 10px;
    }

    #description .table {
        max-width: 100%;
        overflow-y: auto;
        display: block;
        position: relative;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 475px) {
    .front-page-product-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .front-page-product-footer-1 {
        order: 1;
    }

    .front-page-product-footer-2 {
        padding-left: 0;
        margin-bottom: 15px;
        order: 0;
    }
}

@media screen and (max-width: 991px) {
    @keyframes shake2 {
        0% {
            left: calc(50vw - 24px);
        }

        50% {
            left: calc(50vw - 12px);
        }

        100% {
            left: calc(50vw - 24px);
        }
    }

    #description .table:after {
        content: "";
        display: block;
        height: 48px;
        width: 48px;
        background: url(/wp-content/themes/ttu/images/swipe_white_bg.png);
        background-size: contain !important;
        position: absolute;
        bottom: 12px;
        left: calc(50vw - 24px);
        animation: shake2 2s infinite;
    }
}

.second-logo-wrapper {
    margin-top: 40px;
}

.second-logo {
    max-width: 150px;
}

.cross-link {
    margin-top: 30px;
    /*color: #005A34;*/
    border-left: 4px solid #005A34;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cross-link a {
    text-decoration: underline;
}

.front-page-product-footer-2 {
    font-weight: bold;
}

.entry-title {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .entry-title {
        margin-top: 0px;
        margin-bottom: 25px;
        text-align: center;
    }
}

.product-price.h4 {
    font-weight: bold;
}

.form_succes_sent {
    display: block;
    opacity: 0.01;
}

.form_succes_sent.active {
    opacity: 1;
}

.grecaptcha-badge {
    z-index: -50 !important;
    visibility: hidden;
}

.wc-proceed-to-checkout > .checkout-button.btn-primary {
    color: #fff;
    margin-top: 1.35625rem;
}

.wc-proceed-to-checkout > .checkout-button.btn-primary:hover {
    color: #005A34;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
#billing__shipping_field label,
#billing__comments_field label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #264555;
    letter-spacing: 0.03em;
}

.woocommerce-billing-fields__field-wrapper .form-row label .required {
    text-decoration: none;
    color: red;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
#billing__billing_address,
#billing__billing_comments,
.zen-ui-select__value,
.zen-ui-select__options,
#billing__shipping_field .input-text,
#billing__comments_field .input-text {
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    padding: 1.0625rem 1.1875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.225;
    color: #264555;
    background-color: #f6f7f9;
    background-clip: padding-box;
    border: 1px solid #f6f7f9;
    appearance: none;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.zen-ui-select__value,
.zen-ui-select__options,
.zen-ui-select__search,
#wcus_np_billing_custom_address {
    border-color: #005A34 !important;
}

.zen-ui-select__value svg {
    fill: #005A34;
}

.zen-ui-select__options {
    border-radius: 0 0 8px 8px;
    width: 96.5%;
    margin: 0 auto;
}

.zen-ui-select__search {
    border-radius: 0;
    width: 96.5%;
    margin: 0 auto;
}

#wcus_np_billing_custom_address {
    width: 100%;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.225;
    color: #264555;
    padding: 9px 28px 9px 12px !important;
}

.woocommerce-billing-fields__field-wrapper > p.form-row input {
    width: 100%;
    border: none;
    background-color: #f6f7f9;
}

.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout-review-order-table th.product-total {
    background: #005A34;
    border-color: #005A34;
}

.shop_table.woocommerce-checkout-review-order-table .order-total td {
    border-top: 1px solid rgb(38, 69, 85);
}

.shop_table.woocommerce-checkout-review-order-table .order-total {
    background-color: #f6f7f9;
}

.rela-dropbtn {
    background-color: #f6f7f9;
    padding-top: calc((3.39844rem - 0.9375rem - 1px * 4) / 2);
    padding-bottom: calc((3.39844rem - 0.9375rem) / 2);
    padding-left: 1.1875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1;
    color: #264555;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 8px;
    min-width: 250px;
    text-align-last: left;
    position: relative;
}

.rela-dropbtn::before {
    content: "\f236";
    font-family: "Material Design Icons";
    position: absolute;
    top: 17px;
    right: 17px;
    transition: 0.3s;
}

.rela-dropdown-active .rela-dropbtn::before {
    transform: rotate(180deg);
}

.rela-dropdown-active .rela-dropbtn {
    background-color: #005A34;
    color: #fff;
    position: relative;
    z-index: 11;
}

.rela-dropbtn:hover,
.rela-dropbtn:focus {
    background-color: #005A34;
    color: #fff;
}

.rela-dropdown {
    position: relative;
    display: inline-block;
    margin-top: 1rem;
}

.rela-dropdown-content {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1;
    color: #264555;
    display: none;
    position: absolute;
    background-color: #f6f7f9;
    min-width: 250px;
    overflow: auto;
    z-index: 1;
    border-radius: 0 0 8px 8px;
}

.rela-dropdown-content a {
    color: #264555;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.rela-dropdown-content a:first-child {
    padding-top: 15px;
}

.rela-dropdown a:hover {
    background-color: #005A34;
    color: #fff;
}

.rela-show {
    display: block;
    border-radius: 0 0 8px 8px;
    margin-top: -7px;
}

.product-check .cart {
    display: inline;
}

.product-check button {
    margin-bottom: 0.9375rem;
}

.product .product-check {
    margin-top: 0px;
}

.below-comments {
    font-size: 0.8rem;
    padding: 1rem 0 0 0;
}

@media screen and (max-width: 1200px) {
    .rela-dropbtn,
    .single_add_to_cart_button,
    .buy-btn-detail {
        width: 260px;
    }
}

@media screen and (max-width: 768px) {
    #order_review {
        font-size: 0.75rem;
    }

    #order_review .woocommerce-checkout-review-order-table th {
        font-size: 0.9rem;
    }
}

.text-block.text-block-2.d-md-flex.align-items-center.justify-content-center {
    margin-left: auto;
}

.navbar-button.onclinic-cart[data-multi-switch]:before {
    color: #264555;
}

.navbar-button.onclinic-cart[data-multi-switch]:hover:before {
    color: #005A34;
}

@media screen and (max-width: 567px) {
    .rela-dropbtn,
    .single_add_to_cart_button,
    .buy-btn-detail {
        min-width: 250px;
        max-width: 280px;
        width: 260px;
    }

    #post-7 .woocommerce-cart-form__cart-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        justify-content: center;
        border-bottom: 1px solid #dde0e9;
        margin-bottom: 40px;
    }

    #post-7 .woocommerce-cart-form__cart-item td {
        display: block;
        padding: 1.5rem 0.5625rem;
    }

    #post-7 .woocommerce-cart-form__cart-item .product-remove {
        flex: 0 0 60px;
        padding: 20px;
        margin-left: auto;
    }

    #post-7 .woocommerce-cart-form__cart-item .product-thumbnail {
        padding: 10px 0;
        flex: 1 1 100%;
        height: auto;
        overflow: hidden;
    }

    #post-7 .woocommerce-cart-form__cart-item .product-name {
        flex: 1 1 100%;
    }

    #post-7 .woocommerce-cart-form__cart-item .product-price,
    #post-7 .woocommerce-cart-form__cart-item .product-quantity,
    #post-7 .woocommerce-cart-form__cart-item .product-subtotal {
        flex: 1 1 33.3333%;
        margin: 0;
        border-bottom: none;
    }
}

.prod-attention {
    padding: 20px 0 20px 20px;
    border-left: 3px solid #005A34;
}

.prod-attention p {
    margin: 0;
}

.prod-attention a {
    text-decoration: underline;
}

.service-articles {
    padding: 0 0 60px 0;
}

.service-articles h2 {
    font-size: 2rem;
}

.service-articles .h4 {
    margin-top: 2rem;
}

.service-articles .ul {
    margin-top: 1.3125rem;
}

.service-articles .ul-dot {
    padding-left: 25px;
    margin: 14px 0;
    list-style-type: disc;
}

.service-articles .ul-dot li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.service-articles .ul-dot li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.service-articles .row-content-2 .d-flex {
    margin-bottom: 40px;
}

.service-articles .list-item a {
    text-decoration: underline;
}

.service-articles .box-pricing:hover .list-item a {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .service-articles {
        padding: 40px 0;
    }
}

.navbar-extra {
    display: none;
    padding: 0 20px;
}

.navbar-extra__list {
    border-top: 3px solid #005A34;
    padding: 30px 0;
}

.navbar-extra__soc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -20px;
    padding: 30px 0;
}

.navbar-extra__soc .navbar-extra__item {
    padding: 0 20px;
}

.navbar-extra__soc .social-icon-dark:hover {
    filter: brightness(0);
}

.navbar-extra__item a {
    overflow: hidden;
    color: #264555;
    transition: 0.2s;
}

.navbar-extra__item a:hover {
    color: #005A34;
}

@media screen and (max-width: 1199px) {
    .navbar-extra {
        display: block;
    }
}

.info-links {
    padding: 20px 0;
}

.terms-wrap {
    font-size: 0.65rem;
    margin-top: 10px;
}

#order_review .wc_payment_method {
    margin-top: 10px;
}

.front-title h1,
.front-title h2 {
    font-size: 1.875rem;
    line-height: 1.25;
    letter-spacing: -0.05em;
    margin: 0;
    display: inline;
}

h1.product-title {
    font-size: 1.5rem;
    line-height: 1.25;
}

@media (min-width: 1200px) {
    .front-title h1,
    .front-title h2 {
        font-size: 3rem;
    }

    h1.product-title {
        font-size: 2.125rem;
    }
}

@media (min-width: 992px) {
    .front-title h1,
    .front-title h2 {
    }

    h1.product-title {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    .front-title h1,
    .front-title h2 {
        font-size: 2.5rem;
    }

    h1.product-title {
        font-size: 1.75rem;
    }
}

.section-reviews--front h3 {
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
}

@media (max-width: 767.98px) {
    .section-reviews--front h3 {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
    }
}

.woocommerce-pagination {
    margin-bottom: 40px;
}

.woocommerce-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-pagination .page-numbers li {
    margin: 0 10px;
}

.page-numbers.current {
    padding: 10px;
    background-color: #005A34;
    border-radius: 50%;
    margin: 0;
    width: 27px;
    height: 27px;
    color: #fff;
}

.page-numbers:not(.current):hover {
    color: #264555;
}

@media (min-width: 1200px) {
    .woocommerce-pagination {
        margin-bottom: 80px;
    }

    .rd-navbar-fullwidth .navbar-navigation-dropdown {
        width: 500px;
        border: 1px solid #dde0e9
    }
}

.section-catalog {
    padding-bottom: 0px !important;
}

.btn-primary {
    background: #005A34 !important;
    border-color: #005A34 !important;
}

.list-icons-2 .list-icon {
    color: #005A34 !important;
}

.navbar-button .navbar-button-badge {
    background-color: #005A34 !important;
}

.front-page-product-footer-2 {
    color: #005A34 !important;
}

.contact-popup-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 35%);
    z-index: 100;
    display: none;
    opacity: 0;
    transition: .3s;
    z-index: 9999;
}

.contact-popup-bg.active {
    display: block;
}

.contact-popup {
    position: fixed;
    right: 100px;
    bottom: 95px;
    z-index: 150;
}

.contact-popup .contact-popup-button {
    cursor: pointer;
    display: flex;
    border: 2px solid #005A34!important;
    background: #005A34!important;
    padding: 5px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
    transition: .2s;
}

.contact-popup .contact-popup-button:hover {
    transform: scale(1.1);
    transition: .2s;
}

.contact-popup .contact-popup-button img {
    height: 60px;
    width: 32px;
    display: block;
    margin-top: 2px;
    position: absolute;
    transition: .2s;
}

.contact-popup .contact-popup-button .main-btn {
    opacity: 1;
}

.contact-popup .contact-popup-button .close-btn {
    opacity: 0;
    width: 32px;
    height: 32px;
    margin-top: 0;
}


.contact-popup.active {
    z-index: 9999;
}

.contact-popup.active .contact-popup-button .main-btn {
    opacity: 0;
}

.contact-popup.active .contact-popup-button .close-btn {
    opacity: 1;
    transform: rotate(90deg);
}


.contact-popup .contact-popup-items {
    flex-direction: column;
    justify-content: flex-end;
    display: none;
    transition: .3s;
    transform: translateY(0px);
    margin-right: 7px;
}

.contact-popup .contact-popup-items.active {
    display: flex;
}

.contact-popup .contact-popup-items.active.up {
    transform: translateY(-10px);
}

.contact-popup .contact-popup-items .contact-popup-item {
    transition: .3s;
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
    color: #000;
    align-items: center;
}

.contact-popup .contact-popup-items .contact-popup-item:hover .contact-popup-item-text {
    transition: .15s;
    box-shadow: 4px 4px 5px 0px rgb(0 0 0 / 12%);
}


.contact-popup .contact-popup-items .contact-popup-item:hover {
    transform: translateX(-5px);
}

.contact-popup .contact-popup-item-icon {
    border-radius: 50%;
    overflow: hidden;
}

.contact-popup .contact-popup-item-icon img {
    height: 48px;
    width: 48px;
}

.contact-popup .contact-popup-item-text {
    font-family: 'BebasNeuePro', Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    background: #005A34;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    margin-right: 15px;
    min-width: 135px;
    display: inline-block;
    text-align: center;
}

.contact-popup-wrapper {
    position: relative;
}

.popup-question {
    position: absolute;
    top: 0px;
    left: -230px;
    max-width: fit-content;
    min-width: 205px;
    cursor: pointer;
    display: none;
    white-space: nowrap;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 600;
}

.popup-question div {
    background: #005A34;
    padding: 3px 5px 3px 15px;
    position: relative;
    border-radius: 6px;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
}

.popup-question div::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 11;
    top: 13px;
    right: -8px;
    border-width: 10px 6px 10px 6px;
    border-style: solid;
    border-color: #005A34;
    border-top-color: transparent;
    border-right-color: transparent;
}

.popup-question img {
    width: 40px;
    height: auto;
}

.navbar-cell {
    justify-content: center;
}

.header {
    padding: 20px 0 0 0;
}

.box-form-1 .box-header, .to-top, .owl-nav button::after, .owl-carousel .owl-next::before {
    background-color: #005A34 !important;
}

.btn-primary-inverse {
    border-color: #005A34 !important;
}

.btn-primary-inverse:hover {
    background: #005A34 !important;
    border-color: #005A34 !important;
}

a, .product.product-overview .product-price {
    color: #005A34;
}

.contact-manager {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.contact-manager div p {
    margin-left: 45px;
}
.box-pricing:hover{
    background: #005A34 !important;
}
.owl-carousel .owl-dot{
    background-color: #005A34!important;
}
.owl-carousel .owl-dot.active{
    box-shadow: 0 0 0 10px #005A34!important;
    background-color: #fff!important;
}
.owl-carousel .owl-dot:hover{
    box-shadow: 0 0 0 10px #005A34!important;
    
}
.preloader-dot{
    background: #005A34;
}
#mrkv_ua_shipping_nova-poshta_fields, #mrkv_ua_shipping_nova-poshta_fields{
    margin-top: 1.875rem;
}
.required_field{
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #264555;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
/* NP (Morkva) select2 -> like your checkout inputs */
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_city_field .select2-container,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_name_field .select2-container,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_poshtamat_city_field .select2-container,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_poshtamat_name_field .select2-container,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_city_field .select2-container,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_street_field .select2-container,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_house_field .select2-container {
    width: 100% !important;
}

.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_poshtamat-shipping-info .select2-container .select2-selection--single,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta-shipping-info .select2-container .select2-selection--single,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address-shipping-info .select2-container .select2-selection--single {
    height: 56px !important;
    padding: 0 15px !important;
    background-color: #f6f7f9 !important;
    border: 1px solid #f6f7f9 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
}

.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_poshtamat-shipping-info .select2-selection__rendered,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta-shipping-info .select2-selection__rendered,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address-shipping-info .select2-selection__rendered {
    padding: 0 !important;
    line-height: 1.2 !important;
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    color: #264555 !important;
}

/* arrow like native select */
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_poshtamat-shipping-info .select2-selection__arrow,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta-shipping-info .select2-selection__arrow,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address-shipping-info .select2-selection__arrow {
    height: 56px !important;
    top: 0 !important;
    right: 10px !important;
}

/* focus state */
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_poshtamat-shipping-info .select2-container--open .select2-selection--single,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta-shipping-info .select2-container--open .select2-selection--single,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address-shipping-info .select2-container--open .select2-selection--single,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_poshtamat-shipping-info .select2-container--focus .select2-selection--single,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta-shipping-info .select2-container--focus .select2-selection--single,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address-shipping-info .select2-container--focus .select2-selection--single {
    border-color: #d7dee3 !important;
}

/* dropdown panel */
.select2-container--default .select2-dropdown {
    border-radius: 12px !important;
    border: 1px solid #d7dee3 !important;
    overflow: hidden;
}
.select2-container--default .select2-results__option {
    padding: 10px 14px !important;
}
.product-extended .product-btn-wrap .product-btn{
    padding: 0.5rem 0.5rem;
}

.home_title_h3{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 3.125rem;
}
.tab-content{
    padding-top: 0!important;
}
.single_add_to_cart_button {
    padding: 0.5rem 0.8125rem!important;
}
.wc-proceed-to-checkout > .checkout-button.btn-primary:hover{
    color: #fff;
}
.checkout-button {
    padding: 1.0rem 1.8125rem!important;
}