@charset "utf-8";
/*====================================
Google Font
=====================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/*====================================
色の変数
=====================================*/
:root {
    --primary: #004077;
    --secondary: #f93a0b;
    --success: #50cd89;
    --warning: #ffa500;
    --info: #1D92DF;
    --danger: #ff4500;
    --border-color: #e2e2e2;
    --background-color: #fafafa;
}

/*====================================
Typography
=====================================*/
body {
    color: #222;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
}

body,
html {
    height: 100%;
    overflow-x: hidden;
}

/* heading, public class */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: normal;
}

.img-fluid {
    border: 1px solid var(--border-color);
}

.collapsing {
    transition-duration: 200ms !important;
}

ul.error-ul {
    list-style: circle;
    list-style-position: inside;
    margin-top: 15px;
}

.form-control {
    font-size: 14px;
    padding: 10px;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background-color: var(--secondary);
    border-color: var(--primary);
}

.input-group-text {
    width: 40px;
    justify-content: center;
}

.card {
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
}

.form-control:focus {
    border-color: var(--primary) !important;
    box-shadow: none !important;
    outline: 0 none;
}

.border-right {
    border-right: 1px solid var(--border-color);
}

.section-card {
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 20px 0;
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
}

.table-bordered>:not(caption)>*>* {
    vertical-align: middle;
}

.btn-sm.btn-style3 {
    padding: 7px 20px;
    font-size: 12px;
}

.btn-sm.btn-style5 {
    padding: 5px 20px;
    font-size: 12px;
}

.information {
    padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: 7px;
    margin: 15px 0;
    font-weight: bold;
}

.information .fa-info-circle {
    color: var(--info);
}

.information .fa-exclamation-triangle {
    color: var(--warning);
}

.font-w600 {
    font-weight: 600;
}

.fs-large {
    font-size: large;
}

.muted {
    color: #aaa;
}

.rating i.d-star {
    color: var(--primary) !important;
}

dl {
    display: flex;
    margin-bottom: 5px;
}

dt {
    width: 100px;
}

dd {
    width: calc(100% - 120px);
    margin-bottom: 0;
}

a {
    color: #222;
    display: inline-block;
    text-decoration: none;
}

a.colored,
.colored {
    color: var(--primary);
}

a.colored:hover {
    text-decoration: underline;
}

a:hover {
    color: var(--primary);
    text-decoration: none;
}

.no-data {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
}

.no-data .fal {
    font-size: 65px;
}

.h1-check-icon {
    color: var(--primary);
    font-size: 80px;
}

.h1-check-icon .fa-check-circle {
    color: var(--success);
}

.has-error {
    border: 2px solid var(--danger) !important;
}

.error-text {
    color: var(--danger);
    margin-top: 5px;
}

span.optional {
    font-size: small;
    color: #aaa;
}

span.mandatory {
    color: var(--danger);
    font-size: 16px;
    line-height: 8px;
}

img {
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}

span {
    display: inline-block;
}

button {
    padding: 0;
    border: none;
    cursor: pointer;
}

.radio label,
.radio input[type="radio"] {
    cursor: pointer;
}

button,
button:hover {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

button,
button:focus,
a:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-primary:active:focus {
    box-shadow: none;
}

p {
    line-height: 25px;
    margin-bottom: 0px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.float-right {
    float: right !important;
}

input,
select,
textarea {
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #e2e2e2;
    box-shadow: none;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

/* nav tab css */
ul.nav.nav-tabs {
    border-bottom: none;
    margin-bottom: 40px;
}

ul.nav.nav-tabs li.nav-item {
    margin-right: 40px;
}

ul.nav.nav-tabs li.nav-item a.nav-link {
    color: #949494;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

ul.nav.nav-tabs li.nav-item:last-child {
    margin-right: 0px;
}

ul.nav.nav-tabs li.nav-item a.nav-link.active,
ul.nav.nav-tabs li.nav-item a.nav-link:hover {
    color: var(--primary);
    border-bottom: 3px solid var(--primary);
    border-color: #fff #fff var(--primary) #fff;
    padding-right: 20px;
}

/* product page 2022/06 */
.product_thumbs {
    display: flex;
    flex-wrap: wrap;
}

ul.nav.nav-tabs.product_thumbs li.nav-item {
    width: 25%;
    margin-right: 0;
    padding: 0;
    cursor: pointer;
}

ul.nav.nav-tabs.product_thumbs li.nav-item a.nav-link {
    padding: 5px;
}

.pro-image div.tab-content {
    height: 500px;
}

.pro-image div.tab-content div.tab-pane.fade {
    height: 100%;
}

/* body hidden class */
body.hidden {
    overflow-y: hidden;
    padding-right: 17px;
}

/* btn style 1 css */
.btn-style1 {
    position: relative;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    background-color: var(--primary);
    font-weight: 600;
    border-radius: 3px;
    border-color: var(--primary);
}

.btn-style1 span {
    position: relative;
    z-index: 2;
}

.btn-style1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.btn-style1:hover::before {
    background-color: #3b3b3c;
    width: 100%;
    border-radius: 3px;
    border-color: #3b3b3c;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-style1:hover {
    color: #fff;
}

/* btn style 2 css */
.btn-style2 {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 10px 40px;
    background-color: var(--primary);
    font-weight: 500;
    border-radius: 3px;
    border-color: var(--primary);
}

.btn-style2 span {
    position: relative;
    z-index: 2;
}

.btn-style2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.btn-style2:hover::before {
    background-color: #3b3b3c;
    width: 100%;
    border-radius: 3px;
    border-color: #3b3b3c;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-style2:hover {
    color: #fff;
    background-color: #3b3b3c;
    border-color: #3b3b3c;
}

/* btn style 3 css */
.btn-style3 {
    position: relative;
    color: #fff;
    font-size: 13px;
    padding: 8px 25px;
    background-color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    border-color: var(--primary);
}

.btn-style3 span {
    position: relative;
    z-index: 2;
}

.btn-style3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.btn-style3:hover::before {
    background-color: #3b3b3c;
    width: 100%;
    border-radius: 3px;
    border-color: #3b3b3c;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-style3:hover {
    color: #fff;
}

/* btn style 4 css */
.btn-style4 {
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    background-color: var(--primary);
    font-weight: 600;
    border: 2px solid var(--primary);
    border-radius: 25px;
}

.btn-style4:hover {
    color: #000;
    background-color: transparent;
}

/* btn style 5 css */
.btn-style5 {
    color: var(--primary);
    background-color: white;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary);
    border-radius: 3px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.btn-style5::after {
    background-color: var(--primary);
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.btn-style5:hover::after {
    opacity: 0.1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

/* mm-fullscreen-bg css */
.mm-fullscreen-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.mm-fullscreen-bg.active {
    opacity: 1;
    visibility: visible;
}

.mm-fullscreen-bg,
.mm-fullscreen-bg.active {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* section padding css */
.section-t-padding {
    padding-top: 80px;
}

.section-b-padding {
    padding-bottom: 80px;
}

.section-tb-padding {
    padding: 50px;
}

.section0-t-padding {
    padding-top: 60px;
}

.section0-b-padding {
    padding-bottom: 60px;
}

.section0-tb-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section1-t-padding {
    padding-top: 30px;
}

.section1-b-padding {
    padding-bottom: 30px;
}

.section1-tb-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.fish_line,
.fish_line__inner {
    height: 100px;
    display: flex;
}

.fish_line__inner:first-child {
    animation: loop 90s linear infinite;
}

.fish_line__inner:nth-child(2) {
    animation: loop2 90s -60s linear infinite;
}

.fish_line__inner:last-child {
    animation: loop3 90s -30s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(200%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-200%);
    }
}

@keyframes loop3 {
    0% {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-300%);
    }
}

.fish_line__inner li {
    display: inline-block;
    margin: 14px;
}

.fish_line__inner li:nth-child(odd) {
    -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
}

.fish_line__inner li:nth-child(even) {
    -webkit-animation: horizontal2 1s ease-in-out infinite alternate;
}

.fish_line__inner li img {
    display: block;
    width: 95px;
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
}

.fish_line__inner li:nth-child(3n) img {
    -webkit-animation-duration: 1s;
    transition-delay: 1s;
}

.fish_line__inner li:nth-child(3n-1) img {
    -webkit-animation-duration: 2s;
    transition-delay: 2s;
}

.fish_line__inner li:nth-child(3n-2) img {
    -webkit-animation-duration: 3s;
    transition-delay: 3s;
}

@-webkit-keyframes horizontal1 {
    0% {
        -webkit-transform: translateX(-3px);
    }

    100% {
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes horizontal2 {
    0% {
        -webkit-transform: translateX(3px);
    }

    100% {
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes vertical {
    0% {
        transform: translateY(-5px) rotate(2deg);
    }

    50% {
        transform: rotate(-4deg);
    }

    100% {
        transform: translateY(1px) rotate(2deg);
    }
}

/* section title css */
.left-section-title h4 {
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
}

.left-section-title h4 span {
    color: var(--primary);
}

.section-title3 {
    text-align: center;
    display: none;
    /*ロード時のカクカクを解消*/
}

.section-title3 h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--primary);
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.section-title3 h2.fish-line {
    background-image: url(../image/section/wave_line_right.png), url(../image/section/fish_line_left.png);
    background-position: right 5% bottom -1px, left 15% bottom -1px;
    background-repeat: no-repeat, no-repeat;
}

.section-title3 h2.boat-line {
    background-image: url(../image/section/wave_line_right.png), url(../image/section/boat_line_left.png);
    background-position: right 5% bottom -1px, left 15% bottom -1px;
    background-repeat: no-repeat, no-repeat;
}

.section-title3 h2 span {
    position: relative;
}

.section-title3 h2 span::before,
.section-title3 h2 span::after {
    background-color: var(--primary);
    content: "";
    position: absolute;
    bottom: 50%;
    width: 10px;
    height: 2px;
}

.section-title3 h2 span::before {
    left: -25px;
}

.section-title3 h2 span::after {
    right: -25px;
}

.section-title3 .img-section-title {
    width: 20%;
    max-width: 90px;
    margin-bottom: 0.5rem;
}

/* container css */
.container {
    max-width: 1220px;
}

/* carousel button css */
.home4-category .home4-cate .owl-nav,
.featured-product .home4-featured .owl-nav,
.home4-barnd-logo .home4-brand .owl-nav,
.pro-image .pro-page-slider .owl-nav button {
    margin: 0px;
}

.home4-category .home4-cate .owl-nav button,
.featured-product .home4-featured .owl-nav button,
.home4-barnd-logo .home4-brand .owl-nav button,
.pro-image .pro-page-slider .owl-nav button {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    color: var(--primary);
    font-size: 20px;
    margin: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.home4-category .home4-cate .owl-nav button:hover,
.featured-product .home4-featured .owl-nav button:hover,
.home4-barnd-logo .home4-brand .owl-nav button:hover,
.pro-image .pro-page-slider .owl-nav button:hover {
    background-color: #fff;
    color: var(--primary);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.featured-product .home4-featured .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.featured-product .home4-featured .owl-nav button.owl-prev {
    left: -15px;
}

.featured-product .home4-featured .owl-nav button.owl-next {
    right: -15px;
}

.home4-category .home4-cate .owl-nav button.owl-prev,
.home4-barnd-logo .home4-brand .owl-nav button.owl-prev,
.pro-image .pro-page-slider .owl-nav button.owl-prev {
    left: 10px;
    opacity: 0;
    visibility: hidden;
}

.home4-category .home4-cate .owl-nav button.owl-next,
.home4-barnd-logo .home4-brand .owl-nav button.owl-next,
.pro-image .pro-page-slider .owl-nav button.owl-next {
    right: 10px;
    opacity: 0;
    visibility: hidden;
}

.home4-category .home4-cate:hover .owl-nav button.owl-prev,
.home4-barnd-logo .home4-brand:hover .owl-nav button.owl-prev,
.pro-image .pro-page-slider .owl-nav button.owl-prev {
    left: -15px;
    opacity: 1;
    visibility: visible;
}

.home4-category .home4-cate:hover .owl-nav button.owl-next,
.home4-barnd-logo .home4-brand:hover .owl-nav button.owl-next,
.pro-image .pro-page-slider:hover .owl-nav button.owl-next {
    right: -15px;
    opacity: 1;
    visibility: visible;
}

.home4-category .home4-cate .owl-nav button,
.home4-category .home4-cate .owl-nav button,
.home4-barnd-logo .home4-brand .owl-nav button,
.pro-image .pro-page-slider .owl-nav button {
    opacity: 1;
    visibility: visible;
}

/* top notification css */
.top-4 {
    background-color: #f7f7f7;
}

.top-4 ul.top-home {
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* top offer css */
.top-4 ul.top-home li.top-home-li .top-content ul.top-contect {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-4 ul.top-home li.top-home-li .top-content ul.top-contect li a {
    color: #666;
    font-size: 13px;
    padding: 10px 19px 10px 0px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.top-4 ul.top-home li.top-home-li .top-content ul.top-contect li a i {
    margin-right: 5px;
}

.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li {
    position: relative;
    margin-left: 12px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li:first-child {
    margin-left: 0px;
}

.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li a {
    color: #666;
    font-size: 13px;
    font-weight: 500;
}

.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li i {
    margin-left: 5px;
}

.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account,
.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.currency {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li:hover ul.account,
.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li:hover ul.currency {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account,
.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.currency {
    background-color: #fff;
    position: absolute;
    top: 100%;
    z-index: 2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account {
    padding: 10px 0px;
    width: 160px;
}

.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.currency {
    padding: 10px 0px;
    width: 55px;
}

.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account li,
.top-4 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.currency li {
    padding: 5px 15px;
}

/* header top css */
header {
    /* ヘッダーの位置を固定する */
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1060;
    /* 常に最前面に表示する */
}

.header-main-area {
    background-color: #fff;
}

.header-main-area.is-sticky {
    background-color: #ffffff;
}

@media (max-width: 1199px) {
    .header-main-area.is-sticky {
        background-color: #ffffff;
    }
}

.header-main-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
    width: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-150px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header-main {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100px;
}

.header-main-area .header-main .header-element.logo {
    width: 17%;
    margin-right: 1rem;
}

.header-main-area .header-main .header-element.logo img {
    width: 100%;
}

.header-main-area .header-main .header-element.logo a {
    text-align: center;
}

.header-main-area .header-main .header-element.header-search {
    width: 50%;
}

.header-main-area .header-main .header-element.header-search form {
    position: relative;
}

.header-main-area .header-main .header-element.header-search form input {
    width: 100%;
    border: 2px solid #e2e2e2;
    border-radius: 25px;
    height: 45px;
    padding: 8px 18px;
}

.header-main-area .header-main .header-element.header-search form button.search-btn {
    background-color: transparent;
    color: #999;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 45px;
    font-size: 18px;
    border: 2px solid #e2e2e2;
    border-radius: 0px 25px 25px 0px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-main-area .header-main .header-element.header-search form button.search-btn:hover {
    color: #333;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* login page css */
.login-area {
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-area .login-box {
    width: 60%;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .05) !important;
}

.login-area .login-box h1 {
    font-size: 26px;
    text-align: center;
}

.login-area .login-box p.sub-header {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}

.login-area .login-box form {
    margin-top: 17px;
}

.login-area .login-box form label {
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

.login-area .login-box form label:first-child {
    margin-top: 0px;
}

.login-area .login-box form input {
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    margin-top: 2px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
}

.login-area .login-box form input.has-error {
    border: 2px solid var(--danger);
}

.login-area .login-box form .error-text {
    color: var(--danger);
    margin-top: 5px;
}

.login-area .login-box button.btn-style4 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.login-area .login-box a.re-password {
    color: var(--primary);
    margin-top: 25px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.login-area .login-account {
    width: calc(40% - 30px);
    margin-left: 30px;
}

.login-area .login-account h4 {
    font-size: 16px;
    text-align: center;
}

.login-area .login-account a.ceate-a {
    position: relative;
    color: var(--primary);
    width: 100%;
    padding: 13px 25px;
    margin-top: 23px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary);
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.login-area .login-account a.ceate-a::after {
    background-color: var(--primary);
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.login-area .login-account a.ceate-a:hover::after {
    opacity: 0.1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.login-area .login-account .login-info {
    margin-top: 24px;
}

.login-area .login-account .login-info a.terms-link span {
    color: #000;
    line-height: 1;
    font-size: 12px;
}

.login-area .login-account .login-info a.terms-link {
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;

}

.login-area .login-account .login-info p {
    font-size: 13px;
    margin-top: 6px;
}

.login-area .login-account .login-info p a {
    color: var(--primary);
    font-weight: 600;
}

/* register box css */
.register-area {
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-area .thank,
.login-area .thank {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.register-area .remark-1,
.login-area .remark-1 {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
}

.register-area .remark-2,
.login-area .remark-2 {
    font-size: 14px;
}

.register-area .register-box form label {
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

.register-area .register-box form label:first-child {
    margin-top: 0px;
}

.register-area .register-box {
    width: 60%;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .05) !important;
}

.register-area .register-box h1 {
    font-size: 26px;
    text-align: center;
}

.register-area .register-box form .text-area {
    padding-top: 5px;
    color: red;
}

.register-area .register-box p {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
}

.register-area .register-box form {
    margin-top: 22px;
}

.register-area .register-box form input {
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    margin-top: 2px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
}

.register-area .register-box form input.has-error {
    border: 2px solid var(--danger);
}

.register-area .register-box form input:first-child {
    margin-top: 0px;
}

.register-area .register-box form .error-text {
    color: var(--danger);
    margin-top: 5px;
}

.register-area .register-box button.btn-style4 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.register-area .register-account {
    width: calc(40% - 30px);
    margin-left: 30px;
}

.register-area .register-account h4 {
    font-size: 16px;
    text-align: center;
}

.register-area .register-account a.ceate-a {
    position: relative;
    color: var(--primary);
    width: 100%;
    padding: 13px 25px;
    margin-top: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary);
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.register-area .register-account a.ceate-a::after {
    background-color: var(--primary);
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.register-area .register-account a.ceate-a:hover::after {
    opacity: 0.1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.register-area .register-account .register-info a.terms-link span {
    color: #000;
    line-height: 1;
    font-size: 12px;
}

.register-area .register-account .register-info a.terms-link {
    color: var(--primary);
    margin-top: 30px;
    font-size: 12px;
    font-weight: 600;

}

.register-area .register-account .register-info p {
    font-size: 13px;
    margin-top: 10px;
}

.register-area .register-account .register-info p a {
    color: var(--primary);
    font-weight: 600;
}

/* navbar-toggler css */
button.navbar-toggler {
    padding: 0;
    border: none;
}

button.navbar-toggler span.line {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
}

button.navbar-toggler span.line,
button.navbar-toggler span.line::before,
button.navbar-toggler span.line::after {
    width: 20px;
    height: 2px;
    display: block;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

button.navbar-toggler span.line::before,
button.navbar-toggler span.line::after {
    content: '';
    position: absolute;
}

button.navbar-toggler span.line::before {
    top: 8px;
}

button.navbar-toggler span.line::after {
    top: -8px;
}

.header-main-area .header-main .header-element.right-block-box {
    width: 30%;
}

.header-main .header-element.right-block-box ul.shop-element li.nav-toggler {
    display: none;
    line-height: 0;
}

.header-main-area .header-main .header-element.right-block-box ul.shop-element li.search-wrap {
    position: relative;
    display: none;
}

.header-main-area .header-main .header-element.right-block-box ul.shop-element li.search-wrap .search-rap a.search-popuup {
    display: block;
    font-size: 30px;
    line-height: 0;
}

.modal#search-modal .modal-dialog {
    margin: 0px;
}

.modal#search-modal .modal-dialog .modal.fade {
    padding-right: 0px !important;
}

.modal#search-modal .modal-dialog .modal-dialog {
    margin: 0px;
    max-width: 100%;
}

.modal#search-modal .modal-dialog .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.modal#search-modal .modal-dialog .modal-body {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.modal#search-modal .modal-dialog .search-content {
    display: flex;
    align-items: center;
}

.modal#search-modal .modal-dialog .search-content .search-engine {
    width: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.modal#search-modal .modal-dialog .search-content .search-engine input {
    height: 40px;
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
}

.modal#search-modal .modal-dialog .search-content .search-engine button.search-btn {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    height: 100%;
    width: 40px;
    background-color: #222;
    border: none;
    border-radius: 3px;
    line-height: 0;
}

.modal#search-modal .modal-dialog .search-content button.close {
    float: none;
    display: block;
    background-color: transparent;
    color: #000;
    font-size: 18px;
    margin-left: 10px;
    opacity: 1;
    line-height: 0;
}

.modal#search-modal .modal-dialog .search-content button.close:hover {
    color: var(--primary);
}

/* right block css */
.right-block-box {
    display: flex;
    justify-content: flex-end;
}

.right-block-box ul.shop-element {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.right-block-box ul.shop-element li.side-wrap {
    position: relative;
    margin-left: 20px;
}

.right-block-box ul.shop-element li.side-wrap .header-wishlist {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-block-box ul.shop-element li.side-wrap:first-child {
    margin-left: 0;
}

/* user account css */
.right-block-box ul.shop-element li.user-wrap .acc-desk {
    display: flex;
    align-items: center;
}

.user-icon img {
    width: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-icon a.user-icon-desk {
    display: block;
    font-size: 30px;
    line-height: 0;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-icon a.user-icon-desk,
.right-block-box ul.shop-element li.user-wrap .acc-desk:hover .user-icon a.user-icon-desk {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info,
.site-mobile-menu .acc-desk .user-info {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    max-width: 150px;
    overflow: hidden;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info .acc-title,
.site-mobile-menu .acc-desk .user-info .acc-title {
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.site-mobile-menu .acc-desk .user-info .acc-title {
    font-size: .9rem;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info .account-login,
.site-mobile-menu .acc-desk .user-info .account-login {
    display: flex;
    margin-top: 7px;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info .account-login a,
.site-mobile-menu .acc-desk .user-info .account-login a {
    color: #000;
    font-size: 11px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #c3c3c3;
    line-height: 1;
}

.site-mobile-menu .acc-desk .user-info .account-login a {
    font-size: .9rem;
    padding-right: 10px;
    margin-right: 10px;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info .account-login a:last-child,
.site-mobile-menu .acc-desk .user-info .account-login a:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info .account-login a:hover {
    color: var(--primary);
}

.right-block-box ul.shop-element li.user-wrap .acc-mob {
    display: none;
}

/* wishlist css */
.wishlist-wrap a.header-wishlist {
    display: block;
    position: relative;
}

.wishlist-wrap a.header-wishlist span.wishlist-icon {
    display: block;
    font-size: 30px;
    line-height: 0;
}

.wishlist-wrap a.header-wishlist span.wishlist-counter {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: -3px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    font-weight: 500;
    border-radius: 100%;
}

/* cart css */
.shopping-widget .shopping-cart a.cart-count {
    display: block;
}

.shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap span.cart-icon {
    display: block;
    font-size: 30px;
}

.shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap span.bigcounter {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 0px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    font-weight: 500;
    border-radius: 100%;
}

.shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap span.cart-price {
    font-size: 12px;
    margin-left: 10px;
}

/* mini cart css */
.mini-cart {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 16px 26px -10px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}

.mini-cart.show {
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.mini-cart,
.mini-cart.show {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.mini-cart a.shopping-cart-close {
    position: absolute;
    top: 15px;
    right: 10px;
    line-height: 0px;
}

.mini-cart .cart-item-title p {
    padding: 10px 15px;
    font-weight: 600;
}

.mini-cart .cart-item-title p span.cart-count-item {
    color: var(--primary);
}

.mini-cart ul.cart-item-loop {
    max-height: calc(100% - 219px);
    overflow-y: auto;
    border-top: 1px solid #eee;
    scrollbar-width: thin;
    -webkit-scrollbar-width: thin;
}

.mini-cart ul.cart-item-loop::-webkit-scrollbar {
    width: 5px;
}

.mini-cart ul.cart-item-loop::-webkit-scrollbar-track {
    background-color: #eee;
}

.mini-cart ul.cart-item-loop::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.mini-cart ul.cart-item-loop::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary);
}

.mini-cart ul.cart-item-loop li.cart-item {
    display: flex;
    padding: 15px;
    border-top: 1px solid #eee;
}

.mini-cart ul.cart-item-loop li.cart-item:first-child {
    border-top: none;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-img {
    width: 60px;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title {
    width: calc(100% - 75px);
    margin-left: 15px;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title h6 {
    font-size: 14px;
    width: 100%;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title .cart-pro-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 9px;
    line-height: 1;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title .cart-pro-info .cart-qty-price span.price-box {
    font-weight: 600;
}

.mini-cart ul.subtotal-title-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}

.mini-cart ul.subtotal-title-area li.subtotal-info {
    padding: 10px 15px;
    border-top: 1px solid #eee;
}

.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}

.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles h6 {
    font-size: 14px;
    font-weight: 600;
}

.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles .subtotal-price {
    color: var(--primary);
    margin-top: 0;
    font-weight: 600;
}

.mini-cart ul.subtotal-title-area li.mini-cart-btns {
    padding: 15px;
    border-top: 1px solid #eee;
}

.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns {
    display: flex;
    flex-direction: column;
}

.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns a {
    width: 100%;
    margin-top: 15px;
}

.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns a:first-child {
    margin-top: 0;
}

/* menu css */
.menu-area {
    background-color: var(--primary);
}

.top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* main-menu css */
.megamenu-content {
    position: relative;
    width: 80%;
    margin-right: 20px;
}

.megamenu-content .mainwrap ul.main-menu {
    display: flex;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title {
    position: relative;
    color: #fff;
    padding: 15px 20px;
    display: block;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title i {
    font-size: 14px;
    margin-left: 4px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title {
    display: flex;
    align-items: center;
    position: relative;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title span.hot {
    color: #fff;
    font-size: 10px;
    padding: 1px 5px;
    position: absolute;
    right: 10px;
    top: -12px;
    background-color: #f4ab1e;
    transform: translateX(100%);
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 3px;
    line-height: 1;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title span.hot::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    border-left: 4px solid #f4ab1e;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title.link-title-lg {
    display: none;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 1px;
    height: 25px;
    background: rgb(255, 255, 255, 30%);
}

.megamenu-content .mainwrap ul.main-menu li.menu-link:first-child a.link-title {
    padding-left: 0px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link:first-child a.link-title::after {
    display: none;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu.collapse:not(.show) {
    display: block;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu.collapse:not(.show),
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu.collapse:not(.show) {
    display: flex;
    flex-wrap: wrap
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu {
    position: absolute;
    top: calc(100% + 20px);
    padding: 15px 0px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.megamenu-content .mainwrap ul.main-menu li.menu-link:hover ul.dropdown-submenu {
    top: calc(100% + 0px);
    opacity: 1;
    visibility: visible;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu,
.megamenu-content .mainwrap ul.main-menu li.menu-link:hover ul.dropdown-submenu {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu {
    left: auto;
    min-width: 145px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu {
    width: 100%;
    left: auto;
    right: 0px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu {
    width: 100%;
    left: 0px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu li.submenu-li {
    margin-top: 10px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu li.submenu-li:first-child {
    margin-top: 0px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu li.submenu-li a.submenu-link {
    padding: 0px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li {
    width: 25%;
    padding: 0px 15px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li h2.sublink-title {
    font-size: 14px;
    margin-bottom: 14px;
    color: var(--primary);
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li a.sublink-title.sublink-title-lg {
    display: none;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li ul.dropdown-supmenu.collapse:not(.show) {
    display: block;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li ul.dropdown-supmenu li.supmenu-li {
    margin-top: 10px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner {
    width: 33.33%;
    padding: 0px 15px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a {
    position: relative;
    overflow: hidden;
    display: block;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img img,
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img:hover img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a.menu-banner-title {
    margin-top: 10px;
    text-align: center;
}

/* blog menu */
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li {
    position: relative;
    padding: 0px 15px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li a.g-l-link {
    width: 100%;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li a.g-l-link i {
    float: right;
    font-size: 17px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li a.sub-link {
    display: none;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1.collapse:not(.show) {
    display: block;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translateX(100%);
    min-width: 145px;
    padding: 10px 0px;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1.ex-width {
    min-width: 200px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li:hover ul.blog-style-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a {
    width: 100%;
    padding: 5px 15px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a i {
    font-size: 17px;
    float: right;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a.blog-sub-style {
    display: none;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li ul.grid-style.collapse:not(.show) {
    display: block;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li ul.grid-style {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 0px;
    min-width: 155px;
    transform: translateX(100%);
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li {
    position: relative;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li:hover ul.grid-style {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* hotline css */
.offer {
    width: 100%;
    ;
}

.offer a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.offer a i {
    font-size: 20px;
    margin-right: 10px;
}

/* header-bottom css */
.header-bottom-area {
    background-color: #fff;
    display: none;
}

.header-bottom-area .main-menu-area {
    position: relative;
}

.header-bottom-area .main-menu-area .main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bottom-area .main-menu-area .main-navigation .navbar-collapse {
    width: 75%;
}

.header-bottom-area .main-menu-area .main-navigation .img-hotline {
    width: 25%;
}

/* box-header css */
.main-menu-area .main-navigation .box-header {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    line-height: 0;
}

.main-menu-area .main-navigation .box-header button {
    font-size: 18px;
    background-color: transparent;
    line-height: 0;
}

/* slider css */
@media(min-width:765px) {
    .home-slider-4 .home-slider-main .home4-slider .owl-item:not(.center) {
        opacity: .4;
    }
}

.home-slider-4 .home-slider-main .home4-slider .img-back {
    height: 385px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-slider-4 .home-slider-main .home4-slider .img-back .h-s-content {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    width: 40%;
}

.home-slider-4 .home-slider-main .home4-slider .img-back .h-s-content.slide-c-1 {
    left: 20%;
}

.home-slider-4 .home-slider-main .home4-slider .img-back .h-s-content.slide-c-2 {
    right: 20%;
    text-align: right;
}

.home-slider-4 .home-slider-main .home4-slider .owl-item.active .img-back .h-s-content span.slider-name,
.home-slider-4 .home-slider-main .home4-slider .owl-item.active .img-back .h-s-content h1,
.home-slider-4 .home-slider-main .home4-slider .owl-item.active .img-back .h-s-content a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.home-slider-4 .home-slider-main .home4-slider .owl-item.active .img-back .h-s-content span.slider-name {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-duration: 0.7s;
}

.home-slider-4 .home-slider-main .home4-slider .owl-item.active .img-back .h-s-content h1 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
    animation-duration: 1.0s;
}

.home-slider-4 .home-slider-main .home4-slider .owl-item.active .img-back .h-s-content a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.3s;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.home-slider-4 .home-slider-main .home4-slider .img-back .slide-c-1 span.slider-name {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.home-slider-4 .home-slider-main .home4-slider .img-back .slide-c-1 h1 {
    font-size: 40px;
    margin-top: 18px;
    color: #fff;
    text-shadow: 1px 1px 5px #010116;
}

.home-slider-4 .home-slider-main .home4-slider .img-back .slide-c-1 a {
    margin-top: 25px;
}

.home-slider-4 .home-slider-main .home4-slider .img-back .slide-c-2 span.slider-name {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.home-slider-4 .home-slider-main .home4-slider .img-back .slide-c-2 h1 {
    font-size: 40px;
    margin-top: 100px;
    color: #fff;
    text-shadow: 1px 1px 5px #010116;
}

.home-slider-4 .home-slider-main .home4-slider .img-back .slide-c-2 a {
    margin-top: 25px;
}

/* slider navigation css */
.home-slider-4 .home-slider-main .home4-slider.owl-theme .owl-nav {
    margin-top: 0px;
}

.home-slider-4 .home-slider-main .home4-slider .owl-nav button {
    background-color: transparent;
    color: #fff;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-slider-4 .home-slider-main .home4-slider .owl-nav button.owl-prev {
    left: 30px;
}

.home-slider-4 .home-slider-main .home4-slider .owl-nav button.owl-next {
    right: 30px;
}

/* slider dot css */
.home-slider-4 .home-slider-main .home4-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 0px;
    left: 0px;
    line-height: 0px;
}

.home-slider-4 .home-slider-main .home4-slider .owl-dots button {
    margin-right: 10px;
}

.home-slider-4 .home-slider-main .home4-slider .owl-dots button:last-child {
    margin-right: 0px;
}

.home-slider-4 .home-slider-main .home4-slider .owl-dots button.owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0px;
    background-color: var(--primary);
    border-radius: 50%;
}

.home-slider-4 .home-slider-main .home4-slider .owl-dots button.owl-dot.active span,
.home-slider-4 .home-slider-main .home4-slider .owl-dots button.owl-dot:hover span {
    background-color: #000000;
}

.home-slider-4 .owl-theme .owl-nav .disabled {
    opacity: 1;
}

/* service css */
.service4-section {
    position: relative;
    z-index: 1;
}

.service4-section .service {
    background-color: #fff;
    margin-top: -90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e2e2e2;
}

.service4-section .service .service-box {
    width: 33.33%;
    padding: 30px 0px 30px 30px;
}

.service4-section .service .service-box .s-box .service-img a {
    position: relative;
}

.service4-section .service .service-box:hover .s-box .service-img a {
    background-color: var(--primary);
}

.service4-section .service .service-box:hover .s-box .service-img a:after,
.service4-section .service .service-box:hover .s-box .service-img a:before {
    background-color: #fff;
}

.service4-section .service .service-box .s-box .service-img a:after,
.service4-section .service .service-box .s-box .service-img a:before {
    mix-blend-mode: difference;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.service4-section .service .service-box:hover .s-box .service-img a img {
    position: relative;
}

.service4-section .service .service-box .s-box {
    display: block;
    text-align: center;
    border-right: 1px solid #e2e2e2;
    padding-right: 30px;
}

.service4-section .service .service-box:last-child .s-box {
    border-right: none;
}

.service4-section .service .service-box .s-box .service-img a {
    background-color: #f7f7f7;
    padding: 14px;
    border-radius: 50%;
}

.service4-section .service .service-box .s-box .service-content span {
    color: #000;
    margin-top: 19px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.service4-section .service .service-box .s-box .service-content p {
    color: #999;
    font-size: 14px;
    margin-top: 7px;
}

/* Swiper button css */
.tab-pro-slider {
    position: relative;
}

.tab-pro-slider .swiper-buttons {
    height: calc(100%);
    height: -o-calc(100%);
    height: -ms-calc(100%);
    height: -moz-calc(100%);
    height: -webkit-calc(100%);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.tab-pro-slider .swiper-buttons .content-buttons {
    height: 100%;
}

.tab-pro-slider .swiper-buttons .content-buttons .swiper-button-next,
.tab-pro-slider .swiper-buttons .content-buttons .swiper-button-prev {
    background-image: none;
    height: 20px;
    width: 20px;
    display: flex;
    border-radius: 3px;
    color: var(--primary);
    opacity: 1;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tab-pro-slider .swiper-buttons .content-buttons .swiper-button-next:hover,
.tab-pro-slider .swiper-buttons .content-buttons .swiper-button-prev:hover,
.tab-pro-slider .swiper-buttons .content-buttons .swiper-button-next:focus {
    outline: none;
}

.tab-pro-slider .swiper-buttons .content-buttons .swiper-button-next {
    right: -15px;
}

.tab-pro-slider .swiper-buttons .content-buttons .swiper-button-prev {
    left: -15px;
}

/* timer */
ul.contdown_row {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    background-color: var(--primary);
    margin: 0 15px;
    border-radius: 4px;
}

ul.contdown_row li.countdown_section {
    position: relative;
    width: 48px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

ul.contdown_row li.countdown_section:last-child {
    margin-right: 0px;
}

ul.contdown_row li.countdown_section span.countdown_timer {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

ul.contdown_row li.countdown_section span.countdown_title {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}

ul.contdown_row li.countdown_section:before {
    content: ":";
    position: absolute;
    right: -5px;
    bottom: 50%;
    transform: translateY(50%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

ul.contdown_row li.countdown_section:last-child:before {
    display: none;
}

/* Banner grid css */
.home4-grid-banner .organic-food-fresh-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner {
    position: relative;
    width: 50%;
    margin-right: 30px;
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner:last-child {
    margin-right: 0px;
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::before,
.home4-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 9;
    opacity: 0;
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::before {
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::after {
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::before {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::after {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner:hover a.banner-hover::before,
.home4-grid-banner .organic-food-fresh-banner .offer-banner:hover a.banner-hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::before,
.home4-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::after,
.home4-grid-banner .organic-food-fresh-banner .offer-banner:hover a.banner-hover::before,
.home4-grid-banner .organic-food-fresh-banner .offer-banner:hover a.banner-hover::after {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover {
    display: block;
    position: relative;
    overflow: hidden;
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner:hover a.banner-hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover img,
.home4-grid-banner .organic-food-fresh-banner .offer-banner:hover a.banner-hover img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.home4-grid-banner .organic-food-fresh-banner .offer-banner .banner-content {
    position: absolute;
    bottom: 50%;
    left: 20px;
    transform: translateY(50%);
    width: 50%;
    z-index: 20;
}

.home4-grid-banner .organic-food-fresh-banner .banner-1 .banner-content span.b-title {
    color: #333;
    line-height: 1;
    text-transform: uppercase;
}

.home4-grid-banner .organic-food-fresh-banner .banner-1 .banner-content h2 {
    color: #333;
    font-size: 24px;
    margin-top: 5px;
    font-weight: 600;
}

.home4-grid-banner .organic-food-fresh-banner .banner-1 .banner-content p {
    color: #333;
    margin-top: 5px;
}

.home4-grid-banner .organic-food-fresh-banner .banner-1 .banner-content a {
    margin-top: 13px;
}

.home4-grid-banner .organic-food-fresh-banner .banner-2 .banner-content span.b-title {
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.home4-grid-banner .organic-food-fresh-banner .banner-2 .banner-content h2 {
    color: #fff;
    margin-top: 5px;
    font-size: 24px;
}

.home4-grid-banner .organic-food-fresh-banner .banner-2 .banner-content p {
    color: #fff;
    margin-top: 5px;
}

.home4-grid-banner .organic-food-fresh-banner .banner-2 .banner-content a {
    margin-top: 13px;
}

/* category image css */
.home4-category .home4-cate .cate-image a {
    position: relative;
    display: block;
}

.home4-category .home4-cate .cate-image a img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.home4-category .home4-cate .cate-image span.cate-item {
    background-color: var(--primary);
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 8px;
    font-size: 12px;
}

.home4-category .home4-cate .cate-image a .cate-title {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.home4-category .home4-cate .cate-image:hover a span.cate-title {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* featured Products css */
.home4-featured .items,
.home4-tab .items,
.grid-list-area .items,
.producers_items .col-sm-3 .items {
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.tred-pro {
    position: relative;
}

.tred-pro .tr-pro-img a {
    display: block;
    position: relative;
    width: 100%;
}

.tred-pro .tr-pro-img a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.swiper-container .tred-pro .tr-pro-img a img {
    backface-visibility: hidden;
    width: 100%;
    display: none;
    /* opacity: 0; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.blog-image a img {
    border-radius: 5px;
}

.swiper-container.swiper-container-initialized .tred-pro .tr-pro-img a img,
.releted-products .owl-item .items .tred-pro .tr-pro-img a img,
.row .items .tred-pro .tr-pro-img a img {
    /* display: block; */
    /* opacity:1; */
    object-fit: cover;
    height: 100%;
    /* width: 100%; */
    /* border-radius: 5px; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.tred-pro:hover ul.contdown_row {
    opacity: 0;
    visibility: hidden;
}

.tred-pro .Pro-lable span.p-text,
.tred-pro .Pro-lable span.p-discount {
    position: absolute;
    top: 5px;
    font-size: 13px;
    color: #fff;
    padding: 2px 10px 2px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}

.tred-pro .Pro-lable span.p-text {
    left: 5px;
    background-color: var(--primary);
}

.tred-pro .Pro-lable span.p-discount {
    right: 5px;
    background-color: #e30514;
}

.tred-pro .pro-icn {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0px auto;
}

.tred-pro .pro-icn a.w-c-q-icn:first-child {
    transform: translateX(40px);
}

.tred-pro .pro-icn a.w-c-q-icn:last-child {
    transform: translateX(-40px);
}

.tred-pro:hover .pro-icn a.w-c-q-icn:first-child {
    margin-right: 15px;
}

.tred-pro:hover .pro-icn a.w-c-q-icn:last-child {
    margin-left: 15px;
}

.tred-pro:hover .pro-icn a.w-c-q-icn {
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tred-pro .pro-icn a.w-c-q-icn {
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}

.tred-pro .pro-icn a.w-c-q-icn:hover {
    background-color: var(--primary);
}

.tred-pro:hover .pro-icn a.w-c-q-icn {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.tred-pro .pro-icn a.w-c-q-icn::after {
    background-color: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.tred-pro .pro-icn a.w-c-q-icn:hover {
    color: #fff;
}

.tred-pro .pro-icn a.w-c-q-icn:hover::after {
    background-color: var(--primary);
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.caption {
    padding-top: 15px;
    text-align: center;
}

.caption .producer-bio p {
    line-height: initial;
}

.caption .producer-bio {
    height: 60px;
    line-height: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
    font-size: 12px;
}

.caption h3 {
    font-size: 14px;
    font-weight: 400;
}

.caption h3 a {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 65px;
}

.caption .producer-name {
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.caption .producer-area {
    font-size: 12px;
    color: #666;
}

.caption .rating {
    margin-top: 11px;
}

.caption .rating i {
    color: #ccc;
    font-size: 14px;
    margin-right: 5px;
}

.caption .rating i.b-star,
.caption .rating i.c-star,
.caption .rating i.d-star,
.caption .rating i.e-star {
    color: #ffb503;
}

.caption .rating i:last-child {
    margin-right: 0px;
}

.caption .pro-price {
    margin-top: 10px;
    margin-bottom: 10px;
}

.caption .pro-price span.new-price {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 1;
    color: var(--primary);
}

.caption .pro-price span.old-price {
    color: #999;
    font-size: 13px;
    line-height: 1;
}

/* additional image css */
.tred-pro .tr-pro-img a img.additional-image {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
}

.tred-pro:hover .tr-pro-img a img.additional-image {
    opacity: 1;
    visibility: visible;
}

.tred-pro .tr-pro-img a img.additional-image,
.tred-pro:hover .tr-pro-img a img.additional-image {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* 商品画像に「売り切れ」表示 */
.stock_status {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    background-color: #ff0000;
    filter: alpha(opacity=55);
    -moz-opacity: 0.55;
    -khtml-opacity: 0.55;
    opacity: 0.7;
    line-height: 100%;
    padding: 2px;
    width: 100%;
    text-align: center;
}

/* header style-4 products css */
.header-style-4-pro {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.header-style-4-pro .header-product {
    width: calc(20% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}

.header-style-4-pro .header-product:nth-child(1),
.header-style-4-pro .header-product:nth-child(2),
.header-style-4-pro .header-product:nth-child(3),
.header-style-4-pro .header-product:nth-child(4),
.header-style-4-pro .header-product:nth-child(5) {
    margin-top: 0px;
}

/* owl carousel */
.home4-featured img.img-fluid {
    object-fit: cover;
    height: 150px;
    /* border-radius: 5px; */
}

/* footer style-4 product css */
.footer-logo img {
    margin-left: 15px;
    height: 85px;
}

.footer-style-4-pro {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.footer-style-4-pro .header-product {
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.footer-style-4-pro .header-product:nth-child(1),
.footer-style-4-pro .header-product:nth-child(2) {
    margin-top: 0px;
}

.footer-style-4-pro .header-product .tred-pro {
    width: 40%;
}

.footer-style-4-pro .header-product .caption {
    width: calc(60% - 20px);
    margin-left: 20px;
    padding-top: 0px;
    text-align: left;
}

.footer-style-4-pro .header-product .caption h3 a {
    font-weight: 600;
}

.footer-style-4-pro .header-product .caption span.pro-des {
    margin-top: 7px;
}

.footer-style-4-pro .header-product .caption .rating {
    margin-top: 11px;
}

.footer-style-4-pro .header-product .caption .pro-price {
    margin-top: 10px;
}

.footer-style-4-pro .header-product .caption .pro-icn {
    position: unset;
    margin-top: 14px;
}

.footer-style-4-pro .header-product .caption .pro-icn a.w-c-q-icn {
    position: relative;
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.footer-style-4-pro .header-product .caption .pro-icn a.w-c-q-icn:hover {
    background-color: var(--primary);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.footer-style-4-pro .header-product .caption .pro-icn a.w-c-q-icn::after {
    background-color: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.footer-style-4-pro .header-product .caption .pro-icn a.w-c-q-icn:hover {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.footer-style-4-pro .header-product .caption .pro-icn a.w-c-q-icn:hover::after {
    background-color: var(--primary);
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

/*--------------------------
footer css
---------------------------*/
/* company detail css */
.footer4 {
    background-color: #f4f8fb;
}

.home4-footer {
    display: flex;
}

.f-logo {
    width: 25%;
}

.f-logo ul.footer-ul {
    flex-direction: column;
}

.f-logo ul.footer-ul li.footer-address {
    margin-top: 16px;
}

.f-logo ul.footer-ul li.footer-address ul.footer-map {
    color: #666;
    display: flex;
    align-items: center;
}

.f-logo ul.footer-ul li.footer-address ul.footer-map li.footer-icon {
    margin-right: 20px;
}

.f-logo ul.footer-ul li.footer-address ul.footer-map li.footer-add span {
    margin-top: 5px;
}

.f-logo ul.footer-ul li.footer-address ul.footer-map li.footer-add span:first-child {
    margin-top: 0px;
}

.f-logo ul.footer-ul li.footer-address i {
    color: var(--primary);
    font-size: 22px;
}

.f-logo ul.footer-ul li.footer-contact {
    margin-top: 9px;
}

.f-logo ul.footer-ul li.footer-contact i {
    color: var(--primary);
    font-size: 22px;
}

.f-logo ul.footer-ul li.footer-contact ul.footer-num {
    display: flex;
    align-items: center;
}

.f-logo ul.footer-ul li.footer-contact ul.footer-num li.footer-icon {
    margin-right: 20px;
}

.f-logo ul.footer-ul li.footer-contact ul.footer-num li.footer-info a {
    color: #666;
    margin-top: 5px;
    display: block;
}

.f-logo ul.footer-ul li.footer-contact ul.footer-num li.footer-info a:first-child {
    margin-top: 0px;
}

.f-logo ul.footer-ul li.footer-contact ul.footer-num li.footer-info a:hover {
    color: var(--primary);
}

/* footer bottom css */
.footer-bottom {
    width: 75%;
}

.footer-link {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-link .f-link {
    flex-grow: 1;
}

.footer-link .f-link .h-footer {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.footer-link .f-link a.h-footer {
    display: none;
}

.footer-link .f-link .collapse:not(.show) {
    display: block;
    margin-top: 22px;
}

.footer-link .f-link ul.f-link-ul li.f-link-ul-li {
    padding-top: 9px;
}

.footer-link .f-link ul.f-link-ul li.f-link-ul-li:first-child {
    padding-top: 0px;
}

.footer-link .f-link ul.f-link-ul li.f-link-ul-li a {
    color: #666;
}

.footer-link .f-link ul.f-link-ul li.f-link-ul-li a:hover {
    color: var(--primary);
}

.footer-deal {
    width: 25%;
}

.footer-deal .f-deal-content h2 {
    color: #000;
    font-size: 16px;
    line-height: 1;
}

.footer-deal .f-deal-content p {
    color: #666;
    margin-top: 20px;
}

.footer-deal .footer-search {
    margin-top: 8px;
}

.footer-deal .footer-search form {
    position: relative;
}

.footer-deal .footer-search form input {
    width: 100%;
    height: 41px;
    font-size: 13px;
    border-radius: 3px;
    border: none;
}

.footer-deal .footer-search form a {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 28px;
    font-size: 18px;
    border-radius: 0px 3px 3px 0px;
    z-index: 3;
}

.footer-deal .footer-search ul.f-bottom {
    margin-top: 16px;
}

.footer-deal .footer-search ul.f-bottom li.f-social {
    display: flex;
}

.footer-deal .footer-search ul.f-bottom li.f-social a.f-icn-link {
    background-color: #fff;
    color: var(--primary);
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.footer-deal .footer-search ul.f-bottom li.f-social a:hover i {
    color: #fff;
    z-index: 1;
}

.footer-deal .footer-search ul.f-bottom li.f-social a.f-icn-link:last-child {
    margin-right: 0;
}

.footer-deal .footer-search ul.f-bottom li.f-social a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.footer-deal .footer-search ul.f-bottom li.f-social a:hover::after {
    background-color: var(--primary);
    width: 100%;
    border-radius: 4px;
}

/* footer copyright css */
.footer-copyright {
    padding: 15px 0;
    background-color: var(--primary);
    text-align: center;
}

.footer-copyright ul.f-bottom li.f-copyright p {
    color: #fff;
    font-size: 14px;
}

/* back to top css */
a.scroll {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}

a.scroll.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a.scroll span {
    color: var(--primary);
    font-size: 16px;
    height: 37px;
    width: 37px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid var(--primary);
    border-radius: 4px;
}

a.scroll:hover span {
    color: #fff;
    background-color: var(--primary);
}

a.scroll span,
a.scroll:hover span {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* popup css start */
.vegist-popup .modal-dialog {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%) !important;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.vegist-popup.animated {
    animation-duration: 2s;
}

.vegist-popup .modal-dialog .modal-content .modal-body {
    padding: 0px;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content {
    position: relative;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content:before {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content a.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter {
    padding: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .logo-content {
    position: relative;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .logo-content h4 {
    font-size: 20px;
    margin-top: 20px;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .logo-content span {
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .subscribe-area {
    margin-top: 24px;
    position: relative;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .subscribe-area input {
    width: 100%;
    padding: 8px 15px;
    background-color: #f7f7f7;
    border-color: #eee;
    border-radius: 4px;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .subscribe-area a {
    margin-top: 20px;
}

.pop-up-newsletter .logo-content .icon-check {
    color: var(--success);
    font-size: 4rem;
}

/* breadcumb css */
.breadcrumb-area {
    background-color: #fafafa;
    padding: 15px 0px;
}

.breadcrumb-area .breadcrumb-start ul.breadcrumb-url {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li a {
    color: var(--primary);
}

.breadcrumb-area .breadcrumb-start ul.breadcrumb-url .fa-angle-right {
    margin-left: 8px;
    margin-right: 8px;
}

.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li span {
    color: #717171;
}

/* product page css */
.pro-page .pro-image {
    display: flex;
}

.pro-page .pro-image .img-fluid {
    border: 1px solid var(--border-color);
}

.pro-page .pro-image .larg-image a.long-img {
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--background-color);
}

.pro-page .pro-image .larg-image ul.nav.nav-tabs.pro-page-slider {
    border-bottom: none;
}

.pro-page .pro-image .larg-image ul.nav.nav-tabs.pro-page-slider li.nav-item a {
    padding: 0px;
    border: 2px solid transparent;
    margin-bottom: 1px;
}

.pro-page .pro-image .larg-image ul.nav.nav-tabs.pro-page-slider li.nav-item a.active {
    border: 2px solid var(--primary);
    border-radius: 0px;
}

.pro-page .pro-image .pro-info h4 {
    font-size: 18px;
}

.pro-page .pro-image .producer-row {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
}

.pro-page .pro-image .producer-row .producer-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    margin-right: 5px;
}

.pro-page .pro-image .producer-row .producer-name {
    cursor: pointer;
    color: var(--primary);
}

.pro-page .pro-image .producer-row .review {
    display: flex;
    line-height: 30px;
    border-left: 1px solid var(--border-color);
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 5px;
}

.pro-page .pro-image .pro-info .review a {
    font-size: 0.8rem;
    margin-left: 5px;
}

.pro-page .pro-image .pro-info .rating i {
    color: #ccc;
}

.pro-page .pro-image .pro-info .pro-available {
    margin-left: 30px;
    font-weight: 600;
}

.pro-page .pro-image .pro-info .pro-available.in-stock {
    color: var(--success);
}

.pro-page .pro-image .pro-info .pro-available.out-of-stock {
    color: var(--danger);
}

.pro-page .pro-image .pro-info .pro-available.few {
    color: var(--warning);
}

.pro-page .pro-image .pro-info .pro-price {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.pro-page .pro-image .pro-info .pro-sale {
    margin: 5px 0;
}

.pro-page .pro-image .pro-info .pro-sale .sale {
    position: relative;
    width: fit-content;
    font-size: 13px;
    color: #fff;
    padding: 2px 10px 2px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
    background-color: var(--info);
    font-weight: bold;
}

.pro-page .pro-image .pro-info .pro-sale .discount {
    padding: 2px 5px;
    border-radius: 3px;
    background: #fff1f1;
    color: #ff4747;
    font-weight: bold;
    vertical-align: middle;
}

.pro-page .pro-image .pro-info .pro-price span.new-price {
    font-size: 26px;
    font-weight: 600;
    color: var(--primary);
}

.pro-page .pro-image .pro-info .pro-price span.tax-included {
    color: #999;
}

.pro-page .pro-image .pro-info .pro-price span.old-price {
    color: #999;
    margin-left: 5px;
    font-weight: bold;
    text-decoration: line-through;
}

.pro-page .pro-image .pro-info .pro-price span.category {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid var(--border-color);
}

.pro-page .pro-image .pro-info .pro-price .Pro-lable span.p-discount {
    background-color: var(--primary);
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
    padding: 2px 6px 2px 13px;
    transform: rotate(-35deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}

.pro-page .pro-image .pro-info .pro-details {
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e6e6e5;
}

.pro-page .pro-image .pro-info .pro-details>.left {
    width: 80px;
    font-weight: bold;
}

.pro-page .pro-image .pro-info .pro-details>.right {
    width: calc(100% - 80px);
}

.pro-page .pro-image .pro-info .pro-details .pro-shipping {
    display: flex;
    width: 33.333333%;
}

.pro-page .pro-image .pro-info .pro-details .pro-shipping>.left {
    margin-right: 20px;
}

.pro-page .pro-image .pro-info .pro-details .tag-list {
    display: -webkit-box;
    flex-wrap: wrap;
}

.pro-page .pro-image .pro-info .pro-details .tag-list .tag {
    background-color: #ff3141;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 5px;
}

.pro-page .pro-image .pro-info .pro-details .tag-list .tag:hover {
    background-color: #e85762;
}

.pro-page .pro-image .pro-info p {
    margin-top: 9px;
    color: #999;
}

.pro-page .pro-image .pro-info .delivery-monthly-remark {
    color: var(--bs-danger);
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e6e6e5
}

.pro-page .pro-image .pro-info .pro-items {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.pro-page .pro-image .pro-info .pro-items span.pro-size {
    font-size: 14px;
    font-weight: 600;
}

.pro-page .pro-image .pro-info .pro-items ul.pro-wight {
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
}

.pro-page .pro-image .pro-info .pro-items ul.pro-wight li {
    margin-right: 15px;
}

.pro-page .pro-image .pro-info .pro-items ul.pro-wight li a {
    color: #adadad;
    padding: 2px 8px;
    border-bottom: 2px solid #adadad;
}

.pro-page .pro-image .pro-info .pro-items ul.pro-wight li a.active,
.pro-page .pro-image .pro-info .pro-items ul.pro-wight li a:hover {
    color: #000;
    border-color: #000;
}

.pro-page .pro-image .pro-info .product-color {
    display: flex;
    align-items: center;
    margin-top: 27px;
}

.pro-page .pro-image .pro-info .product-color span.color-label {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.pro-page .pro-image .pro-info .product-color span.color {
    margin-left: 15px;
    line-height: 1;
    display: flex;
}

.pro-page .pro-image .pro-info .product-color span.color a {
    padding: 2px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pro-page .pro-image .pro-info .product-color span.color a.active,
.pro-page .pro-image .pro-info .product-color span.color a:hover {
    border-color: #333;
}

.pro-page .pro-image .pro-info .product-color span.color a span {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.pro-page .pro-image .pro-info .product-color span.color a:last-child {
    margin-right: 0px;
}

.pro-page .pro-image .pro-info .product-color span.color a:nth-child(1) span {
    background-color: #5fa800;
}

.pro-page .pro-image .pro-info .product-color span.color a:nth-child(2) span {
    background-color: var(--primary);
}

.pro-page .pro-image .pro-info .product-color span.color a:nth-child(3) span {
    background-color: #b58555;
}

.pro-page .pro-image .pro-info .pro-qty {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.pro-page .pro-image .pro-info .pro-qty span.qty {
    font-weight: 600;
}

.pro-page .pro-image .pro-info .pro-qty .plus-minus {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.pro-page .pro-image .pro-info .pro-qty .plus-minus {
    margin-left: 15px;
}

.pro-page .pro-image .pro-info .pro-qty .plus-minus span {
    display: flex;
}

.pro-page .pro-image .pro-info .pro-qty .plus-minus span a {
    width: 30px;
    height: 30px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.pro-page .pro-image .pro-info .pro-qty .delivery-cicle {
    width: 120px;
    height: 30px;
    padding: 5px 20px;
    border: none;
}

.pro-page .pro-image .pro-info .pro-qty .plus-minus input {
    width: 50px;
    height: 30px;
    border-top: none;
    border-bottom: none;
    padding: 0;
    border-top: none;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pro-page .pro-image .pro-info .pro-btn {
    margin-top: 20px;
}

.pro-page .pro-image .pro-info .pro-btn a.btn-add-to-cart {
    margin-right: 5px;
    height: 42px;
}

.pro-page .pro-image .pro-info .pro-btn a.btn-add-to-cart:last-child {
    margin-right: 0px;
}

.pro-page .pro-image .pro-info .pro-btn a.btn-wishlist {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0 7px rgb(0 0 0 / 9%);
    background-color: #ffffff;
    color: #999;
    border-radius: 50%;
    font-size: 14px;
    padding: 0;
    border: 1px solid #ddd;
    margin-right: 12px;
}

.pro-page .pro-image .pro-info .pro-btn a.btn-wishlist.wishlist-added {
    color: var(--primary);
}

.pro-page .pro-image .pro-info .pro-btn a.btn-wishlist:hover {
    background-color: var(--primary);
    color: white;
    box-shadow: none;
    border: none;
}

.pro-page .pro-image .pro-info .pro-btn a.btn-order-now {
    margin-left: 10px;
    font-size: 14px;
    padding: 10px 30px;
    height: 42px;
    position: relative;
}

.pro-page .pro-image .pro-info .share {
    margin-top: 28px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.pro-page .pro-image .pro-info .share ul.share-icn {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.pro-page .pro-image .pro-info .share ul.share-icn li {
    margin-right: 14px;
}

.pro-page .pro-image .pro-info .share ul.share-icn li a i {
    font-size: 18px;
}

.pro-page .pro-image .pro-info .share ul.share-icn li a i.fa-facebook {
    color: #3b5999;
}

.pro-page .pro-image .pro-info .share ul.share-icn li a i.fa-twitter {
    color: #55acee;
}

.pro-page .pro-image .pro-info .share ul.share-icn li a i.fa-instagram {
    color: #dd4b39;
}

.pro-page .pro-image .pro-info .share ul.share-icn li a i.fa-pinterest {
    color: #bd081c;
}

.pro-page .pro-image .pro-info .pay-img {
    margin-top: 22px;
}

/* product zoom css */
.pro-page .pro-image .larg-image a.long-img {
    margin-bottom: 12px;
}

.pro-page .pro-image .larg-image a.long-img figure.zoom img:hover {
    opacity: 0;
}

.pro-page .pro-image .larg-image a.long-img figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
}

/* tab css */
.pro-page-content .pro-page-tab ul.nav.nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item {
    margin-right: 60px;
}

.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item:last-child {
    margin-right: 0px;
}

.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link {
    color: #949494;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    border: none;
    margin-bottom: 0px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link.active,
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link:hover {
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}

.pro-page-content .pro-page-tab .tab-content .tab-pane iframe {
    width: 100%;
}

/* description css */
.pro-page-content .pro-page-tab .pro-desc-title {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2px solid var(--border-color);
    color: var(--primary);
}

.pro-page-content .pro-page-tab .pro-desc,
.pro-page-content .pro-page-tab .pro-review {
    margin-bottom: 50px;
}

/* reviews css */
.pro-page-content .pro-page-tab .tab-content .tab-pane h4.reviews-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.pro-page-content .pro-page-tab .customer-reviews {
    margin-top: 15px;
    padding-top: 15px;
}

.pro-page-content .pro-page-tab .customer-reviews:not(:first-child) {
    border-top: 1px solid #eee;
}

.pro-page-content .pro-page-tab .customer-reviews span.p-rating i.d-star {
    color: var(--primary);
    font-size: 14px;
    margin-right: 2px;
}

.pro-page-content .pro-page-tab .customer-reviews i.review-user,
.pro-page-content .pro-page-tab .customer-reviews i.review-date {
    color: var(--primary);
}

.pro-page-content .pro-page-tab .customer-reviews i.review-date {
    /*margin-left: 20px;*/
}

.pro-page-content .pro-page-tab .customer-reviews p.review-desck {
    font-size: 13px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 1;
}

.pro-page-content .pro-page-tab .pro-desc a {
    color: var(--primary);
    text-decoration: underline;
}

.pro-page-content .pro-page-tab .customer-reviews a {
    color: var(--primary);
    text-decoration: underline;
}

.pro-page-content .pro-page-tab .customer-reviews h4.review-head {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pro-page-content .pro-page-tab .customer-reviews span.reviews-editor {
    color: #9b9a96;
}

.pro-page-content .pro-page-tab .customer-reviews span.reviews-editor span.review-name {
    font-weight: normal;
}

.pro-page-content .pro-page-tab .customer-reviews p.r-description {
    margin-top: 10px;
}

.pro-page-content .pro-page-tab .customer-reviews .reply {
    background: #eee;
    padding: 10px;
    display: flex;
    width: 50%;
    margin-left: 50px;
    border-radius: 20px;
    margin-top: 15px;
}

.pro-page-content .pro-page-tab .customer-reviews .reply img {
    width: 50px;
    border-radius: 50%;
    height: fit-content;
}

.pro-page-content .pro-page-tab .customer-reviews .reply .right {
    margin-left: 15px;
}

.pro-page-content .pro-page-tab .customer-reviews .reply .producer-name {
    font-weight: bold;
}

.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form {
    margin-top: 24px;
}

.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form h4 {
    font-size: 18px;
    color: #333;
    line-height: 1;
}

.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form {
    margin-top: 12px;
}

.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form label {
    font-size: 14px;
    margin-top: 15px;
}

.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form label:first-child {
    margin-top: 0px;
}

.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form input {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #eee;
}

.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form textarea {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #eee;
}

.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form span {
    display: block;
    margin-top: 10px;
    line-height: 1;
}

.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form span i {
    color: #ddd;
}

.pro-page-content .pro-page-tab .more-review-btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.pro-page-content .pro-page-tab .more-review-btn a.btn-style4 {
    padding: 5px 20px;
}

/* static content css */
.static-content h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--primary);
}

.static-content h2 {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
}

.static-content p {
    margin-bottom: 20px;
}

.static-content .container {
    padding: 40px 30px;
    max-width: 75%;
    background-color: var(--background-color);
}

/* 404 css */
.error-404-area {
    max-width: 60%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.error-404-area h1 {
    font-size: 70px;
    color: var(--primary);
}

.error-404-area h2 {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* faq page css */
.faq-title {
    margin-bottom: 37px;
}

.faq-collapse .faq-title {
    margin-bottom: 45px;
}

.faq-title h1 {
    font-size: 30px;
    margin-bottom: 18px;
    text-align: center;
    line-height: 1;

}

.faq-title p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.faq-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.faq-box ul.faq-ul {
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: -16px;
}

.faq-box ul.faq-ul li.faq-li {
    margin-top: 16px;
}

.faq-box ul.faq-ul li.faq-li h3 {
    font-size: 16px;
    color: #333;
    font-weight: 600;

}

.faq-box ul.faq-ul li.faq-li h3 span {
    color: var(--primary);
}

.faq-box ul.faq-ul li.faq-li span.faq-desc {
    padding-left: 20px;
    margin-top: 6px;
    line-height: 25px;
}

.faq-box a.btn-style1 {
    margin: 0 auto;
    margin-top: 22px;
}

/* collapse css */
.faq-start {
    margin-bottom: 5px;
}

/* .faq-collapse .container {
    width: 60%;
} */

.faq-start span {
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}

.faq-start a.collapse-title {
    background-color: var(--border-color);
    padding: 10px 15px 10px 40px;
    position: relative;
    font-size: 16px;
    display: block;
    font-weight: 600;
}

.faq-start a.collapse-title::before {
    position: absolute;
    content: "Q.";
    top: 9px;
    left: 14px;
    font-size: 16px;
}

.faq-start .collapse-content {
    padding: 10px 40px;
    position: relative;
}

.faq-start .collapse-content p {
    font-size: 14px;
}

.faq-start .collapse-content::before {
    position: absolute;
    content: "A.";
    top: 11px;
    left: 14px;
    font-size: 16px;
}

.faq-start .collapse-content a {
    color: var(--primary);
}

/* fancybox */
.carousel__button.fancybox__button--slideshow,
.carousel__button.fancybox__button--fullscreen,
.carousel__button.fancybox__button--thumbs,
.carousel__button.fancybox__button--zoom {
    display: none;
}

/* order history page css */
.order-histry-area .order-history {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -30px;
}

.order-his-page {
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
}

.order-histry-area .order-history .profile {
    width: calc(20% - 30px);
    margin-left: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 30px;
}

.order-histry-area .order-history .profile .order-his-page ul.profile-ul li.profile-li a {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.order-histry-area .order-history .profile .order-his-page ul.profile-ul li.profile-li a.active:after {
    background-color: #fff;
}

.order-histry-area .order-history .profile .order-his-page ul.profile-ul li.profile-li a:hover {
    background-color: var(--background-color);
    color: #333;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.order-histry-area .order-history .profile .order-his-page ul.profile-ul li.profile-li a.active {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.order-histry-area .order-history .profile .order-his-page ul.profile-ul li.profile-li a span.pro-count {
    background-color: var(--primary);
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.order-histry-area .order-history .profile .order-his-page ul.profile-ul li.profile-li a.active span.pro-count {
    background-color: #fff;
    color: #333;
}

.order-histry-area .order-history .order-info {
    width: calc(65% - 30px);
    margin-left: 30px;
}

.order-histry-area .order-history .order-info .table {
    border-top: 1px solid #eee;
}

.order-histry-area .order-history .order-info .table thead {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.order-histry-area .order-history .order-info .table thead tr th {
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.order-histry-area .order-history .order-info .table tbody tr td {
    padding-top: 11px;
    padding-bottom: 10px;
}

.order-histry-area .order-history .order-info .table tbody tr td.canceled {
    color: #ff5252;
}

.order-histry-area .order-history .order-info .table tbody tr td.process {
    color: #50c6e9;
}

.order-histry-area .order-history .order-info .table tbody tr td.delayed {
    color: #ffb74f;
}

.order-histry-area .order-history .order-info .table tbody tr td.delivered {
    color: #43d9a3;
}

/* my page css*/
.my-page .user-area {
    display: flex;
    justify-content: center;
}

.my-page .profile-picture {
    width: 150px;
    border-radius: 50%;
    border: 3px solid var(--border-color);
}

.my-page .right .sub-2 {
    margin-top: 5px;
}

.my-page .right {
    margin-left: 20px;
}

.my-page .right .point {
    margin-top: 10px;
}

.my-page .right .point label {
    font-size: 12px;
}

.my-page .right .point span {
    color: var(--danger);
    font-weight: bold;
    font-size: 16px;
}

.my-page .right .sub {
    color: #ff1493;
}

.my-page .right .sub-2 a {
    background-color: #d1ffe7;
    color: #50cd89;
    transition: color .2s ease, background-color .2s ease;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: bold;
}

.my-page .username {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.my-page .user-id {
    margin-top: 10px;
}

.my-page .user-id span {
    font-weight: bold;
    color: var(--secondary)
}

.my-page .btn {
    padding: 5px 20px;
    margin-left: 20px;
}

.my-page .order-status {
    display: flex;
    width: 100%;
    margin-top: 30px;
    justify-content: center;
}

.my-page .order-status .item {
    width: 20%;
    padding: 20px;
    text-align: center;
    display: flex;
    border-radius: 20px;
    justify-content: center;
}

.my-page .order-status .icon i {
    font-size: 30px;
    margin-top: 10px;
}

.my-page .order-status .icon-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    font-size: 40px;
    color: #ddd;
}

.my-page .order-status .item .item-name {
    font-size: 14px;
}

.my-page .order-status .item .item-count {
    font-size: 20px;
    font-weight: bold;
}

.my-page .producer-order-status {
    flex-direction: column;
}

.my-page .producer-order-status .item {
    width: 100%;
}

.my-page .producer-order-status .icon-right {
    width: 100%;
}

.chart {
    margin-top: 20px;
}

.chart .nav-link {
    padding: 0 10px !important;
}

/* page title css */
.page-title {
    text-align: center;
    color: var(--primary);
    margin-bottom: 20px;
}

.page-title span {
    position: relative;
}

.page-title span:before {
    left: -25px;
}

.page-title span:after {
    right: -25px;
}

.page-title span:before,
.page-title span:after {
    background-color: var(--primary);
    content: "";
    position: absolute;
    bottom: 50%;
    width: 10px;
    height: 2px;
}

/* profile page css */
.order-histry-area .order-history .profile-form {
    width: calc(80% - 30px);
    margin-left: 30px;
}

.order-history .address-info-area {
    width: 70%;
    margin: 0 auto;
}

.order-history .address-info-area .address-info-item {
    padding: 25px;
    border: 1px solid var(--border-color);
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
}

.order-history .address-info-area .address-info-item .default-address {
    position: absolute;
    right: 20px;
    background: #d1ffe7;
    color: #50cd89;
    padding: 4px 15px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
}

.order-history .address-info-area .address-info-item dt {
    float: left;
    width: 100px;
    font-weight: normal;
}

.order-history .address-info-area .address-info-item dd {
    font-weight: bold;
}

.order-history .address-info-area .address-info-item .address-info-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-history .address-info-area .address-info-item .address-info-btn .btn-style5 {
    margin-top: 10px;
}

.order-histry-area .order-history .profile-form form ul.pro-input-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -30px;
    margin-top: 15px;
}

.order-histry-area .order-history .profile-form form ul.pro-input-label:first-child {
    margin-top: 0px;
}

.order-histry-area .order-history .profile-form form .pro-submit {
    text-align: center;
    margin-top: 20px;
}

.order-histry-area .order-history .profile-form form ul.pro-input-label li {
    width: 70%;
    margin: 0 auto;
}

.order-histry-area .order-history .profile-form form ul.pro-input-label li label {
    margin-top: 20px;
    font-weight: bold;
}

.order-histry-area .order-history .profile-form form ul.pro-input-label li .profile-pic {
    text-align: center;
}

.order-histry-area .order-history .profile-form form ul.pro-input-label li .profile-pic img {
    width: 100px;
    border: 3px solid #eee;
    border-radius: 50%;
    margin-bottom: 20px;
}

.order-histry-area .order-history .profile-form #default_address {
    padding: 7px !important;
    width: initial;
    margin-right: 20px;
    margin-top: 39px;
}

.order-histry-area .order-history .profile-form form ul.pro-input-label li label.form-check-label {
    margin-top: 37px;
    font-weight: normal;
    margin-bottom: 20px;
}

.order-histry-area .order-history .profile-form form ul.pro-input-label li input,
.order-histry-area .order-history .profile-form form ul.pro-input-label li textarea,
.order-histry-area .order-history .profile-form form ul.pro-input-label li select {
    width: 100%;
    border: 1px solid var(--border-color);
    margin-top: 5px;
    border-radius: 5px;
}

.order-histry-area .order-history .profile-form form ul.pro-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--border-color);
}

/* pro address css */
.order-histry-area .order-history .profile-address {
    width: calc(65% - 30px);
    margin-left: 30px;
}

.order-histry-area .order-history .profile-address form .pro-add-title h4 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    line-height: 1;
}

.order-histry-area .order-history .profile-address form ul.add-label-input {
    margin-left: -30px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.order-histry-area .order-history .profile-address form ul.add-label-input li {
    width: calc(50% - 30px);
    margin-left: 30px;
}

.order-histry-area .order-history .profile-address form ul.add-label-input li label {
    font-size: 14px;
    color: #333;

}

.order-histry-area .order-history .profile-address form ul.add-label-input li input {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.order-histry-area .order-history .profile-address form ul.add-label-input li select {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.order-histry-area .order-history .profile-address form ul.pro-submit {
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

.order-histry-area .order-history .profile-address form ul.pro-submit li {
    display: flex;
    align-items: center;
}

.order-histry-area .order-history .profile-address form ul.pro-submit li input {
    margin-right: 5px;
}

.order-histry-area .order-history .profile-form form ul.pro-submit li {
    display: flex;
    align-items: center;
    line-height: 1;
}

.order-histry-area .order-history .profile-form form ul.pro-submit li input {
    margin-right: 5px;
}

/* profile wishlist page css */
.order-histry-area .order-history .profile-wishlist {
    width: calc(65% - 30px);
    margin-left: 30px;
}

/* tickets page css */
.order-histry-area .order-history .profile-tickets {
    width: calc(65% - 30px);
    margin-left: 30px;
}

.order-histry-area .order-history .profile-tickets .table {
    border-top: 1px solid #eee;
}

.order-histry-area .order-history .profile-tickets .table thead tr th {
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.order-histry-area .order-history .profile-tickets .table tbody tr td {
    padding-top: 11px;
    padding-bottom: 10px;
}

.order-histry-area .order-history .profile-tickets .table tbody tr td.canceled {
    color: #ff5252;
}

.order-histry-area .order-history .profile-tickets .table tbody tr td.process {
    color: #50c6e9;
}

.order-histry-area .order-history .profile-tickets .table tbody tr td.delayed {
    color: #ffb74f;
}

.order-histry-area .order-history .profile-tickets .table tbody tr td.delivered {
    color: #43d9a3;
}

/* other page filter css */
.all-filter .categories-page-filter h4 {
    font-size: 16px;
    padding-bottom: 10px;
}

.all-filter .categories-page-filter a.filter-link {
    display: none;
}

.all-filter .categories-page-filter ul.all-option {
    padding-top: 30px;
    padding-right: 7px;
    border-top: 1px solid #eee;
}

.all-filter .categories-page-filter ul.all-option .grid-list-option {
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.all-filter .categories-page-filter ul.all-option .grid-list-option:first-child {
    margin-top: 0px;
}

.all-filter .categories-page-filter ul.all-option .grid-list-option input {
    width: 19px;
    height: 16px;
    cursor: pointer;
}

.all-filter .categories-page-filter ul.all-option .grid-list-option label {
    margin-left: 8px;
    cursor: pointer;
}

.all-filter .price-filter h4 {
    font-size: 16px;
    padding-top: 28px;
    padding-bottom: 27px;
    line-height: 1;

}

.all-filter .price-filter a.filter-link {
    display: none;
}

.all-filter .price-filter ul.all-price {
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.all-filter .price-filter ul.all-price.collapse:not(.show) {
    display: block;
}

.all-filter .price-filter ul.all-price li.f-price {
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.all-filter .price-filter ul.all-price li.f-price:first-child {
    margin-top: 0px;
}

.all-filter .price-filter ul.all-price li.f-price input {
    width: 18px;
    height: 16px;
    cursor: pointer;
}

.all-filter .price-filter ul.all-price li.f-price label {
    margin-bottom: 0px;
    margin-left: 9px;
    font-size: 13px;
    cursor: pointer;
    line-height: 1;
}

.all-filter .pro-size h4 {
    font-size: 16px;
    padding-top: 28px;
    padding-bottom: 27px;
    line-height: 1;

}

.all-filter .pro-size a.filter-link {
    display: none;
}

.all-filter .pro-size ul.all-size.collapse:not(.show) {
    display: block;
}

.all-filter .pro-size ul.all-size {
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.all-filter .pro-size ul.all-size li.choice-size {
    margin-top: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.all-filter .pro-size ul.all-size li.choice-size:first-child {
    margin-top: 0px;
}

.all-filter .pro-size ul.all-size li.choice-size input {
    width: 18px;
    height: 16px;
    cursor: pointer;
}

.all-filter .pro-size ul.all-size li.choice-size label {
    font-size: 13px;
    margin-left: 8px;
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 1;
}

.all-filter .filter-tag h4 {
    font-size: 16px;
    padding-top: 27px;
    padding-bottom: 27px;
    line-height: 1;

}

.all-filter .filter-tag a.filter-link {
    display: none;
}

.all-filter .filter-tag ul.all-tag.collapse:not(.show) {
    display: block;
}

.all-filter .filter-tag ul.all-tag {
    padding-top: 25px;
}

.all-filter .filter-tag ul.all-tag li.tag {
    display: inline-block;
}

.all-filter .filter-tag ul.all-tag li.tag a {
    padding: 5px 10px;
    color: #808080;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 50px;

    margin-top: 5px;
    margin-right: 5px;
}

.all-filter .filter-tag ul.all-tag li.tag a:hover {
    background-color: #000;
    color: #fff;
}

.all-filter .vendor-filter h4 {
    font-size: 16px;
    padding-top: 28px;
    padding-bottom: 27px;
    line-height: 1;
    border-bottom: 1px solid #eee;

}

.all-filter .vendor-filter a.filter-link {
    display: none;
}

.all-filter .vendor-filter ul.all-vendor {
    padding-top: 30px;
}

.all-filter .vendor-filter ul.all-vendor.collapse:not(.show) {
    display: block;
}

.all-filter .vendor-filter ul.all-vendor li.f-vendor {
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.all-filter .vendor-filter ul.all-vendor li.f-vendor:first-child {
    margin-top: 0px;
}

.all-filter .vendor-filter ul.all-vendor li.f-vendor input {
    width: 18px;
    height: 16px;
}

.all-filter .vendor-filter ul.all-vendor li.f-vendor label {
    margin-bottom: 0px;
    margin-left: 8px;
    font-size: 13px;
    cursor: pointer;
    line-height: 1;
}

.all-filter .filter-banner a.grid-banner {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    display: block;
}

.all-filter .filter-banner a.grid-banner img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.all-filter .filter-banner a.grid-banner:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* grid list css */
.grid-list-area .grid-list-select {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    border-bottom: 1px solid #eee;
}

.grid-list-area .grid-list-select ul {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    column-gap: 30px;
}

.grid-list-area .grid-list-select .nav-link i {
    font-size: 20px;
}

.grid-list-area .grid-list-select .nav-link .top {
    font-size: 16px;
    margin-left: 5px;
    font-weight: bold;
}

.grid-list-area .grid-list-select .nav-link .top span {
    line-height: 20px;
    margin-left: 5px;
}

.grid-list-area .grid-list-select .nav-link .count {
    font-size: 12px;
    text-align: center;
}

.grid-list-area .grid-list-select ul.grid-list li a {
    font-size: 17px;
    margin-right: 10px;
}

.grid-list-area .grid-list-select ul.grid-list-selector select {
    min-width: 200px;
    padding: 6px 15px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
}

.grid-list-area .grid-list-select ul .nav-item {
    margin-right: 60px;
}

/* producer card css */
.producer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
    position: relative;
}

.producer-link:before {
    content: "";
    width: 0;
    height: 0;
    border-color: #f2f2f2 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    position: absolute;
    top: -1px;
    left: 12%;
}

.producer-link .producer-img {
    width: 25%;
    max-width: 50px;
}

.section-sort-by {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
    align-items: center;
    column-gap: 30px;
}

.section-sort-by select {
    min-width: 200px;
    padding: 6px 15px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
}

.producer-link .producer-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 1px solid var(--border-color);
}

.producer-link .producer-info {
    width: 75%;
    padding-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.producer-link .producer-info .area {
    overflow: hidden;
    width: 100%;
}

.producer-link .producer-info .area p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 12px;
    line-height: 16px;
}

.producer-link .producer-info .name {
    overflow: hidden;
    width: 100%;
}

.producer-link .producer-info .name p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    background-color: DodgerBlue;
}

.flex-container>div {
    background-color: #f1f1f1;
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}

/* dropdown css */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    top: 30px;
}

.profile-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.profile-dropdown a span.far {
    width: 20px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown .dropdown-content a:hover {
    background-color: rgba(2, 104, 204, 0.1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.dropdown-content.cart-dropdown {
    padding: 10px;
    top: 40px;
    right: 0;
    text-align: center;
    width: 300px;
}

.dropdown-content.cart-dropdown .empty-cart {
    width: 60px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.cart-dropdown .remark {
    padding: 10px;
}

.cart-dropdown .btn {
    margin-top: 5px;
}

.cart-dropdown .price-area {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.cart-dropdown .price {
    font-weight: bold;
    font-size: 16px;
    color: var(--primary);
}

.notif-dropdown {
    right: 0;
    text-align: center;
    min-width: 300px;
    top: 40px;
}

.notif-dropdown a.unread {
    background-color: #fffcf6;
}

.notif-dropdown a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: black;
    display: flex;
}

.notif-dropdown a:hover {
    background-color: rgba(2, 104, 204, 0.1);
}

.notif-dropdown a .left {
    width: 50px;
}

.notif-dropdown a .left .icon {
    width: 50px;
    height: 50px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.notif-dropdown .notif-body {
    max-height: 350px;
    overflow: auto;
}

.notif-dropdown a .right {
    text-align: left;
    width: 100%;
    margin: auto 0 auto 10px;
}

.notif-dropdown a .right .message {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 45px;
}

.notif-dropdown a .right .date {
    font-size: 0.7rem;
    color: #9b9a96;
}

.notif-footer span {
    font-weight: bold;
    color: var(--primary);
    width: 100%;
}

.notif-footer {
    border-top: 1px solid var(--border-color);
}

/* cart page css */
.cart-area {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.cart-area:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.cart-area .cart-details .cart-item {
    padding: 13px 0px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-area .cart-btn {
    margin: 30px;
    text-align: center;
}

.cart-area .price-per-producer {
    float: right;
    color: var(--primary);
    font-size: 16px;
}

.cart-area .cart-details .cart-item span.cart-head {
    font-size: 18px;
    font-weight: 700;
}

.cart-area .cart-details .cart-item span.c-items {
    margin-left: 10px;
    color: var(--primary);
}

.cart-area .cart-details .cart-all-pro {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
    justify-content: space-between;
}

.cart-area .cart-details .cart-all-pro .cart-pro {
    width: 60%;
    display: flex;
}

.cart-area .cart-details .cart-all-pro .cart-pro .cart-pro-image {
    margin-right: 15px;
}

.cart-area .cart-details .cart-all-pro .cart-pro .cart-pro-image .img-fluid {
    max-width: 180px;
    border: 1px solid var(--border-color);
}

.cart-area .cart-details .cart-all-pro .cart-pro .pro-details h4 {
    font-size: 16px;
    line-height: 1;
}

.cart-area .cart-details .cart-all-pro .cart-pro .pro-details h4 a {
    line-height: 20px;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 60px;
}

.cart-area .cart-details .cart-all-pro .cart-pro .pro-details span.pro-size {
    margin-top: 10px;
    display: block;
    line-height: 1;
}

.cart-area .cart-details .cart-all-pro .cart-pro .pro-details span.pro-size span.size {
    font-weight: 600;
}

.cart-area .cart-details .cart-all-pro .cart-pro .pro-details span.pro-shop {
    margin-top: 10px;
    display: block;
    line-height: 1;
}

.cart-area .cart-details .cart-all-pro .cart-pro .pro-details span.cart-pro-price {
    margin-top: 10px;
    display: block;
    line-height: 1;
}

.cart-area .cart-details .cart-all-pro .qty-item {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-area .cart-details .cart-all-pro .qty-item .plus-minus {
    display: flex;
    align-items: center;
}

.cart-area .cart-details .cart-all-pro .qty-item .plus-minus span {
    display: flex;
    border: 1px solid #eee;
}

.cart-area .cart-details .cart-all-pro .qty-item .plus-minus span a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-area .cart-details .cart-all-pro .qty-item .plus-minus span input {
    width: 50px;
    height: 30px;
    padding: 0px;
    text-align: center;
    border-top: none;
    border-bottom: none;
}

.cart-area .cart-details .cart-all-pro .qty-item .plus-minus a.quick-cart,
.cart-area .cart-details .cart-all-pro .qty-item .plus-minus a.quick-wishlist {
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.cart-area .cart-details .cart-all-pro .qty-item .center a.pro-remove {
    color: var(--primary);
    margin-top: 15px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-area .cart-details .cart-all-pro .all-pro-price {
    width: 20%;
    text-align: right;
}

.cart-area .cart-details .cart-all-pro .no-stock {
    padding: 5px 10px;
    color: #f1416c;
    background-color: #fff5f8;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
}

.cart-area .cart-details .cart-all-pro .no-stock-text {
    margin-top: 5px;
    font-size: small;
    text-align: center;
}

.cart-area .cart-details .cart-all-pro .no-stock-text .far {
    color: var(--info);
}

.cart-area .cart-details .cart-all-pro .all-pro-price span {
    font-weight: 600;
}

.cart-area .cart-details .other-link {
    margin-top: 21px;
    padding: 15px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.cart-area .cart-details .other-link ul.c-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-area .cart-details .other-link ul.c-link li.cart-other-link a {
    color: var(--primary);
    text-decoration: underline;
}

.cart-total {
    background-color: #f7f7f7;
    position: sticky;
    top: 0px;
    padding: 40px;
    margin-left: 30px;
    border-radius: 7px;
}

.cart-total .used-point {
    font-size: 12px;
    color: #9b9a96;
    float: right;
}

.cart-total .cart-price {
    display: flex;
    align-items: center;
    line-height: 30px;
    justify-content: space-between;
}

.cart-total .cart-price span.total {
    font-weight: 600;
}

.cart-total .cart-info h4 {
    font-size: 14px;
    margin-top: 25px;
}

.cart-total .cart-info form {
    margin-top: 8px;
}

.cart-total .cart-info form label {
    font-size: 13px;
    margin-top: 15px;
}

.cart-total .cart-info form label:first-child {
    margin-top: 0px;
}

.cart-total .cart-info form select {
    width: 100%;
    background-color: #fff;
    padding: 8px 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-top: 10px;
}

.cart-total .cart-info form input {
    width: 100%;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-top: 10px;
}

.cart-total .cart-info a.cart-calculate {
    color: var(--primary);
    margin-top: 25px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-total .shop-total {
    margin-top: 26px;
    padding: 14px 0px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-total .shop-total span.total-amount {
    font-weight: bold;
    font-size: 24px;
    color: var(--primary);
}

.cart-total .earned-point {
    margin-top: 15px;
    font-size: 12px;
    color: #9b9a96;
}

.cart-total .earned-point .point {
    float: right;
}

.cart-total .check-link {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
}

/* checkout page css */
#used_point {
    padding: 5px 10px;
    width: 100px;
}

.apply-point {
    margin-right: 1rem;
}

.checkout-area .checkout-card {
    padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: 7px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.checkout-area .checkout-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.checkout-area span.num {
    width: 30px;
    height: 30px;
    padding-top: 1px;
    text-align: center;
    border: 1px solid var(--primary);
    border-radius: 50%;
    color: var(--primary);
    margin-right: 10px;
}

.checkout-area .address-list dd {
    font-weight: bold;
}

.checkout-area .address-list dt {
    float: left;
    width: 100px;
    font-weight: normal;
}

.checkout-area .address-btn {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.checkout-area .address-btn .btn,
.checkout-area .bottom .btn {
    padding: 5px 20px;
    font-size: 12px;
}

.checkout-area .address-list {
    display: flex;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
}

.checkout-area .address-list.selected {
    background-color: #fbecec;
}

.checkout-area .address-list .radio {
    width: 100%;
    display: flex;
}

.checkout-area .address-list .radio label {
    width: calc(100% - 20px);
    position: relative;
    margin-left: 10px;
}

.checkout-area .address-list .radio input {
    vertical-align: middle;
    height: 100%;
}

.checkout-area .address-list .radio dd {
    margin-bottom: 0;
}

.checkout-area .address-list .radio dl {
    margin-bottom: 0;
    width: calc(100% - 100px);
}

.checkout-area .address-list .card-info {
    width: 100%;
}

.checkout-area .bottom {
    text-align: center;
    margin: 20px 0;
}

.checkout-area .radio {
    padding: 8px;
    cursor: pointer;
}

.checkout-area .radio.selected {
    background-color: #fbecec;
}

.checkout-area .remark {
    width: 100%;
    margin-bottom: 30px;
}

/* card css */
.card-item {
    display: flex;
    border: 1px solid #eee;
    padding: 20px;
}

.add-card {
    text-align: center;
    margin-top: 50px;
}

.card-brand-logo {
    width: 80px;
    height: 50px;
    margin-right: 20px;
    background: #f6f8fa;
}

.card-item dl {
    margin-bottom: 0;
}

.card-item dt {
    width: 100px;
    float: left;
    font-weight: normal;
}

.card-item dd {
    height: calc(100% - 100px);
    font-weight: bold;
    font-size: 16px;
}

.card-item .card-info {
    width: calc(100% - 220px);
}

.card-item .card-item-btn {
    width: 150px;
    text-align: right;
}

.card-item .card-info {
    width: calc(100% - 270px);
    display: inline-table;
}

/* order complete */
.order-complete .message-header {
    text-align: center;
}

.order-complete .message-header .thank {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.order-complete .message-header .order-num {
    font-size: 18px;
}

.order-complete .message-header .order-num a {
    font-size: larger;
    font-weight: bold;
    color: var(--primary);
}

.order-complete .message-header .remark {
    margin-top: 20px;
    color: #9b9a96;
}

.order-complete .message-header .email {
    font-weight: bold;
}

.order-complete .information {
    margin: 50px auto 0 auto;
    width: 50%;
}

/* order history css */
.order-table th {
    text-align: center;
}

.order-table .product-details {
    display: flex;
}

.product-details .product-name a {
    display: -webkit-box;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
}

.order-table .product-details .left img {
    width: 100px;
}

.order-table .product-tr .btn-style5 {
    padding: 5px 20px;
}

.order-table .product-details .right {
    width: calc(100% - 250px);
    padding-left: 10px;
}

.order-table .product-details .regular-order {
    width: 150px;
}

.order-table .product-details .product-name {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    margin-bottom: 10px;
}

.order-table dl {
    margin-bottom: 0;
}

.order-table dl dt {
    float: left;
    width: 120px;
}

.order-table dl dd {
    margin-bottom: 0;
}

.order-table dl dd a {
    color: var(--primary);
}

.order-table .price dt {
    width: 50px;
}

.order-table .price dd {
    color: var(--primary);
}

.order-table .producer-tr td:first-child {
    border-right: none;
}

.order-table .producer-tr td:nth-child(2) {
    border-left: none;
    border-right: none;
}

.order-details .remark {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 260px;
    height: 1.2em;
    white-space: nowrap;
}

.order-table .producer-tr td .fw-bold {
    float: left;
}

.order-table .producer-tr td:last-child {
    border-left: none;
}

.order-table .producer-tr {
    background-color: rgba(0, 0, 0, .03);
}

.order-table .product-status {
    vertical-align: middle;
    text-align: center;
}

/* good-review-producer css */
.good-review-producer .img-fluid {
    border-radius: 50%;
    border: 1px solid var(--border-color);
    width: 70% !important;
    margin: 0 auto;
}

.good-review-producer .producer-name {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

/* track page css */
.track-area .track-price ul.track-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.track-area .track-price ul.track-order li h4 {
    font-size: 16px;
}

.track-area .track-price ul.track-order li span.track-status {
    font-size: 16px;
    font-weight: 600;
}

.track-main {
    margin: 0px auto 30px auto;
    max-width: 900px;
}

.track-main .icon .fal {
    font-size: 1.3rem;
}

.track-main .track {
    position: relative;
    height: 7px;
    display: flex;
    margin-bottom: 40px;
    margin-top: 40px
}

.track-main .track .step {
    width: 33.33%;
    margin-top: -18px;
    text-align: center;
    position: relative
}

.track-main .track .step.stripe::before {
    background-color: var(--secondary) !important;
}

.track-main .track .step:not(:last-child)::before {
    background: #ddd;
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 50%;
    top: 18px
}

.track-main .track .step.active .icon {
    background-color: var(--primary);
    color: #fff
}

.track-main .track .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 55px;
    position: relative;
    border-radius: 100%;
    background: #ddd
}

.track-main .track .step.active .text {
    font-weight: bold;
    color: var(--primary);
}

.track-main .track .text {
    display: block;
    margin-top: 7px
}

/* producer css */
.producer-area .producer-profile {
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
}

.producer-area .producer-profile .left {
    width: 180px;
}

.producer-area .producer-profile .middle {
    width: calc(100% - 420px);
    margin: 0 20px;
}

.producer-area .producer-profile .right {
    width: 220px;
}

.producer-area .producer-profile img {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 50%;
}

.producer-area .producer-profile .bio {
    line-height: 26px;
    margin-top: 30px;
}

.see-more {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
    justify-content: flex-end;
}

.see-more a {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary);
}

.producer-area .producer-profile .producer-name {
    font-size: 22px;
    font-weight: bold;
}

.producer-area .producer-profile .location {
    margin-top: 10px;
    color: var(--primary);
    font-size: 16px;
}

/* full grid blog css */

.blog-style-1-full-grid .blog-start .blog-post {
    margin-top: 15px;
    border: 1px solid #eee;
}

.blog-style-1-full-grid .blog-start {
    border-radius: 5px;
    position: relative;
}

.blog-style-1-full-grid .blog-start .blog-image {
    display: flex;
}

.blog-style-1-full-grid .blog-start .blog-image2 {
    text-align: center;
}

.blog-style-1-full-grid .blog-start .blog-image a img,
.blog-style-1-left-grid .blog-start .blog-image a img,
.blog-style-1-right-grid .blog-start .blog-image a img {
    backface-visibility: hidden;
}

.blog-style-1-full-grid .blog-start .blog-content {
    padding: 30px;
}

.blog-style-1-full-grid .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    color: var(--primary);
    font-size: 18px;
}

.blog-style-1-full-grid .blog-start .blog-content p.blog-description {
    margin-top: 21px;
}

.blog-style-1-full-grid .blog-start .blog-content .blog-date-comment {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    line-height: 1
}

.blog-style-1-full-grid .blog-start .blog-content .blog-date-comment a {
    font-weight: 600;
}

/* product list css */
.order-history .nav-btn a {
    float: right;
    margin-bottom: 30px;
}

.product-table th {
    text-align: center;
    background-color: var(--background-color);
}

/* order page css*/
.order-page .main .order-num {
    font-size: 18px;
    color: var(--primary);
    font-weight: bold;
}

.order-page .main-status {
    display: flex;
}

.order-page .main-status label {
    margin-top: 10px;
}

.order-page .main-status .status-badge {
    margin-left: 20px;
    text-align: center;
}

.order-page .main span {
    margin-left: 20px;
}

.order-card .header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.order-card span.num {
    width: 30px;
    height: 30px;
    padding-top: 1px;
    padding-left: 1.5px;
    text-align: center;
    border: 1px solid var(--primary);
    border-radius: 50%;
    color: var(--primary);
    margin-right: 10px;
}

.order-card .body {
    padding: 1rem 1.5rem;
    border: 1px solid var(--border-color);
    border-radius: 7px;
    margin-top: 10px;
    margin-bottom: 30px;
    overflow-wrap: break-word;
}

.order-card dt {
    width: 200px;
}

/* loading css */
#loading .modal-dialog {
    max-width: 300px;
}

#loading img {
    width: 150px;
}

#loading p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

/* message area css */
.message-area .search {
    border-radius: 25px;
    margin: 10px 0;
    width: 100%;
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
}

.message-area .user-search-panel {
    position: relative;
}

.message-area .user-search-panel #clear_user_search {
    position: absolute;
    top: 40%;
    right: 10px;
    color: grey;
    display: none;
    cursor: pointer;
}

#message_user_list .no-result {
    text-align: center;
    margin-top: 10px;
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto;
}

.chat-user-list {
    float: right;
    position: absolute;
    right: 10px;
    color: var(--primary);
    top: 20px;
    z-index: 10;
}

.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0;
    padding-bottom: 15px;
}

.chat-message-left .message-user img,
.chat-message-right .message-user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-color);
}

.message-user .date {
    color: #aaa;
    text-align: center;
    margin-top: 8px;
    font-size: small;
}

.message-area .badge {
    float: right;
    background-color: var(--primary);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    padding: 0;
    margin-top: 10px;
    text-align: center;
}

.message-area .list-group-item.selected {
    background-color: #f2c4cd;
}

.message-area .chat-message-left .message-body {
    background-color: #fff9f0;
    color: #594939;
    border-radius: 7px;
    padding: 10px 15px;
    margin-left: 5px;
}

.message-area .message-area .message-producer {
    border: none;
}

.message-area .chat-message-right .message-body {
    background-color: #f0f9ff;
    color: #2A4E7F;
    border-radius: 7px;
    padding: 10px 15px;
    margin-right: 10px;
    max-width: 80%;
}

.message-title {
    display: flex;
    text-align: center;
}

.message-title a {
    font-size: 16px;
    color: var(--primary);
    font-weight: bold;
}

.chat-box-area {
    border-top: 1px solid #dee2e6;
    padding: 15px;
}

.chat-box-area textarea {
    width: calc(100% - 115px);
}

.chat-box-area .right {

    margin-left: 15px;
    float: right;
    width: 100px;
}

.chat-box-area .right .btn {
    padding: 5px 20px;
    width: 100%;
}

.fa-pen {
    font-size: 0.8rem;
}

.message-area .chat-messages {
    height: 400px;
    overflow: auto;
}

.message-area .chat-messages .no-reply-required {
    border-top: 1px solid var(--border-color);
    margin-top: 5px;
    padding-top: 5px;
    font-size: 10px;
    color: grey;
}

.message-area .no-message {
    min-height: 400px;
}

.message-area .no-message p {
    margin-top: 150px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.message-area .no-message i {
    font-size: 65px;
    margin-bottom: 30px;
}

.message-area .message-list-item {
    align-items: center;
    display: flex;
    width: 90%;
    overflow: hidden;
}

.message-area .chat-date-separator {
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    font-size: 0.81rem;
    position: relative;
    margin: 40px 0px;
}

.message-area .chat-date-separator:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
}


.chat-date-separator span {
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px;
    position: relative;
}

.message-body .product img {
    width: 100px;
    margin-right: 10px;
    align-self: flex-start;
}

.message-body .product {
    display: flex;
    margin-top: 10px;
    /* Safari縦長問題を解決 */
    align-items: flex-start;
    height: auto;
}

.message-body .product .price {
    margin-top: 5px;
}

.message-body .product .product-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}

.message-body .btn {
    padding: 3px 10px;
    /*width: 100%;*/
}

/* control above table */
.pagination.controls-below-table {
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pagination.controls-below-table .table-records-pages ul li {
    display: inline-block;
    margin: 0px 10px;
}

.search-form {
    display: flex;
    justify-content: flex-end;
}

.advance-search-panel {
    justify-content: space-between;
}

.advance-search .card {
    padding: 15px;
    border: 1px solid var(--border-color);
    margin-top: 20px;
}

.advance-search .form-control {
    border-radius: 20px;
}

.advance-search .card-row {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.advance-search .card-row>.left,
.advance-search .card-row>.right {
    width: calc(100% - 50px);
}

.advance-search .card-row>.left {
    margin-right: 50px;
}

.advance-search .date-row {
    display: flex;
    width: 100%;
}

.advance-search .date-row>.left,
.advance-search .date-row>.right {
    width: calc(100% - 50px);
}

.advance-search .date-row>.middle {
    width: 50px;
    text-align: center;
    padding-top: 10px;
}

.form-inline {
    display: flex;
    align-items: center;
}

.search-text,
#search_text {
    margin-right: 0.5rem !important;
    border-radius: 20px;
    padding: 7px 15px;
}

.form-control.bright {
    border-color: #e2e4ef;
}

.form-control.rounded {
    border-radius: 30px !important;
}

.btn-search {
    border-radius: 20px;
    line-height: 1.5;
    background: #f0f0f0;
}

.status-select {
    width: 200px;
    margin-right: 10px;
    border-radius: 20px;
    padding: 7px 15px;
    background: none;
}

.search-pagination.controls-above-table {
    margin-bottom: 1rem;
}

.search-pagination.controls-below-table {
    padding-top: 15px;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    border-top: 1px solid var(--border-color);
}

.search-pagination.controls-below-table .table-records-pages ul li.active {
    background: var(--primary);
    color: white;
}

.search-pagination.controls-below-table .table-records-pages ul li.page-btn a:hover {
    color: crimson;
}

.search-pagination.controls-below-table .table-records-pages ul li.page-btn:not(.active):hover {
    border-color: crimson;
}

.search-pagination.controls-below-table .table-records-pages ul li {
    display: inline-block;
    margin: 0px 5px;
    border-radius: 15px;
}

.search-pagination.controls-below-table .table-records-pages ul li.page-btn b {
    padding: 5px 15px;
    line-height: 32px;
}

.search-pagination.controls-below-table .table-records-pages ul li.page-btn a {
    padding: 5px 15px;
}

.search-pagination.controls-below-table .table-records-pages ul li.page-btn {
    border: 1px solid var(--primary);
    font-weight: bold;
}

i.success {
    color: var(--success);
}

/* review css */
.review-table th {
    background-color: var(--background-color);
}

.review-table .product-details img {
    width: 100px;
    margin-right: 10px;
}

.review-table .product-details {
    display: flex;
}

.review-table .review-body {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 75px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: var(--secondary);
}

.status-badge {
    line-height: 1.5;
    font-weight: bold;
    font-size: 0.8rem;
    border-radius: 1.03125rem;
    padding: 0.25rem 0.625rem;
    align-self: center;
    text-align: center;
    border: 0.0625rem solid transparent;
}

.status-success {
    color: #50cd89;
    background-color: #e8fff3;
}

.status-warning {
    color: #ff7d00;
    background-color: #fff8dd;
}

.status-info {
    color: #009ef7;
    background-color: #f1faff;
}

.status-danger {
    color: #f1416c;
    background-color: #fff5f8;
}

.status-cancelled {
    color: white;
    background-color: #f64772;
}

.status-reviewed {
    color: #fff;
    background-color: #50cd89
}

/* write review css */
.write-review .product {
    display: flex;
    margin-top: 15px;
}

.write-review .product img {
    width: 150px;
    margin-right: 15px;
}

.write-review .product .price {
    color: var(--primary);
    margin-top: 10px;
}

.write-review .product .product-name {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 65px;
}

.write-review .rating-select {
    margin-top: 15px;
    display: flex;
    cursor: pointer;
}

.write-review .rating-select i {
    color: var(--primary);
    font-size: 20px;
}

.write-review .rating-select .rating-star {
    border-right: 1px solid var(--border-color);
    margin-right: 15px;
    padding-right: 15px;
    padding-top: 2px;
}

.write-review .rating-select .rating-num {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary);
}

/* select 2 */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 1.25rem;
    border: 0.0625rem solid #c8c8c8;
    height: 2.5rem;
    background: #fff;
}

.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single.active {
    box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.5rem;
    color: #393939;
    padding-left: 0.9375rem;
    min-height: 2.5rem;
}

.select2-container--default .select2-selection--multiple {
    border-color: var(--background-color);
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 7px;
}

.select2-dropdown {
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ced4da;
    background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0.375rem;
    right: 0.9375rem;
}

.select2-container .select2-selection--multiple {
    min-height: 2.5rem;
    color: #393939;
    border-radius: 1.25rem;
    border: 0.0625rem solid #c8c8c8;
}

.select2-dropdown {
    border-color: #c8c8c8;
}

span.selection {
    width: 100%;
}

/* product add css */
.form-file {
    width: 100%;
}

#drop_file_area {
    height: 100px;
    border: 2px dashed #ccc;
    line-height: 100px;
    text-align: center;
    margin-bottom: 15px;
    box-shadow: 0 0.15rem 1rem 0 rgb(58 59 69 / 15%) !important;
    cursor: pointer;
}

#product_image_area {
    display: flex;
    flex-wrap: wrap;
}

#product_image_area .item {
    width: 25%;
    padding-bottom: 10px;
    padding-right: 10px;
    position: relative;
}

#product_image_area .item img {
    width: 100%;
    border: 1px solid var(--border-color);
}

#product_image_area .item:hover .product-image-hover {
    display: block;
}

#product_image_area .item .product-image-hover {
    display: none;
    cursor: move;
    z-index: 10;
    width: calc(100% - 10px);
    background: rgba(0, 0, 0, 0.5);
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    padding-right: 10px;
    padding-bottom: 10px;
}

#product_image_area .item .remove-image {
    background: white;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 3px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    top: 3px;
}

.drag_over {
    color: #000;
    border-color: #000;
}

.select-box {
    margin-right: 30px;
    height: 43px;
    padding-left: 15px;
    padding-right: 15px;
}

.ck.ck-editor__main>.ck-editor__editable {
    min-height: 200px;
}

legend {
    margin-bottom: 0.5rem;
    cursor: pointer;
    font-size: 0.99rem;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    color: var(--primary);
}

legend span {
    padding-right: 15px;
    background-color: #fff;
    display: inline-block;
    z-index: 2;
    position: relative;
    font-weight: bold;
    font-size: 16px;
}

legend:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 1px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.form-check-input {
    margin-right: 10px;
    padding: 5px !important;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.content-footer {
    text-align: right;
    background: white;
    box-shadow: 0 0.15rem 1rem 0 rgb(58 59 69 / 15%) !important;
    margin-top: 10px;
    padding: 10px 50px;
}

/* product list css */
.product-col {
    display: flex;
}

.product-col img {
    width: 60px;
    margin-right: 15px;
    height: min-content;
}

.product-col .product-name {
    display: -webkit-box;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
}

/* product add css */
.producer-profile-form #image_profile_picture {
    width: 150px;
    border: 3px solid #eee;
    border-radius: 50%;
    margin-bottom: 20px;
}

.producer-profile-form .producer-profile {
    text-align: center;
}

.producer-profile-form .producer-bio {
    text-align: center;
    position: relative;
}

.delete-image {
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
}

.producer-profile-form .producer-bio img {
    width: 180px;
    border: 3px solid #eee;
    margin-bottom: 20px;
}

/* review select modal */
.product-item-list li a {
    display: flex;
    padding: 15px;
}

.product-item-list li:hover {
    background-color: var(--background-color);
}

.product-item-list li img {
    width: 50px;
    margin-right: 10px;
}

.product-item-list li .product-name {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
}

.product-item-list li .price {
    color: var(--primary);
}

/* Blog css */
.blog1 .home-blog .owl-stage {
    counter-reset: my-sec-counter;
    display: flex;
}

.blog1 .home-blog .owl-item {
    padding: 0 2px;
}

.blog1 .home-blog .blog-start {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 15px;
}

.blog1 .all-article {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog1 .all-article a {
    color: var(--primary);
}

.blog1 .home-blog .blog-start .blog-image {
    display: flex;
}

.blog1 .home-blog .blog-start .blog-image a img {
    backface-visibility: hidden;
}

.blog1 .home-blog .blog-start .blog-content {
    padding: 10px;
}

.blog1 .home-blog .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
}

.blog1 .home-blog .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog1 .home-blog .blog-start .blog-content .blog-title span.blog-admin {
    display: block;
    margin-top: 7px;
    line-height: 1;
}

.blog1 .home-blog .blog-start .blog-content .blog-title span.blog-admin span.blog-editor {
    color: #000;
    font-weight: 600;
}

.blog1 .home-blog .blog-start .blog-content .blog-description {
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 65px;
}

.blog1 .all-blog {
    text-align: center;
    margin-top: 30px;
}

/* article css */
.article-area .article-image {
    width: 100%;
}

.article-area .article-title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.article-area .article-date {
    color: #9b9a96;
    font-size: small;
    margin-bottom: 20px;
}

.datepicker-days table rt td.active.day.disabled {
    background-color: lightblue;
}


/* 左メニュー */
.xl_side_nav {
    border: 3px solid #d8e1e9;
    padding: 0 1.5rem 1rem;
}

.xl_side_nav h1,
.xl_side_nav h2,
.xl_side_nav a {
    width: 100%;
    line-height: 2.1rem;
    border-bottom: 2px solid #5b5b5b;
}

.xl_side_nav h1 {
    border-bottom: 2px solid #003f76;
}

.xl_side_nav h1 {
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
}

.xl_side_nav h2 {
    font-size: .9rem;
}

.xl_side_nav h2,
.xl_side_nav a {}

.xl_side_nav a li i {
    float: right;
    line-height: 2.1rem;
    font-weight: bold;
    color: #003f76;
}

.xl_side_nav .tag-section {
    margin-top: 20px;
}

.xl_side_nav .tag-section .tag-a {
    width: auto;
    line-height: 1.5;
    border: none;
    text-decoration: underline;
}

.container.xl_side_banner {
    padding: 0;
}

.xl_side_banner ul {
    width: 100%;
    max-width: 268px;
    margin: 30px auto 0;
}

.xl_side_banner ul li {
    margin: 5px 0;
}

.xl_side_banner ul li img {
    max-width: 100%;
    height: auto;
}

/* 左メニュー スマホ表示時 */
.site-mobile-menu .xl_side_nav {
    border: none;
    padding: 0;
}

.site-mobile-menu .xl_side_nav h1,
.site-mobile-menu .xl_side_nav h2,
.site-mobile-menu .xl_side_nav a,
.site-mobile-menu .xl_side_nav a li i {
    line-height: 3rem;
}

/* スマホ用　カテゴリメニュー */
.site-navbar {
    z-index: 1999;
    top: 95px;
    width: 100%;
    padding: 1rem;
    position: absolute;
}

.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
}

.overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
}

/* ロード時のカクカクを解消 */
.home4-tab.swiper-container {
    display: none;
}

.home4-tab.swiper-container.swiper-container-initialized {
    display: block;
}


/*====================================
出荷日(休業日)カレンダー
=====================================*/
table.table-condensed tbody tr td.disabled.day.disabled {
    background: #fff;
    color: #000;
}

table.table-condensed tbody tr td.disabled.day.disabled.new,
table.table-condensed tbody tr td.disabled.day.disabled.old {
    color: #999;
}

/* 休業日 */
table.table-condensed tbody tr td.day.disabled:not(.past_dates):not(.active) {
    background: var(--bs-danger);
    color: #fff;
    font-weight: bold;
}

.invalid-order {
    color: red;
    font-weight: bold;
    border: 2px solid red;
}


/*====================================
トップ　告知バナー & 講演依頼バナー
=====================================*/
.contact_banner {
    position: relative;
    height: 60px;
    margin: 1rem 0;
    background-color: #1b1464;
}

.contact_banner img {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0px;
}

.tv_banner_wrapper {
    margin: 20px auto;
    text-align: center;
    max-width: 1029px;
    border: 5px solid #0094ea;
    padding: 1rem;
}

.tv_banner_wrapper img {
    width: 100%;
}

.tv_banner_wrapper a {
    display: block;
}

.tv_banner {
    display: flex;
}

.tv_banner a img {
    padding: .5vw;
}

.d-pc-none {
    display: none;
}

@media (max-width: 767px) {
    .tv_banner_wrapper {
        padding: 0;
        margin: 0;
    }

    .tv_banner {
        display: block;
        background-color: #0094ea;
    }

    .tv_banner img {
        padding: 2vw;
    }

    .d-pc-none {
        display: inline-block;
        max-width: 320px;
    }
}

@media (max-width: 540px) {
    .contact_banner {
        height: 12vw;
    }

    .contact_banner img {
        width: 95%;
    }
}

.osakana_banner {
    border: none;
    padding: 0;
}

.shike_alert {
    border: 5px solid red;
}

.shike_alert>h1 {
    font-size: 1.5rem;
}

.close {
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid #28668f ;
    background-color: #28668f;
    justify-content: center;
    width: 13px;
    height: 13px;
    display: inline-flex !important;
    padding: 0 !important;
    border: none !important;
    background: #203e75;
    line-height: 1 !important;
    margin: 2px;
}

.close:hover {
    border: 1px solid #28668f;
    background-color: #28668f;
    color: #ffffff;
}

.keyword_border {
    padding: 3px;
    display: inline;
    width: auto;
    border-radius: 25%;
    background-color: #f0f3f5;
}

i {
    font-family: system-ui,-apple-system,BlinkMacSystemFont, "Segoe UI",Ubuntu,Cantarell,Oxygen,Roboto,Helvetica,Arial,sans-serif;
}

.article-body ul,
.article-body ul li,
.pro-desc ul,
.pro-desc ul li,
.ck.ck-content ul,
.ck.ck-content ul li{
  list-style-type: inherit !important;
}

.article-body ul,
.pro-desc ul,
.ck.ck-content ul,
.article-body ol,
.pro-desc ol,
.ck.ck-content ol {
  padding-left: 40px !important;
}

.article-body ul li span,
.article-body ol li span,
.pro-desc ul li span,
.pro-desc ol li span,
.ck.ck-content ul li span,
.ck.ck-content ol li span {
    display: inline !important;
}

.ck.ck-content ol,  
.ck.ck-content ol li,
.pro-desc ol,
.pro-desc ol li {
  list-style-type: decimal !important;
}

.article-body, .pro-desc {
    overflow-wrap: break-word;
}