/** * Tabs */
 .tabs {
     display: flex;
     flex-wrap: wrap;
     background:#deb426;
}
 .tabs__item-input {
     display: none;
}
.tabs__item-input:checked + .tabs__item-label , .tabs.product-tabs label:hover{
    background: rgb(255 255 255 / 21%);
}

.tabs.product-tabs input {
    display: none;
}
.tabs.product-tabs {
    width: 100%;
    position:relative;
}
/*.tabs.product-tabs::before {*/
/*    background-image: linear-gradient(to top, #ff963f, #e97a1d);*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100vw;*/
/*    height: 55px;*/
/*    z-index: -1;*/
/*    margin-left: -50vw;*/
/*    margin-right: -50vw;*/
/*    left: 50%;*/
/*    right: 50%;*/
/*}*/
.tabs.product-tabs label {
    color: #fff;
    background: transparent;
    transition: all 0.5s ease-in-out;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    min-width: 150px;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}
 .tabs__item-input:checked + .tabs__item-label + .tabs__item-content {
     display: block;
     border:1px solid rgb(170 36 56 / 15%);
     
}
.tabs__item-label {
    order: 1;
    display: block;
    padding: .5rem 1.8rem;
    margin-right: 0.2rem;
    cursor: pointer;
    border-bottom: 0.2rem solid transparent;
    font-weight: bold;
    transition: background ease 0.2s;
    margin: 5px 0px;
    text-transform: uppercase;
    color: #fff;
}
.tabs__item-content {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 30px;
    background: #fff;
}
.tabs__item-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform:uppercase;
}
@media(max-width:768px){
.tabs__item-content, .tabs__item-label {
         order: initial;
    }
.tabs__item-content {
    padding: 10px;
}
.tabs__item-label {
         width: 100%;
         margin-right: 0;
         margin-top: 0.2rem;
    }
.tabs.product-tabs label {
 width: 100%;
}

.tabs.product-tabs::before {
        display:none;
    }
.tabs.product-tabs label {
    border: 1px solid #deb426!important;
    transition:all 0.2s ease-in-out;
    justify-content: flex-start;
    position:relative;
}
label.tabs__item-label::before {
    position: absolute;
    right: 0;
    font-family: "Flaticon";
    content: "ï„€";
    font-size: 16px;
    right: 10px;
    transition: all 0.5s ease-in-out;
    content: "\e995";
    font-family: 'elementskit';
    transform :rotateX(180deg);
}
.tabs__item-input:checked + .tabs__item-label + .tabs__item-content {
    display: block;
    border-top: none;
}
.tabs__item-input:checked + .tabs__item-label:before{
    transform: rotateX(0deg);
}
.tabs__item-input:checked + .tabs__item-label, .tabs.product-tabs label:hover {
    color:#fff;
    background:black;
    margin:0;
}
.tabs__item-input .tabs__item-label{
    padding-left:10px;
}
}
label.tabs__item-label {
    position: relative;
}
.product-feature-data{
    max-width:600px;
    width:100%;
}
.feature-section .feature-section-title {
    font-size: 16px;
    min-height: 45px;
    border-bottom: 1px solid black;
    align-items: center;
    padding: 5px 0px;
    font-weight: 400;
    padding-top: 8px;
}
.feature-section .features-item {
    display: flex;
    justify-content: space-between;
}
.feature-section .features-item {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
    border-bottom: 1px solid black;
    align-items: center;
    padding: 5px 0px;
}
.feature-section:last-child .features-item:last-child{
    border-bottom: none;
}
@media(max-width:500px){
 .feature-section .features-item {
     font-size:12px;
 }
 .feature-section .feature-section-title {
      font-size:14px;
 }
.tabs.product-tabs label {
    height: auto; 
    font-size: 14px;
    padding-left: 10px;
}
}
.product-summery .product-enq-button {
    display: flex;
    column-gap: 10px;
}
.product-short-description :is(h3,h4 ,h5 , h5) {
    font-size: 18px;
    margin-bottom: 8px;
}
.product-buy-opt .buy-item .buy-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}
.product-buy-opt .buy-item .buy-item-inner > div {
    flex: 1;
}
.product-buy-opt .buy-item .buy-item-inner .buy-item-link .btn {
    margin-right: 0;
    text-align: right;
    float: right;
    min-width: 180px;
    font-size: 12px;
}
.product-buy-opt-main .close-p-data {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    background: black;
    color: #fff;
    cursor:pointer;
    transition:all .3s ease-in-out;
}
.product-buy-opt .close-p-data:hover {
    opacity:.7
}
.product-buy-opt .buy-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.product-buy-opt .buy-item .buy-item-inner .buy-item-logo img {
    height: 100%;
    width: auto;
}
.product-buy-opt .buy-item .buy-item-inner .buy-item-logo {
    height: 50px;
    width: auto;
}
.product-buy-opt-main {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    bottom: 0;
    right: 0;
    display:none;
    transition:all .3s ease-in-out;
}
.product-buy-opt-main.product-buy-opt-active {
    display: flex;
}
.product-buy-opt {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    box-shadow: 0px 0px 20px #00000042;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.2);
    background:#fff;
    transition:all .3s ease-in-out;
}
.product-buy-opt-active .product-buy-opt {
    display: block;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.product-main-highlight {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.woosc-sidebar-item-action a.button.add_to_cart_button ,
body.woocommerce div.product form.cart .button  ,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart ,
body table.compare-list .add-to-cart td a.add_to_cart_button{
    vertical-align: middle;
    float: left;
    padding: 0!important;
    color: #fff;
    background-color: var(--e-global-color-a616cb4);
    border: none;
    height: 45px;
    border-radius: 100px;
    min-width: 172px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: flex;
}
.woosc-sidebar-item-action a.button.add_to_cart_button {
    display: flex;
    gap: 5px;
    font-size: 12px;
    min-width: auto!important;
    padding: 5px 0px!important;
    height: auto;
    position: absolute;
    bottom: 13px;
    right: 0;
    background: transparent;
    color: var(--e-global-color-primary);
    border-bottom: 1px solid var(--e-global-color-primary);
    border-radius: 0;
    line-height: 1;
    min-height: auto;
}
.woosc-sidebar-item-action a.button.add_to_cart_button:hover ,
.woosc-sidebar-continue span:hover{
	color: var(--e-global-color-e7141aa);
	border-color: var(--e-global-color-e7141aa);
}
.woosc-sidebar .woosc-sidebar-top {
    background: var(--e-global-color-primary);
    color: #fff;
    font-size: 18px;
}
.woosc-sidebar .woosc-sidebar-close {
    filter: invert(1) brightness(10);
}
.woosc-sidebar-bot span.woosc-sidebar-btn{
	border-radius:100px;
}
.woosc-sidebar-bot span.woosc-sidebar-btn:hover{
	background-color:var(--e-global-color-e7141aa)!important;
	color:var(--e-global-color-primary);
}
.woosc-sidebar-item .woosc-sidebar-item-info {
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}
.woosc-sidebar-item .woosc-sidebar-item-remove {
    align-self: center;
    line-height: 1;
}
.woosc-sidebar-item-inner {
    position: relative;
}
body table.compare-list .add-to-cart td a.add_to_cart_button:hover,
body.woocommerce div.product form.cart .button:hover ,
body.woocommerce div.product form.cart .button:focus ,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover ,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:focus{
    background-color: var(--e-global-color-e7141aa) !important;
    color: var(--e-global-color-a616cb4) !important;
}
body .singular-shop div.product .tbay-wishlist a,
body .singular-shop div.product .tbay-compare a ,
body .singular-shop div.product .group-button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 10px!important;
    background-color: black;
    height: 45px;
    border-radius: 100px;
    min-width: 160px;
    color:#FFF;
    text-transform: uppercase;
    font-size: 14px;
}
body .singular-shop div.product .group-button .yith-wcwl-wishlistexistsbrowse a{
    opacity:1;
}
body .singular-shop div.product .group-button .yith-wcwl-wishlistexistsbrowse a:hover{
    background:black!important;
}
body .singular-shop div.product .group-button .yith-wcwl-wishlistexistsbrowse .feedback{
    display:none;
}
body .singular-shop div.product .tbay-wishlist a i{
    display:none;
}
body .singular-shop div.product .tbay-wishlist a:hover , 
body .singular-shop div.product .tbay-compare a:hover{
    background:#900000;
}
/*button.single_add_to_cart_button:before {*/
/*    display: inline-block;*/
/*    font-family: "tb-icon";*/
/*    float: left;*/
/*    content: "\E06D";*/
/*    font-weight: 300;*/
/*    margin-right: 0em;*/
/*    color: #fff;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background: black;*/
/*    font-size: 20px;*/
/*}*/
.woocommerce div.woo-product-price-product {
    margin-top: 20px;
}
.singular-shop #shop-now {
    margin-top: 0!important;
}
.singular-shop .woo-wmi-info div.info-item span {
    flex: 1;
}
.singular-shop .woo-wmi-info div.info-item {
    display: flex;
    flex-flow: wrap;
    column-gap: 5px;
    padding: 0px 0px;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.singular-shop .woo-wmi-info div.info-item:last-child{
    border-bottom: none;
}
.singular-shop .woo-wmi-info div.info-item p:last-child {
    margin-bottom: 0;
}
.singular-shop .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: 600;
}
.b2bking_shop_table thead {
    background: #e2e2e2;
}
.b2bking_shop_table :is(tr,th,td){
    border:none;
    background: transparent;
}
.woocommerce table.b2bking_shop_table td {
    padding: 2px 5px;
    vertical-align: middle;
    line-height: 1.5em;
    
}
.woocommerce table.b2bking_shop_table {
    border-collapse: collapse;
}
.woocommerce div.product form.cart table.b2bking_shop_table{
    display: none;
}
body .wc-tabs-wrapper .tabs-title a {
    font-size: 16px;
    padding: 5px 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.ls-post-item .wmi-post-meta .meta-item {
    border: none;
}
.ls-post-items .wmi-post-meta .meta-item:last-child {
    border: none!important;
}
body .wc-tabs-wrapper .entry-content {
    margin: 0px 0px!important;
    padding: 15px!important;
}
.wc-tabs-wrapper #accordion .panel.active-title .tabs-title a {
    background: rgb(88,191,250);
    background: linear-gradient(90deg, rgba(88,191,250,1) 20%, rgba(0,85,191,1) 67%);
}


.wc-tabs-wrapper .tabs-title a i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}


.wc-tabs-wrapper .tabs-title a .tb-icon-minus-square:before ,
.wc-tabs-wrapper .tabs-title a .tb-icon-plus-square:before{
    content: "\e994";
    font-family: elementskit!important;
    font-size: 20px;
    right: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wc-tabs-wrapper .tabs-title a .tb-icon-minus-square:before{
    transform: rotate(180deg);
    color: #fff;
}

.singular-shop div.product .summary.entry-summary {
    border: 0px solid #e5e5e5;
    padding: 0px;
    padding-top: 0;
    padding-bottom: 0;
}
.singular-shop div.product .price-wrapper {
    margin-top: 0!important;
    border-top: none!important;
}
.heading-with-bord {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.heading-with-bord span.bord-line::before {
    content: "";
    background: var( --e-global-color-primary );
    width: 100%;
    height: 2px;
    display: flex;
    left: 0;
    align-items: center;
}
.heading-with-bord span.bord-line {
    position: relative;
    flex: 1;
}
.product-barnd img {
    height: 80px;
    width: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
body .singular-shop>.product>div {
    padding: 0;
}

/*body .singular-shop div.group-button .tbay-wishlist .exists .feedback ,*/
/*body .singular-shop div.group-button .tbay-wishlist .exists a ,*/
/*body .button-wishlist .exists  {*/
/*    border-color: black;*/
/*    background: black;*/
/*    height: 45px;*/
/*    width: 45px;*/
/*}*/
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    font-weight: bold;
    border-width: 2px!important;
    border-color: black!important;
}
.woocommerce .quantity .box {
    background: var(--bg-white);
    display: flex;
    padding: 0;
    border: 1px solid var(--border-color-4);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-width: 2px;
    border-color: black;
}
.singular-shop div.product .product_meta>span.sku_wrapper,
.singular-shop div.product .product_meta>span.posted_in,
.singular-shop div.product .product_meta>span.tagged_as{
    display:none;
}
#besa-wcfm-info-vendor-wrapper {
    padding: 0!important;
}
.singular-shop>.product>div.related .heading-tbay-title, 
.singular-shop>.product>div.upsells .heading-tbay-title{
    border:none!important;
}
body.single-product #main-container{
	padding-bottom: 70px!important;
}
@media (max-width: 991px){
body .singular-shop div.product .product_title {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 6px;
}
body.single-product #main-container{
    padding-bottom: 30px!important;
}
}
@media(max-width:767px){
body .tbay-breadscrumb {
    display: block;
    margin-bottom: 0;
}
body.single-product #main-container{
    padding-top: 0!important;
	padding-bottom: 20px!important;
}
}
#woocommerce-tabs .wb_cptb_content ul li:not(:last-child) {
    margin-bottom: 5px;
}
.product-barnd, .woo-wmi-info {
    width: 100%;
}
.tbay-filter {
    border-bottom: none;
}
.entry-summary .product-info {
    column-gap: 20px;
    flex-flow: wrap;
    flex-direction: column;
}
.product-info .woo-wmi-info {
    flex: 1;
}
.product-barnd, .woo-wmi-info {
    width: 100%;
}
body .singular-shop div.product .price-wrapper {
    margin-bottom: 0px;
    border: none;
}
.summary.entry-summary form.cart div.quantity {
    width:100%;
    margin-bottom:20px!important;
}
.summary.entry-summary form.cart div.quantity .box {
    width: fit-content;
    border: 1px solid black;
    border-radius: 100px;
}
body.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    width: 35px;
    font-weight: 500;
    height: 35px;
}
body.woocommerce .quantity button, .woocommerce-page .quantity button {
    line-height: 1em;
    font-size: 13px;
    color:black;
    width: 30px;
    padding: 5px;
}
.woocommerce-page .quantity button.minus {
    border-right: 1px solid black;
}
.woocommerce .quantity button.plus{
    border-left: 1px solid black;
} 
.woocommerce div.product div.summary {
    border: none!important;
}
.single-product-image-gallery {
    border: 2px solid black;
    position: relative;
    width: 100%;
    padding-top: 90%;
    height: fit-content;
    border-radius: 30px;
    overflow: hidden;
}
.single-product-image-gallery .woocommerce-product-gallery {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    height: 100%;
    width: fit-content!important;
    margin: auto;
    justify-content: center;
    display: flex;
    align-items: center;
}
/* .woocommerce.single-product div.product div.images .woocommerce-product-gallery__wrapper {
    margin: 0;
    width: 100%!important;
	display: block;
} */
@media (max-width: 767px){
.singular-shop div.product .group-button {
     width: auto; 
    margin: 0px 5px 0;
}
}
body .singular-shop div.product .product_meta {
    margin-top: 0;
    padding-top: 0;
    text-align: left;
    border: none;
}
.singular-shop>.product .single-main-content::after{
    display:none;
}
body .singular-shop>.product .single-main-content {
    padding-bottom: 0;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 20px 0px!important;
}
.av-status-icon {
    color: var( --e-global-color-primary );
}
.singular-shop .woocommerce-Price-amount {
    color: var( --e-global-color-primary );
}
@media (min-width: 768px){
body .product-block.v1 {
    padding: 10px 10px 10px;
}
}
@media (max-width: 767px){
body .product-block.v1 {
    padding: 5px;
}

body .singular-shop div.product .group-button {
    width: auto;
    margin: 0px 0 0px 5px;
}
}
.singular-shop .woo-wmi-info ul li {
    padding: 2px 0px;
}
.singular-shop .woo-wmi-info ul {
    list-style: none;
    padding: 0;
}
body .singular-shop .image-mains .images {
    justify-content: center;
}
@media (max-width: 575px){
body .mobile-btn-cart-click {
    position: static;
    bottom: 0;
    left: 0;
    width: 400px;
    z-index: 99;
    background: var(--bg-white);
    padding: 10px 8px;
    border-top: 1px solid var(--border-color);
}
body.woocommerce div.product .single_add_to_cart_button {
    position: static;
}
body #shop-now.has-wishlist .button-wishlist {
    position: static;
    bottom: auto;
    right: 0;
    width: inherit;
    background: transparent;
    left: auto;
    z-index: 900;
    line-height: 1!important;
    border-top: none;
    padding-top: initial;
}
body #shop-now.has-wishlist .single_add_to_cart_button {
    width: fit-content;
    min-width: 150px;
    float: left;
}

body .singular-shop #shop-now div.quantity {
    margin: 25px 0 0;
    width: 100%;
    max-width: initial;
    display: block!important;
    width: 100%;
}
body .singular-shop #shop-now div.quantity .box {
    width: fit-content;
}
body  #shop-now.has-wishlist .single_add_to_cart_button::after{
    display:none;
}
body #shop-now.has-wishlist .single_add_to_cart_button:hover {
    color: #fff;
    background: black;
}
body #shop-now.has-wishlist .button-wishlist a {
    line-height: 0px !important;
    display: flex!important;
}
}
.singular-shop .woo-wmi-info div.info-item ul li{
    position:relative;
    padding-left:20px;
}
.singular-shop .woo-wmi-info div.info-item ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 5px;
    position:absolute;
    left:0;
    top: 3px;
}
.singular-shop .woo-wmi-info div.info-item ul li {
    width: 50%;
}
.singular-shop .woo-wmi-info div.info-item ul {
    display: flex;
    flex-flow: wrap;
}
@media(max-width:500px){
.singular-shop .woo-wmi-info div.info-item ul li {
    width: 100%;
}   
}
.single-main-content .entry-summary .product-data-shipping {
    font-size: 15px!important;
}
.singular-shop .single_variation_wrap .woocommerce-variation-availability {
    margin-bottom: 10px!important;
}

.singular-shop .single_variation_wrap .woocommerce-variation-availability .stock::before {
    content: "\f269";
    margin-right: 5px;
    font-family: 'Material-Design-Iconic-Font';
    color: #900000;
    font-size: 18px;
    position: relative;
    top: 2px;
}
.singular-shop .woocommerce-variation-availability .stock.out-of-stock ::before {
    content:'\f135';
    margin-right: 5px;
    font-family: 'Material-Design-Iconic-Font';
    color: #900000;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.short-description-content {
    max-height: 100px;
    overflow: auto;
    color:black;
    padding-right: 10px;
}
/* width */
.short-description-content::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.short-description-content::-webkit-scrollbar-track {
  background: #e7f5fc; 
}
 
/* Handle */
.short-description-content::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary); 
}

/* Handle on hover */
.short-description-content::-webkit-scrollbar-thumb:hover {
  background: var(--e-global-color-secondary); 
}
a.secondary-main ,
a.button.secondary-main,
a.btn.secondary-main,
.secondary-main ,
body.woocommerce div.product form.cart .button.secondary-main,
.woocommerce #review_form #respond .form-submit input,
body .singular-shop div.product .tbay-compare a {
    background-color: var(--e-global-color-e7141aa) !important;
    color: var(--e-global-color-a616cb4) !important;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 100px;
}
a.secondary-main:hover ,
a.button.secondary-main:hover,
a.btn.secondary-main:hover,
.secondary-main:hover ,
body.woocommerce div.product form.cart .button.secondary-main:hover,
.woocommerce #review_form #respond .form-submit input:hover,
body .singular-shop div.product .tbay-compare a:hover{
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
    border: 1px solid var(--e-global-color-primary);
}

body.woocommerce div.product form.cart .button.consultation-btn {
    margin-left: 10px!important;
}
body.woocommerce .singular-shop div.product .group-button {
    margin-left: 10px;
    height:auto!important;
}
body.woocommerce div.product #shop-now .group-button .tbay-compare {
    display: flex!important;
}
@media(max-width:991px){
body.woocommerce .singular-shop div.product .group-button {
    margin-left: 0px;
    margin-top: 0px;
}
}

@media(max-width:991px) and (min-width:610px) {
body.woocommerce .singular-shop div.product .group-button {
    margin-left: 10px;
    margin-top: 0px;
}
body.woocommerce div.product #shop-now .group-button .tbay-compare {
    display: flex!important;
}
}
.woo-single-title.title-border::before{
  margin-left: 0;
}

@media(max-width:610px){
 body.woocommerce div.product form.cart .button.consultation-btn ,
 body.woocommerce div.product .group-button .tbay-compare a{
    margin-left: 0px!important;
    margin-top: 10px!important;
    width:100%;
  } 
  
body.woocommerce .singular-shop .yith-compare ,
body.woocommerce .singular-shop div.product .group-button ,
body.woocommerce div.product form.cart .button {
     width:100%;
}
}
 body.woocommerce .singular-shop #shop-now {
    border: none;
    padding: 0;
}
ul.resp-tabs-list-default li a {
    background-color: var(--e-global-color-e7141aa) !important;
    color: var(--e-global-color-a616cb4) !important;
    border: 1px solid var(--e-global-color-primary);
    padding: 10px 30px!important;
    border-radius: 100px;
}
ul.resp-tabs-list-default li.resp-tab-active a{
    background-color:var(--e-global-color-primary)!important;
    color:#fff!important;
}
ul.resp-tabs-list-default li{
    padding: 0!important;
    border: none!important;
}
.resp-tabs-list-default {
    display: flex;
    gap: 10px;
    margin-bottom: 20px!important;
}
.woocommerce-tabs .resp-tabs-container .sub {
    /* background: var(--e-global-color-e7141aa); */
    padding: 20px 0px;
    /* border-radius: 20px; */
    overflow: hidden;
    /* margin: 10px 0px; */
}
.default-resp-tabs h2.resp-accordion {
    margin: 10px 0px;
    background: var(--e-global-color-e7141aa);
    border-radius: 100px!important;
    color:var(--e-global-color-primary)!important;
    border-color:var(--e-global-color-primary)!important;
}
.default-resp-tabs h2.resp-accordion.resp-tab-active {
   background-color:var(--e-global-color-primary)!important;
   color:#fff!important;
}
.default-resp-tabs h2.resp-accordion.resp-tab-active a{
   color:#fff!important;
}
h5.woocommerce-Reviews-title.title-border, h5.woocommerce-Reviews-title.title-border::before {
    margin: 0px;
}
.tab-content-inner {
    background: var(--e-global-color-e7141aa);
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px 0px;
}
.woocommerce-Reviews .woocommerce-Reviews-content{
    display: flex;
    flex-direction: row-reverse!important;
    flex-flow: wrap;
}
.woocommerce #reviews #comments {
    position: relative;
    /* padding: 0px 0 0; */
    background: transparent;
    padding-top: 0;
    margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 1px solid red;
}
#review_form_wrapper div#review_form input:not([type=submit]), #review_form_wrapper div#review_form select, #review_form_wrapper div#review_form textarea {
    width: 100%;
    min-height: 45px;
    padding: 0px 10px;
    border-radius: 25px!important;
    border-color: #d0d0d0;
}
.woocommerce #review_form #respond #comment {
    padding: 20px 10px!important;
    max-height: 120px;
    border-bottom: 10px!important;
    border-color: var(--e-global-color-accent);
}
#review_form_wrapper {
    max-width: 100%;
}
div#woo-bottom-tab ul.resp-tabs-list {
    justify-content: center;
}
.woocommerce #review_form_wrapper .comment-reply-title {
    font-size: 16px;
    font-weight: 600;
}
.wmi-video-item-inner {
    aspect-ratio: 9/5;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.wmi-video-item-inner a.ls-play-vid {
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 55px;
    height: 55px;
    font-size: 22px;
}
.wmi-video-item-inner a.ls-play-vid:hover {
    background: var(--e-global-color-secondary);
}
.wmi-video-item-inner a.ls-play-vid:hover i {
   color:#fff;
}
.wmi-video-item-inner a.ls-play-vid i {
    height: auto;
    line-height: 1.2em;
    color:var(--e-global-color-secondary);
}
.woo-bottom-tab .wmi-video-item {
    max-width: 800px;
    margin: auto;
}
@media (max-width: 767px) {
body.woocommerce #reviews #comments ol.commentlist li {
        padding-bottom: 0;
        margin-bottom: 10px;
    }
body.woocommerce #reviews #comments ol.commentlist {
    margin-top: 0;
    padding: 17px 0 20px;
    border-top: 1px solid var(--e-global-color-primary);
}
div.woo-bottom-tab {
    border-top: 1px solid #bfe6fa;
}
}
.psfw-social-wrap::before {
    content: "Share On:";
    font-weight: 600;
}
.psfw-social-wrap {
    align-items: center;
    gap: 20px;
    flex-flow: wrap;
}
.psfw-social-wrap  ul.psfw-social-icons li a {
    border: none;
    background: var(--e-global-color-primary);
    color: #fff;
}
.psfw-social-wrap  ul.psfw-social-icons li a:hover {
    border: none;
    background: var(--e-global-color-secondary);
    color: #fff;
}

.image-mains .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    aspect-ratio: 9/8;
    align-items: center;
    aspect-ratio: 9/8;
    object-fit: contain;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #dfdfdf;
    background: transparent;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 10px;
}

div#woocommerce-tabs h2.wb_cptb_title {
    display: none;
}
body.woocommerce div.product #woocommerce-tabs {
    color: #000;
}
#woocommerce-tabs .wb_cptb_content ul li::before {
    content: "\f124";
    font-family: "Font Awesome 5 Free";
    font-weight: bolder;
    transform: rotate(45deg);
    display: inline-block;
    width: 30px;
    position: absolute;
    left: 0;
    right: auto;
    top: 5px;
    color: var(--e-global-color-primary);
    font-size: 15px;
}
#woocommerce-tabs .wb_cptb_content ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
}
#woocommerce-tabs .wb_cptb_content ul {
    padding: 0;
}
.summary.entry-summary .related-products-dropdown select {
    width: 100%;
    max-width: 500px;
    padding: 4px 10px;
    text-align: center;
    background: var(--e-global-color-e7141aa);
    border-color: var(--e-global-color-primary);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.related-products-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
	margin-bottom: 20px;
}

.related-products-dropdown .rp-dropdown-toggle {
    background: #bfe6fa;
    border: 1px solid #106eda;
    padding: 3px 20px;
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
	transition:all .3s ease-in-out;
}
.related-products-dropdown .rp-dropdown-toggle i{
	transition:all .3s ease-in-out;
}
.related-products-dropdown.rp-open .rp-dropdown-toggle i {
	transform: rotateX(180deg);
}
.related-products-dropdown .rp-dropdown-toggle:hover {
	background:#106eda;
	color:#fff
}
.related-products-dropdown.rp-open .rp-dropdown-toggle {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	background:#106eda;
	color:#fff
}
.related-products-dropdown .rp-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff !important;
    border: 1px solid #106eda;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    z-index: 999;
    line-height: normal;
    list-style: none;
    padding: 0;
    transition: all .3s ease-in-out;
    transform: translateY(20px);
    border-top: navajowhite;
}
.related-products-dropdown.rp-open ul.rp-dropdown-menu {
    display: block;
	transform: translateY(0px);
}
.related-products-dropdown .rp-dropdown-menu li a {
    padding: 6px 10px;
    white-space: normal;
    border-bottom: 1px solid #106eda;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    width: 100%;
    display: block;
    display: flex;
    align-items: self-start;
    gap: 10px;
	line-height: 1.2;
}
.related-products-dropdown .rp-dropdown-menu li a .woocommerce-Price-amount{
	color: #000!important;
}
.related-products-dropdown .rp-dropdown-menu li:hover a .woocommerce-Price-amount{
	color: #fff!important;
}
.related-products-dropdown .rp-dropdown-menu li a ins {
    text-decoration: none!important;
}
.related-products-dropdown .rp-dropdown-menu li a span.product-name {
    flex: 1;
}

.related-products-dropdown .rp-dropdown-menu li:hover a {
    background: #106eda;
	color:#fff;
}
.woocommerce #review_form #respond p {
    margin: 0;
    width: 100%;
}
.woocommerce #review_form p.comment-form-cookies-consent {
    display: flex;
    align-items: start;
}
.woocommerce #review_form #respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input {
    width: 15px!important;
    height: 15px!important;
    min-height: 10px;
    margin-bottom: 0!important;
    margin-top: 5px;
}
.woocommerce #review_form #respond p.stars a:before {
    font-size: 20px;
}
.woocommerce #review_form #respond p.stars a {
    width: 2em;
}

.woocommerce #review_form #respond p.stars a:before, 
.woocommerce #review_form #respond p.stars a:hover ~ a:before, 
.woocommerce #review_form #respond p.stars.selected a.active ~ a:before{
    color: #a8a8a8;
}
.woocommerce #review_form #respond p.stars.selected a.active:before, 
.woocommerce #review_form #respond p.stars.selected a:not(.active):before, 
.woocommerce #review_form #respond p.stars.selected a.active:before{
    color: #ffac0d;
}

.resp-tabs-container.product-show-content .wmi-video-item {
    margin: 0;
}

.woocommerce-product-details__short-description {
    padding-top: 0;
    padding-bottom: 20px;
}
.woo-call-for-price-btns {
    display: flex;
    gap: 10px;
    flex-flow: wrap;
}
.woo-call-for-price-btns a {
    height: 42px;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 100px!important;
    min-width: 150px;
    font-weight: 600!important;
	margin:0!important;
	z-index: 9!important;
	border:1px solid var(--e-global-color-primary)!important;
}
.woo-call-for-price-btns a.compare {
    background: var(--e-global-color-e7141aa) !important;
    color: var(--e-global-color-primary);
    font-weight: 500!important;
}
.woo-call-for-price-btns a.compare:hover {
	background: var(--e-global-color-primary) !important;
	color:#fff!important;
}
@media(max-width:767px){
	.woo-call-for-price-btns a , .woocommerce.product.compare-button {
		width:100%;
	}	
}

.product-content .shop-loop-content .btn {
    display: inline-flex;
	position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}


.woo-download-datasheet form .form-row input {
    margin-bottom: 0px!important;
	border-radius:100px;
}

.product-video-wrap {
    aspect-ratio: 9/8;
    margin: auto;
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #bfe6fa;
    padding: 20px;
    border-radius: 20px;
}
.product-video-wrap .tbay-video-content._16_9:not(.host) {
    width: 100%;
}
.order-review small.includes_tax ,
.cart_totals small.includes_tax {
    display: none!important;
}
body .cart_totals table tr.order-total>td, 
body .cart_totals table tr.order-total>th {
    padding-top: 5px !important;
}
.woocommerce-cart tr.order-total {
    box-shadow: 0px 0px  #cccccc!important;
    background: transparent;
}
.tbay-search-form .form-group .input-group {
    background: transparent;
}
.singular-shop div.product.outofstock .product_meta {
    padding-top: 0px!important;
    border-top: none!important;
}
.woo-call-for-price-btns a.compare:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon";
    margin-right: 5px;
}
.woocommerce div.product form.cart .button.added i.tb-icon {
    display: none;
}
.woocommerce div.product form.cart .button.added {
    flex-direction: row-reverse;
    gap: 10px;
    display: flex;
}
button.woosc-btn.secondary-main.button.woosc-btn-added.woosc-added .woosc-btn-icon {
	font-size: 20px!important;
}
button.woosc-btn.secondary-main.button {
    display: flex;
    font-weight: 500!important;
}