@font-face {
  font-family: 'icomoon-joy';
  src:  url('../icons/icomoon.eot?au2rea');
  src:  url('../icons/icomoon.eot?au2rea#iefix') format('embedded-opentype'),
    url('../icons/icomoon.ttf?au2rea') format('truetype'),
    url('../icons/icomoon.woff?au2rea') format('woff'),
    url('../icons/icomoon.svg?au2rea#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="westa-icon-"], [class*=" westa-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-joy' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.westa-icon-bookmark:before {
    content: "\e901";
}
.westa-icon-clock:before {
    content: "\e902";
}
.westa-icon-award:before {
    content: "\e903";
}
.westa-icon-copy:before {
    content: "\e904";
}
.westa-icon-star:before {
    content: "\e905";
}
.westa-icon-trending-up:before {
    content: "\e906";
}
.westa-icon-fire:before {
    content: "\e907";
}
.westa-icon-trash-2:before {
    content: "\e908";
}
.westa-icon-x-circle:before {
    content: "\e909";
}
.westa-icon-search:before {
    content: "\e900";
}
.westa-search-bar-container * {
    box-sizing: border-box;
}
.westa-divider {
	background-color: rgb(229, 231, 235);
	height: 1px;
	width: 100%;
}
.westa-close-search-form{
	display: none;
	padding: 8px;
}
.westa-open-search-form {
    display: none;
}
.westa-search-form-inner {
    overflow: visible;
    position: relative;
    width: 100%;
}
.westa-search-form-input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}
.westa-search-form-close {
    display: none;
    padding: 8px;
    margin-left: 8px;
}
.westa-search-bar-container {
    width: 100%;
}
.westa-search-bar-container .relative {
    position: relative;
    width: 100%;
}
button.westa-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    border-radius: 8px 0 0 8px;
    width: 48px;
	border: 0;
    margin: 0;
    padding: 3px;
}
.westa-search-icon i {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
}
input[type="text"].westa-search-input {
    width: 100%;
    height: 44px;
    padding: 12px 16px 12px 56px;
    margin: 0;
    background-color: rgb(243, 244, 246);
    outline: 2px solid transparent;
    border: 1px solid transparent;
    outline-offset: 2px;
    border-radius: 8px;
    transition-duration: .2s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.westa-search-results {
    position: absolute;
    left: 0;
    z-index: 1050;
    top: 46px;
    overflow: auto;
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    padding: 16px;
    display: none;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.westa-search-results-container {
    padding: 16px 0;
    border-top: 1px solid #eee;
}
.westa-search-results-products {
    padding-bottom: 4px;
    margin-top: 4px;
    overflow: auto;
    display: flex;
}
.recent-searches, .popular-searches, .westa-search-results-brands,
.westa-search-results-categories, .westa-search-results-tags,
.westa-search-results-simillars, .westa-search-results-blog {
    margin-top: 14px;
}
.westa-items-container {
    padding-bottom: 8px;
    margin-top: 12px;
    overflow: auto;
    display: flex;
}
.westa-search-items {
    color: rgb(156, 163, 175);
    background-color: rgb(243, 244, 246);
    font-size: 12px;
    border: 1px solid rgb(148, 148, 148);
    border-radius: 20px;
    white-space: nowrap;
    padding:4px 12px;
	margin-left: 14px;
}
.westa-search-banner {
    display: block;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 16px;
}
.westa-search-banner img {
    width: 100%;
}
.westa-search-product,
.westa-search-post {
    color: rgb(75, 85, 99);
    padding: 12px 8px;
    border: 1px solid rgb(209, 213, 219);
    border-radius: 12px;
    width: 210px;
	min-width: 210px;
    display: flex;
	align-items: center;
    margin-bottom: 6px;
	margin-left: 12px;
}
.westa-search-product-img,
.westa-search-post-img {
    min-width: 60px;
    width: 60px;
}
.westa-search-product-img img, .westa-search-post-img img {
    max-width: 100%;
    height: auto;
}
.westa-search-title {
	display: flex;
	align-items: center;
	font-size: 16px;
}
.westa-search-title i {
	margin-left: 5px;
}
.westa-search-product-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgb(75, 85, 99);
    line-height: 26px;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.westa-search-product-content,
.westa-search-post-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgb(75, 85, 99);
    line-height: 26px;
    font-size: 12px;
    margin: 0 8px 0 0;
	padding: 0;
}
.westa-search-product-content p,
.westa-search-post-content p {
    margin: 0;
    padding: 0;
}
.westa-search-category {
    display: flex;
    flex-direction: column;
}
.westa-search-category-in {
    margin-right: 10px;
    color: rgb(156, 163, 175);
}
.westa-search-category-in .text-primary{
    color: #333;
}
.westa-search-results-tags {
	margin-bottom: 14px;
}

.westa-view-all-btn-wrapper {
    width: 100%;
    text-align: center;
    margin: 0;
}

.westa-view-all-btn {
    display: none;
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 6px;
    color: #5a5a5a;
    margin: 16px 0 12px 0;
    padding: 6px 20px;
}

.westa-view-all-btn:hover{
    background-color: #69727d;
    color: #fff;
    border-color: #69727d;
}

.c-scroll--primary::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.c-scroll--primary::-webkit-scrollbar-thumb {
    background: #5a5a5a;
}

.c-scroll--primary::-webkit-scrollbar-thumb:hover {
    background: #2c2c2c;
}

.c-scroll--primary::-webkit-scrollbar-track {
    background: transparent;
}

.c-loading {
    position: relative;
}

.c-loading::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.c-loading::after {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #cecece;
    border-right: 2px solid #2c2c2c;
    z-index: 2;
    -webkit-animation-name: inf-rotate;
    animation-name: inf-rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.westaweb-joy-overly {
    -webkit-filter: blur(4px) grayscale(0.5);
    -moz-filter: blur(4px) grayscale(0.5);
    -ms-filter: blur(4px) grayscale(0.5);
    -o-filter: blur(4px) grayscale(0.5);
    filter: blur(4px) grayscale(0.5);
}

.westa-search-results-products.westa-vertical .westa-search-product{
    width: 172px;
    min-width: 172px;
    flex-direction: column;
}

.westa-search-results-products.westa-vertical .westa-search-product-img {
    width: 100%;
}

.westa-search-bar-container.westa-dark input[type="text"].westa-search-input,
.westa-search-bar-container.westa-dark .westa-search-items{
    background-color: #1e1f33;
    color: #f9f9f9;
}

.westa-search-bar-container.westa-dark .westa-search-product-title,
.westa-search-bar-container.westa-dark .westa-search-product,
.westa-search-bar-container.westa-dark .westa-search-post,
.westa-search-bar-container.westa-dark .westa-search-product-content,
.westa-search-bar-container.westa-dark .westa-search-post-content{
    color: #f9f9f9;
}

.westa-search-bar-container.westa-dark .westa-search-results {
    background-color: #161623;
    color: #f9f9f9;
}
.westa-search-bar-container.westa-dark .westa-search-category-in {
    color: #f9f9f9
}
.westa-search-bar-container.westa-dark .westa-search-category-in .text-primary{
    color: #fff
}

.westa-search-bar-container.westa-dark #view_all_results {
    color: #fff;
    border-color: #f9f9f9;
}

.westa-search-bar-container.westa-dark .westa-divider{
    color: rgb(29 30 32);
}

.westa-search-bar-container.westa-red button.westa-search-icon{
    background-color: #e92e45;
    color: #fff;
}
.westa-search-bar-container.westa-red button.westa-search-icon:hover,
.westa-search-bar-container.westa-red .westa-view-all-btn:hover{
    background-color: #db0000;
    color: #fff;
}
.westa-search-bar-container.westa-red .westa-view-all-btn {
    color: #e92e45;
    border-color: #e92e45;
}

.westa-search-bar-container.westa-blue button.westa-search-icon{
    background-color: #2b4eda;
    color: #fff;
}
.westa-search-bar-container.westa-blue button.westa-search-icon:hover,
.westa-search-bar-container.westa-blue .westa-view-all-btn:hover{
    background-color: #1a36a8;
    color: #fff;
}
.westa-search-bar-container.westa-blue .westa-view-all-btn {
    color: #2b4eda;
    border-color: #2b4eda;
}

.westa-search-bar-container.westa-green button.westa-search-icon{
    background-color: #159415;
    color: #fff;
}
.westa-search-bar-container.westa-green button.westa-search-icon:hover,
.westa-search-bar-container.westa-green .westa-view-all-btn:hover {
    background-color: #046c0a;
    color: #fff;
}
.westa-search-bar-container.westa-green .westa-view-all-btn {
    color: #159415;
    border-color: #159415;
}

.westa-search-bar-container.westa-orange button.westa-search-icon{
    background-color: #ff6900;
    color: #fff;
}
.westa-search-bar-container.westa-orange button.westa-search-icon:hover,
.westa-search-bar-container.westa-orange .westa-view-all-btn:hover{
    background-color: #e55f02;
    color: #fff;
}
.westa-search-bar-container.westa-orange .westa-view-all-btn {
    color: #ff6900;
    border-color: #ff6900;
}

.westaweb-joy-scroll-container{
    position: relative;
}

.westaweb-joy-scroll-btn{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    z-index: 1;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.westaweb-joy-left-btn {
    right: 0;
}

.westaweb-joy-right-btn {
    left: 0;
}

@media (max-width: 1024px) {
    .westa-search-bar-container.responsive .westa-search-form-inner {
        overflow: auto;
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
		z-index: 99999;
        background: #fff;
    }
    .admin-bar .westa-search-bar-container.responsive .westa-search-form-inner {
        margin-top: 50px;
    }
    .westa-search-bar-container.westa-dark.responsive .westa-search-form-inner {
        background: #161623;
        color: #f9f9f9;
    }
	.westa-search-bar-container.responsive .westa-search-form-inner .westa-search-results {
		box-shadow: none;
		top: 60px;
	}
	.westa-search-bar-container.responsive .westa-close-search-form {
		display: inline-block;
	}
    .westa-search-bar-container.minimal-opener .westa-search-bar {
        display: none;
    }
    .westa-search-bar-container.responsive.minimal-opener .westa-search-bar {
        display: block;
    }
    .westa-search-bar-container.minimal-opener .westa-open-search-form {
        display: inline-block;
        font-size: 28px;
        cursor: pointer;
    }
    .westa-search-bar-container.responsive.minimal-opener .westa-open-search-form {
        display: none;
    }
    .westa-search-form-input-wrapper {
        padding: 12px;
    }
    .westa-search-form-close {
        display: block;
    }
    .westaweb_search_result {
        display: block;
        box-shadow: none;
        position: static;
    }
    .westa-search-product-img,
    .westa-search-post-img {
        min-width: 50px;
    }
}

@-webkit-keyframes inf-rotate {
    from {
        transform: translateX(-50%) translateY(-50%) rotate(0deg); }
    to {
        transform: translateX(-50%) translateY(-50%) rotate(360deg); }
}

@keyframes inf-rotate {
    from {
        transform: translateX(-50%) translateY(-50%) rotate(0deg); }
    to {
        transform: translateX(-50%) translateY(-50%) rotate(360deg); }
}