html {
	--margin: 16px;
}

#content {
	min-height: 350px;
}

.ws-cart-image-step-item {
	height: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.ws-cart-image-step-line {
}

.ws-cart-image-step-background {
	background-image: url("../image/cart-step-line.png");
}

.ws-cart-step-text-active {
	font-family: MontserratBold;
	font-size: 10px;
	color: #ff7f02;
	width: 46px;
}

.ws-cart-step-text {
	font-family: MontserratBold;
	font-size: 10px;
	color: #000000;
	width: 46px;
}

.ws-cart-table {
    border-style: none;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
    border-radius: 4px;
	height: fit-content;
}

.ws-cart-title {
    font-family: 'MontserratBold';
    font-size: 20px;
	color: #2e2e2e;
	margin-left: 2rem;
	margin-top: 1.38rem;
	margin-bottom: 1.38rem;
}

.ws-cart-product-list-row {
    border-top-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
}

.ws-cart-prduct-image-box {
	overflow: hidden;
    margin: auto;
	margin-top: 25px;
    border-radius: 4px;
    border: none;
	width: 132px;
	height: 122px;	
}

.ws-cart-product-image {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	transform: scale(1.9);
	transform-origin: 30% 30%;	
}

.ws-cart-product-name {
    font-family: 'MontserratMedium';
    font-size: 14px;
	color: #2e2e2e;
	margin-top: 20px;
}

.ws-cart-product-model {
    font-family: 'MontserratRegular';
    font-size: 14px;
	color: #727272;
}

.ws-cart-product-price-text {
    font-family: 'MontserratRegular';
    font-size: 14px;
	color: #727272;
}

.ws-cart-product-price {
    font-family: 'MontserratBold';
    font-size: 14px;
	color: #2e2e2e;
}

.ws-cart-quantity-label {
    font-family: 'MontserratMedium';
    font-size: 12px;
    background-color: #f7f7f7;
	color: #2e2e2e;
	text-align: center;
	margin: 0;
	border: none;
}

.ws-cart-delete {
    font-family: 'MontserratRegular';
    font-size: 14px;
	color: #727272;
	margin-top: 20px;
}

.ws-cart-select {
    font-family: 'MontserratMedium';
    font-size: 14px;
	color: #2e2e2e;
	text-align: center;
	text-align-last: center;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px;
    border-bottom-color: #bdbdbd;
    border-bottom-style: solid;
    background-color: #f7f7f7;
    padding-top: 1px;
    padding-bottom: 6px;
    width: 100%;
}

.ws-cart-separator {
	color: #eeeeee;
}

.ws-cart-postcode {
	--margin: 27px;
	--padding: 11px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px;
    border-bottom-color: #bdbdbd;
    border-bottom-style: solid;
    background-color: #f7f7f7;
    border-image-width: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'MontserratMedium';
    font-size: 14px;
	color: #2e2e2e;
	padding: var(--padding);
    margin: var(--margin);
    width: calc(100% - (var(--margin)*2));
}

.ws-cart-button-calc-shipping-price {
	--margin: 27px;
	--padding: 11px;
    font-family: 'MontserratBold';
    font-size: 14px;
    background-color: #ffffff;
    color: #727272;
    background-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #727272;
	padding: var(--padding);
    margin: var(--margin);
    width: calc(100% - (var(--margin)*2));
}

.ws-cart-button-calc-shipping-price:hover {
    background-color: #727272;
    color: #ffffff;
	border-color: #727272;
}

.ws-cart-shipping-modal-title {
    font-family: 'MontserratBold';
    font-size: 14px;
}

.ws-cart-shipping-modal-body {
    font-family: 'MontserratRegular';
    font-size: 14px;
}

.ws-cart-total-title {
    font-family: 'MontserratMedium';
    font-size: 14px;
	margin-top: 16px;
	margin-bottom: 0px;
	margin-left: 29px;
	margin-right: 0px;
	width: 20%;
}

.ws-cart-total-space {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eeeeee;
	margin-top: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: calc(55% - (29px *2));
}

.ws-cart-total-value {
    font-family: 'MontserratBold';
    font-size: 14px;
	text-align: right;
	margin-top: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 29px;
	width: 25%;
}

.ws-cart-button-cancel {
    font-family: 'MontserratBold';
    font-size: 14px;
    background-color: #ffffff;
    color: #727272;
    background-image: none;
    border-radius: 0;
    width: 100%;
    padding-top: 0.69rem;
    padding-bottom: 0.69rem;
    border-style: solid;
    border-width: 1px;
    border-color: #727272;
	margin: var(--margin);
	width: calc(100% - (var(--margin) * 2));
}

.ws-cart-button-cancel:hover {
    background-color: #727272;
    color: #ffffff;
    border-color: #727272;
}

.ws-cart-button-disabled {
    font-family: 'MontserratBold';
    font-size: 14px;
    background-color: #eaeaea;
    color: #bdbdbd;
    background-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #bdbdbd;
    border-radius: 0;
    padding-top: 11px;
    padding-bottom: 11px;
	margin: var(--margin);
	width: calc(100% - (var(--margin) * 2));
}

.ws-cart-button-enabled {
    font-family: 'MontserratBold';
    font-size: 14px;
    background-color: #ff7f02;
    color: #ffffff;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #ff7f02;
    padding-top: 11px;
    padding-bottom: 11px;
	margin: var(--margin);
	width: calc(100% - (var(--margin) * 2));
}

.ws-cart-button-enabled:hover {
    background-color: #fd8716;
    color: #f7f7f7;
	border-color: #fd8716;
}

.ws-empty-cart-msg {
    font-family: 'MontserratBold';
    font-size: 20px;
	color: #2e2e2e;
}

.ws-not-found-text {
    font-family: 'MontserratRegular';
    font-size: 16px;
	color: #2e2e2e;
}