/*=================================================
// Theme Name: Oxer Child
// Version: 1.0.0
// Author: Adveits
// Author URI: https://www.adveits.com/en/
// Theme URI:
// License: GPL 2.0
// License URI: https://www.gnu.org/licenses/gpl-2.0.html
// Tags: one-column, two-columns, right-sidebar, custom-logo, custom-menu, custom-colors, editor-style, post-formats, featured-images, threaded-comments, theme-options, translation-ready
// Description: Child theme for Oxer
// Template: oxer
=================================================*/

/*=================================================
// Please add your custom styles below
=================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Share icon style for woocommerce */
.custom-product-share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.custom-product-share .share-label {
    font-weight: 600;
    margin-right: 5px;
}

.custom-product-share a {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    transition: 0.3s ease;
}

.custom-product-share a:hover {
    border-color: #999;
}


.woocommerce-Tabs-panel--description h2, .woocommerce-Tabs-panel--additional_information h2{display:none;}

.related h2{border-bottom: 1px solid #cfc8d8;}
.a2a_dd, .addtoany_share{display:none !important;}

 /* .img.object-fit.size-1:before {
    padding-top: 100% !important;
}

.img.object-fit.size-2:before {
    padding-top: 100% !important;
}

.img.object-fit.size-3:before {
    padding-top: 100% !important;
}

.img.object-fit.size-4:before {
    padding-top: 100% !important;
}

.img.object-fit.size-5:before {
   padding-top: 100% !important;
}  

.img.object-fit .object-fit-cover img{height: unset !important;}
*/