:root {
    --font-family-primary: Roobert-Medium, Helvetica, sans-serif;
    --font-family-primary-semibold: Roobert-SemiBold, Helvetica, sans-serif;
    --font-family-primary-bold: Roobert-Bold, Helvetica, sans-serif;
    --color-danger-100: #FFF0EB;
    --color-danger-200: #FED2C7;
    --color-danger-300: #FEA395;
    --color-danger-400: #FD5A4E;
    --color-danger-500: #DF2A2A;
    --color-danger-600: #BB1B25;
    --color-danger-700: #931526;
    --color-neutral-100: #F4F4F5;
    --color-neutral-200: #E9E9EC;
    --color-neutral-300: #D7D7DB;
    --color-neutral-400: #B9B9C1;
    --color-neutral-500: #93939F;
    --color-neutral-600: #71717F;
    --color-neutral-700: #49495A;
    --color-neutral-800: #2B2B3B;
    --color-neutral-900: #151523;
    --color-neutral-500-a60: rgba(147, 147, 159, 0.6);
    --color-neutral-800-a20: rgba(43, 43, 59, 0.2);
    --color-neutral-800-a40: rgba(43, 43, 59, 0.4);
    --color-neutral-800-a60: rgba(43, 43, 59, 0.6);
    --color-neutral-800-a80: rgba(43, 43, 59, 0.8);
    --color-neutral-900-a10: rgba(21, 21, 35, 0.1);
    --color-neutral-900-a20: rgba(21, 21, 35, 0.2);
    --color-neutral-900-a40: rgba(21, 21, 35, 0.4);
    --color-neutral-900-a50: rgba(21, 21, 35, 0.5);
    --color-neutral-900-a60: rgba(21, 21, 35, 0.6);
    --color-neutral-900-a70: rgba(21, 21, 35, 0.7);
    --color-neutral-900-a80: rgba(21, 21, 35, 0.8);
    --color-primary-100: #F1F3FE;
    --color-primary-200: #D0D6FB;
    --color-primary-300: #99A7F5;
    --color-primary-400: #6C7EE4;
    --color-primary-500: #4E64DF;
    --color-primary-600: #374ECD;
    --color-primary-700: #2C30A5;
    --color-primary-800: #212478;
    --color-primary-900: #181A53;
    --color-primary-500-a10: rgba(78, 100, 223, 0.1);
    --color-primary-500-a25: rgba(78, 100, 223, 0.25);
    --color-primary-500-a70: rgba(78, 100, 223, 0.7);
    --color-success-100: #ECFEEC;
    --color-success-200: #D3FDD6;
    --color-success-300: #A3FAAF;
    --color-success-400: #63EE7F;
    --color-success-500: #25D454;
    --color-success-600: #1DB44F;
    --color-success-700: #178C46;
    --color-success-800: #0E5831;
    --color-success-900: #093520;
    --color-success-500-a10: rgba(37, 212, 84, 0.1);
    --color-warning-100: #FFFEEB;
    --color-warning-200: #FFF8C7;
    --color-warning-300: #FEE994;
    --color-warning-400: #FED35D;
    --color-warning-500: #FEB21B;
    --color-warning-600: #EE9001;
    --color-warning-700: #D06F01;
    --color-warning-800: #984701;
    --color-accent-orange-100: #FFF2EB;
    --color-accent-orange-200: #FFDDCC;
    --color-accent-orange-300: #FFB899;
    --color-accent-orange-400: #FF8D5C;
    --color-accent-orange-500: #FF6929;
    --color-accent-orange-600: #F54900;
    --color-accent-orange-700: #CC3600;
    --color-accent-orange-800: #8F2600;
    --color-accent-orange-900: #4D1400;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-white-a10: rgba(255, 255, 255, 0.1);
    --color-white-a20: rgba(255, 255, 255, 0.2);
    --color-white-a40: rgba(255, 255, 255, 0.4);
    --color-white-a60: rgba(255, 255, 255, 0.6);
    --color-white-a80: rgba(255, 255, 255, 0.8);
    --color-white-a90: rgba(255, 255, 255, 0.9);
    --color-link-500: #4E64DF;
    --color-link-600: #374ECD;
}

a:hover,
a:focus {
    color: var(--color-primary-500);
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

b {
    font-weight: 500;
}



header {
    margin-bottom: 16px;
}

.common-home header {
    margin-bottom: 0px;
}

header .header-top-wrapper {
    display: grid;
    grid-template-areas:
        'menu logo  actions'
        'search search search';
    padding-top: 24px;
    padding-bottom: 24px;
    grid-row-gap: 12px;
    grid-template-columns: min-content max-content auto max-content;
}

header .header-top-wrapper::after,
header .header-top-wrapper::before {
    content: none;
}

.btn-primary {
    background-color: var(--color-primary-500);
    border-color: var(--color-primary-500);
}

.btn-link {
    color: var(--color-primary-500);
}

.btn-link:hover {
    color: var(--color-primary-600);
}

.btn-ai {
    color: var(--color-white);
    background-image: linear-gradient(45deg, #1a00ff, #ed00ff);
    transition: all 0.3s ease;
    border: none;
    font-weight: bold;
    transition: all 0.3s ease;
    padding: 0px 6px;
    font-style: italic;
    padding: 8px 16px;
}

.btn-ai:hover {
    background-image: linear-gradient(45deg, #ed00ff, #1a00ff);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-switch {
    height: 30px;
    width: 64px;
    background-image: url(../image/btn-switch.png);
    background-repeat: no-repeat;
    background-position: -66px 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: none;
}

.btn.btn-switch.active {
    background-image: url(../image/btn-switch.png);
    background-position: 0;
}

.btn.btn-switch:active {
    background-image: url(../image/btn-switch.png);
}

.position_relative {
    position: relative;
}

.input-group-addon:first-child {
    border-radius: 5px 0 0 5px;
}


.header-top-logo {
    grid-area: logo;
    align-self: center;
}

.header-top-menu {
    grid-area: menu;
    align-self: center;
}

.header-top-actions {
    grid-area: actions;
    align-self: center;
}

.header-top-search {
    grid-area: search;
    text-align: center;
}

.header-top-action {
    grid-area: actions;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 16px;
}

#logo img {
    height: 35px;
}

#cart .btn-lg {
    padding-left: 0;
    padding-right: 0;
}

.header-bottom {
    background: #232F3E;
}

.home-content-top {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #151523;
    position: relative;
}


.home-content-top::before {
    content: " ";
    display: block;
    background: #fff;
    height: 300px;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-content-top::after {
    content: " ";
    display: block;
    background: #151523;
    height: 170px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 135px;
    border-radius: 0 0 20px 20px;
    box-shadow: 1px 3px 6px 0 rgba(21, 21, 35, 0.4);
}

#slideshow0 img.home-banners-swiper {
    border-radius: 12px;
}

.form-control {
    color: #000;
}

.mega-navbar {
    padding: 0;
    margin: 0;
    display: flex;
}

.mega-navbar a:hover {
    color: var(--color-primary-500);
}

.mega-navbar .mega-navitem a.mega-navitem-title {
    padding: 10px 20px;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.3s;
    cursor: pointer;
}

.mega-navbar .mega-navitem a.mega-navitem-title:hover {
    background-color: #37475A;
}

.mega-navitem {
    position: relative;
}

.mega-navitem:hover .mega-navitem-sub {
    display: block;
}

.mega-navitem-sub::before {
    content: " ";
    position: absolute;
    top: -20px;
    left: 0;
    height: 24px;
    right: 0;
}

.mega-navitem-sub::after {
    content: " ";
    position: absolute;
    top: -6px;
    left: 130px;
    z-index: 999999999;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #37475A;
    border-bottom: 10px solid #37475A;
}

.mega-navitem-sub {
    position: absolute;
    top: 100%;
    left: -50%;
    z-index: 999;
    display: none;
    min-width: 250px;
    padding: 20px;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border-radius: 12px;
    background: #37475A;
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
    margin-top: 8px;
}

.mega-navitem-sub.left-mega-navitem {
    left: 0;
}

.mega-navitem-sub.left-mega-navitem::after {
    left: 32px;
}

.mega-navitem-sub.right-mega-navitem {
    right: 0;
}

.mega-navitem-sub.right-mega-navitem::after {
    right: 36px;
    left: auto;
}

#topics-mega {
    min-width: 480px;
    left: -236%;
}

.artists-box-title,
.topics-box-title {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: bold;
}

.topics-box-items,
.mnmd-topics-box-items,
.fast-topics-box-items {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.mnmd-topics-box-items {
    height: 68px;
    overflow-x: auto;
}

.topics-box-items a,
.fast-topics-box-items a {
    color: #fff;
    border: 2px solid var(--color-primary-400);
    border-radius: 30px;
    padding: 2px 10px;
    text-transform: capitalize;
}

.mnmd-topics-box-items a {
    color: #fff;
    border: 2px solid var(--color-primary-400);
    border-radius: 30px;
    padding: 0px 8px;
    font-size: 13px;
    text-transform: capitalize;
}

.mnmd-topics-box-items a:hover {
    background-color: var(--color-primary-400);
    color: #fff;
}

.mnmd-offcanvas__section {
    height: calc(100% - 50px);
    overflow: auto;
}

.fast-topics-box-items a:hover {
    background-color: var(--color-primary-400);
    color: #fff;
}


.topics-box-items a:hover {
    color: #fff;
    background-color: var(--color-primary-400);
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.fast-topics-box-items {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.fast-topics-box-items a {
    white-space: nowrap;
}

.products-box-item a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.16s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 8px 0;
}

.products-box-item a:hover {
    color: #fff;
    background-color: var(--color-primary-500);
    padding-left: 8px;
}

#products-mega {
    min-width: 320px;
}

#artists-mega {
    min-width: 480px;
}

#designs-mega {
    min-width: 522px;
}


.mnmd-artists-box-items,
.mnmd-designs-box-items,
.artists-box-items,
.designs-box-items {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.mnmd-artists-box-items {
    overflow-x: auto;
}

.mnmd-artists-box-items a:hover {
    color: var(--color-primary-500);
}

.mnmd-designs-box-items {
    overflow-x: auto;
}

.artists-item,
.designs-item,
.mnmd-designs-item {
    width: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.designs-item {
    width: 148px;
    height: auto;
}

.mnmd-designs-item {
    width: 110px;
    height: auto;
}

.artists-item-avatar {
    width: 48px;
    height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary-500);
    border-radius: 50%;
    text-transform: uppercase;
}

.artists-item-avatar a {
    display: block;
    width: 100%;
}

.artists-item-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.designs-item-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-color: #FEBD69;
}

.artists-item-name,
.designs-item-name a {
    display: block;
    line-height: 32px;
    width: 60px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.designs-item-name a {
    width: 148px;
}

.mnmd-designs-item .designs-item-name a {
    width: 110px;
}

.mnmd-designs-item .designs-item-name a:hover {
    color: var(--color-primary-500);
}


.artists-item-avatar span {

    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.flex-wrap {
    flex-wrap: wrap;
}


body.mnmd-offcanvas-open {
    overflow: hidden;
}

.mnmd-offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99998;
}

.js-mnmd-offcanvas-toggle {
    padding-left: 6px;
    padding-right: 12px;
}

.js-mnmd-offcanvas-toggle i {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.mnmd-offcanvas,
.mnmd-offcanvas-right {
    max-width: 100%;
    width: 360px;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    background: #232F3E;
    z-index: 99999;
    /* bootstrap modal */
    -webkit-transform: translate(-101%, 0);
    -moz-transform: translate(-101%, 0);
    -ms-transform: translate(-101%, 0);
    -o-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -moz-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

.mnmd-offcanvas-right {
    left: auto;
    right: 0;
    width: 360px;
    transform: translate(101%, 0);
}



.mnmd-offcanvas-close {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 14px;
    right: 12px;
    bottom: auto;
    left: auto;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
}

.mnmd-offcanvas-close:hover {
    color: #fff;

}

.mnmd-offcanvas.is-active,
.mnmd-offcanvas-right.is-active {
    box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mnmd-offcanvas__title {
    position: relative;
    padding: 12px 50px 12px 12px;
    font-size: 14px;
    background: #131921;
}

.mnmd-offcanvas__section {
    padding: 12px;
}

.mega-category-box {
    display: flex;
    justify-content: space-between;
}

.mega-category-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    color: var(--color-white);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.mega-category-arrow i {
    font-size: 20px;
}

.mega-category-arrow.active {
    transform: rotate(90deg);
}

.mega-category-title,
.mnmd-item-title {
    font-size: 20px;
    font-weight: bold;
    margin: 3px 0;
    color: #fff;
    display: block;
}

.mega-subcategory-box {
    display: none;
}

.mega-subcategory-box-items {
    padding-left: 16px;
}

.mega-subcategory-box-item a {
    color: var(--color-white);
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

.mega-subcategory-box-item a:hover {
    color: var(--color-primary-400);
}

.mnmd-item-title:hover {
    color: #fff;
}

.mnmd-item {
    padding: 12px 0;
    border-bottom: 1px solid #334151;
}

#mnmd-logo img {
    height: 24px;
}

#main-mega-nav {
    display: none;
}


.swiper-contents {
    position: relative;
}

.radius_12 a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.styles_nowrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.image_zoom_05 img {
    transition: all 0.2s ease-in-out;
}

.image_zoom_05 img:hover {
    transform: scale(1.05);
}

.items-name {
    margin-bottom: 0;
}

.items-name a {
    font-weight: 500;
    color: #151523;
}


.price {
    font-size: 15px;
    font-weight: bold;
    color: var(--color-neutral-900);
}

.price .price-new {
    font-size: 15px;
    font-weight: bold;
    color: var(--color-accent-orange-600);
}

.price .price-old {
    font-size: 13px;
    color: var(--color-neutral-500);
    text-decoration: line-through;
    font-weight: normal;
}

.designer {
    font-size: 13px;
}


.pagination>li>a,
.pagination>li>span {
    width: auto;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    padding-right: 12px;
    padding-left: 12px;
}

.home-mega-banner {
    position: relative;
    z-index: 10;
}

.mega-main-banner {
    position: relative;
}

.mega-main-banner a,
.mega-main-banner a picture {
    display: block;
}

.mega-main-banner picture img {
    aspect-ratio: 1.25;
    border-radius: 12px;
    height: inherit;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.mega-list-banner {
    display: grid;
    grid-gap: 20px;
    margin-top: 20px;
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(240px, 1fr));
}

.mega-list-banner picture img {
    aspect-ratio: 1.35;
    border-radius: 12px;
    height: inherit;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.mega-list-item {
    position: relative;
}

.mega-list-item a,
.mega-list-item a picture {
    display: block;
    height: 100%;
}

.mega-banner-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.mega-banner-content h2 {
    color: #fff;
    font-size: 20px;
    text-shadow: 4px 4px 6px #00000042
}

.mega-main-banner-content h2 {
    font-size: 36px;
}

a.mega-banner-btn {
    color: #000000;
    border-radius: 12px;
    font-weight: 500;
    background: #fff;
    padding: 6px 16px;
    font-size: 13px;
    text-decoration: none;
    margin-top: 12px;
    display: inline-block;
}

a.mega-banner-btn:hover {
    background-color: var(--color-primary-500);
    color: #fff;
}


.box.module-section {
    padding: 0;
    margin-top: 0;
    margin-bottom: 36px;
}

.service-advantages-items {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px;
}


.service-icon {
    padding: 0 12px;
}

.service-advantages-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.service-advantages-contents {
    padding: 24px 0;
    background: #F6F6F6;
    border-radius: 12px;
}

#content h3.service-advantages-title {
    margin-top: 12px;
    margin-bottom: 6px;
}

.service-advantages-description {
    font-size: 13px;
}

.artist-background {
    background-color: #F6F6F6;
    border-radius: 12px;
    min-height: 160px;
}

.artist-background img {
    object-fit: cover;
    width: 100%;
    min-height: 160px;
    max-height: 160px;
}

.artist-avatar {
    position: relative;
}

.artist-avatar a {
    display: block;
}

.artist-avatar img,
.artist-avatar span {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    border-radius: 50%;
    height: 64px;
    width: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
    outline: 0;
    border: 2px solid #FFFFFF;
}

.artist-avatar span {
    display: flex;

    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: var(--color-primary-500);
}

.artist-caption {
    padding: 16px;
    padding-top: 42px;
    padding-bottom: 24px;
}

.artist-caption h4 {
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}

.artist-button {
    margin-top: 20px;
    text-align: center;
}

.artist-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 40px;
    padding: 0 16px;
    background-color: #F6F6F6;
    border-radius: 24px;
    color: #151523;
}

.artist-link-button:hover {
    background-color: var(--color-primary-600);
    color: #FFFFFF;
}

.tag-relateds {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
}

.tag-relateds .tag-item {
    display: inline-block;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 3px 16px;
    background-color: var(--color-primary-500);
    color: var(--color-white);
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}

.tag-relateds .tag-item:hover {
    background-color: var(--color-primary-600);
}

.department-item h3 {
    font-size: 18px;
    font-weight: bold;
}

.department-categories {
    padding-left: 12px;
}

.department-categories ul a {
    padding: 3px 0;
    display: block;
    margin-left: 18px;
}

.department-categories ul a.active {
    color: var(--color--primary-600);
    font-weight: bold;
}

.list-group a.related-tag {
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 6px;
}

.design-pick-by-item .image_wrapper .image a {
    background-color: #FEBD69;
}

.filter-items .filter-item {
    display: inline-block;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 3px 16px;
    border: 2px solid var(--color-primary-500);
    color: var(--color-primary-600);
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}

.filter-items .filter-item.active {
    background-color: var(--color-primary-500);
    color: var(--color-white);
}

.filter-items .filter-item:hover {
    background-color: var(--color-primary-500);
    color: var(--color-white);
}

.filter-items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 6px;
}

.designer-background {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    background: url("../image/designer_bg.jpg") repeat center center;
    background-color: #F4F4F4;
}

.designer-background img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.designer-avatar {
    position: relative;
}

.designer-avatar img,
.designer-avatar span {
    position: absolute;
    top: -40px;
    left: calc(50% - 43px);
    border-radius: 50%;
    height: 86px;
    width: 86px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
    outline: 0;
    border: 3px solid var(--color-primary-500);
    padding: 3px;
    background: #fff;
}

.designer-avatar span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: var(--color-primary-500);
}

.designer-name {
    margin-top: 60px;
    text-align: center;
    font-size: 32px;
}

.designer-header {
    margin-bottom: 32px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: var(--color-primary-500);
    border-color: var(--color-primary-500);
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: var(--color-primary-500);
    border-color: var(--color-primary-500);
    cursor: default;
}

.input-boxs-items,
.input-color-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.input-boxs-item {
    cursor: pointer;
    font-weight: 500;
    border: 2px solid #D6DADF;
    border-radius: 12px;
    padding: 5px 12px 3px 12px;
    min-width: 45px;
    text-align: center;
}

.input-boxs-item:hover {
    background-color: #F3F3F5;
}

.input-boxs-item.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.input-color-name {
    display: none;
}

.input-color-item {
    padding: 2px;
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

.input-color-item img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.input-color-item img.White,
.input-color-item #color-option-1 {
    border: 1px solid #D7D7DB;
}


.input-color-item:hover {
    outline: 2px solid #D6DADF;
}

.input-color-item.active {
    outline: 2px solid #000;
}

.option-text {
    font-size: 12px;
    font-weight: normal;
}

#content ul#price-box {
    display: flex;
    padding: 0;
    margin: 0;
    margin: 20px 0;
}

.additional-img-block img {
    opacity: 0.4;
    cursor: pointer;
}

.swiper-slide-thumb-active .additional-img-block img {
    opacity: 1;
}

.main-img-swiper-next,
.main-img-swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background-color: #fff;
    z-index: 12;
}

.main-img-swiper-next.swiper-button-disabled,
.main-img-swiper-prev.swiper-button-disabled {
    background-color: #D6DADF;
    pointer-events: none;
    color: #9695A8;
}



.main-img-swiper-next i,
.main-img-swiper-prev i {
    font-size: 16px;
    font-weight: bold;
}

.main-img-swiper-next:hover,
.main-img-swiper-prev:hover {
    background-color: #FEBD69;
    color: #000;
}

.main-img-swiper-prev {
    right: auto;
    left: 12px;
}

#main-swiper-container {
    margin-bottom: 18px;
    width: 100%;
}

#additional-swiper-container {
    display: none;
    margin-bottom: 18px;
    width: 64px;
    height: 320px;
    padding: 4px;
}

picture img {
    pointer-events: none;
}

.main-img-block,
.additional-img-block {
    border-radius: 12px;
    overflow: hidden;
}

.producct-option .form-group {
    margin-bottom: 0px;
}

.producct-option {
    margin-bottom: 20px;
    position: relative;
}

.size-guide {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    right: 0;
    color: var(--color-primary-500);
    text-decoration: underline;
    cursor: pointer;
}



.fit-products {
    display: flex;
}

.fit-product {

    margin-right: 12px;
    display: flex;
    border: 2px solid #D6DADF;
    border-radius: 12px;
    padding: 6px;
    padding-bottom: 0;
    flex-direction: column;
}

.fit-product.active {
    border-color: #000;
}

.fit-products-box {
    margin-bottom: 24px;
}

.fit-products-box h4 {
    margin: 0;
    margin-bottom: 8px;
}

.fit-product span {
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

.fit-product img {
    max-width: 75px;
    border-radius: 12px;
}

#product-info-container {
    margin-bottom: 36px;
}

#product-description p {
    background: #F6F6F6;
    border-radius: 12px;
    padding: 12px;
}

.designer-contents {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.designer-contents .designer-avatar img,
.designer-contents .designer-avatar span {
    position: initial;
    width: 64px;
    height: 64px;
}

.designer-contents .designer {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
}

.designer-contents .designer a {
    font-weight: bold;
}

#mnmd-offcanvas-cart-primary {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.mnmd-offcanvas__content {
    height: 100%;
    padding-top: 12px;
}

.mnmd-offcanvas-header {
    font-weight: bold;
    color: #fff;
}

.widget_shopping_cart_content {
    padding-bottom: 210px;
    height: 100%;
    position: static;
}

.widget_shopping_cart_footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 24px;
    padding-top: 0px;
}

.widget_shopping_cart_lists {
    height: 100%;
    overflow-y: auto;
}

.widget_shopping_cart_lists {
    padding-left: 16px;
    padding-right: 16px;
}

.widget_shopping_cart_item {
    display: flex;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 16px;
}

.widget_shopping_cart_item_thumbnail {
    width: 30%;
}

.widget_shopping_cart_item_summary {
    width: 70%;
}

.widget_shopping_cart_item_name a {
    display: block;
    line-height: 21px;
    font-size: 14px;
    height: 42px;
    overflow: hidden;
    font-weight: 500;
}

.widget_shopping_cart_item_qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget_shopping_cart_item_option {
    line-height: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.customNavigation {
    position: absolute;
    z-index: 9;
    top: -53px;
    width: 40px;
    right: 0;
    direction: ltr !important;
}

.customNavigation a {
    font-size: 0;
    position: absolute;
    font-weight: 300;
    height: 30px;
    width: 20px;
    line-height: 27px;
    padding: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.customNavigation a:hover {
    border-color: #000;
}

.footer-guarantee-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}


.footer-guarantee-image .teehub img {
    height: 108px;
    width: auto;
}

.footer-guarantee-headline h4 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.footer-guarantee-headline p {
    text-align: center;
    color: #fff;
}

.toggle .mobile_togglemenu {
    display: block;
    cursor: pointer;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    padding: 0 0 15px;
    position: absolute;
    right: 0px;
    top: 5px;
}

.toggle {
    background: none;
    padding: 10px 0px;
    margin: 0 auto;
}


#footer .mobile_togglemenu:hover {
    text-decoration: none;
}

.toggle .mobile_togglemenu:before {
    color: #000;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 400;
    height: 20px;
    margin: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 5px;
    width: 20px;
}

.active .mobile_togglemenu:before {
    content: "\f106";
}


.product-images-block {
    display: block;
    width: auto;
}

.wish_comp {
    display: none;
}

#share-comp {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.share-label {
    font-weight: bold;
    color: var(--color-black);
}

.addthis_toolbox {
    display: flex;
    align-items: center;
    gap: 6px;
}

.addthis_toolbox a img {
    width: 32px;
    height: 32px;
}

.modal-body-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F6;
    padding: 6px 0;
    margin-bottom: 8px;
}

.modal-content {
    border-radius: 12px;
}

#size-guide-modal .table-responsive {
    overflow: auto;
}

#size-guide-modal .table {
    margin-bottom: 8px;
}

#product-tags {
    margin-bottom: 24px;
}

#product-tags p {
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
}

#product-tags a {
    color: #000;
    padding-right: 12px;
    font-size: 12px;
    line-height: 20px;
    border: 2px solid var(--color-primary-500);
    border-radius: 30px;
    padding: 2px 10px;
    text-transform: capitalize;
    white-space: nowrap;
}

#product-tags a:hover {
    background-color: var(--color-primary-500);
    color: #fff;
}

.art-tag {
    margin-bottom: 8px;
    display: inline-block;
}

.art-tag strong {
    text-transform: capitalize;
    color: var(--color-primary-500);
}

.art-tag strong:hover {
    color: var(--color-primary-600);
}

.tips-lead {
    border-radius: 12px;
    background-color: var(--color-primary-500);
    margin: 24px 0;
    padding: 24px;
    color: var(--color-white);
    font-weight: bold;
}

.header-myaccounts {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-myaccounts .header-ac-links {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 2px 16px 3px 16px;
    border-radius: 24px;
    transition: all 0.3s;
}

.header-myaccounts .header-ac-links:hover {
    background-color: #37475A;
}

.btn-upload-art {
    background: var(--color-warning-500);
    font-weight: bold;
    color: var(--color-neutral-900);
    border-radius: 12px;
    padding: 6px 18px;
    border: none;
    cursor: pointer;
}

.btn-upload-art:hover {
    background-color: var(--color-warning-400);
    color: var(--color-neutral-800);
}

.faqs-container {
    padding: 48px 0;
}

#content .faqs-title h3 {
    font-size: 18px;
    margin: 0;
    flex: 1 1 auto;
}

.faqs-item {
    border-bottom: 1px solid #E9ECEF;
}

.faqs-item .faqs-title {
    display: flex;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
}

.faqs-content {
    padding: 12px 30px;
    display: none;
}

.faqs-item .faqs-quote {
    display: flex;
    align-items: flex-start;
    padding: 0 8px;
    align-self: flex-start;
    color: var(--color-primary-400);
}

.faqs-icon {
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    transition: all 0.3s;
}

.faqs-item.active .faqs-icon {
    transform: rotate(180deg);
}

.reviews-text {
    margin: 36px 0;
    background-color: var(--color-primary-500);
    border-radius: 12px;
    padding: 12px;
    color: var(--color-white);
    font-weight: bold;
    padding: 24px;
}

#searchbox .dropdown-menu {
    border-radius: 6px;
    text-align: left;
    left: 0;
    right: 0;
    box-shadow: 0 10px 20px rgba(68, 68, 68, 0.2);
}

#searchbox .dropdown-menu>li>a {
    text-transform: capitalize;
}

#searchbox .dropdown-menu>li>a:hover {
    background-color: #E9E9EC;
}


.designer-social-links {
    display: flex;
    gap: 6px;
    justify-content: center;
    padding: 12px 0;
}

.designer-social-links a img {
    width: 36px;
}

.artist-signup-tip {
    margin-bottom: 20px;
}

.artist-signup-tip-content {
    padding: 18px;
    background-color: #232F3E;
    border-radius: 12px;
    font-weight: bold;
}

.artist-signup-tip-stack {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.artist-signup-tip__text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 18px;
    color: var(--color-warning-500);
}

.artist-signup-tip__button a.btn {
    color: #fff;
    border-radius: 12px;
    background: var(--color-primary-500);
    border: none;
}

.artist-signup-tip__button a.btn:hover {
    background-color: var(--color-primary-400);
}


.designer-join-box {
    padding: 40px 0;
}

.designer-join-box h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 48px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.designer-join-box p {
    font-size: 16px;
    color: var(--color-white);
}

.account-designer_join header {
    margin-bottom: 0;
}

.account-designer_join footer {
    margin-top: 0;
}

.designer-join-create {
    background: url(../image/create_bg.jpg) no-repeat center center #161651;
    background-size: cover;
}

.designer-join-create h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 24px;
}

.designer-join-create p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
}

.join-create-form {
    padding: 30px 0;
}

.join-create-form h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 0;
}

.join-create-form #email {
    height: 60px;
    border-radius: 12px;
}

.join-create-form .btn-orange {
    background-color: var(--color-warning-600);
    border-color: var(--color-warning-600);
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 12px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    border-radius: 12px;
}

.join-create-form .btn-orange:hover {
    background-color: var(--color-warning-700);
    border-color: var(--color-warning-700);
}

.join-create-form span {
    color: var(--color-white);
    font-weight: bold;
}

.join-create-form span a {
    color: var(--color-warning-600);
    font-weight: bold;
    text-decoration: underline;
}

.designer-join-works {
    background-color: #F4F4F5;
    text-align: center;
}

.designer-join-works p {
    color: var(--color-black);
    font-size: 16px;
}

.join-works-step {
    padding: 20px;
}

.join-works-step img {
    height: 120px;
    width: auto;
}

.designer-join-works .join-works-step p {
    font-weight: normal;
    color: var(--color-black);
    font-size: 16px;
}

.designer-join-types {
    background-color: #FF5A00;
}

.designer-join-types h2 {
    color: #fff;
}

.designer-join-types .product-types-row {
    max-width: 1000px;
    margin: auto;
    margin-top: 60px;
}

.join-types-item h3 {
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 24px;
    color: #fff;
    background-color: #200B00;
}

.designer-join-earnings {
    background: url(../image/earnings_bg.jpg) no-repeat center center #161651;
    background-size: cover;
}

.designer-join-earnings p {
    color: #000;
}

.designer-join-earnings .table-earnings {
    max-width: 970px;
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    margin: auto;
    margin: 36px auto;
}


.designer-join-earnings .table-earnings table {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

.designer-join-earnings .table-earnings table th {
    background-color: #200B00;
    color: #fff;
    font-weight: bold;
    border-bottom: none;
}

.designer-join-earnings .table-earnings table th:first-child {
    border-radius: 12px 0 0 12px;
}

.designer-join-earnings .table-earnings table th:last-child {
    border-radius: 0 12px 12px 0;
}

.all-earnings {
    padding: 12px;
}

.designer-join-artists {
    background-color: #000;
}

.designer-join-artists .artists-avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 60px;
}

.designer-join-artists .artists-avatars img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    border: 4px solid #fff;
    transition: all 0.2s ease-in-out;
}

.designer-join-artists .artists-avatars .active img {
    transform: scale(1.25);
    border-color: var(--color-primary-500);
}

#quote-swiper-container {
    color: #fff;
    max-width: 780px;
    text-align: center;
}

#quote-swiper-container blockquote {
    border: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}

#quote-swiper-container cite {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.designer-join-start {
    background: url(../image/start_bg.jpg) no-repeat center center #161651;
    background-size: cover;
    text-align: center;
}

.designer-join-start h1.join-start-title {
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

#btn-register-now {
    margin-top: 36px;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    border-radius: 12px;
    text-transform: uppercase;
}



@media (min-width: 1024px) {

    .artist-signup-tip-stack {
        flex-direction: row;
        gap: 40px;
    }

    .artist-signup-tip__text {
        flex-direction: row;
        gap: 6px;
    }

    .designer-join-box {
        padding: 80px 0;
    }

    .designer-join-box h2 {
        font-size: 42px;
        line-height: 84px;
    }

    .designer-join-box p {
        font-size: 20px;
    }


    .designer-join-create {
        padding: 120px 0;
    }

    .designer-join-create h1 {
        font-size: 50px;
        line-height: 64px;
    }

    .designer-join-create p {
        font-size: 18px;
    }

    .join-create-text {
        padding-right: 60px;
    }

    .join-create-form {
        padding: 0;
    }

    .join-works-step img {
        height: 200px;
        width: auto;
    }

    .join-types-item h3 {
        font-size: 20px;
    }

    .designer-join-start h1.join-start-title {
        font-size: 60px;
        line-height: 80px;
    }

    #btn-register-now {
        margin-top: 60px;
        font-size: 36px;
        line-height: 60px;
        padding-left: 48px;
        padding-right: 48px;
    }



}


.account-heading {
    background-color: var(--color-neutral-200);
    border-bottom: 1px solid #e9e9ec;
    height: 60px;
    display: flex;
    padding: 0 24px;
    align-items: center;
    justify-content: space-between;
}

.account-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    cursor: pointer;
}

.account-nav-btn svg {
    transform: rotate(90deg);
}

.account-body-nav {
    display: none;
    min-width: 235px;
}

.account-nav-btn {
    display: flex;
}


.js-nav-ctrl {
    cursor: pointer;
}

.view-storefront {
    pointer-events: all;
}

.artist-account {
    margin-bottom: 18px;
}

.artist-account p {
    color: var(--color-primary-600);
}

.artist-account p a {
    color: var(--color-primary-600);
    font-weight: bold;
}


.account-nav-list {
    background-color: var(--color-neutral-200);
}

.account-nav-group {
    background-color: var(--color-neutral-300);
    padding: 10px 24px;
    color: var(--color-neutral-900);
    font-weight: bold;
    font-size: 16px;
}

.account-nav-item {
    padding: 6px 24px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: var(--color-primary-500);
    gap: 12px;
}

.account-nav-item.active {
    border-left: 4px solid var(--color-primary-500);
}



#account-nav-logout {
    color: var(--color-danger-500);
}

.account-nav-item:hover {
    background-color: var(--color-neutral-100);
}

.account-body-content {
    padding: 0px;
    flex-grow: 1;
}

.sales-earnings-info {
    background-color: var(--color-neutral-100);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 10px;
}


.sales-earnings-info-container {
    border-radius: 4px;
    padding: 10px;
}

.sales-full-width {
    width: 100%;
}


.sales-earnings-nums {
    padding: 12px;
    font-weight: bold;
    border-radius: 12px;
    background: var(--color-success-500-a10);
    color: var(--color-success-500);
    font-size: 16px;
}

.sales-earnings-nums.alast {
    background: var(--color-neutral-900-a10);
    color: var(--color-neutral-900);
}

.sales-earnings-info-container-header {
    -webkit-align-self: center;
    align-self: center;
    width: 50%;
}

.sales-earnings-info-container-header span {
    font-weight: bold;
    font-size: 16px;
    color: var(--color-neutral-900);
}

.section-box {
    margin-bottom: 32px;
}

.user-alert-box {
    background-color: var(--color-primary-100);
    border-left: 4px solid var(--color-primary-500);
    border-radius: 4px;
    color: var(--color-neutral-900);
    line-height: 1.5em;
    margin: 15px 0;
    padding: 20px;
    text-align: left;
}

.se-text-note {
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}

.pay-paypal-container {
    display: flex;
    gap: 12px;
}

.text-payment-instructions {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.text-payment-instructions {
    padding-top: 18px;
}

.text-payment-instructions a {
    color: var(--color-primary-500);
    text-decoration: none;
    font-weight: bold;
}

#input-paypal-email {
    max-width: 360px;
}

.designer-tools {
    display: flex;
    padding: 8px;
    border-radius: 12px;
    background-color: #E9E9EC;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.designer-tool a {
    display: block;
}

.designer-tool span {
    font-size: 12px;
    text-align: center;
    display: block;
}

.alert-upgrade {
    margin-bottom: 0px;
    margin-top: 15px;
}

#account-upgrade .help-block {
    color: var(--color-warning-600);
}

.product-tools {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

.product-tools-inner {
    padding: 6px;
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.product-tools-hover:hover .product-tools {
    display: block;
}

@media (max-width: 767px) {
    .sales-earnings-info-container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
}


@media (min-width: 982px) {

    .account-body-content {
        padding: 24px;
        padding-right: 0px;
    }

    .sales-earnings-info {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .sales-earnings-info-container-header {
        width: 100%;
    }

    .sales-earnings-info-container {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        text-align: center;
    }

    .user-alert-box {
        padding: 30px;
    }
}


@media (min-width: 982px) {
    .account-body {
        display: -webkit-flex;
        display: flex;
        width: 100%;
        min-height: 650px;
    }

    .account-body-nav {
        display: block;
    }

    .account-nav-btn {
        display: none;
    }

    .account-nav-list {
        margin-top: 24px;
    }

    .js-nav-ctrl {
        pointer-events: none;
    }

}

.footer-social {
    display: flex;
    padding-top: 12px;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.footer-social ul li a img {
    width: 36px;
}

.account-designer_signup header {
    margin-bottom: 0;
}

#designer-signup {
    background: url('../image/signup-bg.png') repeat #4550C8;
}

.designer-signup-form {
    padding: 36px 12px;
    max-width: 640px;
    margin: 0 auto;
}

.designer-signup-form label {
    font-size: 14px;
    color: var(--color-neutral-300);
    margin-bottom: 8px;
}

.designer-signup-form .help-block {
    color: var(--color-warning-500);
}

.designer-signup-form .btn-orange {
    background-color: var(--color-warning-600);
    border-color: var(--color-warning-600);
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 12px;

}

.designer-signup-form .btn-orange:hover {
    background-color: var(--color-warning-700);
    border-color: var(--color-warning-700);
}

#designer-signup .designer-signup-form,
#designer-signup .designer-signup-form h1 {
    color: var(--color-white);
}

#designer-signup .designer-signup-form p a {
    color: var(--color-warning-500);
}

#designer-signup .designer-signup-form h1 {
    font-size: 24px;
    margin-bottom: 12px;
}

#content form.form-vertical h3 {
    font-size: 18px;
}

aside#column-left {
    display: none;
}

.top-categories {
    margin-bottom: 24px;
}

.top-category-title {
    margin-bottom: 6px;
}

.top-category-title a {
    color: var(--color-black);

}

.next-category a {
    padding-left: 12px;
    display: block;
    color: var(--color-primary-500);
    font-weight: bold;
    margin-bottom: 2px;
    border-radius: 8px;
}

.next-category a:hover {
    background-color: var(--color-primary-100);
}

.next-category a.active {
    background-color: var(--color-primary-100);
}


@media (max-width: 375px) {

    .mnmd-offcanvas,
    .mnmd-offcanvas-right {
        width: 300px;
    }
}

@media (min-width: 360px) {
    .mega-list-banner {
        grid-template-columns: repeat(4, minmax(300px, 1fr));
    }
}

@media (min-width: 768px) {
    .product-left {
        position: sticky;
        top: 24px;
    }

    .modal-dialog {
        width: 750px;
        margin: 160px auto;
    }

    .mega-main-banner picture img {
        aspect-ratio: 1.5;
    }

    .mega-list-banner picture img {
        aspect-ratio: 1.5;
    }

}

@media (min-width:992px) {
    .container {
        width: auto;
        max-width: 100%;
    }

    .designer-signup-form {
        padding: 48px;
    }

}

@media (min-width: 1024px) {

    aside#column-left {
        display: block;
    }

    header {
        margin-bottom: 24px;
    }

    .common-home header {
        margin-bottom: 0px;
    }

    header .header-top-wrapper {
        -webkit-align-items: center;
        align-items: center;
        grid-template-areas: 'menu logo search actions';
        grid-gap: 28px;
    }

    header #search {
        max-width: 700px;
        margin: 0 auto;
    }

    #main-mega-nav {
        display: block;
    }

    .js-mnmd-offcanvas-toggle {
        display: none;
    }

    .fast-topics-box-items {
        display: none;
    }

    .service-advantages-items {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 32px;
    }

    .tag-relateds {
        flex-wrap: wrap;
    }

    .filter-items {
        flex-wrap: wrap;
        gap: 12px;
    }

    .mega-main-banner {
        width: calc(100% - 320px);
    }

    .mega-list-banner {
        width: calc(100% - 320px);
        grid-template-columns: repeat(2, 1fr);
    }

    #mega-list-item-3 {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        height: calc(50% - 10px);
    }

    #mega-list-item-4 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 300px;
        height: calc(50% - 10px);
    }

    #product-info-container {
        margin-bottom: 80px;
    }

    #additional-swiper-container {
        display: block;
    }

    .product-images-block {
        display: grid;
        grid-template-columns: min-content 1fr;
        grid-gap: 12px;
    }

    #product-tags p {
        gap: 8px;
    }

    #product-tags a {
        font-size: 13px;
        line-height: 26px;
    }
}



@media (min-width:1200px) {
    .container {
        width: auto;
        max-width: 100%;
    }

    .mega-main-banner {
        width: calc(100% - 340px);
    }

    .mega-main-banner picture img {
        aspect-ratio: 1.6;
    }

    .mega-list-banner {
        width: calc(100% - 340px);
        grid-template-columns: repeat(2, 1fr);
    }

    .mega-list-banner picture img {
        aspect-ratio: 1.5;
    }

    #mega-list-item-3 {
        width: 320px;
    }

    #mega-list-item-4 {
        width: 320px;
    }

}

@media (min-width:1260px) {
    .container {
        width: 1230px;
        max-width: 100%;
    }
}