/** 
 * "PayPal Shoppign Cart" Style
 *
 * @author flGravity
 * @created 23/01/2012
 * @site http://codecanyon.net/user/flGravity
 *
 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.paypalshop {
	position: relative;
	min-width: 1000px;
    width: 1000px;
    margin: 0 auto; 
    min-height: 1150px;
	overflow: hidden;  
    padding: 0;
}

 
/**** product groups ****/
.paypalshop .shop-groups { 
	display: none;
}

.paypalshop .shop-groups ul {
	float: left; 
    list-style: none;
}

.paypalshop .shop-groups a {
	display: block;
	line-height: 20px;
	font-size: 1.1em;
	min-width: 100px;
	padding: 5px 10px;
	text-align: center;
	color: #777; 
	font-weight: bold;
	text-shadow:0 1px 1px #fff;
}

.paypalshop .shop-groups a:hover {
	color: #555;
}

.paypalshop .shop-groups .active-group {
	background-color: #e5e5e5;
}

.paypalshop .shop-groups .active-group a {
	color: #c99516!important;
}


/**** product list ****/
.paypalshop .shop-products {
	position: relative;
	width: 100%;
	height: 100%;
    padding: 0;
    margin: 0;
}

.paypalshop .shop-products ul {
	position: absolute;
	top: 0px;
	display: block;
    margin-bottom: -100px!important;
}
.paypalshop .shop-products li { 
    list-style: none;
    width: 325px!important;
}

.paypalshop .shop-products .product {
	width: 325px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    color: #000;
    text-align: center;
    padding: 0;
    box-shadow: 3px 3px 15px;
    overflow: hidden;
    background: #e7ddbd;
    float: left;
/*    height: 515px;*/
}

/* display text overlay on product hover */
.product .product-image:hover .text-overlay { display: block; }
.product .product-image .text-overlay {
	display: none;
	position: absolute;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.9);
	color: #444;
	font-size: 0.95em;
	top: 0; left: 0;
	padding: 0 10px;
	z-index: 5;
	height: 100%;
}

.product .product-heading {
	font-weight: bold;
	font-size: 1em;
	color: #666;
	margin: 0.5em 0;
}

.product .product-meta {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 0.5em;
	color: #777;
}

.product .product-buy {
	position: relative;
	float: right;
	z-index: 15; 
    opacity: 1!important;
}
.product .product-buy:hover, #basket_PayPal:hover{
    opacity: 0.6!important;
}
.product .product-price {
	position: absolute;
	right: -7px; 
	top: 6px;
	width: 55px;
	padding-left: 10px;
	line-height: 20px;
	height: 30px;
	font-size: 1.3em; 
	color: #fff;
	font-weight: 200;
	background: url("icons/price_tag.png") no-repeat left center;
	z-index: 10;
}

.product .product-currency {
	font-size: 0.8em;
}



 /**** controls ****/
.paypalshop .page-scroll {
	position: absolute;
	right: 10px;
	bottom: 2px;
}


/* cart */
.paypalshop .shop-cart {
	position: absolute;
	top: 100%;  left: 0;
	z-index: 100;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

/* cart header */
.paypalshop .cart-header {
	float: left;
	color: #444;
	background-color: #fff;
	height: 30px;
	box-shadow: 2px -2px 5px rgba(0,0,0,0.1);
	-mox-box-shadow:  2px -2px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:  2px -2px 5px rgba(0,0,0,0.1);
 
}

.paypalshop .cart-header p {
	line-height: 20px;
	padding: 5px 10px;
	padding-left: 40px;
	margin-left: 10px;
	background: url("icons/cart_icon.png") no-repeat left center;
}

.paypalshop .cart-header span {
	font-weight: bold;
}

 /* cart list columns */
.paypalshop .col-number,
.paypalshop .col-name,
.paypalshop .col-quantity,
.paypalshop .col-price,
.paypalshop .col-remove {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
 }
 
.paypalshop .col-number {
	width: 30px;
	margin-left: 5px;
}

.paypalshop .col-name {
	width: 180px;
}

.paypalshop .col-quantity,
.paypalshop .col-price {
	width: 60px;
	text-align: center;
}

.paypalshop .col-remove {
	width: 60px;
	margin-right: 5px;
	text-align: center;
}

/* cart content */
.paypalshop .cart-content {
	clear: both; 
	background-color: #fff;
	border-top: 1px solid #efefef;
	padding-top: 5px;
}

/* cart content header */
.paypalshop .list-header {
	background-color: #7b561c;
	color: #e7ddbd;
	padding: 5px 0;
}

.paypalshop .list-header span {
	font-weight: bold;
}


/* cart list */
.paypalshop .list-wrapper {
	position: relative;
	overflow: hidden;
	top: 0;
	max-height: 120px; /* visible x 24px */
}

.paypalshop .list-content {
	position: relative;
	top: 0;
}


.paypalshop .list-content .list-group {
	font-style: italic;
	font-weight: bold;
	padding-left: 5px;
	line-height: 20px;
	margin: 2px 0;
}

.paypalshop .list-content p {
	cursor: pointer;
	margin: 2px 0;
}

.paypalshop .list-content p:hover {
	background-color: #f1f1f1;
}

.paypalshop .list-content .last-in-list{
 /* last element in scroll list */
}



/* cart list scroll */
.paypalshop .list-scroll {
	background-color: #fff;
	border-top: 1px solid #efefef;
	font-size: 0.9em;
	width: 100%;
	float: right;
}


/* cart list buttons */
.paypalshop .list-scroll .scroll-up, 
.paypalshop .list-scroll .scroll-down,
.paypalshop .list-content .button-delete,
.paypalshop .list-content .button-subtract,
.paypalshop .list-content .button-add {
	display: inline-block;
	width: 16px; height: 16px;
	background: url("icons/icons.png") no-repeat;
	text-indent: -9999px;
	margin: 3px;
	border: 2px solid #fff;
	background-color: #eee;
	vertical-align: middle;
}

.paypalshop .list-scroll .scroll-up, 
.paypalshop .list-scroll .scroll-down {
	margin: 3px;
	border: 2px solid #eee;
	float: right;
}


.paypalshop .list-scroll .scroll-up:hover, 
.paypalshop .list-scroll .scroll-down:hover {
	border: 2px solid #fff;
}

.paypalshop .list-scroll .scroll-up {
	background-position: -12px 0;
}

.paypalshop .list-scroll .scroll-down {
	background-position: 0 0;
	margin-right: 5px;
}

.paypalshop .list-content .button-delete {
	background-position: -48px 0;
} 

.paypalshop .list-content .button-subtract {
	background-position: -24px 0;
}
.paypalshop .list-content .button-add {
	background-position: -36px 0;
}


/* cart footer */
.paypalshop .cart-footer {
	clear: both; /* clear list scroll */
	background-color: #fff;
	padding-top: 20px;
	text-align: right;
}

.paypalshop .cart-footer p {
	border-bottom: 1px solid #efefef;
	padding: 10px 20px; 
}

.paypalshop .cart-footer span {
	font-weight: bold;
}

.paypalshop .cart-footer a {
	display: inline-block;
    background-color: #c99516;
    border: 1px solid #EEEEEE;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
    margin: 10px 2px;
    line-height: 1.3em;
}

.paypalshop .cart-footer a:hover {
    background-color: #c99516;
}

.paypalshop a.checkout-button { 
	margin-right: 10px; 
}
.product-heading h3 {
    font-size: 45px;
    font-family: "RalewayExtraLight";
    text-transform: uppercase;
    color: #4d2901;
    padding-top: 10px;
    margin: 0 auto -10px;
    line-height: 45px;
}
#ppshop .product-foto {
    background: url(../../images/swag_bg.jpg) center!important;
	width: 100%!important;
    height: 274px!important;
    position: relative!important;
}
#ppshop .product-foto img {
    position: relative;
}
.product-foto p {
    position: absolute;
    bottom: ;
    font-size: 36px;  
    line-height: 12px;
    color: #edeaca;
    font-family: "RalewayBlack";
    text-align: right;
    text-shadow: 1px 2px 5px #000;
}
.product-foto p span {
    font-size: 11px;
    text-transform: none;
    line-height: 7px;
    padding-right: 12px;
}
.product-foto p span:before {
    content: '\2022';
}
#ppshop .selectDiv {
    margin: 5px auto 5px;
}
.purchase-option { 
    width: 80%;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #484848;
    font-size: 14px;
    font-family: "RalewayBold";
    cursor: pointer!important;
}
#ppshop .basket {
    margin-top: 10px;
    height: 60px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 5px 0 5px 3px;
    background: #4D2901;
}
.swag h2 {
    margin-bottom: -200px!important;
}
.swag-bottom {
    position: relative;
}
@media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 680px) { 
        .paypalshop .shop-products ul { 
            width: 100%!important;
        }
        .paypalshop .shop-products li {
            width: 97%!important;
            margin: 100px auto!important;
        }
        .paypalshop { 
            min-height: 8900px;
            padding-left: 30px;
            margin-bottom: 50px!important;
        }
        .paypalshop .shop-products .product {
            height: 1350px; 
            margin-bottom: 20px!important;
        }
        #ppshop .product-foto {
            width: 100%!important;
            height: 800px!important;
            -webkit-background-size: cover!important;
        background-size: cover!important;
        }
        .purchase-option { 
            font-size: 44px!important;
            margin-top: 50px;
            margin-bottom: 40px;
        }
        #ppshop .basket {
            height: 180px!important;
        }
        #ppshop .basket a {
            width: 100%!important;
        }
        .title-bottom-swag {
            width: 90%!important;
            margin-left: 50px!important;
        }      
        /* cart */
    .paypalshop .shop-cart {
        width: 90%!important;
        left:50px!important;
    }
    /* cart header */
    .paypalshop .cart-header {
        height: 70px!important;
    }

    .paypalshop .cart-header p {
        line-height: 60px;	
        font-size: 45px!important;
    }
     /* cart list columns */
    .paypalshop .col-number,
    .paypalshop .col-name,
    .paypalshop .col-quantity,
    .paypalshop .col-price,
    .paypalshop .col-remove {
        font-size: 28px!important;
        line-height: 40px!important;
     }
    .paypalshop .col-number {
        width: 50px!important;
    }
    .paypalshop .col-name {
        width: 280px;
    }
    .paypalshop .col-quantity,
    .paypalshop .col-price {
        width: 150px;
    }
    .paypalshop .col-remove {
        width: 120px;
    }
    /* cart content */
    .paypalshop .cart-content {

    }
    /* cart list */
    .paypalshop .list-wrapper {
        max-height: 380px!important;
    }
    .paypalshop .list-content .list-group {
        line-height: 30px;
        font-size: 28px!important;
    }
    .paypalshop .list-content p:hover {
        background-color: #f1f1f1;
    }

    /* cart list buttons */
    .paypalshop .list-scroll .scroll-up, 
    .paypalshop .list-scroll .scroll-down,
    .paypalshop .list-content .button-delete,
    .paypalshop .list-content .button-subtract,
    .paypalshop .list-content .button-add {
        display: inline-block;
        width: 16px; height: 16px;
        background: url("icons/icons.png") no-repeat;
        text-indent: -9999px;
        margin: 3px;
        border: 2px solid #fff;
        background-color: #eee;
        vertical-align: middle;
    }

    .paypalshop .list-scroll .scroll-up, 
    .paypalshop .list-scroll .scroll-down {
        margin: 3px;
        border: 2px solid #eee;
        float: right;
    }


    .paypalshop .list-scroll .scroll-up:hover, 
    .paypalshop .list-scroll .scroll-down:hover {
        border: 2px solid #fff;
    }

    .paypalshop .list-scroll .scroll-up {
        background-position: -12px 0;
    }

    .paypalshop .list-scroll .scroll-down {
        background-position: 0 0;
        margin-right: 5px;
    }

    .paypalshop .list-content .button-delete {
        background-position: -48px 0;
    } 

    .paypalshop .list-content .button-subtract {
        background-position: -24px 0;
    }
    .paypalshop .list-content .button-add {
        background-position: -36px 0;
    }


    .paypalshop .cart-footer p {
        font-size: 25px;
    }
    .paypalshop .cart-footer a {
        font-size: 28px;
        padding: 5px 10px;
        margin: 10px 2px;
        line-height: 1.8em;
    }

    .paypalshop .cart-footer a:hover {
        background-color: #c99516;
    }
    
}