/*
Theme Name:     Sportfy Child Theme
Template:       sportfy
Theme URI:      http://radiustheme.com/demo/wordpress/themes/sportfy
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Sportfy is an Responsive Sports Store WooCommerce WordPress Theme.
Version:        1.0.0
Tested up to: 	6.6
Requires PHP: 	7.4
Text Domain:    sportfy
Tags: 			blog, e-commerce, theme-options, featured-images, post-formats, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, editor-style, footer-widgets, full-width-template, rtl-language-support, sticky-post, style-variations, threaded-comments, translation-ready
License:   	  	Envato split License
License URI:  	https://themeforest.net/licenses/terms/regular
*/

.switcher-list { display: none!important; }

.rtsb-product-img a {
    height: 100%;
}

.rtsb-product-img figure img { 
/* 	top: 0px!important; */
    width: 100% !important;
    height: 100% !important;
    float: left; }

@media (max-width: 1024px) { 
	.blog-list .wp-post-image { padding: 40px !important;
        transform: scale(1) !important; }
	
}


.logo-grey .rtsb-logo-img img {     filter: brightness(0%) contrast(0%)!important; }

.logo-grey .rtsb-logo-slider-and-grid.grayscale-logo .rtsb-logo-item:hover .rtsb-logo-img img { filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg); }

.home-three-line-shape-left:before {  }

.propduct-fix .rtsb-product-img .rtsb-product-image { filter: brightness(97%) contrast(100%);
    height: 310px!important;
    padding: 20px; object-fit: cover; }

.propduct-fix .rtsb-product-content {
    min-height: 80px;
}

.propduct-fix .rtsb-product-img a.woocommerce-LoopProduct-link.rtsb-img-link {
    height: 100%;
    display: inline-block;
}

.related-product .rtsb-product-img .rtsb-product-image { 
    height: 310px!important;
    padding: 20px; }


.rtsb-post-grid-item .rtsb-post-img figure a { min-height: 300px; height: 300px; background: #f5f5f5; display: flex; align-items: center; }

.rtsb-post-grid-item .rtsb-post-img figure a img {
    max-height: 300px;
    width: auto;
    margin: auto; filter: brightness(97%) contrast(100%); padding: 30px;
}

.blog-list .wp-post-image {
    max-height: 300px;
    width: auto;
    object-fit: cover;
    padding: 40px; filter: brightness(97%) contrast(100%);
}

.rtsb-elementor-container .rtsb-carousel-slider.standard-nav .swiper-nav {
    opacity: 1!important;
    visibility: visible!important;
}
@media only screen and (min-width: 1200px) { 
.rtsb-elementor-container .rtsb-carousel-slider.standard-nav .swiper-nav{
    opacity: 1;
    visibility: visible;
}
}

.logo-grey .swiper-button-next { right: -30px!important; }
.logo-grey .swiper-button-prev { left: -30px!important; }


/* blog detail page */
/* .blog .site-main .post-thumbnail-wrap .post-thumbnail { height: 350px; display: flex; align-items: center; justify-content: center; } */


/* */
.rt-button .button-5 {
    color: var(--rt-button-text-color)!important;
    background-color: var(--rt-primary-color)!important;
}

/* form Design */

.uagb-forms__outer-wrap { background: #f9fafa; max-width: fit-content; max-width: 500px; }



/* single product start */

/* add to cart button start */

@media only screen and (max-width: 1260px) { 
	.single-product .add_to_cart_wrapper { flex-wrap: wrap; }
    .single-product .add_to_cart_wrapper .elementor-widget-rtsb-product-add-to-cart { width: 100% !important; }
	.single-product .elementor-5104 .elementor-element.elementor-element-526a049 .rtsb-product-add-to-cart .cart .button { width: 66% !important; margin: 0 !important; }
	.single-product .elementor-widget-rtsb-product-add-to-cart .quantity { width: 34% !important; margin: 0 !important; padding-right: 10px !important; }
	.single-product .elementor-widget-rtsb-product-quick-checkout { width: 100% !important; margin-top: 10px !important; }

    .single-product .elementor-widget-rtsb-product-add-to-cart .quantity .rtsb-quantity-box-group { width: 100% !important; }
    .single-product .elementor-widget-rtsb-product-add-to-cart .quantity .rtsb-quantity-box-group button,
    .single-product .elementor-widget-rtsb-product-add-to-cart .quantity .rtsb-quantity-box-group input { width: 33.3333% !important; }
}


@media only screen and (max-width: 530px) {
    .single-product .elementor-5104 .elementor-element.elementor-element-526a049 .rtsb-product-add-to-cart .cart .button { padding: 0 30px !important; }
}

/* add to cart button end */

/* related products start */

.related-product .rtsb-elementor-container .rtsb-product-img figure { background-color: var(--rt-gray-color) !important; border-radius: 0; }
.related-product.propduct-fix .rtsb-elementor-container .rtsb-product-content { min-height: 80px !important; }
.related-product.propduct-fix .rtsb-grid-item { border: 0 !important; }

/* related products end */

/* single product end */



/* General pagination container style */
.elementor-pagination a,
.elementor-pagination span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid black;
  background-color: white;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0; /* Square */
  transition: all 0.3s ease;
}

/* Hover state */
.elementor-pagination a:hover {
  background-color: var(--rt-primary-color);
  color: white!important;
  border-color: var(--rt-primary-color);
}

/* Active page number */
.elementor-pagination .current {
  background-color: var(--rt-primary-color);
  color: white!important;
  border-color: var(--rt-primary-color);
}

/* Optional: Adjust font size */
.elementor-pagination a,
.elementor-pagination .current {
  font-size: 16px;
}

/* post tile hover */
.elementor-post__title:hover a { color: var(--rt-primary-color); }

/* Post Thumbnail Image */
.elementor-posts-container .elementor-post__thumbnail img { filter: brightness(97%) contrast(100%); }

/* Post Fix - Box */
.post-fix .elementor-post__thumbnail {     
	padding-bottom: 0!important;
    background: #f5f5f5!important; min-height: 300px;
    height: 300px;
    display: flex; }
.post-fix .elementor-post__thumbnail img {     
	position: relative !important;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
    max-height: 300px !important;
    width: auto !important;
    margin: auto !important;
    filter: brightness(97%) contrast(100%);
    padding: 30px !important;
    max-width: 100% !important;
    height: auto !important;
}

.site-main .post-thumbnail-wrap .post-thumbnail a {     
	padding-bottom: 0!important;
    background: #f5f5f5!important; min-height: 300px;
    height: 300px;
    display: flex; }

.site-main .post-thumbnail-wrap .post-thumbnail a img {     
	position: relative !important;
    max-height: 300px !important;
    width: auto!important;
    filter: brightness(97%) contrast(100%);
    max-width: 100% !important;
    height: 100% !important;
	padding: 30px!important;
	margin: auto;
  /*object-fit: none;*/
}
.elementor-pagination span.page-numbers.prev {
    font-size: 12px!important;
}
.elementor-pagination a.page-numbers.next { font-size: 12px!important; }

/* crat page */
dl.variation {
    width: 100%;
}
a:is(.rtsb-wishlist-btn,.rtsb-compare-btn,.rtsb-quick-view-btn) .icon {
    line-height: normal!important;
}

/* Home Info Box */
.rt-info-box .info-title { word-break: break-all; }
.infobox-height { height: 100%; }
.infobox-height .rt-info-box { height: 100%; }
.infobox-height .info-box { height: 100%; }


/* color changes start from here */

#rtsb-side-content-area-id .mini-cart-header-wrapper .cart-count {
    color: #ffffff!important;
}
#rtsb-side-content-area-id .woocommerce-mini-cart__buttons.buttons a:nth-child(2) {
    color: #ffffff!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, 
.woocommerce #respond input#submit.alt, 
.woocommerce #respond input#submit, 
.woocommerce button.button.alt,
.woocommerce input.button.alt, 
.woocommerce button.button, 
.woocommerce a.button.alt, 
.woocommerce input.button, 
.woocommerce a.button, 
.components-button, 
.wc-block-components-button, 
.mini-cart-footer a.button { color: #ffffff!important; }

.rtsb-cart-table table.shop_table .actions-button-wrapper .button {    
    color: var(--rt-button-text-color)!important;
}
.rtsb-cart-table table.shop_table .actions-button-wrapper .button {    
    color: #ffffff!important;
}

.woocommerce-cart .wp-block-button .wp-block-button__link { color: #ffffff!important; }
.woocommerce-cart .rtsb-cart-table table.shop_table .actions-button-wrapper .button { /*color: var(--rt-button-text-color) !important;*/     padding-top: 0px; padding-bottom: 0;
 }

.woocommerce-cart .rtsb-cart-table table.shop_table .actions-button-wrapper .button:hover { color: #ffffff !important; 
 }


/* Social Icon top and bottom */
.elementor-widget-rt-social-icon .elementor-widget-container {
    display: flex;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.rt-social-item a:hover svg {
  animation: fadeInUp 0.7s forwards;
}

.rt-social-item svg {
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
}

/* Related Blog Post - Default of Theme */
.blog-default .post-thumbnail-wrap a {
    padding-bottom: 0 !important;
    background: #f5f5f5 !important;
    min-height: 300px;
    height: 300px;
    display: flex;
}
.blog-default .post-thumbnail-wrap a img {
    position: relative !important;
    max-height: 300px !important;
    width: auto !important;
    filter: brightness(97%) contrast(100%);
    max-width: 100% !important;
    height: 100% !important;
    padding: 30px !important;
    margin: auto;
}


/* My Account - Withour Login cart */
#rtsb-side-content-area-id .mini-cart-header-wrapper .cart-count { background: var(--rt-primary-color); }
#rtsb-side-content-area-id .rtsb-apply-coupon-toggle a { color: var(--rt-primary-color); }
#rtsb-side-content-area-id .woocommerce-mini-cart__buttons.buttons a:nth-child(2) { 
	background: var(--rt-primary-color);
    border-color: var(--rt-primary-color); 
}

#rtsb-side-content-area-id .woocommerce-mini-cart__buttons.buttons a { color: var(--rt-heading-color) !important; }

#rtsb-side-content-area-id .woocommerce-mini-cart__buttons.buttons a:first-child:hover, 
#rtsb-side-content-area-id .woocommerce-mini-cart__buttons.buttons a:nth-child(2):hover { color: #fff !important; 
	background: #111111 !important;
    border-color: #111111 !important;
}

#rtsb-side-content-area-id .woocommerce-mini-cart__buttons.buttons a { color: #000000!important; }



/* btn color */
.wp-block-button .wp-block-button__link { color: #ffffff!important; }


.content-area article .entry-content a:not(.wp-element-button) {
    color: #1E73BE;
    text-decoration: none;
}

.woocommerce .rtsb-builder-content table.woocommerce-checkout-review-order-table .product-name {
    display: block !important;
}

.woocommerce .rtsb-builder-content table.woocommerce-checkout-review-order-table .product-name strong.product-quantity {
    font-size: 24px;
}

.woocommerce .rtsb-builder-content table.woocommerce-checkout-review-order-table .product-name dt.variation-Store, .woocommerce .rtsb-builder-content table.woocommerce-checkout-review-order-table .product-name dd.variation-Store {
    display: none;
}

li.woocommerce-mini-cart-item.mini_cart_item dl.variation dt.variation-Store, li.woocommerce-mini-cart-item.mini_cart_item dl.variation dd.variation-Store {
    display: none;
}


/* pagination */

.pagination-list li.active a { color: #ffffff!important; }
.pagination-list li a:hover { color: #ffffff!important; }

/* Mobile Menu */

.offcanvas-about p { margin-bottom: 0px!important; }
.sportfy-offcanvas-drawer .offcanvas-logo .trigger-icon { color: #ffffff!important; }

.sportfy-offcanvas-drawer { row-gap: 20px!important; }

.wp-block-search .wp-block-search__button:hover { color: #ffffff!important; }


/* Hero Slider Button */
.hero-slider .rt-button .button-2:hover { background-color: var(--rt-primary-color)!important; }

/* mobile bottom sticky */
.mobile-action-button .rt-shop-page { display: none!important; }
.mobile-action-button .header-compare-icon { display: none!important; }

.woocommerce table.shop_attributes th { white-space: nowrap; }

/* product box mobile */
@media (max-width: 767px) {
    .rtsb-elementor-container .rtsb-product .rtsb-action-buttons.bottom-part {
        opacity: 1 !important;
        transform: translateY(0) !important;
        visibility: visible !important;
    }
    .woocommerce table.shop_attributes th { white-space: normal; }
}
.offcanvas-address .offcanvas-info li { flex-wrap: unset!important; }

.sportfy-offcanvas-drawer {
    justify-content: normal !important;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1, .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    max-width: 100% !important;
}

.rtsb-minicart-drawer .rtsb-apply-coupon-toggle, .rtsb-minicart-drawer .rtsb-mini-coupon-form-main {
    display: none !important;
}

#rtsb-side-content-area-id .mini-cart-bottom {
    border: none !important;
}

.sportfy-offcanvas-drawer nav ul li a {
  text-transform: none !important;
}

.header-search.open .close { color: #ffffff!important; }
.header-search .close { color: #ffffff!important; }
