/*---------------------------------------
	Core Wordpress
-----------------------------------------*/
table {
    border-collapse: collapse;
    margin: 0 0 24px;
    width: 100%;
    word-wrap: break-word;
}

table, th, td {
    border: 1px solid #e9e9e9;
}
th {
    background: #f6f6f6;
    padding: 8px 11px;
    text-align: start;
}
td a{
    font-weight: 700;
}
td {
    padding: 8px 11px;
}
.small.single a, p a, .small.single .nav-links a:hover, .bs-info-author-block .title a:hover, .bs-sidebar .bs-widget ul li a:hover, .wp-block-latest-comments .wp-block-latest-comments__comment-link:hover, .bs-blog-meta a:hover, .small.single .wp-block-latest-posts li a:hover, .small.single .wp-block-categories-list li a:hover, .small.single .wp-block-categories__list li a:hover, .small.single .wp-block-archives-list li a:hover, .bs-footer-copyright p a:hover, .page-class .bs-card-box a{
    text-decoration: underline;
}
.small.single a:hover, p a:hover, .small.single .wp-block-button__link, .site-title a, .small.single .nav-links a, .small.single .single-nav-links a, a, .site-title-footer a, .small.single .wp-block-latest-posts li a, .small.single .wp-block-categories-list li a, .small.single .wp-block-categories__list li a, .small.single .wp-block-archives-list li a, .bs-footer-copyright p a, .page-class .bs-card-box a:hover, .comments-area.bs-card-box a{
    text-decoration: none;
}
.content table,
.single table {
    border-collapse: collapse;
    margin: 0 0 24px;
    width: 100%;
    word-wrap: break-word;
}
.wp-block-calendar table th{
    background: #f6f6f6;
    color: #01012f;
    padding: 8px 11.2px;
    text-align: start;
    font-weight: 700;
}
.content td,
.single td {
    padding: 8px 11.2px;
}
.content table,
.single table .content th,
.single th .content td,
.single td {
    border: 1px solid #e9e9e9;
}
.form-control {
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: inherit;
    padding: 6px 12px;
    line-height: 40px;
    border-width: 2px;
    border-style: solid;
    height: 40px;
}
.form-control:focus {
    box-shadow: inherit;
}
address {
    margin: 0 0 1.6rem;
    line-height: 2;
}
pre {
    background: #f6f6f6;
    margin-bottom: 32px;
    max-width: 100%;
    overflow: auto;
    padding: 16px;
}
mark,
ins,
.mark {
    padding: 2px 5px;
    border-radius: 3px;
}
hr {
    background-color: #e9e9e9;
    border: 0;
    height: 1px;
}
code,
kbd,
tt,
var {
    font-size: 16px;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
abbr,
acronym {
    border-bottom: 1px dotted #e9e9e9;
    cursor: help;
}
iframe {
    border: 0;
}
big {
    font-size: 125%;
}
s,
strike,
del {
    text-decoration: line-through;
}
em,
cite,
q {
    font-style: italic;
}
ins,
mark {
    text-decoration: none;
    padding: 0 3px;
}
mark, span.highlight, code, kbd, var, samp, tt {
   padding: 2px 5px;
   border-radius: 4px;
}
legend {
    color: #000;
    padding: 5px 10px;
    font-weight: 600;
    display: table;
    max-width: 100%;
    border-bottom: none;
    width: auto;
    padding: 0;
    white-space: normal;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 100%;
    padding: 0;
    border: 5px solid #fff;
    -moz-box-shadow: 0 0 5px 2px rgba(45, 20, 20, .3);
    -webkit-box-shadow: 0 0 5px 2px rgba(45, 20, 20, .3);
    box-shadow: 0 0 5px 2px rgba(45, 20, 20, .3);
}
fieldset {
    margin-bottom: 1rem;
    border: 1px solid #e9e9e9;
    margin: 0 2px;
    padding: 0.35rem 0.950rem 0.75rem;
}
fieldset p {
    margin: 0px 0 20px;
}
.post-edit-link i {
    margin-left: 0px;
}
::-webkit-input-placeholder {
    color: #463838;
}
:-moz-placeholder {
    color: #463838;
}
::-moz-placeholder {
    color: #463838;
}
:-ms-input-placeholder {
    color: #463838;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.skip-link:focus {
    display: block;
    left: .6rem;
    top: .7rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 1.5rem 2.3rem 1.4rem;
    z-index: 100000;
    left: auto;
}
.wp-smiley {
    margin-bottom: 0 !important;
}
.has-text-align-left {
    text-align: start !important;
}
.has-text-align-center {
    text-align: center !important;
}
.has-text-align-right {
    text-align: end !important;
}

/* WordPress Gallery 
------------------------------------------ */
.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.gallery:after {
    display: table;
    content: "";
    clear: both;
}
.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}
.gallery-item img {
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}
.wp-block-button .wp-block-button__link, .wp-block-button .wp-block-button__link{
    padding: 10px 35px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    font-weight: bold;
    display: inline-block;
    transition: all 0.2s ease 0s;
    border-radius: 30px;
    border: none;
    font-size: 16px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: none;
}
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft:has(img),
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright:has(img),
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter:has(img),
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone,
img.alignnone {
    /* not sure about this one */
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-caption,
.gallery-caption {
    max-width: 100%;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: end;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: start;
    margin-right: 0;
    width: 33%;
    float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/*Contact Form 7*/
.wpcf7-form {
    margin-bottom: 50px;
}
.wpcf7-form label {
    display: block;
}
.wpcf7-textarea {
    height: 200px;
}
.commentlist .bypostauthor {}
.commentlist li ul.children li.bypostauthor {}
.sticky {}

/*----left-menu-widget----*/
.bs-sidebar .bs-left-menu-widget ul li {
    border-radius: 0;
    margin: 0;
    padding: 10px 20px;
}
.bs-sidebar .bs-left-menu-widget ul li:hover,
.bs-sidebar .bs-left-menu-widget ul li.active {
    border-radius: 0 30px 30px 0;
}
.wp-block-group__inner-container {
    overflow-x: hidden;
}

ol.wp-block-latest-comments {
    padding: 0;
}
.rtl ol.wp-block-latest-comments {
    padding: 0;
}
.wp-block-separator:not(.is-style-dots):not(.is-style-wide):not(.alignwide):not(.alignwide):not(.alignfull) {
    max-width: 100px;
    margin: auto;
}
/* Social Icons */
.bs-sidebar .wp-block-social-links .wp-social-link {
    padding: 0;
}
.bs-sidebar .wp-block-social-links .wp-social-link:last-child {
    margin-bottom: 10px;
}
.bs-sidebar .wp-block-social-links .wp-social-link .wp-block-social-link-anchor:hover {
    padding: 0.25em;
}

/*--calendar_wrap--*/
.bs-widget .calendar_wrap table {
    width: 100%;
    font-size: 15px;
}
.bs-widget .calendar_wrap table caption {
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}
.bs-widget .calendar_wrap table thead th {
    border-width: 1px;
    border-style: solid;
}
.bs-widget .calendar_wrap table tbody td:hover,
.bs-widget .calendar_wrap table tbody #today:hover {
    transition: all 0.3s ease 0s;
}
.bs-widget .calendar_wrap table tfoot {
    border-width: 1px;
    border-style: solid;
}
.bs-widget .calendar_wrap table thead th {
    text-align: center;
    padding: 6px 0;
}
.bs-widget .calendar_wrap table tbody td {
    line-height: 1.7;
    transition: background 0.15s ease 0s;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    padding: 3px 5px;
}
.bs-widget .calendar_wrap table tfoot {
    font-size: 11px;
}
.bs-widget .calendar_wrap table tfoot tr td#prev {
    padding: 5px;
    text-transform: uppercase;
}
.bs-widget .calendar_wrap table tfoot tr td#next {
    padding: 5px;
    text-align: end;
    text-transform: uppercase;
}
.bs-widget .calendar_wrap .wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 0px 5px;
}

/*--calendar_wrap end--*/
.bs-sidebar .bs-widget .textwidget select,
.bs-sidebar .bs-widget .textwidget img {
    width: 100%;
}
.bs-sidebar .bs-widget .textwidget img.size-large {
    height: auto;
}

/* Block Style */
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
}
.wp-block-gallery .wp-block-image {
    max-width: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    margin: 0;
}
.featured-image-caption {
    display: block;
    text-align: center;
}
button.mfp-close:hover,
button.mfp-close:focus {
    background: inherit;
}
#cancel-comment-reply-link {
    margin-left: 10px;
    padding: 5px 10px;
    font-size: 16px;
    border: 2px solid;
    border-radius: 8px;
}
.post-items ul:not(.post-categories) li a,
.post-items ol:not(.post-categories) li a,
.post-items table a,
strong a,
blockquote a,
code a,
.navigation.posts-navigation .nav-links a:hover,
.navigation.posts-navigation .nav-links a:hover,
.comment-reply-link,
.widget_text a:not(.more-link):not(.button),
.comment-content a,
.theme-custom-block a,
.comment-detail .edit-link a,
.comment-detail .reply a,
pre.wp-block-code a,
.comment-reply-link {
    text-decoration: underline;
}
.comments-area .reply a {
    text-decoration: none;
}
.single-nav-links{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 6px;
    justify-content: center;
    margin-top: 30px;
}
.single-nav-links a, .single-nav-links span { 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); 
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    padding: 0px;
    white-space: nowrap;
    width: auto;
    min-width: 40px;
    height: 40px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
}
.wp-block-file{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.wp-block-file .wp-block-file__button{
    padding: .5em 1em;
}
.wp-block-file a:not(.wp-block-file__button) {
    font-weight: 700;
}
#comments .comment-list .children>li {
    position: relative;
}
#comments .comment-list .children>li:before {
    position: absolute;
    content: '';
    height: calc(100% + 25px);
    width: .1rem;
    background-color: rgba(185, 185, 185, 0.4);
    left: -2.5rem;
    top: -1.5rem;
}
#comments .comment-list .children>li:last-child:before {
    height: 7rem;
}
#comments .comment-list .children>li:after {
    position: absolute;
    content: '';
    height: .1rem;
    width: 2.5rem;
    background-color: rgba(185, 185, 185, 0.4);
    left: -2.5rem;
    top: 5.5rem;
}
.comment-metadata .edit-link{
    padding-right: 3rem;
    font-size: 14px;
}
.comment-body .reply { 
    position: absolute;
    top: 3.3rem;
    right: 2rem;
}
.comment-reply-title{
    margin-bottom: 0.5rem;
}
.small.single .wp-block-quote.is-large, .small.single .wp-block-quote.is-style-large {
    position: relative;
    width: 100%;
    border-width: 0 0 0 5px;
    border-style: solid;
    padding-left: 8px;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 32px;
}
.small.single .wp-block-quote cite, blockquote cite{
    text-align: inherit;
}
.small.single .wp-block-latest-posts, .small.single .wp-block-categories-list, .small.single .wp-block-categories__list, .small.single .wp-block-archives-list{
    padding: 0;
}
.small.single .wp-block-latest-posts li, .small.single .wp-block-categories-list li, .small.single .wp-block-categories__list li, .small.single .wp-block-archives-list li{
    font-size: 1.125rem;
    font-weight: 700;
}
.small.single .wp-block-latest-posts li:before, .small.single .wp-block-categories-list li:before, .small.single .wp-block-categories__list li:before, .small.single .wp-block-archives-list li:before{
    display: none;
}
.alignfull, .alignwide, .wp-block-cover {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
}
.wp-block-image figcaption {
    margin: 1rem auto 0 auto;
}
figcaption {
    font-size: 1rem;
    margin-top: 0.25rem;
}
#content iframe {
    max-width: 100%;
}
.post-password-form {
    padding: 4rem 3rem;
    border: .1rem solid rgba(185, 185, 185, 0.4);
    text-align: center;
}
.post-password-form>p:first-child {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
}
.bs-blog-post.single .small .post-password-form>p:last-child{
    margin-bottom: 0;
}
.post-password-form label{
    font-weight: 600;
    text-align: start;
    display: inline-block;
}
.post-password-form label input{
    margin-top: 0.5rem;
}
.wp-block-quote{ 
    border-width: 0 0 0 5px;
    border-style: solid;
}
/*---------------------------------------
	Core Frame
-----------------------------------------*/
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-inline-start: 40px;
}
ol, ul {
    padding-left: 2rem;
}
.small.single ul, .page-class .bs-card-box ul{
    list-style-type: disc;
}
/*---------------------------------------
	Core RTL
-----------------------------------------*/
.rtl ol, .rtl ul {
    padding-right: 2rem;
}
.rtl .gallery-item {
    float: right;
}
.rtl .gallery-columns-2 .gallery-item:nth-child(2n+1),
.rtl .gallery-columns-3 .gallery-item:nth-child(3n+1),
.rtl .gallery-columns-4 .gallery-item:nth-child(4n+1),
.rtl .gallery-columns-5 .gallery-item:nth-child(5n+1),
.rtl .gallery-columns-6 .gallery-item:nth-child(6n+1),
.rtl .gallery-columns-7 .gallery-item:nth-child(7n+1),
.rtl .gallery-columns-8 .gallery-item:nth-child(8n+1),
.rtl .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: right;
}
.rtl .skip-link:focus {
    left: auto;
}
.rtl img.alignleft,.rtl .alignleft:has(img){
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.rtl img.alignright,.rtl .alignright:has(img) {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.rtl .comment-metadata .edit-link{
    padding-right: 0;
    padding-left: 3rem;
}
.rtl .comment-body .reply {
    right: auto;
    left: 2rem;
}
.rtl #comments .comment-list .children>li:after, .rtl #comments .comment-list .children>li:before{
    right: -2.5rem;
    left: 0;
}
.rtl .wp-block-quote{ 
    border-width: 0 5px 0 0;
}
/* media  */
@media(max-width: 575px){
    #comments .comment-list .children>li:after {
        position: absolute;
        content: '';
        height: .1rem;
        width: 1.2rem;
        background-color: rgba(185, 185, 185, 0.4);
        left: -1.2rem;
        top: 5.5rem;
    }
    #comments .comment-list .children>li:before {
        position: absolute;
        content: '';
        height: calc(100% + 25px);
        width: .1rem;
        background-color: rgba(185, 185, 185, 0.4);
        left: -1.2rem;
        top: -1.5rem;
    }
    .rtl #comments .comment-list .children>li:after, .rtl #comments .comment-list .children>li:before {
        right: -1.2rem;
        left: 0px;
    }
}/*----woocommerce----*/
/* woocommerce v2.3.5 */
*:focus {
	outline: 0;
}
/*----product----*/
.woocommerce .products span.onsale, .woocommerce span.onsale {
	border-radius: 0;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	margin: 4px !important;
	min-height: 10px;
	padding: 0 12px;
	z-index: 999;
}
.woocommerce span.onsale {
	margin: 10px !important;
}
.woocommerce ul.products li.product {
	text-align: center;
	padding-bottom: 20px;
	transition: all 0.4s ease 0s;
	border-radius: 0;
}
.woocommerce ul.products li.product a img:hover {
	opacity: 0.6;
}
.woocommerce-page .woocommerce-ordering select {
	padding: 12px 15px 12px 10px;
	color: #A0A0A0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.woocommerce-page .products .product > a:first-child {
	position: relative;
	text-align: center;
	display: block;
}
.woocommerce-page .products a.button {
	display: inline-block;
	text-align: center;
	border-radius: 0;
	margin: 10px;
	font-size: 15px;
	border: none;
	font-weight: bold;
	margin: 0 auto !important;
}
.woocommerce-page .products a.button:hover {
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.woocommerce-page .products h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	float: none;
	width: auto;
	margin: 0;
}
.woocommerce-page .products .star-rating {
	position: relative;
	margin: 0 auto;
}
.woocommerce-page .products a .price {
	line-height: 20px;
	width: 100%;
	float: left;
	height: auto;
	min-height: 40px;
	text-align: center;
	padding: 10px 0;
}
.woocommerce-page .products a .price del {
	display: inline-block !important;
	line-height: 20px;
}
.woocommerce-page .products a .price ins {
	display: inline-block;
	font-weight: bold;
	background: none;
	line-height: 20px;
	margin-left: 10px;
}
.woocommerce-page .products .added_to_cart {
	display: inline-block;
	text-align: center;
	padding: 10px 20px 10px 20px;
	border-radius: 0;
	border: none;
	font-size: 12px;
	margin: 0;
}
.woocommerce-page .woocommerce-result-count {
	float: left;
	font-size: 14px;
	line-height: 46px;
	margin-top: 20px;
}
.woocommerce-page .woocommerce-ordering {
	float: right;
	margin-top: 20px;
}
.woocommerce-page .product-type-simple {
	position: relative;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding: 0.5rem;
}
footer .blogdata-widget .woocommerce ul.cart_list li img, footer .blogdata-widget .woocommerce ul.product_list_widget li img {
	margin-top: 7px;
}
/*woocommerce-tabs*/
.tabs.wc-tabs {
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-width: 0 0 1px 0;
	border-style: solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: transparent;
	border: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 22px;
	line-height: 25px;
}
.related.products {
	text-align: center;
}
.related.products h2 {
	font-size: 26px;
	line-height: 40px;
}
/*woocommerce-form*/
.woocommerce form .form-row label {
  width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	height: 40px;
	margin-bottom: 20px;
	border: 2px solid #ebebeb;
	color: #ccc;
	border-radius: 0px;
	padding: 6px 12px;
}
.select2-container .select2-choice {
	height: 40px;
	padding: 6px 12px;
}
/*woocommerce-cart*/
.woocommerce table.shop_table {
	border-radius: 0;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	float: none;
	line-height: 30px;
	padding: 5px 35px;
	border-radius: 0;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	line-height: 30px;
	padding: 5px 35px;
	border-radius: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	border-radius: 0;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	min-width: 110px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.16);
}
/*woocommerce-messages*/
.woocommerce-page .woocommerce-message {
	margin: 0px 0 40px;
	border-radius: 3px;
	list-style: none;
}
.woocommerce-page .woocommerce-message a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-error {
	list-style: none;
	padding: 10px 0 10px 50px;
	margin: 0px 0 40px;
	border-radius: 3px;
	border: none;
	float: left;
	width: 100%;
}
.woocommerce-page .woocommerce-error a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-info {
	list-style: none;
	padding: 0;
	margin: 0px 0 40px;
	border-radius: 3px;
	border: none;
	float: left;
	width: 100%;
	margin-top: 25px !important;
}
.woocommerce-page .woocommerce-info a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-info {
	float: left;
	text-align: start;
	padding: 15px 0 15px 50px;
}
.woocommerce-page .woocommerce .woocommerce-info {
	border-radius: 3px;
	border: none;
	padding: 15px 0 15px 50px;
	margin-bottom: 40px;
}
.woocommerce-page .woocommerce .woocommerce-info a {
	opacity: 0.9;
}
/*woocommerce-pagination*/
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	float: left;
	line-height: 1.42857;
	margin: 6px;
	padding: 6px 12px;
	border-radius: 0;
}
/*woocommerce-price-filter*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #1a2128;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/*----woocommerce footer-widget----*/
.bs-sidebar .bs-widget.widget_product_search .btn {
	padding: 2px 12px;
	height: 40px;
	border-radius: 0;
	margin-left: -1px;
}
.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6{
  margin-bottom: 0.5em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title{
	font-size: 1.5rem;
	text-align: center;
	padding: 0 0 2px;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	background-position: left 100%;
	background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
	transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
	display: inline;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title{
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: left 100%;
	background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
	transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button, .woocommerce #review_form #respond .form-submit input {
  padding: 15px 20px;
  border-radius: 30px;
  transition: all 0.5s;
}
.woocommerce div.product form.cart div.quantity{
  margin: 0 20px 0 0;
}
.woocommerce ul.products li.product .price {
  text-align: center;
  font-size: 1rem;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
  overflow: hidden;
}
.woocommerce span.onsale, .woocommerce ul.products li.product .onsale {  
  width: 200px;
  height: auto;
  min-height: 20px;
  line-height: 16px;
  top: 25px;
  right: -60px;
  transform: rotate(45deg);
  border-radius: 0;
}
.woocommerce.single-product .type-product span.onsale {
    transform: rotate(0);
    width: 55px;
    height: auto;
    padding: 5px;
    top: 10px;
    left: 10px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 #00000020;
}
.woocommerce .woocommerce-ordering select {
  height: 50px;
}
.woocommerce div.product .product_title {
  margin-bottom: 0.5rem;
}
.woocommerce div.product form.cart .variations select {
  height: 50px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  text-align: start;
  display: block;
}
.woocommerce .quantity .qty {
  width: 5rem;
}
.woocommerce-variation.single_variation {
  margin-bottom: 1rem;
}
.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  margin-bottom: 0.313rem;
}
.product_meta .sku_wrapper .sku, .product_meta .posted_in a, .product_meta .tagged_as a {
  font-weight: 400;
}
.woocommerce table.shop_attributes td p {
  padding: 8px;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th{
  border: 1px solid var(--border-color);
}
table, th, td {
	border-collapse: collapse;
}
.woocommerce table.shop_attributes{
  border-top: 1px solid var(--border-color);
}
.woocommerce-tabs.wc-tabs-wrapper {
  margin: 3rem 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 2em 0;
}
.comment-respond .comment-reply-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
.comment-form-rating label{
  font-weight: 600;
}
.comment-form-rating .stars{
  font-size: 1.25rem;
}
.woocommerce #reviews #comment {
  height: 240px;
}
.wc-block-mini-cart .wc-block-mini-cart__button{
  border-radius: 0;
  padding-right: 15px;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid var(--border-color);
}
.woocommerce-cart .wc-block-components-totals-wrapper,.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: 1px solid var(--border-color);
}
.woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-block,.woocommerce-checkout .wc-block-components-totals-wrapper{
	border: 1px solid var(--border-color);
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url],
.woocommerce-checkout .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-text-input input[type=url] {
	border: 1px solid var(--border-color);
    background: none;
    border-radius: 30px;
    padding: 0;
}
.wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    height: 55px;
}
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .woocommerce-checkout .wc-block-components-text-input label{
	font-size: 14px;
}
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{
	border: 1px solid var(--border-color);
}
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
	border: 1px solid var(--border-color);
}
.woocommerce-checkout .wc-block-components-textarea{
	background: none;
	border: 1px solid var(--border-color);
}
.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea:focus{
	background: none;
}
/* Woo rtl */
.rtl.woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title{
	background-position: right 100%;
}
.rtl.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title{
	background-position: right 100%;
}
.rtl.woocommerce.single-product .type-product span.onsale{
	left: auto;
	right: 10px;
}
.rtl.woocommerce span.onsale, .rtl.woocommerce ul.products li.product .onsale{
	transform: rotate(315deg);
    left: -60px;
    right: auto;
}:root {
	--secondary-color: #0c3dcf;
	--head-color: #212121;
	--stext-color: #000;
	--text-color: #4C4C4C;
	--wtitile-color: #000;
	--wtext-color: #666;
	--bg-color: transparent;
	--border-color: #e2e8f0;
	--box-color: transparent;
	--box-color2: #fff;
	--blog-color: #6e6e6e;
	--wrap-color: #fff;
	--cat-color: #a90e6d;
	--cat-text-color: #000;
	/* header */
	--headbg-color: #fff;
	--headmenu-color: #000;
	/* footer  */
	--ftbackcolor: #F2F2F8;
	--ftwtitile-color: #000;
	--ftwtext-color: #000;
	--bg-popup: #fff;
	--head-bodr: #bbbbbb;
}
.wrapper {
	background: var(--wrap-color);
}
.all:root {
	background-color: #fff;
}
.dark:root {
	background-color: #121212;
}
::selection {
	color: white;
	background: #a90e6d;
}
.wd-back {
	background: var(--box-color);
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: linear-gradient(135deg, #a90e6d 1.18%, var(--secondary-color) 74.96%);
}
.site-title a,
.site-description {
	color: var(--head-color);
}
.site-title a,
.site-description {
	color: var(--stext-color);
}
.navbar-wp nav li a {
	color: var(--headmenu-color);
}
.navbar-wp nav li ul li a {
	color: var(--head-color)
}
.navbar-wp nav li a:hover {
	color: #a90e6d;
}
.navbar-wp .icon-bar {
	background-color: var(--head-color);
}
.sm-clean a:hover .sub-arrow,
.sm-clean a:focus .sub-arrow {
	border-color: #a90e6d transparent transparent;
}
.sm-clean ul a:active,
.sm-clean ul a.highlighted {
	color: var(--heae-color);
}
.dropdown-menu .dropdown-item:hover .sub-arrow {
	border-color: transparent transparent transparent #a90e6d;
}
.sm-rtl .dropdown-menu .dropdown-item:hover .sub-arrow {
	border-color: transparent #a90e6d transparent transparent;
}
/*============  Drop Down Menu============*/
.navbar-wp nav ul.sb-menu li a {
	background: #fff;
	color: #000;
}
.navbar-wp nav ul.sb-menu li a:hover {
	color: #fff;
	background: #a90e6d;
}
/*==================== default header ====================*/
.bs-default {
	background: var(--box-color2);
	border-bottom-color: var(--head-bodr);
}
/* ---bs-header three-- */
.bs-headthree {
	background-color: rgba(0, 0, 0, 0.45);
}
.bs-headthree .navbar-wp nav li a {
	color: #fff;
}
.bs-headthree .navbar-wp nav li a:hover,
.bs-headthree .navbar-wp nav li a:focus {
	color: #a90e6d;
}
.bs-headthree .switch .slider::before,
.bs-headthree .right-nav a {
	color: #fff;
}
.bs-headfive {
	border-bottom-color: #f2f7fd;
}
.hedaer-offcanvas .offcanvas-trigger {
	background-color: transparent;
	color: var(--head-color);
}
.hedaer-offcanvas .offcanvas-trigger:hover,
.hedaer-offcanvas .offcanvas-trigger:focus {
	background: transparent;
}
.bs-headthree .hedaer-offcanvas .offcanvas-trigger {
	color: #fff;
}
/*==================== topbar ====================*/
.switch .slider::before {
	color: var(--head-color);
}
.switch input:checked+.slider::before {
	color: #fff;
}
/* ---bs-default five-- */
.right-nav .element {
	color: var(--secondary-color);
}
.bs-default .right-nav a {
	color: var(--head-color);
}
.bs-default .right-nav .subscribe-btn {
	color: #fff;
}
.bs-headfive .right-nav a,
.bs-headsix .right-nav a {
	color: var(--head-color);
}
.bs-headfive .right-nav .subscribe-btn,
.bs-headsix .right-nav .subscribe-btn {
	color: #ffffff;
}
.right-nav .element:hover,
.right-nav .element:focus {
	color: transparent;
}
.search-bar .form-dropdown {
	background: #fff;
}
/*==================== Menu Description ====================*/
.menu-link-description {
	background: #a90e6d;
	color: #fff;
}
.menu-link-description::after {
	border-top-color: #a90e6d;
}
/*==================== Sticky Header ====================*/
.bs-menu-full.header-sticky {
	background: var(--wrap-color);
}
/*==================== search ====================*/
.search-popup.show-search .search-popup-content {
	background: var(--bg-popup);
}
.search-popup .btn-close:hover,
.search-popup .btn-close:focus {
	background: linear-gradient(90deg, var(--secondary-color) 1.18%, #a90e6d 74.96%);
}
/*==================== Body & Global ====================*/
body {
	color: var(--text-color);
}
input:not([type]),
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
textarea {
	color: var(--text-color);
	border-color: #eef3fb;
}
.form-control:hover,
textarea:hover,
input:not([type]):hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="text"]:hover,
input:not([type]):focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus {
	border-color: #a90e6d;
}
input[type="submit"],
button {
	background: #a90e6d;
	border-color: #000;
	color: #fff;
}
input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus {
	background: linear-gradient(90deg, var(--secondary-color) 1.18%, #a90e6d 74.96%);
	border-color: var(--secondary-color);
	color: #fff;
}
a {
	color: #a90e6d;
}
a:hover,
a:focus {
	color: var(--head-color);
}
.wp-block-calendar tbody td {
	color: var(--text-color);
}
.bs-error-404 .title i {
	color: #a90e6d;
}
.grey-bg {
	background: #f4f7fc;
}
.bs .swiper-button-prev,
.bs .swiper-button-next {
	background-color: #fff;
	color: #212121;
	border-color: var(--secondary-color);
}
.bs .swiper-pagination-bullet-active {
	background: #a90e6d;
}
.missed .wd-back .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #a90e6d;
}
.bs .swiper-button-prev:hover,
.bs .swiper-button-next:hover {
	background: #a90e6d;
	color: #fff;
}
.mg-latest-news .bn_title {
	background: var(--secondary-color);
}
.mg-latest-news .bn_title .title {
	color: #fff;
	border-color: #fff;
}
.mg-latest-news .mg-latest-news-slider a {
	color: var(--secondary-color);
}
.mg-latest-news .mg-latest-news-slider a:hover {
	color: #a90e6d;
}
.envelope {
	background: #a90e6d;
	color: #fff;
}
.post-share-icons a {
	color: var(--head-color);
	background-color: transparent;
}
.post-share-icons a:hover,
.post-share-icons a:focus {
	color: #a90e6d;
}
.post-share-icons {
	border-color: var(--border-color);
}
.bs-social li i {
	color: var(--secondary-color);
}
.bs-footer-bottom-area .bs-social li i {
	color: var(--head-color);
}
.bs-headfive .bs-social li i {
	color: var(--head-color);
}
.bs-social li i:hover {
	color: #a90e6d;
}
.bs-widget .bs-widget-tags a {
	color: var(--text-color);
	background: transparent;
	border-color: #E0E0E0;
}
.bs-widget .bs-widget-tags a:hover,
.bs-widget .bs-widget-tags a:focus {
	color: #fff;
	background: #a90e6d;
	border-color: #a90e6d;
}
/*==================== section-hero ====================*/
.section-hero.hero-four .overlay {
	background: linear-gradient(to right, #a90e6d, var(--secondary-color));
}
.section-hero .overlay {
	background: radial-gradient(circle, var(--secondary-color) 0%, #a90e6d 100%);
}
.section-hero .hero-content .inline-search .form-group .form-control::-moz-placeholder {
	color: #fff;
}
.section-hero .hero-content .inline-search .form-group .form-control::placeholder {
	color: #fff;
}
.section-hero .hero-content .inline-search .form-group .form-control {
	color: #fff;
}
.section-hero .hero-content .title .hero_strok {
	color: transparent;
	-webkit-text-stroke-color: #a90e6d;
}
.section-hero .hero-content .title .hero-icon_box {
	color: #999;
}
.section-hero .hero-content .title {
	color: #fff;
}
.mainfeatured .bs-widget {
	background-color: transparent;
}
/*==================== widget Title ====================*/
.bs-widget {
	background: var(--bg-color);
	border-bottom-color: #e4e4e4;
}
.bs-widget-title {
	border-color: #eee;
}
.bs-widget-title .title {
	color: var(--wtitile-color);
}
.bs-widget-title.two .title::before {
	background-color: #a90e6d;
}
.bs-widget-title.three .title::before,
.bs-widget-title.three .title::after {
	background-color: #a90e6d;
}
.bs-widget-title.four .title::before {
	background: linear-gradient(90deg, var(--secondary-color) 1.18%, #a90e6d 74.96%);
}
.bs-widget-title.five .title::before,
.bs-widget-title.five .title::after {
	background: linear-gradient(90deg, var(--secondary-color) 1.18%, #a90e6d 74.96%);
}
/*==================== Blog ====================*/
.bs-recent-blog-post .small-post {
	border-color: #d7d7d7;
}
.small-post .title a {
	color: var(--head-color);
}
.small-post .title a:hover,
.small-post .title a:focus {
	color: #a90e6d;
}
/*==================== Blog ====================*/
.bs-blog-post {
	background: transparent;
}
.bs-blog-post .bs-blog-thumb::before {
	background-color: #fff;
}
.bs-blog-post.lg {
	background-color: #000;
}
.bs-blog-post.one .bs-blog-thumb .circle_btn {
	color: #fff;
}
.bs-blog-post.one .bs-blog-thumb .circle_btn:hover {
	color: #fff;
}
.bs-blog-post .circle_btn {
	color: #fff;
}
.bs-blog-post .small {
	color: var(--text-color);
}
.bs-blog-post.single .small.single, .page-class .bs-card-box  {
	color: var(--head-color);
}
.bs-blog-post.single.head_two::after {
	background-color: rgba(0, 0, 0, 0.6);
}
.bs-blog-post.single.head_one::after {
	background-color: rgba(0, 0, 0, 0.6);
}
.bs-single-head.one::after {
	background-color: rgba(0, 0, 0, 0.6);
}
.bs-single-head.two .bs-header .title a {
	color: var(--secondary-color);
}
.bs-blog-post.three .inner::after {
	background-color: rgba(0, 0, 0, 0.6);
}
.bs-single-head.four .title a {
	color: #111;
}
.bs-single-head.four .description {
	color: #111;
}
.bs-single-head.five::after {
	background-color: rgba(0, 0, 0, 0.6);
}
.bs-single-head.five .bs-header {
	background-color: rgba(255, 255, 255, 0.3);
}
.bs-blog-post.five .bs-blog-thumb::before {
	background-color: transparent;
}
.bs-blog-post.five .bs-blog-thumb::after {
	position: absolute;
	background-color: transparent;
}
.bs-blog-post .bs-header .btitle,
.bs-blog-post .bs-header .btitle a {
	color: var(--head-color);
}
.bs-blog-post .bs-header .bs-read {
	color: #f56565;
}
.bs-blog-post.single .nav-links {
	background: var(--border-color);
}
.bs-blog-post.single .nav-links a,
.bs-blog-post.single .single-nav-links a {
	color: var(--head-color);
}
.bs-blog-post.single .nav-links a:hover,
.bs-blog-post.single .single-nav-links a:hover {
	color: #a90e6d;
}
.bs-blog-post.one .bs-blog-thumb .circle_btn {
	background: linear-gradient(40deg, #a90e6d 1.18%, var(--secondary-color) 74.96%);
}
.bs-blog-post.two .small {
	background: var(--box-color);
	color: var(--text-color);
}
.bs-blog-post.three .title a {
	color: #fff;

}

.bs-blog-post.three .bs-blog-category a {
	color: #fff;
}
.bs-featured-category.three .d-grid .bs-widget .inner-content .bs-arrow-btn {
	background-color: #eee;
}
.bs-featured-category .d-grid .bs-widget .inner-content .text h5 a:hover {
	background: linear-gradient(90deg, #a90e6d 1.18%, var(--secondary-color) 74.96%);
	color: #fff;
}
.bs-featured-category .d-grid .bs-widget .inner-content .text h5 a {
	background-color: #fff;
}
.bs-featured-category .d-grid .bs-widget::before {
	background-color: #fff;
}
.bs-featured-category.four .d-grid .bs-widget .inner-content .text h5 a {
	color: #fff;
}
.bs-featured-category.four .d-grid .bs-widget .inner-content .text span {
	color: #fff;
}
.bs-blog-post.three .bs-blog-meta a,
.bs-blog-post.three .bs-blog-meta span,
.bs-blog-post.three .bs-blog-meta span:before {
	color: #fff;
}
.bs-blog-post.four .small {
	background-color: var(--box-color);
}
.bs-blog-post.six .title a {
	color: #fff;
}
.bs-blog-post.six .inner::after {
	background-color: rgba(0, 0, 0, 0.2);
}
.bs-blog-post.six .bs-blog-meta a,
.bs-blog-post.six .bs-blog-meta span,
.bs-blog-post.six .bs-blog-meta span:before {
	color: #fff;
}
.bs-blog-post .bs-header .bs-blog-date {
	color: var(--text-color);
}
.bs-blog-post .bs-header .tag-links,
.tag-links a {
	color: var(--text-color);
}
.bs-blog-post.five .small .title {
	background-color: transparent;
}
.bs-blog-post.five .small .circle_btn {
	background: #fff;
	color: #a90e6d;
}
.bs-blog-post .circle_btn:hover {
	background-color: #a90e6d;
	border-color: #a90e6d;
}
.bs-blog-post.five .small .circle_btn:hover {
	background-color: #a90e6d;
	color: #fff;
}
.recentarea-slider .small-post {
	border-color: #d7d7d7;
}
.bs-widget .bs-author h4 {
	color: var(--head-color);
}
.bs-widget .bs-author {
	color: var(--text-color);
}
.bs-blog-thumb .bs-blog-inner.two::after {
	background-color: transparent;
}
.bs-blog-thumb .bs-blog-inner .title,
.bs-blog-thumb .bs-blog-inner .title a {
	color: var(--head-color);
}
.bs-blog-thumb .bs-blog-inner .title:hover,
.bs-blog-thumb .bs-blog-inner .title a:hover,
.bs-blog-thumb .bs-blog-inner .title a:focus {
	color: #a90e6d;
}
.bs-blog-thumb .bs-blog-inner.two .title,
.bs-blog-thumb .bs-blog-inner.two .title a {
	color: var(--bg-color);
}
.bs-blog-inner.two .bs-blog-category a {
	color: var(--wrap-color);
}
.bs-single-head.four .bs-blog-category a {
	background-color: #a90e6d;
	color: #fff;
}
.bs-single-head.four {
	background-image: linear-gradient(135deg, #fdfcfb 0%, #a90e6d 100%);
}
.bs-blog-category:before {
	background: #a90e6d;
}
.bs-blog-category a {
	color: var(--cat-text-color);
	border-color: var(--cat-color);
}
.bs-blog-category a::before {
	background: var(--cat-color);
}
.bs-blog-category a:hover,
.bs-blog-category a:focus {
	color: #fff;
	background: linear-gradient(90deg, var(--secondary-color) 1.18%, #a90e6d 74.96%);
}
.bs-blog-category.one a:hover {
	border-color: #a90e6d;
}
.bs-blog-category.three a {
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.bs-blog-category.three a:hover {
	border-bottom-color: #a90e6d;
	background-color: transparent;
	color: #a90e6d;
}
.bs-blog-category.four a {
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.bs-blog-category.four a:hover {
	border-left-color: #a90e6d;
	background-color: transparent;
	color: #a90e6d;
}

.bs-blog-post .title {
	color: var(--head-color);
}
.bs-blog-post .title a:hover,
.bs-blog-post .title a:focus,
.bs-blog-post .title a:hover,
.bs-blog-post .title a:focus {
	color: #a90e6d;
}
.bs-blog-meta,
.bs-blog-meta a {
	color: var(--text-color);
}
.bs-blog-meta a:hover,
.bs-blog-meta a:focus,
.tag-links a:hover {
	color: #a90e6d;
}
.bs-info-author-block {
	background: var(--box-color);
	border-color: var(--border-color);
}
.bs-info-author-block .title a {
	color: var(--head-color);
}
.bs-info-author-block .title a:hover,
.bs-info-author-block .title a:focus {
	color: #a90e6d;
}
.comments-area a {
	color: var(--head-color);
}
.comments-area .comment-body {
	border-color: var(--border-color);
}
.comments-area .reply a:hover,
.comments-area .reply a:focus {
	color: #a90e6d;
}
.wp-block-quote{
	border-color: #a90e6d;
}
blockquote {
	background: var(--border-color);
	border-color: #a90e6d;
	color: #718096;
}
blockquote::before {
	color: #a90e6d;
}
blockquote p {
	color: var(--head-color);
}
.widget_block h2 {
	/* color: var(--head-color);
	border-color: #d7d7d7; */
}

.wp-block-group .wp-block-heading.seven .title::before {
	background-color: #a90e6d;
}
.bs-widget-title.seven .title::before {
	background-color: #a90e6d;
}
.wp-block-group .wp-block-heading.six span {
	color: #f3f3f3;
}
.bs-widget-title.five .title {
	color: #fff;
}
.bs-widget-title.six span {
	color: #f3f3f3;
}
.bs-widget-tags a,
.tagcloud a,
.wp-block-tag-cloud a {
	background: var(--bg-color2);
	border-color: var(--head-color);
	color: var(--head-color);
}
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
	color: #fff;
	background: #a90e6d;
	border-color: #a90e6d;
}
.widget_block .wp-block-search__button {
	background: #a90e6d;
	border-color: #000;
	color: var(--head-color);
}
.wp-block-search button.wp-block-search__button {
	color: #fff;
}
.widget_block .wp-block-search__button:hover,
.wp-block-search__button:focus {
	border-color: var(--secondary-color);
	color: #fff;
}
.bs-content p {
	color: var(--text-color);
}
/*==================== Sidebar ====================*/
.bs-sidebar .bs-widget {
	background: transparent;
	border-color: #d7d7d7;
}
.bs-sidebar .bs-widget ul li {
	border-color: var(--border-color);
	color: var(--text-color)
}

.bs-sidebar .bs-widget ul li a {
	color: var(--wtext-color);
}
.bs-sidebar .bs-widget ul li a:hover,
.bs-sidebar .bs-widget ul li a:focus {
	color: #a90e6d;
}
.bs-sidebar .bs-widget ul.bs-social li a {
	color: #fff;
}
.bs-sidebar .bs-widget .bs-widget-tags a,
.bs-sidebar .bs-widget .tagcloud a {
	color: var(--cat-text-color);
	border-color: var(--cat-color);
}
.bs-sidebar .bs-widget .bs-widget-tags a:hover,
.bs-sidebar .bs-widget .tagcloud a:hover,
.bs-sidebar .bs-widget .bs-widget-tags a:focus,
.bs-sidebar .bs-widget .tagcloud a:focus {
	color: #fff;
	background: linear-gradient(90deg, var(--secondary-color) 1.18%, #a90e6d 74.96%);
	border-color: #a90e6d;
}
.bs-sidebar .bs-widget.widget_search .btn {
	background: #a90e6d;
	color: #fff;
	border-color: #e5e7eb;
}
.bs-sidebar .bs-widget.widget_search .btn:hover,
.bs-sidebar .bs-widget.widget_search .btn:focus {
	color: #fff;
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}
.wp-block-latest-posts li a, .wp-block-categories-list li a, .wp-block-categories__list li a, .wp-block-archives-list li a, .bs-sidebar .bs-widget .wp-block-latest-posts li a, .bs-sidebar .bs-widget .wp-block-categories-list li a, .bs-sidebar .bs-widget .wp-block-categories__list li a, .bs-sidebar .bs-widget .wp-block-archives-list li a, .widget_nav_menu li a, .bs-sidebar .bs-widget.widget_nav_menu li a, .bs-sidebar .bs-widget.widget_meta li a{
	color: var(--head-color);
}
.bs-widget .calendar_wrap table thead th,
.bs-widget .calendar_wrap table,
.bs-widget .calendar_wrap td {
	border-color: rgba(51, 51, 51, 0.1);
	color: var(--text-color);
}
.bs-widget .calendar_wrap table caption {
	background: #a90e6d;
	border-color: #a90e6d;
	color: #fff;
}
.widget_block .wp-block-search__label,
.wp-block-search__label {
	color: var(--head-color);
}
.wp-block-latest-comments__comment-meta {
	color: var(--text-color);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-author { 
	color: #a90e6d;
}
.comment-form textarea:focus {
	color: var(--text-color);
}
.widget_search .wp-block-search__input:focus {
	color: var(--text-color);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-link {
	color: var(--text-color);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-link:hover {
	color: #a90e6d;
}
.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
	border-color: var(--border-color);
}
.wp-block-latest-posts li:has(.wp-block-latest-posts__featured-image) .wp-block-latest-posts__post-title {
	color: var(--head-color);
}
.bs-sidebar .bs-widget.widget_blogdata-author-widget {
	background-color: var(--bg-color2);
}
/*==================== general ====================*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: var(--head-color);
}
a.btn, button.btn, .btn-theme, .more-link, button {
	background-color: #a90e6d;
	color: #fff;
	border-color: #a90e6d;
}
.btn-theme:hover,
.btn-theme:focus,
.more-link:hover,
.more-link:focus,
.btn:hover,
button.btn:hover,
button[type=submit]:hover {
	background: linear-gradient(90deg, var(--secondary-color) 1.18%, #a90e6d 74.96%);
	color: #fff;
	border-color: #a90e6d;
}
button,
[type=button],
[type=reset],
[type=submit] {
	background-color: #a90e6d;
	color: #fff;
	border-color: #a90e6d;
}
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover,
button:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus {
	background: linear-gradient(90deg, var(--secondary-color) 1.18%, #a90e6d 74.96%);
	color: #fff;
	border-color: var(--secondary-color);
}
.bs-blog-post.three.md.back-img {
	background-color: #333;
}
.more-link,
.btn-one,
.btn-two {
	color: #fff;
	background: var(--secondary-color);
}
.more-link:hover,
.btn-one:hover,
.btn-two:hover {
	background-color: #a90e6d;
}
.more-link::after,
.btn-one::after,
.btn-two::after {
	color: #fff;
}
.more-link:hover::after,
.btn-one:hover::after,
.btn-two:hover::after {
	color: #fff;
}
/* btn three  */
.btn-three::before {
	background: #a90e6d;
}
.btn-three:hover::before,
.btn-four:hover::before {
	color: #fff;
}
/* btn five  */
.btn-five {
	background-color: #a90e6d !important;
	color: #fff !important;
}
.btn-five::after {
	color: #fff;
}
.btn-five:hover::after {
	color: #fff;
}
/* be-single head one*/
.bs-single-head.one .bs-blog-category a,
.bs-single-head.one .bs-info-author-block .btitle a {
	color: #fff;
}
.bs-single-head.one .bs-info-author-block .btitle {
	color: #fff;
}
.bs-single-head.one .bs-info-author-block .bs-blog-meta a {
	color: #fff;
}
.bs-single-head.one,
.bs-single-head.one .bs-blog-meta span,
.bs-single-head.one .title a {
	color: #fff;
}
.bs-single-head.one .title a:hover {
	color: #a90e6d;
}
.bs-single-head.one .bs-page-breadcrumb>li a {
	color: #fff;
}
.bs-single-head.two {
	background-image: linear-gradient(to right, #a90e6d 0%, #f6f3ff 100%);
}
/* be-single head three*/
.bs-single-head.three .title a {
	color: #000;
}
/* be-single head five*/
.bs-single-head.five .bs-info-author-block .btitle a {
	color: #fff;
}
.bs-single-head.five .bs-info-author-block .btitle {
	color: #fff;
}
.bs-single-head.five .bs-info-author-block .bs-blog-meta a {
	color: #fff;
}
.bs-single-head.five .title a {
	color: #fff;
}
.bs-single-head.five .description {
	color: #fff;
}
/*==================== pagination color ====================*/
.pagination>li>a,
.pagination>li>span {
	background: #fff;
	color: #999;
}
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	border-color: #a90e6d;
	background: #a90e6d;
	color: #fff;
}
.page-item.active .page-link {
	border-color: #a90e6d;
	background: #a90e6d;
	color: #fff;
}
.navigation.pagination .nav-links .page-numbers,
.navigation.pagination .nav-links a {
	background-color: var(--box-color);
	border-color: var(--head-color);
	color: var(--head-color);
}
.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links a:hover, .single-nav-links span, 
a.error-btn {
	background-color: #a90e6d;
	color: #fff;
	border-color: #a90e6d;
}
.navigation.pagination .nav-links .page-numbers.current:hover, .navigation.pagination .nav-links a:hover, .post-nav-links a:hover, .post-nav-links .post-page-numbers:hover, 
.navigation.pagination.next-prev > a:hover, .single-nav-links span:hover, .bs-blog-post.single .single-nav-links .post-page-numbers:hover {
	background-image: linear-gradient(90deg, var(--secondary-color) 1.18%, #a90e6d 74.96%);
	color: #fff;
	border-color : #a90e6d; 
}
/*=== navbar drop down hover color ===*/
.navbar-base .navbar-nav>.open>a,
.navbar-base .navbar-nav>.open>a:hover,
.navbar-base .navbar-nav>.open>a:focus {
	color: #fff;
}
.navigation.pagination>.active>a,
.navigation.pagination>.active>a:hover,
.navigation.pagination>li>a:hover,
.navigation.pagination>li>a:focus,
.navigation.pagination>.active>a,
.navigation.pagination>.active>span,
.navigation.pagination>.active>a:hover,
.navigation.pagination>.active>span:hover,
.navigation.pagination>.active>a:focus,
.navigation.pagination>.active>span:focus {
	border-color: #a90e6d;
	background: #a90e6d;
	color: #fff;
}
.navigation p a:hover {
	color: var(--head-color);
}
.navigation.pagination.next-prev{
	color:transparent;
}
.navigation.pagination.next-prev > a{
	background-color: #a90e6d; 
	color:#fff; 
	border-color:#a90e6d; 
}
/*==================== typo ====================*/
.bs-breadcrumb-section .overlay {
	background: var(--box-color);
}
.bs-breadcrumb-section .breadcrumb a,
.bs-breadcrumb-section .breadcrumb-item span {
	color: var(--head-color);
}
.breadcrumb-item+.breadcrumb-item::before {
	color: var(--head-color);
}
.bs-breadcrumb-section .breadcrumb a:hover,
.bs-breadcrumb-section .breadcrumb a:focus,
.bs-breadcrumb-section .breadcrumb .active a {
	color: #a90e6d;
}
.bs-breadcrumb-section .overlay .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #6c757d;
}
.bs-breadcrumb-title h1 {
	color: var(--head-color);
}
.bs-page-breadcrumb>li a {
	color: var(--head-color);
}
.bs-page-breadcrumb>li a:hover,
.bs-page-breadcrumb>li a:focus {
	color: #a90e6d;
}
.bs-page-breadcrumb>li+li:before {
	color: var(--head-color);
}
/*==================== footer background ====================*/
footer.one .overlay {
	background: var(--ftbackcolor);
}
footer.one .bs-footer-copyright {
	border-color: #bdbdbd;
}
footer.one .bs-footer-widget-area .bs-inner-wrap .linehori {
	background-color: #483d2f;
}
footer.one .bs-footer-widget-area .bs-inner-wrap .lineleft {
	background-color: #483d2f;
}
footer.two .bs-footer-widget-area .row {
	background: var(--ftbackcolor);
}
footer.two .bs-footer-copyright {
	border-top-color: #e4e4e4;
}
footer.three .overlay .bs-footer-widget-area .bs-widget .bs-widget-title .title {
	color: #fff;
}
footer.three .overlay .bs-footer-widget-area .bs-widget .bs-blog-meta .bs-author a,
footer.three .overlay .bs-footer-widget-area .bs-widget .bs-blog-meta .bs-blog-date a {
	color: #fff;
}
footer.three .overlay .bs-footer-widget-area .bs-widget p {
	color: #fff;
}
footer.three .overlay .bs-footer-widget-area .bs-widget .small-post .title a {
	color: #fff;
}
footer.three .overlay .bs-footer-widget-area .bs-widget ul li a {
	color: #fff;
}
footer.three .overlay .bs-footer-copyright .copyright p {
	color: #fff;
}
footer.three .overlay .bs-footer-copyright .footer-social ul li a i {
	color: #fff;
}
footer .site-title a,
footer .site-description {
	color: #000;
}
footer .bs-widget .title,
footer .consultup_contact_widget .bs-widget .title,
.widget_block h2 {
	color: var(--ftwtitile-color);
}
footer .bs-widget ul li,
footer .bs-widget ul li a {
	color: var(--ftwtext-color);	
}
footer .bs-widget .wp-block-categories-list li{
	border-color: var(--border-color)
}
footer .text-input button.sub-link a {
	color: var(--bg-color);
}
footer .checkbox a {
	color: var(--secondary-color);
}
footer .bs-widget ul li a:hover,
footer .bs-widget ul li a:focus {
	color: #a90e6d;
}
footer .bs-widget .calendar_wrap table thead th,
footer .bs-widget .calendar_wrap table tbody td,
footer .bs-widget #calendar_wrap td,
footer .bs-widget #calendar_wrap th,
footer .bs-widget .calendar_wrap table caption {
	color: #f2f7fd;
	border-color: #eee;
}
footer .bs-footer-copyright {
	background: initial;
}
footer .bs-footer-copyright,
footer .bs-footer-copyright p,
footer .bs-footer-copyright a {
	color: var(--head-color);
}
footer .bs-footer-copyright a:hover,
footer .bs-footer-copyright a:focus {
	color: #a90e6d;
}
footer .bs-widget p {
	color: var(--ftwtext-color);
}
footer .bs-widget.widget_search .btn {
	color: #fff;
	background: #a90e6d;
	border-color: #a90e6d;
}
footer h3 span {
	color: #a90e6d;
}
footer .site-branding-text .site-title-footer a,
footer .site-branding-text .site-description-footer {
	color: var(--head-color)
}

footer .bs-widget.widget_search .btn:hover,
footer .bs-widget.widget_search .btn:focus {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}
footer .bs-widget .bs-author h4 {
	color: #fff;
}
footer .bs-widget .bs-author p {
	color: #e8e8e8;
}
footer .bs-recent-blog-post .small-post .img-small-post.right {
	border-color: #fff;
}
.bs_upscr {
	background: #a90e6d;
	border-color: #a90e6d;
	color: #fff !important;
}
.bs_upscr:hover,
.bs_upscr:focus {
	background: linear-gradient(90deg, var(--secondary-color) 1.18%, #a90e6d 74.96%);
	border-color: var(--pri-color);
	color: #fff;
}
.site-title-footer a,
.site-description-footer,
p.site-title-footer a,
p.site-description-footer {
	color: #fff;
}
footer .bs-widget-title .title {
	color: var(--head-color);
}
footer input[type="search"] {
	background-color: #222;
}
.progress-scroll {
	background: linear-gradient(90deg, #a90e6d 1.18%, var(--secondary-color) 74.96%);
}
.bs-newslatter .text-input .form-control {
	background-color: transparent;
	color: #9fa2a6;
}
.bs-newslatter .text-input .sub-link {
	background-color: #fff;
}
.bs-marquee .marquee-item .item .title {
	color: #000;
}
.bs-marquee {
	border-color: #e5e5e5;
}
/*---------------------------------------
	Off Canvas Styles           
-----------------------------------------*/
.bs-offcanvas {
	background-color: var(--bg-popup);
}
.bs-offcanvas .navbar-nav li {
    border-bottom-color: var(--border-color);
}
.bs-offcanvas .bs-offcanvas-inner .navbar-nav li a {
	color: var(--head-color);
}
.bs-offcanvas .bs-offcanvas-btn-close span {
	background-color: var(--head-color);
}
/*form-control*/
.form-control {
	border-color: #eef3fb;
}
.form-control:focus {
	border-color: #a90e6d;
}
.form-group label::before {
	background-color: #dddddd;
}
.form-group label::after {
	background-color: #a90e6d;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--head-color);
}
.woocommerce-page .products h3 {
	color: #333;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	color: #333;
}
.related.products h2 {
	color: #333;
}
.woocommerce nav.woocommerce-pagination ul li a {
	color: #333;
}
.woocommerce nav .woocommerce-pagination ul li span {
	color: #333;
}
.woocommerce nav.woocommerce-pagination ul li a {
	border-color: #ddd;
}
.woocommerce nav .woocommerce-pagination ul li span {
	border-color: #ddd;
}
/*----woocommerce----*/
button.wc-block-cart-item__remove-link:hover{
	color: #a90e6d;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	border-color: #ebebeb;
}
.right-nav a.bs-cart .bs-cart-count {
	color: #fff;
	background: #a90e6d;
}
.bs-card-box {
	background: var(--bg-color);
	color: var(--text-color);
}
/*-theme-background-*/
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce #respond input#submit,
.woocommerce input.button.alt,
.woocommerce .cart input.button,
.woocommerce-page .products a.button,
.woocommerce #respond input#submit,
.woocommerce input.button,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
	background: #a90e6d;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #a90e6d !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	background: #ebe9eb;
	color: #999;
}
/*-theme-color-*/
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page .products .added_to_cart,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: #a90e6d;
}
/*-theme-border-color-*/
.woocommerce-cart table.cart td.actions .coupon .input-text:hover,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce nav .woocommerce-pagination ul li a:focus,
.woocommerce nav .woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	border-color: #a90e6d;
}
/*-theme-secondary-background-*/
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-page .products a.button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce div.product form.cart .button:hover {
	background: linear-gradient(90deg, var(--secondary-color) 1.18%, #a90e6d 74.96%);
    color: #fff;
}
.woocommerce ul.products li.product a:focus {
	color: #fff;
}
/*-theme-secondary-color-*/
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #161c28;
}
/*-theme-color-white-*/
.woocommerce-page .woocommerce .woocommerce-info a,
.woocommerce-page .woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-message a:focus,
.woocommerce .woocommerce-message::before,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-error a,
.woocommerce-page .woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce .woocommerce-info,
.woocommerce nav .woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus {
	color: #fff;
}
.woocommerce-cart .wc-proceed-to-checkout a .checkout-button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page .products a.button,
.woocommerce a.button,
.woocommerce a.button,
.woocommerce-page .products a.button,
.woocommerce .cart .button,
.woocommerce div.product form.cart .button {
	background: #a90e6d;
	color: #fff;
}
.woocommerce .products span.onsale,
.woocommerce span.onsale {
	background: #a90e6d;
}
.woocommerce-page .products a .price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--text-color);
}
.woocommerce-page .products a .price ins {
	color: #e96656;
}
.woocommerce-page .products .star-rating,
.woocommerce-page .star-rating span,
.woocommerce-page .stars span a {
	color: #ffc107;
}
/*woocommerce-messages*/
.woocommerce-page .woocommerce-message {
	background: #2ac56c;
}
.woocommerce-page .woocommerce-message a {
	background-color: #a90e6d;
}
.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-message a:focus {
	background-color: #388e3c;
}
.woocommerce-page .woocommerce-error {
	background: #ff5252;
}
.woocommerce-page .woocommerce-error a {
	background-color: #F47565;
}
.woocommerce-page .woocommerce-info {
	background: #4593e3;
}
.woocommerce-page .woocommerce-info a {
	background-color: #5fb8dd;
}
.woocommerce-page .woocommerce .woocommerce-info {
	background: rgb(58, 176, 226);
}
/*woocommerce-Price-Slider*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #a90e6d;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #a90e6d;
}
.woocommerce-page .woocommerce-ordering select {
	color: #A0A0A0;
}/*woocommerce-price-filter*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #1a2128;
}/*woocommerce-form*/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border-color: #ccc;
	color: var(--text-color);
}
.woocommerce form .form-row label {
	color: var(--text-color);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	color: var(--secondary-color);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
	background-color: var(--secondary-color);
	color: #fff;
	border-color: var(--secondary-color);
}
.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title{
	color: #a90e6d;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url],
.woocommerce-checkout .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-text-input input[type=url] {
	color: var(--text-color);
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=email]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=number]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=tel]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=text]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=url]:focus {
	background: none;
	color: var(--text-color);
}
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    background: none;
	color: var(--text-color);
}
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{
	background: none;
	color: var(--text-color);
}
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .woocommerce-checkout .wc-block-components-text-input label{
	color: var(--text-color);
}
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
	color:var(--head-color);
}
.woocommerce-checkout .wc-block-components-textarea{
	color: var(--text-color);
}
.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea:focus{
	color: var(--text-color);
}
/* --------------------------------------
=========================================
	subscibe-area
=========================================
-----------------------------------------*/
.subscibe-area {
	background: var(--box-color);
}
.subscribe-aria .overlay .subscribe-inner .subscribe-content .feature-list li {
	color: var(--secondary-color);
}
.subscribe-aria .overlay .subscribe-inner .subscribe-content .feature-list li::before {
	color: var(--secondary-color);
}
.subscribe-aria .overlay {
	background-color: #eee;
}
.bs-overlay-section {
	background-color: rgba(0, 0, 0, 0.75);
}
/*---------------------------------------
	Core Wordpress
-----------------------------------------*/
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
    background: #fff;
    color: #32373c;
}
.wp-block-file *+.wp-block-file__button {
    color: #fff;
    background: #a90e6d;
}
.logged-in-as a{
	color: #a90e6d;
}
#cancel-comment-reply-link:hover{
	color: #a90e6d;
}
.wp-block-button .wp-block-button__link, .wp-block-button .wp-block-button__link{
	background: var(--ftwtitile-color);
	color: var(--headbg-color);
	border-color: var(--ftwtitile-color);
}
.wp-block-button .wp-block-button__link, .wp-block-button .wp-block-button__link{
	background-color: #a90e6d;
	color: #fff;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:hover{
	background: linear-gradient(135deg, #a90e6d 1.18%, var(--secondary-color) 74.96%);;
	color: #fff;
}
th {
    background: transparent;
}
pre{
	background: var(--ftbackcolor);
}
pre code{
	background: var(--ftbackcolor);
	color: var(--head-color);
}
mark, span.highlight, code, kbd, var, samp, tt {
	background: var(--headmenu-color);
    color: var(--headbg-color);
}
.small.single .wp-block-latest-posts li a:hover, .small.single .wp-block-categories-list li a:hover, .small.single .wp-block-categories__list li a:hover, .small.single .wp-block-archives-list li a:hover{
	color: #a90e6d;
}
.post-password-form{
	background-color: var(--border-color);
}
/* media quary min-width 992px*/
@media(min-width: 992px) {
	.navbar-wp nav .sm-clean ul {
		background-color: var(--bg-popup);
	}

	.navbar-wp nav .sm-clean ul::after {
		border-bottom-color: var(--box-color2);
	}
}
@media (max-width: 991.98px) {
	.navbar-wp .nav-wp {
		background: var(--bg-color);
	}
	.navbar-wp nav ul.sm-clean li a, .navbar-wp .nav-wp .sm-clean {
		background: #fff;
		color: #000;
	}
	.menu-btn {
		background-color: transparent;
		color: #a90e6d;
	}
	.menu-btn:hover,
	.menu-btn:focus {
		background: transparent;
	}
	.bs-headthree .sm-clean a .sub-arrow {
		border-color: #fff transparent transparent transparent;
	}
}/**
 * Swiper 6.4.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:start;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:start;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active { 
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  text-decoration: none;
}
.sm-clean a.current {
  color: #D23600;
}
.sm-clean a.disabled {
  color: #bbbbbb;
}
.sm-clean a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.sm-clean a .sub-arrow::before {
  content: '+';
}
.sm-clean a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 5px 5px;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-clean li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {
  border-top: 0;
}
.sm-clean ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
/* For RTL */
.rtl .sm-clean ul a, .rtl .sm-clean ul a:hover, .rtl .sm-clean ul a:focus, .rtl .sm-clean ul a:active {
  border-left: 0px solid transparent;
  border-right: 8px solid transparent;
}
.rtl .sm-clean ul ul a,
.rtl .sm-clean ul ul a:hover,
.rtl .sm-clean ul ul a:focus,
.rtl .sm-clean ul ul a:active {
  border-left: 0px solid transparent;
  border-right: 16px solid transparent;
}
.rtl .sm-clean ul ul ul a,
.rtl .sm-clean ul ul ul a:hover,
.rtl .sm-clean ul ul ul a:focus,
.rtl .sm-clean ul ul ul a:active {
  border-left: 0px solid transparent;
  border-right: 24px solid transparent;
}
.rtl .sm-clean ul ul ul ul a,
.rtl .sm-clean ul ul ul ul a:hover,
.rtl .sm-clean ul ul ul ul a:focus,
.rtl .sm-clean ul ul ul ul a:active {
  border-left: 0px solid transparent;
  border-right: 32px solid transparent;
}
.rtl .sm-clean ul ul ul ul ul a,
.rtl .sm-clean ul ul ul ul ul a:hover,
.rtl .sm-clean ul ul ul ul ul a:focus,
.rtl .sm-clean ul ul ul ul ul a:active {
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
}

@media (min-width: 991px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: absolute;
    width: 12em;
  }

  .sm-clean li {
    float: left;
  }

  .sm-clean.sm-rtl li {
    float: right;
  }

  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none;
  }

  .sm-clean a {
    white-space: nowrap;
  }

  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal;
  }

  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 1rem 0.8rem; 
    border-radius: 0 !important;
  }
  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
     cursor: inherit;
  }
  .sm-clean a.current {
     cursor: inherit;
  }
  .sm-clean a.disabled {
    color: #bbbbbb;
  }
  .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  .sm-clean a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-clean a .sub-arrow::before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;
  }
  .sm-clean > li > ul::before,
  .sm-clean > li > ul::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-clean > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  .sm-clean ul {
    border: 1px solid #bbbbbb;
    padding: 0;
    background: #fff;
    border-radius: 5px !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
  }
  .sm-clean ul a.current {
    color: #2B4EFF;
  }
  .sm-clean ul a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean .scroll-up,
  .sm-clean .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-clean .scroll-up:hover,
  .sm-clean .scroll-down:hover {
    background: #eeeeee;
  }
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  .sm-clean .scroll-up-arrow,
  .sm-clean .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-clean .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-clean.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .sm-clean.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean.sm-vertical > li > ul::before,
  .sm-clean.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: #fff;
  }
}

/*# sourceMappingURL=sm-clean.css.map */