/*--------------------------------------------------------------
#BundleOffers Section
--------------------------------------------------------------*/ 

#BundleOffers {
	padding: 50px 0;
}
.BundleOffers-section {
	width: 100%;
	z-index: 0;
	padding:50px 0 0 0;
	background-position:top center;
	background-size: 100%;
	background: linear-gradient(180deg, rgb(255 255 255) 0, rgb(255 255 255 / 0%) 100%), linear-gradient(270deg, rgb(94 175 12 / 20%) 0, rgb(0 130 237 / 20%) 51.26%, rgb(94 175 12 / 20%) 100%);
}
.BundleOffers-section .container {
	position: relative;
}
.BundleOffers-section h1 {
	margin: 0;
	font-size:40px;
	font-weight:600;
	margin-bottom:15px;
}
#BundleOffers-Navigation .nav-tabs {
	border:none;
}
#BundleOffers-Navigation .nav-tabs .nav-link {
	padding:20px;
	margin: 0;
	color: rgb(13 18 22);
	border: 0;
	border-radius: 0;
	font-size: 18px;
}
#BundleOffers-Navigation .nav-tabs .nav-link.active {
	border-bottom:solid 2px #0d6efd !important;
	font-weight: bold;
	background: none;
}
.product_warapper {
	background: #fff;
	padding: 50px;
	box-shadow: 0 0 20px #5eaf0c57;
	max-width: 563px;
	width: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	border: 2px dashed #5eaf0c;
}
/*.product_warapper {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 5px #ccccccc2;
    max-width: 563px;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 2px dashed #ccc;
}
.product_warapper {
    background: #fff;
    padding:50px;
    box-shadow: 0 0 10px #ccc;
    max-width: 563px;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
*/

 
.product_warapper .gradient_box {
	white-space: nowrap;
	font-size: 20px;
	font-weight: 600;
	display: block;
	background: linear-gradient(90deg, #f4df50 0%, #f9a500 100%);
	position: absolute;
	width: 100%;
	max-width: 174px;
	padding:5px;
	text-align: center;
	right: -35px;
	top: 25px;
	transform: rotate(42deg);
}
.product_warapper .text_wrapper {
	padding-left:30px;
	text-align:center;
}
.product_warapper .save {
	font-size:18px;
	font-weight: 600;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.text_wrapper .cross_p {
	display: inline-block;
	overflow: hidden;
	margin:0 0 0 5px;
	font-size: 22px;
	position: relative;
	color:#ea0000;
	font-weight: normal;
}
.text_wrapper .cross_p:before {
	width: 100%;
	height: 2px;
	background: #ea0000;
	position: absolute;
	left: 0;
	top: 5px;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
}
.text_wrapper .text-red {
	color: #0d6efd;
}
.text_wrapper .offer_price {
	font-size: 50px;
	display: block;
	font-weight: 700;
}
.text_wrapper sup {
	top: 0;
}

#BundleOffers .ydt_button_2023.black {
    color: #ffffff;
    background: #3f4549;
}

#BundleOffers .ydt_button_2023.blue {
	color: #ffffff;
	background: #0082ed;
}
#BundleOffers .ydt_button_2023 {
	box-sizing: border-box;
	height: 60px;
	line-height: 27px;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 10px 0 rgb(0 0 0 / 26%) !important;
	cursor: pointer;
	margin:15px 0;
}

#BundleOffers ul {
	margin:0;
	padding:0;
}
#BundleOffers ul li {
	list-style: none;
	padding: 6px 0 6px 23px;
	line-height: 22px;
	background: url(https://www.yodot.com/assets/images/bullet.svg);
	background-position: left 10px;
	background-repeat: no-repeat;
	background-size: 16px;
	margin-left: 0;
}
#BundleOffers .title h2 {
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 15px 0;
	border-bottom: #e0e0e0 1px solid;
	padding-bottom: 10px;
}
.middle-hd-small {
	font-size:20px;
	font-weight: 600;
	padding-bottom: 10px;
	margin:0;
}
#BundleOffers .section-subtitle {
	padding: 30px 0;
	margin-top:50px;
}
#BundleOffers .section-subtitle h2 {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin:0;
	padding:0;
}
 #BundleOffers .section-subtitle h2::before {
 content: "";
 width: 120px;
 height: 2px;
 display: inline-block;
 background: #0d6efd;
 margin: 4px 10px;
}
 #BundleOffers .section-subtitle h2::after {
 content: "";
 width: 120px;
 height: 2px;
 display: inline-block;
 background: #0d6efd;
 margin: 4px 10px;
}
/******************TwoColumnTable**********************/

/*.TwoColumnTable {
    table-layout: fixed;
	 width: 100%; 
} */

.RowBox {
	display:flex;
	padding:10px;
	    align-items: center;
    align-content: center;
}
.imageBox {
	padding:10px;
}

.imageBox img {width:80px; }

.TextBox {
	padding:10px;
}
.prices {
	font-size:22px;
}
.TwoColumnTable table {
	background: #fff;
	border-bottom: none;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border-spacing: 0;
	border:2px solid #e8e9ea;
}
.TwoColumnTable table th {
	padding: 10px;
	background: #EEE;
	font-weight: 600;
	text-align: left;
	border-bottom: 1px solid #EEE;
	font-size: 22px;
}
.TwoColumnTable table tfoot tr td {
	padding:20px 10px;
	font-weight:bold;
	border-bottom: 1px solid #EEE;
}
.TwoColumnTable table tfoot tr td:last-child {
/* background:#fff;*/
}
 .TwoColumnTable table tfoot tr td:nth-child(2) {
 text-align:right;
}
 .TwoColumnTable tr:nth-child(even) {
 background: #ffffff;
}
.TwoColumnTable table tr td {
	padding:0;
	border-bottom: 1px solid #EEE;
}
 .TwoColumnTable th:nth-child(1) {
 width:75%;
}
 .TwoColumnTable th:nth-child(2) {
 width:25%;
 text-align:center;
}
.TwoColumnTable tr td:last-child {
	text-align:center !important;
}
.TwoColumnTable tr td:last-child {
	background:#f5f5f5;
}
.TwoColumnTable table h3 {
	margin:0;
	font-size:22px;
}
.TwoColumnTable table p {
	margin:0;
}
.BoxscentergraySpecialBottom {
	background: #f3ffe7;
	border: solid 2px #e8e9ea;
	vertical-align: baseline;
	text-align: center;
	font-size: 11px;
	padding: 20px;
	border-top: none;
	margin:0;
}
.offer-price {
	font-size: 50px;
	display: block;
	font-weight: 700;
	margin:0 5px;
}
.Big-text {
	font-size: 25px !important;
	margin: 0 20px;
	display: flex;
	align-items: center;
}
.BoxAlign {
	text-align: right;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.dropdownbox {
	display:none;
}


#BundleOffers .tab-content { 
background:#fff;
border:solid 1px #dee2e6;
padding:30px 0;
}

#BundleOffers .nav-tabs {
	border:none;
}

#BundleOffers .nav-tabs .nav-link {
    padding:10px 30px;
    color:#0d1216;
    font-size: 18px;
}

#BundleOffers .nav-tabs .nav-link.active {
	font-weight: bold;
	
}


 @media (max-width: 768px) {
 #BundleOffers-Navigation {
display:none;
}
 #BundleOffers .title h2 {
text-align:center
}
 .Product_box {
text-align:center
}
 #BundleOffers {
 padding: 30px 0;
}
.dropdownbox {
 padding:0 30px 20px 30px;
 display: block;
}
 #BundleOffers .section-subtitle h2::before {
 width:50px;
}
 #BundleOffers .section-subtitle h2::after {
 width:50px;
}
 .BoxAlign {
 display: block;
 text-align:center;
}
 .Big-text {
 display: block;
}
 .offer-price {
 display: inline;
}
 .imageBox {
 display:none;
}
}
