/* 
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.0.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
*/

.ui-datepicker-month, .ui-datepicker-year {
    display: inline-block;
    margin-right: 2px !important;
}
.text-center {
    text-align: center;
}
.gmb-button {
    background: #C20000;
    color: #FFFFFF;
    border-radius: 3px;
}
.gmb-button-sm{
    padding: .3rem 0.5rem;
    font-size: 0.8rem;
}
.gmb-button:hover {
    background: #c91414;
}
.gmb-form label.required:after {
    content: " *";
    color: #C20000;
}
.gmb-form label.error {
    color: #FF0000;
    font-size: 0.9em;
    font-style: italic;
    display: block;
    margin-top: 4px;
}
.mc4wp-error {
    color: #ff0000;
}

.dataTables_wrapper table td,
.dataTables_wrapper table th {
    border: none;
}
table thead:first-child tr:first-child th,
table.dataTable.no-footer {
    border-color: #efefef
}
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_footer {
    margin-top: 10px;
}
.dataTables_wrapper .dataTables_info {
    padding-top: 5px;
    margin-right: 10px;
}

/* hotpot */
#hotpot-carousel .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.7;
    width: 11px;
    height: 11px;
}
#hotpot-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #FFFFFF;
    background: #000000;
    opacity: 1;
}
#hotpot-carousel .swiper-pagination {
    bottom: 15px;
}

#hotpot-top-left {
    z-index: 10;
}
#hotpot-top-left #hotpot-title {
    position: absolute;
    width: 70vw;
}
body[data-elementor-device-mode=mobile] #hotpot-top-left #hotpot-title {
    position: relative;
    width: 100%;
}
#hoptpot-top-left-button .elementor-button{
    width: 100%;
}
/* end - hotpot */

/* Elementor - Form */
.elementor-field-type-acceptance.elementor-field-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: end;
}
.elementor-field-type-acceptance.elementor-field-group > div {
    margin-right: 10px;
    flex-basis: auto !important;
}

/* Elementor - end Form */

.wp-list-table .column-rank_math_seo_details {
    display: none;
}

/** Woo */

.e-loop-add-to-cart-form-container {
    flex-direction: row !important;

}
.e-loop-add-to-cart-form-container .added_to_cart{
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    color: rgba(255,255,255,0);
    overflow: hidden;
}
.e-loop-add-to-cart-form-container .added_to_cart:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "🛒";
    color: #C20000;
}
.e-loop-add-to-cart-form-container .added_to_cart:hover:before{
    color: #e00000;
}

.widget_shopping_cart_content p.total {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
    border-top: 1px solid #cecece;
    margin-top: 20px;
}
.woocommerce-mini-cart {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-mini-cart li {
    clear: both;
    position: relative !important;
    margin-bottom: 20px !important;
}
.woocommerce-mini-cart li a:not(.remove) ,
.woocommerce-mini-cart li span.quantity {
    display: block !important;
    padding-right: 25px !important;
}
.woocommerce-mini-cart li a:not(.remove) {
    font-weight: bold;
}

.woocommerce-mini-cart li img {
    float: left !important;
    margin-right: 10px !important;
    max-width: 80px !important;
}
.woocommerce-mini-cart li a.remove {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px !important;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 0.8;
    text-align: center;
    padding: 0;
    margin: 0;

}
.woocommerce-mini-cart li a.remove:hover {
    color: #FFFFFF;
    background: #c20000;
    border-radius: 25px;

}
.widget_shopping_cart_content p.buttons {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
p.woocommerce-mini-cart__buttons.buttons a.button {
    padding: 7px 14px;
    border-radius: 3px;
    background: rgb(233, 230, 237);
    color: rgb(81, 81, 81);
    font-weight: bold;
    font-size: 14px;
}
p.woocommerce-mini-cart__buttons.buttons a.button:hover {
    background: rgb(220, 215, 226);
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    margin-left: 0;
    min-width: 80px !important;
}

.woocommerce-mini-cart dl.variation {
    display: grid;
    grid-template-columns: auto 1fr; /* term | description */
    gap: 0 5px; /* row gap | column gap */
    width: 100% !important;
    border-left: 0 !important;
    padding-left: 2px !important;
    margin: 0 !important;
}
.woocommerce-mini-cart dl.variation::before {
    content: inherit !important;
}
.woocommerce-mini-cart dl.variation dt {
    font-weight: bold;
    margin-bottom: 0 !important;
}

.woocommerce-mini-cart dl.variation dd,
.woocommerce-mini-cart dl.variation dd p {
    margin: 0 !important; /* remove default indent */
}


input.input-text.qty[name=quantity] {
    min-width: 100px;
}
table.variations tbody>tr:nth-child(odd)>td,
table.variations tbody>tr:nth-child(odd)>th,
table.variations tbody tr:hover>td,
table.variations tbody tr:hover>th {
    background: none !important;
}
table.variations th.label {
    text-align: left;
    padding: 0;
}
table.variations th.label label {
    line-height: 2.5;
}
table.variations span.woo-selected-variation-item-name {
    display: none !important;
}
table.variations td.woo-variation-items-wrapper {
    padding-top: 0;
}
table.variations td.woo-variation-items-wrapper ul li {
    box-shadow: none !important;
    border-radius: 3px !important;
    background: #efefef !important;
    padding: 7px !important;
}
table.variations td.woo-variation-items-wrapper ul li.selected {
    background: #c20000 !important;
    color: #FFFFFF !important;
    border-color: #c20000 !important;
}



/** End - Woo */