/* Added by Bigcommerce support to hide Google conversion tracking iframe. Reference ticket 01979781 */
iframe[name=google_conversion_frame] 
{
    display: none !important;
}
/* End added by Bigcommerce support*/

.current .prodAccordionContent {
padding: 15px 20px;
text-align: justify;
}


.SubCategoryList > ul > li a {
font-size: 18px;
padding: 8px 0;
display: block; } 

/* code to remove the (none) option*/

li#LuckyAnchor_786904469_369 {

display: none;
}

/*end of the code*/


/*Scriptilabs Revisions 12/30/14:*/
@media only screen and (max-width : 767px) {

    .QuickViewBtn {
          display: none !important;
    }

    .modalContainer {
          margin-left: -170px !important;
          width: 100% !important;
    }

    .fastCartThumb {
          width: 100% !important;
          padding-left: 0;
    }

    .fastCartThumb img {
          width: 100% !important;
    }

    .fastCartItemBox {
          margin-left: 0 !important;
          padding: 0;
          width: 100% !important;
    }

    .fastCartSummaryBox {
          padding: 0;
          width: 100% !important;
          background-color: #fff;
    }

    #fastCartContainer .ProductList {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .ProductImage.QuickView img {
          width: 100%;
    }

    #fastCartContainer .ProductList li {
       padding: 0;
       width: 100% !important;
       margin: 0 auto !important;
    }

    #fastCartContainer .ProductList .ProductImage {
        width: 100% !important;
    }

    .ProductImage {
        height: auto !important;
    }

  .modalContainer {
    margin-left: 0 !important;
  }

  #ModalContainer {
    left: 0 !important;
  }
}

/*End Revisions: 12/30/14*/


/*Paypal button fix Built Mighty 04/30/2024 */
.PaypalCommerceCheckout, .PaypalCommerceInnerContainer,
.PaypalCommerceCreditCheckout, .PaypalCommerceCreditInnerContainer {
    width: 100% !important;
}
/*Paypal button fix Built Mighty 04/30/2024 */
