/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
ol.flex-control-nav.flex-control-paging li {
    display: none;
}
.product-small:hover .box-image .grid-tools {
    will-change: transform, opacity;
}
.lightbox-content {
  will-change: transform, opacity;
}
.lightbox-content {
    background-color: #fff;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    margin: 0 auto;
    max-width: 875px;
    position: relative;
	animation-duration: 750ms;
    animation-iteration-count: 200;
}
.mfp-content {
    transition: transform 0s, opacity .1s !important;
	 will-change: transform, opacity;
}
li#menu-item-52 ul li a::before {
        content: "\f3a5";
        color: white;
        font-family: "Font Awesome 6 Free" !important;
        margin-right: 10px;
    }

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


a#top-link {
    transform: rotate(45deg);
    border-radius: 0px !important;
    background: #2e3092;
    transition: all 0.3s ease 0s;
    color: #fff;
}

i.icon-angle-up {
    transform: rotate(-45deg);
}

h4.filter-title {
    display: block;
    background: #2e3092;
    color: #fff !important;
    background-size: cover;
    width: fit-content;
    font-size: 16px;
    padding: 10px 15px;
}

.wn-bo-loc .text.breadcrumb:after {
    content: "";
    display: none;
}

.yith-wcan-filters {
    background-color: #f5f5f5;
}

ul#ft-contact-icons li:last-child {
    display: none;
}

ul#ft-contact-icons .icon-phone:before {
    display: none;
}

.lightbox-content {
    border-radius: 10px;
}

.mfp-close-btn-in .mfp-close {
    top: 0 !important;
    background-color: #24254e;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 10px;
}

i.icon-menu:before {
    content: "\f550";
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 600;
    color: #2e3092;
}

i.icon-search,
i.icon-shopping-cart,
i.icon-user {
    color: #2e3092;
}

.shipping-product h3 {
    font-size: 15px;
}

.shipping-product p {
    font-size: 12px;
}

.shipping-product .text {
    display: inline-block;
    width: 100%;
    float: left;
    vertical-align: top;
    padding-left: 50px;
}

.shipping-product .icon .fa {
    font-size: 30px;
    color: #2e3092;
}

.shipping-product .icon {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(calc(-50% - 6px));
    width: 33px;
    text-align: center;
}

.shipping-product .item:last-child {
    border-bottom: none;
}

.shipping-product .item {
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
    position: relative;
}

.shipping-product {
    border: 1px solid #2e3092;
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.social-media .share-twitter {
    background: #4cadf8;
}

.social-media .share-pinterest {
    background: #ec623d;
}

.social-media .share-google {
    background: #ef3218;
}

.social-media .share-facebook {
    background: #2f6cdc;
}

.social-media a {
    margin-right: 7px;
    width: 30px;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
}

.product-main {
    padding: 40px 0;
    background-color: #e1e1e140;
}

/* .stuck ul.header-nav.header-nav-main.nav.nav-left.nav-spacing-xlarge.nav-uppercase li:not(:first-child) a:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    left: -12px;
    top: 0px;
    transform: rotate(40deg);
    z-index: -1;
    border-right: 1px solid #3983c2;
    height: 85px;
    top: -18px;
} */
/* .stuck .nav>li>a {
   padding: 0px 15px !important;
} */

.stuck div#logo {
    display: none;
}

.stuck .header-inner.flex-row.container.logo-left.medium-logo-center:before {
    display: none;
}

.wn-sec3-wiget .image-cover a.plain:before {
    display: none;
}

aside#flatsome_recent_posts-2 {
    border: solid 0.1px #cfcfcf;
    border-radius: 5px;
}

.wn-child-wiget {
    border: solid 0.1px #cfcfcf;
    border-radius: 5px;
}

.flex-row.recent-blog-posts.align-top.pt-half.pb-half {
    margin-top: 15px;
}

span.widget-title.shop-sidebar {
    background: #2e3092;
    color: #fff;
    font-weight: 700;
    padding: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-right: 38% !important;
}

.wn-sec-baiviet .box.box-normal.box-text-bottom.box-blog-post.has-hover {
    border: solid 0.1px #d9d9d9;
}

h5.post-title.is-large {
    color: #2e3092;
}

.wn-sec-baiviet .badge.post-date {
    top: 0%;
}

.wn-sec-baiviet .is-divider {
    display: none;
}

.wn-sec-baiviet .badge.top {
    left: 5px;
}

.product-small .box-image:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.product-small .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.text.breadcrumb:before {
    content: "";
    display: inline-block;
    background: #2e3092;
    width: 22px;
    height: 22px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 9;
}

.text.breadcrumb:after {
    content: "";
    display: inline-block;
    background: #2e3092;
    width: 22px;
    height: 22px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    left: 99.8% !important;
    top: 28px;
    z-index: 9;
    transform: rotate(180deg) translateX(20px);
}

.wn-bo-loc .text.breadcrumb:before {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    left: unset;
    top: 0;
}

.wn-bo-loc p {
    display: none;
}

.grid-tools,
h4.filter-title,
.wn-bo-loc form, 
.wn-bo-loc input, 
.yith-wcan-filters,
.add-to-cart-button,
span.widget-title.shop-sidebar,
.shipping-product .item:last-child,
.wn-bo-loc .yith-wcan-filters .yith-wcan-filter,
.wn-custom-breadcrumbs .breadcrumbs .text-left p
{
    margin-bottom: 0 !important;
}

.wn-bo-loc input {
    accent-color: #2e3092 !important;
    border-color: black !important;
}

.tooltipstered .text.breadcrumb:after {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transform: unset;
    right: 0;
    bottom: 49px;
    left: unset;
    top: unset;
}

.tooltipstered .title-page {
    margin-top: 10px;
}

.image-cover:hover:before {
    animation: imgShine 0.75s ease-in-out;
}

.image-cover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -75%;
    z-index: 100;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    transform: skewX(-25deg);
}

a.plain:after {
    left: initial;
    right: -1px;
    top: initial;
    bottom: -1px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.image-cover a.plain:before {
    content: "";
    display: inline-block;
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 9;
}

h2.section-title.section-title-normal a {
    color: #999;
    font-size: 12px;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {}

.wn-form-namephone input {
    width: 330px;
}

.wn-form-namephone {
    display: flex;
    justify-content: space-between;
}

nav.rank-math-breadcrumb a {
    color: #2e3092;
}

.breadcrumb {
    background: #e8e8e8;
    padding: 20px 10px 0px 20px;
    margin-top: 40px;
    min-height: 50px;
    font-size: 13px;
}

.wn-bo-loc .breadcrumb {
    background: #f5f5f5;
    padding: 10px;
    font-size: 13px;
    margin: 10px 0;
}

.wn-bo-loc a.term-label {
    color: #000;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.wn-bo-loc a.term-label:hover, 
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a:hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover{
    color: #2e3092 !important;
}

.wn-bo-loc ul.filter-items {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: row;
    grid-template-columns: repeat(5, 200px);
}

.title-page {
    color: #464646;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

li {
    list-style: none;
}

.section-title-normal span {
    border-bottom: none;
}

.wn-title h2 {
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    font-family: "Oswald";
    text-transform: uppercase;
}

.wn-title.text-left h2:after {
    left: 0px;
    right: initial;
}

.wn-title h2:after {
    background: #f5f5f5 url(/wp-content/uploads/2024/07/bg-heading.webp) center no-repeat;
}

.wn-title h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 125px;
    height: 7px;
    top: initial;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.wn-title h2:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: initial;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(90deg, #f5f5f5 0%, #e1e1e1 10%, #e1e1e1 10%, #e1e1e1 90%, #e1e1e1 90%, #f5f5f5 100%);
}

div#top-bar:before {
    content: "";
    display: inline-block;
    width: calc(50% - 570px);
    left: 0px;
    top: 0px;
    position: absolute;
    height: 120px;
    background: #fff;
}

.header-inner.flex-row.container.logo-left.medium-logo-center:before {
    content: "";
    display: inline-block;
    background: #fff;
    left: 0px;
    width: 400px;
    height: 120px;
    position: absolute;
    left: 350px;
    top: -40px;
    clip-path: polygon(60% 0%, 70% 33%, 50% 100%, 0 100%, 0% 0);
    z-index: 2;
}

div#top-bar {
    z-index: 1;
}

div#logo {
    z-index: 3;
}

#logo {
    width: 160px !important;
}

.logo-left .logo {
    margin-left: 80px;
    margin-right: 35px !important;
    margin-bottom: 30px;
}

/* ul.header-nav.header-nav-main.nav.nav-left.nav-spacing-xlarge.nav-uppercase li {
    border-right: solid 0.1px #fff;
    padding-right: 25px;
    transform: rotate(45deg);
} */
/* ul.header-nav.header-nav-main.nav.nav-left.nav-spacing-xlarge.nav-uppercase li:not(:first-child) a:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    left: -12px;
    top: 0px;
    transform: rotate(40deg);
    z-index: -1;
    border-right: 1px solid #3983c2;
    height: 75px;
    top: -18px;
} */
/* ul.header-nav.header-nav-main.nav.nav-left.nav-spacing-xlarge.nav-uppercase ul.sub-menu.nav-dropdown.nav-dropdown-default li a:after{
	display:none !important;
} */
.nav-dropdown-has-border .nav-dropdown {
    border: none;
}

.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}

.nav-dropdown-default {
    padding: 0px;
}

/* .nav-dropdown {
    background-color: #2e3092;
    color: #fff;
    display: table;
    left: -99999px;
    margin: 0;
    max-height: 0;
    min-width: 260px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    transition: opacity .25s, visibility .25s;
    visibility: hidden;
    z-index: 9;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px dashed #fff;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
	color:#fff;
}
.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before {
display:none;
} */
/* .nav-dropdown.nav-dropdown-default>li>a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
} */
.wn-pr-home .product-small.box {
    box-shadow: 1px 2px 4px #ccc;
    background-color: #fff;
    padding: 0px;
}

span.amount {
    color: #2e3092;
    font-weight: 700;
    white-space: nowrap;
}

.name_store {
    color: #1c1c1c;
    margin: 10px 0px;
}

.wn-footer .list-menu {
    font-size: 13px;
}

.wn-footer .list-menu {
    margin-bottom: 15px;
    line-height: 1.71429em;
    font-size: 14px;
}

.wn-footer .section-title-normal span {
    border-bottom: 2px solid rgb(46 48 146);
    font-size: 20px;
}

.breadcrumbs a {
    color: #2e3092 !important;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	
	
	
	.wn-bo-loc{
		display:block !important;
}
	   .wn-custom-breadcrumbs .breadcrumbs span.last {
        color: #666;
        width: 50%;
        font-size: .7rem;
        text-wrap: nowrap;
    }

    .wn-form-namephone {
        /* 	display:inline-block; */
    }

    .wpcf7-spinner {
        display: none;
    }

    .wn-form-namephone input {
        width: 100%;
    }

    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        display: none;
    }

    .stuck div#logo {
        display: block;
    }

    #logo {
        width: 200px !important;
    }

    .logo-left .logo {
        margin-left: 0;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .header-main {
        background-color: #ffffff !important;
    }

    .text.breadcrumb:after {
        left: 99%;
    }
}

.top-bar-nav .cart-item:hover ul {
    margin-left: 0px !important;
}

.top-bar-nav .account-item:hover ul {
    margin-left: -20px !important;
}

.cart-item.has-icon .nav-dropdown {
    background-color: #fff;
}

.cart-item.has-icon .nav-dropdown {
    background-color: #fff;
    color: #fff;
}

.nav-right li.current-dropdown:last-child>.nav-dropdown {
    left: auto;
    right: -190px !important;
}

.product-small.box {
    box-shadow: 1px 2px 4px #ccc;
    padding: 0px;
    /*     padding-bottom: 0; */
}

li#tab-title-additional_information {
    display: none;
}

.filter-items {
    display: flex;
    flex-wrap: wrap;
}

.filter-item {
    flex: 1 1 calc(33.33% - 10px);
    margin: 5px;
}

.page-title-inner {
    min-height: 60px;
    padding-top: 0px;
    position: relative;
    border: solid 0.1px #e8e8e8;
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: -10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 30px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 120px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1580px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 165px;
    }
}

@media only screen and (min-width: 1580px) and (max-width: 1650px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 200px;
    }
}

@media only screen and (min-width: 1650px) and (max-width: 1750px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 250px;
    }
}

@media only screen and (min-width: 1750px) and (max-width: 1800px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 300px;
    }
}

@media only screen and (min-width: 1950px) and (max-width: 2050px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 400px;
    }
}

@media only screen and (min-width: 2050px) and (max-width: 2100px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 430px;
    }
}

@media only screen and (min-width: 2100px) and (max-width: 2150px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 450px;
    }
}

@media only screen and (min-width: 2150px) and (max-width: 2200px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 480px;
    }
}

@media only screen and (min-width: 2200px) and (max-width: 2250px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 500px;
    }
}

@media only screen and (min-width: 2250px) and (max-width: 2350px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 550px;
    }
}

@media only screen and (min-width: 2350px) and (max-width: 2450px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 600px;
    }
}

@media only screen and (min-width: 2450px) and (max-width: 2500px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 650px;
    }
}

@media only screen and (min-width: 2500px) and (max-width: 2550px) {
    .header-inner.flex-row.container.logo-left.medium-logo-center:before {
        left: 680px;
    }
}

@media (min-width: 850px) {
    header#header .nav-dropdown {
        display: block;
        background-color: var(--primary-color);
    }

    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 0;
        display: none !important;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    }

    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0;
        border-radius: 0;
        padding: 10px 15px;
        color: white;
        font-weight: 400;
        background-color: #2e3092;
    }

    header#header .nav-dropdown li:hover>ul.sub-menu {
        display: block !important;
    }

    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
    }

    header#header .nav-dropdown li.menu-item-has-children>a {
        color: white !important;
        font-size: 14px;
        text-transform: uppercase;
    }

    header#header .nav-dropdown li.menu-item-has-children>a:after {
        content: "\f106";
        font-family: fl-icons;
        width: 20px;
        height: 20px;
        font-weight: 500;
        color: white;
        position: absolute;
        right: 0;
        text-align: center;
    }

    header#header .nav-dropdown li.menu-item-has-children:hover>a:after {
        transform: rotate(90deg);
        transition: all 0.5s ease;
        transform-origin: center center;
    }

    header#header .nav-dropdown li.menu-item-has-children>a:before, header#header .nav-dropdown ul.sub-menu a::before {
        content: "\f3a5";
        color: white;
        font-family: "Font Awesome 6 Free" !important;
        margin-right: 10px;
    }

    header#header .nav-dropdown li.active>a {
        color: #e82c2a;
    }
}

.archive .custom-page-title .col {
    padding-bottom: 0 !important;
}

.grid-tools {
    position: absolute;
    bottom: 100%;
    opacity: 0 !important;
    padding: 0 !important;
    width: 60px;
    height: 60px;
    background-color: #2e3092 !important;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    white-space: unset !important;
}

.add-to-cart-button {
    position: absolute;
    bottom: 0;
    opacity: 0 !important;
    padding: 0 !important;
    width: 60px;
    height: 60px !important;
    background-color: #2e3092 !important;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    white-space: unset !important;
    right: 0;
    transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s;
}

.grid-tools a,
.add-to-cart-button a {
    visibility: hidden;
    position: relative;
}

.grid-tools a:before {
    content: "\f06e" !important;
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    display: inline-block;
    visibility: visible;
    position: relative;
}

.box-text-products .add-to-cart-button a {
    background-color: var(--wp--preset--color--primary);
    color: #f1f1f1;
    display: flex;
    font-size: 0.85em;
    font-weight: 700;
    flex-direction: column;
    opacity: 0.95;
    padding: 0.4em 0 0.5em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: opacity 0.3s;
    justify-content: flex-end;
}

.product-small:hover .add-to-cart-button {
    opacity: 1 !important;
}

.product-small:hover .box-image .grid-tools {
    opacity: 1 !important;
    transform: translateY(100%) translateZ(0) !important;
}

.product-small .box-image .grid-tools:hover, .product-small .add-to-cart-button:hover {
    opacity: 0.6 !important;
}

.add-to-cart-button a:before {
    content: "\f07a" !important;
    font-family: "Font Awesome 6 Free";
    visibility: visible;
    font-size: 15px;
    color: white;
    display: inline-block;
    visibility: visible;
    position: relative;
    transform: translate(50%, 30%);
}

.box-text.box-text-products {
    padding: 10px;
    min-height: 80px;
}

.mfp-figure:after {
    background: white;
    bottom: 10px;
}

img.mfp-img {
    padding: 10px 10px 45px 10px;
}

.mfp-counter {
    margin-right: 10px;
    font-size: 16px;
    color: black;
    position: absolute;
    left: 15px;
    font-weight: bolder;
}

.berocket_lgv_additional_data .product-short-description p {
    word-spacing: 1px;
    line-height: 25px;
}

.product-small .box-image a img {
    padding: 25px 20px !important;

}
/******** START CUSTOM PRODUCT *********/
.wn-custom-breadcrumbs {
    background: #f5f5f5;
    
}

.wn-custom-breadcrumbs .breadcrumbs {
    position: relative;
    overflow: hidden;
    background: #e8e8e8;
    padding: 15px 25px 15px 30px;
    margin: 30px 0px 15px;
    font-size: 13px;
}

.wn-custom-breadcrumbs .col:nth-child(1) {
    margin-right: -100px !important;
}

.wn-custom-breadcrumbs .breadcrumbs::before {
    content: "";
    display: inline-block;
    background: #2e3092;
    width: 22px;
    height: 22px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 9;
}

.wn-custom-breadcrumbs .breadcrumbs::after {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transform: unset;
    right: 0;
    bottom: 0;
    left: unset;
    top: unset;
    content: "";
    display: inline-block;
    background: #2e3092;
    width: 22px;
    height: 22px;
    position: absolute;
}

.wn-custom-breadcrumbs .breadcrumbs a {
    color: rgb(46, 48, 146); 
    cursor :pointer; 
	text-wrap: nowrap;
    display: inline;
    font-size: .7rem; 
    font-weight: 700;
}

.wn-custom-breadcrumbs .breadcrumbs nav p {
    display: flex;
    flex-direction: row;
    gap: 3px;
}

.wn-custom-breadcrumbs .breadcrumbs span.last {
    color: #666;
}

#header a.nav-top-link {
    font-family: "Oswald";
    color: white;
}


ul.header-nav li a.nav-top-link::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    left: -15px;
    transform: rotate(45deg);
    z-index: -1;
    border-right: 1px solid #3983c2;
    height: 80px;
    top: -20px;
}

ul.header-nav li:first-child a::after {
    display: none;
}

/******** END CUSTOM PRODUCT *********/

/******** START SON *********/
.wn-related-post-category {
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: bold;
}
.related .product-section-title {
	display: none;
}

#header li.menu-item a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

#footer h3.section-title.section-title-normal {
    border-bottom: 0;
}

@media screen and (max-width: 600px) {
    .berocket_lgv_widget {
        display: none !important;
    }

    .wn-custom-breadcrumbs .breadcrumbs {
        padding: 10px 0 10px 20px;
        ;
    }

    .product-small .box-image a img {
        padding: 0 !important;
    }
}

.fixed-right {
    position: fixed;
    z-index: 999;
    right: 5px;
    transform: translateY(-50%);
    top: calc(70% + 10px) !important;
    width: 50px;
    text-align: center;
    overflow: hidden;
}

.fixed-right a {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.fixed-right a.phone {
    border-radius: 50%;
    background: #64bc46;
    padding: 6px;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}


#header ul li ul.sub-menu a {
    border-bottom: 1px dashed white;
    border-radius: 0;
    margin-left: 0;
}

#header ul li ul.sub-menu li:last-child a {
    border-bottom: 0 !important;
}

header#header .nav-dropdown {
    padding: 5px 0;
}

#header ul.header-nav li a {
	font-size: 14px !important;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 0px !important;

}

@media screen and (max-width: 750px) {
    .wn-bo-loc ul.filter-items {
            display: flex;
        }
}