/*
Theme Name: Aegis Infotech Pvt Ltd
Theme URI: https://goyalinfotech.com
Author: Goyal IT Consultancy Pvt. Ltd.
Author URI:https://goyalinfotech.com/
Description: Custom theme for Aegis Infotech Pvt Ltd
Tags: blog, theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Kwik
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Reset CSS */
.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-left: 0.1rem;
}
.woocommerce-product-details__short-description {
    margin: 30px 0;
}
.product-thumb img {
   height: auto;
}
.details-page .tab a {
    background: none;
    border: none;
    font-size: 24px;
    padding-bottom: 20px;
    cursor: pointer;
    position: relative;
    color: #666;
    font-weight: 600;
}
.details-page .tab.active a
 {
    color: #4f7eff;
}
.checkout-section .woocommerce-form-coupon-toggle{
    text-align: center;
    margin-bottom: 30px;
    padding-top: 10px;
    border-top: 3px solid var(--color-primary);
}
form.checkout_coupon.woocommerce-form-coupon {
    display: flex;
    justify-content: center;
    gap: 10px;
    transform: translateY(-10px);
    transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
}
form.checkout_coupon.woocommerce-form-coupon button {
    padding: 10px 20px;
    border: none;
    background: var(--color-primary);
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}
.checkout-left .div-title {
    margin-bottom: 20px;
}
.checkout-section label {
    display: block;
}
.woocommerce-privacy-policy-text p {
    font-size: 14px;
}
.woocommerce-checkout-payment {
    margin-top: 20px;
}
.checkout-section input[type="radio"] {
    width: auto;
}
li.nav-item.dropdown a.nav-link:after {
    content: "";
    width: 5px;
    height: 5px;
    position: relative;
    right: 0;
    bottom: 4px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: currentColor;
    display: inline-block;
    margin-left: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}