.ce-deal-featured-tag {
    background-color: #69B578;
    color: white;
    padding: 7px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.ce-deal-featured-tag span.ce-label {
    position: relative;
    z-index: 2;
}

.ce-deal-featured-tag::after {
    content: "";
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    background-color: #69B578;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -10px;
    z-index: 1;
}

.ce-deal-card {
    box-shadow: 0 0 7px 0px #3a7d4480;
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
    max-width: 900px;
    transition: 0.4s ease;
}

.ce-deal-card.mousein {
    transform: scale(1.02);
}

.ce-deal-card .ce-deal-card-data {
    display: flex;
    align-items: center;
    padding: 25px 40px;
    padding-bottom: 10px;
    justify-content: space-between;
    color: #333333;
    text-decoration: none;
}

.ce-deal-card-link {
    cursor: pointer;
}

.ce-deal-card-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.ce-deal-card .ce-main-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1.2;
}

.ce-deal-card .ce-image-box {
    text-align: center;
    flex: 1.2;
}

.ce-deal-card .ce-image-box .ce-product-image {
    width: 100px;
	height: 150px;
	object-fit: contain;
}

.ce-deal-card .ce-image-box .ce-main-desc {
    font-weight: bold;
    white-space: nowrap;
}

.ce-deal-card .ce-image-box .ce-main-desc-2 {
    color: #3A7D44;
}

.ce-deal-card .ce-package-data {
    flex: 1.2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
}

.ce-deal-card .ce-network-box {
    text-align: center;
    font-size: 14px;
    flex: 1.5;
	padding: 2px;
}

.ce-deal-card .ce-network-box .ce-smaller-desc {
    display: none;
    margin-top: 5px;
    font-weight: bold;
    font-size: 11px;
    white-space: nowrap;
}

.ce-deal-card .ce-network-box .ce-smaller-desc .ce-main-desc-2 {
    color: #3A7D44;
}

.ce-deal-card .ce-network-box .ce-network-image {
	display: block;
	width: auto;
	height: auto;
    max-width: 80px;
    max-height: 60px;
	object-fit: contain;
    margin: auto;
    margin-bottom: 10px;
}

.ce-deal-card .ce-cost-details {
    padding-right: 12px;
}

.ce-cost-detail {
    display: flex;
    flex-direction: column;
}

.ce-cost-detail .ce-detail-main {
    font-size: 20px;
    font-weight: bold;
    color: #959595;
}

.ce-cost-detail .ce-detail-main.ce-free-device {
    color: #3A7D44;
}

.ce-cost-detail .ce-detail-sub {
    font-size: 14px;
}

.ce-cost-detail.ce-monthly-data {
    padding-right: 10px;
}

.ce-cost-detail.ce-monthly-data .ce-detail-main {
    font-size: 26px;
    color: #3A7D44;
    white-space: nowrap;
}

.ce-deal-card .ce-features-box {
    font-size: 14px;
    flex: 1;
    padding-left: 15px;
}

.ce-deal-card .ce-features-box .ce-general-features ul,
.ce-deal-card .ce-features-box .ce-gift-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ce-deal-card .ce-features-box .ce-general-features ul li,
.ce-deal-card .ce-features-box .ce-gift-features ul li {
    position: relative;
    padding-left: 23px;
    margin-top: 3px;
}

.ce-deal-card .ce-features-box .ce-general-features ul li.ce-esim-feature {
    margin-top: 6px;
    margin-bottom: 6px;
}

.ce-deal-card .ce-features-box .ce-general-features ul li .bi,
.ce-deal-card .ce-features-box .ce-gift-features ul li .bi {
    position: absolute;
    top: 3px;
    left: 0;
    color: #3A7D44;
}

.ce-deal-card .ce-features-box .ce-gift-features {
    margin-top: 15px;
}

.ce-deal-card .ce-vendor-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ce-deal-card .ce-vendor-details .ce-vendor-image {
	width: auto;
	height: auto;
    max-width: 150px;
	max-height: 40px;
	object-fit: contain;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.ce-deal-card .ce-vendor-details .ce-deal-vendor-link {
    display: inline-block;
    /*width: 160px;*/
    background-color: #ff9b00;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 22px;
    text-align: center;
    border-radius: 7px;
}

.ce-deal-card .ce-more-details-container {
    padding: 30px 50px;
}

.ce-deal-card .ce-more-details-container .ce-more-details-inner {
    display: flex;
}

.ce-deal-card .ce-more-details-container .ce-more-details-block {
    flex: 1;
}

.ce-deal-card .ce-more-details-container .ce-cost-breakdown {
    max-width: 300px;
    margin-right: 25px;
}

.ce-more-details-block h3 {
    font-size: 16px;
    color: #3A7D44;
    font-weight: bold;
    margin-bottom: 10px;
}

.ce-deal-extras ul {
    list-style: none;
    margin: 0;
    padding: 20px;
    border: 1px solid black;
    border-radius: 7px;
}

.ce-deal-extras ul li i.bi {
    margin-right: 10px;
}

.ce-deal-network-url {
    margin-top: 24px;
}

.ce-deal-network-url ul {
    list-style: none;
    margin: 0;
    padding: 20px;
    border: 1px solid black;
    border-radius: 7px;
}

.ce-deal-network-url ul li a {
    text-decoration: none;
}

ul.ce-table {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #3A7D44;
    color: white;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
}

ul.ce-table li {
    padding: 10px 20px;
    padding-bottom: 0px;
}

ul.ce-table li div.ce-table-row {
    display: flex;
    justify-content: space-between;
}

ul.ce-table li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: white;
    display: block;
    margin-top: 10px;
}

.ce-deal-card .ce-more-details-button {
    display: block;
    background-color: #69B578;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;
    overflow: hidden;
    font-size: 15px;
    width: 100%;
}

.ce-deal-card .ce-custom-message {
    text-align: center;
    color: #a7a7a7;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 0 20px;
}

@media screen and (max-width: 1200px) {
    .ce-deal-card .ce-network-box .ce-network-image {
		max-width: 50px;
		max-height: 40px;
		width: auto;
		height: auto;
    }

    .ce-deal-card .ce-image-box .ce-product-image {
        width: 80px;
    }

    .ce-deal-card .ce-image-box .ce-main-desc {
        font-size: 14px;
    }

    .ce-deal-card .ce-network-box {
        font-size: 12px;
    }

    .ce-cost-detail.ce-monthly-data .ce-detail-main {
        font-size: 20px;
    }

    .ce-deal-card .ce-vendor-details .ce-vendor-image {
        max-width: 80px;
		max-height: 36px;
    }

    .ce-deal-card .ce-vendor-details .ce-deal-vendor-link {
        font-size: 14px;
    }
}

i.bi {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-size: 100%;
}

i.bi.bi-chat {
    background-image: url("../icons/chat.svg");
}

i.bi.bi-filter {
    background-image: url("../icons/filter.svg");
}

i.bi.bi-coin {
    background-image: url("../icons/coin.svg");
}

i.bi.bi-telephone {
    background-image: url("../icons/telephone.svg");
}

i.bi.bi-card-sim {
    background-image: url("../icons/card-sim.svg");
}

i.bi.bi-gift {
    background-image: url("../icons/gift.svg");
}

i.bi.bi-percent {
    background-image: url("../icons/percent.svg");
}

@media screen and (max-width:768px) {
    .ce-deal-card .ce-deal-card-data {
        flex-direction: column;
        align-items: flex-start;
    }

    .ce-deal-card .ce-main-details {
        flex: auto;
        max-width: 100%;
        padding: 0;
        padding-bottom: 20px;
        width: 270px;
        margin: auto;
        border-bottom: 1px solid #e9e9e9;
        margin-bottom: 15px;
    }

    .ce-deal-card .ce-features-box {
        width: 270px;
        max-width: 100%;
        flex: auto;
        margin: auto;
        padding: 0 30px;
        padding-bottom: 20px;
    }

    .ce-deal-card .ce-package-data {
        width: 270px;
        max-width: 100%;
        flex: auto;
        margin: auto;
        padding: 0;
        padding-bottom: 20px;
        display: block;
        text-align: center;
    }

    .ce-deal-card .ce-cost-detail.ce-monthly-data {
        margin-bottom: 10px;
    }

    .ce-deal-card .ce-vendor-details {
        margin: auto;
    }

    .ce-deal-card .ce-more-details-container .ce-more-details-inner {
        flex-direction: column;
    }

    .ce-deal-card .ce-more-details-container .ce-cost-breakdown {
        max-width: none;
        width: 100%;
        margin-bottom: 25px;
    }
}
