/*
* Add to cart from url
*
* NOTICE OF LICENSE
*
* This product is licensed for one customer to use on one installation (test stores and multishop included).
* Site developer has the right to modify this module to suit their needs, but can not redistribute the module in
* whole or in part. Any other use of this module constitues a violation of the user agreement.
*
* DISCLAIMER
*
* NO WARRANTIES OF DATA SAFETY OR MODULE SECURITY
* ARE EXPRESSED OR IMPLIED. USE THIS MODULE IN ACCORDANCE
* WITH YOUR MERCHANT AGREEMENT, KNOWING THAT VIOLATIONS OF
* PCI COMPLIANCY OR A DATA BREACH CAN COST THOUSANDS OF DOLLARS
* IN FINES AND DAMAGE A STORES REPUTATION. USE AT YOUR OWN RISK.
*
*  @author    idnovate
*  @copyright 2020 idnovate
*  @license   See above
*  Social Icons made by Freepik from www.flaticon.com
*/
.jBox-Confirm .jBox-content {padding: 20px 20px!important;}
.jbox-modal-share-cart .jBox-Confirm-button-cancel {width: 100%;}
.jbox-modal-share-cart .jBox-Confirm-button-submit {display: none;}
.jbox-modal-save-cart .jBox-Confirm-button-cancel {width: 100%;}
.jbox-modal-save-cart .jBox-Confirm-button-submit {display: none;}
.jbox-modal-addtocartfromurl-link .jBox-Confirm-button-submit {width: 100%;}
.jbox-modal-addtocartfromurl-link .jBox-Confirm-button-cancel {display: none;}
.jbox-modal-addtocartfromurl-link {max-width: 60%;}
.addtocartfromurl_content {float: right;margin-right: 5px;}
.share_this_cart_content_body .col-md-2,
.share_this_cart_content_body .col-md-4,
.share_this_cart_content_body .col-md-8 {padding: 1px;}
div.share_this_cart_content_body div.inputAddToCartFromUrlEmailSection {display: none;}
button.btnAddToCartFromUrlEmail {width: 100%}
button.btnAddToCartFromUrl, button.btnAddToCartFromUrlLink, button.btnAddToCartFromUrlSaveBtn {width: 100%}
button.btn-google-plus2, button.btn-google-plus2:active {
    width: 64px;
    height: 64px;
    background: url(../img/googleplus.png) no-repeat;
}
button.btn-twitter2, button.btn-twitter2:active {
    width: 64px;
    height: 64px;
    background: url(../img/twitter.png) no-repeat;
}
button.btn-facebook2, button.btn-facebook2:active {
    width: 64px;
    height: 64px;
    background: url(../img/facebook.png) no-repeat;
}
button.btn-whatsapp2, button.btn-whatsapp2:active {
    width: 64px;
    height: 64px;
    background: url(../img/whatsapp.png) no-repeat;
}
button.btn-instagram2, button.btn-instagram2:active {
    width: 64px;
    height: 64px;
    background: url(../img/instagram.png) no-repeat;
}
button.btn-pinterest2,
button.btn-pinterest2:active,
a.btn-pinterest2,
a.btn-pinterest2:active {
    width: 64px;
    height: 64px;
    background: url(../img/pinterest.png) no-repeat;
}
button#btn-envelope2, button.btn-envelope2, button.btn-envelope2:active {
    width: 64px;
    height: 64px;
    background: url(../img/email.png) no-repeat;
}
button#btn-envelope2-lite, button.btn-envelope2-lite, button.btn-envelope2-lite:active {
    width: 32px;
    height: 32px;
    background: url(../img/email32px.png) no-repeat;
}
button.addtocartfromurl_savecarts_btn_mobile {width: 100%;margin-bottom: 5px;}
button.addtocartfromurl_sharecarts_btn_mobile {width: 100%;}
#inputAddToCartFromUrl15 {
    width: 89%;
    height: 32px!important;
    vertical-align: bottom;
}
#inputAddToCartFromUrlEmail15 {
    width: 89%;
    height: 32px!important;
    vertical-align: bottom;
}
.pull-right15 {
    float: right!important;
}
button.button_large15 {
    position: relative;
    display: inline-block;
    padding: 5px 7px;
    border: 1px solid #cc9900;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    font-weight: bold;
    color: #000;
    background: url(../img/bg_bt.gif) repeat-x 0 0 #f4b61b;
    cursor: pointer;
}
.share_this_cart_content_footer {margin: 0 auto;}
@media (max-width: 600px) {
    .share_this_cart_content_footer {
        zoom: 0.96;
    }
}
.addtocartfromurl_hidden_button {display: none!important;}

/**** PS17 ***/
#module-addtocartfromurl-myaccount .product-line-actions {display: none;}
#module-addtocartfromurl-myaccount .cart-grid-body {margin-bottom: 0;}
#module-addtocartfromurl-myaccount .card {padding: 0;margin-bottom: 0;}
#module-addtocartfromurl-myaccount .cart-grid-body .cart-overview {padding: 0.5rem;}
#module-addtocartfromurl-myaccount address {margin-bottom: 0;margin-top: 30px;}
#module-addtocartfromurl-myaccount .address-footer {font-weight: 600;}

#module-addtocartfromurl-myaccount .product-line-grid-left {width: 33.33%;}
#module-addtocartfromurl-myaccount .product-line-grid-body {width: 66.67%;}
/*@media (min-width: 768px) {#module-addtocartfromurl-myaccount .product-line-grid-left {width: 10%!important;}}*/

/**** PS16 ***/
.module-addtocartfromurl-myaccount .addresses .address_update {
    border-top: 1px solid #d6d4d4;
    padding-top: 15px;
    margin-top: 10px;
}
.module-addtocartfromurl-myaccount .addresses ul.price {
    float: right;
    margin-bottom: 15px;
}
.module-addtocartfromurl-myaccount .addresses ul.price li.price-percent-reduction {
    border: none;
}
.module-addtocartfromurl-myaccount .addresses .addtocartfromurl_loadmore_li {text-align: center;}
.module-addtocartfromurl-myaccount .addresses a.addtocartfromurl_loadmore {padding: 2px 12px;}
#HOOK_SHOPPING_CART .addtocartfromurl_content {width: 100%;text-align: right;margin-bottom: 10px;margin-top: 5px;}
