/*
Theme Name: MyMedi Child
Theme URI: https://demo.theme-sky.com/mymedi/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: mymedi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: mymedi-child
*/

.sticky-wrapper{
    height:auto !important;
}
.logo{
	    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
    .header-v2 .header-middle > .container, .header-v6 .header-middle > .container {
        padding-bottom: 10px !important;
    }
}
li#tab-title-additional_information {
    display: none !important;
}

@media only screen and (max-width: 767px) {
	.product-wrapper {
    display: flex !important;
    flex-direction: column !important;
}
    #main-content .woocommerce.columns-1 > .products .product .thumbnail-wrapper, #main-content .woocommerce.columns-1 > .products .product .meta-wrapper {
        width: 100% !important;
        padding: 25px;
    }
}
@media only screen and (max-width: 1279px) {
    .product-style-1 .product-group-button-meta > div.loop-add-to-cart {
        background-color: #fff !important;
        border-color: #f0f2f5;
        color: #103178;
    }
}
.kdf-floating-icons{
    position:fixed !important;
    right:20px !important;
    bottom:65px !important;
    left:auto !important;

    display:flex;
    flex-direction:column;
    gap:12px;

    z-index:999999 !important;
}

.kdf-floating-icons a{
    width:45px;
    height:45px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;
    overflow:hidden;

    box-shadow:0 4px 10px rgba(0,0,0,0.25);

    transition:all .3s ease;
}

.kdf-floating-icons a:hover{
    transform:scale(1.1);
}

.kdf-floating-icons img{
    width:28px !important;
    height:28px !important;
    max-width:28px !important;
    object-fit:contain;
}

.whatsapp{
    background:#25D366;
}

.call{
    background:#2196F3;
}

.instagram{
    background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}

.facebook{
    background:#1877F2;
}