/* CATEGORY / PRODUCT LIST */


#ws-clear-filters a {
text-decoration: none;
color: var(--colour-green);
}

#ws-clear-filters a:hover {
color: #000000;
}

.products-filters-container {
border-right: 1px solid #ddeaf2;
}

.ws-filter-title {
font-family: Montserrat;
font-size: 16px;
font-weight: 700;
padding-bottom: 1em;
}

.product-list-container {
width: 96%;
margin: 0 auto;
display: grid;
grid-template-columns: 22% 74%;
grid-column-gap: 4%;
margin-bottom: 5em;
}

.product-list-container-no-filters {
width: 96%;
margin: 0 auto;
margin-bottom: 5em;
}

.product-list-filters {

}

.product-list-products {

}



.product-list-product-card {
background: #ffffff;
padding: 2em;
border-radius: 6px;
margin-bottom: 3em;
}

.product-list-product-card a {
text-decoration: none;
}

.product-list-product-card:hover a.p {
color: var(--colour-green);
}

.product-list-product-card-top {
display: grid;
grid-template-columns: 47.5% 47.5%;
grid-column-gap: 5%;
padding-bottom: 1em;
}

.product-price {
background: var(--ws-colour-principal);
border-radius: 4px;
padding: 0.4em;
padding-top: 0.2em;
padding-bottom: 0.2em;
color: #ffffff;
font-family: Roboto Condensed, Sans-Serif;
font-weight: 400;
font-size: 19px;
}

.product-price-large {
font-size: 24px;
}

.product-list-product-card-top-right {
text-align: right;
font-family: Roboto, Sans-Serif;
font-weight: 400;
font-size: 14px;
}

.product-list-product-card-top-right i {

}

.product-list-product-card-img {
padding: 0em;
margin-bottom: 1em;
}

.product-list-product-card-img img {
width: 100%;
}

.product-list-product-card-title-container {
min-height: 80px;
}

.product-list-product-card-title {
font-family: Roboto, Sans-Serif;
font-weight: 600;
font-size: 19px;
line-height: 1.2em;
padding-bottom: 0.2em;
}


.product-list-product-card-sub-title {
font-family: Open Sans, Sans-Serif;
font-weight: 300;
font-size: 16px;
line-height: 1.2em;
}

.product-list-product-card-compare {
padding-top: 1em;
color: #000000;
font-family: Roboto, Sans-Serif;
font-weight: 300;
font-size: 14px;
}

.product-list-product-card-compare i {
color: #cccccc;
}

.product-list-product-card-compare a {
text-decoration: none;
}

.product-list-product-card-compare a:hover, .product-list-product-card-compare a:hover i {
color: var(--colour-green);
}







/* CATEGORIES */

.category-card-title {
font-family: Montserrat, Sans-Serif!important;
font-weight: 700;
font-size: 20px;
padding-bottom: 1.5em;
text-align: center;
line-height: 1.3em;
}

.category-card-icon {
width: 80%;
margin: 0 auto;
padding-top: 2em;
padding-bottom: 2em;
border-radius: 10px;
margin-bottom: 2em;
}

.category-card-icon i {
font-size: 40px;
}

.category-card-image {
width: 80%;
margin: 0 auto;
padding-top: 2em;
padding-bottom: 2em;
border-radius: 10px;
margin-bottom: 2em;
text-align: center;
}

.category-card-image img {
max-height: 150px;
max-width: 100%;
}

.category-card-link {
text-align: center;
}

.category-card-link a {
font-family: Roboto, Sans-Serif;
font-weight: 300;
font-size: 18px;
text-decoration: none;
padding-bottom: 1px;
color: var(--colour-green);
border-bottom: 1px solid var(--colour-green);
}

.category-card-link a:hover {
color: #000000;
border-bottom: 1px solid #000000;
}






/* PRODUCT PAGE */
#top-mast-product-page {
width: 100%;
display: grid;
grid-template-columns: 5% 45% 45% 5%;
}

.top-mast-product-img {
padding-left: 5em;
padding-right: 5em;
padding-bottom: 2em;
}

.top-mast-product-img img {
display: block;
margin: 0 auto;
max-width: 100%;
max-height: 500px;
}

.top-mast-product-img-thumbnails {
text-align: center;
padding-bottom: 1em;
}

.top-mast-product-img-thumbnails img {
width: 110px;
display: inline-block;
border: none;
border-radius: 6px;
margin-left: 20px;
-webkit-box-shadow: 0px 0px 4px 1px rgba(3,3,3,0.1);
-moz-box-shadow: 0px 0px 4px 1px rgba(3,3,3,0.1);
box-shadow: 0px 0px 4px 1px rgba(3,3,3,0.05);
}

.top-mast-product-img-thumbnails img:first-child {
margin-left: 0px;
}

.top-mast-product-img-thumbnails img:hover {

border: 1px solid #e3e3e3;
/*-webkit-box-shadow: 0px 0px 4px 10px rgba(3,3,3,0.1);
-moz-box-shadow: 0px 0px 4px 10px rgba(3,3,3,0.1);
box-shadow: 0px 0px 4px 5px rgba(3,3,3,0.05);*/
}


#product-image {
width: 100%;
position: relative;
overflow: hidden;
}

#product-image-inner {
position: relative;
z-index: 1;
}

#product-image-overlay {
position: absolute;
z-index: 100;
width: 260px;
height: 50px;
background: #1b9;
text-align: center;
line-height: 50px;
letter-spacing: 0px;
font-family: Open Sans, Sans-Serif;
font-weight: 300;
font-size: 16px;
color: #ffffff;
top: 40px;
right: -65px;
left: auto;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
font-weight: 600;
}

#product-image-overlay-inner {
position: fixed;
z-index: 100;
width: inherit;
text-align: center;
line-height: 50px;
letter-spacing: 1px;
color: #f0f0f0;
}






.top-mast-product-info {
padding-left: 4em;
padding-right: 0.5em;
}

.top-mast-product-info h1 {
color: #000000;
font-family: Rubik, Sans-Serif;
font-weight: 500;
font-size: 44px;
padding-bottom: 0.5em;
}

.top-mast-product-info h2 {
font-family: Roboto, Sans-Serif;
font-weight: 400;
font-size: 24px;
color: var(--ws-colour-principal);
text-transform: uppercase;
padding: 0px;
margin-bottom: 1em;
}

/*for the 'from' pre price copy and post price copy*/
.top-mast-product-price {
font-family: Roboto, Sans-Serif;
font-weight: 400;
font-size: 16px;
color: #27616E;
}

.product-was-price {
text-decoration: line-through;
color: var(--colour-red);
}

.top-mast-product-info-short-desc {
font-family: Open Sans, Sans-Serif;
font-weight: 300;
font-size: 20px;
line-height: 1.3em;
color: #27616E;
padding-bottom: 1em;
}

.top-mast-product-info-short-desc ul {
padding-left: 1.2em;
list-style: none;
}

.top-mast-product-info-short-desc li {
line-height: 1.3em;
padding-bottom: 0.7em;
list-style-image: url(/assets/images/green-tick.png);
padding-inline-start: 0.7ch;
}




.product-next-steps {
width: 90%;
margin: 0 auto;
display: grid;
grid-template-columns: 47.5% 47.5%;
grid-column-gap: 5%;
padding-top: 3em;
}


.product-next-steps-accessories-title {
padding: 2em;
padding-top: 0em;
margin: 0px;
}

.product-next-steps-accessories-title h3 {
font-family: Open Sans, Sans-Serif;
font-weight: 300;
font-size: 20px;
color: var(--colour-blue);
line-height: 1.5em;
padding: 0px;
margin: 0px;
}


.product-accessories-card-title {
font-family: Montserrat, Sans-Serif;
font-weight: 700;
font-size: 20px;
text-align: center;
padding-bottom: 0.8em;
}

.product-accessories-card-icon {
width: 80%;
margin: 0 auto;
padding-top: 1.3em;
padding-bottom: 1.3em;
border-radius: 10px;
margin-bottom: 1em;
text-align: center;
}

.product-accessories-card-icon-tall {
padding-top: 3em;
padding-bottom: 3em;
}

.product-accessories-card-icon i {
font-size: 30px;
}

.product-accessories-card-link {
padding-top: 0.5em;
font-family: Roboto, Sans-Serif;
font-weight: 400;
font-size: 16px;
text-align: center;
}

.product-accessories-card-link a {
text-decoration: none;
}



.product-take-action-buttons {
display: grid;
grid-template-columns: 30% 60%;
grid-column-gap: 10%;
}



.product-details-tabs {
width: 90%;
margin: 0 auto;
}

.product-details-tab {
display: inline-block;
padding: 1em;
padding-left: 2em;
padding-right: 2em;
font-family: Montserrat, Sans-Serif;
font-weight: 700;
font-size: 20px;
color: var(--colour-blue);
margin-bottom: -6px;
}

.product-details-tab-active {
display: inline-block;
background: #ffffff;
padding: 1em;
padding-left: 2em;
padding-right: 2em;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
font-family: Montserrat, Sans-Serif;
font-weight: 700;
font-size: 20px;
color: var(--colour-blue);
margin-bottom: -6px;
-webkit-box-shadow: 0px -6px 4px 3px rgba(3,3,3,0.02);
-moz-box-shadow: 0px -6px 4px 3px rgba(3,3,3,0.02);
box-shadow: 0px -6px 4px 3px rgba(3,3,3,0.02);
}

.product-details-container {
width: 90%;
margin: 0 auto;
background: #ffffff;
border-radius: 10px;
padding: 2em;
padding-top: 4em;
-webkit-box-shadow: 0px 0px 4px 3px rgba(3,3,3,0.05);
-moz-box-shadow: 0px 0px 4px 3px rgba(3,3,3,0.05);
box-shadow: 0px 0px 4px 3px rgba(3,3,3,0.05);
}

.product-details-container ul {
padding-left: 1.6em;
list-style: none;
}

.product-details-container ul li { 
line-height: 1.3em;
padding-bottom: 0.7em;
list-style-image: url(/assets/images/green-tick.png);
padding-inline-start: 0.7ch;
}


.product-details-container ol {
padding-left: 1.6em;
}

.product-details-container ol li { 
line-height: 1.3em;
padding-bottom: 0.7em;
}






.product-description-card {
background: #F0F9FF;
padding: 2em;
margin-bottom: 2.5em;
color: #000000;
font-family: Roboto, Sans-Serif;
font-weight: 300;
font-size: 17px;
line-height: 1.4em;
}

.product-description-card h3 {
color: var(--colour-green);
font-family: Open Sans, Sans-Serif;
font-weight: 400;
font-size: 17px;
line-height: 1.3em;
min-height: 50px;
}

.product-description-card-description {

}



.ws-in-grid-full-span-teaser {
grid-column: 1 / span 3; margin-bottom:3em;
}

.ws-in-grid-full-span-teaser-4 {
grid-column: 1 / span 4;
margin-bottom:3em;
}



/* ADD TO BASKET */

#product_add_to_basket {
/*display: grid;
grid-template-columns: auto auto;*/
padding: 0.7em;
padding-left: 1.2em;
padding-right: 1.2em;
border: 1px solid #A2BCD3;
border-radius: 10px;
margin-bottom: 3em;
}

#product_add_to_basket_options {
/*margin-bottom: 1em;*/

}

#product_add_to_basket_options select {
width: 100%;
height: 100%;
padding: 0.6em;
font-size: 16px;
}

#add_to_basket_quantity {
padding: 0px;
}

#add_to_basket_options_skuID {
clear: both;
float: none;
margin-bottom: 1em;
}

.select_SKU_overlay_link {
padding: 1em;
border: 1px solid #e3e3e3;
/*background: #f2f2f2;*/
background: var(--colour_one);
color: #ffffff;
text-align: center;
text-transform: uppercase;
font-size: 0.9em;
cursor: pointer;
}

#select_SKU_option_name_outer {
display: none;
padding-top: 1em;
padding-bottom: 1em;
text-align: center;
font-size: 1.1em;
font-weight: 600;
}

#select_SKU_option_name {
display: inline-block;
}

#select_SKU_option_name_clear {
display: inline-block;
}

#product_add_to_basket_actions {
display: grid;
grid-template-columns: 40% 30% 30%;
grid-column-gap: 0%;
/*stop highlighting qty box when clicking arrows fast*/
user-select: none; /* standard syntax */
-webkit-user-select: none; /* webkit (safari, chrome) browsers */
-moz-user-select: none; /* mozilla browsers */
-khtml-user-select: none; /* webkit (konqueror) browsers */
-ms-user-select: none; /* IE10+ */
}

/*#product_add_to_basket_qty {
display: grid;
grid-template-columns: 10% 80% 10%;
}*/

#product_add_to_basket_qty i {
font-size: 1.3em;
cursor: pointer;
}

#product_add_to_basket_qty i:hover {
color: var(--colour_one);
}

#product_add_to_basket_qty input {
width: 50px;
text-align: center;
padding: 0.7em;
padding-top: 0.6em;
padding-bottom: 0.6em;
border: 1px solid #000000;
border-radius: 8px;
background: #ffffff;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 16px;
}

/*#add_to_basket_button {
text-align: right;
vertical-align: middle;
}*/

/*#product_add_to_basket_details {
display: grid;
grid-template-columns: 50% 50%;
}*/

/*#product_add_to_basket input {
display: inline-block;
}*/



#product_add_to_basket input.qty {
width: 3em;
height: 100%;
padding: 0.6em;
text-align: center;
font-size: 16px;
border: 1px solid #aaaaaa;
}

#product_add_to_basket_qty_arrows {
padding-top: 3px;
border: 1px solid #aaaaaa;
border-left: none;
}

#add_to_basket_button input.subBut {
padding: 0.75em;
font-size: 16px;
text-align: center;
cursor: pointer;
background: var(--colour_two);
color: #ffffff;
border: none;
border-radius: 4px;
}




.may-also-be-interest-in {
width: 90%;
margin: 0 auto;
padding: 0em;
margin-top: 8em;
}

.may-also-be-interest-in-title {
padding-top: 1.5em;
font-family: Roboto, Sans-Serif;
font-weight: 900;
font-size: 44px;
text-align: left;
line-height: 1.5em;
}





/* BASKET */

.basket-product-surround {
background: #ffffff;
padding: 1.5em;
padding-bottom: 2em;
margin-top: 2em;
}

.basket-product-surround:first-child {
margin-top: 0em;
}

.basket-product-inner {
display: grid;
grid-template-columns: 20% 75%;
grid-column-gap: 5%;
}

.basket-product-top {
height: 60%;
}

.basket-product-bottom {
height: 40%;
border-top: 1px solid #dbdbdb;
padding-top: 1em;
}

.basket-product-inner img {
width: 100%;
}

.basket-product-title {
display: grid;
grid-template-columns: 85% 10%;
grid-column-gap: 5%;
margin-bottom: 1em;
}

.basket-product-name {
font-family: Open Sans, Sans-Serif;
font-size: 20px;
font-weight: 400;
}

.basket-product-name a {
color: var(--ws-colour-principal);
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px solid var(--ws-colour-principal);
}

.basket-product-name a:hover {
border-bottom: none;
}

.basket-sku-name {
font-size: 17px;
font-weight: 600;
}

.basket-product-description {
font-family: Open Sans, Sans-Serif;
font-size: 14px;
font-weight: 300;
line-height: 1.43em;
margin-bottom: 1em;
}

.basket-product-details {
display: grid;
grid-template-columns: 40% 58%;
grid-column-gap: 2%;
height: 100%;
margin-bottom: 0em;
}

.basket-product-price {
display: table;
height: 100%;
font-size: 18px;
font-weight: 600;
}

.basket-product-price-inner {
display: table-cell;
vertical-align: bottom;
}

.basket-product-price-multi-qty {
background: #ffffff;
}

.basket-product-qty {
display: table;
height: 100%;
font-size: 18px;
font-weight: 600;
user-select: none; /* standard syntax */
-webkit-user-select: none; /* webkit (safari, chrome) browsers */
-moz-user-select: none; /* mozilla browsers */
-khtml-user-select: none; /* webkit (konqueror) browsers */
-ms-user-select: none; /* IE10+ */
}

.basket-product-qty-inner {
display: table-cell;
vertical-align: bottom;
}

.basket-product-qty-inner i {
font-size: 1.1em;
cursor: pointer;
}

.basket-product-qty-inner i:hover {
color: var(--colour_one);
}

.basket-product-qty-inner input {
width: 40px;
text-align: center;
padding-bottom: 0em;
border: none;
/*border-bottom: 1px solid #8d8d8d;*/
/*background: #ffffff;*/
background: transparent;
color: #000000;
font-weight: 600;
font-size: 18px;
}

.basket-promotion-description {
background: #37ac69;
color: #ffffff;
padding: 1em;
text-align: right;
}

.basket-promotion-description-missed {
background: #d01e25!important;
}


#basket-summary {
padding: 2em;
/*background: #4e5776;*/ /*f2f2f2*/
}

.tbc_copy {
color: #ffffff;
opacity: 0.8;
}

.basket-summary-title {
text-align: center;
padding-bottom: 0.5em;
border-bottom: 1px solid #ffffff;
margin-bottom: 1em;
}

.basket-summary-row {
display: grid;
grid-template-columns: 65% 35%;
grid-column-gap: 0%;
padding-bottom: 2em;
}

.basket-summary-row-sep {
border-bottom: 1px solid #ffffff;
}

.basket_delivery_postcode_intruction {
background: rgba(255, 255, 255, 0.5);
padding: 1em;
font-size: 14px;
margin-bottom: 0.8em;
line-height: 1.5em;
text-align: center;
}

.basket_delivery_postcode_intruction i {
color: #000000;
font-size: 22px;
}

#basket-summary input.txt {
padding: 0.6em;
}

.checkoutMatchBillingDelivery {
color: var(--colour_two);
padding-bottom: 1px;
border-bottom: 1px dotted var(--colour_two);
cursor: pointer;
}

.checkoutMatchBillingDelivery:hover {
color: var(--colour_one);
border-color: var(--colour_one);
}


#basket-summary-buttons {
display: grid;
grid-template-columns: 63% 37%;
}


/*MY ACCOUNT */

.my-account-nav {
margin-bottom: 2em;
}

.ma-previous-order-row {
padding-top: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #e3e3e3;
cursor: pointer;
}

.ma-previous-order-row:hover {
background: var(--ws-colour-secondary);
color: #ffffff;
}
