/*
 * Theme Name: OceanWP RTL CSS
 * Description: Adds support for languages written in a Right To Left (RTL) direction.
 */

/*------------------------------------*
	General & Commons
*------------------------------------*/
body { direction: rtl; unicode-bidi: embed; }

/* Float right */
body .oceanwp-row .col,
.top-bar-left { float: right }

/* Float left */
.top-bar-right { float: left }

/* List */
ul, ol { margin: 15px 20px 15px 0; }

/* Tables */
table th, table td, caption, th, td { text-align: right; }

/* Theme heading */
.theme-heading .text::before { display: none; }
.theme-heading .text::after { content: '\f104'; font-family: 'Font Awesome 5 Free'; font-size: 18px; font-weight: 600; color: #13aff0; padding-left: 6px;}

/* Change right position to Left position*/
.site-breadcrumbs,
#top-bar-social.top-bar-right,
#searchform-dropdown,
.current-shop-items-dropdown { right: auto; left: 0; }

/* Search form input */
form.oceanwp-searchform input { padding: 0 15px 0 40px; }

/* Change left position to right position*/
#top-bar-social.top-bar-left { left: auto; right: 0; }

/* Layout */
.content-area { float: right; padding-left: 30px; padding-right: 0; border-left-width: 1px; border-right-width: 0; }
.widget-area.sidebar-primary { float: left; padding-right: 30px; padding-left: 0; }
.content-left-sidebar .content-area { float: left; padding-right: 30px; padding-left: 0; border-right-width: 1px; border-left-width: 0; }
.content-left-sidebar .widget-area.sidebar-primary { float: right; padding-left: 30px; padding-right: 0; }

/* Both sidebars */
.content-both-sidebars .content-area { float: left; padding-right: 30px; }
.content-both-sidebars .content-area { border-right-width: 1px; }
.content-both-sidebars .widget-area.sidebar-primary { padding-right: 0; }

/* Boxed layout */
.boxed-layout .site-breadcrumbs { right: auto; left: 30px; }

/* Separate layout */
.separate-layout .content-area { border-left-width: 0; border-right-width: 0; }
.separate-layout.content-left-sidebar .content-area { border-right-width: 0; border-left-width: 0; }
.separate-layout .widget-area.sidebar-primary { padding-right: 20px; padding-left: 0; }
.separate-layout.content-left-sidebar .widget-area.sidebar-primary { padding-left: 20px; padding-right: 0; }
body.separate-blog.separate-layout .oceanwp-row { margin-left: -20px; margin-right: 0; }
body.separate-blog.separate-layout #blog-entries.blog-grid > * { padding: 0 0 0 20px; }

/* Blockquote */
blockquote { padding-right: 20px; padding-left: 0; border-right-width: 3px; border-left-width: 0; }

/*------------------------------------*
	Header
*------------------------------------*/
#site-logo { float: right; }

/* Top Menu header */
#site-header.top-header .header-top .left { float: right; }
#site-header.top-header .header-top .right { float: left; }
#site-header.top-header #site-navigation-wrap { right: -15px !important; left: auto !important; }

/* Full Screen header */
#site-header.full_screen-header #site-navigation-wrap { right: auto; left: 0; }
#site-header.full_screen-header .menu-bar { float: left; }
#site-header.full_screen-header #full-screen-menu { left: auto; right: 0; }
#site-header.full_screen-header .fs-dropdown-menu li > a > .nav-arrow { padding-left: 0; padding-right: 5px; }
#site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li label i { margin-left: 0; margin-right: 3px; }

/* Center header */
#site-header.center-header #site-navigation-wrap .left-menu { float: right; }
#site-header.center-header #site-navigation-wrap .right-menu { float: left; }
#site-header.center-header .wider .left-menu { text-align: right; }
#site-header.center-header .wider .right-menu { text-align: left; }
#site-header.center-header .closer .left-menu { text-align: left; }
#site-header.center-header .closer .right-menu { text-align: right; }

/* Medium header */
#site-header.medium-header .oceanwp-social-menu { text-align: left; }
#site-header.medium-header #medium-searchform { text-align: right; }
#site-header.medium-header #medium-searchform input { padding: 6px 12px 6px 38px; }
#site-header.medium-header #medium-searchform label { left: auto; right: 12px; }
#site-header.medium-header #medium-searchform button { right: auto; left: 0; }

/* Vertical header */
#site-header.vertical-header.left-logo #site-logo { text-align: right; }
#site-header.vertical-header.right-logo #site-logo { text-align: left; }
#site-header.vertical-header .has-social #site-navigation-wrap { left: auto; }
#site-header.vertical-header #site-navigation-wrap { left: auto; }
#site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a .dropdown-toggle { left: 0; right: auto; }
#site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a .dropdown-toggle:before { right: 50%; left: auto; margin-right: -10px; margin-left: 0; }
#site-header.vertical-header #site-navigation-wrap .dropdown-menu .sub-menu { right: 0; left: auto; }
#site-header.vertical-header #vertical-searchform form label { right: 12px; left: auto; }
#site-header.vertical-header #vertical-searchform form button { left: 0; right: auto; }
#site-header.vertical-header .oceanwp-social-menu.simple-social { left: auto; }
body.vertical-header-style.left-header #site-header.vertical-header { right: 0; left: auto; }
body.vertical-header-style.left-header #site-header.vertical-header .vertical-toggle { left: 0; right: auto; }
body.vertical-header-style.left-header #outer-wrap { margin-right: 300px; margin-left: 0; }
body.vertical-header-style.right-header #site-header.vertical-header { left: 0; right: auto; }
body.vertical-header-style.right-header #site-header.vertical-header .vertical-toggle { right: 0; left: auto; }
body.vertical-header-style.right-header #outer-wrap { margin-left: 300px; margin-right: 0; }
body.vertical-header-style.has-vh-transparent.left-header #outer-wrap { margin-right: 0; }
body.vertical-header-style.has-vh-transparent.right-header #outer-wrap { margin-left: 0; }
body.vertical-header-style.vh-closed.left-header #site-header.vertical-header { right: -266px; left: auto; }
body.vertical-header-style.vh-closed.left-header #outer-wrap { margin-right: 34px; margin-left: 0; }
body.vertical-header-style.vh-closed.right-header #site-header.vertical-header { left: -266px; right: auto; }
body.vertical-header-style.vh-closed.right-header #outer-wrap { margin-left: 34px; margin-right: 0; }
body.vertical-header-style.vh-closed.vh-opened.left-header #site-header.vertical-header { right: 0; left: auto; }
body.vertical-header-style.vh-closed.vh-opened.right-header #site-header.vertical-header { left: 0; right: auto; }
body.vertical-header-style.vh-closed.vh-opened #site-header.vertical-header #site-navigation-wrap { padding-left: 0; }
body.vertical-header-style.vh-closed #site-header.vertical-header #site-navigation-wrap { padding-left: 34px; padding-right: 0; }

/*------------------------------------*
	Navigation
*------------------------------------*/
#site-navigation-wrap { float: left; left: -15px; right: auto; }
#site-navigation-wrap .dropdown-menu > li { float: right; }
#site-navigation-wrap .dropdown-menu > li > a .nav-arrow { padding-right: 6px; padding-left: 0; }

#searchform-header-replace { left: 0; right: auto; }
#searchform-header-replace-close { left: 8px; right: auto; }

.search-overlay.center-header .search-overlay .search-toggle-li .search-overlay-toggle.exit > span:before { padding-left: 5px; padding-right: 0; }

.dropdown-menu .sub-menu { right: 0; left: auto; text-align: right; }
.dropdown-menu ul .sub-menu { right: 100%; left: auto; }
.dropdown-menu ul li a.menu-link .nav-arrow { left: 15px; right: auto; }
.dropdown-menu ul li a.menu-link i { margin-left: 3px; margin-right: 0; }
.dropdown-menu li a.menu-link i { padding-left: 5px; padding-right: 0; }

.navigation .megamenu { right: auto; }
.navigation > ul > li > ul.megamenu.sub-menu > li { float: right; border-right-width: 1px; border-left-width: 0; }
.navigation > ul > li > ul.megamenu.sub-menu > li:first-child { border-right: none; }

.after-header-content { float: left; }

/* If social */
.has-social #site-navigation-wrap { left: 0; right: auto; }

/* If left menu */
.minimal-header.left-menu #site-navigation-wrap,
.transparent-header.left-menu #site-navigation-wrap { float: right; left: 0; right: auto; }

.minimal-header.left-menu #site-logo,
.transparent-header.left-menu #site-logo { padding-left: 20px; padding-right: 0; }

/* If center menu */
.center-menu #site-navigation-wrap { right: 50%; left: auto; }

/* menu icons */
.dropdown-menu li a.menu-link i.after { margin-right: 6px; margin-left: 0; }
.dropdown-menu li a.menu-link i.before { margin-left: 6px; margin-right: 0; }
.dropdown-menu li a.menu-link img.after { margin-right: 6px; }
.dropdown-menu li a.menu-link img.before { margin-left: 6px; }

/* Social menu */
.oceanwp-social-menu { float: left; }
.oceanwp-social-menu.simple-social { right: auto; left: -8px; }
.oceanwp-social-menu.social-with-style { right: auto; left: -2px; }
.oceanwp-social-menu ul li { float: right; }

/*------------------------------------*
	Mobile Navigation
*------------------------------------*/
a.sidr-class-toggle-sidr-close i { padding-left: 8px; padding-right: 0; }
.sidr-class-dropdown-toggle { left: 0; right: auto; }
.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children > a { padding-right: 20px; padding-left: 60px; }
.sidr-class-dropdown-menu ul a:before { content: '\f104'; }

/*------------------------------------*
	Drop Down Mobile Menu Style
*------------------------------------*/
#mobile-dropdown { right: 0; left: auto; }
#mobile-dropdown ul li a { text-align: right; }
#mobile-dropdown ul li a .dropdown-toggle { left: 0; right: auto; padding-left: 40px; padding-right: 0; }
#mobile-dropdown ul li a .dropdown-toggle:before { right: 50%; left: auto; margin-right: -15px; margin-left: 0; }
#mobile-dropdown ul li ul { margin-right: 0; }
#mobile-dropdown #mobile-menu-search form input { padding: 6px 12px 6px 45px !important; }
#mobile-dropdown #mobile-menu-search form button { left: 10px; right: auto; }

/*------------------------------------*
	Full Screen Mobile Menu Style
*------------------------------------*/
#mobile-fullscreen { right: 0; left: auto; }
#mobile-fullscreen a.close { left: 14px; right: auto; }
#mobile-fullscreen .fs-dropdown-menu li .dropdown-toggle { padding-right: 5px; padding-left: 0; }
#mobile-fullscreen #mobile-search label i { margin-right: 3px; margin-left: 0; }

/*------------------------------------*
	Breadcrumbs
*------------------------------------*/
.site-breadcrumbs ul li:after { content: '\f104'; }

/*------------------------------------*
	Posts
*------------------------------------*/
ul.meta li i { padding-left: 5px; padding-right: 0; }
.single-post ul.meta li i { padding-left: 9px; padding-right: 0; }

.blog-entry ul.meta li i,
.blog-entry ul.meta li i,
.single-post ul.meta li .owp-icon,
.blog-entry ul.meta li .owp-icon {
    margin-right: 0;
    margin-left: 8px;
}

/* Thumbnail style */
.blog-entry.thumbnail-entry .left-position .blog-entry-content { padding-right: 3em; padding-left: 0; }
.blog-entry.thumbnail-entry .right-position .blog-entry-content { padding-left: 3em; padding-right: 0; }
.blog-entry.thumbnail-entry .blog-entry-comments { float: right; }
.blog-entry.thumbnail-entry .blog-entry-comments i { padding-left: 6px; padding-right: 0; }
.blog-entry.thumbnail-entry .blog-entry-comments svg.owp-icon { margin-right: 0; margin-left: 0.7rem; }
.blog-entry.thumbnail-entry .blog-entry-date { float: left; }

/* Readmore button */
.blog-entry.large-entry .blog-entry-readmore a i { margin-right: 8px; margin-left: 0; }
.blog-entry .blog-entry-readmore a i:before { content: '\f104'; padding-right: 5px; }

/* Link format */
.link-entry i { left: 20px; right: auto; }

/* Dropcap */
.dropcap { float: right; margin-left: 10px; margin-right: 0; }

/* Next & Prev */
.single-post nav.post-navigation .nav-links .nav-previous { float: right; padding-left: 20px; padding-right: 0; text-align: right; border-left-width: 1px; border-right-width: 0; }
.single-post nav.post-navigation .nav-links .nav-previous i { float: right; margin-left: 20px; margin-right: 0; }
.single-post nav.post-navigation .nav-links .nav-next { float: left; padding-right: 20px; padding-left: 0; text-align: left; }
.single-post nav.post-navigation .nav-links .nav-next i { float: left; margin-right: 20px; margin-left: 0; }

/* Related Posts */
#related-posts time.published i { padding-left: 5px; }
#related-posts time.published svg.owp-icon { margin-left: 0.7rem; margin-right: 0; }

/* Author bio */
#author-bio .author-bio-avatar { margin-left: 30px; margin-right: 0; }

/*------------------------------------*
	Comments
*------------------------------------*/
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url { float: right; }
#respond .comment-form-author { padding-left: 10px; padding-right: 0; }
#respond .comment-form-url { padding-right: 10px; padding-left: 0; }
#respond .form-submit { float: left; }
#comments ol.children { margin-right: 30px; margin-left: 0; }
.comment-body img { float: right; margin-left: 30px; margin-right: 0; }
.comment-author .comment-link { float: right; }
.comment-author .comment-meta { float: left; text-align: left; }
.comment-author .comment-meta .comment-reply-link,
.comment-author .comment-meta .comment-edit-link { margin-right: 15px; margin-left: 0; }
#respond #cancel-comment-reply-link { float: left; }
span.required { margin-right: 3px; margin-left: 0; }
.no-comments { text-align: left; }
.no-comments i { margin-left: 8px; margin-right: 0; }
.comment-navigation .nav-links .nav-previous { float: right; margin-left: 1.5em; margin-right: 0; }
.comment-navigation .nav-links .nav-previous i { margin-left: 5px; margin-right: 0; }
.comment-navigation .nav-links .nav-next { float: left; margin-left: 1.5em; margin-right: 0; }
.comment-navigation .nav-links .nav-next i { margin-right: 5px; margin-left: 0; }

/*------------------------------------*
	Widgets
*------------------------------------*/
.widget-title { border-width: 0 3px 0 0; padding-right: 15px; padding-left: 0; }

/*------------------------------------*
	Pagination
*------------------------------------*/
ul.page-numbers { text-align: left; }

/*------------------------------------*
	Search Results
*------------------------------------*/
.search-results article .thumbnail { margin-left: 20px; margin-right: 0; }

/*------------------------------------*
	Modal
*------------------------------------*/
.oceanwp-modal .oceanwp-close-modal { left: 0; right: auto; }

/*------------------------------------*
	Footer
*------------------------------------*/
#footer-bottom #copyright { float: right; text-align: right; padding-left: 15px; padding-right: 0; }
#footer-bottom #footer-bottom-menu { float: left; text-align: left; padding-right: 15px; padding-left: 0; }
#footer-bottom #footer-bottom-menu li { float: right; }
#scroll-top { left: 20px; right: auto; }

/*------------------------------------*
	Responsive
*------------------------------------*/
.oceanwp-mobile-menu-icon.mobile-right { float: left; }
.oceanwp-mobile-menu-icon.mobile-left { float: right; }
.oceanwp-mobile-menu-icon a { padding-right: 15px; padding-left: 0; }
.oceanwp-mobile-menu-icon a:first-child { padding-right: 0; }
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text,
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text { padding-right: 6px; padding-left: 0 !important; }

/*------------------------------------*
	All Devices under 1280px
*------------------------------------*/
@media only screen and (max-width: 1280px) {
	body.vertical-header-style.left-header #site-header.vertical-header { right: -266px; left: auto; }
	body.vertical-header-style.left-header #outer-wrap { margin-right: 34px; margin-left: 0; }
	body.vertical-header-style.right-header #site-header.vertical-header { left: -266px; right: auto; }
	body.vertical-header-style.right-header #outer-wrap { margin-left: 34px; margin-right: 0; }
	body.vertical-header-style.vh-opened.left-header #site-header.vertical-header { right: 0; left: auto; }
	body.vertical-header-style.vh-opened.right-header #site-header.vertical-header { left: 0; right: auto; }
	body.vertical-header-style.vh-opened #site-header.vertical-header #site-navigation-wrap { padding-left: 0; }
	#site-header.vertical-header #site-navigation-wrap { padding-left: 34px; padding-right: 0; }
}

/*------------------------------------*
	All Devices under 960px
*------------------------------------*/
@media only screen and (max-width: 959px) {

	/* Separate layout */
	.separate-layout .widget-area.sidebar-primary { padding-right: 0; }

}

/*------------------------------------*
	All Devices under 767px
*------------------------------------*/
@media only screen and (max-width: 767px) {
	#respond .comment-form-author,
	#respond .comment-form-email,
	#respond .comment-form-url {
	    float: none;
	    padding: 0;
	}
    .wfc_container {
        width: 380px!important;
    }
    .description_div {
        display: flex!important;
        justify-content: space-around;
        flex-direction: column;
    }
    .mini_cart_products_custom_info {
        direction: ltr;
        text-align: right;
    }
    .wfc_price_single {
        font-size: 15px;
    }
    .wfc_prodline_price {
        margin-right: 0;
        font-weight: bold;
    }
}
.single_variation_wrap > a {
    display: none!important;
}
li.title h2 {
    margin: 0;
}
.products_custom_info {
	direction: ltr;
    margin-bottom: 5px;
}
span.rtwwvsm_reset_variations {
    display: none!important;
}
li.btn-wrap.clr {
    display: flex!important;
}
.quantity {
    width: 30%;
    background: #FFF;
}
a.button.product_type_variable.add_to_cart_button.wvs_add_to_cart_button.wvs_ajax_add_to_cart {
    width: 70%;
}
/* .rtwwvsm_single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
} */
.rtwwvsm_single_variation_wrap .woocommerce-variation-add-to-cart {
    align-items: flex-end;
}
button.single_add_to_cart_button.button.alt {
    margin-top: 10px;
}
/* .rtwwvsm_shop_page_main_wrapper {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: 35px;
    margin-top: 0!important;
} */
/* archive */
.woocommerce ul.products li.product .woo-entry-inner li {
    margin-bottom: 0;
}
li.price-wrap {
    margin-bottom: 15px!important;
}
.woocommerce ul.products li.product .button {
    padding: 6px 12px;
    font-size: 15px;
	opacity: 1!important;
}
button.single_add_to_cart_button.button.alt {
    width: 100%;
}
.woocommerce ul.products li.product li.title a {
    font-size: 16px!important;
    font-weight: 700;
    color: #000;
}
.quantity .qty, .quantity .minus, .quantity .plus {
    background-color: #FFF;
    border: 1px solid #FFF;
    font-size: 14px;
    color: #000;
    padding: 4px 0;
}
input.input-text.qty.text {
    padding: 12px 0;
}
.quantity .minus, .quantity .plus {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
}
li.title, .products_custom_info, li.price-wrap {
    padding: 0 15px;
    font-size: 16px;
}
ul.rtwwvsm_attr_lists {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.rtwwvsm_display_single_page {
    width: 100%;
}
.rtwwvsm_tooltip.rtwwvsm_btn_variation_optn.rtwwvsm_variation_on_shop.rtwwvsm_fa_fa_border_circle{
    width: 26px;
    height: 26px;
	border-radius: 0!important;
	padding: 15px!important;
    font-size: 16px;
}
.rtwwvsm_shop_page_main_wrapper .rtw_display_type_color.rtwwvsm_color_type_variation {
    width: 26px;
    height: 26px;
}
.rtwwvsm_tooltip.rtwwvsm_btn_variation_optn.rtwwvsm_variation_on_shop.rtwwvsm_fa_fa_border_circle.rtwwvsm_single_page_after_effect {
    border-radius: 0!important;
    padding: 15px!important;
    font-size: 16px;
	background: #3a3d46;
	color: #FFF;
}
/* CART */
tr.parent_actions_tr{
    display: none;
}
td.kind_title p {
    margin-bottom: 0;
}
td.kind_title{
    padding: 5px 15px!important;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total td span.woocommerce-Price-amount.amount {
    font-size: 18px;
}
thead {
    background: #393D46!important;
}
thead th{
    color: #FFF!important;
}
td.kind_title {
    background: #E4E4E4;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
}
.wfc_container .wfc_header_title {
    width: 90%;
    text-align: right;
    font-size: 25px;
    line-height: 25px;
}
a.clear-cart-button {
    font-size: 15px;
    color: #000;
}

.wfc_header {
    background: #B6BFCB!important;
    padding: 5px 0!important;
}
.wfc_close_cart svg {
    fill: #000;
}
.wfc_prodline_price {
    width: 120px;
}
.wfc_prodline_qty {
    position: absolute;
    bottom: 0;
    left: 0;
}
/* MINI CART */
.elementor-menu-cart__close-button{
    display: none;
}
.close_btn_mini_cart {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 40px;
    line-height: 0;
    color: #000;
}
.elementor-menu-cart__main {
    width: 30%!important;
    padding: 0!important;
}
.mini_cart_title {
    position: relative;
    background: #B5BFCB;
    padding: 5px 15px;
}
.mini_cart_title h2 {
    margin-bottom: 0;
    color: #000;
    font-size: 27px;
    line-height: 27px;
    font-weight: 700;
}
.elementor-menu-cart__close-button {
    position: absolute!important;
    top: 10px;
    left: 10px;
}
.mini_cart_title.logged {
    margin-top: 30px;
}
/* MINI CART ITEMS */
.menu-cart__product.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.menu-cart__product-image.product-thumbnail {
    width: 100px;
}
.menu-cart__product-name.product-name a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.mini_cart_products_custom_info {
    direction: ltr;
}
.wd_menu_cart_item {
    position: relative;
    padding: 2px 5px;
}
dl {
    display: flex;
    flex-wrap: wrap;
    /* width: 100px; */
    margin: 0;
}
dt {
    width: fit-content;
    margin-left: 5px;
}
dd {
    margin: 0;
    width: fit-content;
    margin: 0 0 0 10px;
}
dd p {
    margin-bottom: 0;
}
.menu-cart__subtotal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 10px;
    font-size: 18px;
}
/* CART BOX */
.wd_cart_box_1 {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    align-content: flex-end;
    margin-left: 5px;
    margin-top: 5px;
}
.wd_cart_box_1 i.fas.fa-shopping-basket {
    font-size: 50px;
    color:#FFF;
}
span.cart-counter {
    width: 25px;
    height: 25px;
    background: #DAE2F5;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: 55px;
}
.wd_cart_box_1 .cart_total span.woocommerce-Price-amount.amount {
    color: #393D46;
}
.wfc_trigger {
    cursor: pointer;
}
.wfc_prcdel_div {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
}
.wfc_total_label {
    float: right;
    text-align: right;
}
.wfc_container .wfc_coupon{
    display: none;
}
.wfc_container .wfc_footer {
    background-color: #FFF;
    border-top: none;
}
.description_div {
    display: flex!important;
    justify-content: flex-start;
    margin-right: 20px;
}
.wfc_prodline_price {
    margin-right: 10px;
}
.oc_metadata dd {
    margin-left: 8px!important;
}
.woocommerce ul.products li.product .button{
    font-size: 15px!important;
    font-weight: 200;
}
.wfc_oc_discount_oc {
    display: none!important;
}
.kind_title {
    background: #F5F7FB;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
}
button.wfc_minus, button.wfc_plus, input.wfc_update_qty{
    background: #F5F7FB;
    color: #000;
}
.mini_cart_products_custom_info {
    font-size: 14px;
    color: #393D46;
}
.wfc_prodline_title_inner a{
    font-size: 15px;
    font-weight: 600;
}
button.single_add_to_cart_button{
    position: relative;
}
button.single_add_to_cart_button::before, a.button.product_type_variable.add_to_cart_button.wvs_add_to_cart_button.wvs_ajax_add_to_cart::before {
    content: url(/wp-content/uploads/2022/03/cart2020.png);
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
.home header.page-header {
    display: none;
}
.home header#site-header {
    background: transparent;
    border: 0!important;
}
.home .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 5px 25px;
}
.home .elementor-tab-content p {
    margin-bottom: 0;
}
.elementor-tab-title.elementor-active {
    border-bottom: 1px solid #000!important;
}
.elementor-widget-tabs .elementor-tab-content {
    padding: 0!important;
}
.elementor-tabs-wrapper {
    margin-bottom: 10px;
}
li.image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
}
ul.woo-entry-inner.clr {
    background: #FFF;
}
.woocommerce div.product form.cart {
    padding: 0;
    border-top: none;
    border-bottom: none;
    margin-top: 0;
}
.wfc_container .wfc_total_tr{
    background-color: #F5F7FB;
}
.wfc_total_amount, .wfc_total_label{
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}
.wfc_total_tr_inner {
    padding: 0 10px;
}
img.header_cart_trigger {
    width: 50px;
    margin-left: 6px;
}
.woocommerce ul.products li.product li.owp-woo-cond-notice span, .woocommerce ul.products li.product li.owp-woo-cond-notice a {
    color: #FFF;
    background: #393D46;
    padding: 5px 15px;
}
.woocommerce ul.products li.product li.owp-woo-cond-notice a:hover{
    color:#393D46;
    background: #FFF;
    border: 1px solid #393D46;
}
li.owp-woo-cond-notice {
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
}
/* JET */
.jet-filter-label {
    color: #2E2E3D;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px;
}
.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__decorator {
    border: 1px solid #2E2E3D!important;
}
span.jet-checkboxes-list__decorator {
    margin-top: 9px!important;
    margin-left: 5px;
}
span.jet-checkboxes-list__label {
    color: #2E2E3D;
    font-size: 16px;
}
.jet-checkboxes-list__row {
    margin: 0!important;
    padding: 0!important;
}
.jet-list-tree {
    margin-top: 3px;
}
.jet-list-tree__children {
    margin-top: -8px;
    margin-bottom: 10px;
}
.jet-checkboxes-list__row {
    margin: 0;
    padding: 0;
}
.jet-range__slider__track {
    color: #2E2E3D;
}
.jet-range__slider__track__range {
    background: #2E2E3D!important;
}
.owp-cart-overlay {
    display: none!important;
}
a.added_to_cart.wc-forward {
    display: none!important;
}
.woocommerce ul.products li.product .button.added {
    display: inline-block!important;
}
#aj_search{
    display: none;
}
.jet-list-tree__children {
    padding-right: 20px;
}
.jet-radio-list .jet-radio-list__item .jet-radio-list__decorator {
    margin-top: 8px!important;
    margin-left: 5px;
    position: relative!important;
    border: 1px solid #393D46!important;
}
.elementor-6980 .elementor-element.elementor-element-c61433f .jet-radio-list__row:not(:first-child) {
    padding-top: 0;
}
.elementor-6980 .elementor-element.elementor-element-c61433f .jet-radio-list__row:not(:last-child) {
    margin-bottom: 0;
}
/* Swatches */
ul.variations {
    display: flex;
    margin: 15px auto!important;
}
li.reset_variations.woo_variation_swatches_archive_reset_variations{
    display: none!important;
}
ul.variable-items-wrapper.button-variable-wrapper.wvs-archive-variable-wrapper.reselect-clear li {
    border-radius: 0!important;
    padding: 13px!important;
}
.archive .quantity { display: inline-block; }
.woocommerce div.product.elementor .quantity input {
    height: 80%!important;
}
form.post-password-form {
    max-width: 800px;
    margin: 0 auto;
}
.button-variable-item.button-variable-item {
    border-radius: 0!important;
    padding: 14px!important;
}
a.reset_variations {
    display: none!important;
}
.single-product table td {
    padding: 10px!important;
}
.single-product table.variations tr {
    display: flex;
}
.stones_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 15px;
}
.itme_central_stone {
    margin-left: 40px;
}
.wfc_prodline_title_inner, .wfc_prodline_title_inner a, .wfc_qupdiv {
    text-align: right;
}
.jet-smart-filters-range.jet-filter .jet-filter-label {
    margin-bottom: 15px!important;
}
.wfc_cart_basket {
    border: none!important;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
nav.woocommerce-pagination {
    display: none;
}
.jet-smart-filters-pagination {
    margin: 25px 0;
}
.archive img.woo-entry-image-main.wvs-attachment-image, .woo-entry-image.clr {
    max-width: 185px;
}

.single-product p {
    margin-bottom: 0;
}
a:focus, a:active {
    outline: solid 0 !important;
}
li.title {
    max-height: 25px;
    overflow: hidden;
}
.oew-woo-carousel .swiper-container {
    width: 100%!important;
}
body.rtl .oew-woo-carousel .swiper-button-next, body.rtl .oew-woo-carousel .swiper-button-prev{
    top:-60px;
}
.woo-variation-swatches .variable-items-wrapper {
    display: flex;
    flex-wrap: nowrap;
}
.elementor-17572 .elementor-element.elementor-element-57d24ee:not(.elementor-motion-effects-element-type-background), .elementor-17572 .elementor-element.elementor-element-57d24ee > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
}
.tablet-2-col .elementor-products-grid ul.products.elementor-grid {
    display: flex!important;
    margin: 0;
    flex-direction: column!important;
}
li.variable-item.color-variable-item.selected {
    padding: 4px!important;
}
.woocommerce button.button {
    padding: 0px 20px;
    line-height: 20px;
}
.single-product .quantity {
    width: fit-content!important;
}
.jet-range__inputs__group {
    border: 1px solid #2E2E3D!important;
}
.woocommerce .button:focus {
    background-color: #2E2E3D;
    color: #fff;
}
.home .woocommerce ul.products li.product .button, .home .woocommerce ul.products li.product .product-inner .added_to_cart {
    color: #ffffff;
    font-weight: 400;
}
@media (max-width: 1080px){
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(2,1fr)!important;
    }
    div#gani_filters {
        display: none;
    }
}
@media (max-width: 767px){
    .col_cat_box {
        max-width: 50%;
    }
    div#gani_filters {
        display: none;
    }
    .wfc_prodline_qty {
        position: absolute;
        bottom: -5px;
        left: -25px;
    }
    .wfc_prodline_title_inner, .wfc_prodline_title_inner a, .wfc_qupdiv {
        color: #2E2E3D;
        font-size: 14px!important;
    }
    .wfc_prcdel_div {
        top: 25px;
    }
}
@media(max-width: 550px){
    .elementor-products-grid ul.products.elementor-grid {
        display: flex!important;
        margin: 0;
        flex-direction: column!important;
    }
    
}
a.button.product_type_variable.add_to_cart_button.wvs_add_to_cart_button.wvs_ajax_add_to_cart {
    position: relative;
    padding: 10px;
}
.single-product .quantity {
    margin-left: 0!important;
}
.single-product button.single_add_to_cart_button.button.alt {
    margin-right: 0!important;
} 
.product-inner.clr {
    box-shadow: 1px 1px 7px rgb(108 108 127 / 33%);
}
.login_btn_header.elementor-widget.elementor-widget-button .cls-1 {
    fill: #2e2e3d;
}
/* Footer form */
input#form-field-email {
    padding: 10px;
}
button.elementor-button.elementor-size-sm {
    padding: 16px;
}
.swiper-wrapper {
    display: flex !important;
    flex-wrap: inherit;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 165px;
    width: 17px;
    margin-top: 0;
}
.tester .woocommerce ul.products {
    margin: 0;
    width: 100%!important;
    max-width: 100%!important;
}
/* .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
  }
  
  .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
  } */
  
/* .tester .oceanwp-row .span_1_of_4 {
    width: 100%!important;
} */
.tester button.owl-prev span, .tester button.owl-next span{
    font-size: 70px;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    color: #2e2e3d!important;
    display: block;
    line-height: 36px;
}
.tester .fa {
    font-size: 35px;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    color: #2e2e3d!important;
    display: block;
    line-height: 36px;
}
.owl-theme .owl-nav {
    position: absolute;
    top: -75px;
    width: 100%;
}
button.owl-prev, button.owl-next {
    width: 20px;
    height: 20px;
}
button.owl-prev {
    transform: rotate(180deg);
}

.tester .cls-1{
    fill: #2e2e3d!important;
}
button.owl-prev svg, button.owl-next svg {
    width: 100%!important;
    height: 100%!important;
}
button.owl-prev, button.owl-next {
    width: 25px;
    height: 25px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.jet-range__inputs__group, .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__decorator{
    border-radius: 0!important;
}
.jet-filter-items-scroll {
    /* Foreground, Background */
    scrollbar-color:  #DAE2F5 #FFF;
}
.jet-filter-items-scroll::-webkit-scrollbar {
    width: 8px; /* Mostly for vertical scrollbars */
}
.jet-filter-items-scroll::-webkit-scrollbar-thumb { /* Foreground */
    background: #DAE2F5;
}
.jet-filter-items-scroll::-webkit-scrollbar-track { /* Background */
    background: #FFF;
}
input[type='range']::-webkit-slider-thumb {
    background: #2e2e3d!important;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 100%;
}
@media(max-width: 1300px) and ( min-width: 800px){
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(3,1fr)!important;
    }
}
#site-header a:hover .elementor-button-icon.elementor-align-icon-right > svg .cls-1 {
    fill: #FFF!important;
}
p.price_zero {
    height: 15px;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}
p.price_zero a {
    color: #6C6C7F;
    font-weight: 600;
}
p.price_zero a:hover {
    color: #2E2E3D;
    font-weight: 600;
}
.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked+.jet-checkboxes-list__button .jet-checkboxes-list__decorator {
    background: #DAE2F5!important;
}
.fa-check:before {
    content: "\f00c";
    color: #2E2E3D;
}
.e--pointer-underline .elementor-item:after {
    content: "";
    bottom: 5px!important;
    height: 1px!important;
    color: #2E2E3D!important;
}
.single-product .swiper-button-next, .single-product .swiper-button-prev {
    position: absolute;
    top: 50px;
    width: 12px;
    margin-top: 0;
}
button.single_add_to_cart_button.button.alt:hover {
    background: #2E2E3D!important;
}
.mobile_header svg .cls-1{
    fill:#2E2E3D!important;
}
@media(max-width: 768px){
    .elementor-tab-title.elementor-active {
        border-bottom: none!important;
    }
    .elementor-tab-mobile-title::after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        margin-left: 5px;
        margin-right: 5px;
        direction: rtl;
        text-align: right;
    }
    #filtering_tabs > div > div > div.elementor-tabs-content-wrapper > div:nth-child(5)::after{
        content: "";
    }
    #filtering_tabs > div > div > div.elementor-tabs-content-wrapper > div:nth-child(5)::before{
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        margin-left: 5px;
        margin-right: 5px;
        direction: rtl;
        text-align: right;
    }
}

