/*
Theme Name: Pharma Child Theme
Theme URI: https://pharma.themerex.net/
Description: Pharma is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.6.0
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: pharma
Template: pharma
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */



.top-header {
    overflow: hidden;
}
.bestSeling-product .post_data {
    padding: 0px 20px 10px;
}
.bestSeling-product .post_header h2, .woocommerce-loop-product__title {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.5em !important;
    height: 60px;
    overflow: hidden;
    font-family: 'Nunito Sans' !important;
}
.bestSeling-product .post_data span.price, span.price {
    font-size: 18px !important;
}
.add_to_cart_wrap {
    display: block !important;
    color: #fff !important;
}
.woocommerce ul.products li.product .button {
    display: block;
    text-align: center;
    font-size: 16px !important;
    font-weight: 800 !important;
    padding: 10px !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #171c26;
}
.bwdcp_catagory_style1 .bwdcp_catagory-img img {
    border: none;
    object-fit: contain;
}
.bestSeling-product .post_featured img {
    height: 250px !important;
    object-fit: contain;
    text-align: center;
    margin: auto !important;
    display: block !important;
    width: 300px !important;
}
.category-bnr .elementor-image-box-wrapper {
    position: relative;
}
.category-bnr .elementor-image-box-content {
    position: absolute;
    top: 40%;
    left: 40px !important;
    text-align: left;
}
.category-bnr .elementor-image-box-content a {
    color: #000;
    background-color: #f9ab10;
    padding: 14px 30px;
    border-radius: 10px;
    font-weight: 700;
}
.category-bnr .elementor-image-box-content a:hover {
    background-color: #152a47;
    color: #fff;
}
/* .archive ul.products li.product .post_featured img {
    height: 400px !important;
} */

#best-Section {
    width: 100%;
    background-size: inherit !important;
    background-position: 0px 0px;
    background-repeat: repeat !important;
    animation: animatedBackground 20s linear infinite;
    -ms-animation: animatedBackground 20s linear infinite;
    -moz-animation: animatedBackground 20s linear infinite;
    -webkit-animation: animatedBackground 20s linear infinite;
}
.woosw-btn-has-icon {
    display: none !important;
}

@keyframes animatedBackground {
      from { background-position: 0 0; }
      to { background-position: 100% 0; }
    }
    @-webkit-keyframes animatedBackground {
      from { background-position: 0 0; }
      to { background-position: 100% 0; }
    }
    @-ms-keyframes animatedBackground {
      from { background-position: 0 0; }
      to { background-position: 100% 0; }
    }
    @-moz-keyframes animatedBackground {
      from { background-position: 0 0; }
      to { background-position: 100% 0; }
    }

/* #best-Section .post_item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgb(255 255 255 / 17%) inset;
    border-radius: 10px;
} */


#pro-category .bwdcp_catagory-wrap .bwdcp_catagory-img, .woocommerce ul.products li.product .post_featured {
    overflow: hidden;
}

#pro-category .bwdcp_catagory-wrap .bwdcp_catagory-img img, .woocommerce ul.products li.product .post_item, .woocommerce ul.products li.product .post_featured img{
    overflow: hidden;
	transition: 0.5s ease all;
}
#pro-category .bwdcp_catagory-wrap:hover .bwdcp_catagory-img img, .woocommerce ul.products li.product .post_item:hover .post_featured img{
   transform: scale(1.1);
}

/* .woocommerce ul.products li.product .post_item:hover{
	transform: translatey(-10px);
} */
.counter-icon .trx-addons-counter {
    border: 1px solid #E6E6E6;
    padding: 20px 10px;
    border-radius: 10px;
}

#product-cate-cont .product-category {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E6E6E6;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}
#product-cate-cont .product-category .post_data {
    padding: 0px 10px 10px;
}


#cate-sidebar .wc-block-product-filter-checkbox-list__label {
    gap: 30px;
}

#cate-sidebar .wc-block-product-filter-checkbox-list__input-wrapper:before {
    top: -10px;
}
#cate-sidebar .wc-block-product-filter-checkbox-list__item {
    margin-bottom: 10px;
}
#cate-sidebar span.wc-block-product-filter-checkbox-list__text {
    font-size: 18px;
    font-family: 'Nunito Sans';
}
#cate-sidebar .wp-block-group, #cate-sidebar .wp-block-woocommerce-product-filter-price{
	border-bottom:1px solid #E6E6E6;
	padding-bottom:20px;
}
.wc-block-cart__submit-container a {
    color: #fff;
}



.about-hist-cont .e-con-inner {
    border-left: 4px solid #d97706 !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border: 1px solid #dcdfe5;
    border-radius: 5px;
	overflow: hidden;
}
.step-cont .elementor-icon {
    background-image: linear-gradient(90deg, #F39C0B 0%, #DB7A06 100%);
}

.step-cont .elementor-icon svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(348deg) brightness(103%) contrast(101%);
}

.contact-pg-form input {
    background-clip: padding-box;
    background-image: none;
    border: 1px solid rgb(218 219 221);
    border-radius: 7px;
    color: rgb(96 98 102);
    line-height: 1;
    max-width: 100%;
    padding: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    margin-bottom: 20px;
    background: transparent;
}
.contact-pg-form textarea {
    border: 1px solid rgb(218 219 221);
    border-radius: 7px;
    color: rgb(96 98 102);
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 110px;
    width: 100%;
    background: transparent;
}
.contact-pg-form input.wpcf7-submit {
       background: #152a47;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}
.contact-pg-form span.wpcf7-spinner{
	display: none;
}
.email-us svg {
    filter: brightness(0) saturate(100%) invert(50%) sepia(70%) saturate(2453%) hue-rotate(7deg) brightness(93%) contrast(95%);
}

.addCart-cont li.variable-item {
    width: 25% !important;
    height: 50px !important;
    border-radius: 5px !important;
    align-items: flex-start !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    background-color: var(--wvs-item-background-color,#fff);
    -webkit-box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #dcdfe5) !important;
    box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #dcdfe5) !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.addCart-cont li.variable-item span.variable-item-span.variable-item-span-button {
    overflow: unset !important;
    font-size: 15px;
    font-family: 'Nunito Sans';
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 1px #d97706) !important;
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 1px #d97706) !important;
    background: #f9ab101a !important;
}

.price-cont p.price {
    margin-bottom: 0px !important;
}
#related-product .related.products .post_item {
    overflow: hidden;
}
#related-product .related.products {
    margin-top: 0px;
}

.color-icon .elementor-icon svg {
    filter: brightness(0) saturate(100%) invert(45%) sepia(91%) saturate(982%) hue-rotate(5deg) brightness(92%) contrast(95%);
}
.addCart-cont .quantity.inited {
    border: 1px solid #f5f5f5;
    flex-basis: 10% !important;
}
.addCart-cont span.price {
    padding-bottom: 5px;
}
.addCart-cont button{
	width: 100%;
}
.category-menu-bar {
    padding: 25px 20px;
    background: #f9ab10;
    color: #000 !important;
}
.category-menu-bar .trx-addons-menu-link-parent span.trx-addons-menu-link-text{
	color: #000000 !important;
}
.archive-content .post_featured img {
    min-height: 300px;
    object-fit: cover;
	border-color: 1px solid #e6e6e6 !important;
}
/* archive page css start */
.archive_product_page img {
    object-fit: contain !important;
    object-position: center;
	    border: 1px solid #efefef !important;
}
/* archive page css end */

.trx_addons_sc_layouts_cart_mini_cart_item_name {
    font-size: 16px !important;
    line-height: 1.5em !important;
}
.wc-block-cart {
    margin: 3em 0px !important; 
}
.wc-block-cart .wc-block-components-product-metadata__description p, .wp-block-woocommerce-checkout .wc-block-components-product-metadata__description p{
    display: none;
}
.wc-block-cart a.wc-block-components-product-name, .wp-block-woocommerce-checkout .wc-block-components-product-name {
    font-family: 'Nunito Sans';
    font-size: 18px !important;
}
.wc-block-cart .wc-block-cart-item__wrap {
    gap: 10px !important;
}
.wp-block-woocommerce-checkout {
    padding: 70px 0;
}
.wc-block-components-totals-coupon__content .wc-block-components-button {
    color: #fff !important;
}

.wc-block-cart__submit-button:hover {
    color: #fff;
}

.wc-block-checkout__sidebar {
    align-self: flex-start;
    top: 110px;
}

.category-menu-bar .trx-addons-menu-link-parent {
    font-weight: 900 !important;
    font-family: 'Nunito Sans' !important;
}


.woosw-link-inner{
    position: relative;
    font-size: 0; /* Wishlist text hide */
}

.woosw-link-inner:before{
    content: "♡";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 35px;
    color: #000;
}
#wishlist-icon .elementor-shortcode {
    height: 25px;
}

.woosw-link .woosw-link-inner:after {
    top: -30px;
}

.price-cont span.woocommerce-Price-amount.amount {
    font-size: 22px;
    font-weight: 800;
}

.share-buttons{
    display:flex;
    gap:10px;
    align-items:center;
}

.share-btn{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 16px;
    background:#fff;
    border:1px solid #dcdcdc;
    border-radius:6px;
    font-size:14px;
    font-weight:500;
    color:#222;
    cursor:pointer;
    transition:all .2s ease;
}

.share-btn:hover {
    background: #f7f7f7;
    color: #000;
}

.share-btn svg{
    width:18px;
    height:18px;
}
.share-buttons p {
    margin-bottom: 0;
    font-size: 18px;
}

.custom-product-details {
    padding: 20px 0px;
    border-top: 1px solid #cccccc69;
}

.custom-product-details h3 {
    margin: 0 0 15px;
    font-size: 20px;
    font-family: 'Nunito Sans';
}

.detail-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}
.detail-row .label {
    font-family: 'Nunito Sans';
    font-weight: 500;
}
.stock{
    color:#008000;
}
#acount-page .woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: block;
    padding: 0;
}

#acount-page .woocommerce-MyAccount-navigation ul li {
    background: #f1f2f3;
    padding: 15px;
    margin-bottom: 5px;
    font-family: 'Nunito Sans';
    font-weight: 700;
}
#acount-page .woocommerce-MyAccount-navigation ul li.is-active{
	 background: #f9ab10;
}
#acount-page .woocommerce-MyAccount-content {
    border: 1px solid #ccc;
    padding: 20px;
}
#acount-page .woocommerce-MyAccount-navigation ul li a {
    display: block;
}
#acount-page .woocommerce-MyAccount-navigation ul li a:hover{
	color: #000;
}
#acount-page header.woocommerce-Address-title.title h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.woocommerce form .form-row .input-text {
    border-color: #ccc;
}
.single-product-img .woocommerce-product-gallery__image img {
    height: 600px !important;
    object-fit: contain !important;
}
@media (max-width: 1024px){
.trx-addons-ver-hamburger-menu .trx-addons-mobile-menu-outer-container {
    width: 100%;
}	
	.counter-icon .trx-addons-counter {
    padding: 10px 0px;
    border-radius: 10px;
}
	.category-menu-bar {
    padding: 0;
    background: transparent;
    color: #000 !important;
}
	#mobile-men-cont ul.trx-addons-submenu {
    padding-left: 10px;
}
	#mobile-men-cont ul.trx-addons-submenu .trx-addons-icon svg {
    transform: rotate(
90deg);
}
	.bestSeling-product .post_featured img {
    height: 200px !important;
}
}


@media (max-width: 768px) {
/* 	.bestSeling-product .post_featured img {
    height: 150px !important;
    object-fit: cover;
} */
	.bestSeling-product .post_header h2 {
    font-size: 16px !important;
    line-height: 1.3em !important;
}
	.category-bnr .elementor-image-box-content {
    top: 30%;
    left: 20px !important;
}
	.banner-cont p.elementor-slide-description{
		display: none;
	}
	.banner-cont .elementor-slides .swiper-slide-bg {
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #0000004d;

}
	.bestSeling-product .post_data {
    padding: 0px 10px 10px;
}
	.woocommerce ul.products li.product .button {
    font-size: 15px !important;
}
	li.product {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    overflow: hidden;
}
	.addCart-cont li.variable-item {
    width: 45% !important;
}
	.woocommerce-product-details__short-description {
    margin-bottom: 0px !important;
}
}



