/*
Theme Name: grindwheel Theme
Theme URI: https://wordpress.org/themes/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

.social-links li {
    display: inline-flex;
}

.social-links {
    margin-bottom: 0;
}

.social-links li a {
    color: #e53239;
}


.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}



/*comment  form*/


.comment-reply-title {
    font-size: 18px;
}

div#respond label {
    display: block;
}

div#respond input,
div#respond textarea {
    width: 100%;
}

p.comment-form-cookies-consent input {
    width: 15px !important;
}

p.comment-form-cookies-consent {
    position: relative;
    padding-left: 30px;
}

p.comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 10px;
    min-height: auto !important;
}

form#commentform {
    display: flex;
    flex-direction: column;
}

p.comment-notes {
    order: 1;
}

p.comment-form-comment {
    order: 5;
}

p.comment-form-author {
    order: 2;
}

p.comment-form-email {
    order: 3;
}

p.comment-form-url {
    order: 4;
}

p.comment-form-cookies-consent {
    order: 6;
}

p.form-submit {
    order: 7;
}

/*==============*/

.comment-author.vcard a img {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    border-radius: 50%;
    margin-right: 15px;
}

span.comment-reply a {
    background: transparent;
    /* color: #d3b7df; */
}

.depth-2 {
    padding-left: 60px;
}

form#commentform {}

div#respond {
    margin-top: 30px;
}

input#wp-comment-cookies-consent {
    position: absolute;
    top: 0;
    height: 22px !important;
}

input#submit {
    width: auto !important;
    height: auto !important;
    padding: 12px 30px !important;
    background: linear-gradient(120deg, #e53239 0%, #e53239 100%) !important;
    color: #fff !important;
    border-radius: 40px !important;
    cursor: pointer;
    box-shadow: 0 5px 35px -16px #000000 !important;

}

.comment {
    padding-bottom: 15px;
}


.about-page-images {
    display: flex;
    align-items: center;
    height: 100%;
}

.about-page-images img {
    height: 100%;
    object-fit: cover;
}

/**/


.icon-box-info-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #F7B107;
}

.nav-pills .nav-link {
    border-radius: 0;
}

/*=====*/

.xoo-wsc-modal {
    display: none;
}


.blog-grid-v1 .blog-item .entry-content .main-btn:hover {
    background: #182f59;
}



.panel-title a[aria-expanded="false"]:before {
    content: "\f067";
    position: absolute;
    right: 0;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Font Awesome 5 Pro';
}

.panel-title a[aria-expanded="true"]:before {
    content: "\f068";
    position: absolute;
    right: 0;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Font Awesome 5 Pro';
}



.panel-title a {
    position: relative;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
    color: #555;
}


.sidebar-widget-area.products-sidebar .panel-group {
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
}


.panel-title a {
    font-size: 18px;
    color: #333;
}


.mail-btn.btn.btn-light.btn-rounded.btn-v-4.btn-h-2.font-weight-semibold:focus,
.mail-btn.btn.btn-light.btn-rounded.btn-v-4.btn-h-2.font-weight-semibold:active {
    background: #F7B107;
    color: #fff;
    border-color: #F7B107;
}

@media screen and (max-width:767px) {
    .shop-img img {
        height: 200px !important;
        padding: 10px
    }
}



/*.hero-slide .slide-box a {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

.cart {
    margin-top: 25px;
}


.related.products {
    display: none;
}

.details-content-box table.table.table-bordered tr:nth-child(1),
.details-content-box table.table.table-bordered tr:nth-child(2) {
    background: #172F5C;
    color: #fff;
    font-size: 18px;
}

.details-content-box table.table.table-bordered tr td {
    vertical-align: middle;
}

.shop-details-section table.table.table-bordered tr td {
    text-align: center;
}

body.xoo-wsc-cart-active,
html.xoo-wsc-cart-active {
    overflow: auto !important;
}


.single-product div.woocommerce-notices-wrapper {
    pointer-events: auto;
}

#comment {
    min-height: 100px;
}


/* ====10/-8/2021===== */


.cartcontents {
    position: relative;
}

/* .cartcontents:before {
    content: "";
    position: absolute;
    right: 0;
    width: 40px;
    height: 35px;
    background: #fff;
} */

/* .sidebar-menu li:last-child {
    margin-left: 0 !important;
} */


.wpmenucart-icon-shopping-cart-0:before {
    content: "\f217";
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
}


.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    color: #f7b107;
}