/*sticky cart*/
.product.type-product.product-type-bopobb .shoptimizer-sticky-add-to-cart__content .shoptimizer-sticky-add-to-cart__content-button .shoptimizer-sticky-add-to-cart__content-price {
    display: none;
}

/*single page*/
.bopobb-html-scroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

.bopobb-single-wrap {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    min-height: 80px;
    position: relative;
}

.bopobb-single-wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    visibility: hidden;
}

.bopobb-single-wrap:after {
    width: 32px;
    height: 32px;
    display: block;
    margin-top: -16px;
    margin-left: -16px;
    content: '';
    background-image: url("../assets/images/load.gif");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
}

.bopobb-single-wrap .bopobb-item-img-wrap .bopobb-item-img .bopobb-product-zoom {
    display: none;
}

.bopobb-single-wrap .bopobb-items-top-wrap {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
}

.bopobb-col-4 .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-top {
    width: 20.05%;
}

.bopobb-col-4 .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-separate-wrap {
    width: 6%;
}

.bopobb-col-4 .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-separate-wrap:nth-child(8n) {
    display: none;
}

.bopobb-col-3 .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-top {
    width: 28%;
}

.bopobb-col-3 .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-separate-wrap {
    width: 8%;
}

.bopobb-col-3 .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-separate-wrap:nth-child(3n) {
    display: none;
}

.bopobb-col-2 .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-top {
    width: 45%;
}

.bopobb-col-2 .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-separate-wrap {
    width: 10%;
}

.bopobb-col-2 .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-separate-wrap:nth-child(4n) {
    display: none;
}

.bopobb-single-wrap .bopobb-item-top {
    align-self: center;
    height: 100%;
    margin-bottom: 16px;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap {
    position: relative;
    text-align: center;
    margin: auto;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap.bopobb-item-change {
    cursor: pointer;
    margin: auto;
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    border: 2px solid rgba(230, 230, 230, 0.8);
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap.bopobb-item-change:before {
    margin: auto;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap:not(.bopobb-item-change) .bopobb-item-img {
    width: 100%;
    height: 100%;
    display: flex;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap .bopobb-item-img {
    line-height: 0;
    overflow: hidden;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap .bopobb-item-img img {
    width: unset !important;
    max-width: 100% !important;
    height: unset !important;
    max-height: 100% !important;
    margin: 0;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap .bopobb-option-remove-wrap {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    margin-top: 2px;
    margin-left: 2px;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap .bopobb-option-remove-wrap.bopobb-hidden {
    display: none;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-separate-wrap {
    width: 6%;
    margin-bottom: 1em;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-separate-wrap .bopobb-item-img-separate-top {
    width: 100%;
    height: 100%;
    display: flex;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-separate-wrap .bopobb-item-img-separate-icon {
    margin: auto;
    color: #ababab;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-change-wrap {
    margin: 1em 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-change-wrap .bopobb-item-change {
    margin: 0;
    width: fit-content;
    padding: 0.4em 1em;
    cursor: pointer;
}

.bopobb-single-wrap .bopobb-alert {
    margin: 10px 0;
    padding: 6px 10px 6px 14px;
    border-left: 4px solid #222;
    background-color: #eeeeee;
    font-size: 14px;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap {
    border-bottom: 1px solid #000000 !important;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table {
    margin-bottom: unset;
    width: 100%;
    border: none;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-1 .bopobb-detail-table tr th .bopobb-item-detail-wrap {
    display: flex;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th,
.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr td {
    padding: 8px 0;
    border: none;
    background-color: unset;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr td del,
.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr td ins {
    background-color: unset;
    white-space: nowrap;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th .bopobb-item-detail {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th .bopobb-item-detail .star-rating {
    text-align: left;
    margin-left: 0;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th .bopobb-item-detail p.stock {
    text-align: left;
    margin: 0;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th .bopobb-item-detail .bopobb-item-detail-description-wrap {
    font-weight: normal;
    text-transform: initial;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th .bopobb-item-detail-wrap .bopobb-item-change-wrap {
    align-self: center;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th .bopobb-item-detail-wrap .bopobb-item-change-wrap .bopobb-item-change {
    font-size: small;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table .bopobb-item-product td .bopobb-item-right {
    display: flex;
    justify-content: flex-end;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-quantity .bopobb-item-qty {
    width: 27px;
    height: 24px;
    margin: auto;
    padding: 0;
    border: none;
    text-align: center;
    background-color: unset;
    border-bottom: 1px solid #000000;
    box-shadow: none;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-quantity .bopobb-item-qty.bopobb-item-qty-fixed {
    border-bottom: none;
}

.bopobb-item-qty::-webkit-outer-spin-button,
.bopobb-item-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-quantity input[type=number] {
    -moz-appearance: textfield;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-price del span {
    color: #ABABAB;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-price ins span {
    color: #212121;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-price {
    align-self: center;
    margin-left: 15px;
    text-align: right;
    display: inline-flex;
}

/*template2*/
.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 table th,
.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 table td {
    border: none;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table tr.bopobb-item-product {
    min-height: 150px;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table tr.bopobb-item-product th {
    display: flex;
    text-transform: unset;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table tr.bopobb-item-product td {
    vertical-align: middle;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-item-img-wrap {
    margin-left: unset !important;
    margin-right: unset !important;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #ffffff;
    border: 2px solid rgba(230, 230, 230, 0.8);
    cursor: pointer;
    position: relative;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-item-img-wrap .bopobb-item-img {
    width: 80px;
    display: flex;
    overflow: hidden;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-item-img-wrap .bopobb-item-img p {
    margin: auto;
    display: block;
    text-align: center;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-item-img-wrap .bopobb-item-img .bopobb-product-zoom {
    display: none;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-item-img-wrap .bopobb-item-img img {
    width: unset;
    max-width: 100%;
    height: unset;
    max-height: 100%;
    margin: 0;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-item-img-wrap .bopobb-option-remove-wrap {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    margin-top: 2px;
    margin-left: 2px;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-item-img-wrap .bopobb-option-remove-wrap.bopobb-hidden {
    display: none;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table tr.bopobb-item-product .bopobb-item-detail {
    padding: 0 10px 0 22px;
    align-self: center;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table tr.bopobb-item-product .bopobb-item-detail.bopobb-item-detail-null {
    display: flex;
    justify-content: space-around;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table tr.bopobb-item-product .bopobb-item-change-wrap {
    width: fit-content;
    height: fit-content;
    align-self: center;
    margin-right: 10px;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table tr.bopobb-item-product th .bopobb-item-change-wrap .bopobb-item-change {
    display: flex;
    margin: unset;
    cursor: pointer;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table tr.bopobb-item-product th .bopobb-item-change-wrap .bopobb-item-change .bopobb-icon-pencil {
    margin: 0;
    display: block;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr.bopobb-item-product .bopobb-item-detail .bopobb-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr.bopobb-item-product .bopobb-item-detail .bopobb-item-title.bopobb-item-change {
    cursor: pointer;
}

/*template3*/
.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-detail-table {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-product {
    width: 45%;
    /*align-self: center;*/
    height: 100%;
    margin-bottom: 16px;
    position: relative;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-product .bopobb-item-block-wrap {

}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-block-wrap .bopobb-item-img-wrap {
    cursor: pointer;
    margin: auto;
    background-color: #FFFFFF;
    border: 2px solid rgba(230, 230, 230, 0.8);
    overflow: hidden;
    /*border-radius: 50%;*/
    /*width: 200px;*/
    /*height: 200px;*/
    display: flex;
    align-items: center;
    aspect-ratio : 1;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-block-wrap .bopobb-item-img-wrap .bopobb-item-img {
    /*display: flex;*/
    /*flex: none;*/
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-block-wrap .bopobb-item-img-wrap .bopobb-item-img img {
    width: unset !important;
    max-width: 100% !important;
    height: unset !important;
    max-height: 100% !important;
    margin: 0;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-block-wrap .bopobb-item-img-wrap .bopobb-option-remove-wrap {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    margin-top: 2px;
    margin-left: 2px;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-block-wrap .bopobb-item-img-wrap .bopobb-option-remove-wrap.bopobb-hidden {
    display: none;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-block-wrap .bopobb-item-img-wrap .bopobb-option-remove-wrap .bopobb-option-remove {
    color: #000;
    text-shadow: rgb(254 254 254) 0 0 2px;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-img-separate-wrap {
    width: 6%;
    margin-bottom: 16px;
    /*height: 200px;*/
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-img-separate-wrap .bopobb-item-img-separate-top {
    width: 100%;
    height: 100%;
    display: flex;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-img-separate-wrap .bopobb-item-img-separate-top .bopobb-item-img-separate-icon {
    margin: auto;
    color: #ababab;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-product .bopobb-item-detail-wrap .bopobb-item-title-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-product .bopobb-item-detail-wrap .bopobb-item-title-wrap .bopobb-item-title {
    align-self: center;
    /*margin-right: 5px;*/
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-product .bopobb-item-detail-wrap .bopobb-item-title-wrap .bopobb-item-change-wrap {
    align-self: center;
    display: flex;
    margin: 0 5px;
    cursor: pointer;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-product .bopobb-item-detail-wrap .bopobb-item-title-wrap .bopobb-item-quantity {
    align-self: center;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-product .bopobb-item-detail-wrap .bopobb-item-title-wrap .bopobb-item-quantity input {
    margin: 0;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-product .bopobb-item-right {
    position: absolute;
    top: 0;
    right: 0;
    text-shadow: 0 0 #ffffff;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-3 .bopobb-item-product .bopobb-item-price {
    /*padding: 5px;*/
}

.bopobb-single-wrap .bopobb-item-img-wrap .bopobb-option-remove-wrap .bopobb-option-remove {
    color: #000;
    text-shadow: rgb(254 254 254) 0 0 2px;
}

/*popup*/
.bopobb-area .bopobb-inner .bopobb-hidden {
    display: none;
}

.bopobb-area .bopobb-inner .bopobb-overlay {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(29, 29, 29, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bopobb-area .bopobb-inner .bopobb-overlay.bopobb-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.bopobb-area .bopobb-inner .bopobb-popup {
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 960px;
    height: 600px;
    z-index: 99999;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
}

.bopobb-area .bopobb-inner .bopobb-popup.bopobb-open {
    opacity: 1;
    visibility: visible;
}

.bopobb-popup .bopobb-popup-inner {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.bopobb-popup.bopobb-open .bopobb-popup-inner {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    background-color: #FFFFFF;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header {
    box-sizing: border-box;
    position: relative;
    display: flex;
    padding: 21px 30px 32px;
    background-color: #ffffff;
    height: 85px;
    z-index: 7;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-title {
    width: 80%;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    align-self: center;
    white-space: nowrap;
    text-overflow: clip;
    text-transform: uppercase;
    overflow: hidden;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header-left {
    width: 10%;
    margin: auto 0;
    display: flex;
    justify-content: flex-start;
    font-size: 30px;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header-right {
    width: 10%;
    margin: auto 0;
    display: flex;
    justify-content: flex-end;
    font-size: 30px;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header-left .bopobb-btn-back {
    color: #000000;
    cursor: pointer;
    font-size: inherit;
    width: fit-content;
    height: fit-content;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header-right .bopobb-btn-close {
    color: #000000;
    cursor: pointer;
    font-size: inherit;
    width: fit-content;
    height: fit-content;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header-right .bopobb-btn-close:before,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header-left .bopobb-btn-back:before {
    font-size: inherit;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header-left .bopobb-btn-back:hover,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header-right .bopobb-btn-close:hover {
    background-color: #bfbfbf;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-products-wrap {
    position: relative;
    width: 100%;
    height: 515px;
    margin: auto;
    display: flex;
    overflow: hidden;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list {
    box-sizing: border-box;
    position: relative;
    padding: 0 35px 40px;
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 200px 200px 200px 200px;
    grid-gap: 27px 30px;
    overflow-y: auto;
    overflow-x: hidden;
}

.bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap {
    box-sizing: border-box;
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 41px;
    padding: 0 35px;
    display: flex;
    justify-content: center;
    color: #000000;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0 inset;
}

.bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap.bopobb-paging-full {
    justify-content: space-between;
    padding: 0 35px;
}

.bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap .bopobb-category-filter-wrap {
    padding: 5px 0 4px 0;
}

.bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap .bopobb-category-filter-wrap .bopobb-category-filter {
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8px;
    height: 100%;
    font-size: 14px;
    color: #575757;
    border: none;
    border-bottom: 0.5px solid #000000;
}

.bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap .bopobb-search-filter-wrap {
    padding: 5px 0 4px 0;
}

.bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap .bopobb-search-filter-wrap .bopobb-search-filter-input {
    margin: auto;
    padding: 0 8px;
    height: 100%;
    font-size: 14px;
    color: #575757;
    border: none;
    border-bottom: 0.5px solid #000000;
}

.bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap .bopobb-product-paging {
    display: flex;
}

.bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap .bopobb-product-pages,
.bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap .bopobb-product-pages-break {
    margin: auto;
    padding: 0 5px;
    font-size: 14px;
    line-height: 16px;
    color: #ABABAB;
}

.bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap .bopobb-product-pages:not(.bopobb-product-page-active) {
    cursor: pointer;
}

.bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap .bopobb-product-pages:hover {
    color: #000000;
    text-decoration: underline;
}

.bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap .bopobb-product-pages.bopobb-product-page-active {
    color: #000000;
    text-decoration: underline;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list:not(.bopobb-option-product-wrap) {
    box-sizing: border-box;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 200px 200px 200px 200px;
    grid-gap: 27px 30px;
    overflow-y: auto;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-option-product-wrap {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: auto;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list:before,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0;
    visibility: hidden;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list:after,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list:after {
    width: 32px;
    height: 32px;
    display: block;
    margin-top: -16px;
    margin-left: -16px;
    content: '';
    background-image: url("../assets/images/load.gif");
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list::-webkit-scrollbar,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list::-webkit-scrollbar {
    width: 0.5em;
    background-color: #f1f1f1;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list::-webkit-scrollbar-thumb,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list::-webkit-scrollbar-thumb:hover,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list::-webkit-scrollbar-thumb:hover {
    background-color: #a1a1a1;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list::-webkit-scrollbar-button,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list::-webkit-scrollbar-button {
    display: none;
}

.bopobb-single-wrap.bopobb-loading:before,
.bopobb-single-wrap.bopobb-loading:after,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list.bopobb-loading:before,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list.bopobb-loading:after,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list.bopobb-loading:before,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list.bopobb-loading:after {
    opacity: 1;
    visibility: visible;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product {
    width: 200px;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-option-product-wrap .bopobb-option-product {
    max-height: 445px;
    display: flex;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-image-wrap {
    max-height: 440px;
    max-width: 50%;
    padding-right: 15px;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-image-wrap img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap {
    padding-left: 15px;
    width: 100%;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap th,
.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap td {
    border: none;
    padding: unset;
    margin: unset;
    text-align: left;
    background-color: unset;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-option-short-description,
.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-option-price-wrap,
.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-product-stock {
    margin-bottom: 15px;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-option-variations {
    padding-bottom: 10px;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-option-variations table {
    margin: 0;
    width: unset;
    min-width: unset;
    border: none;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-option-variation:not(.bopobb-option-swatches) {
    line-height: 40px;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-option-variation .bopobb-option-label {
    margin: auto;
    margin-right: 10px;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-option-variation select {
    margin: 0;
    padding: 0 30px 0 8px;
    height: unset;
    border: none;
    border-bottom: 0.5px solid #000000;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-product-stock {
    color: #777;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-option-add {
    cursor: pointer;
    padding: 10px 15px;
    color: #ffffff;
    background-color: #000000;
    width: fit-content;
    line-height: initial;
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-option-add-wrap {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-option-add.bopobb-disable {
    opacity: 0.4;
    cursor: not-allowed;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-img-wrap,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-img-wrap {
    text-align: center;
    cursor: pointer;
    position: relative;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-img-wrap img,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-img-wrap img {
    margin: auto;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-img-wrap .bopobb-product-zoom {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    background-color: #FFFFFF;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-img-wrap .bopobb-product-zoom p {
    margin: auto;
    padding: 0;
    display: block;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product .bopobb-product-img-wrap .bopobb-product-stock-watermark {
    background: hsla(0, 0%, 100%, .9);
    color: #333;
    font-weight: 700;
    left: 0;
    opacity: .9;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product .bopobb-product-img-wrap .bopobb-product-stock-watermark > * {
    margin: unset;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-title-wrap,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-title-wrap {
    text-align: center;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-title-wrap .bopobb-product-title,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-title-wrap .bopobb-product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-ratting,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-ratting {
    text-align: center;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-price,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-price {
    text-align: center;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-stock,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-stock {
    text-align: center;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-stock p.stock,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-stock p.stock {
    white-space: unset !important;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-ratting {
    display: none;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-ratting .star-rating,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-ratting .star-rating {
    margin: 0 auto;
}

/*.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-description,*/
/*.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-description {*/
/*    display: none;*/
/*}*/

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-description.bopobb-hidden,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-description.bopobb-hidden,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-full-description.bopobb-hidden,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-full-description.bopobb-hidden,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-option-product .bopobb-product-full-description.bopobb-hidden {
    display: none;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-variations {
    display: none;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-title-wrap .bopobb-product-title {
    display: none;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product .bopobb-product-title-wrap .bopobb-variation-title {
    display: block;
    width: 100%;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product-filter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    color: #000000;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0 inset;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product-filter .bopobb-filter-variations {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: fit-content;
    margin: auto;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product-filter .bopobb-filter-variations .bopobb-filter-variation {
    margin-left: 18px;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product-filter .bopobb-filter-variations .bopobb-filter-variation:first-child {
    margin-left: 0;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product-filter .bopobb-filter-variation .bopobb-attr-value select.bopobb-attr-select {
    margin: 0;
    padding: 0 8px;
    width: 121px;
    height: unset;
    font-size: 14px;
    line-height: 16px;
    color: #575757;
    border: none;
    border-bottom: 0.5px solid #000000;
}

.Select-menu-outer {
    top: auto;
    bottom: 100%
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product-filter .bopobb-filter-variation .bopobb-attr-value {
    height: 20px;
    line-height: 0;
    margin: 10px 0;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr.bopobb-item-product .bopobb-item-variations {
    display: none;
}

.bopobb-disabled {
    opacity: .5 !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.bopobb-alert.bopobb-text {
    display: none;
}

/*item gallery*/
.bopobb-area .bopobb-popup .bopobb-product-gallery-wrap {
    position: absolute;
    display: flex;
    width: 100%;
    height: 515px;
    margin: auto;
    z-index: 9;
    overflow-y: auto;
    background-color: #FFFFFF;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery-wrap::-webkit-scrollbar {
    width: 0.5em;
    background-color: #f1f1f1;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery-wrap::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #a1a1a1;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery-wrap::-webkit-scrollbar-button {
    display: none;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery-wrap .bopobb-gallery-add-wrap {
    position: fixed;
    left: 394px;
    top: 548px;
    z-index: 11;
    width: 172px;
    height: 36px;
    display: flex;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #000000;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery-wrap .bopobb-gallery-add-wrap .bopobb-gallery-add {
    margin: auto;
    font-size: 14px;
    line-height: 19px;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery {
    position: relative;
    margin: auto;
    padding: 0 35px 40px;
    width: 100%;
    -webkit-column-count: 2;
    column-count: 2;
    z-index: 11;
    opacity: 1;
    overflow-y: auto;
    transition: opacity 0.5s ease-in-out;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery .bopobb-gallery-img-wrap {
    width: 430px;
    margin-bottom: 20px;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery .bopobb-gallery-img-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery::-webkit-scrollbar {
    width: 0.5em;
    background-color: #f1f1f1;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery::-webkit-scrollbar-thumb:hover {
    background-color: #a1a1a1;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery::-webkit-scrollbar-button {
    display: none;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 12;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery-overlay.bopobb-active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(255, 255, 255, 1);
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery-overlay::after {
    width: 32px;
    height: 32px;
    display: block;
    margin-top: -16px;
    margin-left: -16px;
    content: '';
    background-image: url("../assets/images/load.gif");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery-overlay.bopobb-active::after {
    opacity: 1;
    visibility: visible;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery ol {
    list-style: none;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery ul {
    list-style: none;
    margin-left: 0;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery .bopobb-flexslider {
    width: 100%;
    height: 100%;
}

.bopobb-product-gallery-wrap .bopobb-product-gallery .bopobb-flexslider .flex-viewport {
    margin-bottom: 1em;
}

.bopobb-product-gallery-wrap .bopobb-product-gallery .bopobb-flexslider img {
    margin: 0 auto;
}

.bopobb-product-gallery-wrap .bopobb-product-gallery .bopobb-flexslider .flex-control-thumbs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.bopobb-product-gallery-wrap .bopobb-product-gallery .bopobb-flexslider .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.bopobb-product-gallery-wrap .bopobb-product-gallery .bopobb-flexslider .flex-control-thumbs li {
    width: 14%;
    float: left;
    margin-right: 3%;
    margin-left: 3%;

    list-style: none;
    margin-bottom: 1.5em;
    cursor: pointer;
}

.bopobb-product-gallery-wrap .bopobb-product-gallery .bopobb-flexslider .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.bopobb-product-gallery-wrap .bopobb-product-gallery .bopobb-flexslider .flex-control-thumbs li img {
    opacity: .5;
    transition: all, ease, .2s;
}

.bopobb-area .bopobb-popup .bopobb-product-gallery .bopobb-flexslider .flex-viewport .bopobb-slides .flex-active-slide {
    opacity: 1;
}

.bopobb-area .bopobb-popup .bopobb-product-gallery .bopobb-flexslider .flex-viewport .bopobb-slides li:not(.flex-active-slide) {
    opacity: 0;
}

/*right to left*/
body.rtl .bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap {
    padding-left: 0;
    padding-right: 15px;
}
body.rtl .bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-image-wrap {
    padding-left: 15px;
    padding-right: 0;
}

body.rtl .bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap .bopobb-option-variation select {
    padding: 0 20px 0 40px;
}

body.rtl .bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap .bopobb-category-filter-wrap .bopobb-category-filter {
    padding-left: 40px;
}

body.rtl .bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product-filter .bopobb-filter-variation .bopobb-attr-value select.bopobb-attr-select {
    padding-left: 40px;
}

/*print*/
.bopobb-single-wrap .bopobb-print-wrap {
    margin: 15px auto;
}

.bopobb-single-wrap .bopobb-print-wrap.bopobb-hidden {
    display: none;
}

.bopobb-single-wrap .bopobb-print-wrap .bopobb-print-button {
    padding: 8px 15px;
    background-color: #939393;
    color: #fff;
    cursor: pointer;
}

.bopobb-single-wrap .bopobb-print-wrap .bopobb-print-button i {
    margin-right: 5px;
}

/*share*/
.bopobb-single-wrap .bopobb-social-share-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: .85em;
    color: #999;
    margin: 8px 0;
}

.bopobb-single-wrap .bopobb-social-share-wrap .bopobb-social-share {
    margin-left: 0.12em;
    margin-right: 0.12em;
    min-width: 2.5em;
    min-height: 2.5em;
    line-height: 2.4em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    display: inline-block;
    border-radius: 5px;
    background-color: currentColor !important;
    border-color: currentColor !important;
}

.bopobb-single-wrap .bopobb-social-share-wrap .bopobb-share-facebook {
    color: #3a589d !important;
}

.bopobb-single-wrap .bopobb-social-share-wrap .bopobb-share-twitter {
    color: #2478ba !important;
}

.bopobb-single-wrap .bopobb-social-share-wrap .bopobb-share-email {
    color: #111 !important;
}

.bopobb-single-wrap .bopobb-social-share-wrap .bopobb-share-pinterest {
    color: #cb2320 !important;
}

.bopobb-single-wrap .bopobb-social-share-wrap .bopobb-share-vkontakte {
    color: #527498 !important;
}

.bopobb-single-wrap .bopobb-social-share-wrap .bopobb-share-tumblr {
    color: #36455d !important;
}

.bopobb-single-wrap .bopobb-social-share-wrap .bopobb-share-linkedin {
    color: #0072b7 !important;
}

.bopobb-single-wrap .bopobb-social-share-wrap .bopobb-share-url {
    color: #9b9b9b !important;
    cursor: pointer;
}

.bopobb-single-wrap .bopobb-social-share-wrap .bopobb-copy-tooltip {
    visibility: hidden;
}

.bopobb-single-wrap .bopobb-social-share-wrap .bopobb-social-share .bopobb-icm {
    color: #fff !important;
    font-size: 1.2em;
    min-width: 1em;
    vertical-align: middle;
    /*top: -1.5px;*/
}

/*shortcode*/
.bopobb-shortcode-form .bopobb-shortcode-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.bopobb-shortcode-form form.cart .quantity {
    margin: 0 15px 15px 0;
}

.bopobb-shortcode-form form.cart .quantity.hidden {
    margin: unset !important;
}

.bopobb-shortcode-form form.cart button {
    margin-bottom: 15px;
}

.bopobb-shortcode-form form.cart .added_to_cart.wc-forward {
    margin-left: 10px;
    margin-bottom: 15px;
}

/*mini cart*/
.woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-child {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-child .bopobb-order-change-wrap {
    display: none;
}

.woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-child .bopobb-cart-change-wrap {
    display: none;
}

.woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-child dl.variation {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-child dl.variation dd {
    margin-bottom: 0.5em;
}

.woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-child dl.variation dd p {
    margin-bottom: 0.5em;
}

.woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-child span.quantity {
    display: none;
}

.woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-child .product-quantity {
    display: none;
}

/*goya*/
tr.bopobb-cart-item.bopobb-cart-child .product-name .et-product-thumbnail {
    text-align: right;
}

tr.bopobb-cart-item.bopobb-cart-child .product-name .et-product-thumbnail img {
    max-width: 90%;
}

tr.bopobb-cart-item.bopobb-cart-child > .product-thumbnail > a {
    text-align: right;
}

.cart-items tr.bopobb-cart-item.bopobb-cart-child > .product-thumbnail > a > img {
    max-width: 90% !important;
}

.bopobb-cart-child .bopobb-child-title .bopobb-child-title .bopobb-cart-change-wrap {
    display: none;
}

/*storefront*/
tr.bopobb-cart-item.bopobb-cart-child .product-thumbnail img {
    text-align: right;
    width: 90%;
    margin-right: 0;
    margin-left: auto;
}

tr.bopobb-cart-item.bopobb-cart-child .product-name .bopobb-cart-info {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.7);
}

tr.bopobb-cart-item.bopobb-cart-child .product-name .bopobb-cart-info:after {
    width: 32px;
    height: 32px;
    display: block;
    margin-top: -16px;
    margin-left: -16px;
    content: '';
    background-image: url("../assets/images/load.gif");
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
}

tr.bopobb-cart-item.bopobb-cart-child .product-name .bopobb-cart-info.bopobb-swap-active {
    display: block;
}

tr.bopobb-cart-item.bopobb-cart-child .product-name .bopobb-cart-info.bopobb-swap-active:after {
    opacity: 1;
    visibility: visible;
}

tr.bopobb-cart-item.bopobb-cart-child .bopobb-child-title {
    display: flex;
}

tr.bopobb-cart-item.bopobb-cart-child .bopobb-child-title .bopobb-cart-change-wrap,
tr.bopobb-cart-item.bopobb-cart-child .bopobb-child-title .bopobb-order-change-wrap {
    margin-left: 10px;
}

tr.bopobb-cart-item.bopobb-cart-child .bopobb-child-title .bopobb-cart-change-wrap .bopobb-cart-change,
tr.bopobb-cart-item.bopobb-cart-child .bopobb-child-title .bopobb-order-change-wrap .bopobb-order-change {
    cursor: pointer;
    color: #000000;
    line-height: inherit;
}

.bopobb-cart-item.bopobb-cart-child.mini_cart_item .bopobb-cart-change-wrap {
    display: none;
}

.bopobb-cart-item.bopobb-cart-child .product-subtotal .bopobb-order-change-wrap {
    display: none;
}

.bopobb-cart-item.bopobb-cart-child .bopobb-cart-item-quantity .bopobb-cart-item-qty {
    width: 27px;
    height: 24px;
    padding: 0;
    margin: auto;
    border: none;
    text-align: center;
    background-color: unset;
    border-bottom: 1px solid #000000;
}

.bopobb-cart-item.bopobb-cart-child .bopobb-cart-item-quantity .bopobb-cart-item-qty.bopobb-hidden {
    display: none;
}

.bopobb-cart-item-qty::-webkit-outer-spin-button,
.bopobb-cart-item-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.bopobb-cart-item.bopobb-cart-child .bopobb-cart-item-quantity .bopobb-cart-item-qty[type=number] {
    -moz-appearance: textfield;
}

.bopobb-cart-item.bopobb-cart-child .bopobb-order-item-quantity {

}

.bopobb-cart-item.bopobb-cart-child .bopobb-order-item-quantity .bopobb-order-item-qty {
    width: 27px;
    height: 24px;
    padding: 0;
    margin: auto;
    border: none;
    text-align: center;
    background-color: unset;
    border-bottom: 1px solid #000000;
    box-shadow: none;
}

.bopobb-cart-item.bopobb-cart-child .bopobb-order-item-quantity .bopobb-order-item-qty.bopobb-hidden {
    display: none;
}

.bopobb-order-item-qty::-webkit-outer-spin-button,
.bopobb-order-item-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.bopobb-cart-item.bopobb-cart-child .bopobb-order-item-quantity .bopobb-order-item-qty[type=number] {
    -moz-appearance: textfield;
}

tr.bopobb-cart-item.bopobb-cart-child td .mobile-product-price__qty {
    display: none;
}

/*mini cart*/
ul.product_list_widget li .bopobb-cart-change-wrap {
    position: absolute;
    right: 0;
    z-index: 9;
}

ul.product_list_widget li .bopobb-cart-change-wrap .bopobb-cart-change {
    padding: 5px 5px;
    width: fit-content;
    height: fit-content;
    text-align: center;
    color: #f8ffff;
    background-color: #0d71bb;
}

ul.product_list_widget li .bopobb-cart-change-wrap .bopobb-cart-change:hover {
    background-color: #446084;
}

body.theme-woodmart .woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-child .cart-info .quantity {
    display: none;
}

/*order details*/
.woocommerce-order-details tr.bopobb-cart-item.bopobb-cart-child td.product-name .wc-item-meta {
    margin-bottom: 0.5em;
}

/*cart all in one*/
.bopobb-sticky-items-wrap .bopobb-sticky-item .bopobb-sticky-item-img-wrap .bopobb-sticky-item-img {
    align-self: center;
}
.bopobb-sticky-items-wrap .bopobb-sticky-item .bopobb-sticky-item-img-wrap img {
    vertical-align: sub;
}
.bopobb-sticky-atc-wrap .bopobb-sticky-items-wrap {
    display: flex;
    max-height: 100%;
}

.bopobb-sticky-atc-wrap .bopobb-sticky-items-wrap .bopobb-sticky-item-img-wrap {
    display: flex;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(230, 230, 230, 0.8);
}

.bopobb-sticky-atc-wrap .bopobb-sticky-items-wrap .bopobb-sticky-item-img-wrap:before {
    margin: auto;
}

.bopobb-sticky-atc-wrap .bopobb-sticky-items-wrap .bopobb-sticky-item-img {
    width: auto;
    max-width: 60px;
    height: auto;
    max-height: 60px;
}

.bopobb-sticky-atc-wrap .bopobb-sticky-items-wrap .bopobb-sticky-item {
    margin-left: 5px;
}

.bopobb-sticky-atc-wrap .bopobb-sticky-items-wrap .bopobb-sticky-item:first-child {
    margin-left: 0;
}

.bopobb-sticky-atc-wrap .quantity {
    width: min-content;
}

.bopobb-sticky-atc-wrap .quantity.hidden {
    border: none;
}

.bopobb-sticky-atc-wrap .single_add_to_cart_button.bopobb-disabled {
    pointer-events: initial !important;
    cursor: pointer !important;
}

.vi-wcaio-sidebar-cart-products .bopobb-child-title .bopobb-order-change-wrap {
    display: none;
}

.vi-wcaio-sidebar-cart-products .bopobb-child-title .bopobb-cart-change-wrap {
    display: none;
}

.vi-wcaio-sidebar-cart-pd-desc .bopobb-order-item-quantity .bopobb-order-item-qty {
    width: 27px;
    height: 24px;
    padding: 0;
    margin: auto;
    border: none;
    text-align: center;
    background-color: unset;
    border-bottom: 1px solid #000000;
    box-shadow: none;
}

.vi-wcaio-sidebar-cart-pd-desc .bopobb-order-item-quantity .bopobb-order-item-qty.bopobb-hidden {
    display: none;
}

.vi-wcaio-sidebar-cart-pd-desc .bopobb-order-item-qty::-webkit-outer-spin-button,
.vi-wcaio-sidebar-cart-pd-desc .bopobb-order-item-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.vi-wcaio-sidebar-cart-pd-desc .bopobb-order-item-quantity .bopobb-order-item-qty[type=number] {
    -moz-appearance: textfield;
}

.xoo-wsc-modal .xoo-wsc-products .bopobb-child-title .bopobb-order-change-wrap {
    display: none;
}

.xoo-wsc-products .xoo-wsc-product .bopobb-xoo-wsc-parent {
    display: flex;
    border-bottom: 1px solid #eee;
}

.xoo-wsc-products .xoo-wsc-product .bopobb-xoo-wsc-child {
    display: flex;
    border-bottom: 1px solid #eee;
}

.bopobb-xoo-wsc-child .bopobb-cart-change-wrap {
    display: none;
}

.bopobb-xoo-wsc-child .xoo-wsc-smr-del {
    display: none;
}

@media screen and (min-width: 769px) {
    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-option-product-wrap .bopobb-option-product .bopobb-option-detail-wrap {
        overflow-x: auto;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-option-product-wrap .bopobb-option-product .bopobb-option-detail-wrap::-webkit-scrollbar {
        width: 0.5em;
        background-color: #f1f1f1;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-option-product-wrap .bopobb-option-product .bopobb-option-detail-wrap::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-option-product-wrap .bopobb-option-product .bopobb-option-detail-wrap::-webkit-scrollbar-thumb:hover {
        background-color: #a1a1a1;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-option-product-wrap .bopobb-option-product .bopobb-option-detail-wrap::-webkit-scrollbar-button {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .bopobb-area .bopobb-inner .bopobb-popup {
        width: 90%;
        height: 90%;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header {
        height: 7%;
        padding: 10px 20px 10px;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-products-wrap {
        height: 93%;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list,
    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list:not(.bopobb-option-product-wrap) {
        padding-left: 1em;
        padding-right: 1em;
        padding-bottom: 40px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-option-product-wrap .bopobb-option-product {
        display: block;
        max-height: 90%;
        overflow-y: auto;
        overflow-x: hidden;
        margin-bottom: 50px;
    }

    .bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-image-wrap {
        margin: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .bopobb-area .bopobb-popup .bopobb-option-product .bopobb-option-detail-wrap {
        margin: 0;
        padding-left: 0;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product,
    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list .bopobb-product {
        width: unset;
    }

    .bopobb-area .bopobb-popup .bopobb-product-gallery-wrap {
        height: 93%;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery {
        padding: 0 1em 40px;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery .bopobb-gallery-img-wrap {
        width: unset;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery-wrap .bopobb-gallery-add-wrap {
        top: 90%;
        left: 50%;
        transform: translateX(-50%);
    }

    /*Zoa theme*/
    .theme-zoa .bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table {
        table-layout: unset;
    }

    /*cart all in one*/
    .bopobb-sticky-atc-wrap .bopobb-sticky-items-wrap {
        overflow-x: auto;
    }
}

@media screen and (max-width: 600px) {

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list,
    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list:not(.bopobb-option-product-wrap) {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-title {
        font-size: 1em;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header {
        padding: 0.5em;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header-left {
        font-size: 18px;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header-right {
        font-size: 24px;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-gallery {
        margin: 0;
    }

    .bopobb-product-gallery-wrap .bopobb-product-gallery .bopobb-flexslider .flex-control-thumbs li {
        width: 28%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product .bopobb-product-img-wrap .bopobb-product-zoom {
        background-color: #ffffff;
        opacity: 1;
        visibility: visible;
    }

    .bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap.bopobb-paging-full {
        flex-direction: column;
        height: auto;
    }

    .bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap.bopobb-paging-full .bopobb-category-filter-wrap .bopobb-category-filter,
    .bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap.bopobb-paging-full .bopobb-search-filter-wrap .bopobb-search-filter-input,
    .bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap.bopobb-paging-full .bopobb-attr-filter-wrap .bopobb-attr-filter-input  {
        width: 100%;
    }

    .bopobb-area .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap.bopobb-paging-full .bopobb-product-paging  {
        padding: 5px 0;
    }

    .bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table .bopobb-item-product td .bopobb-item-right {
        flex-direction: column;
    }

    .bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-quantity {
        margin-bottom: 0.4em;
    }

    .bopobb-shortcode-wrap .bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-quantity {
        text-align: end;
    }

    .bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-price {
        margin-left: 0;
        text-align: center;
    }

    .bopobb-shortcode-wrap .bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-price {
        align-self: end;
    }

    .bopobb-single-wrap .bopobb-items-bottom-wrap.bopobb-template-2 .bopobb-detail-table tr.bopobb-item-product th .bopobb-item-change {
        padding: 0.4em 0.4em;
    }

    .bopobb-single-wrap .bopobb-items-top-wrap {
        flex-wrap: wrap;
    }

}