﻿html {
    min-width: 340px;
}

/* Colours */
.featureColor {
    color: #ee577e;
    /* LL Pink */
}

a:hover {
    transition: color 0.3s ease;
}

a {
    transition: color 0.3s ease;
}

body {
    background-color: #ffffff;
    font-family: "montserrat", sans-serif;
    min-width: 340px;
    margin: 0 !important;
}

.headerContainer {
    width: 100%;
    position: fixed;
    background-color: #ffffff;
    z-index: 1000;
    border-bottom: 1px solid #999999;
}

.mainHeaderContainer {
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.headerInner,
.messageBar,
.coreInner,
.panelHeading {
    max-width: 1400px;
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.textPanel {
    max-width: 1400px;
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
}

.darkPanel .textPanel,
.darkPanel .textPanel a {
    color: #ffffff;
}

.textPanel h1 {
    margin-top: 2vw;
    color: #ee577e;
    margin-bottom: 2vw;
}

.textPanel a {
    transition: color 0.5s ease;
    text-decoration: none;
    color: #333333;
}

.textPanel a:hover {
    color: #ee577e;
}

.headerInner {
    align-items: center;
    justify-content: center;
}

.messageBarContainer {
    background-color: #333333;
    width: 100%;
    color: #CBCBCB;
}

.messageBar {
    padding: 1v 1v;
    display: flex;
    flex-direction: row;
}

.messageBar div svg {
    height: 1em;
}

.headerLeft,
.headerMiddle,
.headerRight {
    flex: 1;
    display: inline-table;
    vertical-align: middle;
}

.headerLeft img {
    width: 70%;
}

.headerLeft p,
.headerLeft p a {
    text-align: left;
    color: #cbcbcb;
}

.headerLeft p a:hover {
    color: #ee577e;
    transition: color 0.5s ease;
}

.headerLeft i {
    margin-right: 1vw;
}

.headerMiddle p,
.headerMiddle p a {
    text-align: center;
    width: 100%;
    color: #ffffff;
}

.headerRight p,
.headerRight p a {
    text-align: right;
    color: #cbcbcb;
    width: 100%;
}

.headerRight p a {
    color: #ee577e;
    margin-left: 2vw;
    text-decoration: none;
    position: relative;
}

.headerBar {
    width: 100%;
    background-color: #ffffff;
    display: block;
}

h1.logo {
    text-indent: -999999px;
    display: block;
    width: 100%;
    background-size: contain;
    aspect-ratio: 1;
    width: 80%;
}

#searchField {
    background-color: #f2f2f2;
    border: 0px none #f2f2f2;
    width: 100%;
    padding: 0.5vw;
}

.navBar {
    width: 100%;
}

.navBar ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    text-align: center;
    margin-top: 1vw;
    margin-bottom: 0;
}

.navBar ul li {
    margin-left: 1vw;
    margin-right: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    display: inline-block;
}

.navBar ul li a {
    text-decoration: none;
    color: #696969;
}

.navBar ul li a:hover {
    color: #ee577e;
}

.navBar ul li a.open {
    color: #ee577e;
}

/*  ############## Page body Styles ###############  */
.pageBody {
    min-height: 400px;
    width: 100%;
    background-color: #ffffaa;
    z-index: 100;
}

.heroImage,
.subHeroImage {
    width: 100%;
    position: relative;
    line-height: 0;
}

.heroImage img,
.subHeroImage img {
    width: 100%;
}

.heroTitle {
    color: #ffffff;
    font-size: 2vw;
    position: absolute;
    left: 3vw;
    top: 6%;
    z-index: 200;
    width: 100%;
    line-height: 4vw;
}

.heroUSPbar {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.6);
    padding-top: 2vw;
    padding-bottom: 2vw;
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
}


.heroUSPbar div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.heroUSPbar div ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.heroUSPbar div ul li {
    flex: 1;
    text-align: center;
    color: #ffffff;
    font-size: 1vw;
    list-style-type: none;

}

.heroUSPbar div ul li img {
    width: 3vw;
    margin-left: 1vw;
}

.heroUSPbar div ul li a {
    flex: 1;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heroUSPbar div ul li a:hover {
    color: #ee577e
}

.subHeroImage .heroTitle .coreInner h2 {
    color: #5f5c6a;
    line-height: 3vw;
    font-size: 2vw;
}

.subHeroImage .heroTitle .coreInner h2 em {
    color: #ee577e;
    font-style: normal;
    font-weight: 100;
    font-size: 1vw;
}

.showcaseBar {
    width: 100%;
    background-color: #ffffff;
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.showcasePanelHolder {
    margin-right: -0.5vw;
    margin-left: -0.5vw;
    width: 100%;
    font-size: 0;

}

.showcasePanel {
    width: calc(20% - 1vw);
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    line-height: 0;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    cursor: pointer;
}

.showcasePanel img {
    width: 100%;
    aspect-ratio: 1;
    line-height: 0;
}

.showcasePanelTitle {
    position: absolute;
    bottom: 1vw;
    left: 1vw;
    z-index: 150;
}

.showcasePanelTitle h3 {
    color: #ffffff;
    margin: 0;
    font-size: 1.1vw;
    line-height: 1.1vw;
}

.darkPanel {
    background-color: #333333;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 4vw;
}

.lightPanel {
    background-color: #ffffff;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 4vw;
}

.darkPanel .panelHeading h2 {
    color: #ffffff;
    line-height: 2vw;
    font-size: 2vw;
}

.darkPanel .panelHeading h2 em {
    color: #ee577e;
    font-style: normal;
    font-weight: 100;
    font-size: 1vw;
}

.lightPanel .panelHeading h2 {
    color: #333333;
    line-height: 2vw;
    font-size: 2vw;
}

.lightPanel .panelHeading h2 em {
    color: #ee577e;
    font-style: normal;
    font-weight: 100;
    font-size: 1vw;
}

.clientTestimonials {
    position: relative;
    line-height: 0;
}

.testimonalScrollbar {
    position: absolute;
    top: 10vw;
    left: 0;
    width: 100%;
}

.testimonalHolder {
    color: #ffffff;
    width: 100%;
    line-height: 3vw;
}

.testimonalHolder h4 {
    color: #ffffff;
    font-size: 2vw;
    font-weight: 100;

}

.testimonalHolder ul {
    display: block;
    width: 90%;
}

.testimonalHolder ul li {
    display: none;
    font-weight: 600;
    font-size: 2vw;
}

.testimonalHolder ul li strong {
    font-weight: 900;
    font-size: 2.5vw;
    line-height: 3vw;
    display: block;
}

.testimonalHolder ul li:first-child {
    display: block;
    color: #ffffff;
    width: 100%;
}

.M2M_Content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #fff;
    padding: 5%;
}

.M2M_Column {
    flex: 1;
    padding: 0 5% 5% 5%;
}

#filterBody_mobile {
    width: 250px;
    background-color: #eeeeee;
    margin-right: 2%;
    margin-top: 3vw;
    padding-left: 2%;
    margin-bottom: 2vw;
    position: absolute;
    left: 0;
    z-index: 100;
    height: max-content;
    transition: transform 1s;
    transform: translateX(-100%);
    display: none;
}

#filterTab_mobile {
    position: absolute;
    right: -77px;
    background-color: #eee;
    width: 70px;
    border-radius: 10px;
    padding-left: 5%;
    cursor: pointer;
    font-weight: bold;
}

#filterTab_mobile p {
    font-weight: bold;
}

.fabricTitle {
    color: #696969;
    font-size: 1.25em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 100;
    margin: 1%;
}

.fabricColour,
.fabricColour_overlay {
    color: #696969;
    font-size: 1.25em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 100;
    margin: 1%;
}

.fabricColour strong {
    color: #ee577e;
    font-size: 1.25em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 100;
    margin-left: 2%;
}

.fabricName {
    color: #ee577e;
    font-size: 1.5em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 100;
    margin: 1%;
}

.fabricImage_container {
    /* width: 600px; */
    /* height: 450px; */
}

.fabricFocusImage {
    border: 1px solid black;
    width: 100%;
    /* height: 400px */
}

.fabricColours_container {
    width: 100%;
    /* height: 7em; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.fabricColourImage {
    border: 1px solid black;
    width: 20%;
    height: 100%;
    margin-right: 1%;
}

.fabricImageDiscalimer_container {
    width: 90%;
}

.fabricImageDiscalimer {
    font-size: 1em;
}

.prodInfo-container {
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
    /* height: 25%; */
    width: 100%;
    margin: 5% 0;
}

.busInfo-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #f2f2f2;
    padding: 2% 0;
}

.busIcon {
    width: 20%;
    height: 100%;
}

.busInfo {
    display: flex;
    flex-direction: column;
    text-align: end;
    font-size: 1em;
    color: #ee577e;
    font-weight: bold;
}

.busInfo p {
    margin: 0;
}

.busNum,
.busHours {
    color: #333;
}

.busHours {
    font-size: 0.75em;
    font-weight: 100;
}

.fabricCare_container {
    margin-top: 10%;
    border-top: 1px solid rgba(122, 122, 122, 1);
    border-bottom: 1px solid rgba(122, 122, 122, 0.7) !important;
}

.prodInfo-container .fabricDesc_container {
    border-bottom: 1px solid rgba(122, 122, 122, 1);
}

.recent-container {
    display: flex;
    flex-direction: column;
    /* height: 25%; */
    width: 100%;
}

.recent-container h3 {
    color: #696969;
    font-size: 1em;
    font-weight: 100;

}

.returns-show,
.fabricCare-show,
.desc-show {
    cursor: pointer;
}


.item-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

.item {
    display: flex;
    flex-direction: column;
}

.item-image {
    height: 50%;
    width: 100%;
}

.item img {
    height: 100%;
    width: 100%;
}

.item h2 {
    font-size: 0.75em;
    font-weight: bold;
    color: #ee577e;
    margin-bottom: 0;
}

.item h3 {
    font-size: 0.75em;
    font-weight: 100;
    color: #ee577e;
    margin: 0;
}

.item p {
    font-size: 0.75em;
    font-weight: 100;
    color: #696969;
    margin: 0;
}

.fabricPrice_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
    padding-bottom: 2%;
}

.fabricPrice {
    color: #696969;
    font-size: 1.5em;
    margin: 2% 0 1% 0
}

.fabricPriceLeft {
    width: 25%;
}

.fabricPrice strong {
    font-style: normal;
    font-weight: 100;
    font-size: 1em;
    margin-left: 5%;
}

.M2M-wishList {
    display: flex;
    flex-direction: row;

}

.M2M-wishList img {
    height: 15px;
    width: 15px;

}

.fabricWish {
    color: #696969;
    font-weight: bold;
    font-size: 0.75em;
    margin: 1% 0 2% 2%
}

.fabricAvailability {
    color: #ee577e;
    font-weight: 100;
    font-size: 0.75em;
    margin: 20% 0 1% 0
}

.fabricDesc_container {
    margin-bottom: 1%;
}

.fabricDescTitle {
    color: #212121;
    font-size: 0.75em;
    font-weight: bold;
}

.fabricDesc_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: center;

}

.fabricDesc_body {
    margin-bottom: 5%;
}

.fabricDesctext {
    margin: 0;
    color: #696969;
    font-size: 0.75em;
    font-weight: 100;
}

.desc-show {
    font-size: 1.5em !important;
    color: #ee577e !important;
}

.M2M-orderForm_container {
    background-color: #f2f2f2;
    padding: 0 5% 5% 5%;
    margin-bottom: 5%;

}

/* #M2M-orderForm-CF_container {
    margin-top: 20%;

} */
.wallpaperRollNo_mobile {
    display: none;
}

.titleColourBold {
    color: #ee577e;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.titleColour {
    color: #ee577e;
    font-size: 1em;
    font-weight: 100;
    margin: 0;
}

.titleBlack {
    color: #696969;
    font-size: 1em;
    font-weight: 100;
    margin: 0 0 2% 0;
}

.M2M-form_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.M2M-form_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 2% 0;
    position: relative;
}

.M2M-form_row-check {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


.M2M-orderForm legend {
    color: #696969;
    font-size: 0.75em;
    font-weight: bold;
}

.M2M-orderForm label {
    color: #696969;
    font-size: 0.75em;
    font-weight: 100;
}

.M2M-orderForm input,
select,
textarea {
    border: none;
    height: 48px;
    width: 65%;

}

.warningNote {
    color: #CA2017 !important;
    font-size: 0.85em !important;
    font-weight: bold !important;
}

.row-outer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 2% 0;
    border-radius: 2px;
    background-color: #cbcbcb;
    /* height: 5em; */
    width: 65%;
    padding: 2%;

}

.row-outer p {
    width: 65%;
}

.row-outer_image img {
    height: 100%;
    width: 100%;
}

.row-outer_image {
    display: flex;
    position: relative;
    height: 100%;
    width: 25%;
    border: #696969 1px solid;
}

.row-outer_image p {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 100%;
    font-size: 0.6em !important;
    margin: 0 !important;
}

.row-outer p {
    margin: 0 0 0 10%;
}

.legend_right {
    text-align: right;
}

.M2M-orderForm p {
    font-size: 0.75em;
    color: #696969;
    font-weight: 100;
}

.right_align {
    text-align: right;
}

.center_align {
    text-align: center
}

.center_align_small {
    text-align: center;
    font-size: 0.75em !important;
}


.M2M-Button p {
    font-size: 1.1em !important;
    font-weight: bold !important;
    margin: 0 0 0 2%;

}

.pink p {
    color: #fff !important;
}

.M2M-orderForm .freeSample {
    background-color: #fff;
    border: 3px solid #ee577e;
    color: #212121;
}

.M2M-Button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    filter: drop-shadow(0 3px 6px #00000029);
    height: 82px;
    width: 100%;
    background-color: #ee577e;
    border: 3px solid #ee577e;
    text-align: center;
    align-items: center;
    margin: 2% 0;
    border-radius: 2px;
    position: relative;
}

.basketPopup {
    position: absolute;
    background-color: #696969;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    bottom: 0;
    right: 0;
    width: 200px;
    /* visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear; */
    display: none;

}

/* .basketPopupHidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
} */

.pink img {
    scale: 0.65;
}


.optionSelected {
    background-color: #696969;
}

.optionSelected p {
    color: #fff;
}

.outerSelectionModal {
    display: flex;
    justify-content: right;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2000;
    background-color: rgba(33, 33, 33, 0.85);
    /* Colour is RGBA version of #212121 */
    transition: background-color 1s ease;
}

.moreInfoModal {
    display: none;
}

#moreInfoLink {
    /* display: none */
}

.modal-closed {
    /*display: none !important;*/
    transition: background-color 1s ease;
    background-color: rgba(33, 33, 33, 0);
}

.zIndexDelay {
    z-index: -1;
}

.slide-out {
    transition: transform 1s;
    transform: translateX(0%) !important;
}



#innerSelectionClose {
    color: #fff;
    background-color: #696969;
    width: 17px;
    padding: 3px 0px 2px 5px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    cursor: pointer;

}

#moreInfoClose {
    color: #fff;
    background-color: #7f9972;
    width: 17px;
    padding: 3px 0px 2px 5px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    cursor: pointer;
    justify-self: flex-end;
}

.moreInfoInnerModal {
    position: fixed;
    width: 60%;
    height: 70%;
    padding: 2%;
    background-color: #fff;
    top: 10%;
    right: 18%;
}

.moreInfoTitle {
    font-size: 1.2em;
    font-weight: 600;
    color: #7f9972;
}

.moreInfoImageSectionOuter {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 70%;
    margin-top: 5%;
    overflow-y: scroll;
}

.moreInfoImageSection {
    width: 45%;
}

.moreInfoOuterImage {
    Width: 75%;
    height: 75%;
}

.moreInfoOuterImage img {
    width: 100%;
    height: 100%;
}

.moreInfoSubTitle {
    font-size: 1.1em;
    font-weight: 600;
    color: #7f9972;
}

.moreInforOuterImage {
    height: 60%;
}

.learnMore {
    cursor: pointer;
    text-decoration: underline;
}

.innerSelectionModal {
    position: relative;
    width: 40%;
    height: 100vh;
    background-color: #f2f2f2;
    padding: 1%;
    overflow-y: scroll;
    transition: transform 1s;
    transform: translateX(100%);

}


.innerSelectionModal::-webkit-scrollbar {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-right {
    position: relative;
    width: 52%;
}

.quantity-right input {
    width: 100% !important;
    text-align: center;
    color: #ee577e !important;
    padding: 0.8vw 0 !important;
}

.quantity-decrease,
.quantity-increase {
    position: absolute;
    font-size: 1.5em !important;
    color: #ee577e !important;
    cursor: pointer;
    vertical-align: middle;
}

.quantity-decrease {
    top: 0%;
    left: 5%;
    margin: auto;


}

.quantity-increase {
    top: 0%;
    right: 5%;
    margin: auto;
}

.modal-fieldset legend {
    color: #696969;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
}

.modal-fieldset p {
    color: #696969;
    font-size: 1em;
    font-weight: 100;
    margin: 0 0 2% 0;
}

.modal-radioContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;

}

.modal-radioContainer [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.modal-radioContainer .checked {
    background-color: #696969;
}

.modal-radioContainer .checked .radio-image {
    background-color: #fff;
}

.modal-radioContainer .checked .radio-title,
.radio-info,
.modal-radioContainer .checked .radio-desc {
    color: #fff;
}

#fieldset-tieback .modal-radioContainer .checked {
    background-color: #696969;
}

#fieldset-tieback .modal-radioContainer .checked .radio-image {
    background-color: #fff;
}

#fieldset-tieback .modal-radioContainer .checked .radio-title,
.radio-info,
#fieldset-tieback .modal-radioContainer .checked .radio-desc {
    color: #fff;
}

#fieldset-valance .modal-radioContainer .checked {
    background-color: #696969;
}

#fieldset-valance .modal-radioContainer .checked .radio-image {
    background-color: #fff;
}

#fieldset-valance .modal-radioContainer .checked .radio-title,
.radio-info,
#fieldset-valance .modal-radioContainer .checked .radio-desc {
    color: #fff;
}

.modal-fieldset {
    border: none;
}

.unfocused-modal {
    display: none !important;
}

.radio-item {
    height: 25vh;
    padding: 2%;
    background-color: #fff;
    margin: 0 0% 5% 2%;
    width: 25%
}

.radio-item-dif {
    width: 100%;
    /* height: 5vh; */
    padding: 2%;
    background-color: #fff;
    margin-bottom: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

#fieldset-tieback .modal-radioContainer,
#fieldset-valance .modal-radioContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

#fieldset-valance .modal-radioContainer #valance-unSelect {
    margin-bottom: 5%;

}

#fieldset-valance .modal-radioContainer .radio-item-dif {
    margin-bottom: 0;

}

.radio-item:hover {
    cursor: pointer;
}

.radio-image {
    height: 50%;
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 2%;

}

.radio-item-dif .radio-image {
    height: 100%;
    width: 20%;
    border: 1px solid #000;
    margin-bottom: 2%;

}

.radio-children {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100%;
}

.valance-family {
    margin-bottom: 5%;
    width: 100%;
}

/* .show {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
} */

.radio-children .radio-item {
    margin: 0 0% 5% 2%;
    width: 25%;
}

.radio-title {
    color: #696969;
    font-size: 0.75em;
    font-weight: bold;
}

.radio-desc {
    color: #696969;
    font-size: 0.70em !important;
    font-weight: 100;
}

.radio-info {
    font-size: 0.75em;
    color: #696969;
    font-weight: 100;
}

.checkboxContainer {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 60%;
    height: 10%;
    align-items: center;
    align-content: center;
    padding-left: 26%;
}

.checkboxContainer input {
    border: none;
    height: 20px;
    width: 20%;
    margin-right: 5%;

}

/*  ############## Basket Styles ###############  */
.wrapper {
    position: relative;
    max-width: 1400px;
    padding: 0 2vw;
    margin-left: auto;
    margin-right: auto;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.orderContainer {
    line-height: normal;
    /* background-color: #ee577e; */
    border: solid 2px #333;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    color: #333;
    float: left;
    width: -webkit-fill-available;
    margin-bottom: 1%;
    align-self: center;
}

.basketBody {
    border-spacing: 0;
    width: 100%;
}

.basketHeader {
    color: #7f9972
}

.basketProductHeader {
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
}

.basketBody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.basketProductLine {
    padding: 10px;
}

.basketProductHeader {
    background-color: #c2c2c2;
}

.basketProductName p a,
.basketProductCode p a,
#TnCs {
    text-decoration: none;
    color: inherit;
}

.basketProductName {
    width: 50%;
    padding-left: 1vw;
}

.basketProductName strong {
    text-transform: capitalize;
    line-height: 2;
    color: #7f9972
}

.basketProductName span {
    margin-left: 1%;
}

.spacerCol {
    width: 5%;
}

#basketQty,
#basketQty2 {
    position: absolute;
    right: 0px;
    top: -10px;
    width: 15px;
    font-size: 12px;
    font-weight: 100;
    font-family: Arial, sans-serif;
}

#basketQtyVal,
#basketQtyVal2 {
    border-radius: 100%;
    background-color: #7f9972;
    color: #fff;
    font-size: 0.75em;
    font-weight: bold;
    padding: 0.05vw 0.3vw;
}

.basketQuantityHeader {
    padding-left: 1vw;
}

.basketQuantity {
    text-align: center;
}

.basketQuantity form input {
    width: 50%;
    text-align: center !important;
}

.basketLineTotal,
.basketLineTotalHeader,
.orderTotalTop,
.orderTotal,
.orderTotalBottom,
.basketLineLinks {
    padding-left: 1.5vw;
    text-align: right;

}

.basketDesc_bold {
    font-weight: bolder;
}

.orderTotalTop,
.orderTotal,
.orderTotalBottom {
    font-weight: 700;
    color: #7f9972;
}

.cart_prod_dec,
.cart_prod_inc {
    cursor: pointer;
    color: #7f9972;
}

.cart_prod_edit:hover,
.cart_prod_remove:hover {
    cursor: pointer;
    color: #7f9972;
}

.basketFinancials {
    background-color: #e2e2e2;
}

tr.basketFinancials td {
    padding-bottom: 0;
}

tr.basketFinancials:last-child td {
    padding-bottom: 10px;
}

.basketTotalsBottom {
    font-weight: 700;
    text-align: right;
    color: #7f9972
}

.basketTotalsTop,
.basketTotals {
    text-align: right;
}

/*  ############## Basket Styles ###############  */

/*  ############## Show Workings Styles ###############  */

#Workings h3 {
    font-size: 16px;
    color: #000;
    padding-left: 10px;
}

#Workings strong {
    font-size: 14px;
    color: #696969;
    padding-left: 30px;
}

#Workings p {
    font-size: 14px;
    color: #000;
}

/*  ############## Show Workings Styles ###############  */

/*  ############## Checkout Styles ###############  */

.checkoutActions {
    border-top: 2px solid #333;
    display: flex;
    flex-direction: row;
}

.checkoutTabHeader {
    padding-left: 1vw;
}

.checkoutRight {
    flex: 1;
    padding-right: 4vw;
    text-align: right;
}

.checkoutRight a.checkoutBtn {
    display: inline-flex;
}

.checkoutBtn,
.checkoutBtnLong {
    text-decoration: none;
    font-weight: bold;
    color: #fff !important;
    background-color: #7f9972;
    border: solid 2px #7f9972;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    padding: 1.5%;
    margin: 0.4em;
    display: block;
    width: max-content;
    height: min-content !important;
    cursor: pointer;

}

.checkoutBtnLong {
    text-decoration: none;
    font-weight: bold;
    color: #7f9972 !important;
    background-color: #fff;
    border: solid 2px #7f9972;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    padding: 1.5%;
    margin: 0.4em;
    display: block;
    width: max-content;
    height: min-content !important;
    cursor: pointer;

}

.checkoutHolder {
    display: inline-block;
    width: 100%;
}

.checkoutLeft {
    flex: 1;
    padding-left: 4vw;
    width: 50%;
    height: min-content;
}

.checkoutLeft a {
    display: inline-flex;
}

.checkoutTab p {
    background-color: #ffffff !important;
    z-index: 700 !important;
    border-bottom-color: #ffffff !important;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #7f9972 !important;
}

.checkoutTabHeader div p {
    list-style: none;
    margin-left: 0.5vw;
    font-size: 100%;
    border-width: 2px;
    color: #fff;
    border-color: #7f9972 !important;
    border-bottom: 0px;
    padding: 0.5vw 1.5vw;
    background-color: #7f9972;
    border-top-left-radius: 0.4em;
    -moz-border-radius-topleft: 0.4em;
    border-top-right-radius: 0.4em;
    -moz-border-radius-topright: 0.4em;
    display: inline-block;
    border-style: solid;
    position: relative;
    top: 2px;
    z-index: 500;
    cursor: pointer;
    margin-bottom: 2px;
    margin-top: 5px;
}

.checkoutOrderContainer {
    border-top: solid 2px #7f9972;
}

.checkoutTabHeader div {
    display: inline;
    width: 100%;
    margin-bottom: 0;
    margin: 0;
}

#cartDeliveryInfo {
    display: flex;
    /* flex-direction: column; */
    /* justify-content: space-between; */
}

.checkout-row {
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    /* align-items: center; */
    justify-content: space-evenly;
}

.checkout-row label {
    color: #696969;
    font-size: 1em;
    font-weight: bold;
    width: 70%;
}

.checkout-row select,
.checkout-row input,
.checkout-row textarea {
    border: 2px solid #696969;
    border-radius: 5px;
    height: 40px;
    width: 80%;
}

#cartDeliveryInfo .formColumnContainer {
    margin-bottom: 5%;
    margin-left: 5%;
    flex: 1;
}

#checkoutTab2 .orderContainer1 h3,
#checkoutTab2 .orderContainer1 span {
    margin-left: 5%;
}

#showMessage {
    color: #CA2017;
}

#orderDetails {
    display: flex;
}

#orderDetails #yourDetailsBox,
#orderDetails #deliveryDetailsBox {
    flex: 1;
    margin-left: 5%;
}

.orderDetails {
    display: flex;
    flex-direction: column;
}

.orderSummaryLabel {
    color: #696969;
    font-size: 1em;
    font-weight: bold;
    /* width: 70%; */
}

#orderDetails #deliveryDetailsBox .orderSummaryLabel {
    width: 50%;
}

#checkoutTab3 .orderContainer #acceptTerms {
    margin-left: 5%;
}

.paymentHolderBox h2,
.paymentHolderBox h3,
.paymentHolderBox h4,
.paymentHolderBox p,
.orderComplete h3,
.orderComplete p {
    margin-left: 5%;
}


/*  ############## Checkout Styles ###############  */

/*  ############## Register Styles ###############  */
#createAccountHolder {
    display: flex;
    /* flex-direction: column; */
    /* justify-content: space-between; */
}

#createAccountHolder .formColumnContainer {
    margin-bottom: 5%;
    margin-left: 5%;
    flex: 1;
}

.createAccountHolder h4,
.createAccountHolder p {
    margin-left: 5%;
}

.createAccountHolder p {
    color: #7f9972;
    font-weight: bold;
}

.register-row label {
    color: #696969;
    font-size: 1em;
    font-weight: bold;
    width: 70%;
}

.register-row select,
.register-row input,
.register-row textarea {
    border: 2px solid #696969;
    border-radius: 5px;
    height: 40px;
    width: 80%;
}

.mainAccountBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    filter: drop-shadow(0 3px 6px #00000029);
    height: 40px;
    width: 20%;
    background-color: #7f9972;
    border: 3px solid #7f9972;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 auto 2% 5%;
    color: #fff;
    cursor: pointer
}

/*  ############## Register Styles ###############  */
/*  ############## Custom Fabric Styles ###############  */
.customFabricLinks_Container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
}

.customFabricLink {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 0;
    text-decoration: none;
    height: 50px;

}

/*  ############## Custom Fabric Styles ###############  */

/*  ############## Footer Styles ###############  */
footer {
    width: 100%;
    background-color: #333333;
    z-index: 100;
}

footer p,
footer p a {
    color: #ffffff;

}

footer p a:hover {
    color: #ee577e;
}

.footerMain {
    width: 100%;
}

.footerMainInner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    padding: 2vw;
}

.footerLowerInner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    padding: 2vw;
}

.footerCol {
    flex: 1;
}

.footerCol h3 {
    font-size: 18px;
    color: #cbcbcb;
}

.footerCol p {
    line-height: 1.5em;
    font-size: 14px;
    color: #cbcbcb !important;
}

.footerCol a {
    color: #cbcbcb;
    text-decoration: none;
}

.footerCol a:hover {
    color: #ee577e
}

.footerLower {
    width: 100%;
    border-top: 1px solid #ee577e;
    font-size: 14px;
}

.footerLowerInner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    padding-top: 1vw;
    padding-bottom: 1vw;

}

.footerLowerLeft,
.footerLowerRight {
    flex: 1;
    display: table-cell;
    vertical-align: middle;
}

.footerLowerLeft {
    text-align: left !important;
    color: #cbcbcb;
}

.footerLowerRight {
    text-align: right !important;
    color: #cbcbcb;
}

.footerLowerRight a {
    color: #cbcbcb;
    margin-left: 3vw;
    text-decoration: none;
}

.footerLowerRight a:hover {
    color: #ee577e
}

p.order-form-note {
    padding-left: 2%;
    font-size: 0.8em !important;
    color: #696969;
    transition: color 0.3s ease;
}

p.order-form-note a {
    color: #696969;
}

p.order-form-note a:hover {
    color: #7f9972;
}


@media all and (max-width:1000px) {

    /* .heroUSPbar {
        display: none;
    } */
    .moreInfoImageSectionOuter {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 45%;
        margin-top: 10%;
        overflow: hidden;
        overflow-y: scroll;
    }

    .moreInfoImageSection,
    .moreInfoImageSection img {
        width: 100%;
        margin-bottom: 30%;
    }

    .heroUSPbar div ul li {
        font-size: 1.5vh;
    }

    .coreInner h2 {
        font-size: 1.5em;
    }

    .showcasePanelTitle h3 {
        font-size: 3vw;
    }

    .panelTwoItem .showcasePanelTitle h3 {
        font-size: 1.5vw;
    }

    .panelTwoItem {
        width: calc(20% - 1vw) !important;
    }

    .panelOneItem {
        width: calc(50% - 1vw) !important;
    }

    /* .panelOneItem:last-child {
        width: calc(100% - 1vw) !important;
    } */

}

@media all and (max-width:950px) {
    #fabricsLoadingBar {
        font-size: 1.5vw !important;
    }

    .navBar ul {
        padding: 0;
    }
}

@media all and (max-width:900px) {
    #filterBody {
        width: 20% !important;
    }

    .M2M_Content {
        flex-direction: column;
    }


}

@media all and (max-width:800px) {
    #filterBody_mobile {
        display: block;
    }
}

@media all and (max-width:850px) {
    .checkoutTab-Off {
        display: none !important;
    }

    .darkPanel .panelHeading h2 {
        font-size: 3vw;
    }

    .darkPanel .panelHeading h2 em {
        font-size: 1.5vw;
    }
}

@media all and (max-width:835px) {
    .fabricHolder {
        width: calc(30% - 1vw) !important;
    }

    h3.fabricName {
        padding-top: 1vw !important;
        padding-bottom: 0 !important;
        font-size: 2vw !important;
    }

    .fabricIndicativePriceAbove {
        line-height: normal !important;
        margin: 1vw 0 !important;
    }

    #fabricsLoadingBar {
        font-size: 2vw !important;
    }
}

@media all and (max-width:750px) {

    #checkoutTab1 .basketProductName {
        width: 40% !important;
    }

    #filterBody {
        width: 20% !important;
    }
}

@media all and (max-width:700px) {
    .innerSelectionModal {
        width: 100% !important;
    }

    #fieldset-tieback .modal-radioContainer,
    #fieldset-valance .modal-radioContainer {
        flex-direction: unset;
    }

    #valance-parent {
        width: unset;
    }

    .M2M_Content {
        justify-content: center;
        padding: 0 5%;
    }

    .fabricLeft {
        margin: 0;
    }

    .fabricRight {
        margin: 0;
    }

    .fabricImage_container {
        width: 100%;
    }

    .fabricFocusImage {
        width: 100%;
    }

    .recent-container {
        width: 100%;
        margin: auto;
        margin-top: 5%;
        height: max-content;
    }

    .item-container {
        justify-content: space-evenly;
    }

    .prodInfo-container {
        width: 100%;
        margin: auto;
        margin-top: 5%;
        height: max-content;
    }

    #cartDeliveryInfo {
        flex-direction: column !important;
    }

    #cartDeliveryInfo .formColumnContainer {
        margin: 0 0 5% 12% !important;
        width: 90% !important;
    }

    .footerMainInner {
        flex-wrap: wrap;
    }

    .footerCol {
        flex: 1 1 calc(33.33% - 1vw);
    }
}

@media all and(max-width:640px) {
    #filterBody {
        width: 16% !important;
    }
}

@media all and (max-width:600px) {
    .headerContainer {
        position: relative;
    }

    .headerMiddle p span {
        font-size: 3.75vw;
    }

    .panelTwoItem {
        width: calc(25% - 1vw) !important;
    }

    .darkPanel .panelHeading h2 {
        font-size: 3.5vw;
        line-height: 3vw;
    }

    .darkPanel .panelHeading h2 em {
        font-size: 2vw;
    }

    .showcasePanelTitle h3 {
        font-size: 4vw !important;
        margin-bottom: 2% !important;
    }

    #fabricsLoadingBar {
        font-size: 3vw !important;
    }

    .basketBody tr td {
        font-size: 2vw;
    }

    .basketProductName {
        width: 35%;
    }

    .detailsOrderContainer {
        flex-direction: column;
        font-size: 2vw;
    }

    #acceptTerms {
        font-size: 2vw;
    }

    .loginContainer {
        width: 90% !important;
    }

    #loginForm input {
        width: 80% !important;
    }

    .footerMainInner {
        flex-wrap: wrap;
    }

    .footerCol {
        flex: 1 1 calc(50% - 1vw);
    }
}

@media all and (max-width:500px) {
    h3.fabricName {
        font-size: 3vw !important;
    }

    .panelTwoItem {
        width: calc(50% - 1vw) !important;
    }

    .showcasePanelTitle h3 {
        font-size: 3vw !important;
        line-height: 3vw !important;
    }

    .panelOneItem {
        width: calc(100% - 1vw) !important;
    }

    /* .heroUSPbar div ul li {
        font-size: 3vh;
    } */
}

@media all and (max-width:450px) {
    .darkPanel .panelHeading h2 {
        font-size: 4vw;
    }

    .darkPanel .panelHeading h2 em {
        font-size: 2.5vw;
    }

    .fabricHolder {
        width: calc(50% - 3vw) !important;
    }

    .basketBody tr td {
        font-size: 4vw;
    }

    .detailsOrderContainer {
        font-size: 4vw;
    }

    #acceptTerms {
        font-size: 4vw;
    }
}

/* @media all and (max-width:420px) {
    .heroUSPbar {
        display: none;
    }
} */

@media all and (max-width:390px) {
    #filterBody_mobile {
        top: 170px;
    }

    .darkPanel .panelHeading h2 {
        font-size: 5vw;
    }

    .darkPanel .panelHeading h2 em {
        font-size: 3vw;
    }

    .panelTwoItem {
        width: calc(100% - 1vw) !important;
    }

    .showcasePanelTitle h3 {
        font-size: 4vw !important;
    }

    .fabricHolder {
        width: calc(100% - 1vw) !important;
    }

    h3.fabricName {
        font-size: 4vw !important;
    }

    .basketBody tr td {
        font-size: 3vw;
    }

    .basketProductName {
        width: 33%;
    }

    .detailsOrderContainer {
        font-size: 3vw;
    }

    #acceptTerms {
        font-size: 3vw;
    }

    #fabricsLoadingBar {
        font-size: 4vw !important;
    }

    .footerMainInner {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    /* .heroUSPbar {
        display: none;
    } */

}

@media all and (max-width:300px) {

    .basketBody tr td {
        font-size: 4vw;
    }

    .basketProductName {
        width: 31%;
    }

}