:root {
    --border-color: #e9e9e9;
    --border-color-gray: #dddddd;
    --theme-color: #222529;
    --black: #000000;
    --white: #ffffff;
    --label-color: #777777;
}

.brand-brand-index #maincontent{
    padding-top: 0;
}
section.artwork-banner {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
}

.artwork-banner .banner {
    width: 100%;
}

.artwork-banner div.banner {
    margin-bottom: 40px;
}

.store-section .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.store-section .col {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.avtar-detail {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.avtar-detail .avtar-left,
.avtar-detail .product-artwork-counter {
    width: 100%;
}

.avtar-detail .avtar-left {
    align-items: center;
}

.avtar-detail .avtar-left .media img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
}

.avtar-detail .avtar-left .avtar-name {
    margin-left: 10px;
}

.avtar-detail .avtar-name .title {
    margin: 0;
}

.avtar-content .toggle-btn {
    text-align: center;
}

.avtar-content .toggle-btn a.toggle {
    border-bottom: 1px solid #333333;
    margin-top: 10px;
    display: inline-block;
}

.avtar-content .toggle-btn a.toggle:hover {
    color: var(--theme-color);
    opacity: 0.9;
}

.product-artwork-counter {
    margin-top: 20px;
}

.product-artwork-counter ul {
    margin: 0;
    padding: 0;
}

.product-artwork-counter ul li {
    list-style: none;
    padding: 0 25px 0 0;
    margin-right: 25px;
    border-right: 1px solid var(--border-color-gray);
}

.product-artwork-counter ul li:last-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.product-artwork-counter .count {
    font-size: 30px;
    font-weight: 600;
    display: block;
    text-align: center;
    color: var(--theme-color);
}

.avtar-content {
    margin-top: 17px;
    color: #7E7E7E;
    line-height: 26px;
}

.avtar-content div {
    margin: 0;
}

.store-section {
    margin-top: 20px;
}

.store-section .products {
    margin-top: 20px;
}

.store-section .toolbar-products {
    display: flex;
    align-items: center;
}

.store-section .tab-content {
    border: none;
}

.store-section .tabs-main {
    border-bottom: 1px solid var(--border-color-gray);
    margin-bottom: 26px;
}

.store-section .tabs-main .tabs-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.store-section .tabs-main .tabs-items li {
    margin-right: 15px;
    margin-bottom: 0;
}

.store-section .tabs-main .tabs-items li a {
    position: relative;
    padding: 10px;
    display: inline-block;
    color: var(--theme-color);
    font-weight: 600;
}

.store-section .tabs-main .tabs-items li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--theme-color);
    opacity: 0;
}

.store-section .tabs-main .tabs-items li.active a:after {
    opacity: 1;
}

.store-section .tabs-main .tabs-items li.active a {
    color: var(--white);
    background-color: var(--theme-color);
}

.brand-brand-index .store-section .toolbar-products {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.store-section .tab-content .action.tocart i {
    margin-right: 4px;
}

.store-section .tab-content .product-item-actions {
    margin-bottom: 0;
}

.store-section .toolbar-products .sorter-options {
    color: #7E7E7E;
    height: 34px;
}

.store-section .modes-mode {
    border: none;
}

.toolbar.toolbar-products select {
    border: 1px solid var(--border-color);
}
.product-item-info.type3 .product-item-photo, 
.filterproducts .product-item-info .custom-product-img, 
.more-product-item>a{
    border: 1px solid var(--border-color);
    padding: 5px;
    border-radius: 5px;
}
.filterproducts .product-item-info{
    text-align: left;
}
.filterproducts .product-item-info .custom-product-img{
    margin-bottom: 15px;
}
.product-item-info.type3 .product-item-actions .actions-primary .tocart {
    right: 0px;
    top: 6px;
}
.product-item-info.type3 .product-item-actions .actions-primary .list-design-button{
    opacity: 0;
    visibility: hidden;
}
.product-item-info.type3:hover .product-item-actions .actions-primary .list-design-button{
    opacity: 1;
    visibility: visible;
}
.product-item-info:hover .product-item-photo:not(.porto-tb-featured-image){
    box-shadow: none;
}
.action.primary.list-design-button {
    position: absolute;
    right: 0px;
    top: 48px;
    padding: 0;
    text-align: center;
    color: #333;
    border: 1px solid var(--border-color-gray);
    border-radius: 30px;
    background-color: var(--white);
    width: 36px;
    height: 36px;
    line-height: 34px;
    z-index: 3;
    transition: .25s;
}
.action.primary.list-design-button:hover{
    background-color: var(--theme-color);
    color: var(--white);
}
.toolbar-products .pages{
    display: inline-block;
}
/* artwork css */
.artwork-banner-detail h2 {
    margin-bottom: 5px;
}

.artwork-banner-detail .artwork-price span.price {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #fdab01;
}

.artwork-banner-detail .social-main .social {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.artwork-banner-detail .social-main .social .social-title {
    margin-right: 20px;
    display: none;
}

.artwork-banner-detail .social-main .social li {
    margin-right: 8px;
    margin-bottom: 0;
}

.artwork-banner-detail .social-main .social li a {
    background-color: #fdab01;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.artwork-banner-detail .social-main .social li a:hover {
    opacity: 0.9;
}

.artwork-banner-detail .social-main .social li a svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.artwork-banner-detail .social-main .social li a svg path {
    fill: #ffffff;
}

.artwork-banner-detail .artwork-dec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.artwork-banner-detail .artwork-gaite {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
}

.artwork-banner-section {
    background-color: #f7f7f7;
    position: relative;
    width: calc(100% + 30px);
    padding: 25px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.artwork-banner-section .artwork-banner {
    width: 100%;
    text-align: center;
}

.artwork-banner-section .artwork-banner img {
    max-width: 100%;
}

.artwork-banner-section .artwork-banner-detail {
    width: 100%;
    margin-top: 20px;
}

.artwork-gaite img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--border-color-gray);
}

.artwork-gaite .title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 15px;
    line-height: 22px;
}

.morecontent span {
    display: none;
}

.moreellipses {
    display: inline;
}

.show-all.morecontent span {
    display: inline;
}

.show-all.moreellipses {
    display: none;
}


.products-list .filterproducts .product-item-info .custom-product-img {
    border: none;
}

.products-list .product-item-name a{
    font-weight: 600;
    margin-bottom: 10px;
 }
 .products-list .price-box .price {
     color: #444;
     font-weight: 600;
     font-size: 1.125rem;
     line-height: 1;
 }
.header-contact .logout{
    display: none;
}
.header-contact .logout i {
    font-size: 24px;
    margin: 0;
    vertical-align: middle;
    transform: rotate(180deg);
    margin-left: 4px;
}
@media (min-width: 992px){
  .header-contact .logout{
     display: block;
  }
}

@media (min-width: 640px) {
    .product-artwork-counter {
        margin-top: 0;
    }
    .artwork-banner-section {
        flex-wrap: initial;
    }

    .artwork-banner-section .artwork-banner,
    .artwork-banner-section .artwork-banner-detail {
        width: 50%;
        margin-top: 0;
    }

    .product-artwork-counter ul li {
        padding: 0 45px;
        margin-right: 0;
    }

    .avtar-detail .avtar-left,
    .avtar-detail .product-artwork-counter {
        width: auto;
    }

    .artwork-banner-section .artwork-banner img {
        max-width: 80%;
    }
}

@media (min-width: 768px) {
    .breadcrumbs-wrapper {
        padding: 15px 30px;
    }

    .products.wrapper~.toolbar .limiter {
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .artwork-banner-detail .artwork-price span.price {
        font-size: 26px;
        line-height: 26px;
    }

    .artwork-banner-detail .artwork-dec {
        margin-top: 60px;
        flex-wrap: initial;
    }

    .artwork-banner-detail .social-main .social {
        margin-top: 0;
    }

    .artwork-banner-detail .artwork-gaite {
        margin-right: 30px;
    }

    .artwork-banner-section {
        padding: 30px 60px;
    }

    .artwork-gaite .title {
        max-width: 130px;
    }

    .artwork-banner-detail .social-main .social .social-title {
        display: inline-block;
    }
}

@media (min-width: 1400px) {
    .artwork-banner-section {
        padding: 45px 100px;
    }

    .artwork-banner-detail .artwork-price span.price {
        font-size: 30px;
    }

    .artwork-banner-detail .artwork-dec {
        max-width: 610px;
        justify-content: space-between;
    }

    .artwork-banner-detail .artwork-gaite {
        margin-right: 20px;
        width: auto;
    }

    .artwork-gaite .title {
        max-width: 230px;
    }

    .artwork-banner-section .artwork-banner img {
        max-width: 400px;
    }
}

.artworks.grid .list .item .product-item-info:hover .product-item-details {
    height: auto;
    opacity: 1;
}

.store-section .products.wrapper~.toolbar {
    justify-content: center;
}

.store-section .products.wrapper~.toolbar .pages {
    margin-left: auto;
    margin-right: auto;
}

.artwork-banner-detail h2 {
    margin-bottom: 20px;
} 
.more-product-container {
    margin-top: 30px;
}

.more-product-container .heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.more-product-container .heading .title {
    font-size: 26px;
    margin-bottom: 20px;
    width: 100%;
}

.more-product-container .heading .view-all {
    font-size: 18px;
    color: var(--theme-color);
}

.more-product-container .more-product {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.more-product-container .more-product .more-product-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.more-product-title {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
    margin-top: auto;
    width: 100%;
}

.more-product-container .more-product-item>a {
    margin-top: auto;
    margin-bottom: 15px;
}

@media (min-width: 640px) {
    .more-product-container .more-product .more-product-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .more-product-container .heading .title {
        margin-bottom: 30px;
        width: auto;
    }

    .more-product-container .heading {
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .more-product-container .more-product .more-product-item {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.view-type2 .close,
.view-type1 .close {
    display: none;
}

input[type='range'] {
    width: 100%;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: none;
}

input[type='range']::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background: var(--border-color-gray);
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track {
    background: none;
}

input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background: var(--theme-color);
    border: 2px solid var(--theme-color);
    border-radius: 25px;
    z-index: 1;
}

input[type='range']:nth-child(1)::-webkit-slider-thumb {
    z-index: 2;
}


.rangeslider {
    position: relative;
    height: 30px;
    width: 100%;
    display: inline-block;
}

.rangeslider input {
    position: absolute;
}

.rangeslider input:focus {
    outline: none;
    box-shadow: none;
}

.rangeslider span {
    position: absolute;
    margin-top: 30px;
    left: 0;
}

.rangeslider .right {
    position: relative;
    float: right;
    margin-right: -5px;
}


/* Proof of concept for Firefox */
@-moz-document url-prefix() {
    .rangeslider::before {
        content: '';
        width: 100%;
        height: 2px;
        background: #72A499;
        display: block;
        position: relative;
        top: 16px;
    }

    input[type='range']:nth-child(1) {
        position: absolute;
        top: 35px !important;
        overflow: visible !important;
        height: 0;
    }

    input[type='range']:nth-child(2) {
        position: absolute;
        top: 35px !important;
        overflow: visible !important;
        height: 0;
    }

    input[type='range']::-moz-range-thumb {
        position: relative;
        height: 15px;
        width: 15px;
        margin-top: -7px;
        background: #fff;
        border: 1px solid #72A499;
        border-radius: 25px;
        z-index: 1;
    }

    input[type='range']:nth-child(1)::-moz-range-thumb {
        transform: translateY(-20px);
    }

    input[type='range']:nth-child(2)::-moz-range-thumb {
        transform: translateY(-20px);
    }
}
.product-item-info.type3 .porto-tb-featured-image, .products-slider .product-item .product-item-info, .products-grid .product-image-photo.default_image, .products-grid .product-item-link  {
    height: 100%;
    display: block;
}

.products-list a.action.primary.list-design-button {
    position: initial;
    border-radius: 0;
    margin-left: 5px;
}
.store-section .products-grid .product-item-photo {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .artwork-banner .banner {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }
}
@media (max-width: 991px) {
    .brand-brand-index .mobile-sidebar, 
    .brand-artwork-index .mobile-sidebar
    {
        position: fixed !important;
        background: #fff;
        padding: 15px;
        border-right: 1px solid #ddd;
        margin-top: 0 !important;
        height: 100%;
        width: 260px;
        top: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        transition: transform 0.2s ease-in-out;
        max-height: 100dvh;
        overflow-y: auto;
        z-index: 9000;
    }
    .sidebar-open .mobile-sidebar {
        transition: transform 0.3s;
        transform: translateX(0) !important;
        z-index: 9000;
    }
    .pa-sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 100;
        display: none;
    }
    .sidebar-open .pa-sidebar-overlay {
        display: block;
    }
    .store-section ~ .toolbar-products .porto-product-filters-toggle, .store-section ~ .toolbar-products .toolbar-sorter {
        display: none !important;
    }
    .toolbar-products .pages{
        display: none;
    }
    .store-section ~ .toolbar-products .pages{
        display: inline-block;
        margin-right: auto;
    }
}
@media (max-width:767px) {
    .products-list .product-item-info{
        flex-wrap: wrap;
    }
    .products-list .product-item-info .prod-detail{
        width: 100%;
        flex: 0 0 100%;
    }
}
.store-section .products.product-items {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.products-grid .product-item .product-item-info {
     position: relative;
     height: 100%;
 }
.store-section .products-grid .product-item-photo {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
}
.store-section .products-grid .product-item-info>.porto-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: space-between;
}
.store-section .products-grid .product-item-details{
   margin-top: 10px;
}
.store-section .products-grid .product-image-photo.default_image{
   max-height: 270px;
   object-fit: contain; 
}
