/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}
.wpforms-submit{
    padding: 14px 30px !important;
    height: auto !important;
    text-transform: uppercase !important
    font-weight: 600 !important;
}
.single-product .wp-block-group.woocommerce.product{
    margin-top: 0px;
}
body{
	font-family: "Inter", sans-serif !important;
}
table {
    font-family: "Inter", sans-serif;
    border-collapse: collapse;
    font-size: 16px;
}
.wc-block-components-product-summary table td {
    width: 5%;
    font-size: 16px;
    font-weight: 400;
    border: solid 2px #d2d1d185;
    padding: 10px 20px;
    vertical-align: top;
}
.wc-block-components-product-summary ul {
    font-size: 16px;
    font-family: "Inter", sans-serif;
}
.wc-block-components-product-summary li.a-spacing-mini {
    margin-bottom: 10px;
}
.woocommerce-Tabs-panel table{
	border-color: #d5d9d9;
    border-left: 0px;
    border-right: 0px;
}
.woocommerce-Tabs-panel table th {
    color: #565959;
    border: none;
    border-bottom: solid 1px #d5d9d9;
}
.woocommerce-Tabs-panel table td{
    border: none !important;
    border-bottom: solid 1px #d5d9d9 !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}
.wp-block-woocommerce-product-image-gallery{
    position: sticky !important;
    top: 0px;
}
:focus{
    outline:none !important;
}
.footer-heartbeat {
    animation: beat 0.6s infinite alternate;
    transform-origin: center;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    position: relative;
    top: -7px;
}
.wp-block-navigation__submenu-container{
    margin-right: auto;
}
/* Heart beat animation */
@keyframes beat {
    to { transform: scale(1.1); }
}
#tab-title-reviews{
    display:none;
}
.wp-block-button__link.has-background.wp-element-button:hover{
    background-color: #1a62c7 !important;
}
.customer-warranty-user:hover figure{
    transition: all 0.5s;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
@media(max-width:781px){
    .top-banner{
        display:none;
    }
    .pl-md-0{
        padding-left:0px !important;
    }
    figure.wp-block-image.alignright.size-full {
        margin: auto;
    }
    .mob-video-width iframe {
        width: 100%;
    }
}
@media(max-width:599px){
    header .wp-block-navigation .wp-block-navigation-item__content {
    display: block;
    width: 100%;
    text-align: left;
}
header .wp-block-navigation .wp-block-navigation-item {
    position: relative;
    justify-content: start;
    width: 100%;
}
header .wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none;
    padding: 0;
    width: 100%;
}
}
.page-template-page-no-title .wp-block-list{
    font-size: 19px;
    font-family: 'Inter';
    font-weight: 400;
    color: #333333;
}
.page-template-page-no-title p strong {
    font-weight: 700;
}
.page-template-page-no-title p {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 400;
}

