/*
Theme Name: UWINE Child
Theme URI: https://ramsthemes.com/uwine/
Description: A theme designed for online winery shops with a nice and modern UI, easy and intuitive to use for entrepeneurs.
Author: RAMSTHEMES
Author URI: https://www.templatemonster.com/vendors/ramsthemes/
Template: uwinewp
Version: 1.0.0
Tags: blog, two-columns, three-columns, four-columns, left-sidebar, featured-images, theme-options, threaded-comments, custom-logo, custom-colors, custom-menu, footer-widgets
Text Domain: uwinewp-child
*/

/*----------------- Changes here -------------------------------*/


body {
    font-size: 18px;
}
.woocommerce .size-woocommerce_thumbnail, img.woocommerce-placeholder, img.attachment-woocommerce_thumbnail {
    width: 100%;
    height: auto;
    border-radius: 4px !important;
}
.img-fluid {
    border-radius: 4px !important;
}
.card-custom, .card-body {
    border-radius: 4px !important;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, 
.woocommerce-page #content input.button, .woocommerce-page #respond input#submit, 
.woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
    border-radius: 4px !important;
}
.woocommerce div.product div.images img {
    border-radius: 6px !important;
}
.btn-custom {
    border-radius: 4px !important;
}
.nav-pills .nav-link {
    border-radius: 4px !important;
}
ul.menu > li, .sub-menu li, .menu-hover:hover {
    border-radius: 4px !important;
}
.border-class, #border-class {
    border-radius: 4px !important;
}

.navbar-box {
    padding: 0 0 17px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
.menu-custom-navbar-menu-container {
    padding-bottom: 20px;
}
.navbar-dd {
    display: inline-block;
    padding: 0;
}

ul.menu > li a {
    color: #000000;
    font-size: 24px;
}
.menu-hover:hover {
    background: transparent;
}
.menu-hover:hover > a {
    color: #822E46;
}
.product .card-custom h5.medium {
    font-weight: 400 !important;
}

.card-custom a.button {
    position: relative;
    font-size: 0;
    background: #C41430;
    width: 40px;
    height: 40px;
    display: flex;
}

.card-custom a.button:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 20px;
    height: 21px;
    background: url('images/busket-icon.svg')no-repeat;
}

.card__footer_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce div.product .card-custom span.price {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    margin-left: 15px;
}

.section__about_us {
    background: url('images/about-bootleger.jpg')no-repeat center center;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    margin-bottom: 100px;
    border-radius: 4px;
}
.section__about_us:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(35,31,32,0.6);
    z-index: 0;
    border-radius: 4px;
}
.about__content {
    max-width: 595px;
    position: relative;
    z-index: 1;
}
.about__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 30px;
}
.about_link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.cat_wrap {
    width: 100%;
    padding-top: 105%;
    position: relative;
    border-radius: 4px;
}
.cat_wrap .cat_wrap_inner {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.cat_wrap .cat_wrap_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.section__categories {
    margin-bottom: 60px;
}
.section__categories h5 {
    font-size: 24px;
    font-weight: 400;
    padding: 20px 0;
}
.section_news_title {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}
a.news__card {
    display: block;
}
a.news__card .news__img {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
a.news__card .news__img .news_wrap_inner {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
a.news__card .news__img .news_wrap_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.news__card small {
    font-size: 14px;
}
a.news__card:hover small,
a.news__card:focus small {
    color: #000;
}
.news__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin: 15px 0;
}
.section__news {
    margin-bottom: 100px;
}
.section__front {
    max-width: 1290px;
    margin: 0 auto 100px;
    font-size: 24px;
}
.home .woocommerce h1 {
    display: none;
}
.section__products h4 {
    font-size: 2.1rem;
    font-weight: 400;
}
.menu-footer-menu-container .menu-item {
    padding: 0;
}
.menu-footer-menu-container .menu-item a {
    font-size: 18px;
}
.width_1200 {
    max-width: 1200px;
    margin: 0 auto;
}






.woocommerce-message, .woocommerce-notice--success {
    background: #fff8f1;
    border: 1px solid #dee2e6 !important;
}
.woocommerce-message, .woocommerce-notice--success, .woocommerce-notice--error {
    color: #000;
}
.woocommerce div.product div.images img {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 4px !important;
}








@media (max-width: 991px) {
    ul.custom_navbar_menu {
        display: none;
    }
}


@media (min-width: 992px) {
    ul.custom_navbar_menu {
        display: flex;
        align-items: center;
        gap: 20px;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
}











.results .asp_group_header {
    display: none !important;
}