.entry-content ul {
    padding-left: 20px;
}

.entry-content ul li:marker {
    color: var(--cnvs-themecolor);
}

.is-expanded-menu .mega-menu-small .mega-menu-content {
    width: 600px;
    border-top: 2px solid #ff6600;
}

.product .product-image {
    /*height: 290px;*/
    width: fit-content;
}
.product .product-image > a, .product .product-image .slide a, .product .product-image img {
    background-color: white;
}

.product-image > .badge, .sale-flash {
    background-color: #ff6600;
}

.product-desc .text-white th,
.product-desc .text-white td {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.product-desc p {
    margin-bottom: 10px;
}

/* ------------ calculator -------------*/
.calcs-box {
    background: #FFFFFF;
    border: 2px solid #D8D8D8;
    padding: 35px 40px;
    margin: 40px 0;
}

.calcs-box strong {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
}

.calcs-box .radio-box {
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.calcs-box .radio-box .radio {
    margin: 0 15px 0 0;
}

.calcs-box .radio-box label {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-transform: initial;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.calcs-box input[type=radio] {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-transition: border .2s,background-color .3s;
    transition: border .2s,background-color .3s;
    width: 21px;
    height: 21px;
    background-color: #ffffff;
    border: 1px solid #c6d7d9;
    outline: none;
    border-radius: 100%;
    position: relative;
    margin-right: 10px;
    top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calcs-box input[type=radio]:checked {
    border: 1px solid var(--cnvs-themecolor);
}

.calcs-box input[type=radio]:checked:before {
    position: absolute;
    width: 9px;
    height: 9px;
    content: "";
    border-radius: 100%;
    background: var(--cnvs-themecolor);
}

.total {
    font-size: 25px;
    margin-bottom: 10px;
    color: var(--cnvs-themecolor);
}

.calcs-box .total span {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.calcs-box .file-box {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.calcs-box .file-box label {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    text-transform: uppercase;
    color: var(--cnvs-themecolor);
    margin: 0 20px;
}

.calcs-box .file-box .list-files span, .calcs-box .file-box .list-files {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.calcs-box .file-box input[type="file"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 0.4px;
    height: 0.4px;
}

.calcs-box .captha-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/* ------------ calculator -------------*/

/*-------------- top-cart --------------*/
#top-cart-trigger .top-cart-number:empty {
    display: none;
}

#top-cart .top-cart-item-quantity {
    text-align: center;
}

#top-cart .cart-remove {
    font-size: .75rem;
    color: #ff0000;
}

@media (min-width: 992px) {
    .top-cart-content {
        width: 350px;
    }
}
/*-------------- top-cart --------------*/

/*-------------- cart --------------*/
.cart-summary {
    text-align: center !important;
}
/*-------------- cart --------------*/

.slider-caption h2 {
    margin: 10px;
}

.slider-caption {
    max-width: 350px;
    justify-content: start !important;
    margin-top: 10px;
}

.slider-caption > div {
    padding: 0;
}
.module-image .figure-content {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.module-image.half-width img {
    max-width: 50%;
}

.module-image.three-column {
    display: flex;
    justify-content: space-evenly;
}

.module-image.three-column img {
    max-width: 30%;
}

.captcha-widget {
    display: flex;
    justify-content: flex-end;
    margin-top: -64px;
}

.captcha-widget label {
    margin-bottom: 0;
}