<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    overflow-x: hidden;
}
.wfc_container {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999999;
    background-color: #FFF;
    transition: width 2s;
    display: flex !important;
    box-shadow: 3px 0 9px 0 #000;
    flex-direction: column;
    opacity: 0;
}
.wfc_container .wfc_header{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: auto;
    background-color: #f1f1f1;
    border-bottom: 2px solid #ccc;
    padding: 0px 12px;
}
.wfc_container .wfc_header_title {
    display: flex;
    padding: 10px 10px;
    text-align: center;
    font-size: 20px;
    margin: 0px;
    text-transform: capitalize;
    /*font-weight: 600;*/
}
.wfc_container span.wfc_close_cart {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.6s ease 0s;
    width: 11px;
    line-height: 0px;
}
.wfc_container span.wfc_close_cart:hover{
    transform: rotate(180deg);
    right: 15px;
    top: 17px;
    line-height: 0px;
}
.wfc_container table.wfc_cust_mini_cart td{
    border: none;
}
.wfc_container .wfc_body {
    overflow-y: auto;
    flex-grow: 1;
}
.wfc_container .wfc_footer {
    padding: 10px;
    width: 100%;
    position: relative;
    bottom: 0;
    display: inline-block;
    left: 0;
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
}
a#wfc_apply_coupon {
    font-size: 20px;
    letter-spacing: 1.1px;
}
.wfc_container .wfc_footer a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    line-height: 25px;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.wfc_cart_basket{
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    z-index: 999999;
    cursor: pointer;
}
.wfc_item_count {
    position: absolute;
    top: -10px;
    left: -12px;
    height: 23px;
    width: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.wfc_container h3.empty_cart_text {
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 600;
}
.wfc_container div.wfc_ship_txt {
    text-align: center;
    text-transform: capitalize;
}
.wfc_container .wfc_container a:focus{
    outline: none !important;
}
.wfc_container .wfc_total_tr {
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    padding: 10px 10px;
    border-top: 2px solid #ccc;
    position: relative;
    float: left;
   font-weight: 500;
    font-size: 21px;
}
.wfc_oc_total_oc {
    width: 100%!important;
    border-top: 1px dashed #9E9E9E;
}
.wfc_total_label {
    font-weight: bold;
}
.wfc_container .wfc_total_tr div {
    width: 50%;
    display: inline-block;
}
.wfc_container .wfc_coupon {
    width: 100%;
    display: inline-block;
    background-color: #f1f1f1;
    padding: 10px 10px;
    border-top: 1px solid #eee;
    position: relative;
    font-weight: 700;
    text-align: center;
}
.wfc_apply_coupon_link a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
}
.wfc_coupon_field {
    display: none;
    width: 100%;
}
.wfc_coupon_field input#wfc_coupon_code {
    display: inline-block;
    width: 70%;
    font-size: 16px;
    padding: 8px;
    border: 0;
    border-radius: 0;
}
.wfc_coupon_field span.wfc_coupon_submit {
    display: inline-block;
    width: 25%;
    font-size: 16px;
    padding: 8px;
    margin-left: 5%;
    cursor: pointer;
}
.wfc_container .wfc_cust_mini_cart a.wfc_remove {
    display: inline-block;
    margin-bottom: 10px;
}
.wfc_container input[type="number"] {
    width: 35%;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 5px;
}
.wfc_container span.qty_title {
    vertical-align: middle;
}
.wfc_container table.wfc_cust_mini_cart {
    margin: 0px;
}
.wfc_container .wfc_slider {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    border-top: 1px solid #eee;
}
.wfc_container .wfc_gift_product {
    width: 100%;
    display: flex;
    float: left;
    padding: 9px 27px;
    align-content: center;
    align-items: center;
}
.wfc_container .wfc_left_div {
    width: 100%;
    display: inline-block;
    float: left;
}
.wfc_container .wfc_right_div {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: left;
    padding-left: 25px;
}
.wfc_container .wfc_right_div h3 {
    margin: 10px 5px 5px 5px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}
.wfc_container .wfc_right_div span {
    font-weight: bold;
}
.wfc_right_div &gt; a &gt; span{ width: 100%; display: inline-block; }
.wfc_container button:focus {
    outline: none;
}
.wfc_container .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.wfc_container .owl-prev {
    left: 0;
    position: absolute;
}
.wfc_container .owl-next {
    right: 0;
    position: absolute;
}
.wfc_coupon_response {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
 /* top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
    top: 0; 
    /* left: 76%; */
     right: 0; 
     bottom: 0;
  background-color: rgb(99 97 97 / 50%);
  z-index: 9999999999;
  cursor: pointer;
}
#wfc_cpn_resp{
    position: relative;
    background-color: #0f834d;
    /* display: none; */
    color: #fff;
    padding: 15px;
    z-index: 9999999;
    cursor: pointer;
    top: 0;
    left: 0;
    /* transform: translate(-50%,-50%); */
    -ms-transform: translate(-50%,-50%);
   /* width: 350px;*/
    max-width: 100%;
    display: inline-block;
}
ul.wfc_applied_cpns {
    list-style-type: none;
    margin: 3px 0;
    display: table;
}
li.wfc_remove_cpn {
    display: table;
    float: left;
    padding: 5px;
    background-color: #dff0d8;
    border-radius: 10%;
    margin: 5px 0px 5px 10px;
    color: #3c763d;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
}
li.wfc_remove_cpn .dashicons.dashicons-no {
    width: 12px;
    height: 12px;
    font-size: 12px;    
}
.scfw_overlay {
    overflow: hidden;
    position: relative;
}
.scfw_overlay:after {
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.wfc_container_overlay.active {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99999998;
    background-color: transparent;
}
.wfc_cust_mini_cart .wfc_remove img {
    height: 17px;
}
.wfc_cust_mini_cart .wfc_remove img:hover {
    opacity: 0.8;
}
.wfc_qupdiv {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    width: 100%;
    position: relative;
    display: inline-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 10px;
}
.wfc_plus, .wfc_minus {
    display: inline-block;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 5px 9px;
    margin: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #ccc !important;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    outline: none;
    margin: 0px;
    line-height: 30px;
    font-family: Muli,sans-serif !important;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    width: 30px;
    height: 30px;
    font-weight: 700;
    text-align: center;
    background: transparent;
    z-index: 999;
}
.wfc_update_qty {
    box-shadow: none;
    text-indent: inherit !important;
    box-sizing: border-box !important;
    display: -webkit-inline-box;
    display: inline-flex;
    line-height: 30px !important;
    height: 30px !important;
    max-height: none;
    min-height: 0;
    border: none;
    font-size: 16px;
    background: transparent;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-left: 0px !important;
    border-right: 0px !important;
    width: 45px !important;
    min-width: auto !important;
    text-align: center;
    color: #000;
    padding: 0 !important;
    border-radius: 0;
    min-height: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}
.wfc_minus {
    padding: 4px 11px;
}
.wfc_cust_mini_cart .image_div img {
    max-width: 60px;
}
.wfc_cart_icon img {
    height: 20px;
}
.wfc_cart_prods {
    display: inline-block;
    width: 100%;
    padding: 10px 12px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.wfc_cart_prods_inner {
    display: grid;
    grid-template-columns: 60px calc(100% - 80px);
    grid-gap: 20px;
    align-items: center;
}
.wfc_cart_prods_inner .image_div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 60px;
}
.wfc_cart_prods_inner .description_div {
    display: inline-block;
    vertical-align: top;
    word-break: break-word;
    width: 100%;
    position: relative;
}
.wfc_total_innwer {
    text-align: right;
}
.oc_metadata p {
    margin: 0px;
}
.wfc_prcdel_div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;   
    position: absolute;
    right: 0;
    top: 0;
}
.wfc_prodline_title {
    display: block;
}
.wfc_prodline_qty {
    margin-top: auto;
    display: -webkit-box;
    display: inline-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
p.oc_meta {
    margin: 0px;
}
.wfc_prodline_price {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: right;
    word-break: break-word;
    width: 100%;
    margin-top: 10px;
}
.wfc_prodline_price span.amount {
    font-size: 16px;
}
button.owl-prev img, button.owl-next img {
    width: 14px;
    opacity: 0.3;
}
button.owl-prev img:hover, button.owl-next img:hover {
    
    opacity: 1;
}
.wfc_total_innwer_full {
    text-align: right;
}
.wfc_total_label {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
}
.wfc_total_amount {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
}
.owl-carousel .owl-item .wfc_left_div img {
    width: 120px;
}
.wfc_container a, .wfc_container button, .wfc_container a:hover, .wfc_container button:hover {
    text-decoration: none;
}
.wfc_body.wfc_loader .wfc_cust_mini_cart{
    position: relative;
}
.wfc_body.wfc_loader {
    overflow: hidden;
}

.wfc_body.wfc_loader .wfc_cust_mini_cart:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    z-index: 9999;
    left: 0;
    overflow: hidden !important;
}
.wfc_pslide_prodpage, .wfc_pslide_atc {
    display: inline-block;
    padding: 6px 8px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
    margin-top: 10px;
}
.wfc_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    height: auto;
    margin: 0 !important;
}
.wfc_right_div .added_to_cart {
    display: none;
}

/*.wfc_container .wfc_footer a:hover {
    background: var(--colorBtnPrimaryLight);
    transition-delay: 0.25s;
}*/
a.wfc_bn_3 ,a.wfc_bn_2 , a.wfc_bn_1{
    position: relative;
}
.wfc_container .wfc_footer a.wfc_bn_3:after,.wfc_container .wfc_footer a.wfc_bn_2:after,.wfc_container .wfc_footer a.wfc_bn_1:after {
    content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
}
.wfc_container .wfc_footer a.wfc_bn_3:hover:after ,.wfc_container .wfc_footer a.wfc_bn_2:hover:after,.wfc_container .wfc_footer a.wfc_bn_1:hover:after{
   width: 120%;
  background-color: rgba(255,255,255,0);
  
    -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;

}
.wfc_total_amountt {
    text-align: right;
}

.oc_metadata dl.variation {
    margin: 0px;
    font-size: 13px!important;
}
.oc_metadata dt {
    width: auto;
    display: inline-block;
    float: left;
}
 .oc_metadata dd {
    margin: 0px!important;
}
.wfc_inner_div {
  /*  width: 350px;*/
    display: inline-block;
    position: relative;
}

@media only screen and (max-width: 768px){
    .wfc_slider.desktop_oc {
    display: none;
}

}
</pre></body></html>