/*.widget_composite_summary_error {
    display: none;
}*/

.component_option_thumbnail_container .thumbnail_price.price {
    display: none !important;
}

.component_selections {
    display:grid;
    padding-top:5px !important;
}

.component_selections_inner {
  grid-row:2;
}

.component_selections_inner.composited_product_details_wrapper {
    grid-row:3;
}

.component_content.wc-pao-addons-container {
  grid-row:1;
}

.component .composited_product_title_wrapper, .component_summary .composited_product_details_wrapper {
    padding:0 !important;
}

.affirm-as-low-as {
	color:rgb(166, 174, 191);
	font-size:18px;
}

a.affirm-modal-trigger {
	text-decoration: none !important;
}

.composite_form {
	padding-right:4px !important;
}

.tab-having-error .tablinks.active {
    background: red;
}

li.tab-having-error .tablinks.auto-error-active.active {
    background: red;
}

#custom-error-msz .msg-source span {
    text-decoration: underline;
    cursor: pointer;
}

.image-disclaimer {
	font-size:14px;
	line-height:18px;
	align-content: center;
	font-family:Poppins;
	font-weight: 400;
	color:rgba(100,102,107,.98);
}

.image-disclaimer:before {
	content:"** ";
	color:tomato;
	vertical-align: middle;
}

.image-disclaimer:after {
	content:" **";
	color:tomato;
	vertical-align: middle;
}

.component-error-mzs.composite_component .component_title_wrapper {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e51125 !important;
}
.widget_composite_summary_error .validation_message.woocommerce-info:before {
display:none;
}
 .widget_composite_summary_error .validation_message.woocommerce-info ul {
    padding-left: 0px;
}
.widget_composite_summary_error .validation_message.woocommerce-info {
    border-top-color: #e51125!important;
    padding: 15px;
}
.widget_composite_summary_error .validation_message.woocommerce-info ul li {
    font-size: 15px;
}
.widget_composite_summary_error .validation_message.woocommerce-info ul li .msg-source {
    font-weight: 500;
}

li.tab-having-error .tablinks {
    border: 1px solid #e51125;
}

li.tab-having-error .tablinks.active {
    border: 1px solid #e51125;
    background-color: #e51125;
}

.widget_composite_summary_error ul li {
    color: red !important;
}

li.tab-having-error {
    margin: 0 5px;
}

nav.woocommerce-breadcrumb {
    display: none;
}

span.single-product-category {
    display: none !important;
}

.composite_widget_cnt .img-summary-container .summary .composite_product_price_widget .composite_price .price del {
    display: none;
}

a#minus_qty,
a#plus_qty {
    display: none;
}

.composited_product_details_wrapper p.stock.in-stock {
	display:none;
}

/* extra css */

.summary_content_showhide .widget_composite_summary_elements{
    display: block;
}
.summary_content_showhide .summary_elements .summary_element{
    display: block !important;
}

.woocommerce-js div.product div.images img {
	width:100%;
  -webkit-filter: drop-shadow(5px 5px 5px #000);
  filter: drop-shadow(0px 20px 30px #000);
}

.composite_form .aria_title {
    position: relative !important;
    opacity: 1 !important;
    top: auto !important;
    width: auto !important;
    text-indent: unset !important;
}

.composite_product_id {
    background-color: #fff;
}

.composite_product_id.dark-mode {
	background-color: rgba(7, 7, 7, 1);
	background-image:url('/wp-content/uploads/2024/01/Ellipse-14.png');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto;
}

.tabcontent {
    display: none;
}

.composite_widget_cnt {
    padding-left: 20px;
    padding-right: 20px;
}

.composite_widget_cnt #primary {
    width: 100%;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    margin: 0px !important;
}

.modes-wrapper {
    text-align: right;
    margin: 10px 0px;
	display:none;
}

.composite_product_id.dark-mode .modes {
    color: rgb(128, 128, 128);
}

.modes {
    display: inline-flex;
    align-items: center;
    color: rgb(128, 128, 128);
    font-weight: bold;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin-left: 8px;
}

.switch input {
    opacity: 0;
    width: 0px;
    height: 0px;
}

input:checked+.slider {
    background-color: rgb(51, 51, 51);
}

input:not(checked)+.slider {
    background-color: rgb(210,210,210);
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(244, 244, 244);
    transition: all 0.4s ease 0s;
    border-radius: 34px;
}

input:checked+.slider::before {
    transform: translateX(21px);
}

.slider::before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    transition: all 0.2s ease 0s;
    border-radius: 50%;
}

.slider::after {
    content: "\f185";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(233, 20, 81);
}

input:checked+.slider::after {
    content: "\f186";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(233, 20, 81);
}

.composite_widget_cnt .product-type-composite {
    display: flex;
}

.composite_widget_cnt .img-summary-container {
    margin-right: 2%;
    display: inline-block;
    width: 33% !important;
    flex: 0 0 33%;
}

.composite_widget_cnt .img-summary-container .imgPlusSummary {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.composite_widget_cnt .img-summary-container .imgPlusSummary .vv-pro-img {
    display: inline-block;
}

.composite_widget_cnt .img-summary-container .imgPlusSummary .vv-pro-img .woocommerce-product-gallery {
    width: 90% !important;
    float: none !important;
    margin: 0px auto;
}

.composite_product_id.dark-mode .composite_widget_cnt .img-summary-container .summary {
    border-color: rgb(51, 51, 51);
/* From https://css.glass */
background: rgba(0, 0, 0, 0.4);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(10.3px);
border: 1px solid rgba(255, 255, 255, 0.09);
}

.composite_widget_cnt .img-summary-container .summary {
    position: relative;
    text-align: center;
    margin-top: -70px;
    width: 100% !important;
    margin-bottom: 1rem !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 70px 15px 15px;
    border-radius: 20px;
}

.composite_product_id.dark-mode .composite_widget_cnt .img-summary-container .summary .product_title {
    color: rgb(255, 255, 255);
}

.composite_widget_cnt .img-summary-container .summary .product_title {
    font-size: 30px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    margin-bottom: 15px;
}

.composite_product_price_widget .widget_composite_summary_elements.composite_summary {
    display: none;
}

.composite_widget_cnt .img-summary-container .summary .composite_product_price_widget .composite_price .price {
    text-align: center;
}

.composite_widget_cnt .img-summary-container .summary .composite_product_price_widget .composite_price .price .woocommerce-Price-amount {
    font-size: 40px;
	line-height:40px;
    background: -webkit-linear-gradient(0deg, #E81551, #FA7A3F);
	background-size:100%;
	display: inline;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
}

.composite_product_id.dark-mode .composite_widget_cnt .img-summary-container .summary .composite_product_price_widget .composite_price .price .woocommerce-price-suffix {
    color: rgb(75, 79, 88);
}

.composite_widget_cnt .img-summary-container .summary .composite_product_price_widget .composite_price .price .woocommerce-price-suffix {
    color: rgb(128, 128, 128);
    font-size: 14px;
    font-weight: normal;
}

small.woocommerce-price-suffix {
    display: inline-block;
}

.composite_widget_cnt .img-summary-container .summary .widget_composite_summary_button .composite_button {
    width: 100%;
    margin: 10px 0px 15px !important;
}

.composite_widget_cnt .img-summary-container .summary .widget_composite_summary_button .composite_button .quantity {
    position: relative;
}

.composite_product_id.dark-mode .composite_widget_cnt .img-summary-container .summary .widget_composite_summary_button .composite_button .quantity .input-text {
    color: rgb(255, 255, 255);
    border-color: rgb(51, 51, 51);
}

.composite_widget_cnt .img-summary-container .summary .widget_composite_summary_button .composite_button .quantity .input-text {
    width: 80px;
    font-size: 16px;
    text-align: center;
    height: 100%;
    background-color: transparent;
    color: rgb(51, 51, 51);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-radius: 5px;
    -moz-appearance: textfield;
    max-width: 100px;
    margin-left: 0;
	padding:1em;
}

.composite_widget_cnt .img-summary-container .summary .widget_composite_summary_button .composite_button .quantity .input-text::-webkit-outer-spin-button,
.composite_widget_cnt .img-summary-container .summary .widget_composite_summary_button .composite_button .quantity .input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.composite_widget_cnt .img-summary-container .summary .widget_composite_summary_button .composite_button .quantity .quantity-nav {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.composite_widget_cnt .img-summary-container .summary .widget_composite_summary_button .composite_button .quantity .quantity-nav .quantity-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: rgb(163, 163, 163);
    font-weight: bolder;
    font-size: 14px;
    padding: 0px 12px;
}

.composite_widget_cnt .img-summary-container .summary .widget_composite_summary_button .composite_button .composite_add_to_cart_button {
    width: 77%;
    background-color: transparent;
    color: rgb(233, 20, 81);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(233, 20, 81);
    border-image: initial;
    border-radius: 5px;
	padding: 17px;
}

.composite_button .composite_add_to_cart_button:after {
       font-family: "Font Awesome 5 Free";
   content: "\f07a";
   display: inline-block;
   padding-left: 10px;
   margin-top:-3px;
   vertical-align: middle;
   font-weight: 900;
}

.composite_button .composite_add_to_cart_button:hover {
    border-color:#ffffff !important;
    color:#ffffff !important;
    
}

.composite_product_id.dark-mode .composite_widget_cnt .img-summary-container .summary .below-add2cart-heading {
    color: rgb(163, 163, 163);
}

.composite_widget_cnt .img-summary-container .summary .below-add2cart-heading {
    color: rgb(128, 128, 128);
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.composite_widget_cnt .img-summary-container .summary .below-add2cart-heading img {
    margin-left: 5px;
}

.composite_widget_cnt .img-summary-container .summary .jet-compare-button__container {
    display: none;
}

.composite_widget_cnt .img-summary-container .summary .jet-wishlist-button__container {
    position: absolute;
    top: 0px;
    right: 0px;
	display:none;
}

.composite_widget_cnt .img-summary-container .summary .jet-wishlist-button__container .jet-wishlist-button__plane-normal {
    background-color: transparent;
}

.composite_product_id.dark-mode .composite_widget_cnt .img-summary-container .summary .jet-wishlist-button__container .jet-wishlist-button__state-normal::before {
    color: #E81551;
}

.composite_widget_cnt .img-summary-container .summary .jet-wishlist-button__container .jet-wishlist-button__state-normal::before {
    content: "\f004";
    color: rgb(207, 207, 207);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
}

.composite_widget_cnt .img-summary-container .summary .jet-wishlist-button__container .jet-wishlist-button__link {
    width: 52px;
    height: 53px;
}

.composite_widget_cnt .img-summary-container .summary .jet-wishlist-button__container .jet-wishlist-button__plane-added {
    background-color: transparent;
    width: 22px;
    height: 33px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.composite_widget_cnt .img-summary-container .summary .jet-wishlist-button__container .jet-wishlist-button__plane-added::before {
    content: "\f004";
    color: #E91451;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
}

.composite_widget_cnt .img-summary-container .summary .jet-wishlist-button__container .jet-wishlist-button__state-normal span {
    display: none;
}

.composite_widget_cnt .img-summary-container .summary .jet-wishlist-button__container .jet-wishlist-button__state-added span {
    display: none;
}

.composite_widget_cnt .img-summary-container .summary .product_meta {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    padding: 0px;
}

.composite_product_id.dark-mode .composite_selection_cnt {
    border-color: rgb(51, 51, 51);
/* From https://css.glass */
background: rgba(0, 0, 0, 0.4);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(10.3px);
border: 1px solid rgba(255, 255, 255, 0.09);
}

.composite_selection_cnt {
    width: 100%;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 20px;
    border-radius: 20px;
}

.summary-view-specs {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

a.share_build.loading_share_url {
    pointer-events: none;
}

a:focus {
    outline: none;
}

.summary-view-specs a,
.summary-view-specs a:hover {
	color:#fff;
    font-weight: bold;
    text-decoration: none;
}

.allspec-close-wrap {
    display: none;
}

.allspec-close-wrap,
.allspec-close-wrap a {
    color: rgb(51, 51, 51);
}

.allspec-close-wrap {
    font-weight: bold;
    margin: 10px 0px;
}

.allspec-close-wrap {
    display: flex;
    justify-content: space-between;
}

.allspec-close-wrap.showhide_close_wrap {
    display: flex;
}

.composite_product_id.dark-mode .allspec-close-wrap,
.composite_product_id.dark-mode .allspec-close-wrap a {
    color: rgb(255, 255, 255);
}

.composite_selection_cnt .widget.woocommerce.widget_composite_summary.widget_position_default.summary_content_showhide {
    max-height: 250px;
    display: block !important;
    margin: 0px -20px;
    padding: 0px 20px;
    overflow: auto;
}

.composite_selection_cnt .widget.woocommerce.widget_composite_summary.widget_position_default.summary_content_showhide::-webkit-scrollbar {
    width: 6px;
}

.composite_selection_cnt .widget.woocommerce.widget_composite_summary.widget_position_default.summary_content_showhide::-webkit-scrollbar-track {
    background: transparent;
}

.composite_selection_cnt .widget.woocommerce.widget_composite_summary.widget_position_default.summary_content_showhide::-webkit-scrollbar-thumb {
    background: rgb(233, 20, 81);
    border-radius: 10px;
}

.composite_selection_cnt .widget.woocommerce.widget_composite_summary.widget_position_default {
    display: none !important;
}

.composite_selection_cnt ul.summary_elements {
    margin: 0px;
    padding: 0px;
}

.composite_selection_cnt ul.summary_elements li .summary_element_wrapper_outer {
    padding: 0px;
}

.composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner {
    display: flex;
    padding: 0px;
    border-width: 0px !important;
    border-style: initial !important;
    border-color: initial !important;
    border-image: initial !important;
}

.composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_title {
    flex: 0 0 135px;
}

.composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_title h3 .step_index {
    display: none;
}

.composite_product_id.dark-mode .composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_title h3 {
    color: rgb(255, 255, 255);
}

.composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_title h3 {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 600;
    word-break: break-word;
    margin: 0px;
}

.composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_tap,
.composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_image,
.composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_price {
    display: none;
}

.composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_selection {
    width: 100%;
}

.composite_product_id.dark-mode .composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_selection .summary_element_content {
    color: rgb(163, 163, 163);
}

.composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_selection .summary_element_content {
    font-size: 14px;
    color: rgb(128, 128, 128);
    margin: 0px;
}

.composite_selection_cnt .widget_composite_summary_price,
.composite_selection_cnt .widget_composite_summary_button {
    display: none;
}

.composite_product_id.dark-mode .summary-policy {
    color: rgb(163, 163, 163);
    border-color: rgba(255, 255, 255, 0.15);
}

.summary-policy {
    color: rgb(128, 128, 128);
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid rgb(221, 221, 221);
}

.composite_product_id.dark-mode .summary-policy a {
    color: rgb(163, 163, 163);
}

.summary-policy a {
    color: rgb(128, 128, 128);
    padding: 10px;
    text-decoration: none;
}

.composite_widget_cnt .summary-add-to-cart-form-composite {
    width: 65% !important;
    flex: 0 0 65%;
}

.composite_product_id.dark-mode .composite-tabs-wrapper {
    border-color: rgb(51, 51, 51);
/* From https://css.glass */
background: rgba(0, 0, 0, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(10.3px);
border: 1px solid rgba(255, 255, 255, 0.09);
}

.composite-tabs-wrapper {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 7px;
}

.composite_product_id.dark-mode .composite-tabs-wrapper ul {
    background-color: rgba(0, 0, 0, .25);
}

.composite-tabs-wrapper ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    background-color: rgb(200, 200, 200);
    overflow: auto;
    margin: 0px 0px 10px;
    padding: 6px;
    list-style: none;
    border-radius: 12px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.composite-tabs-wrapper ul::-webkit-scrollbar {
    display: none;
}

.composite-tabs-wrapper ul li a.active {
    background: -webkit-linear-gradient(0deg, #E81551, #FA7A3F);
    color: #ffffff !important;
    border-radius: 12px;
}

.composite_product_id.dark-mode .composite-tabs-wrapper ul li a {
    color: rgb(163, 163, 163);
}

.composite-tabs-wrapper ul li a {
    display: inline-block;
    font-size: 18px;
    color: rgb(128, 128, 128);
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 12px;
}

.composite_product_id.dark-mode .composite_component {
    border-color: rgba(255, 255, 255, 0.05);
}

.composite_component {
    border-bottom: 1px solid rgb(243, 243, 243);
    padding: 10px 0px;
}

.tabcontent>div:last-child {
    border: 0;
}

.composite_component .component_title_wrapper {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255,0.01) !important;
    padding: 10px 10px 10px 0px !important;
    margin: 0px !important;
    border-width: 0px !important;
    border-style: initial !important;
    border-color: initial !important;
    border-image: initial !important;
}

.composite_component .component_title_wrapper .component-img {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    overflow: hidden;
}

.composite_product_id.dark-mode .composite_component .component_title_wrapper .component-img img {
    float: left;
}

.composite_component .component_title_wrapper .component-img img {
    width: auto;
    height: 100%;
    max-width: none;
    float: right;
}

.composite_component .component_title_wrapper h2 {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0px;
    position: relative;
    cursor: pointer;
}

.composite_component .component_title_wrapper h2 .main-heading-content {
    width: 100%;
    margin: 0px 10px;
}

.composite_product_id.dark-mode .composite_component .component_title_wrapper h2 .aria_title {
    color:#ffffff;
}

.composite_component .component_title_wrapper h2 .aria_title::first-letter {
    text-transform: uppercase;
}

.composite_component .component_title_wrapper h2 .aria_title {
    display: block;
    font-size: 21px;
    font-weight: 600 !important;
	font-family:Poppins;
    text-transform: Uppercase;
    color: rgb(51, 51, 51);
    position: relative !important;
    opacity: 1 !important;
    top: auto !important;
    width: auto !important;
    text-indent: unset !important;
    margin-bottom: 3px;
}

.composite_product_id.dark-mode .composite_component .component_title_wrapper h2 .selected-comp {
    color: rgb(163, 163, 163);
}

.composite_component .component_title_wrapper h2 .selected-comp {
    color: rgb(128, 128, 128);
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.composite_component .component_title_wrapper h2 button {
    position: unset !important;
    color: rgb(75, 79, 88, 0.8);
    font-size: 16px !important;
    font-style:  italic;
    font-weight: 400 !important;
    width: auto !important;
}

.composite_component .component_inner {
    padding: 0px !important;
}

.composite_component .component_inner .component_section_title {
    display: flex;
    justify-content: space-between;
    margin: 0px 5px 5px;
}

.composite_product_id.dark-mode .composite_component .component_inner .component_section_title .select_label {
    color: rgb(255, 255, 255);
}

.composite_component .component_inner .component_section_title .select_label {
    color: rgb(51, 51, 51);
}

.composite_component .component_inner .component_section_title .views {
    color: rgb(163, 163, 163);
}

.composite_product_id.dark-mode .composite_component .component_inner .component_section_title .views a {
    background-color: rgba(51, 51, 51, 0.5);
    color: rgb(163, 163, 163);
}

.composite_product_id.dark-mode span.relative-price-prefix {
  color:#E81551;
}

.composite_component .component_inner .component_section_title .views a.active {
    background-color: rgb(20, 146, 230) !important;
    color: rgb(255, 255, 255) !important;
}

.composite_component .component_inner .component_section_title .views a {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    background-color: rgb(241, 241, 241);
    color: rgb(128, 128, 128);
    border-radius: 4px;
    text-decoration: none;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container.list {
    flex-direction: column;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container {
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    background-color: transparent !important;
    border-radius: 0px;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container.list li {
    width: 100% !important;
    flex: 0 0 100%;
    margin: 0px 0px 5px !important;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container li {
    width: 25% !important;
    flex: 0 0 33%;
    margin: 0px !important;
    padding: 5px !important;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container.list li .info {
    right: auto;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
}

.composite-tabs-wrapper ul.component_option_thumbnails_container li .info {
    position: absolute;
    z-index: 2;
    color: rgb(163, 163, 163);
    top: 12px;
    right: 14px;
    line-height: normal;
    padding: 0px;
}

.composite_product_id.dark-mode .composite-tabs-wrapper ul li a {
    color: rgb(163, 163, 163, 0.5);
}

.composite-tabs-wrapper ul li a {
    display: inline-block;
    font-size: 18px;
    color: rgb(128, 128, 128);
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
}

.composite-tabs-wrapper ul li a:hover {
    color:#212121 !important;
}

.composite_product_id.dark-mode .composite-tabs-wrapper ul li a:hover {
    color:#ffffff !important;
}

.composite_product_id.dark-mode .composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail {
    background-color: rgba(255, 255, 255, 0.02);
    color: rgb(163, 163, 163);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container.list li .component_option_thumbnail {
    display: flex;
    align-items: center;
    text-align: left;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail {
    background-color: rgb(255, 255, 255);
    color: rgb(128, 128, 128);
    text-align: center;
    height: 100%;
    cursor: pointer;
    padding:10px 5px 10px 10px;
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-image: initial;
    border-radius: 10px;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail.selected {
    border-color: #E81551 !important;
	background:#e1e1e1;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container.list li .component_option_thumbnail .thumbnail_image {
    width: 100px;
    height: 100px;
    margin-left: 1.5rem;
    margin-top: 0px;
    margin-bottom: 0px;
    flex: 0 0 100px;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_image {
    width: 130px;
    height: 130px;
    margin: auto auto 10px;
    padding: 0px;
    flex: 0 0 150px;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_image a {
    padding: 0px;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container.list li .component_option_thumbnail .thumbnail_description {
    width: 100%;
    margin: 0px 15px;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_description {
    padding: 0px;
}

.composite_product_id.dark-mode .composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_description h5 {
    color: rgb(163, 163, 163);
    font-size:14px;
    line-height:24px;
    font-weight:400;
}


--------------
.composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_description h5 {
    font-size: 14px;
    color: rgb(128, 128, 128);
    line-height: normal;
    font-weight: normal;
}
.composite-tabs-wrapper ul.component_option_thumbnails_container.list li .component_option_thumbnail .thumbnail_description .thumbnail_price {
    text-align: left;
    margin: 5px 0px;
}
.composite_product_id.dark-mode .composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_buttons button {
    color: #212121;
}
-------------

/* 

.composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_description .thumbnail_price {
    margin: 10px 0px;
}
.composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_buttons {
    padding: 0px;
}

.composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_buttons button {
    color: rgb(191, 191, 191);
    line-height: normal;
    width: 21px;
    height: 29.5px;
    font-size: 22px;
    background: transparent;
    padding: 0px;
}

.component_content, .cart.composite_data {
    display:none !important;
}
 */

--------------
.composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_buttons button i {
    font-weight: 500;
}

.component_option_thumbnail.selected:not(.loading) button::after {
    color: rgb(233, 20, 81);
    font-family: "Font Awesome 5 Free" !important;
    content: "\f058" !important;
    font-weight: 900 !important;
}
.composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_description .thumbnail_price .amount {
    color: rgb(233, 20, 81);
    font-size: 14px;
    font-weight: bold;
}

.composite_product_id.dark-mode .specs-modal .modal-content {
    background: rgba(10, 10, 10, .9);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 1);
    backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(10.3px);
    border: 1px solid rgba(255, 255, 255, 0.09);
}
.specs-modal .modal-content {
    border-radius: 10px;
}
.composite_product_id.dark-mode .specs-modal .modal-content .modal-header .btn-close {
    color: rgb(163, 163, 163);
}
.specs-modal .specs-nav {
    display: flex;
    justify-content: center;
}
.composite_product_id.dark-mode .specs-modal .specs-nav ul {
    background-color: rgb(51, 51, 51);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(163, 163, 163);
    border-image: initial;
}

.specs-modal .specs-nav ul {
    background-color: rgb(244, 244, 244);
    margin: 0px;
    border-radius: 50px;
    padding: 5px;
}
.specs-modal .specs-nav ul li button {
    display: inline-block;
    font-size: 18px;
    color: rgb(128, 128, 128);
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 50px;
}
-----------




.specs-modal .specs-nav ul li button.active {
    background-color: rgb(233, 20, 81);
    color: rgb(255, 255, 255);
}

.composite_product_id.dark-mode .tab-content {
    color: rgb(255, 255, 255);
}

.tab-content {
    color: rgb(51, 51, 51);
}

.composite_product_id.dark-mode .specs-modal .tab-content h3,
.composite_product_id .specs-modal .tab-content p,
.composite_product_id .specs-modal .tab-content h5 {
    color: #333;
}

.composite_product_id.dark-mode .specs-modal .tab-content h3,
.composite_product_id.dark-mode .specs-modal .tab-content p,
.composite_product_id.dark-mode .specs-modal .tab-content h5 {
    color: rgb(255, 255, 255);
}

.specs-modal table {
    margin-top: 20px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.composite_product_id.dark-mode .specs-modal table tr td:first-child {
    color: rgb(163, 163, 163);
}

.specs-modal table tr td:first-child {
    color: rgb(128, 128, 128);
}

.specs-modal .btn-close {
    background: transparent;
    opacity: 1;
    color: #808080;
}

.dark-mode .specs-modal .btn-close {
    color: #fff;
}

.composite_product_id.dark-mode .specs-modal table td {
    color: rgb(255, 255, 255);
}

.specs-modal table td {
    color: rgb(51, 51, 51);
    padding: 0px;
}

.composite_form {
    padding-left: 0 !important;
    margin: 0 !important;
}

.share-modal .btn {
    background: -webkit-linear-gradient(0deg, #E81551, #FA7A3F);
    color: #fff;
    border-radius: 12px;
    font-weight: bold;
    padding: .9em;
}

.share-modal .btn:hover {
    color: #000;
}

.dark-mode .share-modal .form-control {
    border: 1px solid rgb(92 92 92) !important;
    color: #fff;
}

.share-modal .form-control {
    background-color: transparent !important;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
    color: #333;
}

.dark-mode .share-modal h5 {
    color: #fff;
}

.share-modal .social-icon {
    display: inline-block;
}

.share-modal .social-icon .norm_row {
    width: auto !important;
}

.share-modal .btn-close {
    background: transparent;
    opacity: 1;
    color: #808080;
}

.dark-mode .share-modal .btn-close {
    color: #fff;
}

.share-modal h3 {
    color: #333;
}

.dark-mode .share-modal h3 {
    color: #fff;
}

.form-control.unselected::selection {
    background-color: transparent;
}

/*=========== popup css end============= */

/* ========20 oct======= */

.composite_product_id.dark-mode .composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_buttons button i{
    font-weight: 500;
    color: rgb(163, 163, 163);
    font-size: 22px;
}
.composite_product_id.dark-mode .composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_buttons button{
    width: 80px;
	margin:0;
	padding:0;
}
.composite_component .component_inner .component_section_title{
    margin: 0px 0px 5px;
}

.component_inner .component_selections .component_content {
    padding: 0 10px;
}

.component_summary  .composited_product_details_wrapper {
    /*border: solid 1px #1f1f1f;*/
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    display: flex;
}

.summary-add-to-cart-form-composite .component:not(.selection_thumbnail_hidden) .composited_product_details_wrapper>.details {
    align-self: center;
}
.validation_message.woocommerce-info ul {
    padding-left: 20px;
}
.validation_message.woocommerce-info:before {
    top: 36%;
}
.validation_message.woocommerce-info ul li {
    font-size: 16px;
}
.dark-mode .validation_message.woocommerce-info ul li{
    color: #fff;
}
.tab-img {
    margin-top: 15px;
    display: block;
}
.tab-img img {
    width:190px;
}
.component_inner .component_selections_inner {
    padding-left: 10px;
}

@media(max-width:1200px) {
    .composite-tabs-wrapper ul.component_option_thumbnails_container li {
        width: 33.3333% !important;
        flex: 0 0 33.3333%;
    }
}

@media(max-width:992px) {
	.composite_widget_cnt .img-summary-container .summary .widget_composite_summary_button .composite_button .composite_add_to_cart_button {
	width:69%;
	padding:15px;
	}
    .composite_widget_cnt .product-type-composite {
        flex-wrap: wrap;
    }

    .composite_widget_cnt .img-summary-container {
        margin-right: 5%;
        display: inline-block;
        width: 35% !important;
        flex: 0 0 35%;
    }

    .composite_widget_cnt .summary-add-to-cart-form-composite {
        width: 60% !important;
        flex: 0 0 60%;
    }

    .composite-tabs-wrapper ul li a {
        font-size: 14px;
        padding: 8px 16px;
    }

    .composite-tabs-wrapper ul.component_option_thumbnails_container li {
        width: 50% !important;
        flex: 0 0 50%;
    }

    .composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail {
        padding: 10px;
    }

    .composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_image {
        width: 90px;
        height: 90px;
    }

    .composite-tabs-wrapper ul.component_option_thumbnails_container.list li .component_option_thumbnail .thumbnail_image {
        width: 90px;
        height: 90px;
        flex: 0 0 90px;
    }

    .composite_component .component_title_wrapper .component-img {
        width: 45px;
        height: 45px;
        flex: 0 0 45px;
    }

    .composite_component .component_title_wrapper h2 .aria_title {
        font-size: 15px;
    }

    .composite_component .component_title_wrapper h2 .selected-comp {
        font-size: 13px;
    }

    .composite_component .component_title_wrapper h2 button {
        font-size: 13px !important;
    }

    .composite-tabs-wrapper ul.component_option_thumbnails_container li .component_option_thumbnail .thumbnail_description h5 {
        font-size: 12px;
    }

    .composite-tabs-wrapper {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

@media(max-width:767px) {
    .composite_widget_cnt .img-summary-container {
        margin-right: 0;
        width: 100% !important;
        flex: 0 0 100%;
    }

    .composite_widget_cnt .summary-add-to-cart-form-composite {
        width: 100% !important;
        flex: 0 0 100%;
        margin-top: 20px;
    }

    .composite-tabs-wrapper ul.component_option_thumbnails_container.list li .component_option_thumbnail .thumbnail_image {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
    }

    .composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_selection .summary_element_content {
        font-size: 13px;
    }

    .composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_title h3 {
        font-size: 13px;
    }

    .composite_selection_cnt ul.summary_elements li .summary_element_wrapper_inner .summary_element_title {
        flex: 0 0 123px;
    }

    /* new css======= */

    body.e-wc-info-notice .woocommerce-info {
        padding: 10px 17px 10px 54px;
    }
    .validation_message.woocommerce-info ul {
        padding: 8px 20px;
    }
}