.feature-part {
    padding-top: 50px;
}

.about-choose {
    padding-top: 30px;
    padding-bottom: 115px;
}

.about-choose80 {
    padding-bottom: 50px !important;
}

.about-img {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-left: 50px;
}
.about-img img {
    width: 100%;
    border-radius: 8px;
}

img {
    vertical-align: middle;
}
img, svg {
    vertical-align: middle;
}
.about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-content h2 {
    margin-bottom: 25px;
}
.about-content p {
    margin-bottom: 40px;
}
.about-list li {
    padding-left: 30px;
    border-left: 1px solid var(--border);
}
.about-list li:first-child {
    border-left: 0px;
    padding-left: 0px;
}
.about-list li h6 {
    font-weight: 400;
    color: var(--text);
    text-transform: capitalize;
}
.about-list li h3 {
    margin-bottom: 5px;
}
.about-company {
    padding-bottom: 15px;
    padding-top: 50px;
}

.new_slider .slick-track {
    min-height: 600px;
    max-height: 100vh;
}

.banner-porada {
    padding-top: 80px !important;
    padding-bottom: 115px !important;
}

.banner-porada1 {
    padding-bottom: 60px !important;
}

.banner-porada-title {
    color: #fff;
    font-size: 50px;
    padding-bottom: 30px;
}

.footer-porada {
    justify-content: space-between;
}

.margin-b-porada {
    margin-bottom: 10px;
}

.about-content h2 {
    text-align: center;
}

.countdown-porada {
    margin-bottom: 35px;
}

.feature-part-porada {
    padding-top: 80px;
}

.feature-wish {
    top: 1px;
    right: 4.5px;
}


.banner-img > img {
    width: 100%;
    border-radius: 8px;
}

.privacy-part-porada {
    padding-top: 50px;
}

.about-choose-porada-block-margin {
    margin-bottom: 50px;
}

.slick-slide > img {
    object-fit: contain;
    max-height: 80vh;
}

.product-image {
    width: 100%;
}

.product-image > img {
    border-radius: 4px;
}

.changelang {
    display: none;
}
/* .shop-widget-scroll {
    max-height: 279px;
} */

.catalog-a-porada {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: var(--gray);
    transition: 0.2s ease-out;
}

.catalog-a-porada:hover {
    color: var(--primary);
}

.checkbox {
    pointer-events: none;
}

.none {
    display: none !important;
}

.price_reset {
    margin-top: 15px;
}

.cat_link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: var(--gray);
    transition: 0.2s ease-out;
    cursor: pointer;
}

.cat_link:hover {
    color: var(--primary);
}

.account-card-porada {
    padding-top: 30px;
}

.errortext {
    color: var(--red) !important;
}

.input-error {
    outline: solid 1px var(--red) !important;
}

.porada-flex-dir:nth-child(2n) {
    flex-direction: row-reverse;
}

.porada-flex-dir {
    margin-top: 30px;
}

.porada-gap-30 {
    gap: 30px;
}

.porada-nowrap {
    display: flex;
    flex-wrap: nowrap;
}

.porada-choose-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* gap: 10px; */
}

.choose-icon > i > img {
    width: 70%;
    height: 70%;
}

.p_arrow {
    margin-left: 5px;
    margin-right: 0px !important;
}

.flex-dir-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.checkbox_none {
    pointer-events: none;
}

.pointer {
    cursor: pointer;
}

.completed_collect .blog-card {
    opacity: 0.3;
}

.completed_collect {
    position: relative;
}

.completed_label {
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 600;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    pointer-events: none;
}

.bg_gradient {
    background: linear-gradient(to left, #c3f6ff, #a1caf3);
    padding: 50px 0 50px 0 !important;
}

.feature-media-porada {
    width: 37%;
}

.tg_icon svg path {
    transition: 0.2s ease-out;
}

.tg_icon:hover svg path {
    fill: #ffffff;
  }

.product-add-reverse {
  color: var(--primary) !important;
  background: var(--white) !important;
  border-radius: 6px;
  border: 2px solid var(--primary);
  margin-bottom: 20px;
}

.product-add-reverse:hover {
    color: var(--white) !important;
    background: var(--primary) !important;
}

.choose-card:hover > .choose-icon > i > img {
    filter: invert(100%);
}

.choose-card > .choose-icon > i > img {
    transition: 0.3s ease-out;
}

.navbar-link-phone {
    padding: 0 !important;
    text-transform: none;
    color: var(--text) !important;
}

.navbar-link-phone:hover {
    color: var(--primary) !important;
}

.navbar-link-phone-rev {
    padding: 0 !important;
    text-transform: none;
    color: var(--primary) !important;
}

.navbar-link-phone-rev:hover {
    color: var(--text) !important;
}

.footer-links > ul {
    width: 33%;
    flex-wrap: wrap;
}


.text-trans-none {
    text-transform: none !important;
}

::placeholder {
    text-transform: none !important;
}

.no-result {
    padding: 20px;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg_black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}


.relative {
    position: relative;
}


.archival {
    opacity: 0.7;
}


.footer-links {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
    .cart-delete{
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
    }
    
}

.details-list-group {
    margin-top: 30px;
}


.fulltext_frame ol > li {
    margin-bottom: 30px;
}

.fulltext_frame table {
    max-width: 100%;
}

.product_short_discription table {
    max-width: 100%;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
    }

    .megamenu {
        width: 90%;
    }

    .megamenu > .container {
        max-width: 100%;
    }
}




/* --------------------------- new menu start */


.menu_container {
    display: flex;
}


.megamenu-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 10px;
    border-radius: 10px;
    transition: 0.2s ease-out;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.megamenu-title_hover {
    background-color: #E8E8E8;
}

.megamenu-title-title {
    transition: 0.2s ease-out;
}

.megamenu-title_hover .megamenu-title-title {
    color: var(--primary);
}


.menu-category-arrow {
    width: 16px;
    object-fit: contain;
    opacity: 0;
    transition: 0.2s ease-out;
    margin-left: 6px;
    position: relative;
    left: -10px;
}


.megamenu-title_hover .menu-category-arrow {
    opacity: 1;
    left: 0;
}


.megamenu-title::before {
    display: none;
}


.megamenu-title-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-icon-cont {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
}

.category-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: 1;
    transition: 0.2s ease-out;
}

.category-icon-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.2s ease-out;
}

.megamenu-title_hover .category-icon {
    opacity: 0;
}

.megamenu-title_hover .category-icon-hover {
    opacity: 1;
}

.submenublock {
    display: none;
    position: relative;
}

.submenublock_active {
    display: flex;
    flex-wrap: wrap;
}

.megamenu-category-title {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 33%;
    padding: 6px;
    cursor: pointer;
    transition: 0.3s ease-out;
    border-radius: 10px;
}

.megamenu-category-title:hover {
    background-color: #F3F3F3;
}

.megamenu-category-title a {
    color: var(--heading);
}


.megamenu-category-title:hover a {
    color: var(--primary);
}


.category-img {
    width: calc(100%/3);
    aspect-ratio: 1/1;
    object-fit: contain;
}

.mobile-sec-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.category-link {
    gap: 6px;
}

.category-link > a {
    color: var(--heading);
    padding-right: 15px;
}

.dropdown-list li a {
    white-space: wrap;
}

@media screen and (max-width: 1200px) {
    .megamenu-category-title a {
        font-size: 14px;
    }

    .category-img {
        width: calc(100%/3.5);
    }
}


/* попапи початок */

.popup {
    width: 100%;
    height: 110%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    overflow: scroll;
    display: none;
}

.active_popup {
    display: flex;
}

.popup_bg {
    width: 100%;
    height: 110%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.7;
}

.user-form-part {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.login_form {
    background-color: var(--body);
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin: 100px auto;
    margin-bottom: 0;
    height: fit-content;
}



.big_btn {
    transition: var(--transition);
}

.big_btn:hover {
    color: var(--primary);
    background-color: var(--white);
    outline: solid var(--primary) 1px !important;
}

.reset_popup {
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.register_form {
position: relative;
z-index: 20;
}


.confirm_block {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* попапи кінець */


.red-alert-info {
    border-top: 3px solid var(--red);
}

.red-alert-info p {
    color: var(--red);
    font-weight: 700;
}
/* 
фікс слайдера на головній */
.home-classic-slider .slick-track{
  display:flex !important;
  align-items: stretch;
}
.home-classic-slider .slick-slide{
  height:auto;
}
.home-classic-slider .banner-part{
  height:100%;
}


.single-banner h2 {
    color: var(--text);
}