/*
 Theme Name:   rumenco
 Theme URI:    https://theweborchard.com/
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       The Web Orchard
 Author URI:   https://theweborchard.com/
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
    overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6, p, button, span, a {
    font-family: "sofia-pro", Sans-serif !important;
}

header.entry-header.alignwide {
    display: none;
}

.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.entry-content {
    margin: 0 !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1280px !important;
}

/***********/

.woocommerce ul.products.columns-3 li.product {
    padding: 0 !important;
    width: auto !important;
}

.woocommerce section {
    padding-top: 0;
    padding-bottom: 0;
}

.bapf_sfilter {
    background: #F7F8F7;
}

.bapf_head h3 {
    font-size: 23px;
    padding: 12px;
}

.bapf_body ul {
    padding: 0 12px;
}

.bapf_body ul li label {
    margin: 0;
}

p.woocommerce-result-count {
    display: none;
}

form.woocommerce-ordering {
    display: none;
}

.category-19 .leftsidebar {
    display: none !important;
}

.add-request-quote-button.button {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

/* good css starts here */

.custom-carousel {
    position: relative;
    max-width: 1280px;
}

@media only screen and (max-width: 1280px) {
    .custom-carousel {
        position: relative;
        max-width: 100vw;
    }

    .custom-carousel .nav::before, .custom-carousel .nav::after {
        display: none;
        content: '';
    }
}

.custom-carousel .nav::before {
    position: absolute;
    cursor: pointer;
    color: var(--arrow-hover-color, hsla(0, 0%, 93.3%, .9));
    font-size: 40px;
}

.custom-carousel .next::before {
    content: "\e87d";
    left: 100%;
    top: 50%;
    transform: translateY(-120%);
}

.custom-carousel .prev::before {
    content: "\e87e";
    right: 100%;
    top: 50%;
    transform: translateY(-120%);
}

.custom-carousel .custom-slides {
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
    overflow-x: scroll;
    display: flex;
    gap: 2rem;
}

.custom-carousel .custom-slide {
    flex: 0 0 calc(20% - 3rem);
    scroll-snap-align: start;
}

.custom-slide {
    text-align: center;
}

.custom-slide img {
    height: 200px;
    object-fit: contain;
}

.custom-slide p {
    font-size: 22px !important;
    font-weight: normal;
    font-family: "sofia-pro", Sans-serif !important;
    word-wrap: normal;
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #F7F8F7;
    padding: 20px;
    gap: 20px;
    min-height: 500px; /* dirty way of making the cols equal... equal enough to pass anyways */
}

@media only screen and (max-width: 768px) {
    .event-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 500px) {
    .event-grid {
        grid-template-columns: 1fr;
    }
}

.event-item {
    background: white;
}

.event-content {
    padding: 20px;
    font-family: "sofia-pro", Sans-serif;
    font-size: 16px;
}

.event-title {
    color: #54595F;
    font-weight: 600;
    font-size: 22px;

}

.event-image {
    position: relative;
    display: block;
}

.event-image img {
    height: 250px !important;
    max-width: 100% !important;
    object-fit: cover;
}

.event-date-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    font-family: "sofia-pro", Sans-serif;
}


.read-more-link {
    color: #AF006C;
}

/* Remove extra columns when there are fewer than 3 posts */
.event-grid.fewer-columns {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}

.filter-item {
    margin-left: 25px !important;
}

.filter-item > label {
    margin-left: -25px !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    line-height: 1;
    margin: 12px 0;
}

span.description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.read-more-btn {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #AF006C !important;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 30px 12px 30px;
    margin-top: 10px;
}

.read-more-btn:hover {
    color: white !important;
}

span.handler-label {
    font-size: 16px;
}

.elementor-heading-title {
    font-family: "sofia-pro", Sans-serif !important;
}
li.filter-item a {
    text-transform: capitalize;
}
li.yith-ywraq-list-item img {
    width: 100px !important;
}
.yith-ywraq-add-button.show a {
    background: #af006c !important;
    padding: 7px 30px !important;
	  margin: 0 !important;
}
.term-19 .leftsidebar{display:none !important;}
.term-19 .rightsidebar {
    width: 100% !important;
}
li.filter-item.checkbox label a {
    font-size: 15px;
}
span.tp-bullet-title {
    display: none !important;
}
.term-52 .leftsidebar{display:none !important;}
.term-52 .rightsidebar {
    width: 100% !important;
}
h2.woocommerce-loop-product__title {
    color: #1c1b1b !important;
}
div#comments {
    display: none;
}
.term-62 .leftsidebar{display:none !important;}
.term-62 .rightsidebar {
    width: 100% !important;
}
.ae-element-post-content p {
    margin-bottom: 12px;
}
select {
    border: 0;
}
.woo-shop .leftsidebar {display:none !important;}

.woo-shop .rightsidebar {width: 100% !important;}

p.menu-item-description {
    display: none;
}
h1.product_title.entry-title.elementor-heading-title.elementor-size-default {
    margin: 0;
}
ol.flex-control-nav.flex-control-thumbs {
    padding: 0;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 20%;
    margin: 0 2% 0 0;
}
h2.yikes-custom-woo-tab-title {
    display: none;
}
.woocommerce div.product.elementor ul.tabs li a {
    padding: 0.8em 0.94em !important;
    line-height: 1;
	    border: 0;
	  background: #F2F3F1;
}
figure.woocommerce-product-gallery__wrapper {
    border: 1px solid;
}
h2.woocommerce-loop-product__title {
    text-align: left;
}
.woocommerce-tabs ul li.active a {
    background: #fff !important;
}
.woocommerce-tabs ul {
    border-bottom: 0 !important;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border-top: 0px solid !important;
	  border: 1px solid;
}
.woocommerce-Tabs-panel {
    border: 1px solid !important;
}
a.add-request-quote-button.button {
    padding: 8px;
    font-size: 16px;
}
.woocommerce div.product.elementor ul.tabs li {
    padding: 0;
    border: 1px solid;
    border-bottom: 0;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin: 0;
}
.flex-viewport {
    margin-bottom: 1.5em;
    border: 1px solid;
}
ol.flex-control-nav.flex-control-thumbs li {
    border: 1px solid;
}
.yith_ywraq_add_item_product-response-80 {
    display: none !important;
}
.yith_ywraq_add_item_response_message.show.hide-when-removed {
    display: none !important;
}
.yith_ywraq_add_item_browse_message {
    text-align: center;
    background: #4ca42f !important;
    padding: 5px;
}
.yith_ywraq_add_item_browse_message a {
    font-size: 16px;
    color: #fff;
}
.widget.woocommerce.widget_ywraq_mini_list_quote {
    margin: 0;
}
.jltma-btn--search:hover, .jltma-btn--search:focus {
    background-color: black;
    outline: none;
}
.ywraq-quote-icon-icon_quote:before {
    font-size: 20px;
    color: rgb(255 255 255);
}
.widget_ywraq_mini_list_quote .raq-info {
    background: #e77204;
    display: block;
    margin: -1px;
    padding: 10px 12px 11px 15px;
    color: #fff !important;
    font-size: 2px;
    border: 1px solid #ffffff;
    cursor: pointer;
}
.ywraq-form-table-wrapper.wide {
    display: block !important;
}
.ywraq-form-table-wrapper.wide form#yith-ywraq-form {
    width: 30% !important;
    float: right;
    padding: 0;
    border: 1px solid;
    margin: 55px 0;
    position: fixed;
    right: 13%;
}
.ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper {
    float: left !important;
    width: 50% !important;
}
.ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper {
    flex-basis: 48%;
    margin-left: 0;
    padding: 25px 0px !important;
}
#yith-ywraq-form .update-list-wrapper {
    display: none;
}
#yith-ywraq-form table {
    border: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
}
table#yith-ywrq-table-list thead {
    background: #59aa3e;
    color: #fff;
}
tr.cart_item .product-thumbnail a img {
    width: 65% !important;
}
a.button.wc-backward {
    background: #ea892d;
    color: #fff;
    padding: 3px 15px;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
    border: 1px solid;
}
.select2-container .select2-selection--single {
    height: 55px;
	border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 52px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}
.form-row {
    margin-bottom: 10px;
}
textarea#message {
    height: 100px;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus {
    color: var(--form--color-text);
    outline-offset: 2px;
    outline: 0px dotted var(--form--border-color);
}
.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
    position: absolute;
    right: 0 !important;
}
.jltma-search__form {
    margin: 0;
    z-index: 999;
    display: none;
}
mark.count {
    display: none;
}
h2.woocommerce-loop-category__title {
    background: #af006c;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 23px !important;
}
span.tagged_as {
    float: left;
}
li.entry.product {
    background: #fff;
}

li.entry.product a {
    padding: 2px 11px;
}
span.tagged_as {
    float: left;
    padding: 5px 10px 10px 0px;
    line-height: 18px;
}
.product_meta span {
    margin-bottom: 6px;
    font-size: 15px;
}
span.tagged_as a {
    padding: 0 !important;
    font-size: 15px;
    line-height: 21px;
    text-transform: capitalize;
}
.patcategory {
    padding-left: 10px;
}
span.tagtitle {
    font-size: 13px;
}
span.seperator {
    font-size: 13px;
}
li.entry.product a {
    background: #eee;
    font-size: 13px;
}
.woocommerce-LoopProduct-link {
    background: #fff !important;
}
span.category_as {
    float: left;
    padding: 0;
    line-height: 1;
    font-size: 6px;
}
li.entry.product p.description {
    line-height: 20px;
}
span.tagged_as a {
    background: #fff !important;
}
h2.woocommerce-loop-product__title {
    font-size: 22px !important;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
    height: 100% !important;
}
/**** STOCKIST ****/
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {
    display: table;
    width: 42%;
    vertical-align: middle;
}
input#wpsl-search-input {
    width: 65%;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {
    display: table;
    width: 40%;
    vertical-align: middle;
}
#wpsl-results .wpsl-dropdown {
    width: 110px;
}
#wpsl-search-wrap div label {
    width: 145px;
    line-height: 50px !important;
	  font-family: 'Roboto';
}
#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
    background: #f4f3f3 !important;
}
.wpsl-search {
    margin-bottom: 12px;
    padding: 12px 12px 0 12px;
    background: #af006c;
    color: #fff;
}
.wpsl-dropdown {
    width: 110px;
}
label {
    text-transform: uppercase;
}
div#wpsl-results label {
    width: 75px;
}
input#wpsl-search-btn {
    background: #000;
    color: #fff;
    border-color: #000;
    font-family: 'Roboto';
}
#wpsl-result-list li p {
    font-family: 'Roboto';
    font-size: 17px;
	  margin: 0 0 0px 0 !important;
}
#wpsl-result-list a {
    font-size: 17px;
    color: #e98322;
}
#wpsl-wrap .wpsl-selected-item {
    font-family: 'Roboto';
}
.yith-wcan-filters .yith-wcan-filter h4.collapsable {
    font-size: 20px;
    cursor: pointer;
    position: relative;
    font-family: 'Roboto';
    font-weight: 400;
}
.yith-wcan-filters .yith-wcan-filter h4{
	  font-size: 20px;
    cursor: pointer;
    position: relative;
    font-family: 'Roboto';
    font-weight: 400;
}
input[type=checkbox], input[type=radio] {
	  accent-color: green;
    width: 20px;
    position: relative;
    top: 4px;
    height: 20px;
	  -webkit-appearance: auto;
	 
}
.yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 30px;
    background: #f7f8f7;
    padding: 20px;
}
input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 5px;
    top: 1px;
    position: absolute;
    width: 8px;
    height: 13px;
    border: 0px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(40deg);
}

.jltma-timeline .timeline-item__card__arrow {
    display: none !important;
}
.jltma-timeline .jltma-timeline-entry-thimbnail {
    border-radius: 5px;
    margin-bottom: 30px;
    float: left;
    width: 30%;
    padding-right: 4%;
}
.center{
  position: fixed;
  top: 50%;
  right: 0px;
  width: 118px;
  height: 0px;
  text-align:right;
  z-index:9999;
    margin-top:-15px;
}

.center a{
                transform: rotate(-90deg);
				-webkit-transform: rotate(-90deg); 
				-moz-transform: rotate(-90deg); 
				-o-transform: rotate(-90deg); 
				filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
                display: block; 
                background: #2F2F2F; 
               text-align:center;
                height: 45px; 
                width: 190px;
                padding: 8px 16px;
                color: #fff; 
                font-family: Arial, sans-serif; 
                font-size: 17px; 
                font-weight: bold; 
                text-decoration: none; 
                border-bottom: solid 1px #2f2f2f; border-left: solid 1px #2f2f2f; border-right: solid 1px #2f2f2f;
        
}
.elementor-post__read-more-wrapper a {
    background: #000;
    padding: 8px 20px;
    color: #fff !important;
    font-family: 'Roboto';
    font-size: 15px !important;
}
.elementor-post__thumbnail img {
    height: auto !important;
}
.ue-meta-data {
    border: 1px solid #c0c0c0 !important;
}
button.sub-menu-toggle {
    display: none;
}
.jltma-search__form {
    margin: 0;
    z-index: 999;
    display: block;
    font-family: 'Roboto';
}
.jltma-btn--search:focus, .jltma-btn--search:hover {
    background-color: black !important;
    outline: none;
}
button#jltma-btn-search {
    background: #000 !important;
}
.site .button:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus {
    outline-offset: -6px;
    outline: 0px dotted currentColor;
}
.owl-dots button {
    background: #fff !important;
}
.showcase_nav .owl-prev {
    left: 0 !important;
}
.showcase_nav .owl-next {
    right: 0 !important;
}
.ekit-wid-con .elementskit-navbar-nav-default .elementskit-menu-po-right .relative_position.elementskit-megamenu-has .elementskit-megamenu-panel {
    right: auto;
    left: 0;
}

.elementor-tab-content p {
    margin-bottom: 10px;
}
ul.elementor-icon-list-items li a {
    font-size: 15px !important;
}
ul.elementor-icon-list-items li span {
    font-size: 15px !important;
}
.yith_ywraq_add_item_product_message.hide-when-removed {
    display: none !important;
}
/** Hpmepage Events **/

@media only screen and (max-width: 768px) {
	
[id^=sb_youtube_].sb_youtube.sby_col_3 .sby_items_wrap .sby_item {
    width: 50% !important;
}
	
}

@media only screen and (max-width: 400px) {
	
	.elementor-widget-wc-archive-products .products {
    grid-template-columns: repeat(1,1fr) !important;
}
	
	[id^=sb_youtube_].sb_youtube.sby_col_3 .sby_items_wrap .sby_item {
    width: 100% !important;
}
	
}

.swiper-slide .elementor-container.elementor-column-gap-default {
    height: 100%;
}

p.two-youtube-link {
    color: #AF006C;
    font-family: 'sofia-pro';
    font-weight: 500;
	  cursor:pointer
}

p.two-youtube-link > img {
    margin-bottom: -4px;
}

.widget_ywraq_mini_list_quote .raq-info {
    background: #323232;
}

span.raq-tip-counter {
    font-size: 16px;
}

a.raq_label {
    color: white !important;
}

.enquiry-basket-label {
	font-size: 16px
}

.widget_ywraq_mini_list_quote {
	z-index: 9999;
}