/* Common */
.mean-container .rt-slide-nav{
    display: none;
}

.slidemenuon .rt-slide-nav{
    display: block;
}

.woocommerce-mini-cart__buttons > a{
    display: none !important;
}

.woocommerce-mini-cart__buttons > a.checkout {
    display: block !important;
}

.rtsb-toyup-slider-layout2 .rtsb-product .rtsb-product-content{
    z-index: 99 !important;
}

/* Home Trendy Section */
body.woocommerce .rtsb-elementor-container li.rtsb-action-button-item.rtsb-quick-checkout{
    margin-top: 5px;
}

/* Homepage Category Section */
.woo-cat-item {
    position: relative;
}

.woo-cat-item .full-box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

/* Homepage Hot Deals */
.hotdeals .rtsb-elementor-container img{
    height: 250px;
    object-fit: fill;
}


@media (max-width: 767px){
    .hotdeals .rtsb-elementor-container img{
        height: 160px;
    }
}

/* Breadcrumb */
.breadcrumb-area .entry-breadcrumb{
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
}

/* Shop Category */
.shopCat .rtsb-elementor-container .rtsb-content-loader .category-title a:hover,
.shopCat .rtsb-col-grid .category-wrapper:hover .category-title a{
    color: #fff;
}

.shopCat .rtsb-product-img figure{
    display: block !important;
}

.shopCat .category-wrapper:hover .rtsb-category-content{
    background-color: var( --e-global-color-secondary) !important;
}

/* Disable Product Image zoom */
.rtwpvg-single-image-container img {
    pointer-events: auto !important;
}

.zoomImg {
    display: none !important;
}

/* Remove zoom cursor */
.rtwpvg-single-image-container img {
    cursor: pointer !important;
}

/* Product Categories Page */
.prodCategories .rtsb-elementor-container img{
    height: 265px;
    object-fit: cover;
}

/* Mega Menu */
.site-header .main-navigation ul.mega-sub-menu ul{
    background-color: transparent;
}

.mega-sub-menu .mega-menu-item-type-widget.widget_media_image{
    display: flex !important;
    justify-content: center;
    flex-direction: column-reverse;
}

.site-header .main-navigation ul li ul li a:hover{
    color: var(--toyup-secondary-color);
}

.categoriesmenu #menu-product-categories{
    columns: 2;
}

/* Header Style */
.header-style-2 .header-top {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* Quick Checkout Text */
.noText .rtsb-quick-checkout-btn .text{
    display: none;
}

/* Hide out of stock Items */
.rtsb-col-grid.outofstock,
.rtsb-col-grid.status-draft {
    display: none;
}

/* WooCommerce Checkout */
div.place-order .woocommerce-terms-and-conditions-wrapper{
    padding-bottom: 20px;
}

.woocommerce-billing-fields label{
    display: none !important;
}

.wooccm-field-phone input{
    text-align: right;
}

/* Home Whatsapp Banner */
.customhero .rt-hero-banner{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Deal of the day */
@media (max-width: 767px){
    .singleIamgebox .rtsb-elementor-container img{
        height: 250px;
        object-fit: fill;
    }

    .dealofday .textbtn button{
        display: none;
    }

    .singleIamgebox .rtsb-quick-view{
        display: none;
    }
}

/* Special Items */
@media (max-width: 767px){
    .specitem .textbtn button{
        display: none;
    }
}

/* Best Sells */
@media (max-width: 767px){
    .bestsells .product-title{
        height: 25px;
        overflow: hidden;
    }
}

/* Footer Part */
@media (max-width: 767px){
    .back-top-label{
        display: none;
    }
}

/* Home Category */
@media (max-width: 767px){
    .allhomecat .row > *{
        max-width: 50%;
        padding: 7px;
        margin-top: 0;
    }
}

/* Checkout Billing Form */
#billing_company_field,
#billing_address_2_field,
#billing_postcode_field{
    display: none !important;
}

#billing_phone{
    direction: rtl;
}

/* Footer Image Remove */
.rt-shape.rt-shape3 li:nth-child(1),
.rt-shape.rt-shape3 li:nth-child(3){
    display: none;
}

.payment_box.payment_method_tranzila{
    display: none !important;
}