/*
 Theme Name:   Glidex Child
 Theme URI:    https://wdtglidex.wpengine.com/
 Description:  Glidex Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     glidex
 Version:      1.0.0
 Tested up to: 6.2
 Requires PHP: 5.3
 Text Domain:  glidex-child
 Tags: Blog,Portfolio
 License: GNU General Public License v2 or later License URI: https: //www.gnu.org/licenses/gpl-2.0.html
 Copyright (C) 2024 buddhathemes. All rights reserved.
*/

/*aditional CSS*/
body.page.page-id-53 .inner-wrapper {
    background: url(https://gloguardian.com/wp-content/uploads/2025/06/GloMonsters_about_us_bg.jpg) center top no-repeat;
    background-size: cover;
}

body.page.page-id-382 section.main-title-section-wrapper {
    display: none;
}

body.page.page-id-382 #main section{
	padding-top: 0;
}

a#back-to-top span{
	display: none;
}

a#back-to-top {
    width: 74px;
    height: 74px;
    background: url(https://gloguardian.com/wp-content/uploads/2026/02/GG_logo_icon.jpg) center center no-repeat;
    background-size: 74px 74px;
    overflow: visible;
}

body #main:has( > .container):after{
	background: transparent;
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-block-start: none;
}

body.product-template-default.woocommerce div.product div.images ol.flex-control-nav li{
	width: 25%;
}

body.product-template-default.woocommerce div.product div.images ol.flex-control-nav li img{
	width: 100%;
	height: 100%;
}

body.product-template-default.woocommerce .cart .quantity .qty, .woocommerce-page .cart .quantity .qty{
	background: transparent;
}

body.product-template-default.woocommerce button.single_add_to_cart_button.button.alt {
    width: calc(100% - 120px);
	background-image: linear-gradient(45deg, #6b4aca, #884eaa, #884eaa, #6b4aca) !important;
}

body.product-template-default.woocommerce .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor{
	background-image: linear-gradient(45deg, #6b4aca, #884eaa, #884eaa, #6b4aca) !important;
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 8px 0;
    border-radius: 30px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}

body.product-template-default.woocommerce .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor svg{
	display: none;
}

body.product-template-default.woocommerce div.product .wdt-product-tabs {
    width: 60%;
    float: right;
}.

.blog-single-entry div[class*="entry-thumb"].single-preview-img .blog-image {
  display: none;
}
body input[type="email"] {
  text-transform: initial;
}

@media screen and (max-width: 900px){
	body.product-template-default.woocommerce div.product .wdt-product-tabs {
		width: 100%;
	}
	body.page.page-id-53 .e-con>.e-con-inner {
    	max-width: 100%;
	}
	.cus-contact-form, .contact-rightp {
		margin: 10px;
	}
}



