@charset "UTF-8";

.main-content .related_pro_carousel ul li:before {
    content: none;
}

.main-content .product-item .desc-product ul li.price-product {
    line-height: unset;
    font-size: 13px;
    height: auto;
    padding-bottom: 0;
}
.main-content .product-item .desc-product ul li.price-product a {
    color: #533b17
}

/* Popup Btn */
.websima-cta-popup-btn {
    background: transparent;
    outline: none;
    border: 1px solid #000;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    font-size: 26px;
    cursor: pointer;
}
#websima-cta-popup {
    background-color: rgb(0 0 0 / 50%);
    position: fixed;
    z-index: 1001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Banner Design */
#banner-design-cta {
    display: table;
    margin: auto;
}
#websima-cta-content img,
#banner-design-cta img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

#banner-design-cta img{
    max-width: 100%;
}

/* Content Design */
#websima-cta-content {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 15px;
    border-radius: 20px;
    background: #fff;
    position: relative;
}
h1.cta-content-title {
    margin: 0 0 30px 0;
    margin-top: 0 !important;
    font-size: 36px;
}
#websima-cta-content::before{
       content: "";
    background: rgba(230, 230, 230, 1);
    position: absolute;
    height: calc(100% + 50px);
    width: 90%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    border-radius: 12px;
    z-index: -1;
    right: 50%;
    bottom: 0;
}
.websima-cta-img {
   flex: 0 0 32%;
    max-width: 32%;
}

#websima-cta-content img{
    border-radius: 16px;
}

/* CTA Btn Click */
.cta-btn-click:hover {
    color: var(--color2) !important;
}
.cta-btn-click i {
    font-size: 13px;
    margin-right: 13px;
}
.cta-btn-click {
    color: #FFF !important;
}

/* Popup Design */
.websima-cta-popup-btn {
    outline: none;
    border: 1px solid #ddc364;
    border-radius: 10px 22px 22px 22px;
    width: 54px;
    height: 54px;
    font-size: 32px;
    cursor: pointer;
    position: fixed;
    left: 10px;
    bottom: 30px;
    background: linear-gradient(266deg, rgba(176,141,60,1) 0%, #ddc364 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    line-height: 1;
    z-index: 1000;
    box-shadow: 0 3px 10px rgb(189 156 103 / 37%);
}
#websima-cta-popup #websima-cta-content {
    background: #fff;
    padding: 40px 15px 30px 15px;
}
#websima-cta-popup #banner-design-cta {
    margin: 0 auto
}
#websima-cta-popup .websima-cta-btns.all-post {
    margin-bottom: 0;
}
#websima-cta-popup #websima-cta-product {
    padding: 40px 25px 30px 25px;
    background:#fff;
}

/* CTA Product */
#websima-cta-product {
    position: relative;
    margin: 80px auto;
}
#websima-cta-product .product_swiper{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
#websima-cta-product::before {
    content: '';
    left: 0;
    background: linear-gradient(260deg,#1a427d,#04192a,#0963ab);
    background-size: 180% 180%;
    animation: gradient-animation 18s ease infinite;
    border-radius: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 43%;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
}
#websima-cta-product::after{
    content: "";
    background-image: url(backcat.webp);
    width: 100%;
    height: 43%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.1;
    z-index: 0;
}

/* CTA Carousel */
.cta-carousel .owl-nav button {
    z-index: 2 !important;
    pointer-events: all !important;
    width: 32px;
    height: 32px;
}
.cta-carousel .owl-nav {
    left: -16px !important;
    right: -16px !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

/* Close CTA */
.close-cta {
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-flex;
    top: 0;
    background: red;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    cursor: pointer;
    right: 10px;
    color: #fff;
}

/* Height 100 */
#websima-cta-popup .h-100 {
    height: 100%;
}

/* Product */
.cta-product-txt {
    text-align: center;
    padding-top: 20px;
}
.cta-product-sub {
    color: #FFF !important;
    font-size: 17px !important;
    line-height: 30px !important;
    margin-bottom: 25px !important;
    text-align: center !important;
}
.cta-product-title {
    font-size: 23px !important;
    color: #FFF !important;
    margin: 15px 0 !important;
}
.product-cta-btns {
    text-align: center;
}
.product-cta-btns a {
    margin-top: 32px;
}
#websima-cta-product .entitle{
    margin-bottom: 0;
}
.websima-cta-product-remove-before:before {
    background: none !important;
}
#remove-before-card-products {
    display: none;
}
#websima-cta-product.cta-one-product {
    margin: 25px auto;
}
#websima-cta-product.cta-one-product #pfeat {
    margin: 15px 0;
}

/* Editor */
.editor-content.main-content .cta-advanced a,
.editor-content.main-content .product-cta-one-box a {
    color: var(--color2);
}
.editor-content.main-content .product-cta-one-box a:hover,
.editor-content.main-content .cta-advanced a:hover {
    color: var(--color1);
}
.editor-content.main-content .cta-advanced table td,
.editor-content.main-content .product-cta-one-box table td {
    border: none;
    width: 50%;
}
.editor-content.main-content .cta-advanced table tr,
.editor-content.main-content .product-cta-one-box table tr {
    display: inline-table;
    width: 100%;
    border: none;
}
.editor-content.main-content .cta-advanced .hz-volume .hz-available-value,
.editor-content.main-content .product-cta-one-box .hz-volume .hz-available-value {
    font-size: 12px;
    padding: 6px 5px 4px;
}
.editor-content.main-content .cta-advanced .product-item .price,
.editor-content.main-content .product-cta-one-box .product-item .price {
    font-size: 14px;
}
.editor-content.main-content .cta-advanced .hz-price-wrap .hz-price .hz-button-more,
.editor-content.main-content .product-cta-one-box .hz-price-wrap .hz-price .hz-button-more {
    padding-left: 20px;
    padding-right: 20px;
}
.editor-content.main-content .cta-advanced .hz-detail-product h2 a,
.editor-content.main-content .product-cta-one-box .hz-detail-product h2 a {
    text-align: right;
}

.cta-prd-wrapper [id*="swiper-wrapper"] .product-item .sku_wrapper {
    color: #000 !important;
}

#websima-cta-product .product-cta-btns .cta-btn-click{
    color: #000 !important;
}

/* ------------------------------------------------------------
                    Responsive Mode
--------------------------------------------------------------- */
@media screen and (max-width: 1200px) {


}
@media screen and (max-width: 767.98px) {
    .cta-content-title {
        font-size: 28px !important;
        text-align: center;
		margin: 0 0 15px 0;
    }
    #websima-cta-product {
        margin: 35px auto !important;
    }
    .websima-cta-btns {
        margin-top: 10px;
    }
    .websima-cta-desc {
        gap: 12px;
    }
    .websima-cta-desc p {
        font-size: 15px !important;
    text-align: justify;
    line-height: 34px;
    }
    .cta-product-title {
        font-size: 20px !important;
        margin-bottom: 16px !important;
    }
    .cta-product-sub {
        font-size: 15px !important;
    }
    .websima-cta-btns {
        justify-content: center;
        display: flex;
    }
    .websima-cta-btns a {
        margin: 0 10px;
        padding: 10px;
    }
    #websima-cta-content {
        flex-wrap: wrap;
		background: none;
    }
    #websima-cta-content .websima-cta-img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #websima-cta-content img{
        width: 100%;
    }
	#websima-cta-content::before {
    height: 90%;
    width: 100%;
    top: unset;
    transform: translateX(50%) translateY(0);
    border-radius: 12px;
    bottom: 0;
}

}
@media screen and (max-width: 576px) {
    #websima-cta-content img,
    #banner-design-cta img {
        width: 100%;
    }
    .websima-cta-popup-btn {
        bottom: 20px;
    }
    #websima-cta-content .websima-cta-img{
        margin-top:0;
    }
	#websima-cta-content {
    background: none;
}

}
@media (min-width:1200px) {

}
@media (min-width: 992px) {
    .product-offset-lg-3 {
        margin-right: 25%;
    }
}