/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
 
.fix_navbar .elementor-widget-xpro-site-logo {
    display: none;
}

.crlwidth .swiper-slide {
    pointer-events: all;
}

.crlwidth .swiper-slide a img {
	width: 100%;
	height: 583px;
	object-fit: cover;
} 

.heroslider button.slick-arrow {
	position: absolute;
    top: calc(50% - 20px);
    font-size: 0;
    z-index: 9;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    border-radius: 0;
    transition: all ease .3s;
	outline: 0;
}
 
.heroslider button.slick-arrow:hover {
    background-color: #000; 
    border-radius: 0;
}

.heroslider button.slick-arrow.slick-prev {
    background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='24' width='24' fill='white' viewBox='0 0 24 24'><path d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z' /></svg>");
    left: 20px; 
}

.heroslider button.slick-arrow.slick-next { 
    background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='24' width='24' fill='white' viewBox='0 0 24 24'><path d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z' /></svg>");
    right: 20px; 
}

.heroslider .slick-list {
    display: flex;
    flex-direction: column;
    min-height: inherit;
    justify-content: center;
}

.fix_navbar.fn_fixed {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    transform: translateY(-70px);
}

.fix_navbar.fn_fixed.fnf_tra {
    position: fixed;
    transform: translateY(0px);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

.fix_navbar.fn_fixed.fnf_tra .elementor-widget-xpro-site-logo {
    display: block;
}

.fix_navbar.fn_fixed.fnf_tra .elementor-widget-xpro-site-logo a {
    display: flex;
    align-items: center;
    height: 100%;
}

.fix_navbar.fn_fixed.fnf_tra .elementor-widget-xpro-site-logo a img {
    width: 85%;
}

.mb-triger button.xpro-elementor-horizontal-menu-toggler {
    padding: 0;
}

header.page-header {
    padding: 100px 0;
    background-color: rgba(247, 247, 247, 1);
}

header.page-header h1.entry-title {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000;
}

.bd_form form.wpcf7-form {
    display: block;
}

.bd_form .bdrf_main .bdrf_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 35px;
}

.bd_form .bdrf_main .bdrf_row .bdrf_rc_6 {
    width: calc(50% - 15px);
}

.bd_form .bdrf_main .bdrf_row .bdrf_rc_12 {
    width: 100%;
}

.bd_form .bdrf_main .bdrf_field label {
    display: block;
}

.bd_form .bdrf_main .bdrf_field span.wpcf7-form-control-wrap {
    display: block;
}

.bd_form .bdrf_main h4 {
    margin: 0;
	margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0px;
}

.bd_form .bdrf_main .bdrf_field p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans';
}

.bd_form .bdrf_main .bdrf_field span.wpcf7-form-control.wpcf7-checkbox {
    box-shadow: unset;
    border: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 5px;
}

.bd_form .bdrf_main .bdrf_field span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
}

.bd_form .bdrf_main .bdrf_field span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label {
    display: inline-block;
    line-height: normal;
    font-size: 10px;
    font-weight: 400;
    color: #000;
    padding-left: 5px;
}

.bd_form .bdrf_main .bdrf_field span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"] {
    border: 1px solid #000;
    border-radius: 0;
}

.bd_form .bdrf_main .wpcf7-field-group .bdrf_row {
    margin-bottom: 10px;
}

.bd_form .bdrf_main .bdrf_field span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border: 0;
    box-shadow: unset;
    padding: 0;
}

.bd_form .bdrf_main .bdrf_field span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd_form .bdrf_main .bdrf_field span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    color: #000;
}

.bd_form .bdrf_main .wpcf7-field-group  button.wpcf7-field-group-add {
    padding: 5px 15px;
    border: 0;
    outline: 0;
    font-size: 0;
    position: relative;
    background-color: #B6D7EA;
    border-radius: 0;
    color: #666;
}

.bd_form .bdrf_main .wpcf7-field-group button.wpcf7-field-group-remove::before {
    content: 'Remove';
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
}

.bd_form .bdrf_main .wpcf7-field-group {
    position: relative;
}

.bd_form .bdrf_main .wpcf7-field-group  button.wpcf7-field-group-remove {
    padding: 5px 15px;
    border: 0;
    outline: 0;
    font-size: 0;
    background-color: #B6D7EA;
    border-radius: 0;
    color: #666;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bd_form .bdrf_main .wpcf7-field-group button.wpcf7-field-group-add::before {
    content: 'Add New';
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
}

.bd_form .bdrf_main .bdrf_field span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd_form .bdrf_main .bdrf_field.captcha {
    display: flex;
}

.bd_form .bdrf_main .bdrf_field.captcha p img.wpcf7-form-control.wpcf7-captchac {
    padding: 0;
    border: 0;
    box-shadow: unset;
    width: auto;
}

.bd_form .bdrf_main .bdrf_field.captcha p span.wpcf7-form-control-wrap {
    width: 230px;
}

.bd_form .bdrf_main .bdrf_field span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    font-size: 10px;
    display: block;
    padding-top: 7px;
}

.bd_form .wpcf7-response-output {
    font-size: 12px;
}

.bd_acc .elementor-accordion .elementor-accordion-item {
    margin: 10px 0;
}

.bd_acc .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bd_acc .elementor-accordion .elementor-accordion-item .elementor-tab-content *:last-child {
    margin-bottom: 0;
}

.bd_cf form.wpcf7-form span.wpcf7-form-control-wrap {
    display: block;
}

.bd_cf form.wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-textarea {
    height: 125px;
    resize: none;
}

.bd_cf.elementor-element form.wpcf7-form p img.wpcf7-form-control.wpcf7-captchac {
    width: auto;
    border: 0;
    box-shadow: unset;
    padding: 0;
    margin-top: 15px;
}

.bd_cf.elementor-element form.wpcf7-form p span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-captchar {
    width: 200px;
}

.bd_gallery .gallery figure.gallery-item a {
    display: block;
}

.bd_gallery .gallery figure.gallery-item a img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

footer.elementor-slideshow__footer {
    display: none;
}

.bd_gallery .elementor-widget-container .elementor-image-gallery .gallery {
     
}

.bd_acc1 .elementor-accordion .elementor-accordion-item .elementor-tab-content h4 {
    margin: 0;
    text-align: center;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    position: relative;
}

.bd_acc1 .elementor-accordion .elementor-accordion-item .elementor-tab-content h4::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000;
} 

.bd_acc1 .elementor-accordion .elementor-accordion-item .elementor-tab-content h4 strong {
    background-color: #f8f8f8;
    display: inline-block;
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding: 0 2.5%;
}

.bdp-gallery .xpro-product-image-wrapper .flex-viewport {
    border: 10px solid #f8f8f8;
    margin-bottom: 10px;
}

.woocommerce div.product .bdp-gallery .xpro-product-image-wrapper .flex-control-thumbs {
    overflow: unset;
}

.woocommerce div.product .bdp-gallery .xpro-product-image-wrapper .flex-control-thumbs li.slick-slide { 
    width: auto;
    height: auto;
	clear: unset;
	padding: 0 5px;
}

.woocommerce div.product .bdp-gallery .xpro-product-image-wrapper .flex-control-thumbs li.slick-slide img {
    border: 5px solid #f8f8f8;
    object-fit: contain;
}

.woocommerce div.product .bdp-gallery .xpro-product-image-wrapper .flex-control-thumbs button.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	font-size: 0;
	background-color: #00000073;
	border: 0;
	border-radius: 0;
	padding: 5px;
	outline: 0;
	z-index: 1;
}

.woocommerce div.product .bdp-gallery .xpro-product-image-wrapper .flex-control-thumbs button.slick-arrow::before { 
    font-size: 24px;
    font-family: 'FONT AWESOME 5 FREE';
    line-height: normal;
}

.woocommerce div.product .bdp-gallery .xpro-product-image-wrapper .flex-control-thumbs button.slick-arrow.slick-prev {
	left: 0; 
} 

.woocommerce div.product .bdp-gallery .xpro-product-image-wrapper .flex-control-thumbs button.slick-arrow.slick-prev::before { 
	content: '\f053';
}
   
.woocommerce div.product .bdp-gallery .xpro-product-image-wrapper .flex-control-thumbs button.slick-arrow.slick-next {
	right: 0; 
}
 
.woocommerce div.product .bdp-gallery .xpro-product-image-wrapper .flex-control-thumbs button.slick-arrow.slick-next::before { 
	content: '\f054';
}

.woocommerce div.product .bdp-gallery .xpro-product-image-wrapper .flex-control-thumbs li.slick-slide img.flex-active {
    opacity: 1;
}

.pswp__caption__center {
    display: none;
}

.woocommerce div.product .bdt-pvd form.cart .variations {
    background: rgb(249 249 249);
    padding: 10px;
}

.woocommerce div.product .bdt-pvd form.cart .variations tr th.label {
    color: #444;
    padding: 10px;
    min-width: 160px;
    text-align: left;
    line-height: normal;
}

.woocommerce div.product .bdt-pvd form.cart .variations tr  td.value {
    padding: 10px;
    flex: 1;
    display: flex;
}

.woocommerce div.product .bdt-pvd form.cart .variations tr td.value select {
    background: url(https://mapledrums.wpengine.com/wp-content/uploads/2016/10/select-image-1.png) no-repeat 97% #d9dee4;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    max-width: 75%;
    display: inline-block;
    margin-right: 1em;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: #EBEBEB;
    color: #626262;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
	outline: 0;
}

.woocommerce div.product .bdt-pvd form.cart .variations tr>td, 
.woocommerce div.product .bdt-pvd form.cart .variations tr>th {
	background-color: #f9f9f9;
}

.woocommerce div.product .bdt-pvd form.cart button.single_add_to_cart_button.button {
    opacity: 1;
    outline: 0;
	background-color: #000 !important;
}
 
.woocommerce div.product .bdt-pvd form.cart button.single_add_to_cart_button.button.disabled { 
	background-color: #7F7F7F !important;
}

.woocommerce div.product .bdt-pvd form.cart .quantity .qty {
    border-radius: 0;
}

.woocommerce div.product .bdt-pvd form.cart .woocommerce-variation-description p {
    color: #000;
    font-size: 14px;
}

.woocommerce div.product .bdt-pvd form.cart .woocommerce-variation-description ul.disc-ul {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
}

.woocommerce div.product .bdt-pvd form.cart .woocommerce-variation-price span.price {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
	margin-bottom: 0;
}
 
.bdsp-accordian .elementor-accordion .elementor-accordion-item {
    margin: 10px 0;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 4px;
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
    border-top: 1px solid rgba(0,0,0,.08);
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    position: relative;
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .elementor-tab-title span.elementor-accordion-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    border-right: 1px solid rgba(0,0,0,.08);
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .elementor-tab-content p:empty {
    display: none;
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .product-attributes-table th {
    color: #444;
    padding: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
	background-color: #f9f9f9;
	border: 0;
	border-bottom: 1px dotted rgba(0,0,0,.1);
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .product-attributes-table td {
    padding: 10px;
    font-size: 14px;
    line-height: normal;
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-style: italic;
    text-align: center;
	background-color: #f9f9f9;
	border: 0;
	border-bottom: 1px dotted rgba(0,0,0,.1);
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .woocommerce-Reviews h2.woocommerce-Reviews-title {
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 0;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .woocommerce-Reviews .comment-reply-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .woocommerce-Reviews .comment-form-rating p.stars {
    display: flex;
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .woocommerce-Reviews .comment-form-rating p.stars span {
    display: flex;
    gap: 10px;
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .woocommerce-Reviews .comment-form-rating p.stars span a::before {
    color: #000;
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .woocommerce-Reviews .comment-form-comment label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .woocommerce-Reviews p.comment-form-comment textarea {
    border: 1px solid #EBEBEB;
    border-radius: 0;
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    background-color: rgba(255, 255, 255, 1);
    outline: 0;
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .woocommerce-Reviews p.comment-form-comment textarea:focus {
    background-color: #e9f5fc;
    border-color: #d5e5ee;
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .woocommerce-Reviews p.form-submit {
    margin: 0 !important;
    display: flex;
    justify-content: flex-end;
}

.bdsp-accordian .elementor-accordion .elementor-accordion-item .woocommerce-Reviews #review_form p.form-submit #submit {
    background-color: #000;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px;
    font-size: 14px;
}

.woocommerce div.product .bdt-pvd form.cart  .single_variation_wrap {
    width: 100%;
}

.woocommerce div.product .bdt-pvd form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    width: 100%;
    display: flex;
}

.woocommerce div.product .bdt-pvd form.cart .single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
    flex: 1;
    width: auto;
}

.bd-pdt .cf-type-text {
    display: flex;
    justify-content: center; 
	position: relative;
}

.bd-pdt .cf-type-text::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 2px);
    height: 4px;
    background-color: #000;
}

.bd-pdt .cf-type-text h2.xpro-element-custom-field {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.woocommerce div.product .bdt-pvd form.cart .woocommerce-variation-availability p.stock.in-stock {
    color: #77a464;
    font-size: 14px;
}

.woocommerce div.product .bdt-pvd form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .wapf .wapf-field-container {
   
}

.woocommerce div.product .bdt-pvd form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .wapf .wapf-field-container .wapf-field-label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.woocommerce div.product .bdt-pvd form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .wapf .wapf-field-container .wapf-field-input select {
    color: #626262;
    background-color: rgba(255, 255, 255, 1);
    border-color: #EBEBEB;
    font-size: 13px;
}

body:not([class*=elementor-page-]) .site-main {
    max-width: unset;
}

.site-main .wp-block-woocommerce-cart,
.site-main .wp-block-woocommerce-checkout, 
.site-main .page-content .woocommerce {
    max-width: 1220px;
    margin: 0 auto;
    padding: 50px 15px;
}

.site-main .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon.wc-block-cart__empty-cart__title {
    margin: 0;
    font-size: 26px;
    color: #000;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main {
    width: 100%;
    padding: 0;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__header {
    background-color: #f8f8f8;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__header th {
    border: 0;
    padding: 10px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__header th.wc-block-cart-items__header-product {
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
    visibility: visible;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row {
    padding: 0;
    margin: 0;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td {
    padding: 10px;
    border: 0;
	margin: 0;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product {
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices {
    font-size: 16px;
    font-weight: 600;
    color: #444;
	padding: 0 30px;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata {
    font-size: 14px;
	padding: 0 50px;
	margin: 0;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap a.wc-block-components-product-name {
    flex: 1;
    max-width: unset;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    font-size: 14px;
    padding-right: 20px;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
 
.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar {
	padding: 0;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 4px;
	max-width: 375px;
	width: 100%;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar .wc-block-cart__totals-title {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    padding: 10px;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
    text-align: center;
    padding: 0;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon a.wc-block-components-totals-coupon-link {
    color: #000;
    font-weight: 500;
    line-height: normal;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon .wc-block-components-text-input input {
    border: 1px solid #ddd;
    padding: 10px;
    outline: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon .wc-block-components-text-input  label {
    display: none;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon button.components-button {
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #000;
    border: 0;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar .wc-block-components-totals-wrapper:empty {
    display: none;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon__content {
    padding: 0 15px;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container .wc-block-cart__submit-button {
    line-height: normal;
    min-height: auto;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 15px;
    background-color: #000;
    text-decoration: none;
}

.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar .wc-block-cart__submit {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e5e5;
}

.site-main .wp-block-woocommerce-checkout .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.site-main .wp-block-woocommerce-checkout .wc-block-checkout__actions_row button.components-button {
    min-height: auto;
    border: 0;
    background-color: #000;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3px;
}

.site-main .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block button.wc-block-components-panel__button {
    padding: 10px 15px;
    font-size: 14px;
    line-height: normal;
    background-color: #000;
    color: #fff;
    margin: 0;
}

.site-main .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary__content {
    padding-top: 10px;
    font-size: 16px;
}

.site-main .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-panel {
    padding: 0;
}

.site-main .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    padding: 10px 0;
}

.site-main .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block a.wc-block-components-totals-coupon-link {
    color: #000;
    font-weight: 600;
}

.site-main .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__content .wc-block-components-text-input input {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 0;
}

.site-main .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__content .wc-block-components-text-input  label {
    display: none;
}

.site-main .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__content button.components-button {
    border: 0;
    padding: 10px 15px;
    min-height: auto;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #000;
}

.site-main .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}

.site-main .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.04);
    color: #858585;
    display: block;
    margin-bottom: 5px;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 14px;
	font-weight: 500;
    font-family: 'Open Sans';
}

.site-main .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #000;
    color: #fff;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content a {
    color: #000;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses header.woocommerce-Address-title {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses header.woocommerce-Address-title h3 {
    margin: 0;
	float: unset;
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    padding-right: 15px;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
    font-size: 14px;
    font-weight: 500;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content form h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: block;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row span.woocommerce-input-wrapper {
    display: block;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row span.woocommerce-input-wrapper input {
    border: 1px solid #f5f5f5;
    padding: 10px;
    line-height: normal;
    font-size: 14px;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row span.woocommerce-input-wrapper span.select2-selection {
    height: 40px;
    padding: 5px 5px;
    border: 1px solid #f5f5f5;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row span.woocommerce-input-wrapper select {
    border: 1px solid #f5f5f5;
    padding: 10px;
    line-height: normal;
    font-size: 14px;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content  button.button {
    padding: 15px 10px;
    font-size: 14px;
    background-color: #000;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1.5px;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content p.woocommerce-form-row label {
    font-size: 14px;
    font-weight: 600;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content p.woocommerce-form-row .woocommerce-Input {
    border: 1px solid #f5f5f5;
}

.site-main .page-content .woocommerce .woocommerce-MyAccount-content p.woocommerce-form-row .input-radio {
    margin-right: 10px;
}

.site-main nav.woocommerce-breadcrumb {
    display: none;
}

.site-main  header.woocommerce-products-header {
    padding: 100px 0;
    background-color: #f7f7f7;
}

.site-main header.woocommerce-products-header h1.woocommerce-products-header__title {
    text-align: center;
    margin: 0;
}

.site-main ul.products {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
 
.site-main ul.products li.product {
    margin: 0;
    width: calc(25% - 22.5px);
    border: 1px solid #f7f7f7;
    display: flex;
    flex-direction: column;
    float: unset;
}

.site-main ul.products li.product .woocommerce-loop-product__link {
    flex: 1;
    padding-bottom: 10px;
    display: block;
}

.site-main ul.products li.product .woocommerce-loop-product__link img {
    height: 250px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0;
}

.site-main ul.products li.product .woocommerce-loop-product__link h2.woocommerce-loop-product__title {
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 10px;
    line-height: 25px;
}

.site-main ul.products li.product .woocommerce-loop-product__link span.price {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #3e3c3c;
    margin: 0;
}

.site-main ul.products li.product a.button {
    width: 100%;
    text-align: center;
    border-radius: 0;
    display: block;
    padding: 15px;
    color: #fff;
    background-color: #000;
    font-weight: 400;
    margin-top: 0;
    font-size: 14px;
}

.site-main ul.products::before, 
.site-main ul.products::after {
	display:none;
}

.site-main p.woocommerce-result-count, 
.site-main form.woocommerce-ordering {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    width: 100%;
    float: unset;
} 

.site-main p.woocommerce-result-count {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-bottom: 5px;
    position: relative;
    top: 35px;
}

.site-main form.woocommerce-ordering {
    justify-content: flex-end; 
    margin-bottom: 20px;
}

.site-main form.woocommerce-ordering select.orderby {
    width: auto;
    border: 1px solid #ddd;
    border-radius: 0;
}

.mblogo.elementor-widget-xpro-site-logo .xpro-site-logo img {
	object-position: left;
}

.wc-block-components-notice-banner.is-success {
    background-color: #A6DE5C !important;
    border-color: #a5de5c !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
 
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content a.wc-forward {
    position: relative;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 600;
    padding-right: 30px !important;
    opacity: 1 !important;
    right: 30px;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content a.wc-forward::after {
    content: "\f07a";
    font-family: WPMenuCart;
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 24px;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
	position: relative;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content span.rmnb-btn {
    position: absolute;
    right: 0px;
    top: 1px;
    cursor: pointer;
    color: #000;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content span.rmnb-btn::before {
    content: '×';
    font-weight: 600;
    font-size: 28px;
    line-height: 16px;
    display: flex;
}

@media (min-width: 960px) and (max-width: 1200.98px) {
	.crlwidth .swiper-slide a img { 
		height: 456px; 
	} 
	
	.bd_gallery .elementor-widget-container .elementor-image-gallery .gallery figure.gallery-item {
		max-width: 50%;
	}
} 

@media (min-width: 960px) and (max-width: 1024px) {
	.site-main ul.products li.product { 
		width: calc(33% - 17px); 
	}
}

@media (min-width: 767px) and (max-width: 1200.98px) {
	.bd_gallery .elementor-widget-container .elementor-image-gallery .gallery figure.gallery-item {
		max-width: 50%;
	}
}
 
@media (min-width: 768px) and (max-width: 960px) {
	 .crlwidth .swiper-slide a img {
		height: 350px;
	}
	
	.site-main ul.products li.product {
		width: calc(50% - 15px) !important;
		margin-bottom: 0 !important;
	}
}

@media (max-width: 767px) {  
	.mbm-triger .xpro-elementor-horizontal-menu-toggler-wrapper {
		display: flex;
		justify-content: flex-end;
	}
	
	.mb-triger button.xpro-elementor-horizontal-menu-toggler {
		position: absolute;
		right: 0;
		top: -70px;
	}
		
	.bd_form .bdrf_main .bdrf_row .bdrf_rc_6 {
		width: 100%;
	}
	
	.bd_gallery .elementor-widget-container .elementor-image-gallery .gallery figure.gallery-item {
		max-width: 100%;
	}
	
	.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata {
		padding: 0;
		width: 100%;
	}
	
	.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices {
		width: 100%;
		padding: 0;
	}
	
	.site-main .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-main.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
		padding: 0;
		width: 100%;
	}
 	
	.site-main ul.products li.product {
		width: calc(50% - 15px) !important;
		margin-bottom: 0 !important;
	}
}

@media (max-width: 576px) {  
	.crlwidth .swiper-slide a img {
		height: 350px;
	}
	
	.site-main ul.products li.product {
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	
	.site-main p.woocommerce-result-count {
		top: unset;
		margin-bottom: 15px;
		justify-content: center;
		margin-top: 15px;
	}
	
	.site-main form.woocommerce-ordering {
		justify-content: center;
	}
	
	.woocommerce div.product .bdt-pvd form.cart .variations tr th.label { 
		min-width: 125px; 
		background-color: unset;
		align-self: center;
	}
	
	.woocommerce div.product .bdt-pvd form.cart .variations tr td.value select {
		margin: 0;
		max-width: 100%;
		padding-left: 10px;
	}

	.woocommerce div.product .bdt-pvd form.cart .variations tr td.value a.reset_variations {
		position: absolute;
		line-height: normal;
		margin-top: 0;
		bottom: 7px;
		left: -50px;
		font-size: 10px;
		font-weight: 600;
	}
}
