/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
* https://codepen.io/bootpen/pen/jbbaRa
*******************************/
.woo-cart-popup.modal.left .modal-dialog,
.woo-cart-popup.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	    -ms-transform: translate3d(0%, 0, 0);
	     -o-transform: translate3d(0%, 0, 0);
	        transform: translate3d(0%, 0, 0);
}

.woo-cart-popup.modal.left .modal-content,
.woo-cart-popup.modal.right .modal-content {
	height: 100%;
	/*overflow-y: auto;*/
}

.woo-cart-popup.modal.left .modal-body,
.woo-cart-popup.modal.right .modal-body {
	padding: 15px 15px 0;
    margin-top: 5px;
}

/*Left*/
.woo-cart-popup.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
	        transition: opacity 0.3s linear, left 0.3s ease-out;
}

.woo-cart-popup.modal.left.fade.show .modal-dialog,
.woo-cart-popup.modal.left.fade.in .modal-dialog{
	left: 0;
}
    
/*Right*/
.woo-cart-popup.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
	        transition: opacity 0.3s linear, right 0.3s ease-out;
}

.woo-cart-popup.modal.right.fade.show .modal-dialog,
.woo-cart-popup.modal.right.fade.in .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.woo-cart-popup .modal-content {
	border-radius: 0;
	border: none;
}

.woo-cart-popup .modal-header {
	border-bottom-color: #FFF;
	background-color: #FFF;
    border: 0;
    padding: 15px;
}
#wcp-Modal-Label
{
     position: absolute;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    top: 13px;
    left: 10px;
    margin: 0 auto;
    display: inline-block;
}

.woo-cart-popup-button-container{
	cursor: pointer;
    background-color: #ffffff;
    bottom: 30px;
    position: fixed;
    left: 30px;
    padding: 10px 20px;
    border: 1px solid red;
    border-radius: 15px;
    z-index: 99999;
 }

.woo-cart-popup-button-container.left
{
	left: 92% !important;
}

.woo-cart-popup-btn
{
	display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.woo-cart-popup-count-container{
    position: absolute;
    top: -10px;
    right: -15px;
    background-color: red;
    padding: 0px 10px;
    border-radius: 50%;
    color: #fff;
}
.woo-cart-popup .modal-header .close {
    margin-top: -2px;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    color: #f73838;
    opacity: 100;
    position: absolute;
    right: 50px;
}

.woo-cart-popup .modal-body, .woo-cart-popup .wcp-container
{
	height:100%;
}
.center .wcp-body {
	height:600px;
    overflow-y: scroll;
    margin-bottom: 10px;
}
.left .wcp-body, .right .wcp-body {
    height: 70%;
    overflow-y: scroll;
    margin-bottom: 10px;
}
.wcp-body {
	height:auto;
    overflow-y: scroll;
    margin-bottom: 10px;
}
.wcp-footer {
	height:25%;
}
.wcp-footer .wcp-footer-part-one{
	background: #337ab7 !important;
    display: block !important;
    text-align: center !important;
    margin: 0 0 10px 0px !important;
    width: 100% !important;
    color: #fff !important;
    border-radius: 0 !important;
	
}
.wcp-cart-empty-msg
{
	display: inherit;
    text-align: center;
    font-size: 20px;
    color: red;
}
.wcp-product
{
	/*margin-bottom: 10px;*/
    border-top: 1px solid;
    padding: 20px;
    padding-right: 15px;
    padding-left: 0px;
}
.wcp-product-name
{
    word-wrap: break-word;
}

.wcp-product-name a
{
    word-wrap: break-word;
    color: #07afd4;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
}

.wcp-img-col, .wcp-sum-col
{
    float: left;
}
.wcp-img-col img {
    border: 0;
    max-width: 100%;
    height: auto;
}
.wcp-product-image
{
	display: inline-block;
}

.wcp_remove_from_cart_button{
    right: 0;
    top: -15px;
    position: absolute;
    color: red;
}
.wcp-price span, a.wcp_remove_from_cart_button , .wcp-sum-col .variation{
    font-size: 14px;
    line-height: 22px;
}
.wcp-footer .wcp-cart {
    background: #e31253 !important;
    /*display: block !important;*/
    text-align: center !important;
    /*position: absolute;*/
    /*bottom: 60px;*/
    margin: 0 0 10px 0px !important;
    left: 0 !important;
    width: 48% !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 12px 15px !important;
}

.wcp-footer .wcp-cart-empty-btn {
    background: red !important;
    /*display: block !important;*/
    text-align: center !important;
    /*position: absolute;*/
    /*bottom: 60px;*/
    margin: 0 0 10px 0px !important;
    left: 0 !important;
    width: 50% !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 12px 15px !important;
}
.center .wcp-footer .wcp-cart-empty-btn {
	width: 50% !important;
}
.wcp-footer .wcp-chkt {
    background: #e31253 !important;
    display: inline-block !important;
    text-align: center !important;
    /*position: absolute;*/
    bottom: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    width: 100% !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 12px 15px !important;
}

.woo-cart-popup-count, .wcp-footer-part-one, .wcp-footer-part-two, .wcp-cart-empty-msg{
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 320px) and (max-width: 480px) {
  
    .center .wcp-footer .wcp-cart-empty-btn {
	    width: 50% !important;
	}
    .center .wcp-body {
        height: 500px;
    }

	.woo-cart-popup-button-container.center
	{
		left: 41% !important;
	}
	.woo-cart-popup-button-container.left
	{
		left: 80% !important;
	}
	.left .wcp-body, .right .wcp-body {
		height:600px;
	    overflow-y: scroll;
	    margin-bottom: 10px;
	}
	.wcp-img-col{
		text-align: center;
	}
	.wcp-img-col img {		
	    width: 100px;
	    height: 100px;
	}

    .wcp_remove_from_cart_button{
        right: 0;
        top: 0;
        position: absolute;
        color: red;
    }
  
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
   .woo-cart-popup-button-container.left {
        left: 88% !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}

