body .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before
{
    content: none;
}
body .header-bottom-nav .menu-item ul.nav-dropdown,
body #wide-nav .header-bottom-nav.nav li.menu-item>.nav-top-link:hover
{
    background-color: #f1f1f1;
}
body.nav-dropdown-has-arrow #wide-nav li.has-dropdown:after,
body.nav-dropdown-has-arrow.nav-dropdown-has-border #wide-nav li.has-dropdown:before
{
    border-bottom-color: #f1f1f1;
    border: none;
}
@keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }


body .accordion-title.active
{
    background:transparent;
    border-color:transparent;
   
}
body .accordion-title
{
    border-color:transparent;
}
.accordion-title.active span
{
    z-index: 3;
    position:relative;
    color:#1A5BA8 !important;
}
.accordion .active .toggle i
{
	color:#1A5BA8;
}
.active .icon-box-img svg
{
	color:#1A5BA8;
}
body.single-product
{
    background: #fff;
}
.policy-icon .icon-inner
{
    display:flex;
    align-items:center;
    margin:8px 0 0 0;
    transform:translateX(12px);
}
.custom-product-page .icon-box-left .icon-box-img
{
    width: 30px !important;
}
.custom-product-page .icon-box.featured-box
{
    margin-bottom:16px;
}
.article-votes-buttons
{
    display:flex;
    justify-content: center;
    align-items: center;
}
.article-votes-buttons .btn
{
    background:#333;
    display:flex;
    justify-content: center;
    align-items:center;
    width:220px;
    border-radius:8px;
    font-weight:400;
    font-size:14px;
    color:#fff;
    position:relative;
    overflow: hidden;
}
.article-votes-buttons .btn img
{
    width:22px;
    filter:invert(1);
    margin-left:10px;
}
.article-votes-buttons .btn:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, 0.8);
}
.article-votes-buttons .btn:hover:before
{
       opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.article-votes-count
{
    text-align:center;
    font-size:15px;
    color:#666;
}
body .flickity-prev-next-button svg
{
	background:url(../images/darrow.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
body .flickity-prev-next-button.previous svg
{
	transform: translate(-50%, -50%) rotate(180deg);
}
body .flickity-prev-next-button svg path
{
	fill: transparent;
	border-color: transparent;
	stroke: none;
	opacity: 0;
}
body  .slider-nav-reveal .flickity-prev-next-button
{
	box-shadow:none !important;
}
.article-votes-buttons .btn:hover,
.article-votes-buttons .btn.active
{
	background:#1A5BA8;
}
.woocommerce-form-coupon-toggle,
form.checkout_coupon,
.woocommerce-privacy-policy-text
{
	display:none;
}
#customer_details .title-header
{
	margin:1rem 0;
}
.woocommerce-NoticeGroup
{
	padding:.75rem 0 0;
}
/* Comment */
#reviews
{
    display:flex;
    flex-direction: column;
    margin: 0 0 1.75rem;
}
#comments,
#dt_comment
{
    order:2;
}
#reply-title,
#email-notes,
.required-field-message,
.comment-form-cookies-consent
{
    display:none;
}
.comment-count
{
    display:block;
    text-align:center;
    font-size:18px;
    font-weight:500;
    color:#1A5BA8;
    position:relative;
}
.comment-count:before
{
    content:'';
    width:100%;
    height:0;
    border-top:thin solid #ccc;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}
.comment-count span
{
    position:relative;
    z-index:2;
    background:#fff;
    padding:0 8px;
}
.comment-respond .comment-form-comment
{
    background:#F0EFEF;
    padding:4px 24px 10px;
    border-radius:12px;
    flex-basis: 72%;
    max-width: 72%;
}
#comment,
#dt_comment
{
    margin:0;
    height: 38px;
    min-height: 38px;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: thin solid #ccc;
    text-align: center;
    max-width: 100%;
    font-family: SF Pro Display Light;
}
#commentform,
#dt_commentform
{
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0;
}
.comment-respond .form-submit
{
    flex:none;
    width:28%;
}
.form-submit #submit.btn,
.form-submit #dt_submit.btn
{
    border:thin solid #1A5BA8;
    background:#fff;
    border-radius:8px;
    color:#1A5BA8;
    text-transform:none;
    font-weight:400;
    margin: 0;
    width: 100%;
    font-family: SF Pro Display Light;
    transition: all 0.2s ease-in-out;
}
.form-submit #submit.btn:hover,
.form-submit #dt_submit.btn:hover
{
    background:#1A5BA8;
    color:#fff;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email
{
    order:3;
    flex-basis: calc((100% - 16px)/2);
    max-width: calc((100% - 16px)/2);
    padding: 0;
    display: none;
}
#reviews form p:not(.comment-notes)
{
    margin-bottom:16px;
}
#reviews form input:not([type=submit])
{
    min-height:46px;
    text-align:center;
    font-weight:400;
    background:#fff;
    border-radius:8px;
    color:#1A5BA8;
    border-color:#1A5BA8;
    text-transform:none;
    margin: 0;
    box-shadow: none;
    font-family: SF Pro Display Light;
}
#reviews input::placeholder 
{
  color:#1A5BA8;
}
#review_form_wrapper
{
    margin-bottom:20px;
}
.review-inner
{
    display:flex;
}
#reviews .commentlist>li
{
    margin-left:0;
    border: none;
    margin-bottom: 12px;
}
.review-author
{
    margin-right:20px;
    width:60px;
   
}
.review-author img
{
    width:100%;
     border-radius:50%;
    box-shadow:0.025rem 0.025rem 0.25rem 0.05rem rgb(0 0 0 / 12%);
}
.review-author-name cite
{
    font-style: normal;
    color:#333;
    font-size:18px;;
    font-family: SF Pro Display Medium;
}
.comment-content p
{
    font-size:15px;
    font-weight:400;
    color:#676767;
    margin:0;
    font-family: SF Pro Display Light;
}
.review-info
{
    display:flex;
    flex-wrap:wrap;
}
.review-info__header,
.comment-content
{
    flex-basis:100%;
}
.comment-action,
.review-time
{
    font-style:italic;
    font-size:15px;
    font-family: SF Pro Display Light;
    letter-spacing: .75px;
}
.review-time
{
    color:#676767;
}
.comment-action
{
    margin-right:12px;
}
.comment-action::after
{
    content:'-';
    position:relative;
    right:-4px;
}
.comment-action a
{
  color:#1A5BA8;
}
.review-info__header em
{
    font-size:14px;
    color:#aaa;
     font-family: SF Pro Display Light;
}
.children
{
    background:#EFEFEF;
    margin:0;
    border-radius:20px;
    padding:4px 5px 10px;
    position:relative;
}
.children .review-author
{
    width:50px;
}
.children .review-author-name
{
    display:none;
}
.children:after, .children:before {
	bottom: 100%;
	left: 32px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.children:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #EFEFEF;
	border-width: 8px;
	margin-left: -8px;
}
.children:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #EFEFEF;
	border-width: 8px;
	margin-left: -8px;
}

.woocommerce-pagination ul
{
	display:flex;
	list-style-type:none;
	justify-content:center;
}
.woocommerce-pagination ul a,
.woocommerce-pagination ul span
{
	width:40px;
	padding:6px;
	border-radius:6px;
	border:thin solid #ccc;
	display:flex;
	justify-content:center;
	font-size:14px;
}
.woocommerce-pagination ul a:hover,
.woocommerce-pagination ul span
{
	background:#1A5BA8;
	border-color:#1A5BA8;
	color:#fff;
}
.woocommerce-pagination ul.page-numbers li
{
	margin-left:12px;
}
.ctcommnent-reply
{
	margin-left:calc(1.3em + 40px + 28px);
	margin-right:32px;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:thin solid #ccc;
	display:block;
	color:#bbbbbb;
    font-family: SF Pro Display Light;

}
.ctcommnent-reply:hover
{
    color: #ccc;
}
.review-author span
{
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:900;
	font-family:arial;
	font-size:28px;
	 border-radius:50%;
    box-shadow:0.025rem 0.025rem 0.25rem 0.05rem rgb(0 0 0 / 12%);
    color:#1A5BA8;
    text-transform: uppercase;
}
.children .review-author span
{
	width:50px;
	height:50px;
	font-size:24px;
}

/* Coupon */
.coupon-carousel-item,
.coupon-popup__item-main
{
	background-image:url(../images/coupon-badge.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	display:flex;
	padding:8px !important;
	font-family:'SF Pro Display Bold';
	color:#676767;
    font-size: 16px;
}
.coupon-carousel-item,
.coupon-list-wrapper>span
{
    cursor: pointer;
}
.coupon-carousel__code
{
	text-transform:uppercase;
	flex:none;
	width:25%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font-family:'SF Pro Display Bold';
	color:#676767;
	font-size:20px;
	line-height:1.2;
}
.coupon-carousel__info
{
	text-align:center;
	padding:8px 24px;
}
.coupon-carousel__info span
{
	display:block;
	font-family:SF Pro Display Light;
	font-size:14px;
}
.coupon-popup-wrapper
{
	max-width: 520px;
	width: 100%;
	padding: 1rem 1.5rem;
	box-shadow: 3px 3px 6px 0 rgb(0 0 0 / 12%);
	border-radius: 2px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .09);
	position: absolute;
	z-index: 9;
	top: calc(100% + 10px);
	left: 0;
	display: none;
}
.coupon-popup-wrapper.active
{
    display: block;
}
.coupon-popup__title
{
	font-size:18px;
	color:#676767;
	display: block;
	margin-bottom: 12px;
}
.coupon-popup__item
{
	margin-bottom:12px;
}
.coupon-popup__item,
.coupon-popup__item-main
{
	display:flex;
	align-items:center;
}
.coupon-popup__item-main
{
	flex-grow:1;
}
.coupon-popup__item .btn
{
	background:#1A5BA8;
	font-size:13px;
	text-transform:none;
	font-family:SF Pro Display Light;
	white-space:nowrap;
	color:#fff;
	border-radius:6px;
	line-height:1;
	padding: 6px 12px;
	min-height: auto;
	margin: 0;
    cursor: pointer;
    transition: all .25s;
}
.coupon-popup__item .btn:hover
{
    background:#FECC4F;
}
.coupon-popup__item__code
{
	flex:none;
	width:25%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	color:#676767;
	font-size:18px;
	line-height:1.2;
	text-transform:uppercase;
}
.coupon-popup__item__info
{
	text-align:center;
	padding:8px 12px;
	font-size:14px;
}
.coupon-popup__item__info span
{
	display:block;
	font-size:13px;
	font-family:SF Pro Display Light;
}
.coupon-popup__item-apply
{
	margin-left:10px;
}
.coupon-popup-wrapper:after, .coupon-popup-wrapper:before {
	bottom: 100%;
	left: 32px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.coupon-popup-wrapper:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
.coupon-popup-wrapper:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ccc;
	border-width: 9px;
	margin-left: -8.5px;
}
.single-product .product .add-to-cart-container .single_add_to_cart_button
{
	background:#FECC4F;
	border-radius:8px;
	border-color:#FECC4F;
	font-family:SF Pro Display Light;
	font-size:16px;
	height: 46px;
	width: calc(100% - 115px - 1rem);
	box-sizing: border-box;
}
.single-product .product .add-to-cart-container .single_add_to_cart_button:hover
{
	background:#f8b91b;
	border-color:#f8b91b;
	box-shadow:inset 0 0 0 100px rgb(0 0 0 / 6%);
}
.product .quantity input[type=number]
{
	background:#fff;
    box-shadow: none;
}
.product .quantity
{
	width:105px;
}
.coupon-list-wrapper
{
	margin:0 0 1.25rem;
    position: relative;
}
.coupon-list-wrapper>span
{
	text-align:center;
	display:block;
	font-family:SF Pro Display Light;
	margin:0 0 .25rem;
}
.woocommerce-checkout .coupon-list-wrapper *:not(.btn):not(i):not(.coupon-apply-result)
{
	color:#1A5BA8;
}
.woocommerce-checkout .coupon-list-wrapper>span
{
	text-align:left;
	color:#676767 !important;
	position:relative;
}
.woocommerce-checkout .coupon-list-wrapper>span i
{
    position:absolute;
    right:0;
}
.coupon-apply-result
{
	color:#ea0303;
	font-size:15px;
	display:block;
	position:relative;
	top:-6px;
}
.coupon-apply-result.success
{
    color: green;
    background: transparent;
}
.coupon-popup-wrapper
{
	text-align:left;
}
.coupon-list-table .coupon-list-wrapper
{
	border-top:thin solid #ddd;
    margin:0 0 1.5rem;
	padding:.5rem 0 0;
}
.coupon-list-table .coupon-list-wrapper:after
{
	content:'';
	position:absolute;
	width:100%;
	height:0;
	border-bottom:thin solid #ddd;
	left:0;
	bottom:-30px;
}
.coupon-list-table .coupon-list-wrapper>span
{
	margin-bottom:.75rem;
}
.woocommerce-checkout-review-order-table .order-total>*
{
	padding:.75rem 0 0;
	border-top:thin solid #ddd !important;
}
.woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2)> *
{
	padding:0 0 2.75rem;
}
.woocommerce-checkout-review-order-table tfoot tr:not(.coupon-list-table) *
{
	line-height:1.55;
    
}
.woocommerce-checkout-review-order-table tfoot tr:not(.coupon-list-table) td
{
    color: #1A5BA8;
}
/* Filter */
#main .yith-wcan-filters .yith-wcan-filter[data-filter-id="0"]
{
	min-width:auto;
}
.mega-filter .active-filter>b
{
	display:none;
}
#main .yith-wcan-filters .yith-wcan-filter[data-filter-id="0"] .filter-title
{
    height: 46px;
    padding: 10px 0px;
    position: relative;
    box-shadow: none;
    text-transform: uppercase;
    padding-left: 62px;
}
#main .yith-wcan-filters .yith-wcan-filter[data-filter-id="0"] .filter-title:before
{
    content: '';
    position: absolute;
    width: calc(46px + 20px);
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/filter.svg);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
}
#main .yith-wcan-filters .yith-wcan-filter .filter-title
{
	height:46px;
	font-size:14px;
	 font-family: SF Pro Display Light;
     padding-left: 10px;
     padding-right: 18px;
}
body .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter
{
	min-width:auto;
}
#main .yith-wcan-filters .yith-wcan-filter[data-filter-id="0"] .filter-title:after
{
	content:none;
}
#main .yith-wcan-filters .yith-wcan-filter .filter-title.opened
{
	
	background-color:#1A5BA8;
}
#main .yith-wcan-filters .yith-wcan-filter .filter-title.opened:before
{
	background-image:url(../images/filter_white.svg);
}
.filter-title h3
{
	font-family: SF Pro Display Light;
}
#main .yith-wcan-filters .yith-wcan-filter .filter-title.opened
{
	color:#fff;
}
#main .yith-wcan-filters .yith-wcan-filter .filter-title.opened:after
{
	color:#fff;
	filter: brightness(00) invert(1);
}
#main .yith-wcan-filters .yith-wcan-filter:not(:last-child)
{
	margin-right:10px;
}
#main .yith-wcan-filter.filter-orderby
{
	position: relative;
	float: right;
}
#main .filter-content
{
	background:#fff;
	box-shadow:none;
	border-radius:12px;
	border-color:#e0dede;
	padding-bottom: 0;
}
.filter-all-title
{
	text-transform:uppercase;
	color:#1A5BA8;
	font-size:1.25rem;
}
#main .filter-items.filter-text.level-0>li.hierarchy-collapsable>a
{
	text-transform:uppercase;
	color:#1A5BA8;
}
#main .filter-items.filter-text.level-0 *,
body .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .matching-items a
{
	font-family: SF Pro Display Light;
}
#main .filter-items.filter-text.level-0
{
	padding-right:1.5rem;
	max-height: 350px;
}
#main .filter-items.filter-text.level-0>li.hierarchy-collapsable>a
{
	display:block;
	padding:.5rem 0 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle
{
	width: 30px;
	top: 12px;
	right:0;
	filter: invert(29%) sepia(14%) saturate(7163%) hue-rotate(194deg) brightness(90%) contrast(90%);
}
#main .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul
{
	padding-left: 0;
	margin: 0;
	padding-bottom: 10px;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a
{
	position:relative;
    font-size: 14px;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item:not(.hierarchy-collapsable) > a:before
{
	    display: inline-block;
    position: absolute;
    bottom: -.26rem;
    width: 100%;
    content: "";
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    height: .0625rem;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover:before,
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a:before
{
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #1A5BA8;
}
.filter-content-footer+.filter-content-footer
{
    display:none !important;
}
#main .filter-items.filter-text.level-0t::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 .375rem rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
#main .filter-items.level-0::-webkit-scrollbar-thumb {
	background-color: #1A5BA8;	
}
#main .filter-items.level-0::-webkit-scrollbar{
	width: .625rem;
	background-color: #F5F5F5;
}

#main .filter-items.level-0::-webkit-scrollbar
{
	width: .125rem;
	background-color: #fff;
}
body .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .apply-filters
{
	background:transparent;
	min-width:150px;
	border-color:#1A5BA8;
	border-radius:8px;
	color:#1A5BA8;
	font-family: SF Pro Display Light;
}
body .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .apply-filters:hover
{
	background:#1A5BA8;
	color:#fff;
}
body .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer
{
	margin:0;
	padding: .5rem 0;
}
#main .yith-wcan-filters .yith-wcan-filter[data-filter-id="0"] .filter-title .filter-count
{
	position:absolute;
	right: -16px;
	top: -8px;
	background: #fff;
}
body .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable span.filter-count
{
	font-size:12px;
	border: thin solid #ccc;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	line-height: 1.35;
}
body .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer
{
	display:flex;
	justify-content:space-between;
    background: #fff;
}
body .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .apply-filters
{
	flex-grow:1;
}
body .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .clear-selection
{
	background: #e6e6e6;
	border-radius:8px;
	color: #000;
	font-family: SF Pro Display Light;
}
.filters-container .clear-selection
{
    display: none;
}
#main .yith-wcan-filters .yith-wcan-filter[data-filter-id="0"] .filter-title.opened .filter-count
{
    color:#333;
}
body .searchform-wrapper .autocomplete-suggestions::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 .375rem rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	}
body .searchform-wrapper .autocomplete-suggestions::-webkit-scrollbar-thumb {
		background-color: #1A5BA8;	
	}
body .searchform-wrapper .autocomplete-suggestions::-webkit-scrollbar{
		width: .625rem;
		background-color: #F5F5F5;
}
body .searchform-wrapper .autocomplete-suggestions::-webkit-scrollbar
{
		width: .25rem;
		background-color: #fff;
}
.live-search-results .autocomplete-suggestion
{
    background:#fff;
    margin-bottom:10px;
    position:relative;
    display: flex;
    align-items: flex-start;
    border-radius:6px;
}
.autocomplete-suggestion img
{
    border:thin dashed #ccc;
    height: 80px !important;
}
.autocomplete-suggestion img+.search-name
{
    font-size:15px;
    font-family: SF Pro Display Light;
    color:#000;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.autocomplete-suggestion .search-price
{
    position:absolute;
    left:110px;
    bottom: 6px;
}
.autocomplete-suggestion .search-price .amount
{
    color:#000;
    font-family: SF Pro Display Light;
    font-size:22px;
    
}
.autocomplete-suggestion .search-name
{
    font-size:16px;
    color:#000;
    font-family: SF Pro Display Light;
}
.yith-wcan-reset-filters
{
    position: static;
    background: transparent;
    min-width: 150px;
    border-color: #1A5BA8;
    border-radius: 4px;
    color: #1A5BA8;
    font-family: SF Pro Display Light;
    margin: 0 0 0 10px;
    height: 46px;
}
.yith-wcan-reset-filters:hover
{
	background:#1A5BA8;
	color:#fff;
}
body .current-dropdown .cart-icon strong
{
	background:rgb(26,89,166);
	border-color: rgb(26,89,166);
}
body .current-dropdown .cart-icon strong:after
{
	border-color:rgb(26,89,166);
}

.nav>.cart-item .cart-img-icon
{
    width:20px;
}
.nav>.cart-item:hover .cart-img-icon
{
    filter: invert(29%) sepia(14%) saturate(7163%) hue-rotate(194deg) brightness(90%) contrast(90%);

}
.cart-item [data-icon-label]:after
{
	color:#000;
	font-family: SF Pro Display Light !important;
	box-shadow: none;
	border: thin solid #ccc;
}
.nav>.cart-item:hover [data-icon-label]:after
{
	background:#1A5BA8;
	color:#fff;
}
body #wrapper .slider-show-nav .flickity-prev-next-button
{
    top:50%;
    bottom: auto;
    transform: translateX(0) translateY(-50%)!important;
}
.megamenu .sub-menu.nav-dropdown
{
    padding-top:1rem;
}

.mega-menu .ux-menu-link__link
{
    display:flex;
    flex-direction:row-reverse;
    align-items:center;
}
.mega-menu .ux-menu-link__link i
{
    margin-left:.25rem;
}
.mega-menu .ux-menu-link__icon+.ux-menu-link__text
{
    padding-left:0;
}
.mega-menu .ux-menu-link__link:hover,
.mega-menu .ux-menu-link:hover .ux-menu-link__link
{
    color: #1A5BA8;
}
.dtoverlay,
.dtoverlay2
{
    height: 100%; 
    
}
.dtoverlay:before,
.dtoverlay2:before
{
    content:'';
    position:fixed;
    width:100%;
    height: 100vh;
    background: #0000007a;
    left:0;
    top:0;
    z-index: 99;
    
}
/**/
#main .mega-filter .filter-content
{
    width: 900px;
}
#main .mega-child-filter .filter-content
{
    left: 50%;
    transform: translateX(-50%);
}
body .yith-wcan-active-filters .active-filter
{
    margin-right: 0;
}
#main .mega-filter:not(.mega-child-filter) .filter-items.filter-text.level-0
{
    display:flex;
    align-items:flex-start;
    justify-content: flex-start;
    flex-wrap:wrap;
    padding: 0;
    max-height: 50vh;
}
#main .mega-child-filter .filter-items.filter-text.level-0
{
	max-height: 50vh;
	overflow-y: scroll;
}
#main .mega-filter:not(.mega-child-filter) .filter-items.filter-text.level-0>li
{
   flex:none;
   max-width:100%;
   min-width: 100%;
   margin-right: 16px;
   margin-bottom: 0;
}
.mega-filter ul.filter-items,
.mega-child-filter ul.filter-items
{
	display:flex;
    flex-wrap: wrap;
	margin:.375rem 0 0 !important;
}
.mega-filter ul.filter-items > li:not(:last-child),
.mega-child-filter ul.filter-items > li:not(:last-child)
{
	margin-right:.75rem !important;
}
.mega-filter ul.filter-items > li,
.mega-child-filter ul.filter-items>li
{
	margin-bottom:.75rem !important;
}
.mega-filter ul.filter-items a,
.mega-child-filter ul.filter-items a
{
	padding:.5rem 1rem;
	text-align:center;
	border:thin solid #ccc;
}
.mega-filter ul.filter-items .active > a,
.mega-filter ul.filter-items li:hover > a,
.mega-child-filter ul.filter-items .active > a,
.mega-child-filter ul.filter-items li:hover > a
{
	border-color:rgb(26, 89, 166);
}
body .yith-wcan-filters .yith-wcan-filter.mega-filter .filter-items .filter-item:not(.hierarchy-collapsable) > a:before
{
	content:none;
}
#main .mega-filter:not(.mega-child-filter) .filter-items.filter-text.level-0>li:first-child
{
	margin-top:.75rem;
    /* opacity: 0;
    visibility: hidden;
    height: 0 !important; */
}
.mega-filter .filter-content>.term-label
{
	text-transform:uppercase;
	margin-bottom:.75rem;
	display:block;
}
.term-label + .term-label
{
	display:none;
}
#main .mega-filter .filter-item.hierarchy-collapsable .toggle-handle
{
    display:none;
}
#main .mega-filter .filter-content-footer .apply-filters
{
    max-width:200px;
}
#main .mega-filter .filter-content-footer
{
    justify-content:center;
    background: #fff;
}
.yith-wcan-active-filters
{
    display:none;
}
.mega-filter .yith-wcan-active-filters
{
    display:block;
    border-bottom: thin dashed #ccc;
    border-top: thin dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 6px;
    padding-top: 10px;
    margin-top: 6px;
}
.mega-filter .yith-wcan-active-filters h4,
.mega-filter .yith-wcan-active-filters b
{
    font-weight: 400;
}
.storelist
{
    display:none;
    position:fixed;
    width:600px;
    background-color:#fff;
    left:50%;
    top:50%;
    box-shadow:1px 1px 10px rgb(0 0 0 / 15%);
    transform:translate(-50%,-50%);
    z-index:9999;
    flex-wrap:wrap;
    flex-direction:column;
    padding:1rem 1.75rem;
    border-radius:8px;
}
@keyframes fadeIn {
from {
    opacity: 0;
}

to {
    opacity: 1;
}
}
.storelist.show
{
    display:flex;
    animation: fadeIn .5s;
}
.storelist .storelist-title
{
    width:100%;
    text-transform:uppercase;
    font-family:SF Pro Display Bold;
    text-align:center;
}
.storeitem
{
    position:relative;
    padding-left:1rem;
    
}
.ux-menu-link__text
{
    cursor: pointer;
}
.storeitem:before
{
    content:'-';
    position:absolute;
    left:0;
    top:.375rem;
}
.storeitem p
{
    margin:.375rem 0;
}
body .slider-nav-outside .flickity-prev-next-button
{
    top: 50%;
}

/*--------------------------------------------------------------
>>> Loading
--------------------------------------------------------------*/
.loadingc,
.loadingc .overlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadingc .overlay
{
  z-index: -1;
}
.loadingc
{
  display: none;
}
.loadingc.show
{
  display: flex;
}
.overlay
{
  opacity: .65;
  background-color: #000;
}
.loader{
  position: relative;
  height: 3rem;
  width: 3rem;
  margin: 3.125rem auto 0;
}
.spinner{
  width: 3rem;
  height: 3rem;
  margin: 0;
  border-top: .625rem solid #FECC50;
  box-shadow: .25rem .25rem .25rem #d2d2d2 inset;
  border-right: .625rem solid transparent;
  border-radius: 50%;
  animation: 1.5s spin-1 linear infinite;
}
.spinner-2{
  width: 3rem;
  height: 3rem;
  margin: 0;
  border-top: .625rem solid #1A5BA8;
  border-left: .625rem solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  animation: 1.5s spin-2 linear infinite;
}
@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes spin-1{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}
@keyframes spin-2{
  from{ transform: rotate(360deg); }
  to{ transform: rotate(0deg); }
}
body #comments .comment-respond
{
    background-color: transparent;
    padding-top: 0;
}
#comments .comment-respond #dt_reply-title
{
    margin:0 0 .5rem;
    display:block;
    font-size:18px;
    color:#1A5BA8;
}
#dt_cancel-comment-reply-link
{
    position:absolute;
    right:10px;
    top:0;
    font-size:0;
    width:16px;
    height:16px;
    background-image:url(../images/clear.svg);
    background-size:100%;
    cursor:pointer;

}
.comment-list li, .commentlist li
{
    margin-left: 1rem;
}
#dt_respond
{
    position:relative;
}
.product-gallery-slider
{
    max-width:100%;
}
.flex-control-thumbs
{
    display: none !important;;
}
.product-thumbnails img
{
    border-style: dashed;
    border-width: 1px;
    border-color: #dbdbdb;
}
.product-thumbnails .is-nav-selected img,
.product-thumbnails a:hover img
{
    border: none;
}
.product-thumbnails.slider .flickity-prev-next-button
{
	z-index:999;
}
.product-thumbnails.slider .flickity-prev-next-button.next
{
	right:-28px;
}
.product-thumbnails.slider .flickity-prev-next-button.previous
{
	left:-28px;
}
.product-thumbnails.slider .flickity-prev-next-button
{
    opacity: .7;
    transform: translateX(0)!important;
}
.mega-filter .level-1 + .filter-content-footer,
.mega-filter:not(.mega-child-filter) ul.filter-items ul.filter-items  + .filter-content-footer
{
    display:none !important;	
}
.mega-filter:not(.mega-child-filter) .level-0.filter-item>a 
{
	cursor:auto;
	pointer-events:none;
	padding: 0 !important;
}
.mega-filter span.amount
{
    font-weight: 400;
}
.filter-item-mega>span
{
	color: #1A5BA8;
}
.archive .woocommerce-info
{
    max-width: 90%;
    margin: auto;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.with-image
{
	width: calc((100% - 60px)/7);
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	background: transparent;
	border-radius: 0;
	border: thin solid #ccc;
	box-shadow: none;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.with-image:hover,
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.with-image.active
{
	border-color:rgb(26, 89, 166);
	box-shadow: 0 0 0 1px rgb(26, 89, 166) !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a *,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item:hover > a *
{
	color:rgb(26, 89, 166);
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.with-image:nth-child(7n+7)
{
	margin-right:0;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.with-image > a
{
	border:none;
	display: flex;
    align-items: center;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image:not(.label-right) > a:after
{
	content:none;
}
/* */
.prdctfltr_filter_title,
.prdctfltr_buttons .prdctfltr_sale,
.prdctfltr_buttons .prdctfltr_instock,
.prdctfltr_buttons .prdctfltr_woocommerce_filter_submit,
.prdctfltr_ft_none,
.prdctfltr_reset
{
	display:none !important;
}
.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter_inner
{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	height: auto !important;
	margin-bottom: calc(40px + 10px) !important;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: thin solid #ddd;
}
.prdctfltr_wc.pf_select .prdctfltr_filter,
.dt-mega-fillter__btn
{
    position: relative !important;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    left: unset !important;
    top: unset !important;
}
.prdctfltr_wc.pf_select .prdctfltr_filter .prdctfltr_regular_title,
.dt-mega-fillter__btn
{
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-left: 8px;
	padding-right: 24px;
	padding-top: 0;
	padding-bottom: 0;
	height: 40px;
	line-height:38px;
	position: relative;
}
.dt-mega-fillter__btn
{
	display:flex;
	align-items:center;
	padding-right:12px;
    cursor: pointer;
}
.dt-mega-fillter__btn img
{
	width:24px;
	margin-right:.5rem;
}
.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter_inner>*:not(:last-child)
{
	margin-right:10px;
	margin-bottom:10px;
}
body .prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-down,
body .prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-up
{
	top:50%;
	transform:translateY(-50%);
	right:5px;
}
.prdctfltr_wc.pf_select .prdctfltr_filter.prdctfltr_orderby
{
	position: absolute !important;
	top: calc(100%)!important;
	left: auto !important;
	right: 0;
}
.prdctfltr_wc.pf_select .prdctfltr_filter.prdctfltr_orderby .prdctfltr_regular_title
{
	text-transform:none;
}
body .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll
{
	position: absolute;
	left: 0px;
	top: calc(100% + 10px);
	z-index: -1;
	height: 0;
	width: 900px;
	border: thin solid #e0dede;
	border-radius: 1em;
	background: #fff;
	opacity: 1;
	height: unset;
	z-index: 101;
	transition: opacity 200ms;
	left: 50% !important;
	transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
body .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll .prdctfltr_checkboxes
{
	display:flex;
	flex-wrap:wrap;
}
body .prdctfltr_filter label
{
	background:#fff;
	border:thin solid #e0dede;
	margin-right:10px;
	border-radius:6px;
	font-weight:400;
	padding:2px 10px;
	font-size:13px;
	border-width:thin;
    cursor: pointer;
}
body .prdctfltr_filter label:last-child
{
    margin-right: 0;
}
body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before,
body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before
{
	content:none;
}
body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active,
body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover
{
	color:#1A5BA8;
	border:2px solid #1A5BA8;
}
.prdctfltr_wc.pf_select .prdctfltr_filter
{
	transform: unset !important;
}
.filter-footer
{
	border-top:thin solid #ddd;
	padding-top:1rem;
	margin:1rem 0 0;
	display:flex;
	justify-content:center;
}
.filter-footer a
{
	border:thin solid #ddd;
	border-radius:6px;
	font-size:13px;
	padding:3px 16px;
	cursor:pointer;
	font-weight:400;
}
.filter-footer .apply-filters
{
	margin-left:1rem;
	background:#1A5BA8;
	color:#fff;
}
.filter-footer .clear-selection
{
	display:none;
}
body .prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter.active .prdctfltr_regular_title
{
	color:#1A5BA8;
	font-weight:600;
}
.prdctfltr_regular_title>.filter-count,
.dt-mega-fillter__btn>.filter-count
{
	font-size: 12px;
    border: thin solid #ccc;
    min-width: 16px;
    width: max-content;
    height: 16px;
    border-radius: 3px;
    line-height: 1.2;
    font-weight:400;
    display:inline-block;
    text-align:center;
    color:#999;
}
.dt-mega-fillter__btn>.filter-count
{
    margin-left: 4px;
}
.prdctfltr_regular_title>.filter-count:after
{
	content:none;
}
.dt-mega-fillter-wrap
{
	position: absolute;
    left: 0px;
    top: 100px;
    z-index: -1;
    height: 0;
    width: 900px;
    border: thin solid #e0dede;
    border-radius: 1em;
    background: #fff;
    opacity: 1;
    height: unset;
    z-index: 101;
    transition: opacity 200ms;
    left: 0 !important;
    display:none;
    padding:1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.dt-mega-fillter
{
	display:flex;
	flex-direction:column;
}
.prdctfltr_wc.prdctfltr_woocommerce.pf_select .dt-mega-fillter-wrap .prdctfltr_filter .prdctfltr_regular_title,
.dt-prdctfltr_collector>span
{
	border:none;
	font-weight:600;
	height: auto;
	line-height: 2.8;
	padding: 0;
	pointer-events: none;
	text-transform:uppercase;
	font-size:14px;
	color:#333;
}
.prdctfltr_wc.prdctfltr_woocommerce.pf_select .dt-mega-fillter-wrap .prdctfltr_filter .prdctfltr_regular_title *
{
	display:none;
}
body .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .dt-mega-fillter-wrap .prdctfltr_add_scroll
{
	position:static;
	display: block;
	transform: none;
	box-shadow: none;
	border: none;
	background: transparent;
	max-width: 100%;
	padding: 8px 0;
    border-radius: 0;
}
.dt-mega-fillter
{
	overflow-y:auto;
	max-height:50vh;
    -webkit-overflow-scrolling: auto;
    height: 100vh;
    
}
body .prdctfltr_woocommerce.prdctfltr_wc .prdctfltr_woocommerce_ordering
{
	margin-left:0;
	margin-right:0;
}

.dt-mega-fillter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 .375rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
 }
.dt-mega-fillter::-webkit-scrollbar-thumb {
	 background: #1A5BA8;	
 }
.dt-mega-fillter::-webkit-scrollbar
{
    width: .325rem;
    background-color: #fff;
} 
body .simplebar-scrollbar::before {
	width:.25rem;
	opacity:1 !important;
    background-color: #1A5BA8;
}
.dt-prdctfltr_collector
{
display: none;
margin-bottom: 4px;
}
.dt-mega-fillter-wrap .simplebar-track.simplebar-horizontal
{
    display: none;
}
.prdctfltr_collector-wrap .prdctfltr_collector
{
	margin:0;
}
.dt-prdctfltr_collector
{
	border-bottom:thin solid #e0dede;
	padding-bottom:4px;
    margin-top: -10px;
}
.dt-prdctfltr_collector .prdctfltr_collector_flat>span
{
	background:transparent;
	border:thin solid #e0dede;
	position:relative;
	font-size: 13px;
}
.dt-prdctfltr_collector .prdctfltr_title_remove
{
	position:absolute;
	right: -8px;
	top: -8px;
	border:thin solid #e0dede;
	border-radius:50%;
	width: 18px;
	height: 18px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 12px;
	background: #fff;
}
.archive_product-wrap .woocommerce-no-products-found .message-wrapper
{
	display:block;
    margin-bottom: 1rem;
}
.dt-mega-fillter-header
{
    display: none;
}
.dt-mega-fillter__btn
{
	color:#444;
}
.dt-mega-fillter__btn.active
{
	color:#1A5BA8;
	font-weight:600;
}
.dt-mega-fillter__btn.active img
{
    filter: invert(25%) sepia(63%) saturate(1890%) hue-rotate(195deg) brightness(92%) contrast(89%);
}
body .xwc--pf-loader-overlay:after
{
	border-bottom-color:#1A5BA8;
}
body .prdctfltr_wc
{
    margin-bottom: 20px;
}
.prdctfltr_wc.pf_select .dt-mega-fillter .prdctfltr_filter.prdctfltr_orderby
{
    position:static !important;
}
.archive .woocommerce-info.woocommerce-no-products-found
{
    text-align:left;
    margin-bottom:2rem;
    max-width: unset;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1023px){
    .dtoverlay,
    .dtoverlay2
    {
        height: 100%; 
        overflow: hidden;
    }
    body .slider-nav-outside .flickity-prev-next-button
    {
        top:40%;
    }
    body .slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg
    {
        margin-top: -50px;
    }
    .article-votes-buttons .btn
    {
        width: 50%;
        white-space: nowrap;
        font-size:13px;
        max-width: 250px;
    }
    .comment-respond .comment-form-comment
    {
        max-width:100%;
        flex-basis:100%;
    }
    .comment-respond .form-submit
    {
    	order:5;
    	width:100%;
        text-align: center;
        
    }
    .form-submit #submit.btn
    {
        max-width: 300px;
    }
    .coupon-carousel__code
    {
    	font-size:16px;
    }
     .coupon-popup__item__code,
     .coupon-carousel__info
     {
     	font-size:13px;
     }
     .coupon-carousel__info
     {
        padding: 8px 16px;
     }
     .coupon-popup__item__info
     {
     	font-size:13px;
     }
    .coupon-popup-wrapper
    {
    	padding:1rem .5rem;
    }
    .coupon-popup__item__info span,
    .coupon-carousel__info span
    {
        font-size: 12px;
    }
    .coupon-popup__item
    {
        flex-wrap: wrap;
        justify-content: center;
    }
    .coupon-popup__item-apply
    {
        margin: 8px 0 0;
    }
    .coupon-popup__item-main
    {
        width: 100%;
    }
    .filter-title h3
    {
        text-align:center;
        letter-spacing:1px;
    }
    #main .yith-wcan-filters.filters-modal
    {
    	position:static;
    	display:block !important;
    	transform: none;
    	box-shadow: none;
    	margin: -1rem 0;
    }
    #main .yith-wcan-filters.filters-modal .close-button
    {
    	display:none;
    }
    #main .yith-wcan-filters.filters-modal h3.mobile-only,
    #main .yith-wcan-filters.filters-modal .filters-container > .clear-selection
    {
    	display:none;
    }
    #main .yith-wcan-filters .yith-wcan-filter:not(:first-child):not(:nth-child(2)):not(:last-child):not(.filter-orderby)
    {
        display:none;	
    }
    #main .filters-container form
    {
    	display:flex;
    	align-items:center;
    	justify-content:center;
    	margin: 0;
        padding-top: 8px;
    }
    #main .yith-wcan-filters.filters-modal .filters-container
    {
    	margin:0;
    	height: auto;
    	padding: 0;
    }
    #main .yith-wcan-filters.filters-modal .yith-wcan-filter
    {
    	padding:0;
    }
    
    #main .yith-wcan-filters .yith-wcan-filter[data-filter-id="0"] .filter-title
    {
        height: 34px;
        padding-left: 40px;
        padding-right: 0;
        text-transform: capitalize;
    }
    #main .yith-wcan-filters .yith-wcan-filter .filter-title
    {
    	line-height: 2;
    	font-size: 13px;
    	padding: 0 18px 0 10px;
    	height:34px;
    	display: flex;
    	align-items: center;
    	justify-content: flex-start;
        white-space: nowrap;
    }
    #main .yith-wcan-filters .yith-wcan-filter[data-filter-id="0"] .filter-title:before
    {
        background-size: 20px;
        width: calc(36px + 12px);
    }
    #main .yith-wcan-filters .yith-wcan-filter[data-filter-id="0"] .filter-title .filter-count {
        position: absolute;
        right: 0px;
        top: -8px;
        background: #fff;
        border: thin solid #ccc;
        width: 16px;
        height: 16px;
        line-height: 1;
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0;
    }
    #main .yith-wcan-filter.filter-orderby
    {
        min-width: auto;
    }
    hm
    {
        display: none;
    }
    #main .filter-content
    {
    	background:#fff;
    	position:fixed;
    	bottom:0;
    	left:0;
    	z-index: 99;
    	width: 100%;
    	border: thin solid #eee;
    	padding: 2rem 1rem;
    	border-radius:36px;
        border-bottom-left-radius:0;
        border-bottom-right-radius:0;
    }
    .filter-all-title
    {
    	text-align:center;
    	display:block;
    	position:relative;
    }
    .filter-all-title:before
    {
        content:'';
        position:absolute;
        width: 13px;
        height: 13px;
        background-image: url(../images/darrow.svg);
        top: -1.25rem;
        left:50%;
        background-size: 100%;
        filter: invert(29%) sepia(14%) saturate(7163%) hue-rotate(194deg) brightness(90%) contrast(90%);
        transform: rotate(90deg);
    }
    #main .filter-items.filter-text.level-0>li.hierarchy-collapsable>a
    {
    	border-color:#ddd;
    }
    #main .filter-items.filter-text.level-0
    {
    	max-height:60vh;
        overflow-y: scroll;
    }
    
    #main .filter-content
    {
        padding-bottom:.75rem;
        animation: fadeInUp .5s;
    }
    body .yith-wcan-filters.horizontal .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer
    {
        display:flex;
        justify-content:space-between;
    }
    body .yith-wcan-filters.horizontal .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .apply-filters
    {
        flex-grow:1;
    }
    body .yith-wcan-filters.horizontal .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .clear-selection
    {
        background: #e6e6e6;
        border-radius:8px;
        color: #000;
        font-family: SF Pro Display Light;
    }
    body .yith-wcan-filters.horizontal .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .apply-filters
    {
        background:transparent;
        min-width:150px;
        border-color:#1A5BA8;
        border-radius:8px;
        color:#1A5BA8;
        font-family: SF Pro Display Light;
        margin: 0;
    }
    body .yith-wcan-filters.horizontal .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .apply-filters:hover
    {
        background:#1A5BA8;
        color:#fff;
    }
    body .yith-wcan-filters.horizontal .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer
    {
        margin:0;
        padding: .5rem 0;
    }
    body .yith-wcan-filters .yith-wcan-filter a.clear-selection
    {
        margin-bottom: 0;
    }
    .flex-left .mobile-nav.nav>li.has-icon>a>i
    {
        width: 1.875rem;
        height:1.25rem;
    }
    .flex-left .mobile-nav.nav>li.has-icon>a>i:before
    {   
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-image:url(../images/icon9.svg);
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center;
    }
    body.body-scroll-lock--active .mfp-wrap,
    .off-canvas-left .mfp-content,
    .mfp-bg.mfp-ready
    {
        top: 131px !important;
    }
    html.has-off-canvas.has-off-canvas-left .current-lightbox-clicked
    {
        transform:none;
        opacity: 1 !important;
    }
    .off-canvas-left.mfp-ready .mfp-content
    {
        box-shadow:none;
        width: 300px;
        background: #fff;
    }
    body .nav-sidebar.nav-vertical>li+li
    {
        border:none;
    }
    html .off-canvas .nav-vertical li a
    {
        padding-bottom: 8px;
        padding-top: 20px;
        font-family: SF Pro Display Light;
        font-size: 14px;
    }
    html .off-canvas .nav-vertical li.active > a,
    html .off-canvas .nav-vertical li.active > button
    {
        color:#1A5BA8;
    }
    body .nav-sidebar.nav-vertical>li.menu-item.active,
    body .nav-sidebar.nav-vertical>li.menu-item:hover,
    .children
    {
        background:#fff;
    }
    .children:after, .children:before
    {
        content:none;
    }
    .nav:not(.nav-slide) .active>.children
    {
        padding-left:12px;
        padding-bottom: 0 !important;
    }
    html .off-canvas .sidebar-menu
    {
        padding-top:10px
    }
    html .mfp-ready .mfp-close
    {
        width:100%;
        height: 100px;
        opacity: 0;
    }


    .nav>li>a.header-cart-link
    {
    	font-size:10px;
    }
    .nav>.header-search>a>i.icon-search
    {
    	font-size:18px;
    }

    html .mfp-container
    {
    	display:flex;
    	padding-top:20px;
    }
    #search-lightbox input[type=search]
    {
    	height:40px;
    	border-radius:8px;
    	font-size:16px;
    	font-family: SF Pro Display Light;
    	box-shadow: none;
    }
    #search-lightbox .searchform .button.icon
    {
    	position:absolute;
    	right: 0;
    	height: 40px;
    	top: 0;
    	min-height: unset;
    	opacity: 0 !important;
    }
    body .searchform-wrapper .autocomplete-suggestions
    {
    	margin-top:10px;
    }
    .off-canvas-left.mfp-ready .mfp-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 .375rem rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	}
	.off-canvas-left.mfp-ready .mfp-content::-webkit-scrollbar-thumb {
		background-color: #1A5BA8;	
	}
	.off-canvas-left.mfp-ready .mfp-content::-webkit-scrollbar{
		width: .625rem;
		background-color: #F5F5F5;
	}

	.off-canvas-left.mfp-ready .mfp-content::-webkit-scrollbar
	{
		width: .25rem;
		background-color: #fff;
	}
    html.has-off-canvas.has-off-canvas-left .current-lightbox-clicked i:before
	{
		filter: invert(29%) sepia(14%) saturate(7163%) hue-rotate(194deg) brightness(90%) contrast(90%);
	}
	.has-off-canvas .current-lightbox-clicked i
	{
		filter: invert(29%) sepia(14%) saturate(7163%) hue-rotate(194deg) brightness(90%) contrast(90%);
	}
	html.has-off-canvas .current-lightbox-clicked
	{
		opacity:1 !important;
		transform: none !important;
	}
    .mfp-ready .mfp-content
	{
		transition:none;
	}
	.has-off-canvas .mfp-ready .mfp-content
	{
		-webkit-transition: opacity .3s,-webkit-transform .5s;
		transition: opacity .3s,-webkit-transform .5s;
		-o-transition: transform .5s,opacity .3s;
		transition: transform .5s,opacity .3s;
		transition: transform .5s,opacity .3s,-webkit-transform .5s;
	}
    .policy-row.slider-wrapper .flickity-prev-next-button
	{
		display:block;
	}
    .sicky-header body.body-scroll-lock--active .mfp-wrap,.sicky-header .off-canvas-left .mfp-content,.sicky-header .mfp-bg.mfp-ready
    {
    	top:70px !important;
    }
    .sicky-header .header
    {
    	z-index:9999;
    }
    .btn.yith-wcan-reset-filters
    {
        position: relative;
        font-size: 0;
        min-width: auto;
        width: 36px;
        height: 34px;
        border-radius: 4px;
        top: unset;
        right: unset;
        margin-left: 6px;
        margin-bottom: 15px;
        transform: translateY(-1px);
		flex:none;
    }
	.filter-orderby .filter-count
	{
		display:none !important;
	}
    #main .yith-wcan-filters .yith-wcan-filter:not(:first-child):not(:nth-child(2))
    {
        margin-left:6px;
    }
     .btn.yith-wcan-reset-filters:before
     {
     	content:'';
     	width:100%;
     	height:100%;
     	position:absolute;
     	left:0;
     	top:0;
     	color: #000;
     	background-image:url('../images/clear.svg');
     	background-size:16px;
     	background-repeat:no-repeat;
     	background-position: 52% 52%;
     	filter: invert(29%) sepia(14%) saturate(7163%) hue-rotate(194deg) brightness(90%) contrast(90%);
     }
     .nav>.header-search>a>i.icon-search
     {
     	width: 24px;
     	height: 24px;
     	font-size:0;
     	background-image:url('../images/search-icon.svg');
		background-size:16px;
		background-repeat:no-repeat;
		background-position:center;
     }
      .nav>.header-search>a>i.icon-search:before
      {
      	content:none;
      }
      .nav>.cart-item .cart-img-icon
      {
        width: 16px;
      }
      #main .mega-filter .filter-content
    {
        max-width:100%;
    }
    .mega-filter .yith-wcan-active-filters b
    {
        display:none;
    }
    .mega-filter .yith-wcan-active-filters .active-filter .active-filter-label
    {
        margin-bottom:8px;
    }
    #main .mega-filter .filter-items.filter-text.level-0>li
    {
        width:100%;
        max-width: 100%;
        margin: 0;
    }
    #main .mega-filter .filter-items.filter-text.level-0
    {
        max-height:50vh;
    }
    .storelist
    {
        max-width:96%;
    }
    bl
    {
        display:block;
    }
    .devvn_readmore_flatsome a
    {
        margin-top: 14px;
    }
    #comments .comment-respond #dt_reply-title
    {
        font-size: 16px;
    }
    .archive .woocommerce-info
    {
        padding:1rem;
        max-width: 100%;
    }
	body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.with-image
	{
		width: calc((100% - 40px)/5);
	}
	body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.with-image:nth-child(7n+7)
	{
		margin-right:10px;
	}
	body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.with-image:nth-child(5n+5)
	{
		margin-right:0;
	}
	body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.with-image > a
	{
		padding:0;
		display: grid;
	}
}

@media (max-width: 767px){
    body.body-scroll-lock--active .mfp-wrap,
    .off-canvas-left .mfp-content,
    .mfp-bg.mfp-ready
    {
        top: 101px !important;
    }
    .row.brands-img-list
    {
        display: none;
    }
    body .slider-nav-outside .flickity-prev-next-button
    {
        top:20%;
    }
    .brands-list-show .brands-img-list
    {
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		border: thin solid #eee;
		padding: 2rem 3rem !important;
		border-radius: 36px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		display: block !important;
    }
    .brands-list-show .brands-img-list
    {
        animation: fadeInUp .5s;
    }
   
   
    .brands-list-show .brands-img-list .section-title-main
    {
		text-transform: uppercase;
		color: rgb(119, 119, 119);
		font-size: 1.125rem;
		text-align: center;
		display: block;
		position: relative;
		border-bottom:thin solid #ccc;
		padding-bottom:.25rem;
		margin-bottom:.25rem;
    }
   
    .brands-list-show .brands-img-list .section-title-main::before
    {
		content: '';
		position: absolute;
		width: 13px;
		height: 13px;
		background-image: url(../images/darrow.svg);
		top: -1.25rem;
		left: 50%;
		background-size: 100%;
		filter: invert(29%) sepia(14%) saturate(7163%) hue-rotate(194deg) brightness(90%) contrast(90%);
		transform: rotate(90deg);
    }
    .brands-list img
    {
        height: auto !important;
        max-height: 40px;
    }
    .brands-list .col-inner .col-inner .ux-logo-link
    {
    	padding:0 !important;
    	display: flex;
    	justify-content: center;
    }
    .brands-list .section-title
    {
    	justify-content: center;
    	font-family: SF Pro Display Light;
        padding-top: 16px;
    }
    .brands-list-show .brands-img-list .section-title-main
    {
    	border:none;
    }
    .col.brands-list-col
    {
    	margin-top: -24px;
    	max-height: 60vh;
    	overflow-y: auto;
    }
    .brands-list-col .col-inner
    {
        display:flex;
        flex-wrap:wrap;	
        
    }
    .brands-list-col .ux-logo
    {
    	flex-basis:32%;
    	margin-right:1.33333%;
    	margin-bottom:28px;
    }
    .brands-img-list+.divider 
    {
        margin-top:-10px;	
    }
    
}



@media only screen and (max-width: 768px) {
    body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner>.prdctfltr_filter:not(.prdctfltr_orderby)
    {
    	display:none !important;
    }
    .prdctfltr_wc.pf_select .prdctfltr_filter.prdctfltr_orderby
    {
    	position:relative !important;
    	top:unset !important;
    	right: unset !important;
    	left: unset !important;
    }
    body .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_orderby .prdctfltr_add_scroll
    {
        transform: none;
    }
    body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner>.prdctfltr_filter.prdctfltr_orderby
    {
    	width:auto !important;
    	padding: 0 !important;
    }
    body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner
    {
    	justify-content:center;
    }
    .dt-mega-fillter-wrap
    {
    	position: fixed;
        max-width: 96vw;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%,-50%);
    }
    body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.woocommerce.pf_select .prdctfltr_filter
    {
    	margin-bottom:0;
    }
    .dt-mega-fillter
    {
    	max-height:75vh;
        height: 100vh;
    }
    .prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter_inner>.dt-mega-fillter__btn
    {
        margin-bottom: 0;
    }
    body .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_orderby .prdctfltr_add_scroll .prdctfltr_checkboxes
    {
    	display:block;
    }
    body .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll
    {
        width: 100%;
        right: 0 !important;
        border-radius: 8px;
        min-width: 200px;
        left: auto !important;
    }
    body .prdctfltr_filter.prdctfltr_orderby  label
    {
    	border:none;
    	padding:0;
    	margin-left: 0;
    	line-height: 1.8;
    }
    body .prdctfltr_filter.prdctfltr_orderby .filter-footer
    {
    	display:none;
    }
    .dt-mega-fillter-header
    {
    	display:block;
    	border-bottom:thin solid #ccc;
    	margin-bottom:2px;
    }
    .dt-mega-fillter-header h3
    {
    	text-transform:uppercase;
    	font-size:20px;
    	color:#000;
    }
    .dt-mega-fillter-header .close
    {
    	position:absolute;
		right:.75rem;
		top:.75rem;
		width:1.75rem;
		height:1.75rem;
		cursor:pointer;
		background:url(assets/images/close-com.svg);
		background-size:contain;
		filter: invert(35%) sepia(17%) saturate(2088%) hue-rotate(314deg) brightness(83%) contrast(101%);
    }
    .wc-prdctfltr-select
    {
		height: 100%;
        overflow: hidden;
    }
    .wc-prdctfltr-select:before
    {
		content: '';
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #0000007a;
		left: 0;
		top: 0;
		z-index: 9;
    }
    .wc-prdctfltr-select .header
    {
    	z-index:8;
    }
    .dt-prdctfltr_collector
    {
    	padding-top:8px;
    }
    body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner>.prdctfltr_filter.prdctfltr_orderby.dt-index
    {
    	z-index:8 !important;
    }
    .dt-mega-fillter__btn img
    {
        width: 20px;
    }
    .footer-wrapper .accordion .accordion-item a.ux-menu-link__link,
    .footer-wrapper .accordion .accordion-item a.ux-menu-link__link .ux-menu-link__text
    {
        width: 100%;
    }
    body .prdctfltr_count
    {
        line-height:1.2;
    }
    .filter-sticky
    {
        display: block;
        position:fixed;
        background:#1A5BA8;
        color:#fff;
        text-transform:uppercase;
        font-weight:400;
        bottom:1rem;
        left:50%;
        transform:translateX(-50%);
        padding:.25rem 1.5rem;
        padding-left:3rem;
        border-radius:.45rem;
        border:thin solid #eee;
        z-index:99;
        font-size:14px;
    }
    .filter-sticky:before
    {
        content:'';
        position:absolute;
        width:1.5rem;
        height:1.5rem;
        background:url(assets/images/filter-com.svg);
        background-size:100%;
        background-position:center;
        background-repeat:no-repeat;
        left:1.25rem;
        filter:invert(1);
    }
    .wc-prdctfltr-select .filter-sticky
    {
    	opacity:0;
    }
    .archive_product-wrap h1 + .row
    {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 769px)  {
    
   
    body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner {
        justify-content: center;
    }
        body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner>.prdctfltr_filter:not(.prdctfltr_orderby) {
            display: none !important;
        }
        body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.woocommerce.pf_select .prdctfltr_filter {
        margin-bottom: 0;
    }
        body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner>.prdctfltr_filter.prdctfltr_orderby {
        width: auto !important;
        padding: 0 !important;
    }
    .prdctfltr_wc.pf_select .prdctfltr_filter.prdctfltr_orderby {
        position: relative !important;
        top: unset !important;
        right: unset !important;
        left: unset !important;
    }
    .prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter_inner>.dt-mega-fillter__btn {
        margin-bottom: 0;
    }
    body .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll {
        width: 100%;
        right: 0 !important;
        border-radius: 8px;
        min-width: 200px;
        left: auto !important;
        transform: none;
    }
    body .prdctfltr_filter.prdctfltr_orderby label {
        border: none;
        padding: 0;
        margin-left: 0;
        line-height: 1.8;
    }
    .dt-mega-fillter-wrap {
        position: fixed;
        max-width: 92vw;
        top: 50%;
        left: calc(50% - 1.5vw) !important;
        transform: translate(-50%,-50%);
    }
  
    .filter-sticky {
        display: block;
        position: fixed;
        background: #1A5BA8;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
        padding: .25rem 1.5rem;
        padding-left: 3rem;
        border-radius: .45rem;
        border: thin solid #eee;
        z-index: 99;
        font-size: 14px;
    }

}