/*!
Theme Name: riwatt
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: riwatt
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

riwatt is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
#comments input#submit {
    color: #fff;
    background-color: #ee1d23;
    border-color: #ee1d23;
	width: 23%;align-content}

.left-sidebar .product-cat li a:before{
	position: unset;
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 16px;
     padding-right: 10px;
	
}
.left-sidebar .product-cat ul li a {
    COLOR: #000;
    padding: 8px 0;
    border-bottom: none;
    display: block;
    margin-bottom: 3px;
}
.left-sidebar .product-cat ul li a:hover{
	border-bottom:none;
}
.left-sidebar h3 {
     font-size: 20px;
    text-align: center;
    padding: 13px 6px;
    /* border-left: 5px solid red; */
    /* margin-bottom: 24px; */
    background: #ee1d23;
    color: #fff;
}
.view-more .btn-red {
    background: #ee1d23;
    color: #fff;
    text-decoration: none;
    padding: 8px 13px;
    transition: all .3s;
    border-radius: 20px;
}

.is_mobile #mnmwp-main-menu #mnm-menu-button button.btn.menu-btn {
    background: none;
    padding: 5px;
    position: absolute;
    left: 7px;
    /* right: 100%; */
    top: -45px;
}
#mnmwp-main-menu {
    margin: 0 auto;
    padding-left: 152px;
}
ul.product li.active a {
    color: red;
}

.menu-item-has:hover .sub-menu {
    display: block;
}

.menu-item-has .sub-menu {
    display: none;
}

.menu-item-has-children ul.sub-menu {
    display: none;
}

.menu-item-has-children:hover ul.sub-menu {
    display: block;
    /* position: absolute; */
    /* width: 300px; */
    /* z-index: 9999; */
}
.news-caption p a {
    background: #ee1d23;
    margin: 0;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    transition: .3s;
    display: inline-block;
    border-radius: 20px;
}
.btn-red, .btn, .submit {border-radius: 50px;}


@media (max-width: 767px) {
form.search-form.d-flex {
   
    margin-top: 0;
    padding-bottom: 13px;
} 
    
}
/* ul.sub-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0 !important;
   
    top: 74%!important;
} */
#menu-menu-1 ul.sub-menu.dropdown-menu {
    top: 100%;
    background: #ffffff;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
#menu-menu-1 ul.sub-menu.dropdown-menu>li>ul.sub-menu.dropdown-menu{
	top:0;
}
.product>li>ul.sub-menu.dropdown-menu {
    top: 0;
}
.product>li:hover{background: #fff;}
.left-sidebar .product-cat .product>li:hover>a{color:#ee1d23;}
.left-sidebar .product-cat .product>li:hover>a:before{color:#ee1d23;}
.product>li>ul.dropdown-menu{left: 100%;width: 350px;}
ul.sub-menu.dropdown-menu .menu-item ul {
    top: 0% !important;
}
.product>li>ul.dropdown-menu>li:hover a{color: #d80000;}
#mnmwp-main-menu ul ul li a {
   
  padding: 5px 15px !important;
   width: 250px;
   font-size: 15px;
   text-decoration: none;
   color: #dddddd;
   font-weight: 400;
   background: #333333;
   font-size: 15px !important;
   line-height: 25px;
}
.slider-caption .col-md-6 .left {padding-top:25%; }
#mnmwp-main-menu li:hover > ul > li {
  height: auto !important;
}
ul.sub-menu a.nav-link {
    padding: 10px 20px !important;
    border-bottom: 1px solid #efefef;
}
.post-navigation .nav-links {
    justify-content: flex-end !important;
}

.woocommerce ul.products li.product{margin: 0 15px 30px;  background: #fff;  border: 1px solid #eee;  padding: 10px; min-height: 410px;}
.woocommerce h2::before, .woocommerce h2::after {display:none}
.woocommerce ul.products li a{color:#222;}
.woocommerce h2{text-transform:capitalize}
.button {background: #f44336 !important;color: #fff!important;border-radius: 50px!important;transition:all 0.3s;}
.button:hover{background: #000!important;transition:all 0.3s;}
.post-navigation .nav-links span.nav-title {
    display: none;
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0 !important;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0 1px !important;
} 
.product-card-new {

    min-height: 442px;
}
.releted-product-slider .slick-slide {
    background: #f4f4f4;
    box-shadow: rgb(0 0 0 / 6%) 0px 3px 12px;
    min-height: 346px !important;
}

.list-group-item .product-card-new {
    min-height: auto !important;
}

.hot-tag ul li a {
    list-style: none;
    background: red;
    padding: 4px 12px;
    border-radius: 6px;
    margin: 4px 4px !important;
    color: #fff;
    font-size: 13px;
    display: inline-block !important;
}

.hot-product a {
    background: #ee1d23;
    color: #fff;
    text-decoration: none;
    padding: 13px 20px;
    text-align: center !important;
    transition: all .3s;
	border-radius:20px;
}
.hot-product a:hover{
	background:#000;
}
.hot-product {
    text-align: center;
    padding-top: 10px;
}
.news-card h3 a {
    color: #000;
}


@media only screen and (max-width: 600px) {
 .wp-pagenavi a, .wp-pagenavi span{
  padding: 5px !important;
}
.collapse:not(.show) {
    display: block;
}
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff !IMPORTANT;
}


/* language */
	.page_language{position: relative;margin-left: auto;text-align: left;width: 60%;height: 56px;line-height: 56px;}
	.page_language .show{color: #000; padding: 0 25px; cursor: pointer; height: 100%; text-transform: uppercase;}
	.page_language .show .icon{margin-right: 8px;}
	.page_language .hide{position: absolute;left: 0;top: 56px;width: 400px;border-radius: 0 0 6px 6px;background: #fff;border: 1px solid #efefef;border-top: none;display: none;z-index: 300;}
	.page_language .hide .gtranslate_wrapper{/* height: 272px; */overflow: hidden;box-sizing: border-box;padding: 12px;display: flex;flex-direction: row;flex-wrap: wrap;}
	.page_language .hide .gtranslate_wrapper a.glink{display: flex;align-items: center;width: 33%;padding:  0 8px;font-size: 13px;border-radius: 6px;height: 32px;color: #000;}
	.page_language .hide .list .gtranslate_wrapper a.glink span{display: block;margin-left: 5px;}
	.page_language .hide .list .gtranslate_wrapper a.glink:hover{background: #f9f9f9;}
	.page_language .hide .gtranslate_wrapper.all{height: auto;}
	.page_language .hide .more{text-align: center; padding: 16px; cursor: pointer;}
	.page_language:hover .show{ color: #000;}
	.page_language:hover .hide{display: block;}     

.page-nav{margin-bottom:50px;} 
.page-nav .woocommerce-breadcrumb>a{ color: #f44336;}


.faq-section{background: #f8f8f8;}
.faq-section .item{background: #fff; margin-bottom: 16px; padding: 16px; border-radius: 12px; cursor: pointer;transition: all .3s;}
.faq-section .item:hover{ box-shadow: 0 3px 3px 3px #666;transition: all .3s;}
.faq-section .item .top{ display: flex; align-items: center; justify-content: space-between;}
.faq-section .item .title{font-size: 16px; font-weight: bolder;}
.faq-section .item .btn{background: url(./assets/img/hr_li_close.png) no-repeat; width: 36px; height: 36px;}
.faq-section .item .content{display: none; padding: 32px;}
.faq-section .item .content p{line-height: 180%; color: #666; font-size: 16px; margin-bottom: 16px;}
.faq-section .item.show .content{display: block;}
.faq-section .item.show .btn{background: url(./assets/img/hr_li_add.png) no-repeat; width: 36px; height: 36px;}
.customers-section{background-color: #f3f3f3;}
.testimonial_content{background-color:#f5f0eb;padding:15px 25px;border-radius:20px;transition:all 0.5s;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size: 35px;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size: 35px;}
.customers_swiper .slide_img{width:56px;height:56px;overflow:hidden;}
.customers_swiper .slide_img img{width:100%;height:100%; transition: all 0.5s;cursor:pointer;}
.customers_swiper .slide_img:hover img{transform:scale(1.1); transition: all 0.5s;}
.customers_swiper .text-size-small{color:#666;font-size:14px;margin:5px 0;}
.customers_swiper .text-size-regular{font-size:15px;color: #5f5f5f;line-height: 28px;}
.product-section .woocommerce-loop-product__title{
	height: 75px;
	line-height: 24px;
	overflow: hidden;
	padding:0 !important;
}
.testimonial_content:hover{
	background-color:#e4e4e4;
	cursor:pointer;
	transition:all 0.5s;
}

.product-page-section .about_more{
	font-family: Roboto-Bold;
    color: #ffffff;
    background-color: #ee1d23;
    font-size: 18px;
    border-radius: 23px !important;
    text-align: center;
    padding-left: 48px;
    padding-right: 48px;
    height: 46px;
    line-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
	width: 100%;
	cursor: pointer;
}
.about_more:hover {
    color: #ee1d23;
    border: 1px solid #ee1d23;
    background:#fff;
}
.global_inquiry_alert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .6);
    z-index: 10006;
    display: none;
}

.global_inquiry_alert .global_inquiry_alert_box {
    width: 675px;
    max-height: 70vh;
    background-color: #f4f4f8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    z-index: 10001;
   
    transition: all 0.3s;
}


.global_inquiry_alert .global_inquiry_alert_box>.close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transform: rotate(45deg);
    z-index: 1;
}

.global_inquiry_alert .global_inquiry_alert_box>.close::before {
    content: '';
    width: 26px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #343434;
}

.global_inquiry_alert .global_inquiry_alert_box>.close::after {
    content: '';
    width: 2px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #343434;
}

.global_inquiry_alert .container {
    overflow: auto;
    height: 100%;
}

.global_inquiry_alert .container::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    border-radius: 5px;
}

.global_inquiry_alert .container::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.global_inquiry_alert .container::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

.global_inquiry_alert .top {
    background-color: #fff;
    padding: 50px 40px 10px 40px;
    text-align: center;
}

.global_inquiry_alert .top .title {
    font-size: 36px;
    color: #000;
}

.global_inquiry_alert .top .brief {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-top: 10px;
}

.global_inquiry_alert .bottom {
    padding: 0px 40px 40px 40px;
}

.global_inquiry_alert .bottom .wpcf7-submit {
    width: 100%;
    background-color: #1a1d22;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 22px 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.global_inquiry_alert .form_wrapper .field_0 {
    display: flex;
    align-items: left;
    justify-content: space-between;
    flex-wrap: wrap;
}

.global_inquiry_alert .form_wrapper .field_0 .rows {
    margin-left: 0;
    width: 48%;
}

.global_inquiry_alert .form_wrapper .code_box {
    align-items: center;
}

.global_inquiry_alert .form_wrapper .code_box img {
    margin-left: 4%;
    transform: none;
    border-radius: 3px;
}

.global_inquiry_alert .form_wrapper .input_txt {
    height: 46px;
    line-height: 46px;
}

.global_inquiry_alert .form_wrapper .textarea_txt {
    height: 100px;
}

.global_inquiry_alert .form_wrapper .button_rows {
    width: calc( 100% - 80px );
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 10;
}

.global_inquiry_alert .form_wrapper .field_box {
    padding-bottom: 80px;
}
.form_wrapper .input_box p{width: 100%;}










@media only screen and (max-width: 767px) {
.page_language{width:100%;}

 .faq-section .item .title{
    font-size:15px;
}
.faq-section .item .content p{
    font-size:15px;
}
.faq-section .item .btn{
    width:28px;
    height:28px;
    border-radius: 0;
    background: url(../assets/img/hr_li_close.png) no-repeat;
    background-size:100%;
    }
.faq-section .item.show .btn{
    background: url(../assets/img/hr_li_add.png) no-repeat;
    background-size:100%;
    width:28px;
    height:28px;
    border-radius: 0;
}
 .global_inquiry_alert .global_inquiry_alert_box {
        width: 90%;
    }

    .global_inquiry_alert .global_inquiry_alert_box>.close {
        width: 40px;
        height: 40px;
    }

    .global_inquiry_alert .global_inquiry_alert_box>.close::before {
        width: 20px;
    }

    .global_inquiry_alert .global_inquiry_alert_box>.close::after {
        height: 20px;
    }

    .global_inquiry_alert .top {
        padding: 40px 20px 20px 20px;
    }

    .global_inquiry_alert .top .title {
        font-size: 24px;
    }

    .global_inquiry_alert .top .brief {
        font-size: 12px;
    }

    .global_inquiry_alert .form_wrapper .input_txt {
        height: 40px;
        line-height: 40px;
    }

    .global_inquiry_alert .bottom {
        padding: 0 20px 30px 20px;
    }

    .form_wrapper .input_txt {
        height: 45px;
        line-height: 45px;
        border-radius: 5px;
        padding: 0 10px;
    }

    .form_wrapper .textarea_txt {
        height: 100px;
        padding: 10px;
        border-radius: 5px;
    }

    .form_wrapper .form_tool_img_box {
        padding: 0 10px 10px 10px;
        border-radius: 5px;
    }

    .form_wrapper .form_tool_img_box .upload_box {
        width: 80px;
        height: 80px;
        margin: 10px 10px 0 0;
    }

    .form_wrapper .form_tool_img_box .upload_box .pic_box {
        width: 80px;
        height: 80px;
    }

    .form_wrapper .form_tool_img_box .upload_file {
        width: 80px;
        height: 80px;
    }

    .form_wrapper .global_select_box {
        line-height: 40px;
    }

    .form_wrapper .global_select_box .input_case {
        height: 40px;
        padding: 0 10px;
        border-radius: 5px;
    }

    .form_wrapper .field_checked_box {
        padding: 15px 10px 0 10px;
        border-radius: 5px;
    }

    .form_wrapper .field_checked_box .item {
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .form_wrapper .field_checked_box .input_checkbox_box {
        margin-right: 20px;
    }

    .global_inquiry_alert .bottom .wpcf7-submit {
        padding: 15px 20px;
        font-size: 16px;
        border-radius: 5px;
    }

    .global_inquiry_alert .form_wrapper .field_box {
        padding-bottom: 56px;
    }

    .global_inquiry_alert .form_wrapper .button_rows {
        width: calc( 100% - 40px );
    }

    .global_inquiry_alert .form_wrapper .field_0 .rows {
        width: 100%;
    }

    .global_inquiry_alert .form_wrapper .code_box .input_txt {
        width: 100%;
        flex: 1;
    }	
	
	
	
	
	
}





