/*************popup starts***************/

.cart-container {
            width: 50px;
            height: 50px;
            background: #ffffff;
            border-radius: 12px;
            display: flex;
            justify-content: center;
            margin-left:15px;
            align-items: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            flex-shrink: 0;
        }
#fsc-embedded-checkout-container
{
	margin-top:-126px;
	z-index:9;
}
.play-button {
    display: block;
	position:absolute;
	align-items: center;
    bottom: 3px;
    right: 3px;
    background: linear-gradient(135deg, #8056D8, #AF4AFF);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 13px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.play-button:hover {
    background: linear-gradient(135deg, #6f4cc3, #9b3ed0); /* Slightly darker hover color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Keep consistent shadow size */
}

.play-button:active {
    background: linear-gradient(135deg, #6944c3, #8a35c8); /* Even darker for active state */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); /* Slightly darker shadow for active state */
}

.play-button i {
    font-size: 1rem; /* Adjust icon size */
}




.modal-content
{
	border-radius: 20px;
}
.strike-diagonal-price {
  position: relative;
  
}

.strike-diagonal-price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 2px solid;
  border-color: red;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-155deg);
}

.card-body
{
	overflow:  hidden;
}

.ordersummary .d-flex {
    flex-wrap: wrap;
}


.modal-dialog-main {
    position: relative;
    /* top: 50%; */
    
    left: 0;
    /* transform: translate(-50%, -50%); */
    margin: auto;
    right: 0;
    height: auto;
    padding: 20px 0;

    display: flex;
    align-items: center;
    min-height: 100%;
}

@media (max-width: 497px) {
    .addon-image {
      
        display:none !important;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
      
        margin: 1.75rem auto;
    }
}
@media (max-width: 610px) {
    .modal-header ul {
        display: none !important;
    }
}

.modal-dialog.modal-xl {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    height: auto;
    box-shadow:0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	width: 100%;
	max-width:1000px;
	pointer-events: unset;
}
.modal-dialog.modal-xl {
    pointer-events: all;
}

h5.modal-title {
    float: left;
    width: 35%;
    font-size: 24px;
    color: #fff;
    padding: 7px 0 0 15px;
    font-weight: 500;
}
.modal-header ul {
    float: right;
    width: 530px;
    position: relative;
    flex-shrink: 0;
}
.modal-header ul::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 140px;
    width: 168px; /* Adjusted to align the line with the arrow outline */
    height: 1px;
    border: 1px solid #fff; /* Outline color for the arrow */
  
  }
  
  .modal-header ul::after {
    content: "";
    position: absolute;
    top: 16px; /* Align the arrow with the line */
    left: 300px;
    width: 10px;
    height: 10px;
    border: 3px solid #fff; /* Outline color for the arrow */
    border-right: none;
    border-top: none;
    transform: rotate(225deg); /* Rotate to form an arrow */
  }


.modal-header {
    background: -webkit-linear-gradient( 0deg, #7F56D9 0%, #926FE2 100%);
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
	
	border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}
.modal-header li {
    float: left;
    text-align: center;
    width: 225px;
    position: relative;
    z-index: 1;
}
.modal-header li span {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.modal-header li span h3 {
    border: 1px solid #fff;  
    border-radius: 12px;
    color: #1F1F1F;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 11px !important;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    background: #ffffff;
}
.modal-header li span h4 {
    font-weight: 400;
	font-size:14px;
    margin-top:5px;
}

 .btn-close {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            width: 40px;
            height: 40px;
            border: none;
            cursor: pointer;
            outline: none;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem; /* Adjust font size as needed */
            color: #000; /* Adjust the color as needed */
            line-height: 1;
            font-weight: bold;
        }

        .btn-close::before {
            content: "×"; /* Unicode for multiplication sign, looks like an X */
            font-size: 1.5rem; /* Adjust as needed */
            color: #FFFFFF; /* Set the color of the X */
        }

 h6.card-title {
    font-size: 18px;
    color: #848383;
    font-weight: 600;
}

.card {
    border-radius: 16px;
    box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
}

.col-sm-7.popup-left {
    width: 64%;
    display: inline-block;
    vertical-align: top;
}.selected_plan_list h3 {
    color: #848383;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
}
.selected_plan_list h3 span {
    float: left;
}
.selected_plan_list h3 strong {
    float: right;
    font-weight: 700;
}

.selected_plan_list .add_to_order {
    color: #1F1F1F;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-weight: 900;
    font-size: 15px;
    border-top: 1px solid #E0E0E0;
    margin: 10px 0;
    padding: 10px 0;
	padding-bottom:0px;
}

 .selected_plan_list h4 {
    color: #848383;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    border-top: 1px solid #E0E0E0;
    margin: 10px 0;
    padding: 10px 0;
	padding-bottom:0px;
}
.selected_plan_list h4 span {
    float: left;
}
.selected_plan_list h4 strong {
    float: right;
    font-weight: 700;
}
.selected_plan_list a {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: linear-gradient(130.37deg, #FFF496 42.49%, #FFAE00 94.34%);
    box-shadow: 0px 4px 4px rgba(162, 158, 169, 0.24);
    border-radius: 50px;
    color: #130F26;
    font-size: 17px;
    padding: 8px 10px;
    font-weight: 800;
}
.selected_plan_list a:hover
{
	background:#FFAE00;
}
.selected_plan_list
{
	width:100%;
}
.modal-dialog-main .modal-content {
    border: none;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #ffffff;
  border: 0;
 
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}


.modal-header .active-full h3 {
    background: #FFF496 !important;
    color: #333;
    border-color: #FFF496 !important;
}
.modal-header .active-full h4 {
    color: #FFF496;
}
.modal-header .active-lite h3 {
    color: #FFF496;
    border-color: #FFF496 !important;
}

.strike
{
	text-decoration: line-through;
	font-size:13px;
}
.loader {
 margin: auto;
	width: 148px;
	height: 148px;
	border-radius: 50%;
	position: relative;
	animation: rotate 1s linear infinite
  }
  .loader::before , .loader::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border: 5px solid #A83475;
	animation: prixClipFix 2s linear infinite ;
  }
  .loader::after{
	border-color: #FFBF00;
	animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;
	inset: 6px;
  }

  @keyframes rotate {
	0%   {transform: rotate(0deg)}
	100%   {transform: rotate(360deg)}
  }

  @keyframes prixClipFix {
	  0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
	  25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
	  50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
	  75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
	  100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
  }
  
  .form-check-label
  {
	  cursor:pointer ;
  }
  .pay-btn {
	  
	  
  
 

    border-top: 1px solid #E0E0E0;
    margin: 10px 0;
    padding: 10px 0;
	padding-bottom:0px;
	
	
    width: 100%;
    text-align: center;
    display: inline-block;
    background: linear-gradient(130.37deg, #FFF496 42.49%, #FFAE00 94.34%);
    box-shadow: 0px 4px 4px rgba(162, 158, 169, 0.24);
    border-radius: 15px;
    color: #130F26;
    font-size: 15px;
    padding: 13px 10px;
	cursor:pointer;
    font-weight: 600;
    border: magenta;
}
.pay-btn:hover {
    background: #FFAE00;
}


 .offer-timer {
            display: block;
            padding: 8px 16px;
            background: #ffffff;
            border-radius: 12px;
            border: 1px solid transparent;
            background-image: linear-gradient(#ffffff, #ffffff),
            linear-gradient(135deg, #b2a8ff, #d6b4ff);
            background-origin: border-box;
            background-clip: padding-box, border-box;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
            font-size: 1rem;
            color: #848383;
			margin: 0 auto;
			width:235px;
			margin-bottom:15px;
			
        }

        .offer-timer span {
            font-weight: bold;
            background: linear-gradient(135deg, #8056D8, #AF4AFF);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
.addon-card {
	position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.addon-card:hover {
    border-color: #8056D8;
    box-shadow: 0 4px 20px rgba(128, 86, 216, 0.15);
    /*transform: translateY(-2px);*/
}

.addon-card.checked {
    border-color: #8056D8;
    background-color: #f8f9ff;
    box-shadow: 0 4px 20px rgba(128, 86, 216, 0.15);
}

.addon-header {
    display: flex;
    align-items: center;
    margin: -15px -15px 15px -15px;
    gap: 10px;
    background: #F9F5FF;
    padding: 10px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #E9ECEF;
}

.checkbox {
    margin-right: 7px;
    margin-top: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.checkbox input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    border: 2px solid #E0E0E0;
    outline: none;
    transition: all 0.2s ease;
}

.checkbox input[type="checkbox"]:checked {
    background-color: #8056D8;
    border-color: #8056D8;
}

.checkbox input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.addon-title {
    color: #7F56D9;
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0;
    flex-grow: 1;
    line-height: 1.2;
}

.price-label {
    margin-left: auto;
    background: #FFF;
    color: #848383;
    padding: 5px 10px;
    border-radius: 12px;
    font-weight: 700;
    border: 1px solid #d0d0d0;
    font-size: 1rem;
}
.price-label2 {
    margin-left: auto;
    background: #FFF;
    color: #848383;
    padding: 5px 10px;
    border-radius: 12px;
    font-weight: 700;
    border: 1px solid #d0d0d0;
    font-size: 1rem;
}

.addon-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.addon-image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);*/
    object-fit: cover;
    flex-shrink: 0;
}

.addon-details {
    flex-grow: 1;
    display: flex;
   /* align-items: center;*/
    min-height: 80px;
}

.addon-description {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #848383;
	justify-content: space-between;
	
}

.addon-description strong {
    font-weight: bold;
}

/*************popup ends***************/


