.xoo-cp-opac {

}





.xoo-cp-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
    opacity: 0;
    z-index: 300;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
}
.xoo-cp-modal.xoo-cp-active {
    opacity: 1;
    pointer-events: auto;
}

.xoo-cp-container {
    width: 60rem;
    overflow: hidden;
    border-radius: 4rem;
    position: relative;
    background-color: #fff;
    padding: 3.6rem;
}

.xoo-cp-container .xoo-cp-outer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 310;
    display: none;
}
.xoo-cp-container .xoo-cp-outer .xoo-cp-cont-opac {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: .8;
}
@keyframes xoo-cp-preloader {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.xoo-cp-container .xoo-cp-outer .xoo-cp-preloader {
    font-size: 2.4rem;
    -webkit-animation: xoo-cp-preloader 2s linear infinite;
    -moz-animation: xoo-cp-preloader 2s linear infinite;
    -ms-animation: xoo-cp-preloader 2s linear infinite;
    -o-animation: xoo-cp-preloader 2s linear infinite;
    animation: xoo-cp-preloader 2s linear infinite;
}
.xoo-cp-container .xoo-cp-outer .xoo-cp-preloader:before {
    content: '\E838';
    font-family: 'Fontello';
}

.xoo-cp-container .xoo-cp-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-atcn {
    display: block;
    text-align: center;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
}

.xoo-cp-container .xoo-cp-content .xoo-cp-atcn.xoo-cp-success {

}

.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    background-color: rgba(0, 0, 0, .07);
    padding: 2.4rem;
    border-radius: 2rem;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tbody tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pdetails__heading {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    gap: 2rem;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pimg {
    border-radius: 1.2rem;
    width: 16rem;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pimg:before {
    display: block;
    content: '';
    padding-top: 100%;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pimg a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pimg a .attachment-woocommerce_thumbnail,
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pimg a .woocommerce-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pdetails__info {
    flex-shrink: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-ptitle {
    display: block;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-ptitle a {
    display: block;
    line-height: 1.3;
    font-size: 1.6rem;
    font-weight: 700;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-variations {
    margin-top: .8rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: .6rem;
    align-items: stretch;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-variations .variation {
    display: flex;
    flex-direction: row;
    gap: .6rem;
    font-size: 1.4rem;
    font-weight: 700;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-variations .variation dt {

}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-variations .variation dd {

}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pprice {
    margin-top: 1.2rem;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pprice .amount {
    font-size: 1.6rem;
    font-weight: 400;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pprice .amount bdi {

}

.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pdetails__info .gap {
    flex-grow: 1;
    display: flex;
}

.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty {
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .4rem;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty .xoo-cp-qtybox {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #fff;
    border-radius: 20rem;
    overflow: hidden;
    position: relative;
    height: 4rem;
    padding: .4rem;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty .xcp-chng {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .07);
    font-size: 1.6rem;
    cursor: pointer;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty .xcp-chng:before {
    font-family: 'Fontello';
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty .xcp-chng.xcp-minus {

}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty .xcp-chng.xcp-minus:before {
    content: '\E819';
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty .xcp-chng.xcp-plus {

}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty .xcp-chng.xcp-plus:before {
    content: '\E818';
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty .xoo-cp-qty {
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 3.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    -moz-appearance:textfield;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty .xoo-cp-qty::-webkit-outer-spin-button,
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty .xoo-cp-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty .xoo-cp-remove-pd {
    background-color: #FC4045;
    position: relative;
    border-radius: 20rem;
    color: #fff;
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    cursor: pointer;
}
.xoo-cp-container .xoo-cp-content .xoo-cp-pdetails .xoo-cp-pqty .xoo-cp-remove-pd:before {
    content: '\E82E';
    font-family: 'Fontello';
}
.xoo-cp-container .xoo-cp-content .xoo-cp-ptotal {
    display: none;
}


.xoo-cp-container .xoo-cp-btns {
    margin-top: 1.2rem;
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
}
.xoo-cp-container .xoo-cp-btns .xcp-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    flex-shrink: 0;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .07);

    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 2.4rem;
}
/*.xoo-cp-container .xoo-cp-btns .xcp-btn.xoo-cp-close {
    width: 4rem;
    font-size: 1.8rem;
}
.xoo-cp-container .xoo-cp-btns .xcp-btn.xoo-cp-close:before {
    content: '\E85C';
    font-family: 'Fontello';
}
.xoo-cp-container .xoo-cp-btns .xcp-btn.xoo-cp-btn-vc {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 3.6rem;
}*/


.xoo-cp-notice-box {

}
















.woocommerce {
    width: 100%;
}
.woocommerce .products {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6rem;
}
.products .product {
    width: calc(33.33% - 4rem);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
}
.related-products .products .product {
    width: 100%;
}
.products .product:hover {

}
.products .product .product__wrapping-link {
    display: block;
    width: 100%;
}
.products .product .product__images {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 2rem;
}
.products .product.sale .product__images:before {
    position: absolute;
    z-index: 50;
    content: '%';
    background-color: #859376;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2rem;
    left: 0;
    width: 4rem;
    height: 3rem;
    font-weight: 700;
    font-size: 2rem;
    border-radius: 0 1.2rem 1.2rem 0;
    pointer-events: none;

}

.products .product .product__images .swiper-product-images {
    width: 100%;
    height: 100%;
    position: relative;
}
.products .product .product__images .swiper-product-images .swiper-wrapper {
    
}
.products .product .product__images .swiper-product-images .swiper-controls {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    flex-direction: row;
    align-items: stretch;
    z-index: 50;
    pointer-events: none;
}
.products .product .product__images .swiper-product-images .swiper-pagination {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.products .product .product__images .swiper-product-images .swiper-pagination-bullet {
    width: 100%;
    pointer-events: auto;
    position: relative;
    display: block;
}
.products .product .product__images .swiper-product-images .swiper-pagination-bullet:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 1.2rem;
    height: .2rem;
    background-color: rgba(0, 0, 0, .15);
    content: '';
    display: block;
    transition: .3s;
}
.products .product .product__images .swiper-product-images .swiper-pagination-bullet-active {

}
.products .product .product__images .swiper-product-images .swiper-pagination-bullet-active:before {
    background-color: #917154;
    opacity: .7;
}

.products .product .product__images .product__image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.products .product .product__images .product__image-wrap:before {
    padding-top: 100%;
    content: '';
    display: block;
}
.products .product .product__images .product__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.products .product .product__images .product__remaining-images {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.products .product .product__details {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
}
.products .product .woocommerce-loop-product__title {
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    display: block;
    line-height: 1.2;
}

.products .product .product__attributes {
    margin-top: 1.2rem;
}
.products .product .product__attribute {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    flex-direction: row;
}
.products .product .product__attribute .attribute-item {
    display: flex;
    align-items: center;
    height: 2rem;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: rgba(0, 0, 0, .05);
    padding: 0 1rem;
    border-radius: 20rem;
}

.products .product .product__description {
    margin-top: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.3;
}

.products .product .product__spacing {
    display: flex;
    flex-shrink: 1;
    width: 100%;
    height: 100%;
}

.products .product .product__cart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    margin-top: 1.2rem;
    width: 100%;
}
.products .product .price {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.products .product .price .price-prefix {
    order: 0;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    display: block;
    color: #859376;
}
.products .product .price del {
    order: 20;
    margin-left: .6rem;
    display: block;
}
.products .product .price ins {
    order: 10;
    display: block;
}
.products .product .amount {
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    display: block;
    color: #859376;
}
.products .product .price del .amount {
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
    text-decoration: line-through;
}
.products .product .price ins .amount {
    
}

.products .product .button.add_to_cart_button {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
    z-index: 10;
    height: 2.4rem;
    background-color: #859376;
    border-radius: 10rem;
    transition: .2s;
    padding: 0 1.2rem;
    color: #fff;
    font-weight: 700;
    transition: .3s;
}
.products .product .button.add_to_cart_button.on {
    
}
.products .product .added_to_cart {
    display: none !important;
}






