.csp-step-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

/*.csp-step-left {
  flex: 2;
  min-width: 300px;
}*/
.csp-step-left span.wps_sfw_interval {
    display:none;
}

.csp-step-right {
  flex: 1;
  min-width: 260px;
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 110px;
  height: fit-content;
}

.csp-summary-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.csp-summary-box ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.csp-summary-box li {
  margin-bottom: 8px;
  font-size: 15px;
}

.csp-step-left form button,
.csp-step-left form a {
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  font-size: 15px;
}

.csp-step-left form button {
  background: #0073aa;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.csp-step-left form button:hover {
  background: #005177;
}

.csp-step-left form a {
  margin-right: 10px;
  color: #0073aa;
}

.csp-step-left form a:hover {
  text-decoration: underline;
}

/*.csp-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}*/

.csp-card {
  background: #fff;
  /*border: 1px solid #e5710a;*/
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  cursor: pointer;
}
/* Hide native radio */
.csp-card input[type="radio"] {
  display: none;
}
 
/* Style the entire label as clickable */
.csp-card label.radio-box {
  display: flex;
  align-items: center !important;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: relative;
}
 
/* Add custom radio circle */
.csp-card label.radio-box::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  margin-right: 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  position: absolute;
  left: 20px;
	top:0;
	bottom:0;
	margin:auto;
}

/* Add filled dot when selected */
.csp-card:has(input[type="radio"]:checked) label.radio-box::before {
  background-color: #e5710a; /* custom selected color */
  border-color: #ccc;
}
 
/* Change card background when selected */
.csp-card:has(input[type="radio"]:checked) {
  background-color: #fff;
  border-color: #e5710a;
  border-color: #000;
}
.csp-card:has(input[type="radio"]:checked) label.radio-box{
  border-color:#e5710a;
}
.csp-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.csp-card label.radio-box{
  display: block;
  padding: 15px;
  height: 100%;
}

.csp-card input[type="radio"],
.csp-card input[type="checkbox"] {
  margin-right: 10px;
}

/* checkbox*/

.csp-card {
  background: #fff;
  /*border: 1px solid #e5710a;*/
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  cursor: pointer;
}
/* Hide native radio */
.csp-card input[type="checkbox"] {
  display: none;
}
 
/* Style the entire label as clickable */
.csp-card label.checkbox-box {
  display: flex;
  align-items: center !important;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: relative;
}
 
/* Add custom radio circle */
.csp-card label.checkbox-box::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 20%;
    margin-right: 10px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.csp-card:has(input[type="checkbox"]:checked) label.checkbox-box::after {
    content: "✓";
    position: absolute;
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    color: #ff5925;
    font-size: 15px;
    left: 24px;
    top: 7px;
    bottom: 0;
    margin: auto;
}
/* Add filled dot when selected */
.csp-card:has(input[type="checkbox"]:checked) label.checkbox-box::before {
    background-color: #fff;
    border-color: #e5710a;
}
 
/* Change card background when selected */
.csp-card:has(input[type="checkbox"]:checked) {
  background-color: #fff;
  border-color: #e5710a;
  border-color: #000;
}
.csp-card:has(input[type="checkbox"]:checked) label.checkbox-box{
  border-color:#e5710a;
}
.csp-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.csp-card label.checkbox-box{
  display: block;
  padding: 15px;
  height: 100%;
}


.free-label {
	color: green;
	font-weight: bold;
}

.csp-step-container {
    margin: 0;
}

.csp-step-container h2 {
    width: 100%;
    margin: 0;
    line-height: normal;
    font-family: "Thicccboi", Sans-serif;
    font-weight: 600;
    color: #000000;
	font-size: 28px;
}

.csp-step-left {
    width: 65%;
}
.csp-step-container .csp-step-left .csp-card {
    margin: 0 0 15px;
}

.csp-step-container .csp-step-left .csp-card label {
    display: flex;
    align-items: flex-start;
    padding: 20px;
}

.csp-step-container .csp-step-left .csp-card label input[type="radio"] {
    margin: 0 12px 0 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: relative;
}

.csp-step-container .csp-step-left .csp-card label .package-title-des {
    font-size: 22px;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-left:40px;
}

.csp-step-container .csp-step-left .csp-card label .package-title-des small p {
    margin: 8px 0 0;
    font-size: 18px;
    width: 100%;
}

.csp-step-container .csp-step-left .csp-card label .package-title-des span.woocommerce-Price-amount.amount {
    font-size: 22px;
    font-weight: bold;
}

.csp-step-container .csp-step-left .csp-card label .package-title-des strong {
	font-weight: 500;
}

.csp-step-container .csp-step-left .csp-card label .package-title-des small {
    width: 100%;
}
.csp-step-container .csp-step-left button {
    font-weight: 400;
    background-color: #e5710a;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 1.53px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px 15px 20px;
	transition:0.5s all;
}

.csp-step-container .csp-step-left button:hover {
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.csp-step-container {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
}
.csp-step-container .csp-step-left a {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 1.53px;
    fill: #000;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px 15px 20px;
    transition:0.5s all;
}

.csp-step-container .csp-step-left a:hover {
    background: #e5710a;
    color: #fff;
    fill: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-decoration:none;
}
.csp-card-content strong {
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    font-family: "Thicccboi", Sans-serif;
    line-height: normal;
	margin: 0 0 5px;
    display: block;
}

.csp-card-content span {
    display: block;
    width: 100%;
}

span.free-label {
    color: #e5710a;
}
.csp-step-right .csp-summary-box h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: normal;
    font-family: "Thicccboi", Sans-serif;
    font-weight: 600;
    color: #000000;
}

.csp-step-right .csp-summary-box ul li {
    font-size: 20px;
    color: #000;
}

.csp-step-right .csp-summary-box ul {
    margin: 0 0 0 40px;
    padding: 0 0 0;
}

.csp-step-right .csp-summary-box ul li::marker {
    color: #e5710a;
}
.csp-step-container .csp-step-left .csp-card label input[type="checkbox"] {
    width: 50px;
    height: 50px;
}
.csp-card-content span bdi span {width: auto;}

.csp-card-content span bdi {
    display: flex;
    justify-content: flex-start;
}
.page-id-1156 main#content, .page-id-1157 main#content, .page-id-1158 main#content, .page-id-1159 main#content, .page-id-1160 main#content, .page-id-1164 main#content, .page-id-1165 main#content{
    max-width: 1320px;
    margin: 80px auto 80px;
	padding:0 15px;
}
.page-id-1156 main#content .page-header, .page-id-1157 main#content .page-header, .page-id-1158 main#content .page-header, .page-id-1159 main#content .page-header, .page-id-1160 main#content .page-header, .page-id-1164 main#content .page-header, .page-id-1165 main#content .page-header{
    margin: 0 0 40px;
    text-align: center;
}

.page-id-1156 main#content .page-header h1, .page-id-1157 main#content .page-header h1, .page-id-1158 main#content .page-header h1, .page-id-1159 main#content .page-header h1, .page-id-1160 main#content .page-header h1, .page-id-1164 main#content .page-header h1, .page-id-1165 main#content .page-header h1{
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-family: "Thicccboi", Sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 32px;
    line-height: normal;
}

.woocommerce-account .page-content {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 10px 30px 10px;
    border-radius: 30px 30px 30px 30px;
}

.woocommerce-account .page-content ul li::marker {
    color: #e5710a;
}

.woocommerce-account .page-content ul li a {
	color: #e5710a;
	transition: 0.5s all;
	text-decoration: none;
}

.woocommerce-account .page-content ul li a:hover {
    color: #000;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 30%;
    float: none;
    padding: 20px;
}

.woocommerce-account .page-content .woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
    padding: 20px;
	float:none;
}

.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content a {
    color: #e5710a;
    text-decoration: none;
    transition: 0.5s all;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content a:hover {
    color: #000;
}
.woocommerce-account .page-content .woocommerce h2 {
    width: 100%;
    text-align: center;
}
.woocommerce-account .page-content .woocommerce form.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a {
    color: #e5710a;
    transition: 0.5s all;
    text-decoration: none;
}

.woocommerce-account .page-content .woocommerce form.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a:hover {
    color: #000;
}
.woocommerce-account .page-content .woocommerce form.woocommerce-form.woocommerce-form-login.login {
    width: 60%;
    margin: 0 auto;
}
.woocommerce-account .page-content .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background-color: #e5710a;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 1.53px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 20px 9px 20px;
}

.woocommerce-account .page-content .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.woocommerce-account .page-content .woocommerce-notices-wrapper ul {
    width: 100%;
}

.woocommerce-account .page-content .woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-account .page-content .woocommerce-notices-wrapper ul.woocommerce-error {
    color: red;
    border-top-color: #f85d00;
}

.woocommerce-notices-wrapper ul.woocommerce-error::before {
    color: #f85d00;
}
form.woocommerce-EditAccountForm.edit-account p  button.woocommerce-Button.button {
    background-color: #e5710a;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 1.53px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px 15px 20px;
    margin: 20px 0 0;
}

form.woocommerce-EditAccountForm.edit-account p button.woocommerce-Button.button:hover {
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.channel-sec .csp-card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.channel-sec .csp-card-grid .csp-card {
    width: 31%;
	margin-bottom:0;
}
.csp-button-row {
    margin: 20px 0 0;
}
.more-channel-sec .csp-card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.more-channel-sec .csp-card-grid .csp-card {
    width: 48%;
}

.more-channel-sec .csp-card-grid .csp-card label {
    justify-content: left;
    align-items: center;
}
.insta-addon-sec .csp-card-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.insta-addon-sec .csp-card-grid .csp-card {
    width: 30%;
    margin: 0;
}

.insta-addon-sec .insta-addon-box {
    margin: 0 0 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

.optional-addon-sec .csp-card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.optional-addon-sec .csp-card-grid .csp-card {
    width: 30%;
	 margin: 0;
}

.csp-step-container.optional-addon-sec .csp-card-grid label {
    justify-content: left;
}
.csp-card-content {
    padding-left: 40px;
}
.optional-addon-box {
    margin: 0 0 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}
.page-id-1160 .page-content  {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
}

.page-id-1160 .page-content h2 {
    width: 100%;
    margin: 0;
    line-height: normal;
    font-family: "Thicccboi", Sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 28px;
}


.csp-summary-wrap.final-sum-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0 0;
}

.csp-summary-wrap.final-sum-sec .summery-box {
    width: 49%;
    border: 1px solid #e5710a;
    border-radius:10px;
    padding: 15px;
}

.csp-summary-wrap.final-sum-sec .summery-box h3 {
    margin: 0;
}

.csp-summary-wrap.final-sum-sec .summery-box ul {
    margin: 10px 0 0 20px;
    padding: 0;
}

.csp-summary-wrap.final-sum-sec .summery-box ul li {
    margin: 0 0 3px;
    font-size: 18px;
}

.csp-summary-wrap.final-sum-sec .summery-box ul li span {
    color: #e5710a !important;
    font-size: 20px;
}
.page-id-1160 .page-content  {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
}

.page-id-1160 .page-content h2 {
    width: 100%;
    margin: 0;
    line-height: normal;
    font-family: "Thicccboi", Sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 24px;
}
.wc-block-components-order-summary-item h3 {
    font-size: 24px;
}

.wc-block-components-checkbox label a {
    color: #e5710a;
    transition: 0.5s all;
}

.wc-block-components-checkbox label a:hover {
    color: #000;
}
.csp-summary-wrap.final-sum-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0 0;
}

.csp-summary-wrap.final-sum-sec .summery-box {
    width: 49%;
    border: 1px solid #e5710a;
    border-radius:10px;
    padding: 15px;
}

.csp-summary-wrap.final-sum-sec .summery-box ul {
    margin: 10px 0 0 20px;
    padding: 0;
}

.csp-summary-wrap.final-sum-sec .summery-box ul li {
    margin: 0 0 3px;
    font-size: 18px;
}

.csp-summary-wrap.final-sum-sec .summery-box ul li span {
    color: #e5710a !important;
    font-size: 20px;
}

.csp-button-row a {
    font-weight: 400;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 1.53px;
    fill: #000;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px 15px 20px;
    transition: 0.5s all;
}
.csp-button-row a:hover{
    background: #e5710a;
    color: #fff;
    fill: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.csp-button-row form button.csp-checkout-button {
    font-weight: 400;
    background-color:#e5710a;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 1.53px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px 15px 20px;
    transition: 0.5s all;
}

.csp-button-row form button.csp-checkout-button:hover {
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
    display: none;
}

.wp-block-woocommerce-checkout .wc-block-checkout__actions_row a {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 1.53px;
    fill: #000;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px 15px 40px;
    transition: 0.5s all;
}
.wp-block-woocommerce-checkout .wc-block-checkout__actions_row a:hover{
    background: #000;
    color: #fff;
    fill: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.wp-block-woocommerce-checkout .wc-block-checkout__actions_row button{
    
    font-weight: 400;
    background-color: #e5710a;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 1.53px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px 15px 20px;
    transition: 0.5s all;
}
.wp-block-woocommerce-checkout .wc-block-checkout__actions_row button:hover{
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.wp-block-woocommerce-checkout .wc-block-checkout__actions_row a svg {
    left: 9px;
}
.wc-block-components-sidebar-layout.wc-block-checkout {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
}
.final-summery-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.final-summery-bottom h4 {
    margin: 0;
}

.final-summery-bottom .csp-button-row {
    margin: 0;
}
.package-top {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper .wc-block-components-order-summary-item {border-bottom: 1px solid #e5e5e5;margin: 0 0 15px;padding: 0 0 10px;}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper .wc-block-components-order-summary-item:last-child {
    border-bottom: 0;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper .wc-block-components-order-summary-item__description {
    padding: 0;
}


.csp-standalone-packages-grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.csp-package-card {
    border: 1px solid #e5710a;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
}

.csp-package-options {
    margin: 15px 0;
}

.csp-package-options label {
    display: block;
    margin-bottom: 10px;
}

.csp-package-submit {
    margin-top: auto;
}

.csp-package-submit button {
    padding: 10px 16px;
    background: #e5710a;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}

.csp-standalone-packages-grid h3 {
    color: #000;
    font-size: 28px;
}

.csp-standalone-packages-grid p {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}

.csp-standalone-packages-grid p strong {
    font-family: "Thicccboi", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.csp-package-submit button {
    background-color: #e5710a;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 1.53px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px 15px 20px;
	width:auto;
}
.csp-package-submit button:hover{
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}


.csp-radio-label {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.csp-radio-label input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.csp-radio-custom {
    width: 14px;
    height: 14px;
    border: 2px solid #999;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
}

.csp-radio-label input[type="radio"]:checked + .csp-radio-custom {
    background-color: #e5710a; /* Orange fill */
    border-color: #999;
}

.csp-radio-text {
    font-size: 15px;
    color: #333;
}
.csp-radio-label span.csp-radio-text{
    color: #000;
}

div#payment .woocommerce-terms-and-conditions-wrapper a {
    color: #e5710a;
    transition: 0.5s all;
}

div#payment .woocommerce-terms-and-conditions-wrapper a:hover {
    color: #000;
}

div#payment button#place_order {background-color: #e5710a;font-family: "Roboto", Sans-serif;font-size: 14px;font-weight: 400;text-transform: uppercase;font-style: normal;text-decoration: none;line-height: 1.3em;letter-spacing: 1.53px;fill: #FFFFFF;color: #FFFFFF;border-style: none;border-radius: 10px 10px 10px 10px;padding: 15px 20px 15px 20px;}

div#payment button#place_order:hover { 
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.page-id-1164 .form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-id-1164 .form-row .woocommerce-terms-and-conditions-wrapper {
    width: 75%;
}

.page-id-1164 .form-row button {
    width: 20%;
}

/*Responsive*/
@media (max-width:1366px){
	.csp-standalone-packages-grid {
    gap: 20px;
}
}

@media (max-width:1024px){
.csp-package-card {
    width: 48%;
}	
 .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 40%;
}
	 .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content {
    width: 60%;
}
.more-channel-sec .csp-card-grid .csp-card {
    width: 100%;
}
.insta-addon-sec .csp-card-grid .csp-card {
    width: 100%;
    margin: 0;
}
.channel-sec .csp-card-grid .csp-card {
    width: 100%;
    margin-bottom: 0;
}
.optional-addon-sec .csp-card-grid .csp-card {
    width: 100%;
}
.csp-summary-wrap.final-sum-sec .summery-box {
    width: 100%;
}
.page-id-1156 main#content, .page-id-1157 main#content, .page-id-1158 main#content, .page-id-1159 main#content, .page-id-1160 main#content, .page-id-1164 main#content {
    max-width: 1320px;
    margin: 50px auto 60px;
}
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input{
	flex: 1 0 calc(100% - 12px);
	}
.page-id-1156 main#content .page-header, .page-id-1157 main#content .page-header, .page-id-1158 main#content .page-header, .page-id-1159 main#content .page-header, .page-id-1160 main#content .page-header, .page-id-1164 main#content .page-header {
    margin: 0 0 20px;
}
.csp-step-container h2 {
    font-size: 24px;
}
.csp-step-container .csp-step-left .csp-card label .package-title-des {
    font-size: 20px;
}
.csp-step-container .csp-step-left .csp-card label .package-title-des span.woocommerce-Price-amount.amount {
    font-size: 18px;
}
.insta-addon-sec .insta-addon-box {
    margin: 0 0 20px;
    padding-bottom: 20px;
}
.optional-addon-box {
    margin: 0 0 20px;
    padding-bottom: 20px;
}
}
@media (max-width:767px){
.page-id-1164 .form-row .woocommerce-terms-and-conditions-wrapper {
    width: 100%;
}
.csp-package-card {
    width: 100%;
}
    .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}
    .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
}
.woocommerce-account .page-content .woocommerce form.woocommerce-form.woocommerce-form-login.login {
    width: 100%;
    margin: 0 auto;
}

.csp-step-container .csp-step-left .csp-card label .package-title-des small p {
    font-size: 16px;
}

	.final-summery-bottom .csp-button-row a.csp-prev-link {
    display: inline-block;
    text-decoration: none;
    padding: 14px;
    font-size:12px;
}

.final-summery-bottom .csp-button-row form {
    margin: 15px 0 20px !important;
    display: inline-block;
}

.final-summery-bottom .csp-button-row form button {
    padding: 14px;
    font-size:12px;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper .wc-block-components-order-summary-item__description h3.wc-block-components-product-name {
    margin: 0;
    font-size: 18px;
}
.csp-step-left {
    width: 100%;
}
}
