#send_my_cart,
#send_my_cart span {
    border-color: rgba(241,231,103,1);
}
#send_my_cart {
    background: rgba(241,231,103,1);
    background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
    background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
}
#send_my_cart:hover {
    background: #feb645;
}
@media screen and (min-width: 400px) {
    #emailcart_form {
    }
}
@media (max-width: 400px) {
    #send_my_cart {
        margin-right: 0px;
    }
}
#emailcart_form .exclusive {
    border: 2px solid #bf9182;
    padding: 23px 0px;
    font-size: 14px;
    color: #fff;
    background-color: #d0a090;
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
}
#submit_cart.btn.disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
}




.email-cart-wrapper {
    margin: 0 30px 0 0;
    position: relative;
    float: right;
    display: block;
}
.email-cart-wrapper .email-cart-button {
    width: 30px;
    height:50px;
    position: relative;
    float: right;
    font-size: 0;
    cursor: pointer;
}
.email-cart-wrapper .email-cart-button:before {
    content: '';
    margin: -5px 0 0 -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 10px solid transparent;
    border-top: 10px solid #333;
}
.email-cart-wrapper.open .email-cart-button:before {
    margin: -15px 0 0 -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #333;
}
.email-cart-wrapper.email-cart-list #send_my_cart {
    margin: 0 10px 0 0;
    float: right !important;
}
.email-cart-wrapper .emailcart_list {
    width: 100%;
    margin: 10px 0 0;
    position: absolute;
    top:100%;
    right: 0;
    z-index: 2;
    background: #fff;
    border: 1px solid #d6d4d4;
    display: none;
}
.email-cart-wrapper.open .emailcart_list {
    display: block;
}
.email-cart-wrapper .emailcart_list li{
    margin: 0;
    padding: 0;
}
.email-cart-wrapper .emailcart_list li + li{
    border-top: 1px solid #d6d4d4;
}
.email-cart-wrapper .emailcart_list li a{
    padding: 10px;
    display: block;
    color: #333;
}
.email-cart-wrapper .emailcart_list li a:hover{
    background: #ccc;
}

@media screen and (max-width: 768px) {
    .email-cart-wrapper {
        margin: 20px 0 0;
        float: none;
    }
    .email-cart-wrapper.email-cart-list #send_my_cart {
        width: calc(100% - 40px);
    }
}
