.wpb_column .wpb_wrapper h1.section-title {
    
    font-weight: 700 !important;
}

/* Start contact form style */
.wpcf7 input[type="text"], .wpcf7 input[type="email"],
.wpcf7 textarea {
    border: 1px solid !important;
}
/* End contact form style */

/* Start mailchimp signup popup */
/* Hide scrollbar for Chrome, Safari and Opera */
.mc-layout__modalContent::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.mc-layout__modalContent {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* End mailchimp signup popup */

/* Start profile icon dropdown */
.profile-dropdown-content {
    display: none;
    position: absolute;
    top: 32px;
    right: -50px;
    background-color: #fff;
    min-width: 150px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.profile-dropdown-content a {
    float: none;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 8px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.profile-dropdown-content a:hover {
    color: #cb941f;
}
.profile-icon:hover .profile-dropdown-content {
    display: block;
    z-index: 9999;
}
.icon-listing ul li ul.profile-dropdown-content li:first-child:before {
    background: transparent;
}
.icon-listing ul li ul.profile-dropdown-content li:first-child {
    margin-right: 0;
}
.header_bottom_right_widget_holder {
    display: flex !important;
    margin-top: 0;
}
header.sticky .header_bottom_right_widget_holder {
    margin-top: 25px;
}
/* End profile icon dropdown */

/* Start homepage css */
/* Main background */
.home_hero_background {
    background-size: cover;
    background-repeat: no-repeat;
    height: 908px;
    background-position: bottom;
    padding-top: 22rem;
    padding-right: 15rem;
    padding-bottom: 23rem;
    padding-left: 15rem;
}
.hero_banner_text {
    text-align: left;
}
.hero_banner_text h3 {
    
    text-transform: capitalize;
    width: 30%;
    font-size: 6.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #e7b4b3;
}
.hero_banner_text p {
    font-size: 23px;
    font-weight: 600;
    line-height: 25px;
    color: #e7b4b3;
    margin-bottom: 1.5rem !important;
}
.search-form-title {
    text-align: center;
    font-size: 3.0em;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.homepage-main-title {
    text-align: center;
    font-size: 37px;
    line-height: 44px;
    font-weight: 700;
    color: #cb941f;
    text-transform: capitalize;
}
/* Shop for artwork by */
.shop-by-artwork {
    margin: 0 100px;
    padding: 50px 0;
}
.txt_background {
    padding: 40px 0;
    border-radius: 20px;
    height: 140px;
    width: 140px;
    margin-left: 38px;
}
.txt_background span:hover,
.txt_background_circle span:hover {
    color: #cb941f !important;
    margin: 10px;
}
.txt_background_circle {
    padding: 40px 0;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin-left: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt_background a:focus {
    text-decoration: none;
}
/* Load more button */
.btn_load-more .wpb_wrapper {
    text-align: center;
}
.load_more_button {
    padding: 9px 26px !important;
}
/* Featured gallery */
.featured_art_galleries {
    padding: 80px 30px 0 30px;
}
h2.prints_decor_title {
    text-align: center;
    color: #4f4f4f;
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.featured-gallery-p-t {
    padding-top: 83px;
}
/* Testimonial */
.testimonial_bg {
    background-attachment: fixed;
    background-position: center center;
}
.testimonials_section.wpb_column.vc_column_container.vc_col-sm-8.vc_col-has-fill {
    padding-right: 40px;
}
.testimonials_section .vc_custom_1610857324256 {
    border-radius: 10px 0 0 10px;
}
/* Old accordian */
.pvs_old_accordian h4.ui-accordion-header {
    
    text-align: left !important;
    background: transparent !important;
    padding: 20px 10px !important;
    text-transform: none !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
}
.pvs_old_accordian h4.ui-accordion-header:hover {
    color: #0a1a1a !important;
}
.pvs_old_accordian .ui-accordion-header .accordion_mark,
.pvs_old_accordian .ui-accordion-header.ui-state-active .accordion_mark {
    background-color: transparent !important;
    border: 1px solid transparent !important;
}
.pvs_old_accordian .ui-accordion-header .accordion_mark.left_mark {
    position: absolute !important;
    top: 17px !important;
    left: 95% !important;
}
.pvs_old_accordian .ui-accordion-header span.tab-title {
    padding: 0 18px !important;
}
.pvs_old_accordian div.accordion_content {
    padding: 0 30px !important;
}
/* Media Query */
/* iPad Pro and iPad */
@media only screen and (max-width: 1024px) {
    .home_hero_background.vc_custom_1618565170933 {
        background-position: center 30% !important;
        background-attachment: fixed !important;
        padding-top: 24rem;
        padding-right: 5rem;
        padding-bottom: 23rem;
        padding-left: 5rem;
    }
    .hero_banner_text h1 {
        width: 100%;
        font-size: 2.5rem;
    }
    .hero_banner_text p {
        font-size: 18px;
    }
    .hero_banner_button {
        font-size: 12px !important;
    }
    .shop-by-artwork {
        margin: 0 10px;
    }
    .txt_background,
    .txt_background_circle {
        margin: 0 auto;
        width: 110px;
        height: 110px;
    }
    .txt_background h1,
    .txt_background_circle h1 {
        font-size: 28px !important;
    }
    .txt_background span:before,
    .txt_background_circle span:before,
    .txt_background span::after,
    .txt_background_circle span::after {
        display: none;
    }
    .shop-deorators .vc_col-sm-6 {
        width: 100%;
    }
    .shop-deorators .vc_col-sm-6 .wpb_single_image.vc_align_left {
        text-align: center;
    }
    .testimonials_section ul.slides {
        padding: 0 30px;
    }
    .testimonials_section .vc_custom_1610857324256 {
        padding: 20px 30px !important;
    }
    .featured-gallery-p-t {
        padding-top: 25px;
    }
    .featured_art_galleries .wpb_text_column h3 a {
        font-size: 20px !important;
    }
    .featured_art_galleries .vc_column_container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .q_a_accordian .vc_col-sm-3 {
        width: 100% !important;
    }
    .q_a_accordian .vc_col-sm-9 {
        width: 100% !important;
    }
    .q_a_accordian h2 {
        text-align: center;
    }
    .q_a_accordian .vc_column_container:nth-child(2) {
        padding-left: 15px !important;
    }
    .pvs_old_accordian .ui-accordion-header .accordion_mark.left_mark {
        left: 92% !important;
    }
}
@media only screen and (max-width: 1000px) {
    body.home.page-template {
        padding-top: 0 !important;
    }
}
/* For iPhone 6/7/8 Plus  */
@media only screen and (max-width: 768px) {
    body.home.page-template {
        padding-top: 0 !important;
    }
    .home_hero_background.vc_custom_1618565170933 {
        background-position: center 30% !important;
        background-attachment: fixed !important;
        padding-top: 24rem;
        padding-right: 5rem;
        padding-bottom: 23rem;
        padding-left: 5rem;
    }
    .hero_banner_text h1 {
        width: 100%;
        font-size: 2.5rem;
    }
    .hero_banner_text p {
        font-size: 18px;
    }
    .hero_banner_button {
        font-size: 12px !important;
    }
    .txt_background,
    .txt_background_circle {
        margin: 30px auto;
    }
    .txt_background span:before {
        position: absolute;
        top: 43px;
        left: 225px;
    }
    .txt_background span::after {
        position: absolute;
        top: 110px;
        right: 225px;
    }
    .txt_background_circle span:before {
        position: absolute;
        top: 20px;
        left: 230px;
    }
    .txt_background_circle span::after {
        position: absolute;
        top: 130px;
        right: 235px;
    }
    .testimonials_section ul.slides {
        padding: 0 30px;
    }
    .testimonials_section .vc_custom_1610857324256 {
        padding: 20px 30px !important;
    }
    .featured_art_galleries,
    .featured-gallery-p-t {
        padding-top: 0;
    }
    .vc_custom_1611557054097,
    .vc_custom_1611557065143,
    .vc_custom_1611557069614,
    .vc_custom_1611557075799,
    .vc_custom_1611576841170,
    .vc_custom_1611576820129,
    .vc_custom_1611557134373,
    .vc_custom_1611557137590,
    .vc_custom_1611576795250 {
        padding-top: 40px !important;
    }
    .pvs_old_accordian .ui-accordion-header .accordion_mark.left_mark {
        left: 88% !important;
    }
}
/* For iPhone 6/7/8 */
@media only screen and (max-width: 375px) {
    body.home.page-template {
        padding-top: 0 !important;
    }
    .home_hero_background.vc_custom_1618565170933 {
        background-position: center 30% !important;
        background-attachment: fixed !important;
        padding-top: 24rem;
        padding-right: 5rem;
        padding-bottom: 23rem;
        padding-left: 5rem;
    }
    .hero_banner_text h1 {
        width: 100%;
        font-size: 2.5rem;
    }
    .hero_banner_text p {
        font-size: 18px;
    }
    .hero_banner_button {
        font-size: 12px !important;
    }
    .shop-by-artwork {
        margin: 0;
        padding: 50px 0;
    }
    .txt_background span:before,
    .txt_background_circle span:before {
        left: 210px;
    }
    .txt_background span::after,
    .txt_background_circle span::after {
        right: 210px;
    }
    .testimonials_section .vc_custom_1610857324256 {
        padding: 20px 30px !important;
    }
    .vc_custom_1611557054097,
    .vc_custom_1611557065143,
    .vc_custom_1611557069614,
    .vc_custom_1611557075799,
    .vc_custom_1611576841170,
    .vc_custom_1611576820129,
    .vc_custom_1611557134373,
    .vc_custom_1611557137590,
    .vc_custom_1611576795250 {
        padding-top: 40px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .pvs_old_accordian .ui-accordion-header .accordion_mark.left_mark {
        left: 88% !important;
    }
}
/* End homepage css */

/* Start search feature css */
.vr-find-art-form {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
.vr-find-art-form .faf-header-search-group {
    margin-bottom: 20px;
}
.vr-find-art-form .form-control {
    padding: 15px 30px;
    height: 80px !important;
    border-radius: 10px;
    border: 2px solid #1a1a1a;
    font-size: 24px;
    color: #1a1a1a;
    width: 100%;
}
.vr-find-art-form .faf-custom-input {
    border-radius: 10px;
    height: 80px !important;
    border: 2px solid #1a1a1a;
    padding: 24px 22px;
}
.vr-find-art-form .form-control:focus {
    box-shadow: none !important;
    border-color: #e8e8e8 !important;
}
.vr-find-art-form .color-selector-label,
.vr-find-art-form .search-color {
    display: inline-block;
}
.vr-find-art-form .color-selector-label {
    font-size: 24px;
}
.vr-find-art-form  button[type="submit"] {
    border-radius: 10px;
    padding: 12px 35px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cb941f;
    border-color: #cb941f;
    color: #fff;
    width: 100%;
}
.vr-find-art-form button[type="submit"]:hover,
.vr-find-art-form button[type="submit"]:focus,
.vr-find-art-form button[type="submit"]:active {
    color: #fff !important;
    background-color: #20222e !important;
    border-color: #20222e !important;
    outline: none !important;
}
.vr-find-art-form #colorSelector2 {
    width: 80%;
    height: auto;
    position: relative;
    background: none !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .vr-find-art-form .faf-custom-input {
        padding: 10px 22px;
    }
}
@media (max-width: 420px) {
    .colorpicker {
        left: 0 !important;
    }
}

/* Horizontal (Inline) form styles */
.hr-find-art-form {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.hr-find-art-form .faf-header-search-group {
    width: 20%;
    margin-right: 1.5%;
}
.hr-find-art-form .find-art-label {
    margin: 5px 30px 5px 0;
    font-size: 25px;
}
.hr-find-art-form .color-selector-label {
    font-weight: 500;
}
.hr-find-art-form .find-art-label,
.hr-find-art-form .color-selector-label {
    color: #fff;
}
.hr-find-art-form .form-control {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 0 10px;
    height: 41px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
}
.hr-find-art-form .form-control option {
    color: #000;
}
.hr-find-art-form .form-control:focus {
    box-shadow: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff !important;
}
.hr-find-art-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
.hr-find-art-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.hr-find-art-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.hr-find-art-form button[type="submit"] {
    padding: 10px 50px;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #cb941f !important;
    font-size: 15px;
    font-weight: 700;
    outline: none;
}
.hr-find-art-form button[type="submit"]:focus,
.hr-find-art-form button[type="submit"]:hover {
    outline: none;
}
.hr-find-art-form .color-block {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 6px 6px 2px 6px;
}
.hr-find-art-form #customWidget {
    position: relative;
    height: 32px;
}
.hr-find-art-form .color-selector-label,
.hr-find-art-form .search-color {
    display: inline-block;
}
.hr-find-art-form #colorSelector2 {
    width: 77%;
    height: auto;
    position: relative;
    background: none !important;
}

/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 767px) {
    .hr-find-art-form {
        flex-direction: column;
        align-items: stretch;
    }
    .hr-find-art-form .faf-header-search-group {
        width: 100%;
    }
    .hr-find-art-form .find-art-label {
        font-size: 15px;
        text-align: center;
    }
    .hr-find-art-form button[type="submit"] {
        margin-top: 10px;
        padding: 10px;
    }
    .colorpicker {
        left: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hr-find-art-form .faf-header-search-group {
        width: 100%;
    }
    .hr-find-art-form button[type="submit"] {
        width: 100%;
        margin-top: 10px;
    }
}
@media (min-width: 1025px) and (max-width: 1391px) {
    .hr-find-art-form #colorSelector2 {
        width: 65%;
    }
}
/* End search feature css */

/*Live wall decor customize css:*/
.icon-listing ul.d-flex {
    margin: 0;
    padding: 0;
}
.icon-listing ul.d-flex li:first-child {
    margin-right: 40px;
}
.icon-listing ul.d-flex li {
    list-style-type: none;
    padding: 0;
    position: relative;
}
.icon-listing ul.d-flex li:first-child:before {
    position: absolute;
    content: "";
    right: -20px;
    width: 1px;
    height: 100%;
    top: 0;
    background: #cb941f;
}
.pvs_img_resizable_parent.ui-draggable.ui-draggable-handle {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}
.payment_method {
    display: none;
}
div#select_payment_method {
    display: none;
}
/*---CHAT BOX---*/
.logo-icon__8VWs {
    height: 35px !important;
}
.contactUsTitle_GfOHq {
    font-size: 1.2em !important;
}
.button {
    background-color: #e7e7e7;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border: black;
    border-style: double;
}
.visual_search_wriapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.button4 {
    width: 100%;
    text-align: center;
    border: 1px solid #0a8560;
    color: #0a8560;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
} /* Gray */
/*---SITEMAP---*/
li.sitemap-item.page_item {
    padding: 6px 0px;
}
.button.button4:hover {
    color: #b31818;
    font-weight: 500;
}
.drop_down .second .inner ul li a, .drop_down .second .inner ul li h5 {
    line-height: 1.5em !important;
}
.drop_down .wide .second ul li a, .drop_down .wide .second>.inner>ul>li.sub>ul>li>a {
    padding: 5px 9px;
}
.logo_wrapper, .side_menu_button, .shopping_cart_inner {
    padding-top: 0px;
    padding-bottom: 0px;
}
.logo_wrapper {
    height: 0 !important;
    padding-top: 11px;
}
.header_bottom.clearfix {
    clear: none;
    z-index: 112;
}
header.sticky .header_bottom {
    height: 90px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
}
header.sticky .logo_wrapper {
    height: 120px !important;
}
header.sticky nav.main_menu {
    top: 23%;
    bottom: 0;
}
header.dark.sticky nav.main_menu>ul>li>a {
    font-size: 18px;
    font-weight: 600;
}
header.sticky nav.main_menu ul li a span.underline_dash {
    bottom: 20%;
}
header.centered_logo.centered_logo_animate .q_logo img, header:not(.centered_logo) .q_logo img {
    max-height: 80px;
    margin-top: 10px;
}
.q_logo {
    top: 45% !important;
}
.q_logo img.mobile {
    margin-top: -60px !important;
}
/* -- SET HEIGHT FOR ICON BUTTONS -- */
.header_top {
    height: 50px;
}
.header_top .container {
    height: 0;
}

/* -- POSITION HEADER ICONS TO TOP OF HEADER -- */
.header_top .right {
    margin-top: 10px;
}
.header_icon {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
}
.icon_login {
    margin-top: -33px;
}
.header_icon_label {
    padding-left: 5px;
}
.header_top, .fixed_top_header .top_header, .fixed_top_header nav.mobile_menu {
    background-color: rgba(255, 255, 255, 0) !important;
}
.rank-math-breadcrumb span.separator {
    display: inline-block;
}
@media only screen and (max-width: 480px) {
    .art-finder {
        display:none;
    }
    input.qode_search_field {
        font-size: x-small;
    }
}
/* -- PVS BUTTON STYLE -- */
a.btn-lg {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
/* HOME PAGE STYLING */
.vc_row.wpb_row.section.vc_row-fluid.vc_inner.home-slider-row.grid_section {
    padding-top: 0px;
    padding-bottom: 25px;
}
.vc_row.wpb_row.section.vc_row-fluid.vc_inner.home-slider-row {
    padding-top: 0px;
}
.wpb_text_column.wpb_content_element.price-banner {
    background-color: #a7a7a7;
    margin-left: -170px;
    margin-right: -5% !important;
    padding-left: 10%;
    padding-top: 2px;
    padding-bottom: 2px;
    color: white;
}
.price-banner h2 {
    color: #f7f7f7;
    letter-spacing: .25em;
    font-size: 1.5em;
}
/* Home page */
.home_text_headline {
    background-color: #a7a7a7;
    margin-left: -170px;
    margin-right: -5% !important;
    padding-left: 10%;
    padding-top: 12px;
    padding-bottom: 12px;
}
.home_text_headline h1 {
    letter-spacing: 6px;
    font-size: 2.2em;
    padding: 0px 20px;
}
.wpb_text_column.wpb_content_element.headline_subtext h2 {
    
    font-size: 15px;
    padding-top: 30px;
    line-height: 1.8;
}
.shop_by_style_header .wpb_wrapper h3 {
    
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    font-weight: 500;
}
.why_shop_wall_decor_galore h3 {
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    font-weight: 500;
    text-transform: initial;
}
/* Product page */
/*
.dinamic_preview img {
    margin: 0 auto;
    box-shadow: 4px 10px 18px #888888;
}
*/
.dpt-flexbox {
    margin-top: 10px;
    display: flex;
}
.dpt-flex-item {
    flex: 1;
    font-size: 30px;
    cursor: pointer;
}
.dpt-flex-item img {
    margin-left: 10px;
}
.dpt-flex-item figcaption {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
}
.share_title h2 {
    color: #000;
    font-size: 26px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
}
.cart-actions-block {
    display: flex;
    text-align: center;
}
.cart-actions-item {
    flex: 1;
}
.quantity_text div.input-group {
    margin-left: 20px;
    position: relative;
    top: 8px;
}
.print_price_text .price {
    position: relative;
    top: 8px;
}
.shipping-text {
    font-size:14px;
    color:#808080;
}
.about_block {
    padding: 20px;
}
#visual_similar .products li {
    list-style-type: none;
}
@media only screen and (min-width: 480px) and (max-width: 1028px) {
    .home_text_headline {
        padding-left: 18% !important;
        padding-right: 2% !important;
    }
    .home_text_headline h1 {
        padding-left: 40px;
    }
    .product_img_white_strip_container {
        background-color: #fff;
        width:300px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .full_width {
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .header_top {
        height: 80px;
    }
    .q_logo img {
        top: -90%;
    }
    header.sticky .logo_wrapper {
        height: 200px !important;
    }
    nav.main_menu {
        bottom: 125% !important;
        left: 60% !important;
    }
    nav.main_menu > ul > li > a {
        font-size: .7em !important;
        padding: 0 11px !important;
    }
    .icon-listing .d-flex {
        padding: 0;
        margin: 0;
        left: 45%;
        position: relative;
        top: 0;
        bottom: 0;
    }
}


/* -- ROW --- PRIMARY DESKTOP TESTIMONIALS */
@media only screen and (min-width: 992px) {
    .vc_row.wpb_row.section.vc_row-fluid.testimonial_bottom_container.grid_section {
        margin: 0 10%;
    }
}
.vc_row.wpb_row.section.vc_row-fluid.testimonial_bottom_container.grid_section {
    margin-right: 10%;
}

.testimonials_heading2 {
    padding-top: 60px;
}
.testimonials_heading2 h3 {
    font-weight: 600;
}
.testimonials_heading {
    padding-top: 20px;
    padding-bottom: 20px;
}
.testimonials_heading h3 {
    font-weight: 600;
}
.testimonial_content p {
    text-align: left;
}
.testimonials_c_holder .testimonial_content_inner {
    padding: 0px 5px !important;
}
.testimonial_author {
    font-weight: 700;
}

/* -- ROW --- SHOP BY HEADING ---*/
.shop_heading h2 {
    font-size: 2.4em;
    line-height: 2em;
    font-weight: 600;
}
.shop_heading {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* -- ROW --- SHOP BY BUTTONS ---*/
.shop_by_button_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
div#shop_button_column {
    width: 20%;
    margin-bottom: 70px;
}
.shop_button {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto!important;
}
.shop_button {
    background-size: 210px;
    height: 210px;
    width: 210px;
    position:relative;
}
.shop_button h2 {
    position: absolute;
    margin-top: 84px;
    width: 100%;
    z-index: 999;
}
.shop_button a:link {
    text-decoration: none;
}
.shop_button span {
    font-weight: 500;
}
/* -- SHOP BY MOBILE 479 -- */
@media only screen and (max-width: 479px) {
    div#shop_button_column {
        width: 100%;
    }
    img.shop_button {
        width: 185px;
        height: 185px;
    }
    .checkout-wrapper .panel_left2 .form_field {
        width: 100%;
        margin: 0 auto 15px auto;
    }
    div#total_block {
        margin-top: 30px;
    }
    .checkout-wrapper .panel_left3,
    .checkout-wrapper .panel_right3,
    .checkout-wrapper .panel_right3 .checkoutbox2 {
        width: 100% !important;
        margin: 20px auto;
    }
    .checkout-wrapper .panel_left3 {
        width: 100% !important;
    }
    #coupon_field input {
        display: inline-block;
        float: left;
    }
}
/* -- SHOP BY TABLET -- */
@media only screen and (max-width: 768px) and (orientation: landscape) {
    div#shop_button_column {
        margin-left: 28% !important;
        margin-right: 28% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .parallax_section_inner_margin, .section_inner_margin {
        display: unset !important;
    }
    div#shop_button_column {
        width: 40% !important;
        text-align: center;
    }
    .shop_by_button_row {
        display: block;
    }
    .shop_button {
        width: 185px !important;
        height: 185px !important;
    }
    .shop_button h2 {
        margin-top: 73px;
    }
    .category_links_label h3 {
        line-height: 33px;
    }
    .shop_by_button_row {
        margin-left: 10% !important;
        margin-right: 10% !important;
    }
    form .panel_left2 {
        width: 100% !important;
    }
    div#billing_form input, div#billing_form textarea, div#billing_form select {
        margin: 0 auto;
    }
    .panel_left3 {
        width: 100%;
    }
    .prod-img-wrap {
        width: 185px !important;
        height: 120px !important;
    }
}
.left-menu p {
    text-align: justify;
}

/* -- FEATURED GALLERY SECTION --*/
.wpb_text_column.wpb_content_element.home_text_headline h2 {
    font-weight: 300;
}
.featured-gallery_column {
    margin-top: 30px;
}

/* -- FLORAL -- */
.featured_gallery_floral {
    background-size: cover;
    padding-top: 50px;
}
.featured_gallery_floral span {
    font-size: 2.5em;
    line-height: 2em;
}
.featured_gallery_floral p {
    background-color: #7f7c84c;
}

/* -- ARCHTECTURE -- */
.featured_gallery_architecture {
    background-size: cover;
    padding-top: 50px;
}
.featured_gallery_architecture span {
    font-size: 2.5em;
    line-height: 2em;
}
.featured_gallery_architecture p {
    background-color: #7f7c84c;
}

/* -- PHOTOGRAPHY -- */
.featured_gallery_photography {
    background-size: cover;
    padding-top: 50px;
}
.featured_gallery_photography span {
    font-size: 2.5em;
    line-height: 2em;
}
.featured_gallery_photography p {
    background-color: #7f7c84c;
}

/* -- BEACH --  */
.featured_gallery_beach {
    background-size: cover;
    padding-top: 50px;
}
.featured_gallery_beach span {
    font-size: 2.5em;
    line-height: 2em;
}
.featured_gallery_beach p {
    background-color: #7f7c84c;
}
.featured_galleries_row a:link {
    color: white !important;
    text-decoration: none;
}
.featured_galleries_row a:hover {
    color: white !important;
}
.featured_galleries_row a:selected {
    color: white !important;
}
.featured_galleries_row a:visited {
    color: white !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .vc_row.wpb_row.section.vc_row-fluid.vc_inner.featured_galleries_row.grid_section {
        display: flex;
        width: 100% !important;
        padding-right: unset;
        margin-right: unset;
    }
    .featured_galleries_row {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .row.product_list_preview {
        margin: 0 auto;
    }
}
/*--- END FEATURED GALLERIES --- */

/*--ROW ABOUT US--*/
.about_us {
    margin: 0 10%;
    padding-bottom: 30px;
    padding-top: 30px;
}

/* -- BROWSE BY CATEGORY LINKS -- */
.category_links_label {
    padding-top: 30px;
    padding-bottom: 20px;
}
.category_links_label h3 {
    font-size: 1.6em;
    font-weight: 600;
}
.category_links a {
    line-height: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .parallax_section_inner_margin, .section_inner_margin {
        text-align: center;
        display: flex;
        flex: 0 1 auto;
        justify-content: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .four_columns {
        width: 100%;
        grid-template-columns: max-content;
        height: auto;
        float: left;
        margin-left: 5%;
    }
    .four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
        width: 30%;
    }
    .column4.footer_col4 {
        width: 80%;
    }
    .browse_category_row {
        margin-left: -35px !important;
    }
}
footer {
    margin-top: 25px;
    z-index:9998 !important;
}
li.footer-menu-item.menu-item-type-post_type.menu-item-object-page {
    margin: 0 0 4px 0;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-form-control-wrap {
    padding: 0px!important;
}
input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: #e8e8e8f7;
}
div.wpcf7-response-output {
    color: #000 !important;
}
.wpcf7-form-control-wrap.your-subject p {
    display: none;
}
.footer-contact label {
    display: unset !important;
}
@media only screen and (max-width: 480px) {
    .category_links a {
        line-height: 1.5em;
        font-size: 1.2em;
    }
    li.footer-menu-item.menu-item-type-post_type.menu-item-object-page {
        font-size: 1.2em;
    }
    li.footer-menu-item.menu-item-type-post_type.menu-item-object-page {
        margin: 0 0 6px 0;
        line-height: 1.2em;
    }
    .d-flex {
        top: 15px;
    }
    .footer_top, .footer_top.footer_top_full {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.content.content_top_margin_none {
    bottom: 50px;
    top: 1px;
}
/*--TESTIMONIALS PAGE--*/

.testimonials .testimonial_text_inner p {
    line-height: 1.4em;
    font-size: 1.1em;
}
.testimonials .testimonial_text_inner p.testimonial_author {
    font-size: 1.4em;
}
.testimonials_c_holder .testimonial_content_inner {
    padding: 0px 5px !important;
}
.testimonial_content {
    margin-right: 30px;
}
@media (max-width: 1080px) and (min-width: 768px) {
    .category_grid_columns .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 25% !important;
    }
    .shop_button {
        width: 185px !important;
        height: 185px !important;
    }
    .checkout-wrapper .panel_left2 .form_field {
        width: 36%;
        margin: 0 auto;
    }
    .checkout-wrapper input.next_step {
        margin-left: 30%;
    }
    .checkout-wrapper .panel_right3 {
        width: 100% !important;
        margin: 0 auto;
    }
    .checkout-wrapper .panel_right3 .checkoutbox2 {
        width: 60%;
        margin: 30px auto;
    }
    .checkout-wrapper .panel_right2 {
        margin: 0 auto;
        padding-left: 28% !important;
        width: 74%;
        margin-top: 40px;
    }
    #coupon_field input {
        display: inline-block;
        float: left;
    }
    button.btn.btn-danger.btn-sm {
        margin-left: 36%;
    }
}
@media (max-width: 1080px) and (min-width: 768px) {
    .shop-by-subject-grid  .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 25% !important;
    }
    .product_list_preview .col-lg-6.col-md-6.panel_left2 {
        width: 100%;
    }
    .product_title {
        margin-top: 20px;
    }
}
@media (max-width: 1080px) and (min-width: 768px) {
    .style_category_row  .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 25% !important;
    }
}
/* END HOME PAGE STYLE -- */

/* -- CATEGORY LANDING PAGES -- */
h2 span {
    font-size: .8em !important;
}
.category_container {
    position: relative;
    width:100%;
    height: 370px;
    overflow: hidden;
}
.category_container img {
    max-height: 355px;
}
.aligncenter size-medium {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.category_container:hover .image {
    opacity: 0.3;
}
.category_container a:link {
    color: white !important;
    text-decoration: none;
}
.category_container a:hover {
    color: white !important;
}
.category_container a:selected {
    color: white !important;
}
.category_container a:visited {
    color: white !important;
}
.category_container:hover .middle {
    opacity: 1;
}
.category_text {
    background-color: rgba(20,20,20,0.45);
    color: white;
    font-size: 32px;
    padding: 16px 32px;
    line-height:34px
}
.category_links a {
    line-height: 24px;
}
.bottom_row_styles_category {
    margin-top: 40px;
    padding: 40px;
}
.shop_by_style_header {
    padding-bottom: 15px;
}
.item_list_page img {
    object-fit: cover;
}
/* -- END CATEGORY LANDING PAGES -- */

/*-- GALLERY PAGE -- */
.title_holder {
    height: unset;
}
.hover_string {
    display: none;
}
.title_subtitle_holder {
    display: block;
    padding: 0;
    position: relative;
    margin-bottom: 30px;
    margin-top: 185px;
}
.title.title_size_medium h1 {
    font-size: 36px !important;
    line-height: 2.384615384615385em;
    color: #000;
    
    font-style: normal;
    font-weight: 200;
    padding: 12px 0 !important;
}
@media only screen and (max-width: 768px) {
    .title.title_size_medium h1 {
        font-size: 24px !important;
        line-height: 1.384615em !important;
    }
    .category_description {
        display: none;
    }
}
.content .title .container_inner {
    padding: 0;
    float: none ;
    margin: 0 auto;
}
.drop_down .wide.icons .second  ul li a span {
    font-size: .9em;
}
@media (min-width: 768px) and (orientation:landscape) {
    nav.main_menu.drop_down.right ul li ul {
        max-height: 400px !important;
        overflow: auto !important;
    }
}
@media (min-width: 768px) and (max-width: 1080px) {
    .left-menu {
        margin-left: 2%;
        width: 15%;
    }
    .left-menu.vc_column_container>.vc_column-inner {
        padding-left: 0px !important;
    }
    .main-column {
        width: 100%;
        margin-right: 0%;
    }
    .vc_col-sm-3 {
        width: 15%;
    }
    .vc_col-sm-10 {
        width: 75%;
    }
}
@media (min-width: 768px) and  (max-width: 1080px) and (orientation: portrait) {
    .left-menu {
        padding-left: 0px !important;
        width: 15%;
    }
    .left-menu {
        padding-left: 40px;
    }

    .main-column {
        margin-right: 0;
        padding-right: 0 !important;
    }
    .vc_col-sm-3 {
        width: 15%;
    }
    .vc_col-sm-10 {
        width: 75%;
    }
}
img#colorwheel {
    padding-left: 5px;
}
.hidden {
    display: none;
}
.search_title {
    border-top: none !important;
}

.search_left_body {
    border:none;
}
@media only screen and (max-width: 768px) {
    /*.item_list_page a {
        padding: 0px;
    }*/
    .page-link{
        padding: 0.5rem 0.6rem !important;
    }
    .main-column {
        margin-left: 5px;
        width: 100%;
    }
    .category_description {
        margin-left: 5%;
        margin-right: 5%;
    }
    .main-column h4 {
        padding-left: 40px;
    }
    .vc_column_container>.vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .cag_search .col-md-9 {
        padding-left: unset !important;
    }
    .cag_search {
        margin-left: 0 !important;
    }
    .cag_search_results {
        margin-right: 0 !important;
    }
}
div#flow_body {
    margin-right: unset;
    margin-left: unset;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
/* -- END GALLERY PAGE -- */

.left-menu {
    padding-left: 20px;
    padding-top: 40px;
}
.main-column {
    float:right;
    margin-top: -210px;
}
.search_title {
    border-top: none !important;
    background: #ffffff !important;
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 15% !important;
    }
}
.search_left_body {
    border:none;
}
.cag_search .col-md-9 {
    width: 100%;
}
.cag_search_results {
    margin-right: 120px;
}
.cag_search {
    padding: 0;
}

/*--PRODUCT DETAIL PAGE -- */
@media only screen and (max-width: 768px) {
    .product_list_preview .col-lg-6.col-md-6.panel_left2 {
        width: auto;
        max-height: 100%;
    }
}
.item_path {
    display: none;
}
a.btn.btn-danger.btn-lg {
    float: right;
    margin-right: 20px;
}
.product_list_preview {
    padding-left: 10% !important;
    padding-right: 10% !important;
}
.col-lg-6.col-md-6.panel_right2 {
    padding: 0px;
}
.panel_left2 {
    padding: 0px;
}
.call_to_action-price {
    display: inline-block;
    width: 60%;
    font-weight: 600;
    padding-top: 0px;
    padding-right: 20px;
    font-size: 1.2em;
    color: darkred;
}
.call_to_action-shipping {
    font-weight: 600;
    font-size: 1.2em;
    color: darkred;
}
.background_instruction_text {
    padding-top: 10px;
    font-size: .9em;
    font-weight: 500;
    display: none;
}
.share_title {
    padding-top: 15px;
}
.product_file_detail.row {
    margin: unset;
    padding-top: 20px;
}
.p-10 {
    padding-left: 10%;
    padding-right: 10%;
}
.products.related {
    margin-left: 11%;
}
.related_collections {
    margin: 60px 40px 0 40px;
    display: inline-block;
}
ul.products .col-md-3.toleft {
    margin-top: 25px;
}
.product_title {
    text-transform: capitalize;
}
@media only screen and (max-width: 480px) {
    .col-lg-6.col-md-6.panel_right2 {
        min-width: 100% !important;
        float: unset !important;
    }
    .col-lg-6.col-md-6.panel_left2 {
        min-width: 100% !important;
    }
    a.btn-lg {
        font-size: 16px !important;
    }
    .pvs_stock_hasbg {
        margin: 0 auto;
        width: 100%;
    }
    button.btn.btn-danger.btn-sm {
        margin-left: 33%;
        margin-bottom: 40px;
    }
    .home_box {
        margin-left: 17px;
    }
}

/* -- PRODUCT ORDER PAGE -- */
.addto h4 {
    line-height: 36px;
}
.product-wrapper {
    width: 100%;
    padding: 5% 5% 5% 5%;
}
.pvs_item_row {
    content: "";
    clear: both;
    display: block;
	margin-top: -20px;
}
.product_title {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 30px;
}
.product_title_wrap {
  //  margin-bottom: 45px;
}
.pvs-col {
/*    float: left;*/
    padding: 20px;
}
/*.thumbnail_img_wrapped {
    width: 12.3%;
}*/
/*.image_preview_wrapped,
.selectors_block {
    width: 43.5%;
}*/
.addto h4 {
    margin-top: 0px !important;
}
.image_preview_wrapped table {
    box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.3);
}
.prints_top_mat {
    /*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) inset;*/
    border: 0px !important;
}
.prints_bottom_mat {
    /*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) inset;*/
    border: 0px !important;
}
div#print_preview {
    /*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) inset;*/
}
.display_alert {
    width: 450px;
    padding-bottom: 20px;
}
.print_wrap {
    height: unset !important;
}
.file_details {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}
.file_details {
    display: none;
}
.socialIcon {
    padding-top: 20px;
}
.row.recommended {
    padding-left: 10%;
}
.btn-danger {
    background-color: #8f8e8c !important;
}
@media only screen and (max-width: 479px) {
    .col-lg-6.col-md-6 {
        padding-right: unset !important;
    }
    .canvas_prints_big {
        margin-top: 12%  !important;
        margin-bottom: 5% !important;
    }
    .image_preview_wrapped table {
        transform: scale(0.45);
        margin-left: -40px;
        margin-right: -40px;
        display: flex;
        box-shadow: none !important;
    }
    .canvas_prints_big {
        transform: scale(0.7);
        margin-left: 16% !important;

    }
    .product_title {
        line-height: 24px !important;
        font-size: 20px !important;
        letter-spacing: normal;
        padding-bottom: 20px;
    }
    .prod-img-wrap {
        margin: 0px!important;
        width: 250px !important;
        background-position: 50% 10px!important;
        background-size: contain!important;
    }
    .prod-img-wrap img {
        width: 300px;
        max-width: unset !important;
    }
    .product_file_detail.row {
        padding-left: 26%;
        padding-top: 0px !important;
        margin-top: -60px;
    }
    form#print_form input, select {
        margin: 8px 0px;
    }
    .products.related {
        margin-left: 9%
    }
    .socialIcon {
        padding: 20px 0px;
    }
    .social_title {
        padding: 10px 0px;
    }
    .display_alert {
        width: 330px !important;
    }
    .shop_button h2 {
        margin-top: 73px;
    }
    .left-menu {
        display: none;
    }
}
.tr_cart td {
    width: 100% !important;
    text-align: left;
}
.tr_cart_active td {
    text-align: left;
    width: 100% !important;
}
.table_cart th {
    text-align: left;
}
#image_preview_wrapped table td {
    padding: 0 !important;
}
.print_wrap {
    overflow: hidden;
}
.canvas_prints_big_bottom {
    height: 10px;
    background-size: cover !important;
    background-position: 100% 0 !important;
}
.col-md-3.toleft {
    margin-right: 80px;
    margin-top: 10px;
}
.home_box .canvas_prints_small {
    margin-top: 20px;
}
.canvas_prints_big_left {
    background-size: auto !important;
}
#print_preview {
    background-size: auto !important;
}
.canvas_prints_big {
    padding: unset;
    padding: 0;
    background-size: auto !important;
}
.prints_big {
    border: 0 !important;
}
td#frame_center_center {
    padding: 0 !important;
}
@media (min-width: 1200px) {
    .col-lg-6 {
        width: 50%;
    }
}
table td {
    /*padding: 10px !important;*/
}
.realtors_intro {
    margin: 10% !important;
}
.realtor_inquiry_form {
    margin: 0 10%;
}
.about_product_goldbar h1 {
    padding: 20px;
}
.text_page_main_content {
    margin: 10%;
}
.text_page_main_content.vc_col-sm-12 {
    width: 80%;
}
.shipping_delivery_content,
.gift_certificates_content,
.gift-up-target {
    margin: 7% 0;
}
.gallery_style_floater_frames {
    margin: 8% 0;
}
.art_decor_blog {
    margin: 8%;
}
.page_internal {
    margin: 2% 10% 10% 10% !important;
}
.profile_row_wrapper {
    margin-top: 120px;
    padding: 0 70px;
}
.member_login {
    margin: 0% 10% 10% 10%;
}
.payment_form {
    margin: 10% 10% 6% 10%;
}
.ttl {
    font-weight: 600;
}
.price_quantity_delete {
    margin-top: 20px;
    font-weight: 600;
}
.price_quantity_delete div:not(:last-child) {
    margin-bottom: 30px;
}
.cart_preview {
    min-width: unset;
}
@media only screen and (max-width: 479px) {
    .table_cart2 .home_box {
        margin-left: -5%;
    }
}
.wholesale_commercial {
    padding: 8%;
}
.payment_notification {
    margin: 10% 10% 0 10%;
}
.payment_statement {
    margin: 0 10%;
}
.purchase_order_summary {
    margin: 0 10% 5% 10%;
}
.checkout_list {
    padding: 5px !important;
}
table.profile_table_home.table_documents {
    display: none;
}
::selection {
    color:#fff;
    background:#39c381;
}
::-moz-selection {
    color:#fff;
    background:#39c381;
}
.site-color {
    color:#4ec67f !important;
}
a:hover, a:focus {
    color:#4ec67f;
}
.search-full, .search-input {
    background: #4bb777;
}
.search-close {
    color: #4BB777;
}
.searchInputBox .search-btn {
    color:#fff;
}
.navbar-tshop {
    background:#4ec67f;
}
.btn-primary, .product:hover .add-fav:hover, .product:hover .add-fav.active {
    background-color: #4ec67f;
    color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #48C9B0;
    border-color: #48C9B0;
    color: #FFFFFF;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background:  #4ec67f;
}
.navbar-top {
    background:#4bb777;
}
.navbar-nav > li > a {
    color:#fff;
}
.nav > li.active, .nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a {
    background:#27AE60;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .cartMenu:hover > a.dropdown-toggle {
    background:#27AE60;
}
.dropdown-menu {
    border-top: solid #27AE60;
}
.page-id-53 nav.rank-math-breadcrumb {
    display: none;
}
.search-box:hover .form-control {
    background:#4EC67F;
}
.search-box:hover .btn-nobg {
    color:#4EC67F;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background:rgba(78, 198, 127, 0.7) !important;
}
.action-control a:hover, .action-control a.active {
    color:#fff;
    background:#27AE60;
}
.product:hover, .featuredImgLook2 .inner:hover {
    border: 1px solid #4EC67F;
}
.subCategoryList .thumbnail:hover {
    border: 1px solid #4EC67F;
}
#pager a.cycle-pager-active {
    background:rgba(39, 174, 96, 0.5);
}
.pager2 a {
    border: 1px solid #4EC67F;
}
.pager2 a.selected {
    background:#4EC67F;
}
.btn-site, .newsLatterBox .btn {
    background: #4EC67F;
}
.btn-discover:hover, .btn-site:hover, .newsLatterBox .btn:hover {
    background: #27AE60;
}
.full {
    width:100%;
}
.footer a:hover {
    color:#4EC67F;
}
.footer_bottom_holder {
    display: none;
}
.modal-header {
    background: #4EC67F;
}
.form-control:focus {
    border-color: #66afe9 !important;
}
.new-product {
    background:rgba(39, 174, 94, 0.95) !important;
}
.drop_down .wide .second .inner>ul {
    margin-top: 0;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.drop_down .wide .second .inner>ul>li>a {
    font-weight: 800;
}
children>a, .drop_down .wide .second .inner ul li.sub ul li.menu-item-has-children>a, .drop_down .wide .second .inner>ul li.sub .flexslider ul li h5 a, .drop_down .wide .second .inner>ul li .flexslider ul li h5 a, .drop_down .wide .second .inner>ul li.sub .flexslider ul li h5, .drop_down .wide .second .inner>ul li .flexslider ul li h5, .header_top #lang_sel ul li ul li a {
    font-weight: 800 !important;
}
.drop_down .second .inner > ul > li > a, .drop_down .second .inner > ul > li > h3, .drop_down .wide .second .inner > ul > li > h3, .drop_down .wide .second .inner > ul > li > a, .drop_down .wide .second ul li ul li.menu-item-has-children > a, .drop_down .wide .second .inner ul li.sub ul li.menu-item-has-children > a, .drop_down .wide .second .inner > ul li.sub .flexslider ul li h5 a, .drop_down .wide .second .inner > ul li .flexslider ul li h5 a, .drop_down .wide .second .inner > ul li.sub .flexslider ul li h5, .drop_down .wide .second .inner > ul li .flexslider ul li h5, .header_top #lang_sel ul li ul li a {
    font-weight: 700 !important;
}
.drop_down .wide .second .inner ul li.sub ul li a, .drop_down .wide .second ul li ul li a, .drop_down .second .inner ul li.sub ul li a, .drop_down .wide .second ul li ul li a, .drop_down .wide .second .inner ul li.sub .flexslider ul li .menu_recent_post, .drop_down .wide .second .inner ul li .flexslider ul li .menu_recent_post a, .drop_down .wide .second .inner ul li .flexslider ul li .menu_recent_post, .drop_down .wide .second .inner ul li .flexslider ul li .menu_recent_post a {
    font-weight: 700 !important;
}
.drop_down .wide .second .inner .ul .li {
    height: 600px;
}
.drop_down .second .inner ul li ul {
    max-height: 600px;
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
}
.nav.tree > li.active, .nav.tree > li > a:hover, .nav.tree > li > a:focus, .nav.tree > li:hover > a {
    background:none;
    color:#2c3e50;
}
.nav.tree .open-tree > a, .nav.tree .open-tree > a:hover, .nav.tree .open-tree > a:focus {
    background:none;
    font-weight:bold;
    color:#2c3e50;
}
.panel-default > .panel-heading {
    border-top: 4px solid #4EC67F;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
    background:#BFC9CA;
}
.nav-tabs {
    border-bottom: 3px solid #BFC9CA;
}
.socialIcon a:hover {
    background:#4EC67F;
}
.cart-actions button, .cart-actions .wishlist {
    background: none repeat scroll 0 0 #4EC67F;
    border: 2px solid #27AE60;
}
.cart-actions button:hover {
    background:#fff;
    color:#2c3e50;
    border:solid 2px #4EC67F;
}
.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, sp-current:visited {
    border: 2px solid #4EC67F !important;
}
.promo-1 {
    background: none repeat scroll 0 0 #27AE60;
}
@media (max-width: 767px) {
    .miniCartFooter {
        background:#27AE60 !important;
    }
}
#pager2 span.cycle-pager-active {
    background: #4EC67F !important;
}
#pager2 span {
    border: 2px solid #4EC67F
}
.orderStep li.active a {
    background: none repeat scroll 0 0 #1ABC9C;
}
.orderStep li.active a:after {
    border-top-color: #1ABC9C !important;
}
.orderStep li a {
    background:  #EFF0F2;
}
.product_title {
    font-size: 36px;
    line-height: 36px;
}
a.btn-lg {
    background-color: #bd8509 !important;
    padding: 10px 30px;
    font-size: 20px;
}
/* -- RETURNS PAGE -- */
.wpb_text_column.wpb_content_element.return-policy h2 {
    font-style: italic;
    
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .products.related {
        text-align: center;
    }
}
.container.prod_desc_section {
    padding-left: 5%;
    padding-right: 5%;
}
/* Product tablet media */
@media only screen and (max-width: 1024px) {
    .thumbnail_img_wrapped {
        width: 0%;
    }
    .image_preview_wrapped, .selectors_block {
        width: 48.2%;
    }
    .pvs-col {
        padding: 10px;
    }
    .pvs_has_bg {
        height: 320px !important;
    }
    .product_img_white_strip {
        margin-top: -14px !important;
    }
    .pvs_single_item {
        height: 85px !important;
        width: 90px !important;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .dpt-flex-item {
        padding: 0 !important;
    }
    .property_header {
        margin-top: 0 !important;
    }
    .quantity_text div.input-group {
        margin-left: 10px;
    }
    .about_block {
        padding: 20px 0 !important;
    }
    .product-column-image .vc_column_container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .related_collections {
        margin: 60px 0 0 0;
        display: inline-block;
    }
}
/* Product mobile media */
@media only screen and (max-width: 767px) {
    div#shop_button_column {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .thumbnail_img_wrapped,
    .image_preview_wrapped,
    .selectors_block {
        width: 100% !important;
    }
    .header_top .right {
        margin-top: -40px;
    }
    .q_logo {
        top: 30% !important;
    }
    i.qode_icon_font_awesome.fa.fa-bars {
        transform: scale(1.5);
    }
    .side_menu_button a:last-child {
        padding-right: 40px !important;
        padding-bottom: 36px !important;
        margin-top: 23px;
    }
    .home_text_headline {
        padding-left: 55% !important;
        padding-right: 5% !important;
    }
    .mobile_menu_button {
        height: 70px;
        margin-left: 20px;
    }
    .side_menu_button {
        height: 1px!important;
    }
    .wpb_text_column.wpb_content_element.price-banner {
        padding-left: 55% !important;
        padding-right: 5% !important;
    }
    .testimonials_text {
        display: none;
    }
    .wpb_text_column.wpb_content_element.category_links {
        width: 100%;
        column-count: 2;
    }
    .products .col-md-3.toleft {
        float: none;
        padding-left: 30px;
    }
    .products.related {
        text-align: center;
    }
    form[name="orderform"] {
        margin: 0 auto!important;
        display: table;
    }
    div#shopping_cart2 {
        margin: 0 auto!important;
        display: table;
    }
    button#open_custom_image_popup {
        margin-top: 140px;
        width: 50%!important;
    }
    #pvs_custom_image_popup .pvs-image-btn {
        margin-top: 0;
        width: 100%;
    }
    .pvs-image-uploader-wrapper {
        text-align: center;
    }
    .button4 {
        width: 100%!important;
    }
    .visual_search_wrapper {
        text-align: center;
    }
    .visual_search_wrapper .button4 {
        font-size:17px;
    }
    div#pvs_resp_main_image {
        display: flex;
        justify-content: center;
    }
    .product_title_wrap {
        margin: 0 15px !important;
    }
    .product_img_white_strip {
        margin-top: -8px !important;
    }
    .pvs-col {
        padding: 0;
    }
    .pvs_single_item {
        height: 85px !important;
        width: 94px !important;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #pvs_resp_reviews_profile {
        padding: 10px 20px;
    }
    
    .thumbnail_imgs_resp {
        margin-top: 3rem !important;
    }
    .quantity_text div.input-group {
        margin-left: 0;
    }
    .about_block {
        padding: 20px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 1366px) {
    form[name="orderform"] {
        margin: 0 auto!important;
        display: table;
    }
    div#shopping_cart2 {
        margin: 50px 0 !important;
        display: table;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .left-menu {
        padding-left: 5px!important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .left-menu {
        padding-left: 20px!important;
    }
    .page_internal {
        margin: 15% 8% 5% 8% !important;
    }
}
@media only screen and (max-width: 768px) {
    .left-menu {
        display: none;
    }
    .product-wrapper {
        display: block;
        margin-top: 20px;
        padding-top: 0;
    }
    .profile_row_wrapper {
        margin: 0;
        padding: 0 25px;
    }
}
.title_subtitle_holder {
    text-align: center;
}

/* -- BLOG -- */
.blog_single.blog_holder .entry_title, .blog_single.blog_holder .post_info {
    display: none;
}
.title_subtitle_holder {
    text-align: center;
}
.prints_small {
    height: auto!important;
}
.prod-img-wrap {
    height: 178px!important;
}
.q_logo a {
    visibility: visible!important;
    height: 70px!important;
}
.product_img_white_strip {
    width: 100%;
    height: 15px;
    background-color: #fff;
    position: relative;
    margin-top: -20px;
}

/* Product share social buttons */
#pvs_resp_reviews_profile .social-btn-facebook {
    color: #fff;
    background-color: #1877f2;
}

/* Listing gallery page load more button css */
.pvs-load-more-btn-wrapper {
    margin: 30px 0;
    text-align: center;
}
.pvs-load-more-btn {
    width: 60%;
    text-align: center;
    border: 1px solid #0A8560;
    color: #0A8560;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
    outline: none;
}

/* Product page image enlarged close button */
.mfp-image-holder .mfp-close {
    position: absolute !important;
    right: -30px !important;
    top: 25px !important;
}

/* Megnifying glass enlarged image*/
.megnifying-glass-enlarged-image {
    position: relative;
}
/* Main menu css */
nav.main_menu {
    position: absolute;
    top: 6%;
    left: 39%;
    z-index: 100;
}
nav.main_menu>ul {
    position: relative;
    left: 0;
}
nav.main_menu > ul > li > a {
    color: #000000;
    font-size: 1.6em;
    font-style: normal;
    font-weight: 700 !important;
}
.drop_down .second .inner ul li ul {
    max-height: 700px;
    -moz-column-count: 2 !important;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2 !important;
    column-gap: 0;
}
.drop_down .second .inner ul, .drop_down .second .inner ul li ul, .shopping_cart_dropdown, li.narrow .second .inner ul, .header_top .right #lang_sel ul ul, .drop_down .wide .second ul li.show_widget_area_in_popup .widget, .drop_down .wide.wide_background .second {
    margin-top: 30px;
    border-radius: 10px;
}
.drop_down .wide .second .inner>ul {
    margin-top: 20px;
}
.drop_down .second .inner ul li ul {
    margin-top: -20px !important;
}
.d-flex {
    padding: 15px 0px 0px 0px;
    margin: 15px 0px 0px 0px;
    left: 15%;
    position: relative;
}

/* Start gallery page css */
/* Main Nav Column Width */
.drop_down .second .inner ul, .drop_down .second .inner ul li ul, .shopping_cart_dropdown, li.narrow .second .inner ul, .header_top .right #lang_sel ul ul, .drop_down .wide .second ul li.show_widget_area_in_popup .widget, .drop_down .wide.wide_background .second {
    column-count: 2;
}
li#nav-menu-item-968 ul,
li#nav-menu-item-11788 ul,
li#nav-menu-item-10366 ul {
    column-count: 1;
}
/* Hero background */
.gallery_hero_background {
    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
    background-position: bottom;
    margin-top: -131px;
}
.room-header-image {
    height: 520px !important;
}
/* Find art form background */
.find_art_form_bg_home {
    background-color: #cb941f;
    padding: 50px;
    margin: 0% 8% 0 8%;
    border-radius: 10px;
    padding: 24px;
    border-radius: 10px;
    background-color: #cb941f;
}
.find_art_form_bg {
    background-color: #cb941f;
    /*margin: 200px 130px 0 130px;*/
    border-radius: 10px;
    padding: 24px;
}
/* Featured gallery text */
.featured-gallery-text {
    padding: 0 130px 20px 130px;
    margin-top: 54px;
}
/* Filter form */
.gallery-filter-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 0;
}
.gallery-filter-wrapper .filter-label {
    margin: 5px 30px 5px 0;
    font-size: 25px;
}
.gallery-filter-wrapper .gallery-filter-group {
    width: 20%;
    margin-right: 1.5%;
}
.gallery-filter-wrapper .form-control {
    border: 1px solid hsl(0deg 0% 41%);
    height: 41px;
    box-shadow: none;
    color: hsl(0deg 0% 41%);
    font-weight: 600;
}
.gallery-filter-wrapper button[type="submit"] {
    padding: 10px 40px;
    background-color: #cb941f !important;
    border-color: #cb941f;
    color: #fff;
    font-weight: 600;
}
.gallery-filter-wrapper button[type="submit"]:focus {
    outline: none;
}
.pvs-gallerypage-images {
    display: inline-block;
    padding: 25px 25px 20px;
    margin: 70px 0 0 70px;
    border: 5px solid #000;
    box-shadow: inset 0 0 10px #000;
    background-color:#f5f5dc;
}
.pvs-white-strip {
    width: 100%;
    height: 7px;
    background-color: #f5f5dc;
    position: relative;
    margin-top: -6px;
}
/* Art titles on gallery template */
h3.gallery-art-title {
    font-size: .6em;
    font-style: italic;
    margin-top: -9px;
    text-align: center;
    text-transform: uppercase;
}
body.search .title_subtitle_holder {
    margin-top: 30px;
}
body.search .title_subtitle_holder h1 {
    color: #cb941f;
}
/* Start GDPR Cookie banner */
#cookie-law-info-bar {
    padding: 14px 110px !important;
}
/* End GDPR Cookie banner */
/* Media Query */
@media only screen and (min-width: 1900px) {
    .title_subtitle_holder {
        margin-top: 265px !important;
    }
    body.search .title_subtitle_holder {
        margin-top: 115px !important;
    }
}
@media only screen and (min-width: 1700px) {
    body.search .title_subtitle_holder {
        margin-top: 141px;
    }
}
@media only screen and (min-width: 1600px) {
    .title_subtitle_holder {
        margin-top: 207px;
    }
    body.search .title_subtitle_holder {
        margin-top: 80px;
    }
}
/* For large desktop */
@media only screen and (min-width: 1401px) and (max-width: 1500px) {
    nav.main_menu {
        left: 55% !important;
    }
    nav.main_menu>ul>li>a {
        font-size: 16px !important;
    }
    .title_subtitle_holder {
        margin-top: 138px !important;
    }
    body.search .title_subtitle_holder {
        margin-top: 20px !important;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1400px) {
    .title_subtitle_holder {
        margin-top: 125px;
    }
    nav.main_menu {
        left: 55% !important;
    }
    nav.main_menu>ul>li>a {
        font-size: 15px !important;
    }
    header.sticky nav.main_menu>ul>li>a, header.light.sticky nav.main_menu>ul>li>a, header.dark.sticky nav.main_menu>ul>li>a {
        font-size: 15px !important;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    nav.main_menu {
        left: 55% !important;
    }
    nav.main_menu > ul > li > a {
        font-size: 1em !important;
    }
    .title_subtitle_holder {
        margin-top: 100px;
    }
    body.search .title_subtitle_holder {
        margin-top: -30px;
    }
}
/* For laptop */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .title_subtitle_holder {
        margin-top: 85px;
    }
    body.search .title_subtitle_holder {
        margin-top: -30px;
    }
}
/* For iPad */
@media only screen and (max-width: 1023px) {
    nav.main_menu>ul {
        left: -24% !important;
    }
    nav.main_menu>ul>li>a {
        font-size: 14px !important;
    }
    body.search nav.main_menu>ul>li>a {
        font-size: 11px !important;
    }
    .d-flex {
        position: relative;
        bottom: 0;
        left: 35px;
    }
    .qode_image_gallery_holder {
        margin: 0;
    }
    .find_art_form_bg {
        margin: 200px 20px 0 20px;
    }
    body.search .find_art_form_bg {
        margin: 200px 29px 55px 25px;
    }
    .title_subtitle_holder {
        margin-top: 50px;
    }
    body.search .title_subtitle_holder {
        margin-top: -60px;
    }
    .featured-gallery-text {
        padding: 0 40px 40px 40px;
    }
    .featured-gallery-text h4 {
        line-height: 30px;
    }
    .gallery-filter-wrapper {
        margin: 60px 20px 0 20px;
    }
    body.search .gallery-filter-wrapper {
        margin: 60px 17px 0 20px;
    }
    .gallery-filter-wrapper .gallery-filter-group {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .gallery-filter-wrapper button[type="submit"] {
        width: 100%;
    }
    h3.gallery-art-title {
        font-size: 1em;
        margin-top: -2px;
    }
    .njt-nofi-notification-bar .njt-nofi-text {
        line-height: 1.4 !important;
        font-size: 14px;
    }
    #cookie-law-info-bar {
        padding: 14px 100px !important;
    }
}
@media only screen and (min-width: 921px) and (max-width: 1000px) {
    .title_subtitle_holder {
        top: 22rem;
    }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
    .title_subtitle_holder,
    body.search .title_subtitle_holder {
        top: 19.5rem;
    }
}
/* For mobile */
@media only screen and (max-width: 767px) {
    .d-flex {
        bottom: 0;
        top: 35px;
        left: 25px;
    }
    .d-flex img {
        width: 18px;
    }
    .icon-listing ul.d-flex li:first-child:before {
        background: none;
    }
    .icon-listing ul.d-flex li:first-child {
        margin-right: 12px;
    }
    .side_menu_button>a, .mobile_menu_button span, .fixed_top_header .side_menu_button>a, .fixed_top_header .popup_menu .line, .fixed_top_header .mobile_menu_button span {
        color: #9d9d9d !important;
    }
    .content .title .container_inner {
        float: none;
        margin: 0 auto;
    }
    .title_subtitle_holder {
        margin: 0;
        padding: 0;
    }
    body.search .title_subtitle_holder {
        margin-top: 0;
    }
    .find_art_form_bg {
        padding: 20px;
        margin: 200px 30px 0 30px;
    }
    .featured-gallery-text {
        padding: 0 15px 40px 30px;
    }
    .featured-gallery-text h4 {
        line-height: 25px;
    }
    .gallery-filter-wrapper {
        flex-direction: column;
        align-items: stretch;
        margin: 40px 30px;
    }
    .gallery-filter-wrapper .gallery-filter-group,
    .gallery-filter-wrapper button[type="submit"] {
        width: 100%;
    }
    .gallery-filter-wrapper .filter-label {
        text-align: center;
        font-size: 20px;
    }
    h3.gallery-art-title {
        font-size: 1em;
        margin-top: -2px;
    }
    div#flow_body {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .pvs-gallerypage-images {
        margin: 20px 32px 0 32px !important;
    }
    .njt-nofi-notification-bar .njt-nofi-text {
        line-height: 1.4 !important;
        font-size: 10px;
    }
    #cookie-law-info-bar {
        padding: 14px !important;
    }
    .cart-actions-block {
        padding: 10px;
        text-align: center;
    }
}
/* End gallery page css */

/* Start sign up popup */
.pvs_modal_lg {
    width: 800px !important;
}
#pvs_signup_popup .pvs_modal_container {
    padding-left: 15px;
}
#pvs_signup_popup .pvs_modal_content {
    background-color: #cb941f;
    border-radius: 6px;
}
#pvs_signup_popup .pvs_modal_close {
    z-index: 2;
    background: transparent;
}
#pvs_signup_popup .pvs_row::after {
    content: "";
    clear: both;
    display: table;
}
#pvs_signup_popup .form_container {
    width: 49%;
    float: left;
    padding: 25px 15px 0 25px;
}
#pvs_signup_popup .banner_container {
    width: 49%;
    float: right;
}
#pvs_signup_popup .banner_container img {
    padding: 16px 12px 15px 0;
}
#pvs_signup_popup h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
#pvs_signup_popup p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}
#pvs_signup_popup input {
    width: 100%;
    font-size: 14px;
    padding: 4px 10px;
    border-color: transparent;
    border-radius: 4px;
}
#pvs_signup_popup input:focus {
    outline: none;
}
#pvs_signup_popup button[type="submit"] {
    width: 100%;
    padding: 8px;
    background-color: #52526b;
    color: #fff;
    font-size: 16px;
    outline: none;
}
#pvs_signup_popup button[type="submit"]:hover {
    background-color: #52526b;
    color: #fff;
}
#pvs_signup_popup .alert {
    padding: 7px 9px !important;
}
@media only screen and (max-width: 1024px) {
    .pvs_modal_lg {
        width: 730px !important;
    }
}
@media only screen and (max-width: 767px) {
    .pvs_modal_lg {
        width: 370px !important;
    }
    #pvs_signup_popup .form_container {
        width: 91% !important;
    }
    #pvs_signup_popup .banner_container {
        display: none !important;
    }
}
/* End sign up popup */

/* Start Profile Home */
@media (min-width: 768px) {
    .blocks-list {
        margin: 0 -15px;
    }
    .blocks-item {
        margin: 0 15px 30px;
    }
}
.profile-blocks {
    display: block;
    margin-top: 30px;
}
.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}
.blocks-item {
    border: 1px solid #CCC;
    border-radius: 4px;
    box-sizing: border-box;
    color: #9e9f9e;
    font-size: 1.375rem;
    display: flex;
    flex: 1 0 340px;
    flex-direction: column;
    justify-content: center;
    margin: 0 15px 30px;
    max-width: 100%;
    text-align: center;
}
.blocks-item-link {
    color: #3e3f3d;
    padding: 20px 30px;
}
.blocks-item-title {
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.4em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased !important;
}
.blocks-item-description:not(:empty) {
    margin-top: 10px;
}
.blocks-item-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
/* End Profile Home */

/* Start get a gift card by code */
.gift-card-code-wrapper,
.error-block {
    margin-top: 40px;
}
.text-error {
    color: #eb3730;
    font-weight: 400;
    font-style: normal;
}
.gift-card-code-wrapper button[type="submit"] {
    background-color: #bd8509 !important;
    border-color: #bd8509 !important;
}
/* End get a gift card by code */

/* Start login page buttons color */
#login_content label {
    font-size: 14px;
}
#login_content input[type="submit"],
#login_content input[type="button"],
form[name="orderform"] #signup_submit {
    background-color: #9F9989 !important;
    border-color: #9F9989 !important;
    color: #fff !important;
}
#login_content input[type="checkbox"],
#login_content input[type="radio"] {
    width: 15px;
    height: 15px;
}
.login_header {
    margin-top: 15px;
}
.login-image {
	display: block;
    margin-left: auto;
    width: 50%;
    padding-left: 100px;
}
/* End login page buttons color */

/* Start personalize login */
.personalize-login {
    margin: 10% auto 5% auto !important;
    max-width: 500px !important;
    float: left;
    width: 50%;
    height: 50vh;
}
/* End personalize login */

/* Start no signin register */
.no-signin-register {
    font-size: 18px;
    margin: 50px 30px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 5px;
}
/* End no signin register */

.btn {
    background-color: #9F9989 !important;
    border-color: #9F9989 !important;
    color: #fff !important;
}

.ddd-signup-form {
    max-width: 1100px;
    margin: 70px auto;
}

/* Art catalog tool list START*/
.productImg {
    /* padding: 20px !important; */
    /* background: #fff; */
    border: 1px solid #EDEDED;
    height: 350px;
    width: 180px;
    display: flex;
    align-items: center;
    place-content: center;
}
ul.toolList {
    list-style: none;
    display: inline-flex;
    padding: 0;
}
ul.toolList li img {
    width: 20px;
    margin: 5px 5px 5px 5px;
}
.myCatalogTools {
    /*float: right;*/
    margin-top: 10px;
}
button.mfp-close:hover {
    background: none !important;
}
.modal a.close-modal {
    margin-top: 20px;
}
.mfp-content button.mfp-close {
    width: 30px !important;
}
/* Art catalog tool list END*/

/*20/03/2023*/

.share-popup{
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
  opacity 0.2s 0s ease-in-out,
  transform 0.2s 0s ease-in-out;
  display: none;
}
.share-popup.show{
    top: 50%;
    left: 50%;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
    position: fixed;
    display: block;
}
.share-popup :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-popup header{
  padding-bottom: 10px;
  border-bottom: 1px solid #ebedf9;
}
.share-popup header p{
    margin: 0;
}
.share-popup header span{
  font-size: 21px;
  font-weight: 600;
}
.share-popup header .close, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.share-popup header .close{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: auto;
  width: 33px;
  cursor: pointer;
}
.share-popup header .close:hover{
  background: #ebedf9;
}
.share-popup .content{
  margin: 20px 0;
}
.share-popup .icons{
  margin: 15px 0 20px 0;
}
.share-popup .content p{
  font-size: 16px;
}

/**************** 17.03.2023 ************/

.cart-actions-block {
    display: flex;
    text-align: center;
    align-items: stretch;
    justify-content: space-around;
    margin-top: 30px;
}
.cart-actions-block table{
    max-width: 130px;
}
.cart-actions-block .pull-left{
    margin: 0 !important;
}
/*.pull-left.quantity_text.cart-actions-item {
    margin-top: 5px;
}*/

.mat-tabs {
    margin: 20px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mat-tabs li {
    display: inline;
    padding: 0px;
    margin: 0px;
    /* background-color: #f5f5f5; */
    /* padding: 5px; */
    text-transform: uppercase;
    font-size: 12px;
}

.mat-tabs li a {
    font-size: 12px;
    float: left;
    padding: 0;
    text-decoration: none;
    background-color: #e6e5e5;
    margin-right: 5px;
    color: #000 !important;
    font-weight: normal !important;
}


.dinamic_properties .property_ {
    height: auto;
    width: 100% !important;
}

input.add_to_cart.btn.btn-danger.btn-lg {
    font-size: 17px;
}
/*.cart-actions-item #quantity{
    margin-left: 5px;
}*/
/*.cart-actions-item{
    flex-basis: 22%;
    flex-grow: 0;
    flex-shrink: 0;
}*/
.login-image{
    width: 50%;
    float: right;
}
@media only screen and (max-width: 767px) {

    .cart-actions-block {
        margin-top: 0px;
    }
    .personalize-login {
        width: 100%;
        height: auto;
    }
    .login-image{
        width: 100%;
        display: block;
        margin-top: 50px;
    }
}

/* LOGIN SIGNUP FORGOT PASSWORD CSS START */
@media (min-width: 992px) {
    .container {
        max-width: 100% !important;
        padding: 0;
    }
}
@media (max-width: 1200px) {
    .product-wrapper {
        
        padding: 2% !important;
    }
}
@media (min-width: 1280px){
    .container {
        max-width: 100% !important;
        padding: 0;
    }
}
@media (max-width: 1700px){
    .member_login {
        font-size: 35px !important;
    }
}
.member_login {
    font-size: 40px !important;
    line-height: 52px !important;
    font-weight: 600 !important;
}
.member_login {
    font-size: 28px !important;
    font-weight: normal !important;
    margin-top: 15px !important;
}
.login_header, h4 {
    font-size: 21px !important;
}
#pvs_item_row_stock {
    margin: 8% 9% !important
}
a.forgotPass {
    font-size: 14px;
    text-decoration: none;
    font-weight: 700 !important;
}

/* LOGIN SIGNUP FORGOT PASSWORD CSS END */


.search-no-items-found{
    text-align: center;
    font-size: 1.2em;
    border: 1px solid #c2c2c2;
    padding: 15px;
}


.masonry-grid {
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.grid-item {
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



@media only screen and (min-width: 700px) {
    .masonry-grid {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry-grid {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1000px) {
    .masonry-grid {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.grid-item img {
    height: auto;
    width: 100%;
    max-width: 720px;
}
#artist_selector ul.dd-options, #cats ul.dd-options, #artist ul.dd-options, .menu-publisher ul.submenu{
    height: 300px;
    overflow-y: auto;
}

/*Overlay css*/
.overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    vertical-align: middle;
    display: none;
}
.overlay-loader {
    display: table;
    width: 100%;
    height: 100%;
}
.overlay-loader i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    margin-top: 10%;
}

/*Scroll of frame selector*/
.clearfix:has(.prints_frame ) {
    max-height: 350px;
    overflow-y: auto;
}
/*Category listing*/
#category_item_list_boxes{
    list-style: none;
}
#category_item_list_boxes li {
    padding: 8px;
    /*    border: 1px solid #bdbaba;*/
    border-bottom: none;
}
#category_item_list_boxes li a:hover{
    border-bottom: 1px solid #000;
}
/*#category_item_list_boxes li:last-child{
    border-bottom: 1px solid #bdbaba;
}
*/
#category_item_boxes{
    padding-left: 15px;
}
#category_item_boxes .item-box-inner{
    border: 1px solid #bdbaba;
}
#category_item_boxes .item-box-inner .item-img{
    padding: 8px;
    width: 100%;
    display: block;
}
#category_item_boxes .cat-img-container{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5f5f5;
}
#category_item_boxes .cat-title{
    margin-top: 7px;
    text-align: center;
    margin-bottom: 7px;
    position: absolute;
    top: 110px;
    width: 100%;
    padding: 5px;
    display: none;
}
#category_item_boxes .cat-title a{
    background-color: #ffffff;
    padding: 30px 45px;
    
}
#category_item_boxes .item-box{
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
.pvs-load-more-btn {
    background-color: #9F9989 !important;
    border-color: #9F9989 !important;
    color: #fff !important;
}

/*Overlay css*/
.img-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    vertical-align: middle;
    display: none;
    height: 70%;
}
.img-overlay-loader {
    display: table;
    width: 100%;
    height: 100%;
}
.img-overlay-loader i {
    display: block;
    position: absolute;
    /* vertical-align: middle; */
    /* text-align: center; */
    font-size: 40px;
    /* margin-top: 10%; */
    top: 40%;
    left: 47%;
}
.img-overlay-loader p{
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    margin-top: 50%;
}
#artist_selector ul.dd-options, #cats ul.dd-options, #artist ul.dd-options, .menu-publisher ul.submenu, #publisher_id ul.dd-options {
    height: 300px;
    overflow-y: auto;
}
#modal_lightbox{
    height: auto;
}

.about-artist{
    padding: 20px;
    border: 1px solid black;
    margin-top: 20px;
    margin-bottom: 20px;

}
.about-artist img{
    margin-bottom: 10px;
}
.cart-notification{
    padding: 5px 15px;
    background-color: #e9ecef;
    border-top: 3px solid #ba8817;
      margin-bottom:20px;
        margin-left: 20px;
    margin-right: 20px;
}
.cart-notification h3{
    font-size:20px !important;
    margin-top: 5px !important;
    display:inline-block;
    margin-bottom: 10px;
}
.cart-notification a{
    text-decoration:none;
    display:inline-block;
    float:right;
}
.cart-notification i{
      display: inline-block;
    color: green;
    margin-right: 15px
}
.select2-container .select2-selection--single{
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 34px !important;
    width: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #000 transparent transparent transparent !important;
}
.artist_list{
    
    font-size: 16px;
    font-weight: 500;
}
.dinamic_preview img{
    cursor: pointer;
    max-height: 700px;
    text-align: center;
    margin: auto;
}
.cart-wrapper{
    display: none;
}