img {
    width: auto;
}
.top-banner .top-banner-pagination {
    text-align: center;
}
body.menu-opened {
    overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
.accordion-item {
    max-width: 830px;
    padding: 0 15px;
    margin: 40px auto 0;
}
.accordion-item:nth-of-type(1) {
    margin-top: 100px;
}
.accordion-item .acc-header {
    background-color: #f0efec;
    font-size: 16px;
    padding: 16px 19px 18px;
    border-top: 1px solid #bfbdb8;
    border-bottom: 1px solid #bfbdb8;
    color: #585858;
    position: relative;
    cursor: pointer;
}
.accordion-item .acc-header::before {
    content: "";
    width: 11px;
    height: 1px;
    background-color: #938a5d;
    position: absolute;
    display: block;
    right: 12px;
    top: 50%;
}
.accordion-item .acc-header::after {
    content: "";
    width: 1px;
    height: 11px;
    background-color: #938a5d;
    position: absolute;
    display: block;
    right: 17px;
    top: calc(50% - 5px);
}
.accordion-item .acc-body {
    padding: 50px 0 60px;
}
.accordion-item.active .acc-header::after {
    display: none;
}
.acc-body img {
    max-width: 100%;
}

@media (max-width: 1000px) {
    /* .top-banner .top-banner-pagination{
        transform: translate(0, -50%);
    } */
    .accordion-item:nth-of-type(1) {
        margin-top: 50px;
    }
}
.option_types {
    display: flex;
}
#option_types .option_type {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#option_types .form-control {
    display: block;
    width: 100%;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-appearance: auto;
    -moz-appearance: auto;
     appearance: auto;
    height: 40px;
    padding: 5px 10px;
    font-size: 13px;
}
@media screen and (min-width: 1000px) {
  #option_types .form-control {
    height: 31px;
  }
}

#option_types .control-label {
    padding-left: 0;
}
.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    width: 150px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.greenPopup .formErrorArrow div {
    background: #33be40
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none
}

.formError .formErrorArrow .line8 {
    width: 11px
}

.formError .formErrorArrow .line7 {
    width: 9px
}

.formError .formErrorArrow .line6 {
    width: 7px
}

.formError .formErrorArrow .line5 {
    width: 5px
}

.formError .formErrorArrow .line4 {
    width: 3px
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd
}
.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative
}
.parentFormadd-shop-cart-form.formError {
    top: 0 !important;
}

.lplp-product-form .btn-submit-form {
    min-width: 274px;
    min-height: 40px;
    border: none;
    font-size: 12px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #aaa9a9;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
}
.lplp-product-form .product-form-price {
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
}
.lplp-product-form .product-form-price .unit {
    font-size: 11px;
}
.lplp-product-form .product-form-price .note {
    font-size: 9px;
    font-weight: 400;
}
main.l-container {
    padding-top: 155px !important;
}
@media (max-width: 1000px) {
    main.l-container {
        padding-top: 103px !important;
    }
}
.tags ul{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}
.tags ul li{
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    @include letter-spacing(100);
    color: #938A5D;
    background-color: #F0EFEC;
    border-radius: 5px;
    align-self: flex-start;
}
.journal-main .journal-item-wrap .journal-item img{
    min-height: 330px;
    object-fit: cover;

}
.journal-main .journal-item-wrap .journal-item .journal-item-body{
    margin-bottom: 15px;
}
