.rpt_heading h5 {
    font-family: var(--primary-font);
    font-size: 30px;
    font-weight: 400;
    line-height: 38.17px;
    text-align: left;
    color: var(--primary-color);
    margin: 0 0 25px;
}
.banner_section::after {
    content: "";
    background: url(../images/bottem.png);
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -35px;
    z-index: 9;
    background-repeat: no-repeat;display: none;
}
.rpt_heading h6 {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 15px;
}
.awards-section .rpt_heading {
    text-align: center;
}
.awards-section {
    margin: 100px 0;
}
.awards-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 30px;
    padding: 0px 0 30px;
}
.award-date {
    background: url(../images/date-back.jpg);
    font-family: var(--primary-font);
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 30px;
    color: #fff;
    background-size:cover;
}
.award-content {
    width: 70%;
}
.award-content p {
    font-family: var(--primary-font);
    font-size: 25px;
    font-weight: 400;
    line-height: 44px;
    margin: 0;
}
.award-img {
    width: 16%;
}
.award-img img {
    width: 100%;
    border-radius: 10px;
}
.page-template-stockist .left_col ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-template-stockist .left_col ul li {
    width: 48%;
}
.stockist-list {
    display: flex;
    flex-wrap: wrap;
}
.stockist-list .list-box {
    width: calc(32% - 20px);
    margin: 0 20px 40px;
    background: url(../images/list-back.jpg);
    padding: 25px 65px;
    background-size:cover;
}
.list-box strong {
    font-family: var(--primary-font);
    font-size: 26px;
    font-weight: 400;
    line-height: 33.08px;
    display: block;
    margin: 0 0 10px;
}
.list-box ul li {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    padding: 0 0 12px 40px;
    position: relative;
}
.list-box ul li:before {
    position: absolute;
    content: "";
    background-image: url(../images/check_icon.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    top: 5px;
    left: 0;
}
.our-stockists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;align-items: center;gap: 1%;
    margin: 70px 0 100px;
}
.our-stockists .rpt_heading {
    text-align: center;
    width: 100%;
}
/*.our-box {
    width: 32.5%;
}*/

.our-stockists img {
    width: auto;max-width: 100%;
}
.our-box {
    width: 15%;
}
.our-box h6 {
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    margin: 20px 0;
}
.our-box h6 a {
    color: #A10082;
    display: block;
    overflow-wrap: break-word;
}
.review-section .tstml_col {
    width: 100%;
    margin: 0 0 30px;
}
.review-section {
    margin: 100px 0 0;
}
.exhibition-slider {
    margin: -20px 0 80px;
}
.conact-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0;
}
.conact-row .max_w {
    width: 60%;
    margin: 0;
}
.conact-row .contact-details {
    width: 38%;
}

.contact-details ul li {
    margin: 0 0px 40px;
    background: url(../images/list-back.jpg);
    padding: 25px 140px;
    background-size:cover;
    position: relative;
}
.contact-details ul li img {
    position: absolute;
    left: 48px;
    top: 30px;
}
.contact-details ul li address {
    font-family: var(--primary-font);
    font-size: 26px;
    font-weight: 400;
    line-height: 33.08px;
    margin: 0 0 8px;
}
.contact-details ul li a, .contact-details ul li p {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin: 0;
}
.location-map iframe {
    width: 100%;
    height: 600px;
    border-radius: 10px;
}
.location-map {
    margin: 0 0 90px;
}



/*----------------------------------- Store Page ------------------------------*/

.content-area .filter_list h3 {
    font-size: 20px;
    line-height: 18px;
    font-weight: 400;
    background-image: url(../images/store_bg_img.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 27px 45px;
    color: var(--white-color);
    font-family: var(--primary-font);
    display: inline-block;
}

form.woocommerce-ordering label {
    margin-bottom: 0px;
}

.content-area .woof_list li {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #222222;
    font-family: var(--primary-font);
    border-bottom: 1px solid #DEDEDE;
    margin: 0px;
}

.content-area .woof_list li:hover {
    color: var(--primary-color);
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    text-decoration: none;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.price ins, span.price span.woocommerce-Price-amount.amount bdi {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: #D2232A;
    font-family: var(--primary-font);
}

span.price {
    margin: 0;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 34px 0px #00000014;
    
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
    background: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.mobile-class p.woocommerce-result-count {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    color: var(--black-color);
    font-family: var(--secondary-font);
    margin: 20px 0 0 107px;
}

.mobile-class a.berocket_lgv_set.berocket_lgv_button.berocket_lgv_button_grid.selected {
    background: var(--primary-color) ;
    color: var(--white-color) ;
    border: none;
}

.mobile-class a.berocket_lgv_set.berocket_lgv_button.berocket_lgv_button_list {
    background: #ffffff;
}



.berocket_lgv_widget .br_lgv_product_count_block {
    display: none !important;
}

.berocket_lgv_widget {
    display: block;
    clear: both;
    margin-top: -68px !important;
    padding: 1em 0 !important;
    line-height: 1em !important;
}

.products a.lgv_link.lgv_link_simple h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    color: #000000;
    font-family: var(--primary-font);
    margin: 0 0 10px;
}

.products .woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--secondary-font);
    color: #2E2E2E;
}





/*----------------------------------- Blog Page ------------------------------*/



.bg_ttl .right_cnt b {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: var(--white-color);
    background-color: var(--primary-color);
    font-family: var(--secondary-font);
    border-radius: 50px;
    padding: 5px 30px;
}

main.row {
    margin: 100px 0;
}

.blog_col .bg_ttl {
    padding: 0px 0 55px;
}

/* .row img {
    width: 100%;
    border-radius: 7px;
} */

.right_cnt {
    margin: 28px 0 0;
}

.blog_col .right_cnt h2 {
    margin: 15px 0;
}

.blog_col .right_cnt h2 a {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    background-color: var(--white-color);
    color: var(--black-color);
    font-family: var(--primary-font);
    text-decoration: none;
}

.blog_col .right_cnt h2 a:hover {
    color: var(--primary-color);
}

.bg_ttl .all-btn a {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: var(--white-color);
    padding: 18px 42px;
    background-image: url(../images/bg_btn_img3.svg);
    background-size:cover;
    background-repeat: no-repeat;
}

.bg_ttl .right_cnt p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #525252;
    font-family: var(--secondary-font);
}


.recent-posts h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    color: #061430;
    font-family: var(--primary-font);
    margin: 0 0 30px;
}

.recent-posts .row h6 a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: var(--black-color);
    font-family: var(--secondary-font);
    text-decoration: none;
}

.recent-posts .row h6 a:hover {
     color: var(--primary-color);
}

.social-media h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    color: #061430;
    font-family: var(--primary-font);
    margin: 0 0 20px;
}

.recent-posts .row p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #4A4B5C !important;
    font-family: var(--secondary-font);
}

.row .sidebar {
    background: #FAFAFA;
    padding: 30px;
    border-radius: 15px;
    height: fit-content;
}

.recent-posts {
    background: #FFFFFF;
    padding: 40px 28px 5px;
    border-radius: 15px;
    margin: 40px 0;
}

p.text-muted i.fa-regular.fa-calendar {
    color: var(--primary-color);
}

.social-media {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 25px 45px;
}

.search_section {
    background: #ffffff;
    border-radius: 15px;
    padding: 50px 25px;
}

.search_section form.search-form {
    position: relative;
}
.search_section .search-form input {
    width: 100%;
    border-radius: 50px;
    padding: 15px 22px;
    position: absolute;
    top: 50%;
    left: auto;
    transform: translate(0px, -50%);
    border: none;
    background: #FAFAFA;
}

.search-form lable:after {
    content: "";
    position: relative;
    background-image: url(../images/search_btn.png);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.search_section input.search-submit {
    position: absolute;
    width: 60px;
    height: 55px;
    right: 0;
    font-size: 0;
    background-image: url(../images/search_btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 0;background-color: #fff;
}

input.search-field::placeholder {
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
    color: #757575;
    font-family: var(--secondary-font);
}

.pagination {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    justify-content: center;
}

.pagination span {
    margin: 5px;
    background: #F1EAFD;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pagination span:hover {
    background-color: var(--primary-color);
    color: var(--white-color); 
}

.pagination a {
    color: var(--primary-color);
}

h1.entry-title, h2.comments-title, h1.page-title, h2.entry-title {
    color: #000;
    font-size: 40px;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 25px 0;
}

.entry-meta span.posted-on, .entry-meta span.posted-on a, .entry-meta span.byline {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
}

span.author.vcard a {
    color: #000000;
    text-decoration: none;
}

.entry-meta {
    margin: 5px 0 15px;
}

.post-thumbnail img {
    width: 100%;
    border-radius: 10px;
    height: 600px;
    object-fit: cover;
}

.entry-content p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--secondary-font);
}

.entry-footer .cat-links, .entry-footer .cat-links a, .nav-links a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

#comments input {
    width: 100%;
    height: 50px;
}

input#wp-comment-cookies-consent {
    width: auto;
    height: auto;
}

.form-submit input#submit {
    width: auto;
    height: auto;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #ffffff;
    font-family: var(--primary-font);
    background-color: var(--primary-color);
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.site-main {
    margin: 100px 0;
}

h2.entry-title a {
    color: var(--black-color);
    text-decoration: none;
}

h2.entry-title a:hover {
    color: var(--primary-color);
}

.entry-summary p {
    font-size: 18px;
    line-height: 27px;
    font-family: var(--secondary-font);
    color: #2E2E2E;
    font-weight: 400;
}

span.comments-link a {
    font-size: 20px;
    color: #000000;
    font-style: italic;
    text-decoration: none;
    display:block;
}

.nav-links .nav-previous a {
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    color: #000000;
}

.woocommerce .star-rating span::before{
    color: #FFD015;
}

.summary a.woocommerce-review-link {
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    color: #5E5E5E;
    margin: 10px;
}

.summary .price span.woocommerce-Price-amount.amount {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #D2232A;
    font-family: var(--primary-font);
}

.social-sharing {
    display: flex;
    gap: 25px;
}

.social-sharing h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
}

.product_meta span {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--primary-font);
}

.product_meta span .sku, .product_meta span.posted_in a {
    color: #000000;
}

.product_meta {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0;
}

.product img {
    border-radius: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400 !important;
    font-family: var(--primary-font);
    color: var(--white-color)!important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border: none !important;
    background-color: #ffffff !important;
}

.woocommerce-tabs h2 {
    font-family: var(--primary-font);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab a {
    background-image: url(../images/bg_btn_img.svg);
    background-size:cover;
    padding: 20px 40px;
    background-repeat: no-repeat;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_info_tab_tab a {
    background-image: url(../images/btn.svg);
    background-size: cover;
    padding: 20px 80px;
    background-repeat: no-repeat;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab a{
    background-image: url(../images/bg_btn_img.svg);
    background-size:cover;
    padding: 20px 40px;
    background-repeat: no-repeat;
}

/* .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0px -27px -22px !important;
    padding: 0 50px 0 18px !important;
} */

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 40px 35px 30px !important;
    border: 1px solid #F1EAFD;
    border-radius: 20px;
}

.content-area nav.woocommerce-breadcrumb a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    font-family: var(--primary-font);
    text-decoration: none;
}
.summary.entry-summary {
    margin: 0;
}
.cart button.single_add_to_cart_button.button.alt {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: var(--primary-font);
    background-color: #ffffff !important;
    background-image: url(../images/bg_btn_img.svg) !important;
    background-size:cover !important;
    background-repeat: no-repeat !important;
    padding: 18px 65px;
    text-transform: capitalize;
    position: relative;
}

.cart button.single_add_to_cart_button.button.alt:before {
    content: "";
    position: absolute;
    background-image: url(../images/cart_icon.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 18px;
    left: 35px;
}

.woocommerce-message, .woocommerce-message::before {
    border-top-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.woocommerce-message {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--primary-font);
}

.woocommerce-message a {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}

.mobile-class .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #E0E0E0;
    border-radius: 7px;
    padding: 11px;
}

.wc-block-components-main a.wc-block-components-product-name {
    font-size: 18px;
    line-height: 25px;
    font-family: var(--primary-font);
    color: #000000;
    text-decoration: none;
}

.wc-block-components-button:not(.is-link) {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    font-family: var(--secondary-color);
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 15px;
    text-decoration: none;
}

.quantity input {
    padding: 20px 0px !important;
    width: 100% !important;
    border-radius: 7px;
}

.woocommerce div.product form.cart div.quantity{width: 100px;}

.woocommerce-info, .woocommerce-info::before {
        border-top-color: var(--primary-color) !important;
        color: var(--primary-color) !important;
}
.related-productt {
    margin: 0 0 100px;
}
.related-productt .client_hdg h4 {
    text-align: left;
}
div#review_form input {
    width: 100%;
    height: 50px;
}
div#review_form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    width: auto;
    height: auto;
}
div#review_form p.form-submit input#submit {
    background: #a10082 !important;
    color: #fff;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 48%;
    padding: 0;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 48%;
    padding: 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    color: #000;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.03);
    border-radius: 7px;
    padding: 15px 13px;
}
form.woocommerce-form.woocommerce-form-login.login p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span.password-input {
    width: 100%;
}
button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background: var(--primary-color) !important;
    color: #ffffff;
    text-transform: capitalize;
    border: none;
    border-radius: 5px;
    padding: 14px 35px;
    display: block;
    width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 a, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 a {
color: var(--primary-color);
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}
.modal-body .max_w {
    max-width: 100%;
    padding: 40px 50px 15px;
}
#exampleModalCenter .modal-dialog {
    max-width: 800px;
}
.modal-header button.close {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    color: #000;
    padding: 12px;
    top: 74px;
    right: 44px;
    opacity: inherit;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#exampleModalCenter .modal-dialog .modal-content {
    background: transparent;
    border: none;
}
#exampleModalCenter .modal-dialog .modal-content .modal-header {
    border: none;
}