body {
    overflow-x: hidden;
}
.fcpfw_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;
}

.fcpfw_overlay {
    overflow: hidden;
    position: relative;
}

.fcpfw_apply_coupon_link svg {
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-right: 8px;
}

.fcpfw_cart_empty .fcpfw_trcpn {
    display: none;
}
.fcpfw_cart_empty .fcpfw_slider.desktop_oc{
        display: none;
}
.fcpfw_cart_empty .fcpfw_footer{
      display: none!important;
}
.fcpfw_close_cart svg {
    width: auto;
    height: auto;
}
.fcpfw_cart_icon svg {
    width: 25px;
    height: 25px;
}
.cart_box svg {
    width: 30px;
    height: 30px;
}
.cart_box {
    display: flex;
}
.fcpfw_remove svg {
    height: 20px;
   
    width: 20px;
}
.fcpfw_discount_label span {
    color: #000!important;
    font-weight: bold;
}
.fcpfw_oc_discount_oc {
    width: 100%!important;
}
.fcpfw_discount_innwer_full {
    float: right!important;
    display: inline-block;
    text-align: right;
    width: 50%!important;
}

span.fcpfw_close_cart {
    width: 20px!important;
    height: 20px;
}
.fcpfw_container .fcpfw_header{
    display: inline-block;
    float: left;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: auto;
   background-color: #ffffff;
    /*border-bottom: 2px solid #ccc;*/
    padding: 0px 12px;
    box-shadow: 0 8px 6px -6px #d4d4d4;
}
.top_fcpfw_herder {
    width: 100%;
    display: inline-block;
    float: left;
}
span.fcpfw_cart_icon {
    width: 8%;
    display: inline-block;
}
.fcpfw_container .fcpfw_header_title {
    width: 75%;
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    font-size: 20px;
    margin: 0px;
    text-transform: capitalize;
    /*font-weight: 600;*/
}
.top_fcpfw_bottom {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
}
.top_fcpfw_bottom p {
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 0px;
}
.fcpfw_container span.fcpfw_close_cart {
    display: inline-block;
    -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;
}
.fcpfw_container span.fcpfw_close_cart:hover{
    transform: rotate(180deg);
    right: 15px;
    top: 17px;
    line-height: 0px;
}
.fcpfw_container table.fcpfw_cust_mini_cart td{
    border: none;
}
.fcpfw_container .fcpfw_body {
    overflow-y: auto;
    flex-grow: 1;
}
/*.fcpfw_container .fcpfw_footer {
    padding: 10px;
    width: 100%;
    position: relative;
    bottom: 0;
    display: inline-block;
    left: 0;
    background-color: #f3f3f3;
  
}*/
.fcpfw_container .fcpfw_footer {
padding: 10px;

position: relative;
bottom: 0;
display: inline-block;
left: 0;
background-color: #f1f1f1;
border-top: 1px solid #ccc;
}
a#fcpfw_apply_coupon {
    font-size: 13px;
    letter-spacing: 1.1px;
}
/*.fcpfw_container .fcpfw_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;
    margin-left: 0 !important;
    margin-right: 0 !important;
 

}*/
.fcpfw_container .fcpfw_footer a {
    width: -webkit-fill-available;
    display: inline-block;
    /*display: list-item;*/
    text-align: center;
    padding: 5px;
    font-weight: 600;
    line-height: 25px;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-decoration: none;
    list-style: none;
}
#fcpfw_apply_coupon img {
    width: 20px;
    vertical-align: middle;
    margin-right: 8px;
}
.fcpfw_cart_basket{

    border: 1px solid #ccc;
    padding: 15px;

    position: fixed;
    box-shadow: 0 1px 4px 0;
    z-index: 999999;
    cursor: pointer;
}
.fcpfw_item_count {
    position: absolute;
  
    height: 23px;
    width: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.fcpfw_container h3.empty_cart_text {
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 600;
}
.fcpfw_container div.fcpfw_ship_txt {
    text-align: center;
    text-transform: capitalize;
}
.fcpfw_container .fcpfw_container a:focus{
    outline: none !important;
}
.fcpfw_container .fcpfw_total_tr {
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    border-top: 2px solid #ccc;
    position: relative;
    float: left;
   font-weight: 500;
    font-size: 14px;
}
.fcpfw_oc_total_oc {
    width: 100%!important;
    border-top: 1px dashed #9E9E9E;
}
.fcpfw_total_label {
    font-weight: bold;
}
.fcpfw_container .fcpfw_total_tr_inner div {
    width: 50%;
    display: inline-block;
}
.fcpfw_total_tr_inner {
    padding: 5px;
}
.fcpfw_container .fcpfw_coupon {
    display: flex;
    background-color: #f3f3f3;
    padding: 10px 10px;
    border-top: 1px solid #eee;
    position: relative;
    font-weight: 700;
    text-align: center;
}
.fcpfw_apply_coupon_link {
    width: 100%;
}
.fcpfw_apply_coupon_link a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
}
.fcpfw_coupon_field {
    display: none;
    width: 100%;
}
.fcpfw_coupon_field input#fcpfw_coupon_code {
    display: inline-block;
    width: 68%;
    font-size: 16px;
    padding: 8px;
    border: 0;
    border-radius: 0;
}
.fcpfw_coupon_field span.fcpfw_coupon_submit {
    /* display: inline-block; */
    width: 25%;
    font-size: 16px;
    padding: 8px;
    margin-left: 5%;
    cursor: pointer;
}
.fcpfw_container .fcpfw_cust_mini_cart a.fcpfw_remove {
    display: inline-block;
    margin-bottom: 10px;
}
.fcpfw_container input[type="number"] {
    width: 35%;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 5px;
}
.fcpfw_container span.qty_title {
    vertical-align: middle;
}
.fcpfw_container table.fcpfw_cust_mini_cart {
    margin: 0px;
}
.fcpfw_container .fcpfw_slider {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    border-top: 1px solid #eee;
}
.fcpfw_container .fcpfw_gift_product {
    width: 100%;
    display: flex;
    float: left;
    padding: 9px 27px;
    align-content: center;
    align-items: center;
}
.fcpfw_container .fcpfw_left_div {
  width: 100%;
    display: inline-block;
    float: left;
    padding: 13px;
}
.fcpfw_container .fcpfw_right_div {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: left;
    padding-left: 25px;
}
.fcpfw_container .fcpfw_right_div h3 {
    margin-top: 6px!important;
    margin: 0;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
/*.fcpfw_container .fcpfw_right_div h3 {
    margin: 10px 5px 5px 5px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}*/
/*.fcpfw_container .fcpfw_right_div span {
    font-weight: bold;
}*/
.inner_mainf {
    width: 100%;
    display: inherit;
    background: #f2f2f2;
    border-radius: 3px;
    vertical-align: middle;
}
.fcpfw_right_div > a > span{ width: 100%; display: inline-block; }
.fcpfw_container button:focus {
    outline: none;
}
.fcpfw_container .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.fcpfw_container .owl-prev {
    left: 0;
    position: absolute;
}
.fcpfw_container .owl-next {
    right: 0;
    position: absolute;
}
.fcpfw_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;
}
#fcpfw_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.fcpfw_applied_cpns {
    list-style-type: none;
    margin: 3px 0;
    display: table;
}
li.fcpfw_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.fcpfw_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;
}
.fcpfw_container_overlay.active {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99999998;
   background-color: #0000006e;
}
.fcpfw_cust_mini_cart .fcpfw_remove img {
    height: 17px;
}
.fcpfw_cust_mini_cart .fcpfw_remove img:hover {
    opacity: 0.8;
}
.fcpfw_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;*/
}
.fcpfw_plus, .fcpfw_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;
}
.fcpfw_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;
}
.fcpfw_minus {
    padding: 4px 11px;
}
.fcpfw_cust_mini_cart .image_div img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 5px;
}
.fcpfw_cart_icon img {
    height: 20px;
}
/*.fcpfw_cart_prods {
    display: inline-block;
    width: 100%;
    padding: 10px 12px;
    position: relative;
    border-bottom: 1px solid #eee;
}*/
.fcpfw_cart_prods {
display: list-item;

padding: 10px 12px;
position: relative;
border-bottom: 1px solid #eee;
}
.fcpfw_cart_prods_inner {
    display: flex;
    align-items: center;
}
.fcpfw_cart_prods_inner .image_div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 60px;
    margin-right: 10px;
}
.fcpfw_cart_prods_inner .description_div {
    display: inline-block;
    vertical-align: top;
    word-break: break-word;
    width: 100%;
    position: relative;
}
.fcpfw_total_innwer {
    text-align: right;
}
.oc_metadata p {
    margin: 0px;
}
.fcpfw_prcdel_div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;   
    position: absolute;
    right: 0;
    top: 0;
}
.fcpfw_prodline_title {
    display: block;
}
.fcpfw_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;
}
.fcpfw_prodline_price {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: right;
    word-break: break-word;
    width: 100%;
 /*   margin-top: 10px;*/
}
.fcpfw_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;
}
.fcpfw_total_innwer_full {
    text-align: right;
}
.fcpfw_total_label {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
}
.fcpfw_total_amount {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
}
.owl-carousel .owl-item .fcpfw_left_div img {
        max-width: 120px!important;
}
.fcpfw_container a, .fcpfw_container button, .fcpfw_container a:hover, .fcpfw_container button:hover {
    text-decoration: none;
}
.fcpfw_body.fcpfw_loader .fcpfw_cust_mini_cart{
    position: relative;
}
.fcpfw_body.fcpfw_loader {
    overflow: hidden;
}

.fcpfw_body.fcpfw_loader .fcpfw_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;
}
.fcpfw_pslide_prodpage, .fcpfw_pslide_atc {
       display: inline-block;
    padding: 5px 8px;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
    margin-top: 2px;
}
.fcpfw_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    height: auto;
    margin: 0 !important;
}
.fcpfw_right_div .added_to_cart {
    display: none;
}

/*.fcpfw_container .fcpfw_footer a:hover {
    background: var(--colorBtnPrimaryLight);
    transition-delay: 0.25s;
}*/
a.fcpfw_bn_3 ,a.fcpfw_bn_2 , a.fcpfw_bn_1{
    position: relative;
}
.fcpfw_container .fcpfw_footer a.fcpfw_bn_3:after,.fcpfw_container .fcpfw_footer a.fcpfw_bn_2:after,.fcpfw_container .fcpfw_footer a.fcpfw_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;
}
.fcpfw_container .fcpfw_footer a.fcpfw_bn_3:hover:after ,.fcpfw_container .fcpfw_footer a.fcpfw_bn_2:hover:after,.fcpfw_container .fcpfw_footer a.fcpfw_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;

}
.fcpfw_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;
}
.fcpfw_inner_div {
  /*  width: 350px;*/
    display: inline-block;
    position: relative;
}
/*.fcpfw_button_fort.fcpfw_dyamic_one > a {
    width: 31.33%;
    float: left;
    margin: 0 1% !important;
}*/
.fcpfw_button_fort.fcpfw_dyamic_three {
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}
/*.fcpfw_button_fort.fcpfw_dyamic_one {
    display: flex;
    align-items: flex-start;
}*/
.fcpfw_button_fort.fcpfw_dyamic_two_one a:nth-child(1){
    width: 44%;
    float: left;
    margin-right: 1% !important;
}
.fcpfw_button_fort.fcpfw_dyamic_two_one  a:nth-child(2) {
    width: 44%;
    float: left;
    margin-left:1% !important;
} 
.fcpfw_button_fort.fcpfw_dyamic_one_two a:nth-child(2) {
    width: 44%;
    float: left;
   margin-right: 1% !important;
} 
.fcpfw_button_fort.fcpfw_dyamic_one_two a:nth-child(3){
     width: 44%;
    float: left;
    margin-left:1% !important;
}
@media only screen and (max-width: 768px){
    .fcpfw_slider.desktop_oc {
        display: none;
    }

}
