/*
Theme Name: Uny
Theme URI: https://uny.ro/
Author: uny
Author URI: https://uny.ro/
Version: 5.3.4
Requires at least: 5.0
Tested up to: 6.4.1
Requires PHP: 7.4
License: MIT License
Text Domain: uny
Tags: featured-images, threaded-comments, translation-ready


*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/


/**  -------------------------------------------------- Custom container  Content ------------------------------------------ **/



.container-custom {
    max-width: 1723px;
    margin: 0 auto;

    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);


}

.navbar .container-custom{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1250px) and (max-width: 1770px) {
    .container-custom {
        max-width: 1250px;

    }


}


@media (min-width: 1025px) and (max-width: 1281px) {
    .container-custom {
        max-width: 1125px;

    }

}

@media (min-width: 995px) and (max-width: 1025px) {
    .container-custom {
        max-width: 909px;

    }

}


@media (min-width: 769px) and (max-width: 995px) {
    .container-custom {
        max-width: 768px;
    }

    .content-head {
        padding-bottom: 90px !important;
    }
}

@media  (max-width: 768px) {
    .container-custom {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;

}

body{
    font-family: 'Raleway', sans-serif !important;
}
p, li, a, span {
    margin-bottom: 0.5em;
    line-height: 25px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif !important;
}


#nav-main {
    background: #fff;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    float: left;
}

/**  -------------------------------------------------- Edn Custom container  Content ------------------------------------------ **/



#bootscore-navbar li a{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif !important;

    padding: 0;
    margin: 0 20px;

}

.page-top-inf-ban {
    background: url(./img/img-top.jpg);
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 139px;
    padding: 288px 0
}

.info-bog-b h1{
    color: #FFF;
    font-size: 62px;
    font-weight: 900;
    margin-bottom: 15px;
}

.info-bog-b p{
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 29.75px; /* 135.227% */
}
.info-bog-b a{
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    padding: 8px 35px;
    color: #FFF;
    background: #811C5B;
    font-style: normal;
    font-weight: 500;
    line-height: 29.75px; /* 218.75% */
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid transparent;
    font-size: 13.6px;
}
.info-bog-b a:hover {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

.info-bog-b {
    max-width: 42%;
}

.box-beneficii-home {
    display: flex;
}
.box-beneficii-home img {
    height: 65px;
}

.box-beneficii-home p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.4px; /* 137% */
    margin-left: 20px;
    min-height: 65px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    max-width: 55%;
}


.beneficii-home{
    background: #FCFCFC;
    padding: 30px 0;
}

.title-prod {
    text-align: center;
}

.title-prod span{
    color: #811C5B;
    font-size: 13.6px;
    font-weight: 500;
    line-height: 23.8px; /* 175% */
    letter-spacing: 2px;
    text-transform: uppercase;
}
.title-prod h2{
    color: #101020;
    font-size: 44.5px;
    font-weight: 700;
    line-height: 53.41px; /* 120.022% */
}
.title-prod p{
    color: #3A3A3B;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 29.75px; /* 175% */
}
.produse-home {
    margin-top: 105px;
}

.title-prod img{
  background: #e2e2e2;
}

.owl-item.active.center .title-prod img{
    background: #fff;
}
.main-content {
    margin-top: 78px;
}
.content-prod-title h4{
    color: #3A3A3B;
    font-size: 20px;
    font-weight: 600;
    line-height: 25.5px; /* 121.429% */
    max-width: 77%;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 20px;
}
.pret-prod-home {
    color: #4f4f4f;
}
.pret-prod-home del bdi, .pret-prod-home del bdi span {
    font-size: 15px !important;
}


.pret-prod-home span {
    color: #4f4f4f !important;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: capitalize;
}

.btn-prod-det a{
    text-decoration: none;
    color: #FFF;
    background: #811C5B;
    font-size: 14.6px;
    font-weight: 400;
    line-height: 29.75px; /* 203.767% */
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 2px 20px;
    display: inline-block;
}
.btn-prod-det {
    text-align: center;
    margin-top: 23px;
}
.produse-home .owl-prev, .produse-home .owl-next,
.blog-home .owl-next,
.blog-home .owl-prev{
    background: none !important;
    border: none;
}
.produse-home .owl-prev img, .produse-home .owl-next img,
.blog-home .owl-prev img,
.blog-home .owl-next img
{
    background: #ddd !important;
    border: none;
    width: 30px;
    border-radius: 50px !important;
}

@media (min-width: 755px) {
    .produse-home .owl-controls, .blog-home .owl-controls
    {
        display: none;
    }
}

.specialitate {
    margin: 100px 0;
    background:#0E2742;
    position: relative;
}
.img-left-special  {
    margin-left: -319px;
    overflow: hidden;
}
.content-special h3{
    color: #FFF;
    font-size: 29.6px;
    font-weight: 600;
    line-height: 29.75px; /* 94.146% */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content-special p{
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 29.75px; /* 116.211% */
    letter-spacing: 2px;
}
.content-special li{
    list-style: none;
    margin: 15px 0;
}
.content-special li img{
    margin-right: 37px;
    width: 43px;
    float: left;
}
.content-special {
    padding: 40px 30px;
}
.content-special ul {
    margin: 38px 40px 45px;
}
.content-special ul span {
    line-height: 53px;
    font-weight: 400;

    color: #FFF;
    list-style: none;
    font-size: 18px;

    letter-spacing: 2px;
}
.lik-buton a{
    display: inline-block;
    border: 3px solid #811C5B;
    border-radius: 15px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 16px 28px;
    margin-right: 26px;
}
.lik-buton a:hover{
    background: #811C5B;
}
.lik-buton .btn-back {
    background: #811C5B;
}
.lik-buton .btn-back:hover{
    background: none !important;
    border: 3px solid #811C5B;
}
.top-blog-home {
    text-align: center;
    max-width: 59%;
    margin: 0 auto;
}
.top-blog-home  span{
    color: #811C5B;
    font-size: 13.6px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.top-blog-home  h3{
    color: #101020;
    font-size: 51.5px;
    font-weight: 700;
    margin-top: 9px;
    margin-bottom: 35px;
}
.top-blog-home  p{
    color: #3A3A3B;
    font-size: 17px;
    line-height: 29.75px; /* 175% */
}

.content-blog-home {
    position: relative;
}
.content-blog-title {
    position: absolute;
    bottom: 0;
}
.post-categories a{
    color: #FFF;
    font-size: 13.6px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}
.content-blog-title h4{
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    margin: 3px 0 17px;
}
.btn-blog-det a{
    background: #FFF;
    color: #666;
 display: inline-block;
    padding: 7px 30px;
    font-size: 13.6px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}
.content-blog-title {
    padding: 37px;
}
.blog {
    margin-top: 78px;
}
.magie {
    margin: 200px 0 100px;
}
.content-magie h3{
    color: #3A3A3B;
    font-size: 29.6px;
    font-weight: 700;
    margin-bottom: 39px;
}
.content-magie strong{
    font-weight: 600;
}
.content-magie p{
    color: #4E4E4E;
    font-size: 17px;
    margin: 19px 0;
    font-weight: 400;
    line-height: 26.8px;
}
.btn-spe a{
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    padding: 7px 20px;
    color: #FFF;
    background: #811C5B;
    font-style: normal;
    font-weight: 500;
    line-height: 29.75px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid transparent;
    font-size: 13.6px;
}
.content-magie {
    padding-right: 27px;
    margin-top: 40px;
}
.img-magie img {
    border-radius: 20px;
}
.footer{
    background: #0E2742;;
    padding-top: 60px;

}
.footer-box {
    padding-right: 35px;
}
.footer-box p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin-top: 26px;
    margin-bottom: 23px;
}
.social-icons ul {
    padding: 0;
}
.social-icons ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

.single-page.archive-shop {
    padding: 0;
    background: #fff;
    padding-bottom: 100px;
}
.content-page-single.content-archive-shop {
    padding: 0;
    box-shadow: none;
    margin-top: 60px;
}
.main-archive-shop .woocommerce-result-count, .main-archive-shop .woocommerce-ordering {
    display: none;
}
.social-icons ul a {
    padding-top: 7px;
    background-color: #811C5B;
    width: 35px;
    height: 35px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
}
.social-icons ul a:hover{
    background: none;
    border: 2px solid  #811C5B;
}
.adress-foot h4 {
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    margin: 12px 0 35px;
}
.adress-foot p, .adress-foot a {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
}
.menu-foot ul li {
    list-style: none;
}
.mailchimp-foot label {
    background: #032D48;
    padding: 8px;
    border-radius: 5px;
    max-width: 100%;
}
.mailchimp-foot input {
    background: #032D48;
    border: none;
    color: #fff;
    max-width: 81%;
}
.mailchimp-foot button {
    background: #0E2742;
    color: #fff;
    border: none;
    padding: 9px 16px;
    border-radius: 5px;
}
.mc4wp-form-fields p {
    font-size: 12px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.5);
}
.menu-foot ul {
    padding: 0;
}
.copyright {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    padding: 13px 0;
    margin-top: 50px;
}
.copyright p {
    margin: 0;
}
.copyright p, .copyright a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    text-decoration: none;
}
.right {
    float: right;
}
.left {
    float: left;
}
.anpc-sol img {
    max-width: 40%;
    display: inline-block;
}
.adress-foot strong {
    font-weight: 600;
}
.mailchimp-foot {
    margin-top: 22px;
}
#collapseExample32.search-0012 {
    position: absolute;
    top: 59%;
    right: 16%;
}
#ajaxsearchlite1 {
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 4px;
}
#bootscore-navbar {
    text-align: center;
    margin: 0 auto;
    margin-left: auto;
}
.my-wishlist {
    list-style: none;
    position: relative;
}
.header-actions a{
    margin-bottom: 0 !important;
}
.header-actions a i, .btn.btn-outline-secondary i {
    color: #000;
    margin-right: 25px;
    font-size: 18px;
}
.btn.btn-outline-secondary{
    border: none;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0;
}
.btn.btn-outline-secondary:hover{
    background: none;
}
.btn.btn-outline-secondary.ms-1.ms-md-2.position-relative i{
    margin-right: 0 !important;
}
.single-page {
    background: #f0f0f0;
    padding: 100px 0;
    margin-top: 137px;
}
.content-page-single {
    background: #fff;
    border-radius: 13px;
    padding: 68px 98px;
    -webkit-box-shadow: 2px 3px 12px -5px rgba(0,0,0,.5);
    -moz-box-shadow: 2px 3px 12px -5px rgba(0,0,0,.5);
    box-shadow: 2px 3px 12px -5px rgba(0,0,0,.5);

}


.content-page-single h1 {
    font-size: 35px;
    color: #1a1a1a;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}
.content-page-single p, .content-page-single  a, .content-page-single li {
    font-size: 17px;
    color: #495057;
}
.content-page-single ul {
    margin-bottom: 30px;
}
.content-page-single p{
    margin-bottom: 16px;
    line-height: 29px;
}
.content-page-single strong{
    font-weight: 600;
}

.woocommerce .wishlist-title h2 {
    vertical-align: middle;
    margin-bottom: 0;
}
.wishlist-title h2 {
    font-size: 33px;
    color: #131313;
    font-weight: 600;
}
.wishlist-title h2 {
    display: inline-block;
    padding: 5px;
}
table.wishlist_table {
    font-size: 80%;
}
.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive th {
    border-left: 1px solid #ddd;
    border-top: none;
}
.wishlist_table tr th.product-remove {
    vertical-align: middle;
    width: 40px;
}
table.wishlist_table tbody td, table.wishlist_table thead th {
    border-left: 1px solid #e7e7e7;
}
.product-remove {
    border-left: none !important;
}
.product-thumbnail {
    padding: 0 !important;
}
.my-wishlist .yith-wcwl-items-count {
    right: 16px !important;
    position: relative;
    top: -3px;
    padding: 1px 3px 1px 5px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 13px;
    text-align: center;
}
.woocom-menu-fix-cont ul li span {
    font-size: 12px;
    background: #811C5B;
    color: #fff;
    padding: 3px 8px;
    border-radius: 50px;
    vertical-align: top;
    margin-left: -15px;
    font-weight: 600;
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background: #811C5B;
}
.content-page-single.single-cont a {
    font-weight: 600;
}
#yith-wcwl-form .product-thumbnail img {
    padding: 9px;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.alt {
    font-family: 'Raleway', sans-serif !important;
    background: #811C5B;
    color: #495057;
}
.wishlist_table .product-add-to-cart a.button {
    padding: 6px 25px !important;
}
.wishlist-in-stock {
    font-family: 'Raleway', sans-serif !important;
    color: #333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
.shop_table span {
    font-size: 16px;
    font-weight: 600;
}

#content-archive-post {
    margin-top: 63px;
}
.wp-post-image {
    width: auto;
}


.thumbnail-link {
    display: block;
    overflow: hidden;
    height: 450px;
    width: 100%;
}

.thumbnail-image {
    width: 100%;   /* Asigură-te că imaginea ocupă întreaga lățime a containerului */
}

#content-archive-post {
    padding: 100px 0;
    background: #F5F5F5;
    border-bottom: 2px solid #ddd;
}
.post-blog-content-archive {
    box-shadow: 2px 6px 35px -22px rgba(50, 50, 50, 0.5);
    margin-bottom: 30px;
}


.postbox.smallpostimage {
    padding: 0 20px 20px;
}
.postbox.smallpostimage {
    margin-top: 9px;
}
.box-content {
    position: relative;
}
.categ-f-p a {
    position: relative;
    color: #aaa;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.postbox.smallpostimage p{
    color: #4f4f4f !important;
    font-size: 16px !important;
    font-weight: 500;
}
.categ-f-p {
    margin: 7px 0;
    display: inline-block;
}
.date-box i {
    color: #811C5B;
    margin-right: 5px;
}
.date-box span {
    color: #333;
    font-size: 16px;
}
.postbox.smallpostimage h3{
    line-height: 25px;
    min-height: 82px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
.postbox.smallpostimage h3 a{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 25.5px;
    text-decoration: none;
}
.date-box {
    margin-bottom: 6px;
}
.btn-post-ar{
    text-decoration: none;
    color: #333;
    background: none;
    font-size: 14.6px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 22px;
}
.overlay {
    margin-top: 22px;
}
.navigation {
    text-align: center;
    margin: 0 auto;
    display: block;

}

.page-numbers{
    color: #000;
    border-radius: 50px;
    position: relative;
    padding: 2px 11px 6px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-numbers.current, .page-numbers:hover{
    color: #fff;
    background: #811C5B;
    border: 1px solid #811C5B;
}

.blog-single {
    padding: 100px 0;
    background: #fff;
    margin-top: 137px;
}
.single-info-post {
    margin-bottom: 30px;
}
.text-secondary-blog li {
    display: inline-block;
    margin-right: 10px;
    color: #605A5A;
}
.text-secondary-blog li a{
    color: #605A5A;
    text-decoration: none;
}
.text-secondary-blog li i {
    color: #811C5B;
    margin-right: 5px;
}
.box-single-blog {
    padding: 0;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: -1px 5px 59px 0px #0000001C;
    -moz-box-shadow: -1px 5px 59px 0px #0000001C;
    box-shadow: none;
}
.box-single-blog h2, .box-single-blog h3, .box-single-blog h4 {
    font-size: 22px;
    font-weight: 700;
    color: #484848;
    background: none;
    margin-bottom: 26px;
    margin-top: 25px;
}
.box-single-blog strong{
    font-weight: 500;
}
.box-single-blog h1 {
    font-size: 28px;
    font-weight: 800;
    color: #484848;
    background: none;
    margin-bottom: 30px;
}
.box-single-blog p, .box-single-blog li, .box-single-blog a {
    font-size: 17px;
    font-weight: 400;
    color: #605A5A;
    margin: 20px 0;
    line-height: 30px;
}
.img-full-post-prin {
    float: right;
    padding-left: 26px;
    padding-bottom: 20px;
}
.logged-in-as, .logged-in-as a, .logged-in-as span {
    font-size: 16px;
    font-weight: 400;
    color: #605A5A;
    margin: 20px 0;
    line-height: 30px;
}
.logged-in-as a{
    font-weight: 600;
}
.comentarii-blog {
    margin-top: 50px;
}
#reply-title,
.comments-title{
     font-size: 25px;
     font-weight: 800;
     color: #484848;
     background: none;
     margin-bottom: 15px;
 }
.woocommerce-Reviews-title, .woocommerce-Reviews-title span{
    font-size: 25px;
    font-weight: 600;
    color: #484848;
    background: none;
    margin-bottom: 15px;
}
.comment-form-url.none {
    display: none;
}
.comment-form-agree label, .comment-form-cookies-consent label  {
    font-size: 15px;
}
.glsr-review {
    border: 1px solid #ddd;
    padding: 30px;
}
.glsr-review-author span {
    font-weight: 600;
    font-size: 16px;
}
.glsr-review-content p{
    font-size: 15px !important;
}
.glsr-field.glsr-field-choice label {
    font-size: 15px !important;
}
.glsr-field.glsr-field-rating.glsr-required span, .glsr-field span{
    font-weight: 500;
}
.glsr-button.wp-block-button__link{
    background: #811C5B !important;
    border-radius: 0;
    color: #fff !important;
    padding: 10px 20px 9px;
    border: 2px solid transparent;
    font-size: 16px;
    font-weight: 500;
}
.glsr-button.wp-block-button__link:hover{
    background: #fff !important;
    border: 2px solid#811C5B !important;
    color: #811C5B !important;

}

/** woocomerce */
.account-salution .h2 {
    font-size: 20px !important;
}
.account-salution p {
    font-size: 16px;
}
.account-salution {
    margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation a {
    margin: 0;
}
.wc-block-components-product-badge.wc-block-components-sale-badge,
.wc-block-components-product-badge.wc-block-components-sale-badge span{
    font-size: 12px;
}
.wc-block-components-product-metadata__description {
    display: none;
}
.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-weight: 600;
}
.wc-block-components-product-name {
    text-decoration: none;
    color: #000 !important;
    font-weight: 500;
}
.wc-block-components-product-price__value.is-discounted {
    color: #811C5B;
    font-weight: 500;
}
.wc-block-components-product-price__regular {
    font-size: 16px;
}
#wc-block-components-totals-coupon__input-0 {
    padding: 5px;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
    top: -13px !important;
}
.wc-block-components-button__text {
    margin: 0;
    font-size: 15px;
}
.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background: #811C5B;
    color: #fff;
    border: none;
    padding: 5px 20px;
    min-height: 35px;
    border-radius: 5px;
}
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 20px !important;
    text-align: left !important;
}

.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #811C5B;
    color: #fff;
    text-decoration: none;
}
.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained{
    background: #811C5B;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border: none;
}
.wc-block-components-checkout-step__description {
    font-size: 14px !important;
}
.wc-block-components-form.wc-block-checkout__form h2 {
    color: #000;
    font-weight: 600;
    font-size: 20px !important;
}
.wc-block-components-order-summary-item__quantity span{
    margin: 0;
}
.wc-block-components-order-summary-item__quantity {
    padding: 0 9px !important;
}
.wc-block-components-order-summary__button-text,
.wc-block-components-totals-item__label{
    font-weight: 600;
}
.wc-block-components-shipping-address {
    font-size: 15px;
}

.btn.btn-outline-secondary .cart-content .cart-total.ms-1.d-none.d-md-inline {
    display: none !important;
}
.product-category .card img, .product.card img {
    width: auto;
}
.login .h2, .register .h2 {
    font-size: 20px !important;
    font-weight: 700;
}
.login .card-body label, .register .card-body label {
    font-size: 15px;
    font-family: 'Raleway', sans-serif !important;
    color: #000;
    font-weight: 600;
}

.woocommerce-form-login__submit.btn.btn-outline-primary,
.btn.btn-outline-primary.woocommerce-form-register__submit,
.woocommerce-form-row.form-row .woocommerce-Button.button{
    background: #811C5B ;
    color: #fff;
    border: 1px solid #811C5B ;
    font-family: 'Raleway', sans-serif !important;
}
.woocommerce-form-login__submit.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.woocommerce-form-register__submit:hover,
.woocommerce-form-row.form-row .woocommerce-Button.button:hover{
    background: #fff;
    color: #811C5B;
    border: 1px solid #811C5B;
}
.woocommerce-LostPassword.lost_password a{
    color: #811C5B;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}
.card-body p {
    font-size: 14px;
}

.card-body p, .card-body p a {
    font-size: 14px;
    color: #3A3A3B;
}
.woocommerce-ResetPassword.lost_reset_password p {
    font-weight: 500;
}
#user_login:focus {
    border: 1px solid #811C5B;
    box-shadow: 0 0 0 0.25rem rgba(129,28,91,0.22) !important;
}

.form-control:focus, .woocommerce-cart .coupon input:focus, .woocommerce form .form-row textarea:focus, .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row .form-row textarea:focus, .woocommerce .qty:focus {
    border-color: #811C5B !important;
    box-shadow: 0 0 0 0.25rem rgba(129,28,91,0.25) !important;
}

.btn.btn-outline-primary{
    color: #811C5B ;
    border: 1px solid #811C5B;
    font-weight: 600;
}
.btn.btn-outline-primary:hover{
    background: #811C5B;
    color: #fff;
    border: 1px solid #811C5B;
}
.btn.btn-primary{
    background: #811C5B;
    color: #fff;
    border: 1px solid #811C5B;
}
.btn.btn-primary:hover{
    background: #811C5B;
    color: #fff;
    border: 1px solid #811C5B;
}
.onsale {
    background: #811C5B !important;
}
/** End woocomerce */


.prodact-namb .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    background: #e2e2e2;
}
.prodact-namb:nth-child(2) .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    background: #fff;
}

.wc-breadcrumb.breadcrumb-scroller.mb-4.mt-2.py-2.px-3.bg-body-tertiary.rounded {
    display: none;
}
#content {
    padding: 0;
}

.card-body-prodact .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    background: #fff ;
}

.prodact-namb .card-body-prodact .woocommerce-loop-product__title {
    color: #3A3A3B;
    font-size: 20px;
    font-weight: 600;
    line-height: 25.5px;
    max-width: 77%;
    margin: 0 auto;

    margin-top: 23px;
    margin-bottom: 20px;
}
.woocommerce-Price-amount.amount bdi span {
    font-weight: 600;
}
.card-body-prodact  .price {
    color: #000 !important;
}
.card-body-prodact  .price  del bdi, .card-body-prodact  .price  del bdi span {
    font-size: 15px !important;
}
.woocommerce-Price-amount.amount {
    color: #4f4f4f !important;
    font-size: 20px !important;
    font-weight: 600;
    text-transform: capitalize;
}

.prodact-namb .card-body-prodact .button.view-details-button-prod-arch {
    text-decoration: none;
    color: #FFF;
    background: #811C5B;
    font-size: 14.6px;
    font-weight: 500;
    line-height: 29.75px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 2px 20px;
    display: inline-block;
    width: 50%;
    margin: 0 auto !important;
    text-align: center !important;
    border-radius: 0 !important;
    border: 1px solid transparent;
}
.prodact-namb .card-body-prodact .button.view-details-button-prod-arch:hover{
    background: #fff;
    color: #811C5B;
    border: 1px solid#811C5B;
}
.prodact-namb  .type-product  {
    border: none;
}

.my-wishlist span {
    font-size: 12px;
    background: #811C5B;
    color: #fff;
    padding: 3px 8px;
    border-radius: 50px;
    vertical-align: top;
    margin-left: -15px;
    font-weight: 600;
}
.cart-content-count {
    background: #B50000 !important;
    font-family: 'Raleway', sans-serif !important;
    padding: 2px 3px 1px 3px !important;
    font-size: 14px !important;
    width: 20px !important;
    height: 20px !important;
    font-weight: 400 !important;
    left: 20px !important;
}
.product-name a {
    text-decoration: none;
}

.wishlist-items-wrapper .button.view-details-button-prod-arch{
    border-color:  #811C5B;
    color:  #811C5B;
}

.wishlist-items-wrapper .button.view-details-button-prod-arch:hover{
    color: #fff;
    background:#811C5B ;
    border-color:  #811C5B;
}

.wishlist-items-wrapper del span, .wishlist-items-wrapper del  .woocommerce-Price-amount.amount{
    font-size: 15px !important;
}
.text-shop {
    margin-top: 100px;
}
.text-shop b {
    font-weight: 600;
}

.item-name a {
    color: #3A3A3B;
    text-decoration: none;
    font-size: 17px;
}

.summary.entry-summary h1{
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

.summary.entry-summary del .woocommerce-Price-amount.amount bdi, .summary.entry-summary del .woocommerce-Price-amount.amount span {
    color: #000 !important;
    opacity: 1 !important;
    font-size: 23px;
    opacity: 1 !important;
}
.woocommerce div.product .summary .price del, .woocommerce div.product .summary .price del{
    opacity: 1 !important;
}
.summary ins span bdi {
    color: #B50000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 38.5px;
}

.woocommerce div.product .summary .price del, .woocommerce div.product .summary .price del {
    text-decoration: line-through;
    text-decoration-color: #000; /* Culoarea liniei */
    text-decoration-thickness: 1px; /* Grosimea liniei */
    text-decoration-style: solid; /* Stilul liniei (poate fi dashed, dotted, double, etc.) */

}

.woocommerce-product-details__short-description p{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38.5px; /* 192.5% */
}
.woocommerce-product-details__short-description ul {
    padding: 0;
}
.woocommerce-product-details__short-description ul li strong{
    font-weight: 700;
}
.woocommerce-product-details__short-description ul li{
    color: #000;
    font-size: 19px;
    line-height: 38.5px;
    margin-bottom: 7px;
}

.summary.entry-summary .cart {
    display: inline-block;
    float: left;
}
.summary.entry-summary  .single_add_to_cart_button.button.alt {
    margin-right: 16px !important;
    margin-left: 10px !important;
    background: #811C5B !important;
    border-radius: 0;
    color: #fff !important;
    border: none;
    padding:10px 20px 9px;

}
.summary.entry-summary .qib-container {
    background: #f1f1f1;
    border-radius: 20px;
    padding: 8px;
    margin-top: 10px;
}
.summary.entry-summary .single_add_to_cart_button.button.alt i {
    background: none;
    color: #fff;
    margin-right: 7px !important;
    font-size: 26px;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    line-height: 0;
}
.summary.entry-summary .input-group-text, .summary.entry-summary .woocommerce-cart .coupon button{
    border-radius: 50px;
    background: none;
}
.summary.entry-summary .woocommerce .quantity {
    width: 109px;
}

.summary.entry-summary .yith-wcwl-add-button .button.alt {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 20px 0px;
    padding-right: 20px;
    display: inline-block;
    padding-right: 0;
    line-height: 48px;
}

.summary.entry-summary .yith-wcwl-add-button .button.alt {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 20px;
    display: inline-block;
    line-height: 42px;
    border-color: #811C5B;
    border-radius: 0;
}
.summary.entry-summary .yith-wcwl-add-button i{
    color: #811C5B ;
}
.summary.entry-summary .yith-wcwl-add-button span {
    color: #811C5B;
    margin: 0;
    font-weight: 500;
}

.summary.entry-summary .yith-wcwl-add-button a:hover {
    background: #811C5B !important;
    border-color: #811C5B;
}
.summary.entry-summary .yith-wcwl-add-button a:hover  i,
.summary.entry-summary .yith-wcwl-add-button a:hover span{
    color: #fff !important;
}
.summary.entry-summary .product_meta {
    display: none;
}
.yith-wcwl-add-button a:hover {

    border-color:  #811C5B !important;

}
.box-info p{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.4px;
    margin-left: 15px;
    min-height: 65px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    max-width: 68%;
}
#wpgs-gallery img {
    background: #e2e2e2;
}
.box-info {
    display: flex;
}
.box-info img {
    height: 65px;
}
.box-info {
    margin-top: 26px;
}
.wc-tabs.nav.nav-tabs {
    border: 0;
}
.wc-tabs.nav.nav-tabs li a{
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 38.5px;
    border: 1px solid #0E2742;
    border-radius: 0;
    margin-right: 26px;
    padding: 3px 18px;
}
.wc-tabs.nav.nav-tabs li .active,
.wc-tabs.nav.nav-tabs li a:hover{
    background: #0E2742;
    color: #fff;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 60px ;
    display: inline-block;
    position: relative;
}

#tab-description p,
#tab-description a{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32.5px;
    margin-bottom: 15px;
}
#tab-description strong{
    font-weight: 700;
}
#tab-description {
    margin-top: 20px;
}
.related.products {
    display: none;
}

@media (max-width: 991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}
#myTab li button span {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 13px;
}
#myTab li{
    margin-bottom: 0;
}
#myTab, #myTabContent {
    padding: 0;
    margin: 0;
    border: none;
}
.accordion-item:first-of-type, .accordion-item:last-of-type, .accordion-item:not(:first-of-type) {
    border: none;
}

#myTabContent .tab-pane:first-of-type, #myTabContent .tab-pane:first-of-type:hover{
    border-radius: 0 10px 10px 10px !important;
}

#myTabContent .tab-pane {
    border:  1px solid #A6A6A6;;
    margin-top: -1px;
    border-radius: 10px 10px 10px 10px;
    padding: 55px 32px;
position: relative;

}
.accordion-body {
    padding: 0;
}
#myTab .nav-link.active , #myTab .nav-link:hover{
    z-index: 999;
    position: relative;
    margin-bottom: -1px;
    background: #fff !important;
    border-bottom: transparent;
    border-color:  #A6A6A6;
}

#myTab .nav-link {
    padding: 20px 24px 7px;
}

.title-tab-1-prd-sig {
    padding: 0;
    margin: 10px 0 38px;
}

.title-tab-1-prd-sig h3{
    color: #000;
    font-size: 25px;
    font-weight: 700;
}
#myTabContent .accordion-body p, #myTabContent .accordion-body li, #myTabContent .accordion-body a{
    color: #000;
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 7px;
}
#myTabContent .accordion-body strong{
    font-weight: 600;
}


.content-special-sg-prod{
    padding: 0 22px;
    margin-top: 20px;

}
.content-special-sg-prod h3{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.content-special-sg-prod p{
    color: #000;
    font-size: 18px;
    letter-spacing: 2px;
}

.content-special-sg-prod ul {
    margin: 35px 25px 0;
}
.content-special-sg-prod  li {
    list-style: none;
    margin: 6px 0;
}
.content-special-sg-prod  li img {
    margin-right: 37px;
    width: 43px;
    float: left;
}
.content-special-sg-prod  ul span {
    line-height: 53px;
    font-weight: 400;
    color: #000;
    list-style: none;
    font-size: 17px;
    letter-spacing: 2px;
}
.special-sg-prod {
    margin-top: 121px;
}

.summary.entry-summary {
    margin-top: 30px !important;
}

.grad-prajire h4{
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
}
.grad-prajire ul{
    padding: 0;
}
.grad-prajire li{
    margin-bottom: 0;
    list-style: none;
}
.single_add_to_cart_button.button.alt i {
    font-size: 21px !important;
}
.grad-prajire li span{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    display: inline-block;
    min-width: 207px;
}

.blog-single-articole-carus .top-blog-home h3{
    margin-bottom: 0;
}
.blog-single-articole-carus .blog {
    margin-top: 40px;
}
.blog-home.blog-single-articole-carus {
    margin-bottom: 100px;
}


.scrolled .logo.md {
    width: 63%;
}
@media  (max-width: 1449px) {

    .info-bog-b {
        max-width: 60%;
    }
    .page-top-inf-ban {
        padding: 175px 0;
    }
    .box-beneficii-home p {
        max-width: 100%;
    }
    .content-special {
        padding: 40px 10px;
    }
    .content-special h3 {
        color: #FFF;
        font-size: 26px;
}
    .content-magie h3 {

        font-size: 26px;
    }

    .woocommerce-product-details__short-description p {
        font-size: 18px;
        line-height: inherit;
    }
    .woocommerce-product-details__short-description ul li {
        font-size: 18px;
        line-height: 26px;
    }
}

@media  (max-width: 1025px) {
    .content-special li {
        margin: 7px 0;
    }
    .content-special h3 {
        font-size: 22px;
    }
    .content-special p {
        font-size: 17px;
    }
    .content-special ul {
        margin: 24px 3px 22px;
    }
    .content-special img {
        min-width: 36px;
        max-width: 35px;
    }
    .lik-buton a {

        padding: 10px 13px;
        margin-right: 15px;
    }
    .info-bog-b {
        max-width: 82%;
    }
    .content-blog-title {
        padding: 15px;
    }
    .content-magie h3 {
        margin-bottom: 25px;
    }
    .content-magie {
        padding-right: 0;
        margin-top: 10px;
    }
}

@media  (max-width: 995px) {
    .btn.btn-outline-secondary.d-lg-none.ms-1.ms-md-2 {
        margin-left: 30px !important;
    }
    .info-bog-b {
        max-width: 66%;
    }
    .page-top-inf-ban {
        padding: 121px 0;
    }
    .info-bog-b h1 {
        color: #FFF;
        font-size: 40px;
    }
    .info-bog-b p {
        font-size: 20px;
    }
    .beneficii-home {
        padding: 15px 0;
    }
    .produse-home {
        margin-top: 50px;
    }
    .img-left-special {
        display: none;
    }
    .top-blog-home {
        max-width: 100%;
    }
    .specialitate {
        margin: 50px 0;
    }
    .owl-dots {
        margin-top: 30px;
    }


    /** Reorder box responsive */
    .reorder .order2{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .reorder .order1 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }


    .reorder {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    /* end Reorder */
    .magie {
        margin: 50px 0 50px;
    }
    .content-magie {
        margin-top: 40px;
    }
    .woocommerce .quantity {
        width: 140px;
    }
    #myTabContent .tab-pane {
        padding: 0;
        margin-bottom: 20px;
    }
    .accordion-button img {
        max-width: 64px;
        margin-right: 20px;
    }
    .accordion-button span {
        font-weight: 700;
    }
    #myTabContent .tab-pane {
        border-radius: 0 !important;
    }
    #myTabContent .tab-pane:first-of-type, #myTabContent .tab-pane:first-of-type:hover {
        border-radius: 0;
    }
    .accordion-body {
        padding: 20px;
    }
    .img-f-scr-prod {
        display: none;
    }
}
.accordion-button:not(.collapsed) {
    color: #000;
}
.accordion-button:not(.collapsed){
    background:rgba(221,221,221,0.7) !important;
}

.accordion-button:focus {
    box-shadow: 0px 1px 15px -3px ,0px 10px 15px -3px rgba(0,0,0,0.1) !important;
}


 #product-scroll-info {
     position: fixed;
     top: 0;
     right: 0;
     background-color: #fff;
     padding: 19px 0 10px;
     box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
     display: none;
     width: 100%;
     z-index: 999;
 }
.title-prod-scroll h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;

}
.img-f-scr-prod {
    text-align: center;
}
.pret-prod-scroll p {
    margin: 0;
}
.pret-initial-scroll .woocommerce-Price-amount.amount {
    text-decoration: line-through;
    margin: 0;
}

.button-prod-scroll .cart.cart-scroll button{
    background: #811C5B ;
    border-radius: 0;
    color: #fff ;
    border: none;
    padding: 7px 14px 6px;
}
.button-prod-scroll .cart.cart-scroll button span{
    font-size: 16px;
}


.woocommerce div.product p.price ins .woocommerce-Price-amount.amount bdi,
.woocommerce div.product span.price ins .woocommerce-Price-amount.amount bdi, ins .woocommerce-Price-amount.amount bdi,
.woocommerce div.product p.price ins .woocommerce-Price-amount.amount bdi span{
    color: #B50000 !important;
}
.pret-prod-scroll  .woocommerce-Price-amount.amount bdi, .pret-prod-scroll  .woocommerce-Price-amount.amount bdi span{
    font-size: 18px ;
margin: 0;
}
.pret-prod-scroll  .pret-redus-scroll  .woocommerce-Price-amount.amount bdi, .pret-prod-scroll  .pret-redus-scroll  .woocommerce-Price-amount.amount bdi span{
    color: #B50000 !important; ;

}

.pret-prod-scroll {
    margin-top: -5px;
}

.img-f-scr-prod img {
    width: 22%;
}
@media  (max-width: 755px) {
    .owl-dots {
        display: none;
    }
    .header-actions a i, .btn.btn-outline-secondary i {
        margin-right: 14px;
    }

    .page-top-inf-ban {
        padding: 69px 0;
    }
    .info-bog-b {
        max-width: 100%;
    }
    .info-bog-b h1 {
        color: #FFF;
        font-size: 29px;
        font-weight: 700;
    }
    .info-bog-b p {
        font-size: 17px;
        line-height: 25px;
    }
    .info-bog-b a {
        padding: 4px 22px;
        font-size: 12.6px;
    }
    .box-beneficii-home img {
        width: 50px;
        height: 50px;
    }
    .box-beneficii-home p {
        font-size: 16px;
        min-height: 55px;
    }
    .title-prod h2, .top-blog-home h3  {
        font-size: 35px;
    }
    .main-content {
        margin-top: 31px;
    }
    .content-special {
        padding: 40px 0;
    }
    .content-special ul {
        margin: 24px 0 22px;
        padding: 0;
    }
    .content-special li img {
        margin-right: 15px;
    }
    .content-special ul span {
        line-height: 46px;
        font-size: 16px;
    }
    .lik-buton a {
        padding: 6px 9px;
        margin-right: 6px;
        font-size: 16px;
        letter-spacing: 0;
    }
    .top-blog-home h3 {
        margin-bottom: 17px;
    }
    .blog {
        margin-top: 30px;
    }
    .adress-foot.newsl-foot p {
        font-size: 14px;
    }
    .adress-foot h4{
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .footer-box {
        padding-right: 0;
    }
    .copyright .left {
        text-align: center;
    }
    .copyright .right {
        float: none;
        text-align: center;
    }
    .content-magie p {
        font-size: 16px;
        margin: 14px 0;
    }
    #bootscore-navbar {
        text-align: left;
    }
    .content-page-single h1 {
        margin-bottom: 0;
    }
    .prodact-namb .card-body-prodact .button.view-details-button-prod-arch {
        width: 70%;
    }
    .prodact-namb {
        margin-bottom: 20px;
    }
    .text-shop {
        margin-top: 50px;
    }
    .single-page.archive-shop {
        padding-bottom: 50px;
    }
    .anpc-sol img {
        max-width: 48%;
    }
    .summary.entry-summary h1 {
        color: #000;
        font-size: 25px;
    }
    .woocommerce-product-details__short-description p {
        font-size: 17px;
    }
    .woocommerce-product-details__short-description ul li {
        font-size: 17px;
    }
   .product  .summary.entry-summary .single_add_to_cart_button.button.alt{
        max-width: 187px;
        margin: 0 !important;
    }
    .woocommerce .quantity {
        width: 103px;
    }
    .box-info {
        margin-top: 0;
    }
    .info-prod-prov.clearfix {
        margin-top: 37px;
    }
    .woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 6px;
    }
    .wc-tabs.nav.nav-tabs li a {
        font-size: 18px;
    }
    #tab-description {
        margin-top: 0;
    }
    .grad-prajire img {
        width: 40%;
    }
    .grad-prajire li span {
        font-size: 17px;
        min-width: 169px;
    }
    .title-tab-1-prd-sig {
        padding: 0 15px;
    }
    #myTab, #myTabContent {
        padding: 0 15px;
    }
    #myTabContent .tab-pane:first-of-type, #myTabContent .tab-pane:first-of-type:hover {
        border-radius: 0 !important;
    }
    #myTabContent .accordion-body p, #myTabContent .accordion-body li, #myTabContent .accordion-body a {
        line-height: 27px;

    }
    .special-sg-prod {
        margin-top: 50px;
    }
    .content-special-sg-prod {
        padding: 0;
        margin-top: 20px;
    }
    .content-special-sg-prod p, .content-special-sg-prod ul span {
        color: #000;
        font-size: 16px;
    }
    .content-special-sg-prod ul {
        margin: 20px 0 0;
        padding: 0;
    }
    .content-special-sg-prod li img {
        margin-right: 14px;
        width: 37px;
    }
    .content-special-sg-prod li {
        margin: 0 0;
    }
    .single-page {
        padding: 50px 0;
    }
    .content-page-single {
        padding: 15px;
    }
    .content-page-single h1 {
        font-size: 30px;
    }
    .wishlist-title.wishlist-title-with-form h2 {
        font-size: 20px;
    }
    .wc-block-components-radio-control__option {
        padding-left: 57px;
    }
    .button-prod-scroll {
        text-align: right;
    }
    .pret-prod-scroll {
        margin-top: 0;
        text-align: center;
    }
    .shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
        padding: 0;
    }
}
.wc-block-components-notice-banner.is-success > svg {
    height: 22px;
}
#review_form_wrapper {
    margin-top: 50px;
}
.wc-block-components-radio-control__label-group span, .wc-block-components-radio-control__description-group span {
    font-size: 14px;
}

.woocommerce-MyAccount-content .woocommerce-Price-amount.amount, .woocommerce-MyAccount-content .woocommerce-Price-amount.amount span {
    font-size: 16px !important;
    color: #4f4f4f !important;

}

.woocommerce-privacy-policy-text P, .woocommerce-privacy-policy-text a {
    font-size: 14px;
}
.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 15px;
    line-height: initial;
}

#place_order{
    background: #811C5B;
    color: #fff;
    text-decoration: none;
}
.tfhb-single-meeting-section {
    padding: 200px !important;
}