/* General Styles */
.wpt-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.product-table {
    width: 100%;
    margin: 20px 0;
}

.accordion-item {
    border: 1px solid #188dec;
    background-color: #188dec;
    margin-bottom: 10px;
}
.accordion-item:hover {
    background-color: #188dec;
}

.accordion-header {
    background: #f8f8f8;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.accordion-button {
    background: none;
    border: none;
    font-size: 16px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.icon-box {
    width: 24px;
    height: 24px;
    background: #0073aa;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 3px;
}

.icon {
    font-size: 14px;
}

.accordion-content {
    display: none;
    padding: 15px;
    background: #f9f9f9;
}

.product-table {
    width: 100%;
    border-collapse: collapse;
}

.product-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

/*
.product-table img {
    max-width: 50px;
    height: auto;
}
*/
.product-table img {
    width: 68px !important;
    height: 68px !important;
    background-color: #fff;
    border-radius: 15px;
    padding: 8px;
}

.qty-input {
    width: 50px;
    text-align: center;
}

.subtotal {
    font-size: 18px;
    text-align: right;
    margin-top: 20px;
}
.product-table th {
    background: #2f4d67;
    border: 1px solid #FFFFFF; 
    border-top:none; 
    font-weight: normal; 
    padding: 12px 10px; 
    color: #FFFFFF; 
    font-size: 16px; 
    font-weight: bold; 
    text-align: center
}

.yellow-btn {
    background: #ff9900;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    padding: 12px 30px;
    font-size: 25px;
    font-weight: bold;
    float: right;
    margin-left: 20px;
}
.gray-btn {
    background: #bdbdbd;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    padding: 12px 30px;
    font-size: 25px;
    font-weight: bold;
    float: right;
}

.subtotal {
    border-bottom: 2px solid #b2b2b2;
    border-top: 2px solid #b2b2b2;
    margin: 20px 0;
    text-align: right;
    line-height: 35px;
    color: #2f4d67;
    font-size: 35px;
    text-transform: uppercase;
    padding: 20px 0;
}

.tab-content-data {
    padding: 30px 40px;
    margin-bottom: 30px;
}

.discount-highlight {
    background: #d4f5c1; 
    padding: 5px; 
    border-radius: 5px;
    display: inline-block;
}
.tab-header {
    list-style: none;
    display: flex;
    margin-bottom: 20px;
    padding: 0;
}
.tab-button {
    padding: 10px 20px;
    margin-right: 5px;
    cursor: pointer;
    background: #eee;
}
.tab-button.active {
    background: #333;
    color: #fff;
}
.tab-panel {
    display: none;
}
.tab-panel.active {
    display: block;
}


.pricing-text { background-color: #F4F5FC; padding-bottom: 80px; }

.inner-pricing .tab-header { background-color: #fff; border-radius:30px; margin-bottom: 40px; flex-wrap: wrap; justify-content: center; margin: 0 -5px; padding: 40px 40px 30px 40px; margin-bottom: 40px; }
.inner-pricing .tab-header-slider .slick-track { display: flex; align-items: center; }
.inner-pricing .tab-header-slider .tab-button span { background: #F4F4F4; color: #525252; font-size: 16px; text-align: center; border-radius: 100px; transition: all 0.4s ease-in-out;  font-family: "Manrope", sans-serif; margin-right: 10px; padding-left: 5px; padding-right: 5px; display: inline-block; width: 100%; padding: 10px 10px; }
.inner-pricing .tab-header-slider .tab-button.active span { background: #188DEC; color: #fff;  transition: all 0.4s ease-in-out; }
.inner-pricing .tab-header-slider .tab-button { padding: 0; background: transparent; width: 20%; padding: 0 5px; margin: 0 0 15px 0; }

.inner-pricing .tab-header-slider .slick-prev {  background: #E8E8E8; width: 43px; height: 43px; border-radius: 50%; z-index: 11; left: 20px; }
.inner-pricing .tab-header-slider .slick-prev:before { content: ""; position: absolute; left: 17px; z-index: 11; display: block; width: 10px; height: 10px; border-top: 2px solid #000; border-right: 2px solid #000; transform: rotate(225deg); opacity: 1; top: 17px; transition: all 0.5s ease-in-out; }

.inner-pricing .tab-header-slider .slick-next {  background: #E8E8E8; width: 43px; height: 43px; border-radius: 50%; z-index: 11;  right: 20px; }
.inner-pricing .tab-header-slider .slick-next:before { content: ""; position: absolute; right: 17px; z-index: 11; display: block; width: 10px; height: 10px; border-bottom: 2px solid #000; border-left: 2px solid #000; transform: rotate(225deg); opacity: 1; top: 17px;  transition: all 0.5s ease-in-out; }

.inner-pricing .tab-header-slider .tab-button:hover span { background: #188DEC; color: #fff; }
.inner-pricing .tab-header-slider .slick-list { margin: 0 70px; padding:15px 0px; padding-right: 100px !important; }
.tab-header-slider .slick-arrow { transition: all 0.5s ease-in-out; }
.tab-header-slider .slick-arrow:hover { background: #188DEC; }
.inner-pricing .tab-header-slider .slick-prev:hover:before { border-top: 2px solid #fff; border-right: 2px solid #fff; }
.inner-pricing .tab-header-slider .slick-next:hover:before { border-bottom: 2px solid #fff; border-left: 2px solid #fff; }
.inner-pricing .tab-content { background-color: #fff; border-radius: 30px; border: none; padding: 0px 20px 0px 20px; }
.inner-pricing .tab-content .product-table td > span { color: #252525; font-size: 13px; font-weight: 500; font-family: "Manrope", sans-serif; display: inline-block; margin-bottom: 10px; }
.inner-pricing .tab-content .product-table td h6 { color: #252525; font-size: 13px; font-weight: 500; font-family: "Manrope", sans-serif; display: inline-block; margin-bottom: 10px; }
.inner-pricing .tab-content .product-table td { border: none; padding: 15px; color: #101010; font-size: 16px; font-weight: 600; font-family: "Manrope", sans-serif; text-align: left; background-color: #F4F5FC; padding: 12px 12px; }
.inner-pricing .tab-content .product-table td:nth-child(2) { text-align: left !important; border-radius: 20px 0 0px 20px !important; padding-left: 15px;}
.inner-pricing .tab-content .product-table td:last-child { border-radius: 0px 20px 20px 0px !important; }
.inner-pricing .tab-content .product-table { border-spacing:0px 20px; border-collapse: separate; margin-top: 0; margin-bottom: 40px; }
/*.inner-pricing tbody tr { border-bottom: 20px solid #fff; }*/
.inner-pricing tbody { border-collapse: separate; }
.inner-pricing .tab-content .product-table td.discount { color: #101010; font-size: 16px;  font-family: "Manrope", sans-serif; font-weight: 600; }
.inner-pricing .tab-content .product-table td.total-price { color: #101010; font-size: 16px;  font-family: "Manrope", sans-serif; font-weight: 600; }
.product-sub-heading {display: flex;align-items: center; }

.inner-pricing .tab-content .product-table tbody tr td:first-child {
    width: 30%;
}
.inner-pricing .tab-content .product-table tbody tr td:nth-child(2) {
    width: 28%;
}
.inner-pricing .tab-content .product-table tbody tr td:nth-child(3) {
    width: 18%;
}
.inner-pricing .tab-content .product-table tbody tr td:nth-child(4) {
    width: 15%;
}
.inner-pricing .tab-content .product-table tbody tr td:nth-child(5) {
    width: 12%;
}
.inner-pricing .tab-content .product-table tbody tr td:nth-child(6) {
    width: 12%;
}
.inner-pricing .tab-content .product-table tbody tr td:nth-child(7) {
    width: 12%;
}
.inner-pricing .wpt-container { max-width: 1270px; padding: 0 15px; }
.sbHolder { border-radius: 10px; position: relative; }
.sbSelector > a:focus { outline: 0; border: none; text-decoration: none; outline-offset: 0px !important; }
.sbSelector > a:hover:focus { outline: 0; border: none; text-decoration: none; }
.sbSelector > a { text-decoration: none; outline:0; font-size: 15px; font-weight: 500; color: #70849A; font-family: "Manrope", sans-serif; line-height: 25px; display: inline-block; background-color: #fff; width: 100%; padding: 10px; border-radius: 10px; text-align: left; }
.sbToggle { display: block; margin: 30px auto; width: 10px; height: 10px; border-bottom: 2px solid #000; border-right: 2px solid #000; position: absolute; right: 10px; top: -15px; transform: rotate(45deg); cursor: pointer; }
.sbToggle.sbToggleOpen { transform: rotate(225deg); top: -8px; }
.sbSelector { display: block; outline: none; overflow: hidden; width: 100%; height: 100%; cursor: pointer; color: #70849A; }
.sbOptions { background-color: #F0F7FF; list-style: none; left: 0; margin: 0; padding: 0; position: absolute; overflow-y: auto; top: 46px !important; z-index: 1; box-shadow: 0px 5px 5px rgba(0,0,0,0.1); }
.sbOptions li{ padding: 0px 0px; }
.sbOptions li img { display:inline-block; float:left; padding-top:7px; padding-left:3px; }
.sbOptions a { display: block; outline: none; padding: 10px 0 10px 0px; font-weight: 500; color: #70849A; font-family: "Manrope", sans-serif; font-size: 15px; text-align: center;}
.sbOptions a:link, .sbOptions a:visited { transition:all 0.2s ease-in-out; }
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus { color:#101010; background:#e1eefd; }
.sbOptions li.last a { border-bottom: none; }
.sbOptions .sbDisabled { color: #999; display: block; padding: 7px 0 7px 3px; }
.sbOptions .sbGroup { border-bottom: dotted 1px #515151; color: #EBB52D; display: block; font-weight: bold; padding: 7px 0 7px 3px; }
.sbOptions .sbSub { padding-left: 17px; }


.qty-box { width: 50px; text-align: center; text-decoration: none; outline: 0; font-size: 15px; font-weight: 500; color: #70849A; font-family: "Manrope", sans-serif; line-height: 25px; display: flex; background-color: #fff; width: 100%; padding: 10px; border-radius: 10px; text-align: center; border: none; }
.inner-pricing .qty-input { -webkit-appearance:none; appearance:none; width: 50px; text-align: center; text-decoration: none; outline: 0; font-size: 15px; font-weight: 500; color: #70849A; font-family: "Manrope", sans-serif; line-height: 25px; display: flex; background-color: #fff; width: 100%; padding:0px; border-radius: 10px; text-align: center; border: none; }
.final-total-price { border: none; margin:0px; text-align: left; line-height: 35px; color: #2f4d67; font-size: 35px; text-transform: uppercase; padding: 20px 20px; background-color: #fff; border-radius: 200px; display: flex; justify-content: space-between; align-items: center; }
.final-total-price .yellow-btn { float: none; background-color: #188DEC; border-radius: 200px; font-size: 18px; font-weight: 600; text-transform: initial; font-family: "Manrope", sans-serif; padding: 10px 20px 10px 25px; display: flex; align-items: center; line-height: 28px; transition: all 0.5s ease-in-out; }
.final-total-price .yellow-btn:hover { background: #00aeff; }
.final-total-price .yellow-btn img { margin-left: 15px; }
.final-total-price .subtotal strong { font-weight: 600; font-size: 32px; color: #092648; font-family: "Manrope", sans-serif; text-transform: inherit; }
.final-total-price .subtotal-wrap strong { font-weight: 600; font-size: 20px; color: #092648; font-family: "Manrope", sans-serif; text-transform: inherit; }
.final-total-price .subtotal { border: none; padding: 0; margin: 0; }
span#subtotal-price { background: transparent; }
.media-type-cell .media-info { display: flex; align-items: center; }
.media-type-cell .media-info .media-title { padding-left: 10px }
.media-type-cell .media-info .media-title .media-text { color: #101010; font-size: 16px; font-weight: 600; font-family: "Manrope", sans-serif; }
.media-type-cell .media-info .media-title span { color: #525252; font-size: 13px; font-weight: 500; font-family: "Manrope", sans-serif; display: inline-block; margin-bottom: 5px;}
/*.media-type-cell .media-info span { display: inline-block; width: 100%; }*/

button.qty-btn.minus { background:transparent; border:none; font-size: 50px; font-weight: 100; color: #252525; position: relative; top: -2px; }
button.qty-btn.plus { background:transparent; border:none; font-size: 30px; font-weight: 400; color: #252525; }

.inner-pricing .tab-content .product-table td.unit-price-main img { width:44px !important; height: 44px !important; border-radius: 10px;  margin-right:8px;}
.inner-pricing .tab-content .product-table td.discount img { width:44px !important; height: 44px !important;  border-radius: 10px;  margin-right:8px;}
.inner-pricing .tab-content .product-table td.total-price img { width:44px !important; height: 44px !important; border-radius: 10px; margin-right:8px; }

.inner-pricing .tab-content .product-table td.unit-price-main bdi { font-size: 16px; font-weight: 600; font-family: "Manrope", sans-serif; color: #101010; }
.inner-pricing .tab-content .product-table td.unit-price-main bdi span { font-size: 16px; font-weight: 600; font-family: "Manrope", sans-serif; color: #101010; }
.inner-pricing .tab-content .product-table td.discount .product-sub-heading { font-size: 16px; font-weight: 600; font-family: "Manrope", sans-serif; color: #101010; }
.inner-pricing .tab-content .product-table td.unit-price-main .product-sub-heading span { font-size: 16px; font-weight: 600; font-family: "Manrope", sans-serif; color: #101010; }
.inner-pricing .tab-content .product-table td.total-price .product-sub-heading { font-size: 16px; font-weight: 600; font-family: "Manrope", sans-serif; color: #101010; }
.product-sub-heading .woocommerce-Price-amount.amount { margin-bottom: 0 !important; }

.page-heading.order-section-heading { display: flex; align-items: center; margin-bottom: 26px; }
.order-section-heading figure { width: 50px; height: 50px; border-radius: 50%; padding: 5px; background-color: #fff; display: flex; align-items: center; justify-content: center; }
.order-section-heading figure img { width: 26px; }
.order-section-heading h2 { color: #092648; font-size: 32px;  font-weight: 600; font-family: "Manrope", sans-serif; padding-left: 20px; }
.page-heading-top-content p { font-weight: 400; font-family: "Manrope", sans-serif; font-size: 18px; color: #424E5A; line-height: 28px; margin-bottom: 30px;}

.order-progressbar { margin:60px 0; position: relative; }
.order-progressbar:before { content: ""; position: absolute; width: 100%; height: 14px; background: linear-gradient(90deg, #188DEC 0%, #188DEC 8.4%, #FFFFFF 18.91%); top: 24px; border-radius: 20px 0 0 20px; }
.order-progressbar ul { display: flex; justify-content: space-between; position: relative; z-index: 11; }
.order-progressbar ul li {  text-align: center; }
.order-progressbar ul li figure { width:60px; height: 60px; background-color: #fff; border-radius:50%; border: 5px solid #188DEC; display:flex; align-items: center; justify-content: center; margin: 0 auto; margin-bottom: 17px; }
.order-progressbar ul li:first-child figure { margin: 0 0 17px 0; }
.order-progressbar ul li figure img { width: 22px; }
.order-progressbar ul li .item span { display: inline-block; color: #092648; font-weight: 600; font-family: "Manrope", sans-serif; color: #101010; font-size: 16px; padding-right: 10px; }
.page-id-8826 .pricing .out-inner-pricing .inner-pricing .pricing-title { display: none; }
.page-heading-top-content { padding: 30px 0 0 0; }

.progress-product-shipping .order-progressbar:before { background: linear-gradient(90deg, #188DEC 0%, #188DEC 31.4%, #FFFFFF 41.91%);  }
.progress-login-registration .order-progressbar:before { background: linear-gradient(90deg, #188DEC 0%, #188DEC 54.4%, #FFFFFF 63.91%);  }
.progress-partial-payment .order-progressbar:before { background: linear-gradient(90deg, #188DEC 0%, #188DEC 74.4%, #FFFFFF 83.91%);  }
.final-total-price .yellow-btn.next-button-disable { opacity: 0.6; }

.final-total-price {
    flex-wrap: wrap;
}
.minimum-order-message-placeholder {
    flex: 0 0 100%;
    order: 2;
    font-size: 12px;
    color: #856404;
    font-weight: 700;
    background: #ff000014;
    width: 90%;
    max-width: 90%;
    margin: 12px auto 0 !important;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box;
}

td.wc-block-cart-item__product span.wc-block-components-product-details__name {
    margin-right: 5px;
}

span.wc-block-components-product-details__value {
    font-weight: 700;
    font-size: 12px;
}

.wc-block-components-sidebar-layout .wc-block-must-login-prompt { display: inline-block; font-family: "Manrope", sans-serif; font-weight: 600; font-size: 24px; color: #333; }
.wc-block-components-sidebar-layout .wc-block-must-login-prompt a { font-family: "Manrope", sans-serif; font-weight: 700; font-size: 24px; text-decoration: underline; color: #333; }
.wc-block-components-sidebar-layout { margin-bottom: 0; }

.error-msg { margin: 0 0 10px 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 1199px){
    .final-total-price .subtotal-wrap strong { font-size: 22px; }
    .final-total-price .subtotal strong { font-size: 26px; }
    .final-total-price .subtotal strong .subtotal { font-size: 26px; }
    .final-total-price .subtotal-wrap strong { font-size: 26px; }
    .final-total-price .subtotal-wrap strong .subtotal { font-size: 26px; }
    .inner-pricing .tab-content .product-table tbody tr td:nth-child(2) { width: 26%; }
    .inner-pricing .tab-content .product-table tbody tr td:nth-child(3) { width: 21%; }
    .inner-pricing .tab-content .product-table tbody tr td:nth-child(5) { width: 13%; }
    .inner-pricing .tab-content .product-table tbody tr td:nth-child(6) { width: 13%; }
    .inner-pricing .tab-content .product-table tbody tr td:nth-child(7) { width: 13%; }
    .inner-pricing .tab-content .product-table td { padding: 12px 6px; }
    .order-section-heading h2 { font-size: 28px; }
    .page-heading.order-section-heading { margin-bottom: 16px; }
    .page-heading-top-content p { font-size: 16px; line-height: 28px; }
    .inner-pricing .tab-header-slider .tab-button  { width: 25%; }
    .inner-pricing .tab-header-slider .tab-button span { font-size: 15px; padding: 10px 8px; }
}
@media (max-width: 1024px){
    .inner-pricing .tab-content .product-table { min-width: 1100px; }   
    .inner-pricing .tab-panel { overflow-x: auto; }
    .inner-pricing .final-total-price { margin-top: 20px; }
    .order-progressbar { margin: 40px 0;}
    .order-progressbar ul li .item span { font-size: 14px; }
    .order-progressbar ul li figure { margin-bottom: 10px; }
}
@media (max-width: 991px){
    .final-total-price .subtotal-wrap strong { font-size: 20px; }
    .final-total-price .subtotal strong { font-size: 20px; }
    .final-total-price .subtotal strong .subtotal { font-size: 20px; }
    .final-total-price .subtotal-wrap strong { font-size: 20px; }
    .final-total-price .subtotal-wrap strong .subtotal { font-size: 20px; }
    .inner-pricing .tab-header-slider .tab-button  { width: 33.33%; }
    .inner-pricing .tab-header { padding: 30px 10px 20px 10px; }
}
@media (max-width: 767px){
    .inner-pricing .tab-header-slider .slick-list { padding-right: 20px !important; }   
    .order-progressbar ul li figure { width: 50px; height: 50px; }
    .order-progressbar ul li figure img { width: 22px; }
    .order-progressbar:before { top: 19px; }
    .page-heading-top-content p { line-height: 26px; }
    .final-total-price { border-radius: 20px; flex-wrap: wrap; justify-content: center; }
    .final-total-price .yellow-btn { margin:20px 0 0 0; }
    .final-total-price { padding: 20px 10px; }
}
@media (max-width: 640px){
    .order-progressbar:before { top: 16px; height: 12px; }
  .order-progressbar ul li figure { width: 42px; height: 42px; border: 4px solid #188DEC; } 
    .order-progressbar ul li .item span { font-size: 12px; }
    .inner-pricing .tab-header-slider .tab-button  { width: 50%; }
    .final-total-price .subtotal-wrap strong { font-size: 18px; }
}
@media (max-width: 575px){
    .final-total-price .subtotal { width: 100%; text-align: center; margin-bottom: 10px;}
    .final-total-price .subtotal-wrap { width: 100%; text-align: center; margin-bottom: 10px;}
    .final-total-price { flex-wrap: wrap; text-align: center; justify-content: center; border-radius: 20px; }   
    .final-total-price .back-step { width: 100%; }
    .final-total-price .back-step a { width: auto; display: inline-block; }
    .final-total-price .total-section.subtotal { margin: 10px 0; width: 100%; text-align: center; }
    .final-total-price .next-step {  width: 100%;}
    .final-total-price .next-step a { width: auto;}
    .final-total-price .next-step .yellow-btn { justify-content: center; margin: 0 auto; }
    .inner-pricing .tab-header-slider .tab-button  { width: 100%; }
    .final-total-price .subtotal-wrap strong { font-size: 16px; }
    .final-total-price .yellow-btn { margin: 0px 0 0 0; }
}





