/*
Theme Name: Drile Child (NEW)
Theme URI: http://demo.theme-sky.com/drile/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: drile
Version: 1.4.2
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: drile-child
*/

html {
    scroll-behavior: smooth;
}

html input:focus:invalid:focus,
html select:focus:invalid:focus {
    color: #333333;
}

#cloud-zoom-big, .mousetrap {
    display: none!important;
    z-index: -99999!important;
}
.woocommerce-tabs.custom-tabs .vc_tta-panel-title > a {
    width: 100%!important;
}
.woocommerce div.product .woocommerce-tabs.custom-tabs {
    margin-bottom: 30px;
}

.woocommerce-tabs.custom-tabs.after-thumbnails {
    display: block;
}

.woocommerce-main-image {
    cursor: default;
}

.woocommerce div.product div.images img,
.woocommerce div.product .thumbnails a img {
    object-fit: cover;
    aspect-ratio: 86 / 59;
}

.woocommerce-tabs.custom-tabs.before-add-cart {
    display: none;
}

.woocommerce-Reviews > div {
    width: 100%!important;
}
.woocommerce .star-rating,
.wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating {
    width: 120px;
    height: 22px;
}

.comment-respond .comment-form-rating {
    margin-top: 25px;
    margin-bottom: 25px;
}

.sharethis-inline-share-buttons {
    text-align: left!important;
}

.woocommerce div.product form.cart .variations select {
    max-width: 400px;
}

.wapf-wrapper .wapf-field-group .wapf-field-label span{
    font-weight: 700;
    color: rgba(32, 32, 32, 1);
}

.wapf-field-container {
    width: 100%!important;
}


@media (orientation: portrait) {
    .woocommerce-tabs.custom-tabs.after-thumbnails {
        display: none;
    }

    .woocommerce-tabs.custom-tabs.before-add-cart {
        display: block;
    }
    .breadcrumb-title-wrapper {
        display: none;
    }
    body:not(.search-no-results) #main .breadcrumb-title-wrapper~.page-container {
        padding-top: 30px !important;
    }
    .product .images-thumbnails .owl-nav div {
        max-width: 25px !important;
        max-height: 25px !important;
        line-height: 25px !important;
    }
}