/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
*/
.elementor.elementor-10.elementor-location-header {
    position: absolute;
    top: 10px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}
.button-border{
    position:relative;
    z-index: 1;
    width: fit-content;
}
.button-border:after{
    content:'';
    border:1px solid #0059B3;
    height:100%;
    width:100%;
    position:absolute;
    top:5px;
    left:5px;
    display:block;
    z-index:-1;
    border-radius:5px;
}

.about-picture:before{
    content:'';
    background:#0059B3;
    height:90%;
    width:70%;
    position:absolute;
    top:5px;
    left:5px;
    display:block;
    z-index:-1;
    border-radius:10px;
}
span.book:after {
    content:url('http://stage399.yourdesigndemo.net/wp-content/uploads/2023/11/Mask-group.png');
    position:absolute;
    bottom:-15px;
    left:-10px;
    right:0;
}
span.book{
    position:relative;
}
span.favorite:after {
    content:url('http://stage399.yourdesigndemo.net/wp-content/uploads/2023/11/Mask-group.png');
    position:absolute;
    bottom:-15px;
    left:10px;
    right:0;
}
span.favorite{
    position:relative;
}
.testimonial-carousel .ue-icon{
    position:absolute;
    bottom:50px;
    right:50px;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon,.yith-wcwl-add-button a i {
    position: absolute;
    top: 10%;
    right: 2%;
    color: #fff;
    background: #369F52;
    padding: 10px;
    border-radius: 100%;
    font-size: 15px;
	margin-right:0 !important;
}

a.add_to_wishlist.single_add_to_wishlist.button.alt {
    position: absolute;
    top: 7%;
    right: 2% !important;
    background: transparent !important;
    padding: 0 !important;
}
a.button.yith-wcqv-button {
    content:url('/wp-content/uploads/2023/11/ph_eye-thin.png');
	background: #369F52 !important;
    padding: 10px !important;
    border-radius: 100%;
    font-size: 12px;
	position: absolute;
    top: 0%;
    right: 2%;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	 content:url('/wp-content/uploads/2023/11/Vector-6.png');
	background: #369F52 !important;
    padding: 10px !important;
    border-radius: 100%;
    font-size: 12px;
	position: absolute;
    top: 15%;
    right: 2%;
}

.book-slider-section .elementor-swiper-button.elementor-swiper-button-next {
    position:absolute;
    top:-50px !important;
    right:50px !important;
    left:unset;
}
.book-slider-section .elementor-swiper-button.elementor-swiper-button-prev {
    position:absolute;
    top:-50px !important;
    right:100px !important;
    left:unset !important;
}
.book-slider-section .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 0px !important;
}
.book-slider-section .elementor-main-swiper {
    width: 100% !important;
    padding: 0;
}
.testimonial-carousel .owl-carousel .owl-nav.disabled,.testimonial-carousel .owl-carousel .owl-dots.disabled {
   display: block;
}


