

@import url('//fonts.googleapis.com/css?family=Poppins:400');
@import url('//fonts.googleapis.com/css?family=Anonymous+Pro:400');
@import url('//fonts.googleapis.com/css?family=Ubuntu+Mono:400');
@import url('//fonts.googleapis.com/css?family=Playfair+Display:400,600');



html body {
    font-family: Poppins;
}


 #bss-cookie-notice {
  position: fixed;
  display: none;
  z-index: 99;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 3px 3px 15px #222222;
  font-size: 14px;
  max-width: 40%;
}
#bss-cookie-notice .cookie-title {
  margin: 10px 0px;
}
#bss-cookie-notice .btn-cookie {
  font-weight: bold;
  border: none;
  box-shadow: none;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 3px;
  line-height: 1.6rem;
  display: inline-block;
}
#bss-cookie-notice .btn-cookie-accept {
  margin-bottom: 3px;
}
#bss-cookie-notice .btn-cookie:hover {
  border: none;
  box-shadow: none;
  color: #222222;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #bss-cookie-notice {
    max-width: 100%;
  }
}


.cms-page-view h1 {
    color: #c93;
}

dt, dd {
    font-size: 13px;
    border-bottom: 1px solid rgb(233, 233, 233);
}
dt {
    width: 40%;
}
dd {
    width: 60%;
}
div#format_options {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
#format_options .option_info {
    margin: 0 0 5px;
    position: static;
}

#format_options .framer_option {
    height: 100px;
    position: relative;
}


#format_options .framer_option_title {

    border: 1px solid #c93;
    border-bottom-width: 0;
    padding-bottom: 0;
}


#format_options .framer_option_value {
    width: 100%;
    margin: 0;
    padding: 0 15px 0;
    overflow: hidden;
    max-height: 0;
    transition: 300ms;
    /* max-height: 100px; */
    border-width: 0 1px;
    border-color: #c93;
}

#format_options .framer_option_value.active,
#format_options.active .framer_option_value {
    max-height: 100px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
}

#format_options .framer_option_value.active {
    font-weight: 700;
}

.navigation .level0.nav-1 {
    position: static;
}


.level0.nav-1 .submenu {
    xdisplay: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    left: 0 !important;
}


.level0.nav-1 .submenu .level1 {
    width: 25%;
}



#cookie-status {
    display: none;
}

#shopping-cart-table .message {
    background: pink;
    color: black;
}

.messages .message {
    background: #c93;
}
.message.success {
    
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.message.error {
    color: white;
    background: #c93;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


body #y-badges {
    margin-top: -30px;
}

body #y-badges .y-badge-reviews {
    top: 0px;
    font-size: 20px;
    color: black;
    line-height: 1;
    font-family: 'Wallspace';
}

body #y-badges .y-badge-stars {
    text-align: center;
    position: static;
    margin: 0 5px;
}

body #y-badges .y-badge-image {
    display: none;
    width: 0;
}

body #y-badges .y-badges-certified {
    position: static;
    width: auto;
    max-width: initial;
    line-height: 20px;
    color: #333;
}

body #y-badges .y-powered-by {
    font-size: 10px;
    position: static;
    line-height: 1;
    color: #999;
}

body #y-badges .y-badge {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    justify-content: center;
}

.slide {
    height: 600px;
}

div#search_autocomplete {
    opacity: 0;
}

#search_mini_form {
    z-index: 3;
}

.amsearch-form-container.-opened.-result #search_autocomplete {
    opacity: 1;
}


.search-autocomplete .amsearch-results {
    font-size: 15px;
}




#gallery_newsletter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    pointer-events: none;
    opacity: 0;
    transition: all 300ms;
        display: flex;
    justify-content: center;
    /* align-content: center; */
    align-items: center;
}


.popup_active #gallery_newsletter {
    pointer-events: all;
    opacity: 1;
}


#gallery_newsletter .popup-inner {
    background: white;
    width: 50%;
    min-width: 400px;
    height: 400px;
    transition: all 300ms;
    transform: translateY(-100vh);
    display: flex;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

.popup_active #gallery_newsletter .popup-inner {
    transform: translateY(0);
}

.popup-image {
    width: 50%;
    background: cornflowerblue;
    background-image: url(https://www.wallspace.co.uk/pub/media/catalog/category/aaminah-snowdon-banner.jpg);
    background-size: cover;
}

.popup-content {
    padding: 30px;
    width: 50%;
}

div#popup_close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

div#popup_close:before {
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
}

div#popup_close:hover:before {
    background: #f99;
}




.button, button {
    background: #c93;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.action.primary {
    background: #c93;
    border: 1px solid #c93;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.action.remind {
    color: #999;
}

.account .legend {
    background: none;
    color: #333;
    font-family: 'Playfair Display';
    text-transform: none;
    font-size: 24px;
    padding: 0;
}

form#form-validate .label {
    margin: 0;
}

.fieldset .field {
    position: relative;
}


.login-container .fieldset:after {
    color: #c33;
}


#icon-bar {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    font-size: 20px;
}


#icon-bar .container {
    display: flex;
    justify-content: space-between;
        width: 100%;
}

#icon-bar a {
    color: #333;
    font-size: 18px;
    line-height: 40px;
}
#icon-bar a:hover {
    color: #c93;
}


ul.social-link {
    display: flex;
    width: 170px;
    justify-content: space-around;
}


#icon-bar .block-search {
    width: auto;
    margin: 0;
    vertical-align: top;
}

div#icon-bar .account i {
    font-size: 24px;
    line-height: 40px;
    vertical-align: top;
    display: inline-block;
    padding: 0 15px 0 0;
}


#icon-bar .block-search input {
    background: white;
    height: 40px;
    border: 0;
    padding: 0 40px 0 10px;
}

.page-main {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1540px;
}

.nav-sections {
    background: white;
    border-bottom: 1px solid #eee;
}


a:focus {
    outline: none;
}

.navigation .minicart-wrapper .action.showcart:before {
    content: none;
    
        -webkit-font-smoothing: antialiased;
    font-size: 24px;
    content: "\e615";
    font-family: 'Pe-icon-7-stroke';
    overflow: hidden;
    speak: none;
    line-height: 1;
    text-align: center;
    padding: 0;
}

.button:hover, button:hover {
    box-shadow: none;
}


/*** cart page ***/

.form-cart {
    float: initial;
    margin: 0;
}

.cart.table-wrapper .product-item-photo {
    max-width: 100%;
    top: 15px;
}

.action-delete span {
    display: none;
}

.cart.table-wrapper .item .col.item {
    padding: 10px;
}

.cart.table-wrapper .product-item-name a {
    color: #333;
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
}

.cart.table-wrapper .product-item-photo {
    position: static;
    width: 80px;
    float: left;
    display: inline-block;
}

.cart.table-wrapper .col.qty .input-text {
    border: 0;
    height: auto;
}

.cart-summary {
    float: right;
    width: 50%;
        background: white;
    border: 1px solid #eee;
}

.cart.table-wrapper .product-item-details {
    float: left;
    min-width: 50%;
}

.cart.table-wrapper .item-options dt {
    margin-right: 0;
}

#shopping-cart-table .item-options {
    margin-left: 20px;
    display: flex;
}


.totals.shipping .label {
    display: block;
}



.totals.shipping .value {
    font-size: 14px;
    font-weight: 400;
}

#block-discount-heading {
    color: #666;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
}

.cart-container .checkout-methods-items .action.primary {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    background: #c93;
    border-color: #c93;
    text-transform: uppercase;
    FONT-WEIGHT: 400;
    letter-spacing: 1px;
}

#checkoutSteps table input.radio {
    width: auto;
}


.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue,
button[name="update_cart_action"] {
    background: white;
    border: 1px solid #c93;
    color: #c93;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Ubuntu Mono';
    line-height: 16px;
}

.cart-order-comment {
    display: none;
}

.page-title-wrapper h1 {
    font-family: 'Playfair Display';
        letter-spacing: 1px;
    font-size: 32px;
    margin-bottom: 1em;
}

.navigation ul {
    border: 0;
    display: flex;
    justify-content: space-around;
}

nav.navigation li {
    display: inline-block;
}

nav.navigation li a {
    color: #c93;
        text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 43px;
}

#topbar #logo-wrap {
    text-align: center;
}

#logo-icon {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#logo-text {
    display: inline-block;
}

div#social {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    font-size: 20px;
}

.product-row {
    display: flex;
}

#product_info_main .field.qty {
    display: none;
}

#product_info_main .page-title {
    color: #444;
    margin: 0;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Playfair Display';
}

#product_info_main .artist {
    text-transform: uppercase;
    color: #c93;
    box-shadow: none;
    font-size: 34px;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
    font-family: 'Playfair Display';
    font-weight: 600;
}


#product_info_main .page-title-wrapper {
    text-align: left;
    margin: 1em 0;
    padding: 0;
}

#product_info_main {
    border: 0;
    margin: 0 auto;
    width: 50%;
}

#product_info {
    margin: 0 auto 100px 10%;
    max-width: 50%;
    min-width: 500px;
}

.product-info-main .price-box .price-wrapper .price {
    font-weight: 400;
    line-height: 43px;
    margin-left: 0;
    font-size: 20px;
}

#product-addtocart-button {
    padding: 12px 36px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 24px;
    font-family: 'Playfair Display';
    background: white;
    color: #c90;
    border: 1px solid #c90;
    margin: 1em 0;
}

#product-addtocart-button:hover {
    box-shadow: none;
}


div#product_short_description p {
    /* font-size: 16px; */
    line-height: 1.6;
}

.page-wrapper {
    background: white;
}


.category-image .image {
    max-width: 50vw;
    margin: auto;
}


.category-view h1 {
    font-family: 'Playfair Display';
    text-align: center;
    font-size: 4rem;
    border-bottom: 1px solid #b3b3b3;
    padding: 0 0 0.5em;
    margin-bottom: 1em;
    margin: 2em 0;
}

.catalog-category-view .column.main {
    width: 100%;
    border: 0;
}

.breadcrumbs {
    margin: 0;
    padding: 0;
}

div#social {
    display: block;
}

.fa-instagram:before {
    content: "\f16d";
}

div#category-header {
    display: flex;
    flex-wrap: wrap;
}

div#category-media {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

div#category-intro {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.oos {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    text-transform: uppercase;
    font-family: 'Ubuntu Mono';
    background: black;
    color: white;
    padding: 10px;
    top: -10px;
}


.products-grid .product-item {
    border: 0;
    font-family: 'Playfair Display';
    x-min-width: 455px;
    width: 455px;
    max-width: 100%;
    position: relative;
    margin-bottom: 200px;
}

.products.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
        display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.product-item-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.product-item .price-box .price {
    font-weight: 400;
    font-size: 15px;
}

.product-item .artist {
    box-shadow: none;
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 10px 0 20px;
}

.product-image-container {
    padding: 0;
}

.products-grid .button {
    /* display: none; */
    background: none;
    display: inline;
    box-shadow: none;
    text-transform: none;
    letter-spacing: 0.4px;
    font-size: 15px;
}

.product-items:after {
    content: "";
    width: 455px;
}

.products-grid .product-item-details {
    height: 200px;
    box-shadow: 0 0 2px #ccc;
    padding: 30px;
    margin-top: -100px;
    z-index: 99;
    position: absolute;
    background: white;
    transition: all 300ms;
    width: 100%;
}

.product-item:hover .product-item-details {
    margin: 0;
}

.product-item a:focus {
    outline: none;
}

.products-grid .product-item:hover .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    transform: initial;
}


h1 {
    font-family: 'Playfair Display';
}

.page-products #page-title-heading {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    color: #c90;
    text-align: left;
    margin: 0 10%;
}


.subcat {
    background: white;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
    padding-bottom: 120%;
    position: relative;
    height: 0;
    box-shadow: none;
}

.subcat:hover {
    box-shadow: none;
}

.subcat img {
    height: 84%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
}

.sc_name {
    text-align: center;
    padding: 10px;
    background: white;
    font-size: 21px;
    line-height: 40px;
    color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    font-family: 'Playfair Display';
    letter-spacing: 1px;
}



div#topbar {
    background: white;
        border-bottom: 1px solid #eee;
    height: 70px;
}

#home_cats {
    /* background: #f1f0ef; */
    text-align: center;
    /* padding: 50px 0 30px; */
    padding: 0;
}

#product_media {
    position: static;
    width: 50%;
}

#product_media .product-media {
    width: 100%;
    max-width: 90vh;
}

.minicart-wrapper {
    background: white;
}

.minicart-wrapper .action.showcart .counter.qty {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    background: black;
    color: white;
    font-family: 'Poppins';
    left: auto;
    right: -10px;
}

.minicart-wrapper .action.showcart {
    font-family: 'Playfair Display';
    xborder: 1px solid #c93;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #c93;
}

.minicart-wrapper.active .block-minicart {
    display: block;
    right: 0 !important;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    border: 0;
    width: 25%;
    min-width: 320px;
}

div#minicart-content-wrapper {
    height: 100%;
    font-weight: 400;
}

#minicart-content-wrapper .block-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.minicart-items-wrapper {
    height: 100% !important;
    border: 0;
}

.block-minicart .amount .price-wrapper .price {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.minicart-items .product-item {
    border-top: 0 !important;
    border-bottom: 1px solid #eee;
    width: 100%;
}

#mini-cart .product-image-container {
    width: auto !important;
}

#minicart-content-wrapper .viewcart {
    background: #c93;
    display: block;
    color: white;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


#minicart-content-wrapper .button {
    display: block;
    background: #c93;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.minicart-wrapper .block-minicart .block-title {
    display: block;
    font-family: 'Playfair Display';
    font-size: 24px;
    text-align: center;
}


.minicart-wrapper .block-minicart .block-title .qty {
    display: none;
}

.block-minicart .subtotal {
    text-align: center;
    font-weight: 400;
}

.opc-block-summary .minicart-items .product-item-name {
    font-size: 16px;
    line-height: 18px;
}

.pages .action {
    border: 0;
}

.pages .action.previous:before {
    font-family: 'FontAwesome';
    content: "\f060";
    font-size: 12px;
    font-weight: 400;
    background: none;
}


#footer_bottom a {
    color: #c93;
}

.page-footer {
    background: #eee;
    color: #333;
    padding: 50px 0 20px;
}

.page-footer h3 {
    margin: 0 0 20px;
    font-size: 24px;
    color: #666;
    font-family: "Playfair Display";
}

.page-footer a {
    font-family: 'Playfair Display';
    color: rgba(0,0,0,0.75);
    margin: 5px 0;
    font-size: 15px;
    color: inherit;
}

.page-footer h4 a {
    color: #c93;
}

#footer_bottom {
    margin: 0;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    background: #eee;
    color: #333;
}




.catalog-product-view .page-main {
    max-width: 100%;
        padding: 0;
    margin: 0 !important;
}

.column.main {
    background: white;
    border: 0;
}


.catalog-product-view .columns {
    max-width: 100%;
}

.pagebuilder-mobile-only {
    display: none;
}

.pagebuilder-mobile-hidden  {
    display: block;
}

div#xmtImageContainer img {
    max-width: 100% !important;
    max-height: 100% !important;
}

#home_artists {
    border: 10px solid white;
}

div#home_top .slide {
    background-size: cover;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* width: 100%; */
}
.flex-row .flex-row {
    width: 50%;
}

.flex-row:nth-child(even) {
    flex-direction: row-reverse;
}


.panel {
    width: 50%;
    background: white;
    height: 0;
    padding-bottom: 50%;
    position: relative;
}


.card {
    background: #f2a900;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
        background-size: cover;
    background-position: center;
}


.flex-row .flex-row .panel:first-child {
    width: 100%;
}

.artist {
    background: white;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    min-width: 110px;
    text-align: center;
    /* box-shadow: 1px 1px 5px rgba(32,32,32,0.25); */
    transition: all 300ms;
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2px;

    font-size: 14px;
    font-family: 'Ubuntu Mono';
    
}

.search .amsearch-loupe {
    left: initial;
    right: 10px;
    z-index: 99;
    background-color: white;
    width: 20px;
    height: 20px;
}

form#search_mini_form.-opened {
    transform: translateX(40px);
}


@media screen and (max-width: 767px) {

body {
    font-size: 13px;
}

.navigation ul {
    flex-direction: column;
}

.level0.nav-1 .submenu .level1 {
    width: 100%;
}

nav.navigation li {
    margin: 0 20px;
}

.navigation .submenu:not(:first-child) > li > a {
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.1;
}

.navigation .level0 .submenu li.active {
    margin-left: 20px;
}

.level0.nav-1 .submenu {
    position: static;
}

.minicart-wrapper .action.showcart {
    padding: 10px;
}

.box-tocart {
    text-align: left;
}

div#topbar {
    height: 60px;
}

body #y-badges {
    margin: 0;
    border-top: 1px solid #e3e3e3;
    padding: 10px 0 5px;
}

#product_info {
    min-width: 80vw;
}

.frame_image {
    padding-bottom: 80%;
}


.category-view h1 {
    font-size: 3rem;
}

.subcat {
    padding-bottom: 100%;
}

.sc_name {
    font-size: 20px;
    line-height: 25px;
}

#html-body .category-description .pagebuilder-column {
    width: 100%;
    padding: 0;
    padding: 0 0 10px;
}

#html-body .category-description .pagebuilder-column-group {
    flex-wrap: wrap;
}

.page-products #page-title-heading {
    font-size: 30px;
    line-height: 40px;
}

div#category-media {
    width: 100%;
    padding-top: 20px;
}

div#category-intro {
    width: 100%;
}

.category-image .image {
    max-width: 100%;
}

#product_info_main .artist {
    font-size: 28px;
    letter-spacing: 2px;
}

#product_info_main .page-title {
    font-size: 28px;
    line-height: 36px;
}

#logo-icon {
    margin-right: 0.2em;
    font-size: 25px;
}

#logo-text {
    font-size: 1em;
    line-height: 0.875em;
}

.panel {
    width: 100%;
    padding-bottom: 100%;
}
.flex-row .flex-row {
    width: 100%;
}

.flex-row .flex-row .panel {
    width: 50%;
    padding-bottom: 50%;
}

.flex-row .flex-row .panel:first-child {
    width: 100%;
    padding-bottom: 50%;
}

.page-wrapper {
    border-top: 60px solid white;
}

}


@media screen and (max-width: 575px) {

.pagebuilder-mobile-only {
    display: block;
}

.pagebuilder-mobile-hidden  {
    display: none;
}

#topbar .nav-toggle {
    border-radius: 6px;
    padding: 2px;
    margin-right: 10px;
}

.nav-toggle:before {
    font-size: 26px;
}

.product-image-container {
    max-width: 100%;
}

.products-grid .product-item {
    width: 80vw;
    margin-bottom: 135px;
}

.slide {
    height: 100vw;
    background-position: center;
}

#topbar #logo-wrap {
    font-size: 24px;
    padding: 18px 0;
}

.products-grid .product-item-details {
    height: 180px;
    padding: 30px 20px;
}


.product-item .artist {
    font-size: 16px;
    padding: 40px 0 15px;
}

.product-items:after {
    width: 80vw;
}

.product-item .product-item-name {
    font-size: 20px;
    margin: 0;
    transform: translateY(-50%);
    position: absolute;
    left: 10px;
    right: 10px;
    padding-top: 20px;
}

.page-title-wrapper h1 {
    font-size: 28px;
    line-height: 1;
}

.cart.table-wrapper .product-item-details {
    float: initial;
}

#shopping-cart-table .item-options {
    clear: both;
}

.cart.table-wrapper .col {
    padding-top: 5px;
}




}

