.pdr-basket{
    padding-top: 75px;
	padding-bottom: 75px;
	background: #fdd700;
}

.woocommerce .return-to-shop .button,
.pdr-button,
.woocommerce button.pdr-button {
    align-items: center;
	background: #00ad3c !important;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 1;
    height: 50px;
    justify-content: center;
    padding: 13px 30px;
    transition: all 0.3s ease;
}

.woocommerce .return-to-shop .button:hover,
.pdr-button:hover,
.woocommerce button.pdr-button:hover{
	background: #231f20 !important;
	color: #fff !important;
}

/* Account header */

.pdr-basket-top {
	padding: 20px 0;
	text-align: center;
}

.pdr-basket-title {
	color: #231f20;
	font-size: 28px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
	line-height: 1;
	margin-bottom: 15px;
    text-transform: uppercase;
}

/* Breadcrumbs */

.pdr-section .pdr-basket-breadcrumbs li,
.pdr-section .pdr-basket-breadcrumbs {
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.pdr-basket-breadcrumbs a {
	color: #231f20;
}

.pdr-basket-breadcrumbs a:hover {
    text-decoration: underline !important;
}

.pdr-basket-breadcrumbs .breadcrumb_last {
    font-weight: 700;
    color: #231f20;
}

/* upsell section */

.pdr-basket .woocommerce .woocommerce-error,
.pdr-basket .woocommerce .woocommerce-message {
	margin-top: 0;
    max-width: calc(100% - 40px);
    width: 800px;
}

.woocommerce-message h4{
    color: #231f20 !important;
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham",sans-serif;
}

.supp-upsell span {
	font-size: 10px;
}

.pdr-upsell {
    background: #fff;
	margin: 0 auto 20px;
	max-width: calc(100% - 40px);
    padding: 20px 10px 10px;
	width: 800px;
}

.pdr-upsell-title{
	color: #231f20;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    font-size: 21px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.pdr-upsell-content,
.pdr-upsell-link{
	text-align: center;
}

.pdr-upsell-link span{
	align-items: center;
	background: #008091;
	color: #fff;
	display: flex;
	font-size: 14px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
	justify-content: center;
	padding: 3px 5px;
	text-align: center;
	transition: all .3s ease;
}

.pdr-upsell-link a{
	display: block;
}

.pdr-upsell-link a:hover span{
	background: #231f20;
}

.pdr-upsell-link img{
	margin-bottom: 8px;
}

.pdr-upsell-items{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 20px;
}

.pdr-upsell-count-5{
	grid-template-columns: repeat(5, 1fr);
}

.pdr-upsell-count-6{
	grid-template-columns: repeat(6, 1fr);
}

.pdr-upsell-popup-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 500;
}

.pdr-upsell-popup{
    align-items: center;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

.pdr-upsell-popup-inner{
    background: #fff;
    max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
    overflow-y: scroll;
    padding: 40px 30px 25px;
    position: relative;
    width: 750px;
}

.pdr-upsell-popup-title{
    color: #008091;
    font-size: 30px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
    line-height: 30px;;
    margin-bottom: 10px;
    text-align: center;
}

.pdr-upsell-popup-subtitle{
    color: #231f20;
    font-size: 25px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
    margin-bottom: 10px;
    line-height: 25px;
    text-align: center;
}

p.pdr-upsell-popup-content{
    color: #231f20;
    font-size: 17px;
	font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.pdr-upsell-popup-close{
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
}

.pdr-upsell-popup-close i{
    color: #008091;
    font-size: 30px;
    transition: all .3s ease;
}

.pdr-upsell-popup-close:hover i{
    color: #231f20;
}

.pdr-upsell-popup-continue {
    align-items: center;
	background: #fff;
	border: 4px solid #008091;
	border-radius: 50px;
	color: #231f20;
	cursor: pointer;
	display: flex;
	font-size: 20px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
    height: 50px;
    justify-content: center;
	line-height: 1;
    transition: all .3s ease;
}

.pdr-upsell-popup-continue:hover {
	background: #008091;
	color: #fff;
}

.pdr-upsell-popup-links{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
}

.pdr-upsell-popup-link{
    width: calc(33.33% - 10px);
}

span.pdr-upsell-popup-link-img{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    min-height: 220px;
}

span.pdr-upsell-popup-link-img img{
    max-width: 170px;
}

span.pdr-upsell-popup-link-title,
span.pdr-upsell-popup-link-price{
    color: #231f20;
    display: block;
    font-size: 17px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
    line-height: 20px;
    margin-bottom: 3px;
    text-align: center;
}

span.pdr-upsell-popup-link-price{
    margin-bottom: 10px;
}

.pdr-upsell-popup-link span.pdr-upsell-popup-link-btn{
    align-items: center;
	background: #008091;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
    height: 30px;
    justify-content: center;
	line-height: 1;
    transition: all .3s ease;
}

.pdr-upsell-popup-link:hover span.pdr-upsell-popup-link-btn{
    background: #231f20;
}

/* cart sections */

.pdr-cart {
    margin: 0 auto;
    max-width: 100%;
    padding: 50px 0;
    width: 800px;
}

.pdr-cart__heading {
    text-align: center ;
}

.pdr-cart__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.pdr-cart__contents {
    margin-bottom: 55px;
    width: 100%;
}

.pdr-cart__contents-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 45px 0 15px;
}

.pdr-cart__contents-header:first-of-type{
    margin-top: 0;
}

.pdr-cart__contents-onetime .pdr-cart__contents-header{
    margin-top: 45px;
}

.pdr-cart__contents-header h3 {
    color: #231f20;
	font-size: 25px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.pdr-input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}

.pdr-input-group label{
    color: #231f20;
	font-size: 18px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
}

.pdr-input-group select {
    margin: 0;
}

.pdr-cart__item {
	align-items: flex-start;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 25px;
    position: relative;
}

.pdr-cart__item-image {
    align-items: center;
    border: 1px solid #231f20;
    display: flex;
    padding: 5px;
    height: 125px;
    width: 125px;
    justify-content: center;
}

.pdr-cart__item-image img{
    display:block;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    object-fit: contain;
}

.pdr-cart__item-image img[width],
.pdr-cart__item-image img[height]{
    height:auto !important;
    width:auto !important;
}

.pdr-cart__item-details-wrap {
    align-self: stretch;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 150px);
}

.pdr-cart__item-details {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    position: relative;
    width: calc(100% - 200px);
}

.pdr-cart__item-details h3 {
	color: #231f20;
	font-family: "Gotham",sans-serif;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 0;
}

.pdr-cart__item-details p {
    color: #231f20;
    font-family: "Gotham",sans-serif;
	font-size: 20px;
	font-weight: 900;
    margin: 0 0 10px 0;
}

.pdr-item-quantity {
	border: 1px solid #231f20;
    display: flex;
    align-items: center;
    height: 40px;
}

.pdr-item-quantity button {
    padding: 5px 10px;
    cursor: pointer;
	font-size: 24px;
	font-weight: 700;
	height: 100%;
	width: 40px;
}

.pdr-item-quantity input[type="number"] {
	align-items: center;
	border: none;
    box-shadow: none;
	display: flex;
	font-size: 17px;
	justify-content: center;
	height: 38px !important;
	padding: 0 !important;
	text-align: center;
	width: 50px !important;
	-moz-appearance: textfield;
}

.pdr-item-quantity input[type="number"]::-webkit-outer-spin-button,
.pdr-item-quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.pdr-cart__item-details input {
    width: 60px;
    padding: 5px;
    font-size: 1em;
    margin: 0;
}

.pdr-cart__item-details__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

button.pdr-cart__item-subscribe-button {
    align-items: center;
    background-color: #8dc73f;
    border: none;
    color: #231f20;
    cursor: pointer;
    display: flex;
    font-family: "Gotham",sans-serif;
	font-size: 16px;
	font-weight: 900;
    justify-content: center;
    padding: 10px;
}

button.pdr-cart__item-subscribe-button:hover{
    background-color: #231f20;
    color: #fff;
}

.pdr-cart__item-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 200px;
}

.pdr-cart__item-weight-price{
    display: flex;
    justify-content: space-between;
}

.pdr-cart__item-price{
    font-family: "Gotham",sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.pdr-item-price-top{
    display: none;
}

.pdr-cart__item-actions .price {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.woocommerce .pdr-cart__item-actions a.remove {
	color: #231f20 !important;
	font-size: 16px !important;
    font-weight: normal !important;
    height: auto !important;
    margin-top: auto !important;
	text-decoration: underline !important;
    width: auto !important;
}

.woocommerce .pdr-cart__item-actions a.remove:hover{
    background: none !important;
    color: #231f20 !important;
}

.pdr-remove-top{
    display: none !important;
    position: absolute;
    right: 0;
    top: 0;
}

.pdr-cart__totals {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    width: 600px;
}

.pdr-cart__totals h2{
    color: #231f20;
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham",sans-serif;
    margin: 0 0 25px;
    text-align: center;
    text-transform: uppercase;
}

.pdr-cart__totals-details{
    background: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 25px;
}

.pdr-cart__totals-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0;
}

.pdr-cart__totals-line.order-total{
    border-top: 2px solid #231f20;
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham",sans-serif;
    padding-top: 15px;
    text-transform: uppercase;
}

.pdr-cart__totals-line.order-total span:last-of-type{
    text-align: right;
}

.pdr-cart__totals-line.order-total .includes_tax{
    display: block;
    text-transform: none;
}

.pdr-cart .hidden{
    display: none;
}

.pdr-cart .update_cart {
    margin: 0 auto;
}

.pdr-cart .update_cart:disabled[disabled]:hover,
.pdr-cart .update_cart:disabled[disabled] {
    color: #fff !important;
    background: #ccc !important;
	cursor: not-allowed;
}

.pdr-cart .pdr-cart-notices {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #7f54b3;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.pdr-cart .pdr-cart-notices::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.pdr-cart .pdr-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.pdr-button-checkout{
    display: flex;
    justify-content: center;
}

.pdr-button-checkout .pdr-button{
    max-width: 100%;
    text-align: center;
    width: 300px;
}

.cart-empty{
    text-align: center;
    margin: 0 auto 30px !important;
    max-width: calc(100% - 40px);
    width: 1000px;
}

.woocommerce .return-to-shop{
    display: flex;
    justify-content: center;
}

.woocommerce .return-to-shop .button{
    max-width: 100%;
    width: 300px;
}

@media only screen and (max-width: 992px) {

    body{
        padding-top: 90px;
    }

}

@media only screen and (max-width: 860px) {

    .pdr-cart {
    	padding-left: 20px;
        padding-right: 20px;
    }

}

@media only screen and (max-width: 809px) {

    .pdr-upsell-popup-links{
        display: block;
        margin: 0 auto 20px;
        width: 220px;
    }

    .pdr-upsell-popup-link{
        width: 220px;
    }

    .pdr-upsell-popup-links .flickity-prev-next-button {
    	width: 25px;
    	height: 25px;
        top: 110px;
    }

    .pdr-upsell-popup-links .flickity-prev-next-button.previous{
        left: -50px;
    }

    .pdr-upsell-popup-links .flickity-prev-next-button.next{
        right: -50px;
    }

}

@media only screen and (max-width: 767px) {

    .pdr-basket {
    	padding-top: 35px;
    	padding-bottom: 35px;
    }

}

@media only screen and (max-width: 699px) {

    .pdr-cart__item-details-wrap {
    	width: calc(100% - 110px);
    }

    .pdr-cart__item-image {
        height: 90px;
    	width: 90px;
    }

    .pdr-cart__item-image img {
    	width: 90px;
    }

    .pdr-cart__item-details {
    	padding-right: 20px;
    	width: calc(100% - 100px);
    }

    .pdr-cart__item-actions {
    	width: 100px;
    }

    button.pdr-cart__item-subscribe-button {
    	font-size: 14px;
        margin-bottom: 15px;
    }

    .pdr-cart__contents-header h3,
    .pdr-cart__item-price,
    .pdr-cart__item-details p,
    .pdr-cart__item-details h3 {
    	font-size: 18px;
    }

    .pdr-cart__item {
    	padding: 20px;
    }

    .pdr-cart {
        padding-bottom: 0;
    	padding-top: 0;
    }

    .pdr-upsell-items,
    .pdr-upsell-count-5,
    .pdr-upsell-count-6{
        grid-template-columns: repeat(3, 1fr);
    }

}

@media only screen and (max-width: 499px) {

    .pdr-cart__item-details-wrap{
        flex-direction: column;
    }

    .pdr-cart__item-details,
    .pdr-cart__item-actions{
        width: 100%;
    }

    .pdr-cart__item-actions {
    	align-items: flex-start;
        padding-top: 20px;
    }

    .pdr-remove-top{
        display: block !important;
    }

    .pdr-remove-bottom{
        display: none !important;
    }

    .pdr-cart__item-details{
        padding-right: 30px;
    }

    .pdr-item-price-top{
        display: block;
    }

    .pdr-item-price-bottom{
        display: none;
    }

    .pdr-cart__item-actions{
        padding: 0;
    }

    button.pdr-cart__item-subscribe-button{
        margin-bottom: 0;
        margin-top: 20px;
    }

    .pdr-cart__contents-header {
    	flex-direction: column;
    }

    .pdr-input-group{
        margin-top: 20px;
    }

    .pdr-cart__contents-header h3{
        font-size: 22px;
    }

    .pdr-upsell-popup-title {
    	font-size: 25px;
    	line-height: 24px;
    }

    .pdr-upsell-popup-subtitle {
    	font-size: 20px;
    	line-height: 21px;
    }

    .pdr-upsell-popup-close {
    	right: 15px;
    	top: 15px;
    }

    p.pdr-upsell-popup-content {
    	font-size: 15px;
    	line-height: 17px;
    }

    a.pdr-upsell-popup-continue{
        font-size: 17px;
    }

}

@media only screen and (max-width: 399px) {

    .pdr-cart__item{
        flex-direction: column;
    }

    .pdr-cart__item-image{
        margin: 0 auto 10px;
    }

    .pdr-cart__item-details-wrap{
        width: 100%;
    }

    .pdr-cart__item-details{
        position: static;
    	padding-right: 0;
    }

    .pdr-remove-top{
        right: 15px;
        top: 15px;
    }

    .pdr-cart__item-details h3{
        text-align: center;
    }

    .pdr-cart__item-actions{
        align-items: center;
    }

    .pdr-cart__item-details__inner{
        justify-content: center;
    }

    .pdr-cart__item-weight-price {
    	justify-content: center;
    }

    .pdr-cart__item-weight-price p{
        margin: 0 5px 10px;
    }

    .pdr-upsell-title {
    	font-size: 16px;
    	line-height: 19px;
    }

    .pdr-upsell-link span {
    	font-size: 10px;
        padding: 3px;
    }

    .pdr-upsell-items,
    .pdr-upsell-count-5,
    .pdr-upsell-count-6{
        grid-template-columns: repeat(3, 1fr);
    }

}
