/*Catalogues*/
.squares-catalogue .msl-catalogue-list {
    padding:0;
    margin:0;
}
@media (min-width: 768px) {
.squares-catalogue .msl-catalogue-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
}
.squares-catalogue .msl-catalogue-item {
	margin-bottom: 3.5em;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 15px;
    border-radius: 0;
    color: #AAB3BF;
    position: relative;
    padding: 0;
    transition: 0.3s;
    border: 0px solid;
    margin-right: 50px;
    z-index: 1;
}
@media (min-width: 768px) {
.squares-catalogue .msl-catalogue-item {
    width: calc(20% - 10px);
}
}
.squares-catalogue .msl-catalogue-item .img-container {
	overflow: hidden;
	display: block;
	position: relative;
	box-shadow: 0 20px 40px -10px rgb(26 26 26 / 20%);
	border-radius: 6px;
}
@media (max-width: 767px) {
.squares-catalogue .msl-catalogue-item .img-container {
    position: relative;
    float: left;
    width: 40%!important;
    float: left;
    min-height: auto;
    max-width:100%;
    height: 100%!important;
    margin: 0;
}
.squares-catalogue .details {
    padding: 15px;
    padding: 15px;
    position: relative;
    font-weight: normal;
    transition: 0.3s;
    background: transparent;
    z-index: 10;
    transition: 0.3s;
    float: left;
    width: 60%;
    min-height: initial;
    text-align: left;
}
}
.squares-catalogue .details {
	padding: 15px 15px 5px 15px;
	font-weight: normal;
	transition: 0.3s;
	z-index:10;
	transition:0.3s;
	color: #333;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	font-size: 0.85rem;
}
.squares-catalogue .details .msl-catalogue-name {
    padding: 0;
    line-height: 1;
    color: #0d0d0d;
    font-size: 1rem;
    display: block;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin: ;
    font-weight: normal;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-weight: 700;
    margin: 10px 0;
}
.squares-catalogue .msl-catalogue-item .img-container img {
	height: auto!important;
	width: 100%!important;
	border: 0!important;
	margin: 0;
}
.squares-catalogue .msl-catalogue-item .img-container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 6px solid transparent;
    background-color: transparent;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    z-index: 1;
}
.squares-catalogue .msl-catalogue-item:hover .img-container:before {
	border-color: #2e3091;
}
.squares-catalogue .msl-catalogue-item:hover a {
	text-decoration:none;
}
.squares-catalogue .msl-catalogue-item:hover .msl-catalogue-name {
	text-decoration:underline;
}

/*product list*/
.catalogue_productlist {
    padding:0;
    margin: 50px 0;
}
@media (min-width: 768px) {
.catalogue_productlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
}
.catalogue_productlist li {
	margin-bottom: 3.5em;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 15px;
    border-radius: 0;
    color: #AAB3BF;
    position: relative;
    padding: 0;
    transition: 0.3s;
    border: 0px solid;
    margin-right: 50px;
    z-index: 1;
}
@media (min-width: 768px) {
.catalogue_productlist li {
    width: calc(20% - 10px);
}
}
.catalogue_productlist li .img-container {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: 0 20px 40px -10px rgb(26 26 26 / 20%);
    border-radius: 6px;
}
.catalogue_productlist li .img-container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 6px solid transparent;
    background-color: transparent;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    z-index: 1;
    left: 0;
    right: 0;
}
.catalogue_productlist li .details {
    padding: 15px 15px 5px 15px;
    font-weight: normal;
    transition: 0.3s;
    z-index: 10;
    transition: 0.3s;
    color: #333;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 0.85rem;
}
.catalogue_productlist li .details .msl-product-name {
    padding: 0;
    line-height: 1;
    color: #0d0d0d;
    font-size: 1rem;
    display: block;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin: ;
    font-weight: normal;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-weight: 700;
    margin: 10px 0;
}
.catalogue_productlist li:hover .img-container:before {
	border-color: #2e3091;
}
.catalogue_productlist li:hover a {
	text-decoration:none;
}
.catalogue_productlist li:hover .msl-product-name {
	text-decoration:underline;
}
@media (max-width: 767px) {
.catalogue_productlist li .img-container {
    position: relative;
    float: left;
    width: 40%!important;
    float: left;
    min-height: auto;
    max-width:100%;
    height: 100%!important;
    margin: 0;
}
.catalogue_productlist li .details {
    padding: 15px;
    padding: 15px;
    position: relative;
    font-weight: normal;
    transition: 0.3s;
    background: transparent;
    z-index: 10;
    transition: 0.3s;
    float: left;
    width: 60%;
    min-height: initial;
    text-align: left;
}
}
.catalogue_productlist li .details .msl-product-price {
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: normal;
    color: #2d235f;
    font-weight: normal;
}

/*Checkout*/
#checkout_progress {
    /* display: none */
}

#basket-items-wrapper #basket-terms {
    background: #ccdfeb;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    display: none;
}

ul[id=method-options] {
    display: none
}

ul[id=method-options] li a.active {
    border: none
}

[id=method-panels]>[class*=method].active {
    border: none;
    background: #fff;
    padding:0;
}

[id=us-state-hint] {
    margin: 15px 10px 0;
    background: #cddfeb;
    border: none;
    background: #ccdfeb;
    padding: 10px;
    font-size: 14px;
    line-height: 24px
}

div[id*=pnl] {
    border: none;
    padding: 0;
    border-radius: 5px;
    border-bottom: none
}

div[id*=pnl] .vpFormPair {
    padding: 0;
    margin: 15px;
    border-bottom: 0
}

#ctl00_Main_pnlPrePayment .clear_address {
    margin: 20px 15px 0 0;
    border-bottom: 1px dashed #333;
    float: right;
    font-size: 16px
}

#ctl00_Main_paBillingAddress_pnlAddr label {
    width: auto;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px
}

#ctl00_Main_paBillingAddress_pnlAddr input,
#ctl00_Main_paBillingAddress_pnlAddr select {
    display: block;
    width: 100%
}

#ctl00_Main_paBillingAddress_pnlAddr br {
    display: none
}

#ctl00_Main_paBillingAddress_pnlAddr #ctl00_Main_paBillingAddress_txtPostcode {
    width: 40%;
    min-width: 150px
}

#ctl00_Main_paBillingAddress_lblCountry:after,
#ctl00_Main_paBillingAddress_lblLine1:after,
#ctl00_Main_paBillingAddress_lblLine2:after,
#ctl00_Main_paBillingAddress_lblPostcode:after {
    position: relative;
    content: " *";
    color: red
}

@media (min-width:992px) {
    div[id*=pnl] {
        padding: 0 15px
    }
}

#ctl00_Main_upPay>div>h3 {
    display: none
}

#ctl00_Main_upPay .sagepay-link img {
    float: none!important
}

#ctl00_Main_upPay>div:nth-of-type(3) {
    padding: 15px
}

#ctl00_Main_upPay>div:nth-of-type(3) p:not(.warning) {
    margin: 15px 0
}



@media (min-width:992px) {
    #basket-items-wrapper {
        /* width: 40%; */
        /* float: right; */
    }
    #ctl00_Main_pnlPrePayment {
     padding:0;
    }
}

#basket-items table {
    border: 0 solid #ccc!important;
    position: relative;
    border-collapse: separate!important;
    border-spacing: 0 10px!important;
    margin-top: 0;
}

#basket-items tr:first-child {
    /* display: none */
}

#basket-items tr {
    position: relative
}

#basket-items .item {
    border: 0 solid #ccc;
    position: relative;
    background: #fff;
    margin: 5px 0;
    border-radius: 3px;
    height: auto;
    /* -webkit-box-shadow: 4px 3px 9px -2px rgba(0, 0, 0, .3); */
    -moz-box-shadow: 4px 3px 9px -2px rgba(0, 0, 0, .3);
    /* box-shadow: 4px 3px 9px -2px rgba(0, 0, 0, .3); */
    height: 90px;
}

.checkoutpage .msl_table td:first-child {
    border-left: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.checkoutpage .msl_table td:last-child {
	border-right: 0px solid #ccc;
}

#basket-items .item dt {
    padding: 10px
}

#basket-items .item td:nth-child(2),
#reviewbasket .item td:nth-child(2) a {
    background: 0 0;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    text-transform: capitalize;
    padding: 5px 10px;
    font-size: 16px;
    border-bottom: 0px solid;
}

#basket-items .item .det {
    margin-top: 15px
}

#basket-items .item td.price,
#basket-items .item td.qty {
    background: #e8e8e2;
    padding: 5px 10px;
    margin: 0;
    text-align: right;
    color: #393939;
    font-size: 14px;
    border-bottom: 0 solid #ccc;
    display: inline-block;
    width: max-content;
    position: absolute
}

#basket-items .item td.price {
    right: 0;
    width: 70px;
    text-align: center;
    font-weight: 700
}

#basket-items .item td.qty {
    right: 70px
}

#basket-items .item td:nth-child(4) {
    visibility: hidden
}

.checkoutpage #basket-items .msl_table tr.footer td {
    border: none;
    background: #0d0d0d;
    font-weight: 700;
}

@media(min-width:500px) {
    .checkoutpage .msl_table td:first-child {
        display: table-cell;
        width: 60px;
        /* padding: 0 10px 0 0; */
    }
    #basket-items .item td:nth-child(2) {
    	
    }
}

#reviewbasket table.msl_table {
    border: 0 solid #000!important
}

#reviewbasket .msl_table tr.footer td {
    background: #0d0d0d;
    font-weight: 700;
}

#reviewbasket .msl_table th, .checkoutpage .msl_table th {
    background: #eee;
    font-weight: bold;
    color: #000;
}

#reviewbasket .msl_table th.product-image {
    /* border-left: 1px solid #ccc */
}

#reviewbasket .msl_table th:last-child {
    /* border-right: 1px solid #ccc */
}

#reviewbasket .msl_table tr.footer td.total {
    font-weight: 700
}


@media (max-width:550px) {
    #ctl00_Main_upItems>div {
        overflow-x: auto
    }
}

.page_shop .vp_form .vpFormSubmit {
    background: 0 0
}

.product_customisation,
.shipping_address {
    list-style: none;
    padding: 0;
    margin: 0
}

.product_customisation li,
.shipping_address {
    font-style: normal;
    color: #333;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px!important
}

.customisation-item .item-number {
    display: none
}

#checkout h1 {
    display:none;
}
.checkoutpage h2, .checkoutpage h3 {
    margin: 10px 0;
}
.msl-catalogue-list li {
	margin-bottom: 3.5em;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 15px;
	border-radius: 0;
	color: #AAB3BF;
	position: relative;
	padding: 0;
	transition: 0.3s;
	border: 0px solid;
	margin-right: 0;
}
@media (min-width: 768px) {
.msl-catalogue-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.msl-catalogue-list li {
	width: calc(20% - 50px);
    max-width: calc(33.333% - 20px);
    margin-right: 50px;
}
}
.msl-catalogue-image {
	display:block;
	width:100%;
	max-width:100%;
}
[id="checkout_progress"] li a {
	background:none;
    background-color:#0d0d0d;
    color:#fff;
    font-weight:600;
    border: 2px solid #0d0d0d;
    padding:5px 10px;
    box-shadow:0 2px 6px 0 rgb(0 0 0 / 18%);
}
[id="checkout_progress"] li a:hover {
    color:#0d0d0d;
    background-color:#fff;
    border:2px solid#0d0d0d;
}
div.pay input.button {
    	background:none;
    background-color:#0d0d0d;
    color:#fff;
    font-weight:600;
    border: 2px solid #0d0d0d;
    padding:5px 10px;
    box-shadow:0 2px 6px 0 rgb(0 0 0 / 18%);
}
div.pay input.button:hover {
    color:#0d0d0d;
    background-color:#fff;
    border:2px solid#0d0d0d;
}
#reviewbasket h1 {
    display:none;
}