/* Defined Fonts ---------------------------- */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/OpenSans-Italic.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/OpenSans-LightItalic.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/OpenSans-Medium.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/OpenSans-MediumItalic.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/OpenSans-BoldItalic.ttf");
}

/* hedblk */
@font-face {
    font-family: "NoeDisplay-Black";
    src: url("../fonts/NoeDisplay-Black.eot");
    src: url("../fonts/NoeDisplay-Black.eot#iefix") format("embedded-opentype"),
    url("../fonts/NoeDisplay-Black.woff") format("woff"),
    url("../fonts/NoeDisplay-Black.woff2") format("woff2"),
    url("../fonts/NoeDisplay-Black.ttf") format("truetype"),
    url("../fonts/NoeDisplay-Black.svg#hedblk") format("svg");
    font-weight: 900;
    font-style: normal;
}

/* hedlt */
@font-face {
    font-family: "SFUIDisplay";
    src: url("../fonts/SFUIDisplay-Regular.woff") format("woff"),
    url("../fonts/SFUIDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SFUIDisplay-Medium";
    src: url("../fonts/SFUIDisplay-Medium.eot");
    src: url("../fonts/SFUIDisplay-Medium.eot#iefix") format("embedded-opentype"),
    url("../fonts/SFUIDisplay-Medium.woff") format("woff"),
    url("../fonts/SFUIDisplay-Medium.ttf") format("truetype"),
    url("../fonts/SFUIDisplay-Medium.svg#nmed") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Italic.eot');
    src: url('../fonts/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-Italic.woff') format('woff'),
    url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype'),
    url('../fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* Defined colors ---------------------------- */

:root {
    --theme-color-link: #2e486e;
    --theme-color-link-hover: #1e73be;
    --theme-blue-color: #4db2ec;
}

/* General ---------------------------- */

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
}

a {
    color: #4db2ec;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: var(--theme-color-link-hover);
}

p {
    margin-bottom: 20px;
}

/* Site header ---------------------------- */

.site-header {
    position: relative;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.page-font-lists .site-header,
.page-template-search .site-header,
.single-post .site-header,
.archive.tax-palette .site-header,
.archive.tax-color .site-header {
    margin-bottom: 0;
}

.top-bar {
    background-color: #e0e0e0;
    padding: 4px 0;
    font-size: 12px;
}

.top-bar,
.top-bar a {
    color: var(--theme-color-link);
    text-decoration: none;
}

.top-bar a:hover {
    color: var(--theme-color-link-hover);
}

.top-bar .menu.hocwp-menu > li > a {
    padding: 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.top-bar .menu.hocwp-menu > li:not(:last-child) {
    margin-right: 15px;
}

.top-bar .menu.hocwp-menu > li.item-user-logout > a {
    display: flex;
    align-items: center;
}

.top-bar .menu.hocwp-menu > li.item-user-logout > a i {
    font-size: 14px;
    margin-right: 1px;
}

.hocwp-menu .menu-item.search-item {
    display: none;
}

.top-bar ul {

}

.top-bar .hocwp-menu > li {

}

.top-bar .hocwp-menu > li > a:hover {
    text-decoration: underline;
}

.top-bar .container,
.top-bar ul,
.top-bar .hocwp-menu > li {
    display: flex;
    align-items: center;
}

.site-header .top-bar .avatar,
.top-bar .header-avatar,
.top-bar li .dashicons,
.top-bar li img,
.top-bar li i {
    font-size: 19px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none !important;
}

.site-header .top-bar .avatar,
.top-bar .header-avatar,
.top-bar li img {
    width: 19px;
    height: 19px;
}

.logo-menu {
    background-color: #f2f2f2;
}

.site-branding {
    float: left;
}

.site-title {
    margin: 0;
    position: relative;
    z-index: 999;
}

.site-title a {
    padding: 23px 0;
    display: block;
}

.site-title img {
    width: auto;
    max-width: 168px;
    max-height: 80px;
    height: auto;
    margin-top: 0;
}

.primary-menu-box {
    float: right;
}

#button_search {
    padding: 30px 20px;
    color: #2e486e;
}

#search_box {
    display: none;
    width: 610px;
    height: auto;
    border-radius: 5px;
}

#search_box .background {
    border-radius: 5px;
    height: 40px;
    width: 100%;
    position: relative;
    z-index: 2;
}

#search_box .background {
    background-color: rgba(24, 24, 24, .06);
    width: 526px;
    max-width: 100%;
    margin: 0 auto;
}

#search_box ul {
    position: relative;
}

#search_box ul input[type="search"] {
    width: 100%;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.Header .colorSearchTrigger, .Header .searchTrigger, .Header .visualSearchTrigger {
    cursor: pointer;
    height: 40px;
    width: 38px;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 3;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Header .searchForm .field {
    background: 0 0;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 20px;
    padding: 5px 48px 6px 16px;
    position: relative;
    top: -1px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.Header .searchIcons {
    position: absolute;
    right: 4px;
    top: 0;
}

.Header .colorSearchTrigger, .Header .searchTrigger, .Header .visualSearchTrigger {
    cursor: pointer;
    height: 40px;
    width: 38px;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 3;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
}

.Header .colorSearchIcon {
    padding: 0 8px;
    width: 38px;
    height: 18px;
}

.Header .colorSearchTrigger svg, .Header .searchTrigger svg, .Header .visualSearchTrigger svg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    opacity: .6;
}

.site-logo.site-branding {
    display: flex;
    align-items: center;
}

.site-logo .Header {
    margin-top: 10px;
    margin-left: 20px;
    width: 500px;
}

.site-logo .Header .searchForm .field,
.site-logo input[type="search"] {
    background: #fff;
    border: none;
    border-radius: 3px;
}

.site-logo .Header .input-group {
    width: 100%;
}

.Light .colorSearchTrigger svg, .Light .searchTrigger svg, .Light .visualSearchTrigger svg {
    fill: #7a7a7a;
}

.Light .colorSearchTrigger.active svg, .Light .colorSearchTrigger:hover svg, .Light .searchTrigger.active svg, .Light .searchTrigger:hover svg, .Light .visualSearchTrigger.active svg, .Light .visualSearchTrigger:hover svg {
    fill: #222;
}

.searchTray .searchTokenItem {
    display: inline-block;
    float: left;
    height: 40px;
    width: 100%;
    padding: 0;
}

.searchTray {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 3;
}

.colorSearch .controls {
    height: 36px;
    margin: 0 auto;
    width: 350px;
    position: relative;
    top: 10px;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
}

.colorSearch .instructions {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    line-height: 34px;
    margin-right: 20px;
    float: left;
}

.colorSearch .submitTrigger {
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    line-height: 34px;
    text-align: center;
    position: relative;
    background: #f6f6f6;
    color: #444;
    margin-right: 17px;
    width: auto;
    padding: 0 15px;
    border: none;
    cursor: pointer;
}

.Light .grey {
    background: #f6f6f6;
    color: #444;
}

.colorSearch .closeTrigger em {
    margin: 0 auto;
    width: 10px;
    height: 10px;
}

.Light .colorSearch .closeTrigger em {
    background-image: url("data:image/svg+xml,%3Csvg xmlns= 'http://www.w3.org/2000/svg' width= '10' height= '10' fill= '%237a7a7a' %3E%3Cpath d= 'M9.682 9.682c-.425.425-1.11.425-1.535 0L5 6.535 1.854 9.682c-.425.425-1.11.425-1.535 0C.115 9.478 0 9.202 0 8.914s.115-.564.318-.768L3.465 5 .318 1.854C.115 1.65 0 1.374 0 1.086S.115.522.318.318c.425-.425 1.11-.425 1.535 0L5 3.465 8.146.318c.425-.425 1.11-.425 1.535 0s.425 1.11 0 1.535L6.535 5l3.146 3.146c.414.414.414 1.11 0 1.535z' %3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.Dark .colorSearch .closeTrigger, .Light .colorSearch .closeTrigger {
    background-color: #f6f6f6;
    border-radius: 50%;
    border: none;
    width: 36px;
    height: 36px;
    padding: 0;
    line-height: 36px;
    text-align: center;
    margin-left: -10px;
    cursor: pointer;
}

.colorSearch .submitTrigger span {
    display: inline-block;
    line-height: 34px;
    height: 100%;
}

.colorSearch, .colorSearch .colorSearchContainer {
    background: #fff;
    margin-top: 15px;
    bottom: 0;
    left: 0;
    right: 0;
}

.colorSearchContainer > * {
    flex: 1;
}

.colorSearchContainer .sp-preview {
    width: 80%;
}

.colorSearch {
    display: none;
    position: relative;
    z-index: 3;
}

.colorSearch .colorSearchContainer {
    display: block;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.colorSearch .closeable {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.colorSearch .spectrumRestriction {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    visibility: hidden;
}

canvas {
    display: inline-block;
    vertical-align: baseline;
}

.colorSearch .colorSpectrum {
    cursor: pointer;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
}

.colorSearch.active {
    display: block;
}

.Header .colorSearchTrigger.active svg, .Header .colorSearchTrigger:hover svg, .Header .rightHeaderContent .account:hover em, .Header .rightHeaderContent .add:hover em, .Header .rightHeaderContent .more:hover em, .Header .searchTrigger.active svg, .Header .searchTrigger:hover svg, .Header .visualSearchTrigger.active svg, .Header .visualSearchTrigger:hover svg, .searchTray .searchTokenItem:hover .removeToken, .searchTray .searchTokenItem:hover em {
    opacity: 1;
}

.primary-menu-box > * {
    display: inline-block;
    vertical-align: middle;
}

.primary-menus .menu > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    position: relative;
	color: #33689e;
}

.primary-menus .menu > li > a:before {
    background-color: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate3d(0, 0, 0);
    transition: width .2s ease;
}

.primary-menus .menu > li:hover > a:before {
    background-color: var(--theme-blue-color);
    width: 100%;
}

.primary-menus .menu > li.menu-item-has-children > a {
    padding-right: 18px;
}

.primary-menus .menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome !important;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    font-size: 14px;
}

.primary-menus .menu > li.current-menu-item > a {
    background-color: #f6d0d0;
}

.primary-menus .menu .sub-menu {
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
    padding: 15px 0;
}

.primary-menus .menu .sub-menu li {
    padding: 0 20px;
}

.primary-menus .menu .sub-menu li a {
    padding: 5px 0;
    font-size: 13px;
    color: #333;
}

.primary-menus .menu .sub-menu li a:hover {
    text-decoration: underline;
    color: var(--theme-blue-color);
}

.primary-menus .menu .sub-menu > li.menu-item-has-children > a {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.primary-menus .menu .sub-menu > li.menu-item-has-children > a:before,
.primary-menus .menu .sub-menu > li.menu-item-has-children > a:after {
    font-family: FontAwesome !important;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    position: absolute;

}

.primary-menus .menu .sub-menu > li.menu-item-has-children > a:before {
    content: "\f0da";
    left: 0;
}

.primary-menus .menu .sub-menu > li.menu-item-has-children > a:after {
    content: "\f105";
    right: 0;
}

/* Site content ---------------------------- */

body:not(.home) .site-content {
    max-width: 1440px !important;
    width: auto !important;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 30px;
}

.home .row-tabs {
    margin-bottom: 3px;
}

.website-wrapper .palette-info,
.website-wrapper .color-info {
    margin-bottom: 24px;
}

.breadcrumb a,
.breadcrumb {
    font-size: 13px;
    color: #c3c3c3;
    line-height: 18px;
    background: #fff;
}

.breadcrumb a:hover {
    color: #777;
    text-decoration: underline;
}

.website-wrapper .color-info h1 {
    margin: 40px 0;
    color: #fff;
}

.website-wrapper .color-info.light h1 {
    color: #000;
}

h1 .search-rs-color {
    display: inline-block;
    width: 52px;
    height: 32px;
    border-radius: 16px;
    margin-left: 6px;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
}

.home .entry-content h1 {
    margin-bottom: 20px;
}

.entry-content > .media-content {
    margin-top: 0 !important;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.category h1,
.tag h1 {
    line-height: 65px;
    font-size: 55px;
    color: #141414;
    font-family: "NoeDisplay-Black", Roboto, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
}

.paletteHeader {
    height: 160px;
    width: 100%;
    position: relative;
}

.paletteHeader .paletteColor {
    height: inherit;
    position: relative;
}

.website-wrapper .palette-info div.color {
    height: 160px;
    flex: 1;
    cursor: pointer;
}

.colorPicker {
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.colorPicker .colorSlider, .colorPicker .colorSpectrum {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

canvas {
    display: inline-block;
    vertical-align: baseline;
}

.colorPicker .colorSpectrum canvas {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    width: 100%;
}

.selector {
    cursor: move;
    position: absolute;
    left: 0;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05), 1px 1px 3px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05), 1px 1px 3px 1px rgba(0, 0, 0, .15);
}

.colorPicker .colorSpectrum .selector {
    background: #fff;
    top: 0;
    height: 28px;
    width: 28px;
    border: 3px solid #fff;
    z-index: 8;
}

.colorPicker .sliderContainer {
    position: relative;
    margin: 12px;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.colorPicker .colorSliderContainer {
    padding: 0 10px;
    background: red;
    cursor: pointer;
}

.colorPicker .colorSlider {
    position: relative;
}

.colorPicker .colorSlider canvas {
    display: block;
}

.colorPicker .selector {
    cursor: move;
    position: absolute;
    left: 0;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05), 1px 1px 3px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05), 1px 1px 3px 1px rgba(0, 0, 0, .15);
}

.colorPicker .sliderContainer .selector {
    background: #fff;
    top: 10px;
    height: 18px;
    width: 18px;
    border: 2px solid #fff;
}

.paletteHeader .actions {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    height: 54px;
}

.paletteHeader .colorName {
    display: none;
    font-weight: 700;
    font-size: 16px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.paletteHeader .search {
    display: none;
    padding: 8px;
    width: 40px;
    text-align: center;
    border-radius: 4px;
    float: right;
}

svg:not(:root) {
    overflow: hidden;
}

.paletteHeader .searchIcon {
    display: block;
}

.paletteHeader .search svg {
    display: block;
    margin: 0 auto;
}

.paletteHeader .paletteColor.active .colorPicker {
    display: block;
}

.website-wrapper > .image-summary-wrap {
    border-bottom: 1px solid #F2F2F2;
}

.website-wrapper .page-info {
    padding: 20px 0;
    border-bottom: 2px solid #ededed;
    margin-bottom: 20px;
}

.website-wrapper .page-info h1 {
    margin-top: 0;
}

.page-collections .website-wrapper .page-info h1 {
    margin-bottom: 20px;
}

.loop-grid-products,
.masonry-container {
    display: grid;
    grid-gap: 20px;
}

.product-tabs-wrapper {
    padding: 40px 0 80px;
}

.product-tabs-wrapper .tags {
    margin-top: 15px;
}

.more-posts .container > h2,
h3.title.slider-title, .dkmob h2 {
    text-transform: initial !important;
    font-size: 18px;
    font-weight: normal !important;
    font-family: "SFUIDisplay", Arial, Helvetica, sans-serif !important;
    margin-bottom: 20px !important;
}

.more-posts .container > h2 a,
.dkmob a.artshd {
    color: #618fb7;
    font-size: 18px;
}

.tags > span:first-of-type,
.tags > span:first-child {
    font-weight: 700;
    text-transform: uppercase;
}

.tags a {
    color: var(--theme-blue-color);
}

.td-post-content > h2:first-child,
.td-post-content > h2:first-of-type {
    margin-top: 0;
}

.arthhh a.artshd,
.dkmob a.artshd {
    color: #618fb7;
    font-size: 18px;
}

.grid-columns-1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.grid-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.product-grid-item {
    margin-bottom: 30px;
}

.product-grid-item img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.product-grid-item .product-title {
    font-size: 15px;
    margin: 15px 0 5px;
    font-weight: 500;
    line-height: 1.3;
}

.product-grid-item .product-title a {
    color: #555;
    display: inline-block;
    font-family: "SFUIDisplay-Medium", Roboto, Arial, Helvetica, sans-serif;
}

.product-grid-item .product-cats a,
.product-grid-item .product-author, .product-grid-item .product-author a {
    font-size: 13px;
    color: #5a5a5a;
    font-family: "SFUIDisplay", Roboto, Arial, Helvetica, sans-serif;
}

.product-grid-item .product-author {
    margin-bottom: 5px;
}

.product-grid-item .product-cats a {
    font-style: italic;
    font-family: "Playfair Display", Roboto, Arial, Helvetica, sans-serif;
}

.hocwp-pagination {
    margin: 20px auto 40px;
    display: table;
    width: auto;
}

.hocwp-pagination li {
    vertical-align: middle;
}

.hocwp-pagination li .page-numbers {
    padding: 6px 15px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    background: none;
    border: none;
    border-radius: 4px;
}

.hocwp-pagination li .page-numbers:hover {

}

.hocwp-pagination li a.page-numbers:hover,
.hocwp-pagination li .page-numbers.current {
    background: #533ee5;
    border-color: #533ee5;
    color: #fff;
}

.hocwp-pagination li .page-numbers.label {
    color: #333;
    background: none;
}

img.not-found-image {
    max-width: 250px;
    width: auto;
    border-radius: 4px;
    vertical-align: top;
}

.not-found h4 {
    font-size: 48px;
    line-height: 1.2;
    color: #616264;
    margin: 20px 0 0 0;
}

.title-size-default .entry-title {
    margin: 0 0 20px 0;
    line-height: 1;
    font-size: 50px;
}

.font-lists .tabs .heading {
    margin-bottom: 5px;
    margin-top: 0;
}

.pxf-page .title-size-default .entry-title {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea, select {
    background: #fff;
    height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    padding: 0 12px;
    outline: none;
    font-family: arial;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    width: 320px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.form-contact .btn_vne {
    color: #008ac6;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    max-width: 100%;
    border: none;
}

.search-form input[type="submit"],
input[name="edd_register_submit"],
.edd-login-submit input[type="submit"],
.fes-vendor-dashboard-new input[type="submit"],
.fes-submit input[type="submit"] {
    background: #FDBA05 !important;
}

textarea {
    height: 268px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fes-profile-form {
    max-width: 60%;
    margin: 0 auto;
}

.search-form input[type="search"] {
    border: 1px solid #eee;
    font-weight: 400;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* Author ---------------------------- */
.products-author {
    display: flex;
    grid-gap: 30px;
    margin-bottom: 40px;
}

.author-avatar {
    flex-shrink: 0;
}

.author-avatar img {
    width: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px;
}

.author-info {
    position: relative;
}

h1.author-name {
    font-size: 45px;
    font-weight: 900;
    margin: 0 0 8px;
    line-height: 1;
    font-family: "NoeDisplay-Black", Roboto, Arial, Helvetica, sans-serif;
}

.page-collection h1 {
    font-family: "NoeDisplay-Black", Roboto, Arial, Helvetica, sans-serif;
}

.page-collection h1,
.page-collection .desc {
    margin-bottom: 20px;
}

.product-title + .remove {
    background-color: #e9a4b7;
    color: #fff;
    font-weight: 700;
    padding: 8px 10px;
    line-height: 1;
    font-size: 14px;
    margin-top: 10px;
}

.remove a {
    color: #fff;
    text-transform: uppercase;
}

#edd-wl-modal .modal-dialog {
    padding-top: 3%;
}

.author-info .meta-author-info {
    color: #777;
    font-size: 15px;
    margin: 10px 0;
}

.author-info .meta-author-info span + .follow {
    margin-left: 10px;
}

.product-grid-item .meta-author-info a.follow {
    display: none;
}

.author-description {
    color: #333;
    overflow: hidden;
    transition: max-height 0.5s;
    max-height: 2000px;
}

.author-description.collapsed {
    max-height: 100px;
}

.author-description p {
    margin: 0 0 15px;
}

.main-page-wrapper .desc {
    color: #707070;
}

.small-page .main-page-wrapper .container {

}

.read-more__link {
    color: #3f3f3f;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    float: none;
    opacity: 1;
}

.read-more__link:hover {
    color: #000;
    opacity: 1;
}

.read-more__link:before {
    display: block;
    width: 100%;
    height: 6.5rem;
    margin-top: -4.5rem;
    position: relative;
    top: -5px;
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.read-more__link.open:before {
    background-image: none;
    height: 4.5rem;
}

.read-more__link.open {
    content: "Close";
}

.image-summary {
    flex-basis: 75%;
    max-width: 75%;
}

.image-summary img {
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
	max-height: 700px;
}

.image-summary-inner {
    padding: 40px;
}

.image-summary .title-info {
    padding: 15px;
}

.image-summary .title-info .breadcrumb {
    padding: 0;
}

.image-summary .title-info .cats a,
.td-category a {
    color: #fff;
    background-color: #222;
    padding: 3px 6px 4px;
    white-space: nowrap;
    display: inline-block;
    font-size: 11px;
}

.single .cart-flex {
    display: flex;
    padding: 6px 0 10px;
    clear: both;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.product-share {
    margin-bottom: 0;
}

.cart-flex > * {
    flex-shrink: 0;
}

.product-share {
    font-size: 14px;
    line-height: 1.2;
}

.cart-flex .collect-tool {
    display: flex;
    flex-grow: 1;
}

[data-balloon] {
    position: relative;
    cursor: pointer;
}

.wd-action-btn.wd-style-text {
    font-size: 0;
    line-height: 1;
}

.wd-action-btn.wd-style-text {
    width: 50%;
}

.wd-action-btn.wd-style-text > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.single .summary-inner .wd-action-btn.wd-style-text > a {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: center;
    text-align: center;
    width: calc(100% - 8px);
    cursor: pointer;
    font-weight: normal;
    padding: 9px 0 10px;
    border-radius: 4px;
    border: 1px solid #ececec;
    margin-right: 8px;
    vertical-align: middle;
}

.single .summary-inner .wd-action-btn.wd-style-text > a i {
    margin-right: 5px;
}

.single .summary-inner .wd-action-btn.wd-style-text > a:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

.details .media-download {
    display: flex;
    align-items: center;
}

.image-sidebar .details .media-download {
    display: block;
}

.image-sidebar .details .media-download > * {
    display: block;
    width: 100%;
}

.image-sidebar .details .media-download .social-share {
    text-align: left;
}

.media-download .woodmart-social-icons {
    margin-bottom: 10px;
}

.cart-flex .wd-action-btn a span {
    display: flex;
    align-items: center;
}

.product-share .woodmart-social-icons {
    display: inline-flex;
}

.woodmart-social-icons .woodmart-social-icon {
    display: inline-block;
    margin: 4px;
    text-align: center;
    font-size: 0;
}

.icons-design-simple .woodmart-social-icon {
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    width: 36px;
    height: 36px;
    font-weight: normal;
    border-radius: 3px;
    border: 1px solid #ececec;
    vertical-align: middle;
}

.woodmart-social-icons .woodmart-social-icon {
    margin: 0 3px 0;
}

.woodmart-social-icons.icons-size-small i, .woodmart-social-icons.icons-size- i {
    font-size: 15px;
    line-height: 33px;
}

.Detail .mediaColors {
    width: auto;
    margin-bottom: 20px;
    overflow: hidden;
    display: inline;
}

.comment-section > h2 {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.comment-section > h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    z-index: 1;
}

.comment-section > h2 span {
    display: inline-block;
    border-bottom: 2px solid var(--theme-blue-color);
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
}

.comments-area input[type="submit"] {
    background-color: #f6d0d0;
    color: #0f528b;
    border-radius: 5px;
}

.paletteIcon {
    display: block;
    height: 72px;
    width: 72px;
    position: relative;
}

.Detail .mediaColors .colorIcon, .Detail .mediaColors .paletteIcon {
    height: 52px;
    width: 52px;
    float: left;
    position: relative;
}

.sp-input-container input.sp-input {
    height: 27px;
    max-width: 100%;
    border: 1px solid #333;
    border-radius: 0;
    background-color: #fefefe;
}

/*
.Detail .mediaColors:first-child .colorIcon:last-child,
.Detail .mediaColors .paletteIcon {
    margin-right: 10px;
}

.hocwp .image-sidebar .media-content .media-download > a,
.hocwp .image-sidebar .media-content .media-info .details .media-download .download-link {
    margin-bottom: 15px;
}

.Detail .mediaColors:first-child .colorIcon:last-child:after,
.Detail .mediaColors .paletteIcon:after {
    display: block;
    content: "";
    position: absolute;
    border-radius: 2px;
    top: 50%;
    left: auto;
    margin: 0;
    padding: 0.9em 0;
    height: 0;
    width: 2px;
    background-color: rgba(24, 24, 24, .06);
    transform: translateY(-50%);
    right: -5px;
}
*/

.sp-palette-container .sp-palette {
    overflow-y: scroll !important;
    width: 250px;
    max-width: 250px;
    max-height: 238px;
    -webkit-overflow-scrolling: touch;
}

.paletteIcon .paletteIconBorder {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 150ms ease-in-out;
    transition: -webkit-box-shadow 150ms ease-in-out;
    transition: box-shadow 150ms ease-in-out;
    transition: box-shadow 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
    position: absolute;
}

.paletteIcon .paletteIconOuter {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow: hidden;
}

.paletteIcon .paletteIconInner {
    width: 100%;
    height: 100%;
}

.paletteIcon .paletteIconInner .paletteIconShape {
    display: block;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
    height: inherit;
    width: inherit;
}

.paletteIcon .paletteIconInner .paletteIconShape span {
    position: absolute;
    border-style: solid;
    border-width: 100px 72.65px;
    left: 50%;
    top: 50%;
    color: transparent;
}

.paletteIconShape span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(72deg);
    transform: translate(-50%, -50%) rotate(72deg);
}

.paletteIconShape span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(144deg);
    transform: translate(-50%, -50%) rotate(144deg);
}

.paletteIconShape span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(216deg);
    transform: translate(-50%, -50%) rotate(216deg);
}

.paletteIconShape span:nth-child(4) {
    -webkit-transform: translate(-50%, -50%) rotate(288deg);
    transform: translate(-50%, -50%) rotate(288deg);
}

.paletteIconShape span:nth-child(5) {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
}

.paletteIcon .paletteIconInner .paletteIconShape::after {
    content: '';
    width: 32%;
    height: 32%;
    display: block;
    position: absolute;
    margin: -16% auto 0;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    border-radius: 50%;
}

.Light .paletteIcon .paletteIconInner .paletteIconShape::after {
    background: #fff;
}

.paletteIcon .paletteIconInner .paletteIconShape::before {
    content: '';
    display: block;
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 107%;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 2px;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.Light .paletteIcon .paletteIconInner .paletteIconShape::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='467' height='444' fill='%23ffffff'%3E%3Cpath d='M369.823 0l12.945 9.4043L246.406 197.098l220.773 71.655-4.939 15.219L242 212.49V444h-16V211.708L4.9395 283.457 0 268.238l220.726-71.639L84.8176 9.5298 97.762.1255 233.747 187.3 369.823 0z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-el {
    height: 42px;
    width: 42px;
}

.sp-palette .sp-thumb-inner,
.sp-palette .sp-thumb-el {
    border-radius: 50%;
}

.Detail .mediaColors .colorIcon {
    display: block;
    position: relative;
}

.Detail .mediaColors:first-child .colorIcon:last-child {
    position: relative;
}

.Detail .mediaColors:first-child .colorIcon:last-child:after {

}

.colorIcon .colorIconBorder {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 150ms ease-in-out;
    transition: -webkit-box-shadow 150ms ease-in-out;
    transition: box-shadow 150ms ease-in-out;
    transition: box-shadow 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
    position: absolute;
}

.colorIcon .colorIconInner {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.Light .colorIcon.contrast .colorIconInner {
    -webkit-box-shadow: inset 0 0 0 1px rgba(24, 24, 24, .1);
    box-shadow: inset 0 0 0 1px rgba(24, 24, 24, .1);
}

/* Archive ---------------------------- */

.shop-loop-head {
    margin-bottom: 30px;
    align-items: center;
}

.result-count {
    float: left;
    color: #707070;
}

.shop-tools {
    float: right;
    margin-left: auto;
}

.shop-tools > * {
    display: inline-block;
    padding: 0 7px;
    color: #8E8E8E;
    vertical-align: middle;
    align-items: center;
}

.shop-tools .products-view-grid a {
    align-items: center;
    margin-right: 12px;
}

.shop-tools .products-view-grid a:last-child,
.woodmart-products-shop-view .shop-view:last-child {
    margin-right: 0;
}

.shop-tools .products-view-grid a:not(.active) {
    opacity: .3;
}

.woodmart-products-per-page .per-page-title {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    color: #2d2a2a;
    vertical-align: middle;
    font-weight: 600;
}

.woodmart-products-per-page .per-page-title:after {
    content: " :";
}

.woocommerce-ordering select {
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 20px;
    max-width: 200px;
    height: auto;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-position: right 0 top 50%;
    color: #2d2a2a;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.woodmart-products-per-page a.active,
.woodmart-products-per-page .per-page-variation.current-variation {
    color: #2d2a2a;
    font-weight: 600;
}

.products-per-page .per-page-number {
    display: inline-block;
    color: #8E8E8E;
    vertical-align: middle;
    padding: 0 0 0 7px;
}

.products-per-page .per-page-number:not(:first-child):not(:first-of-type):before {
    content: "/";
    padding: 0 7px 0 0;
    color: #8E8E8E;
    font-weight: 400;
}

.sort-post form {
    color: #333;
}

.sort-post form p {
    background-color: #f6d0d0;
    padding: 5px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    align-self: center;
    align-content: space-evenly;
    margin: 0;
}

.sort-post form select:focus, .sort-post form select {
    background: none;
    border: none;
    width: auto;
    outline: none;
    cursor: pointer;
    padding: 4px 10px;
    margin: 0;
}

/* Widgets ---------------------------- */

.image-sidebar {
    border-left: 1px solid rgba(129, 129, 129, 0.2);
    padding: 50px 15px;
    flex-basis: 25%;
    max-width: 25%;
}

.image-sidebar > h1 {
    margin-bottom: 5px !important;
    line-height: 1.3 !important;
    font-size: 16px !important;
    margin-top: 0;
    font-family: "SFUIDisplay", Arial, Helvetica, sans-serif;
}

.woodmart-product-brands-links {
    font-family: "SFUIDisplay", Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

.woodmart-product-brands-links,
.woodmart-product-brands-links a {
    color: #3f3f3f;
}

.sidebar .widget:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar .widget-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.post-tabs li.active:hover a,
.post-tabs li.active a:hover,
.post-tabs li:hover a,
.post-tabs li a:hover,
.post-tabs li.active a,
.post-tabs li a {
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background: none;
    padding: 0;
	font-size: 18px;
}

.tab-lists {
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.tab-lists:after {
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #eee;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.post-tabs li.active a:hover,
.post-tabs li.active a {
    color: var(--theme-blue-color);
}

.post-tabs li:not(:last-child) {
    margin-right: 15px;
}

.tab-lists .post-tabs {
    background-color: #fff;
    border: none;
    display: inline-block;
    padding: 5px 10px 5px 0;
    margin-bottom: -3px;
    position: relative;
    z-index: 2;
}

.summary-inner .tartist {
    margin-bottom: 10px;
}

.lrm-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, 0.9);
    z-index: 999999;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.admin-bar .lrm-user-modal {
    top: 32px;
}

.lrm-user-modal.sing {
    padding: 30px 8%;
    background: rgba(52, 54, 66, 0.7);
}

.lrm-user-modal.sing {
    z-index: 900;
}

.collect-tool .modal {
    background-color: rgba(0, 0, 0, .6);
}

.lrm-user-modal.is-visible {
    z-index: 999999;
}

.lrm-user-modal.is-visible {
    display: block !important;
}

.lrm-user-modal.is-visible {
    visibility: visible !important;
    opacity: 1;
}

.lrm-user-modal-container.sing {
    width: 100%;
    position: relative;
    height: 100%;
}

.product-quick-view {
    overflow: hidden;
    background-color: #fff;
}

.popup-quick-view {
    background: #fff;
}

.lrm-close-form {
    right: 10px;
    top: 10px;
    background: #fff;
    text-indent: 0;
    white-space: nowrap;
    overflow: visible;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #3f3f3f;
}

.ptw.woodmart-shop-loader {
    position: absolute;
    top: 40px;
    left: 40px;
    margin-top: 0;
}

.ptw.woodmart-shop-loader {
    display: block;
    -webkit-animation: wd-fadeIn 1s ease;
    animation: wd-fadeIn 1s ease;
}

.woodmart-shop-loader:after, .woodmart-products-loader:after, .woodmart-tabs-loader:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
}

.ptw.woodmart-shop-loader:after {
    -webkit-animation: wd-rotate 300ms infinite linear;
    animation: wd-rotate 300ms infinite linear;
}

.ptw.woodmart-shop-loader:after {
    width: 20px;
    height: 20px;
}

.popup-quick-view .woodmart-shop-loader {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-quick-view .woodmart-shop-loader:after {
    width: 70px;
    height: 70px;
}

/* Site footer ---------------------------- */

.footer-widgets {
    background-color: #f2f2f2;
    padding-top: 80px;
    color: #444;
}

.footer-widgets a {
    color: #0a0a0a;
}

.footer-widgets .widget-box {
    display: flex;
    align-content: space-between;
    margin: 0 -25px;
}

.footer-widgets .widget-box .widget {
    width: 33.3%;
    margin-bottom: 40px;
    padding: 0 25px;
    vertical-align: top;
}

.footer-widgets .widget-box .widget.widget_media_image figure {
    width: 100% !important;
    margin: 0;
    text-align: left;
}

.footer-widgets .widget-box .widget.widget_media_image figure img {
    display: inline-block;
    width: auto;
    height: auto;
}

.footer-widgets .widget-box .widget .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    position: relative;
}

.footer-widgets .widget-box .widget .widget-title > * {
    background-color: #f2f2f2;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.footer-widgets .widget-box .widget .widget-title::after {
    background-color: #333;
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.footer-widgets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widgets ul li {
    margin-bottom: 15px;
}

.footer-widgets .widget_categories ul li {
    text-align-last: right;
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.footer-widgets .widget_categories ul li a {
    float: left;
}

.footer-widgets .widget_recent_entries ul li span.post-date {
    float: right;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
}

.footer-widgets .widget_recent_comments ul li {
    font-size: 13px;
}

.footer-widgets .widget_recent_comments ul li > a {
    font-style: italic;
    font-weight: 500;
}

.footer-widgets .widget_recent_comments ul li .comment-author-link > a {
    text-transform: uppercase;
    font-size: 12px;
    color: #444;
}

.footer-copyright {
    background-color: #0d0d0d;
    color: #ccc;
    font-size: 12px;
}

.footer-widgets a:hover, .footer-copyright a, .footer-copyright .widget .menu li a:hover, .list-socials li a:hover {
    color: var(--theme-blue-color);
}

.footer-copyright a:hover, .footer-copyright .widget .menu li a:hover {
    text-decoration: underline;
}

.footer-copyright .widget:nth-child(2n+1) {
    float: left;
}

.footer-copyright .widget:nth-child(2n) {
    float: right;
    margin-left: auto;
}

.footer-copyright .widget .menu li {
    display: inline-block;
    padding: 10px 8px;
    vertical-align: middle;
}

.footer-copyright .widget .menu li a {
    color: #ccc;
}

.footer-copyright .widget p {
    margin-bottom: 10px;
}

.footer-copyright .widget p:last-child {
    margin-bottom: 0;
}

.list-socials li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.list-socials li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, .03);
    border: 1px solid rgba(0, 0, 0, .03);
    text-align: center;
}

@media screen and (min-width: 1101px) {
    .mobile-menus-box {
        display: none;
    }
}

/* Responsive ---------------------------- */

/* =========== For larger screen width =========== */

@media only screen and (min-width: 2133px) {

}

@media only screen and (min-width: 2400px) {

}

@media only screen and (min-width: 2560px) {

}

@media only screen and (min-width: 2880px) {

}

@media only screen and (min-width: 3840px) {

}

@media only screen and (min-width: 5760px) {

}

@media only screen and (min-width: 7680px) {

}

/*
 * Base screen width is 1920px
 */

/* =========== For smaller screen width =========== */

@media only screen and (max-width: 1745px) {
    .image-sidebar {
        max-width: 350px;
        flex-basis: 350px;
    }

    .image-summary {
        max-width: calc(100% - 350px);
        flex-basis: calc(100% - 350px);
    }

    .site-logo .Header {
        width: 400px;
    }
}

/* 125% screen width -------------------- */
@media only screen and (max-width: 1536px) {
    .site-logo .Header {
        width: 300px;
    }
}

@media only screen and (max-width: 1403px) {
    .site-logo .Header {
        width: 200px;
    }
}

@media only screen and (min-width: 1400px) {

}

/* 150% screen width -------------------- */
@media only screen and (max-width: 1280px) {
    .site-logo .Header {
        width: 150px;
    }
}

@media only screen and (max-width: 1240px) {
    .site-logo .Header {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .logo-menu #button_search {
        margin-right: 10px;
    }

    .primary-menu-box .hocwp-menu {
        display: none;
    }

    .mobile-menu.position-right .menu-toggle {
        margin-top: 0;
        transform: translateY(-50%);
    }

    #button_search {
        position: relative;
        z-index: 9999;
    }

    .mobile-menu > .menu-toggle[aria-expanded="true"].icon-bars {
        position: absolute;
    }

    .site-logo .Header {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .container {
        width: 995px;
    }
}
@media only screen and (min-width: 1125px) {
    .container {
        width: 1095px;
    }
}
@media only screen and (min-width: 1225px) {
    .container {
        width: 1195px;
    }
}
@media only screen and (min-width: 1325px) {
    .container {
        width: 1295px;
    }
}

@media only screen and (max-width: 1024px) {
    .grid-columns-5,
    .grid-columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .hocwp-theme > .site .container, body:not(.has-bootstrap) .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 980px) {
    .tabs .filter-form {
        margin-bottom: 10px;
    }

    .footer-widgets .widget-box {
        flex-wrap: wrap;
    }

    .footer-widgets .widget-box .widget {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 955px) {
    .right-menu {
        display: none;
    }

    .image-sidebar,
    .image-summary {
        max-width: 100%;
        flex-basis: 100%;
    }

    .website-wrapper > .image-summary-wrap {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 880px) {

}

@media only screen and (max-width: 800px) {

}

/*
 * WordPress Admin Bar change height.
 */
@media only screen and (max-width: 782px) {
    .footer-copyright .widget:nth-child(2n+1),
    .footer-copyright .widget:nth-child(2n) {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .footer-copyright {
        padding-top: 10px;
    }

    .footer-copyright .d-flex {
        flex-wrap: wrap;
    }

    .footer-widgets .widget-box {
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .your-downloads .fes-vendor-dashboard,
    .products .fes-vendor-dashboard {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .your-downloads .fes-vendor-dashboard,
    .products .fes-vendor-dashboard table {
        min-width: 650px;
    }
}

@media only screen and (max-width: 740px) {

}

@media only screen and (max-width: 720px) {
    .fes-profile-form {
        max-width: 90%;
    }
}

@media only screen and (max-width: 640px) {
    #search_box {
        width: 95%;
    }

    #search_box form .input-group {
        width: 90%;
    }

    #search_box .background {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 620px) {
    .pixelify-dashboard .fes-fields .fes-checkbox-checklist li,
    .pixelify-dashboard .fes-fields .fes-checkbox-checklist li:not(:first-child) {
        margin-left: 0;
        width: 100%;
    }
}

/*
 * WordPress Admin Bar un-fixed.
 */
@media only screen and (max-width: 600px) {
    .top-bar .menu.hocwp-menu > li:nth-child(n+4) {
        display: none;
    }
}

@media only screen and (max-width: 568px) {
    .author-avatar img {
        width: 40px;
        height: auto;
    }

    h1.author-name {
        font-size: 20px;
    }
}

@media screen and (min-width: 421px) and (max-width: 568px) {
    .shop-loop-head {
        flex-wrap: wrap;
    }

    .shop-loop-head .result-count {
        flex-basis: 100%;
        width: 100%;
    }

    .shop-loop-head .shop-tools {
        margin-left: 0;
    }

    .shop-tools > *:first-child {
        padding-left: 0;
    }
}

@media only screen and (max-width: 563px) {

}

@media only screen and (max-width: 549px) {
    .footer-copyright .widget .menu li {
        padding-bottom: 0;
    }

    .footer-copyright {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 534px) {
    .colorSearchContainer .sp-preview {
        width: 100%;
    }

    .Dark .colorSearch .closeTrigger, .Light .colorSearch .closeTrigger,
    .colorSearchContainer .sp-dd {
        display: none;
    }

    input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea, select,
    textarea,
    .textarea {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .font-lists .hocwp-pagination > * {
        padding-left: 0;
        padding-right: 0;
    }

    .sp-container {
        left: 0 !important;
        right: 0 !important;
    }

    .sp-clear-enabled .sp-hue {
        margin-top: -10px;
        width: 28px;
        right: 0 !important;
        left: auto !important;
    }

    .sp-color {
        width: 135px;
    }

    .sp-clear-enabled .sp-clear {
        height: 23px;
        background-size: 68%;
    }

    .sp-container {
        width: 271px;
    }
}

@media only screen and (max-width: 420px) {
    .loop-grid-products, .masonry-container {
        display: block;
    }

    .shop-tools > *:not(:last-child) {
        display: none !important;
    }
}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 338px) {

}

@media only screen and (max-width: 330px) {

}

@media only screen and (max-width: 320px) {

}

@media print {

}

@-webkit-keyframes wd-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes wd-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}