:root{
--wpt_primary: #0093b8;
--wpt_primary_deep: #007694;
--wpt_primary_deepest: #02485a;
--wpt_primary_light: #0a7f9c;
--wpt_secondary: #edf7f8;
--wpt_secondary_deep: #ceeaed;
--wpt_secondary_light: #d0d1d1;
--wpt_link: var(--wpt_primary);
--wpt_link_hover: var(--wpt_primary_deepest);
--wpt_link_deep: #003542;
--wpt_link_light: #047c9b;
--wpt_text: #646464;
--wpt_text_deep: #000000;
--wpt_text_light: #404040; 
--wpt_warning: #ffeb3b;
--wpt_danger: #d00;
--wpt_cart_highliter: #00b17a;
--wpt_off_white: #14141414;
--wpt_deep_off_white: #cbcbcb;
--wpt_white: #ffffff;
--wpt_gray: gray;
--wpt_black: #000000;
--wpt_review: #ffc107;
--wpt_thead_bg: var(--wpt_primary);
--wpt_thead_text: var(--wpt_white);
--wpt_product_title: var(--wpt_primary_deepest);
--wpt_product_title_hover: var(--wpt_primary);
--wpt_table_bg: var(--wpt_white);
--wpt_table_tr_odd: transparent;
--wpt_table_tr_boder: #0000000d;
--wpt_btn_color: var(--wpt_white);
--wpt_btn_color_hover: var(--wpt_primary);
--wpt_btn_bg: var(--wpt_primary);
--wpt_btn_bg_hover: transparent;
--wpt_sorted_head_bg: rgba(0, 0, 0, 0.18);
--wpt_sorted_head_text: inherit;
--wpt_sorted_td_bg: rgba(0, 0, 0, 0.03);
} div.wpt-wrap input[type=checkbox]{
position: absolute;
opacity: 0;
}
div.wpt-wrap input[type=checkbox]+label{
position: relative;
cursor: pointer;
padding: 0;
} div.wpt-wrap input[type=radio]{
position: absolute;
opacity: 0;
}
div.wpt-wrap input[type=radio]+label{
position: relative;
cursor: pointer;
padding: 0;
}
div.wpt-wrap input[type=radio]+label:before{
border: 1px solid #bbbbbb;
content: '';
margin-right: 10px;
display: inline-block;
vertical-align: text-top;
width: 24px;
height: 24px;
background: #e6e6e6;
border-radius: 50%;
}
div.wpt-wrap input[type=radio]:hover+label:before{
background: #ccc;
}
div.wpt-wrap input[type=radio]:checked+label:before{
background: #5cb85c;
border-color: #5cb85c;
}
div.wpt-wrap input[type=radio]:disabled+label{
color: #b8b8b8;
cursor: auto;
}
div.wpt-wrap input[type=radio]:disabled+label:before{
box-shadow: none;
background: #ddd;
}
div.wpt-wrap input[type=radio]:checked+label:after{
content: 'â—';
color: #fff;
top: 0px;
font-size: 20px;
font-weight: bold;
left: 6.5px;
top: -0.5px;
position: absolute;
}   .wpt-wrap .wpt-table-tag {
display: table;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
.wpt-wrap .wpt-thead-tag {
display: table-header-group;
}
.wpt-wrap .wpt-tbody-tag {
display: table-row-group;
}
.wpt-wrap .wpt-tr-tag {
display: table-row;
}
.wpt-wrap .wpt-th-tag {
display: table-cell;
vertical-align: middle;
}
.wpt-wrap .wpt-td-tag {
display: table-cell;
vertical-align: middle;
}  .wpt-wrap a,
.wpt-wrap a:hover{
text-decoration: none !important;
}
.wpt-wrap .wpt-table-tag{
font-size: 16px;
}
.wpt-wrap,
.wpt-wrap>div,
.wpt-wrap>div>div,
.wpt-wrap .wpt-table-tag,
.wpt-wrap .wpt-thead-tag .wpt-th-tag, .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag,
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-td-tag{
font-weight: 400;
font-size: 16px;
line-height: 18px;
} div.inner-available.td_or_cell{
display: flex;
flex-wrap: wrap;
gap: 10px;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.wpt-wrap .wpt_table_head, .wpt-wrap .wpt_table_head>.wpt-th-tag{
padding: 11px 10px;
margin: 0;
}
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .wpt-th-tag,
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .wpt-td-tag{
border-spacing: 1px;
border: none;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .wpt-th-tag:first-child,
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .wpt-td-tag:first-child{
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .wpt-th-tag:last-child,
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .wpt-td-tag:last-child{
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.wpt-wrap .wpt-th-tag.wpt_description, .wpt-wrap .wpt-td-tag.wpt_description{
min-width: 350px;
white-space: inherit;
}
.wpt-wrap .wpt-tr-tag.wpt-row,
.wpt-tr-tag.wpt-row>.wpt-td-tag>*{
padding: 0;
margin: 0;
}
.wpt-wrap .wpt-tr-tag.wpt-row>.wpt-td-tag{
padding: 10px;
margin: 0;
}
body.wpt_table_body .wpt-wrap .wpt-thead-tag .wpt-tr-tag,
body.wpt_table_body .wpt-wrap .wpt-thead-tag .wpt-th-tag{
color: #fff;
border-top: none;
border-bottom: none !important;
}
.wpt-wrap .wpt-thead-tag .wpt-th-tag{
border: none;
font-size: 18px;
font-weight: 500;
line-height: 20px;
}
.wpt-wrap table.wpt-tbl .wpt-thead-tag{
border-bottom: 1px solid #ffffff;
}
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag.spacer .wpt-td-tag{
padding: 0 !important;
height: 3px;
border-radius: 0 !important;
background: transparent !important;
}
.wp-block-button__link{
color: #fff !important; 
} span.wpt_product_price ins{
font-size: 16px;
line-height: 18px;
}
span.wpt_product_price .amount{
color: black;
font-weight: normal;
}
.wpt_product_price del .amount{
color: var(--wpt_gray);
font-weight: normal;
font-size: 16px;
line-height: 18px;
} .wpt-tr-tag.product_type_simple .item_inside_cell.wpt_action, .wpt-tr-tag.product_type_simple .td_or_cell.wpt_action>div{
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;
gap: 4px;
flex-wrap: wrap;
}
.wpt-tr-tag.stock_status_outofstock.backorders_no.product_type_simple .item_inside_cell.wpt_action, 
.wpt-tr-tag.stock_status_outofstock.backorders_no.product_type_simple .td_or_cell.wpt_action>div{
flex-wrap: wrap;
gap: 10px;
}
.item_inside_cell.wpt_action, .td_or_cell.wpt_action>div{
background: transparent;
width: 100%;
}
a.button.wpt_woo_add_cart_button{
position: relative;
display: inline-block;
}
.wpt-wrap .wpt_add-request-quote-button,
.wpt-wrap .wpt_quick_view .caqv-open-modal,
.wpt-tr-tag.visible_row.wpt_row .wpt-td-tag a.button,
.wpt-tr-tag.visible_row.wpt_row .wpt-td-tag a.wpt_woo_add_cart_button,
.wpt-tr-tag.visible_row.wpt_row .col_inside_tag.action a
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.add_to_cart_button,
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.single_add_to_cart_button, .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.add_to_cart_button.adding,
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.add_to_cart_button.alt.wc-variation-selection-needed,
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.add_to_cart_button.adding.wc-variation-selection-needed{
padding: 10px 11px;
color: #fff;
font-size: 16px;
border-radius: 2px;
font-weight: 400;
white-space: nowrap;
line-height: 16px;
cursor: pointer;
text-transform: none;
letter-spacing: 0px;
box-shadow: none;
opacity: 1; position: relative;
}
.wpt-tr-tag.visible_row.wpt_row .wpt-td-tag a.wpt_woo_add_cart_button.disabled{
opacity: 1;
}
.wpt-wrap .wpt-tr-tag.wpt_table_header_row.wpt_table_head .wpt-th-tag{
white-space: nowrap;
}
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-th-tag .content span,
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-td-tag .content span{
font-weight: 600;
font-size: 18px;
padding-bottom: 15px;
padding-top: 15px;
}
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag:not(.spacer){
border-radius: 0;
overflow: hidden;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag:not(.spacer):hover{
-webkit-box-shadow: 0px -1px 0px 0px #0000000f;
box-shadow: 0px -1px 0px 0px #0000000f;
}
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag:last-child,
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag:last-child:hover{
border-bottom: none !important;
box-shadow: unset;
}
div.td_or_cell.no-inner.wpt_message input.message{
width: 100%;
}
table.wpt-message-box-table {
width: 295px;
}
table.wpt-message-box-table, table.wpt-message-box-table tr, table.wpt-message-box-table td, table.wpt-message-box-table th {
padding: 0;
margin: 0;
}
table.wpt-message-box-table td input {
padding: 10px;
min-width: 150px;
border-radius: 2px;
font-size: 16px;
line-height: 18px;
height: 37px;
margin: 0;
box-shadow: unset;
max-width: 225px;
background-color: var(--wpt_white);
border: 1px solid var(--wpt_off_white);
text-align: left;
}  .wpt-tr-tag.wpt-row.wpt-added-to-cart>.wpt-td-tag:first-child:before{
content: "";
position: absolute;
width: 1px;
top: 0;
left: 0;
height: 100%;
}
div.wpt_table_tag_wrapper .wpt-tr-tag.wpt-row.wpt-added-to-cart div.wpt_tick.item_inside_cell,
div.wpt-wrap .wpt-table-tag.wpt_product_table .wpt-tbody-tag .wpt-tr-tag.wpt_row .wpt-td-tag.td_or_cell.wpt_tick{
position: relative;
padding: 0;
}
div.wpt_table_tag_wrapper .wpt-tr-tag.wpt-row.wpt-added-to-cart .wpt-td-tag>div.wpt_tick.item_inside_cell:before,
div.wpt_table_tag_wrapper .wpt-tr-tag.wpt-row.wpt-added-to-cart div.item_inside_cell.wpt_tick:before{
content: "\e811";
font-family: 'wptfontelo';
color: var(--wpt_cart_highliter);
position: absolute;
top: 50%;
left: 6px;
transform: translateY(-8px);
background: transparent !important;
padding: 5px;
border-radius: 0;
width: 20px;
height: 20px;
}
.wpt-tr-tag.wpt-row.wpt-added-to-cart>.wpt-td-tag:last-child::after{
left: unset;
right: 0;
}
.instance_search_wrapper input.instance_search_input{
margin: 0;
} .wpt-wrap .wpt-tbody-tag .wpt-tr-tag .wpt-td-tag .music_title{
font-size: 16px;
font-weight: 500;
}
.wpt-wrap .custom_table .wpt_row .wpt-td-tag img{
border-radius: 3px;
}
.wpt-wrap #wpt_table.wpt-table-tag.wpt_product_table a.added_to_cart.wc-forward{
font-size: 12px;
padding: 2px 5px;
font-weight: normal;
background: transparent;
text-decoration: none;
letter-spacing: 2px;
} .all_check_header_footer.all_check_header>span label{
display: flex;
column-gap: 10px;
}
div.wpt-wrap.wpt-wrap input[type=checkbox]+label:before{
content: '';
display: inline-block;
vertical-align: text-top;
width: 20px;
height: 20px;
border-radius: 1px;
font-size: 18px;
line-height: 18px;
}
div.wpt-wrap.wpt-wrap input[type=checkbox]:checked+label:after{
content: '\2713';
top: 3px;
font-size: 15px;
font-weight: bold;
left: 5px;
position: absolute;
line-height: 18px;
width: 18px;
height: 18px;
} div.wpt-wrap.wpt-wrap .wpt-tr-tag .wpt-th-tag input[type=checkbox]+label:after{
font-size: 17px !important;
line-height: 17px !important;
}
div.wpt-wrap.wpt-wrap .wpt-tr-tag.product_type_grouped input[type=checkbox]+label,
div.wpt-wrap.wpt-wrap .wpt-tr-tag.product_type_external input[type=checkbox]+label,
div.wpt-wrap.wpt-wrap .wpt-tr-tag.disabled input[type=checkbox]+label,
div.wpt-wrap.wpt-wrap .wpt-tr-tag.stock_status_outofstock input[type=checkbox]+label{
opacity: .25;
}
.wpt-wrap .wpt-th-tag.wpt_check label{
margin-left: -1px;
} .wpt-wrap .wpt_table_pagination span.page-numbers.current,
.wpt-wrap .wpt_table_pagination a.page-numbers.current{
color: #ffff;
font-weight: bold;
font-size: 16px;
line-height: 17px;
}
.wpt-wrap .wpt_table_pagination a.page-numbers, 
.wpt-wrap .wpt_table_pagination span.page-numbers{
padding: 8px 16px;
text-decoration: none;
transition: background-color .1s;
margin: 0px;
display: inline-block;
cursor: pointer;
font-size: 16px;
border-radius: 2px;
line-height: 17px;
} .wpt-wrap .all_check_header_footer{
background-color: transparent;
padding: 0;
font-size: 16px;
font-family: inherit;
margin: 0;
flex-wrap: wrap;
gap: 10px;
}
.wpt-wrap .td_or_cell.wpt_check{ } 
.wpt-wrap input[type=checkbox]+label, .wpt-wrap input[type=radio]+label{
margin: 0 0 0 0;
}
.wpt_table_body .wpt-wrap .wpt_action form.cart{
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 0;
flex-wrap: wrap;
flex-direction: row;
flex-basis: 100%;
justify-content: start;
}
.wpt_table_body .wpt-wrap .wpt_action form.variations_form.cart{
flex-wrap: wrap;
flex-direction: column;
flex-basis: 100%;
}
.wpt_action form.variations_form.cart .single_variation_wrap,
.wpt_action form.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation{
display: flex;
flex-wrap: nowrap;
flex-direction: column;
gap: 10px;
width: 100%;
order: 3;
}
.wpt_action form.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button{
display: flex;
flex-wrap: nowrap;
flex-direction: row;
gap: 10px;
align-items: center;
justify-content: start;
order: 1;
}
.wpt_action form.variations_form.cart table.variations, 
.wpt_action form.variations_form.cart table.variations tr, 
.wpt_action form.variations_form.cart table.variations td,
.wpt_action form.variations_form.cart table.variations tr th {
padding: 4px;
margin: 0;
background: transparent;
}
.wpt_action form.variations_form.cart table.variations select {
min-width: 160px;
} body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag.wpt_row>.wpt-td-tag a.wpt_product_title_in_td{
font-weight: 400;
text-decoration: none;
font-size: 17px;
line-height: 19px;
background: transparent;
margin: 0;
box-shadow: none;
min-width: 250px;
display: block;
} body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag.wpt_row>.wpt-td-tag .product_description{
font-weight: 400;
text-decoration: none !important;
font-size: 16px;
background: transparent;
margin: 0;
} .wpt-wrap .wpt_quantity .quantity{
display: flex;
}
.wpt-wrap .qib-button-wrapper button.qib-button{
padding: 0;
text-align: center;
}
.qib-button-wrapper .quantity input.input-text.qty.text{
width: 3rem;
}
.wpt-wrap .wpt-tbl input[type=number]::-webkit-inner-spin-button,
.wpt-wrap .wpt-tbl input[type=number]::-webkit-outer-spin-button{
opacity: 0.7;
}
.wpt-wrap .qib-button-wrapper{
display: flex !important;
height: 37px;
float: unset;
margin: 0;
flex-wrap: nowrap;
gap: 0;
}
.wpt-wrap .qib-button-wrapper div.quantity.wqpmb_quantity{
height: 37px;
}
.wpt_action input.input-text.qty.text,
.wpt-wrap .qib-button-wrapper .quantity input.input-text.qty.text,
.wpt-wrap .wpt_quantity input.input-text.qty.text,
.wpt-wrap .wpt_quick_qty input.input-text.qty.text{
padding: 0;
text-align: center;
min-width: 25px;
border-radius: 2px;
font-size: 16px;
line-height: 18px;
height: 37px;
margin: 0;
box-shadow: unset;
max-width: 55px;
}
.wpt-wrap .qib-button-wrapper .quantity input.input-text.qty.text{
border-radius: 0;
}
body.wpt_table_body .wpt-wrap .qib-button-wrapper .minus.qib-button,
body.wpt_table_body .wpt-wrap .qib-button-wrapper .plus.qib-button{
font-size: 18px;
line-height:18px;
height: 37px;
font-weight: normal;
}
body.wpt_table_body .wpt-wrap .qib-button-wrapper .minus.qib-button{
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-right: 0 none;
}
body.wpt_table_body .wpt-wrap .qib-button-wrapper .plus.qib-button{
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-left: 0 none;
} .wpt-wrap div.tables_cart_message_box div.widget_shopping_cart_content li a.remove::before{
font-size: 24px;
border-radius: 25px;
} @media only screen and (min-width: 600px){
} @media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 1024px){
} @media only screen and (max-width: 991px){
} @media only screen and (max-width: 767px){
} @media only screen and (max-width: 600px){
} @media only screen and (max-width: 500px){
}.wpt-new-footer-cart {
background: #0093b8;
color: white;
position: fixed;
top: unset;
right: unset;
bottom: 35px;
left: calc(50% - 185px);
width: 360px;
height: 65px;
border-radius: 7px;
box-shadow: 0 10px 30px 0 #0000004d;
display: flex;
align-items: center;
z-index: 999;
font-size: 16px;
font-weight: normal;
line-height: 18px;
}
.wpt-foooter-cart-stats-empty {
display: none;
}
.wpt-new-footer-cart-inside {
display: flex;
align-items: center;
width: 100%;
flex-wrap: nowrap;
justify-content: space-between;
line-height: initial;
position: absolute;
padding: 10px;
height: 100%;
top:0;
left: 0;
}
.wpt-lister {
position: absolute;
background: #ffffff;
bottom: 80px;
left: 0;
width: 100%;
box-shadow: -2px -1px 25px 0 #00000038;
padding: 0;
margin: 0;
border-radius: 0;
border-top: 3px solid #0a7f9c;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
display: none;
}
.wpt-new-footer-cart,.wpt-new-footer-cart-inside,.wpt-lister,.wpt-lister .lister-ins,
.wpt-lister ul, .wpt-lister li, .wpt-lister li a,
.lister-ins dl.variation,
.lister-ins dl.variation>*,
.sss{
font-size: 16px;
font-weight: normal;
line-height: 18px;
}
body.wpt-footer-cart-expand .wpt-lister{
display: block;
}
.wpt-lister .lister-ins {
padding: 0;
background: transparent;
margin: 2px 6px 6px 6px;
border-radius: 0;
}
.wpt-lister ul, .wpt-lister li, .wpt-lister li a{
padding: 0;
margin: 0;
text-decoration: none;
}
.wpt-lister ul, .wpt-lister li{
list-style: none;
}
.wpt-lister ul {
max-height: 400px;
overflow: auto;
}
.wpt-new-footer-cart span.wpt-fcart-coll-expand {
position: absolute;
color: #ffffff73;
height: 5px;
top: -5px;
right: 15px;
width: 36px;
text-align: center;
cursor: pointer;
z-index: 0;
transition: all 0.25s;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
overflow: hidden;
line-height: 0;
}
.wpt-new-footer-cart span.wpt-fcart-coll-expand.animated{
animation: wpt-footer-cart-ribbon 0.3s;
}
body.wpt-footer-cart-expand .wpt-new-footer-cart span.wpt-fcart-coll-expand.animated{
animation: none;
}
@keyframes wpt-footer-cart-ribbon {
from {
height: 8px;
top: -8px;
color: #ffffffa6; }
to {
height: 5px;
top: -5px;
}
}
.wpt-new-footer-cart:hover span.wpt-fcart-coll-expand,
body.wpt-footer-cart-expand span.wpt-fcart-coll-expand {
height: 11px;
top: -11px;
}
.lister-ins dl.variation,.lister-ins dl.variation * {
display: inline-flex;
padding: 0;
margin: 0;
font-size: 90%;
font-weight: normal;
}
.lister-ins dl.variation>* {
padding: 0 3px;
}
.lister-ins dl.variation dt {
color: black;
font-size: 85%;
}
.lister-ins li span.quantity {
margin-left: 8px;
font-size: 90%;
font-weight: 400;
font-style: oblique;
background: transparent;
padding: 0;
white-space: nowrap;
border-radius: 1px;
float: none;
}
.lister-ins li {
border-bottom: 1px solid #0000000f;
}
.lister-ins li:last-child {
border-bottom: 0 none;
}
.lister-ins li .wpt-cart-remove,
.wpt-cart-contents span.count{
cursor: pointer;
}
.lister-ins li .wpt-cart-remove:hover{
color: #d00;
}
.wpt-new-footer-cart-inside a.wpt-view-n {
text-align: right;
color: white;
font-weight: 500;
font-size: 20px;
text-decoration: none;
line-height: 20px;
}
.wpt-new-footer-cart:hover a.wpt-view-n {
color: #ffffffad;
}
p.wpt-product-notfound-cart {
width: 100%;
padding: 0;
margin: 0;
}
.wpt-new-footer-cart:hover a.wpt-view-n i.wpt-bag {
color: white;
}
.wpt-cart-contents {
background: #00000014;
border-radius: 2px;
display: flex;
justify-content: space-between;
padding: 0;
padding-left: 2px;
overflow: hidden;
align-items: center;
gap: 0;
font-size: 17px;
line-height: 20px;
}
.wpt-cart-contents span.woocommerce-Price-amount.amount,
.wpt-cart-contents span.count,
.wpt-cart-contents span.wpt_empty_cart_btn
{
padding: 5px;
}
.wpt-cart-contents span.woocommerce-Price-amount.amount {
color: white;
}
.wpt-cart-contents span.count {
background: #00000021;
padding-left: 6px;
color: white;
}
body.wpt-footer-cart-expand .wpt-cart-contents span.count {
background: #0000006b;
}
.default_wrapper #wpt_table.wpt-table-tag.wpt_product_table a.added_to_cart.wc-forward {
display: block;
width: 100% !important;
background: transparent;
clear: both;
padding: 0;
margin: 0;
}
.wpt-cart-contents span.wpt_empty_cart_btn {
cursor: pointer;
opacity: 1;
padding-left: 1px;
padding-right: 1px;
color: #ffffffd6;
}
.wpt-cart-contents span.wpt_empty_cart_btn:hover {
color: #ffeb3b;
}
.lister-ins>ul>li {
font-size: 16px;
line-height: 19px;
padding-bottom: 4px;
padding-top: 4px;
display: flex;
flex-direction: revert;
justify-content: space-between;
gap: 10px;
align-items: self-end;
}
span.wpt-vc-right {
width: 66px;
} .lister-ins>ul>li i.wpt-cart-remove.wpt-trash-empty {
margin-bottom: auto;
}
.lister-ins>ul>li.wpt-cart-subtotal {
font-weight: bold;
color: black;
border-top: 1px solid #01010159;
}
.wpt-fcart-anim::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-name: wpt-footer-cart-away;
animation-name: wpt-footer-cart-away;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
z-index: -1;
background: #00000042;
}
@-webkit-keyframes wpt-footer-cart-away {
0% {
opacity: .2;
}
100% {
opacity: 0;
-webkit-transform: scale(1.3,2);
transform: scale(1.3,2);
}
}
@keyframes wpt-footer-cart-away {
0% {
opacity: .2;
}
100% {
opacity: 0;
-webkit-transform: scale(1.3,2);
transform: scale(1.3,2);
}
} @media only screen and (max-width: 768px){
.wpt-new-footer-cart,
body.wpt_device_mobile .wpt-new-footer-cart {
border-radius: 0;
width: 100%;
left: 0;
bottom: 69px;
}
} .wpt-new-footer-cart-inside span.fc-add-to-cart-selected {
position: absolute;
background: #007694;
top: 16px;
left: -55px;
min-width: 55px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
height: 31px;
padding: 6px;
cursor: pointer;
text-align: left;
border-right: 1px solid #006078;
}.all_check_header_footer {
background-color: transparent;
padding: 15px 0;
font-size: 14px;
font-family: inherit;
text-transform: uppercase;
display: flex;
justify-content: space-between;
}
.all_check_header_footer.all_check_header>span {
display: flex;
padding: 9px;
justify-content: flex-start;
align-items: center;
border-radius: 2px;
line-height: 24px;
}
.all_check_header_footer .button.add_to_cart_all_selected {
padding: 9px 25px;
font-size: 16px;
line-height: 21px;
font-weight: 400;
border: 0;
cursor: pointer;
text-shadow: none;
display: inline-block;
-webkit-appearance: none;
box-shadow: none;
display: flex;
align-items: center;
} @media only screen and (max-width: 600px) {
.wpt-wrap .all_check_header_footer {
justify-content: center;
}
.all_check_header_footer.all_check_header>* {
flex-grow: 1;
flex-basis: 250px;
}
} @media only screen and (max-width: 400px) {
.all_check_header_footer .button.add_to_cart_all_selected {
flex: 1 100%;
}
}:root{
--wpt_primary: #0093b8;
--wpt_primary_deep: #007694;
--wpt_primary_deepest: #02485a;
--wpt_primary_light: #0a7f9c;
--wpt_secondary: #edf7f8;
--wpt_secondary_deep: #ceeaed;
--wpt_secondary_light: #d0d1d1;
--wpt_link: var(--wpt_primary);
--wpt_link_hover: var(--wpt_primary_deepest);
--wpt_link_deep: #003542;
--wpt_link_light: #047c9b;
--wpt_text: #646464;
--wpt_text_deep: #000000;
--wpt_text_light: #404040; 
--wpt_warning: #ffeb3b;
--wpt_danger: #d00;
--wpt_cart_highliter: #00b17a;
--wpt_off_white: #14141414;
--wpt_deep_off_white: #cbcbcb;
--wpt_white: #ffffff;
--wpt_gray: gray;
--wpt_black: #000000;
--wpt_review: #ffc107;
--wpt_thead_bg: var(--wpt_primary);
--wpt_thead_text: var(--wpt_white);
--wpt_product_title: var(--wpt_primary_deepest);
--wpt_product_title_hover: var(--wpt_primary);
--wpt_table_bg: var(--wpt_white);
--wpt_table_tr_odd: transparent;
--wpt_table_tr_boder: #0000000d;
--wpt_btn_color: var(--wpt_white);
--wpt_btn_color_hover: var(--wpt_primary);
--wpt_btn_bg: var(--wpt_primary);
--wpt_btn_bg_hover: transparent;
--wpt_sorted_head_bg: rgba(0, 0, 0, 0.18);
--wpt_sorted_head_text: inherit;
--wpt_sorted_td_bg: rgba(0, 0, 0, 0.03);
}
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag a.button.add_to_cart_button,
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.single_add_to_cart_button,
body.wpt_table_body .wpt-wrap a.ajax_active.button.wpt_woo_add_cart_button.add_to_cart_button{
line-height: 16px !important;
}.wpt-td-tag.wpt-replace-td-in-.wpt-tr-tag{
border: 1px solid var(--wpt_off_white) !important;
background: var(--wpt_table_bg) !important;
border-bottom: 0 none !important;
}
.wpt_table_tag_wrapper .wpt-tr-tag.wpt_selected_tr .wpt-td-tag.wpt-replace-td-in-.wpt-tr-tag{
background: #8d8d8d0d !important;
}
.wpt-tr-tag:last-child .wpt-td-tag.wpt-replace-td-in-.wpt-tr-tag{
border-bottom: 1px solid var(--wpt_off_white) !important;
}
.wpt-wrap .wpt_table_tag_wrapper .wpt-table-tag.wpt-tbl{
background: var(--wpt_table_bg);
}
.wpt-wrap .wpt-table-tag.wpt-tbl .wpt-tr-tag:nth-child(2n+2){
background: var(--wpt_table_tr_odd);
}
.wpt-wrap .wpt-table-tag.wpt-tbl .wpt-tr-tag.wpt-row{
box-shadow: 0px -1px 0px 0px var(--wpt_table_tr_boder);
}
.wpt-wrap .woocommerce-mini-cart__buttons.buttons a{
background: var(--wpt_primary)!important;
color: var(--wpt_white);
border-color: var(--wpt_primary);
}
.wpt-wrap .woocommerce-mini-cart__buttons.buttons a:hover{
background: var(--wpt_primary_deepest)!important;
color: var(--wpt_white);
}
.wpt-wrap ul.woocommerce-mini-cart li a{
color: var(--wpt_primary_deepest);
}
.wpt-wrap .wpt-table-tag{
color: var(--wpt_text);
}
body.wpt_table_body .wpt-wrap .wp-block-button__link{
background: var(--wpt_primary) !important;
}
body.wpt_table_body .wpt-wrap .wpt-thead-tag .wpt-tr-tag.wpt_table_header_row,
body.wpt_table_body .wpt-wrap .wpt-thead-tag .wpt-tr-tag.wpt_table_header_row .wpt-th-tag{
background-color: var(--wpt_thead_bg);
}
.wpt-wrap .wpt-table-tag.wpt-tbl .wpt-tbody-tag .wpt-td-tag .wpt_product_title_in_td{
color: var(--wpt_product_title);
}
.wpt-wrap .wpt-table-tag.wpt-tbl .wpt-tbody-tag .wpt-td-tag:hover .wpt_product_title_in_td{
color: var(--wpt_product_title_hover);
}
.wpt-wrap .wpt-table-tag span.wpt-pro-tag-on-sale{
border: 1px solid var(--wpt_primary);
background: var(--wpt_primary);
}
body.wpt_table_body .wpt-wrap .wpt_add-request-quote-button,
body.wpt_table_body .wpt-wrap .wpt_quick_view .caqv-open-modal,
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag a.button.add_to_cart_button,
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.single_add_to_cart_button,
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.add_to_cart_button.adding,
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.add_to_cart_button.alt.wc-variation-selection-needed,
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.add_to_cart_button.adding.wc-variation-selection-needed{
background: var(--wpt_btn_bg);
border: 1px solid var(--wpt_btn_bg);
color: var(--wpt_btn_color);
}
body.wpt_table_body .wpt-wrap .wpt_add-request-quote-button:hover,
body.wpt_table_body .wpt-wrap .wpt_quick_view .caqv-open-modal:hover,
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.add_to_cart_button:hover,
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.single_add_to_cart_button:hover,
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.add_to_cart_button:hover.adding,
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.add_to_cart_button:hover.alt.wc-variation-selection-needed,
body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .button.add_to_cart_button:hover.adding.wc-variation-selection-needed{
background: var(--wpt_btn_bg_hover);
color: var(--wpt_btn_color_hover);
border: 1px solid var(--wpt_primary);
}
button.single_add_to_cart_button>span.wpt_ccount i.animate-spin, a.button.wpt_woo_add_cart_button>span.wpt_ccount i.animate-spin{
background: var(--wpt_white);
color: var(--wpt_primary);
}
.wpt_buy_link span.wpt_ccount,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart>span.wpt_ccount,
a.product_type_variation>span.wpt_ccount,
button.single_add_to_cart_button>span.wpt_ccount, a.button.wpt_woo_add_cart_button>span.wpt_ccount{
background: var(--wpt_white);
color: var(--wpt_black);
}
.wpt-wrap .wpt-tr-tag.wpt_table_header_row.wpt_table_head .wpt-th-tag{
color: var(--wpt_thead_text);
}
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-td-tag{
color: var(--wpt_text);
}
.wpt-wrap .wpt-tbody-tag .wpt-tr-tag .wpt-td-tag .music_title{
color: var(--wpt_primary);
}
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .wpt-td-tag a{
color: var(--wpt_link);
}
.wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag .wpt-td-tag a:hover{
color: var(--wpt_link_hover);
} .wpt-tr-tag.wpt-row.wpt-added-to-cart>.wpt-td-tag:first-child:before{
background: var(--wpt_cart_highliter);
}
.wpt-wrap .select2-container .select2-selection--multiple,
.wpt-wrap .select2-container--default .select2-selection--single{
border: 1px solid #ccd2d3;
}
.wpt_table_body .select2-container--default .select2-results__option[aria-selected=true], 
.wpt_table_body .select2-container--default .select2-results__option[data-selected=true]{
background-color: var(--wpt_secondary) !important;
}
.wpt_table_body .select2-container--default .select2-results__option--highlighted[aria-selected], 
.wpt_table_body .select2-container--default .select2-results__option--highlighted[data-selected]{
background-color: var(--wpt_primary) !important;
}
.wpt-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b{
border-color: var(--wpt_primary) transparent transparent transparent;
}
.wpt-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
border-color: transparent transparent var(--wpt_primary_deepest) transparent;
} div.wpt-wrap.wpt-wrap input[type=checkbox]+label:before{
background: var(--wpt_white);
border: 1px solid var(--wpt_gray);
}
div.wpt-wrap.wpt-wrap input[type=checkbox]:checked+label:before{
background: var(--wpt_primary);
border: 1px solid var(--wpt_primary_deep);
}
div.wpt-wrap.wpt-wrap .wpt-tr-tag .wpt-th-tag input[type=checkbox]:checked+label:before,
div.wpt-wrap.wpt-wrap .wpt-tr-tag .wpt-th-tag input[type=checkbox]+label:before{ border: 1px solid var(--wpt_primary_deepest);
}
div.wpt-wrap.wpt-wrap input[type=checkbox]:checked+label:after{
color: var(--wpt_white);
} .wpt-wrap .wpt_table_pagination span.page-numbers.current,
.wpt-wrap .wpt_table_pagination a.page-numbers.current{
background-color: var(--wpt_primary);
border: 1px solid var(--wpt_primary);
}
.wpt-wrap .wpt_table_pagination a.page-numbers,
.wpt-wrap .wpt_table_pagination span.page-numbers{
border: 1px solid var(--wpt_primary);
}
.wpt-wrap .wpt_table_pagination a.page-numbers:hover,
.wpt-wrap .wpt_table_pagination a.page-numbers:focus,
.wpt-wrap .wpt_table_pagination span.page-numbers:hover,
.wpt-wrap .wpt_table_pagination span.page-numbers:focus{
background: var(--wpt_primary);
color: #fff;
} .all_check_header_footer.all_check_header>span{
border: 1px solid var(--wpt_secondary_deep);
color: var(--wpt_primary);
background: var(--wpt_secondary);
}
.all_check_header_footer .button.add_to_cart_all_selected,
.wpt-tr-tag.visible_row.wpt_row .wpt-td-tag a.wpt_woo_add_cart_button.disabled{
background: var(--wpt_off_white);
color: var(--wpt_text_light);
}
.all_check_header_footer.product-selected .button.add_to_cart_all_selected{
background: var(--wpt_primary);
color: var(--wpt_white);
} body.wpt_table_body .wpt-wrap .wpt-table-tag .wpt-tbody-tag .wpt-tr-tag.wpt_row>.wpt-td-tag .product_description{
color: #5c5c5c;
}
.wpt-wrap div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item a{
color: var(--wpt_primary_deepest);
font-weight: 500;
}
.wpt-wrap div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item{
border: 1px solid var(--wpt_secondary_light);
background: var(--wpt_white);
color: var(--wpt_primary);
}
span.wpt_product_price .amount{
color: var(--wpt_black);
}
.wpt_product_price del .amount{
color: var(--wpt_gray);
}
.wpt-wrap div.tables_cart_message_box div.widget_shopping_cart_content .total *{
color: var(--wpt_text);
}
.tables_cart_message_box .widget_shopping_cart_content>p.total span.woocommerce-Price-amount.amount{
color: var(--wpt_primary);
}
.tables_cart_message_box .widget_shopping_cart_content>p.total span.woocommerce-Price-currencySymbol{
color: var(--wpt_primary_deepest);
} .search_box_fixer>.search_box_label{ color: var(--wpt_text_deep);
}
.search_box_wrapper span.select2-selection__clear{
background: var(--wpt_off_white);
color: var(--wpt_danger);
}
.search_box_wrapper span.select2-selection__clear:hover{
background: var(--wpt_off_white);
color: var(--wpt_text);
} .wpt-wrap .search_single .query_box_direct_value,
.wpt-wrap .instance_search_input{
border: 1px solid #ccd2d3;
}
button.wpt-query-reset-button{
background: var(--wpt_primary);
color: var(--wpt_white);
}
button.wpt-query-reset-button:hover{
background: var(--wpt_danger);
color: var(--wpt_white);
}
body.wpt_table_body .wpt-wrap a:focus,
body.wpt_table_body .wpt-wrap input:focus,
body.wpt_table_body .wpt-wrap select:focus,
body.wpt_table_body .wpt-wrap textarea:focus,
body.wpt_table_body .wpt-wrap button:focus{
outline: 0 none !important;
} .wpt-wrap .qib-button-wrapper button.qib-button{
color: var(--wpt_primary);
border: 1px solid var(--wpt_secondary_light);
}
.wpt_action input.input-text.qty.text,
.wpt-wrap .qib-button-wrapper .quantity input.input-text.qty.text, 
.wpt-wrap .wpt_quantity input.input-text.qty.text, 
.wpt-wrap .wpt_quick_qty input.input-text.qty.text{
border: 1px solid var(--wpt_off_white);
background: var(--wpt_white);
}
.wpt-wrap .qib-button-wrapper .quantity input.input-text.qty.text{
border-left: 0;
border-right: 0;
}
body.wpt_table_body .wpt-wrap .qib-button-wrapper .minus.qib-button, 
body.wpt_table_body .wpt-wrap .qib-button-wrapper .plus.qib-button{
background: var(--wpt_white);
border: 1px solid var(--wpt_off_white);
color: var(--wpt_primary_deepest);
}
body.wpt_table_body .wpt-wrap .qib-button-wrapper .minus.qib-button:hover, 
body.wpt_table_body .wpt-wrap .qib-button-wrapper .plus.qib-button:hover{
background: var(--wpt_off_white);
} .wpt-wrap div.tables_cart_message_box div.widget_shopping_cart_content li a.remove::before{
background: var(--wpt_primary);
}
.wpt-wrap div.tables_cart_message_box div.widget_shopping_cart_content li a.remove:hover::before{
background: var(--wpt_danger);
}
.wpt-wrap select,
.wpt_varition_section select{
border: 1px solid var(--wpt_secondary_light);
}
.wpt-wrap .wpt_load_more{
border: 1px solid var(--wpt_primary);
background-color: var(--wpt_primary);
}
.wpt-wrap .wpt_load_more:hover{
background-color: transparent;
border: 1px solid var(--wpt_primary);
color: var(--wpt_primary);
}
.wpt-wrap div.tables_cart_message_box p.woocommerce-mini-cart__empty-message{
color: var(--wpt_danger);
border: 1px solid var(--wpt_off_white);
background-color: var(--wpt_table_bg);
display: none;
} .wpt-wrap .wpt_action #custom_message,
.wpt-wrap .wpt-td-tag.wpt_message div>input.message, 
.wpt-wrap .item_inside_cell.wpt_message>input.message{
border: 1px solid var(--wpt_off_white);
background-color: var(--wpt_white);
} .star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before{
color: var(--wpt_review);
} .wpt-new-footer-cart{
background: var(--wpt_primary);
}
.wpt-lister{
border-top: 3px solid var(--wpt_primary);
}
.wpt-lister .lister-ins{
color: var(--wpt_primary_light);
}
.wpt-new-footer-cart span.wpt-fcart-coll-expand{
background: var(--wpt_primary_deep);
}
.lister-ins li .wpt-cart-remove:hover{
color: var(--wpt_danger);
}
.wpt-cart-contents span.wpt_empty_cart_btn:hover{
color: var(--wpt_warning);
} .wpt-global-added-to-cart{ color: var(--wpt_btn_color);
}
.wpt-global-added-to-cart:hover{
background: var(--wpt_primary_deepest);
color: var(--wpt_white);
} div.wpt_notice_board>div,
div.wpt_notice_board>div.woocommerce-message{
color: var(--wpt_white);
background: var(--wpt_primary);
}
div.wpt_notice_board>div.woocommerce-error{
background: var(--wpt_danger);
}
div.wpt_notice_board>div:after{
background: var(--wpt_primary_light);
}
div.wpt_notice_board>div:hover:after{
background: var(--wpt_primary_deepest)
}
.wc-block-components-notice-banner__content{
color: var(--wpt_primary);
}
div.wpt_column_sort #wpt_.wpt-table-tag.wpt-table-tag.wpt_product_table .wpt-tr-tag>.wpt-th-tag.this_column_sorted{
background-color: var(--wpt_sorted_head_bg);
color: var(--wpt_sorted_head_text);
}
div.wpt_column_sort #wpt_.wpt-table-tag.wpt-table-tag.wpt_product_table .wpt-tr-tag>.wpt-td-tag.this_column_sorted{
background: var(--wpt_sorted_td_bg);;
}  .wpt-wrap::-webkit-scrollbar-track{
background: var(--wpt_off_white); 
} .wpt-wrap::-webkit-scrollbar-thumb{
background: var(--wpt_primary); 
} .wpt-wrap::-webkit-scrollbar-thumb:hover{
background: var(--wpt_text_deep); 
}.wpt-new-footer-cart.footer-cart-temp-1 {
background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
.wpt-new-footer-cart.footer-cart-temp-2 {
background-image: linear-gradient(to right, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
.wpt-new-footer-cart.footer-cart-temp-3 {
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
}
.wpt-new-footer-cart.footer-cart-temp-4 {
background-image: linear-gradient(to right bottom, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
}
.wpt-new-footer-cart.footer-cart-temp-5 {
background-image: linear-gradient(to right top, #ffba39, #f1c624, #dfd30b, #c7df00, #a8eb12);
}
.wpt-new-footer-cart.footer-cart-temp-6 {
background-image: linear-gradient(to right top, #ff3939, #ff6f00, #f09d00, #d4c600, #a8eb12);
}
.wpt-new-footer-cart.footer-cart-temp-7 {
background-image: linear-gradient(to right top, #ff3939, #ff6f00, #f09d00, #d4c600, #a8eb12);
}
.wpt-new-footer-cart.footer-cart-temp-8 {
background-image: linear-gradient(to right top, #a9ff39, #00f4a4, #00dbfd, #00b7ff, #6284ff);
}
.wpt-new-footer-cart.footer-cart-temp-9 {
background-image: linear-gradient(to right top, #a9ff39, #c8ed0b, #e0d900, #f2c500, #ffb100);
}
.wpt-new-footer-cart.footer-cart-temp-10 {
background-image: linear-gradient(to left, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
}
.wpt-new-footer-cart.footer-cart-temp-11 {
background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
.wpt-new-footer-cart.footer-cart-temp-12 {
background-image: linear-gradient(to right top, #2a0537, #820543, #c4432b, #d69500, #a8eb12);
}
.wpt-new-footer-cart.footer-cart-temp-13 {
background-image: linear-gradient(to right top, #2a0537, #5f0048, #960048, #c70038, #eb2412);
}
.wpt-new-footer-cart.footer-cart-temp-14 {
background-image: linear-gradient(to right top, #d3ff00, #ead000, #f69f00, #f66a00, #eb2412);
}
.wpt-new-footer-cart.footer-cart-temp-15 {
background-image: linear-gradient(to right top, #d3ff00, #ffa700, #ff003e, #ff009b, #2412eb);
}
.wpt-new-footer-cart.footer-cart-temp-16 {
background-image: linear-gradient(to right top, #d3ff00, #a2fe52, #73fa7d, #44f4a0, #12ebbb);
}
.wpt-new-footer-cart.footer-cart-temp-16 {
background-image: linear-gradient(to right top, #d3ff00, #b3fb00, #8ff600, #65f113, #12eb24);
}
.wpt-new-footer-cart.footer-cart-temp-17 {
background-image: linear-gradient(to right top, #e800ff, #ff0083, #ff6300, #d4ba00, #12eb24);
}
.wpt-new-footer-cart.footer-cart-temp-18 {
background-image: linear-gradient(to right top, #ff000c, #f20109, #e60207, #d90305, #cd0303);
}
.wpt-new-footer-cart.footer-cart-temp-19 {
background-image: linear-gradient(to right top, #00ff6e, #2de956, #3bd33e, #41bd24, #42a800);
}
.wpt-new-footer-cart.footer-cart-temp-20 {
background-image: linear-gradient(to right top, #009cff, #007dee, #005eda, #003ec3, #0016a8);
}
.wpt-new-footer-cart.footer-cart-temp-20 {
background-image: linear-gradient(to right top, #0093b8, #007cbf, #0063c3, #0045bd, #0016a8);
}