.breadscrumb-section .breadscrumb-contain{
    padding: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) 0;
    display: block;
    text-align: left;
}
.breadscrumb-section .breadscrumb-contain nav {
    margin-bottom: 15px;
}
.breadscrumb-section .breadscrumb-contain nav .breadcrumb{
    justify-content: left;
}
.breadscrumb-section .col-12{
    border-radius: 20px;
    padding: 35px 50px;
    background-color: #fffaf5;
}
.breadscrumb-section ol li.breadcrumb-item{
    font-size: 14px;
}
.product-box-3{
    background-color: #ffffff;
    padding: 0;
}

.product-box-3 .product-header .product-image {
    padding: 0;
}

.product-box-3 .product-header .product-image img {
    height: auto;
}

.product-footer {
    margin-top: -10px;
}
.product-footer .product-detail{
    text-align: center;
}

.product-box-3 .product-footer .product-detail .span-name a{
    color: #26741d;
}

.tags_div {
    /* display: inline-flex; */
    display: none;
    position: absolute;
    top: 10px;
    justify-content: center;
    left: 0;
    right: 0;
}

p.vertical-bar {
    padding: 0 6px;
    margin: 0;
    line-height: 18px;
    font-size: 11px;
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item a {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

h1.header-gallery {
    font-size: calc(18px + (40 - 36) * ((100vw - 320px) / (1920 - 320)));
}
.product-rating{
    justify-content: center;
}
.product-id{
    font-size: 12px;
    cursor: pointer;
}
.product-id:hover{
    color: red;
}
/* Facet  */
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
    height: 35px;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab{
    gap: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
    width: 22px;
    height: 22px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-right: 8px;
    top: 0;
    transform: translateY(0);
    right: 0;
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
    width: 22px;
    height: 22px;
    opacity: 1;
    position: relative;
    margin-right: 8px;
    top: 0;
    transform: translateY(0);
    right: 0;
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
    width: 24px;
    height: 24px;
    transform: translateY(0) rotate(0);
    right: 0;
    opacity: 1;
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
    color: #353535;
    background: #d9faff;
    font-size: 14px;
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
    color: #62646a;
    border-radius: 6px;
    font-size: 14px;
    padding: 5px 10px;
    align-items: center;
    display: flex;
}

.child-ul {
    display: inline-grid;
    width: 100%;
    margin-left: 1.2rem;
}

.child-ul li.child-list {
    margin-bottom: 0;
    font-size: 13px;
    height: 26px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.child-ul a.child-link {
    color: #222222;
}

.child-ul li.child-active{
    color: #353535;
    background: #d9faff;
    border: 1px solid #a4f5ff;
}
/* Footer  */
.footer-services {
    background: #f9f9f9;
}

.footer-services .service-section .icon-width {
    width: 40px;
    height: 40px;
}

.footer-services .service-contain .service-box+.service-box::before {
    left: -58px;
    border-color: #222222;
}