/* 
Theme Name: Iovision Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Iovision Theme
Author: Elementor Team
Author URI:https://www.iovisionbd.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
*/

/* Add your custom styles here */

.cpel-switcher__icon { 
    border: none;
    background: transparent;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) !important;
    margin-top: -4px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s;
}
body.rtl .cpel-switcher__icon { 
    margin-right: 10px;
} 
.cpel-switcher__lang a{
	background: transparent;
    border: 1px solid #e4dcdce6;
    padding: 0px 6px;
    border-radius: 3px;
}
.hero_sec .elementor-swiper-button-prev{
    margin-left: 50px;
}
.hero_sec .elementor-swiper-button-next{
    margin-right: 50px;
}
.product_sec .swiper {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.pp-woocommerce li.product .price ins{
	text-decoration: none;
}
.product_sec .ajax_add_to_cart, .product_sec .add_to_cart_button{
	width: 90%;
}
.product_sec .ajax_add_to_cart:before, .product_sec .add_to_cart_button:before{
	content: '';
    background: url(../../../wp-content/uploads/2025/06/shopping-bag.svg);
    position: absolute;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
    left: 45px;
    top: 4px;
}

.pp-testimonials-quote-position-above .pp-testimonial-text:before {
    content: "";
    background-image: url("../../../wp-content/uploads/2025/06/quote.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	width: 40px;
	height: 36px;
	margin: 0;
	right: -15px;
	bottom: -15px;
	position: absolute;
}
.pp-woo-pagination-align-center .pp-woocommerce-pagination { 
    margin-top: 30px;
}
.pp-woocommerce-pagination ul li .page-numbers{
	border-radius: 5px;
}
#pp-offcanvas-d9fd705 .woocommerce-mini-cart.cart_list {
	height: auto !important;
  	margin-bottom: 30px;
}
body.archive .elementor-wc-products .attachment-woocommerce_thumbnail, .pp-woocommerce .pp-woo-products-thumbnail-wrap img { 
    height: 450px !important;
    object-fit: cover;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0px solid var( --e-global-color-primary ) !important; 
    margin: 0 5px 5px 0; 
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	padding: .75em;
	line-height: 10px;
    border-radius: 5px;
    border: 1px solid var(--e-global-color-primary) !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
	 border-color: var( --e-global-color-secondary ) !important;
}

.flex-viewport .woocommerce-product-gallery__wrapper img{
	height: 700px !important;
	object-fit: cover;
}
 
