/*

	Stylesheet: Inglis Hall 2022 (Inglis Hall & Co.)

	Author: CFRONT (STU)
	Date: 02/04/2024

*/

.basket table {

}

.basket table td {
	padding:16px;
}

.basket button,
.basket .link-button{
	width:fit-content;
	margin:16px 0;
}

.basket button svg {
	fill:#FFF;
}

.controls {
	display:flex;
	align-items:center;
	gap:32px;
}

.review-controls {
	display:flex;
	align-items:center;
	gap:32px;
    justify-content:space-between;
}

.flex.-mx-2 {
    display:flex;
    gap:32px;
}

.mx-2 {
    width:calc(50% - 16px);
}

.process-line {
    padding:6px 0;
}

hr.border-t {
    border:none;
    border-bottom:1px solid #000;
    margin:16px 0;
}
hr.border-grey {
    border:none;
    border-bottom:1px solid #9f9f9f;
    margin:16px 0;
}

.order-line {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
}

.total {
    font-weight:600;
}

.flex {
    display:flex;
}

.product-action {
    margin-top:32px;
}

.product-action .link-button {
    width:fit-content;
    margin: 16px 0;
}

th {
    font-weight: 600;
    text-align: center;
    padding: 16px;
}

th:first-of-type {
	text-align: left;
}

table.shopping-cart {
    border-collapse:collapse;
}

.product-info {
	gap:64px;
}

.product-info h1 {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "gill-sans-nova", sans-serif;
}

.product-info .col-1-2 {
	width:calc(50% - 32px);
}

.product-images img.product-image,
.product-images .product-image-thumb,
.product-images .product-image-thumb img {
	display:block;
	width:100%;
}

.order-process-status {
    list-style-type: none;
    margin: 16px 0;
    padding: 0;
    gap: 0;
    background: #ffffff;
    border: 1px solid #EDEDED;
    justify-content: space-around;
}

.order-process-status > li > a,
.order-process-status > li > span {
    display: block;
    padding: 12px;
    width: 100%;
    text-align: center;
    color:#000;
    background:#EDEDED;
}

.order-process-status > li > a {
    background:#FBBA00;
}

.text {
    font-size:1rem;
}

.order-process-status > li > span.font-bold {
    background:#FFF;
}

.order-summary-items {
    list-style-type:none;
    margin:0;
    padding:0;
}

.justify-between {
    justify-content:space-between;
}

.order-summary-items li {
    margin:8px 0;
}

.checkout-steps {
    gap:0 64px;
}

.order-process {
    width:calc(60% - 32px);
}

.order-summary {
    width: calc(40% - 32px);
    position: sticky;
    top: 84px;
    height: 100%;
}

.order-process-status li {
    flex-grow: 1;
}

.product-images img.product-image {
	margin-bottom:16px;
}

.product-image-thumbs {
	display:flex;
	flex-wrap:wrap;
	gap:16px;
}

.product-images .product-image-thumb {
	width:calc(25% - 12px);
}


input, select, textarea {
    display: block;
    width: 100%;
    padding: 8px;
    text-indent: 4px;
    border-radius: 0px;
    outline: none;
    border: 1px solid #000000;
    margin: 16px 0;
    font-family: "gill-sans-nova", sans-serif;
    font-size: 1rem;
}

#mc_embed_signup .subscribe-button input.button {
    margin:0!important;
    padding: 5px 8px 4px 8px !important;
}

#mc_embed_signup .mc-field-group input {
    margin:0!important;
    padding: 8px 12px !important;
}


.button, a.link-button {
    display:flex;
    align-items:center;
    width:unset;
}

.link-button svg {
    display:block;
    width:16px;
    height:16px;
    fill:#FFF;
    margin-right: 12px;
}

.link-button.lb-back {
    padding: 12px 24px 12px 16px;
}

.link-button.lb-back.conf {
    width: fit-content;
    margin: 0;
}

h3.order-number {
    padding: 12px 24px;
    background: #fbba00;
}

.link-button.lb-back svg {
        transform: scaleX(-1);
}

.link-button.lb-grey:hover, button:hover, a.link-button:hover {
    background: #000;
    color: #FFF;
    border-color: #000;
}

h3 {
    font-weight:600;
    margin:36px 0;
}

.font-bold {
    font-weight:600;
}

input[type=checkbox] {
    width:fit-content;
}

.flex.-mx-1 {
    gap:0 32px;
}

.flex.items-center {
    align-items:center;
}

.flex.w-full.m-0,
.flex.items-center.mb-2 {
    gap:0 16px;
}

.fw-image img {
    display:block;
    width:100%;
}

.finishes.fw-image img {
    display:block;
    width:100%;
    max-width:520px;
}

.product-add-info .inner {
    padding:2rem;
}

.product-add-info hr {
    border: none;
    margin: 0 0 2rem 0;
    border-top: 1px solid #000000;
}

.product-add-info h3 {
    text-transform: none;
    font-weight: 500;
    font-family: "gill-sans-nova", sans-serif;
    margin: 0;
    font-size: 1rem;
    letter-spacing: 1px;
}

.product-add-info.dimensions h3,
.product-add-info.finishes h3 {
    margin: 0 0 3rem 0;
}

.product-add-info ul {
    margin: 0;
    padding: 0 0 0 1rem;
}

.product-add-info ul li {
    margin: 0.25rem 0;
}

/*
    STYLED CHECKBOXES
*/

/* The container */
.cb-container {
    display: flex;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    margin: 24px 0;
}

/* Hide the browser's default checkbox */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #FFF;
    border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cb-label {
    font-size:1rem;
}

/*
    STYLED RADIOS
*/

/* The container */
.rb-container {
    display: block;
    position: relative;
    padding: 4px 36px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.rb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin:0;
    padding:0;
}

/* Create a custom radio button */
.rb-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border:none;
}

/* On mouse-over, add a grey background color */
.rb-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rb-container input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rb-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.rb-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.rb-container .checkmark:after {
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
	border-radius: 50%;
	background: white;
}

.text-labels {
    position:relative;
}

.rb-container .text-labels {
    position:relative;
    top:-5px;
}

.text-labels.up4 {
    top:-4px;
}

.payment-method-cost {
    display:none;
}

ul.methods,
ul.shipping-methods {
    margin:0;
    padding:0;
    list-style-type:none;
}

ul.methods li,
ul.shipping-methods li {
    padding:16px 0;
}

.shopping-cart input {
	display: block;
    padding: 8px;
    text-indent: 2%;
    border-radius: 0px;
    outline: none;
    border: 1px solid #000000;
    width: 4rem;
}

.cart-remove {
    display:block;
    color:#9f9f9f;
    margin-top:8px;
}

.cart-remove:hover {
    color:#FBBA00;
}

.shopping-cart thead tr th,
.shopping-cart thead tr td,
.shopping-cart tbody tr th,
.shopping-cart tbody tr td {
    border-bottom:1px solid #888888;
}

.logo {
    width:200px;
    margin:32px 0;
}

.logo svg,
.logo img {
    display:block;
    width:100%;
}

.product-info button {
    margin:16px 0;
}

button {
    font-family: "gill-sans-nova", sans-serif;
    border: 1px solid #000000;
    margin: 16px auto;
    display: block;
    width: fit-content;
    padding: 12px 24px;
    text-decoration: none;
    color: #000;
    font-size: 0.75rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .1s;
    text-transform: uppercase;
    width: 172px;
    text-align: center;
    background:#FFF;
}

/*
    REMOVE CAROUSEL FOR SHOP PAGES
*/

.splide__arrows {
    display:none;
}

ul.splide__list {
    margin:0;
    padding:0;
    display:flex;
	gap:24px;
	margin:48px 0;
	flex-wrap:wrap;
    list-style-type:none;
}


.splide__slide {
    width:calc(33.333% - 16px);
	transition:opacity 0.7s;
}

.splide__slide a {
    text-decoration:none;
	border:0;
	outline:0;
	display:block;
	color:#000;
}

@media all and (max-width: 1400px) {
    .flex.checkout-steps {
        flex-wrap:wrap;
        flex-direction:column-reverse;
    }

    .order-process {
        width: 100%;
    }

    .order-summary {
        width: 100%;
        position: relative;
        top:unset;
    }

}

@media all and (max-width: 960px) {
	
    .splide__slide,
    .product-info .col-1-2 {
	    width:100%;
    }

    ul.splide__list {
        margin:0;
    }

    .product-info {
        gap: 16px;
    }

    .fg-4 {
        grid-template-columns:1fr 1fr;
    }
}


@media all and (max-width: 640px) {

    .fg-4 {
        grid-template-columns:1fr;
    }

    .product-info h1 {
        font-size: 1.375rem;
    }

    table.shopping-cart thead {
        display:none;
    }

    table.shopping-cart tbody tr {
        display: flex;
        flex-wrap: wrap;
    }

    .basket table td {
        padding: 16px;
        width: 100%;
        padding: 12px 0;
    }
}