/*!
Theme Name: tehrunclub
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tehrunclub
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 with others.

tehrunclub is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/

/* Component stylesheets are now enqueued in functions.php (tehrunclub_scripts),
   in the same order, instead of being chained here with @import. This lets the
   browser download them in parallel and adds cache-busting, with no change to
   the cascade order or the visual result. */
/* Ali Royall */
#route-content{
	display:block !important;
}
.fontcolorpink{
    color: #eb7e93 !important ;
}
.fontcolorCyan{
    color: #21b094 !important ;
}
.fontcolorGreen{
    color: #6c79e0 !important ;
}
/* form chalesh*/
.formchalesh{
	font-size: 30px !important;
    color: red !important;
}
#gform_next_button_165_66{
	background-color: #ffc107 !important;
    border-color: #ffc107 !important; 
	  display: inline-block !important;
    font-weight: 400 !important; 
	vertical-align: middle !important; 
	border: 1px solid transparent !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
    transition: color .15s !important; 
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-variation-wrap-select-wrap .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    width: 100%;
}
#gform_next_button_165_66:hover{
	    color: #fff !important;
    background-color: #19B296 !important;
	border-color: #19b296 !important;
} 
#gform_previous_button_165{
	background-color: #ffc107 !important;
    border-color: #ffc107 !important; 
	  display: inline-block !important;
    font-weight: 400 !important; 
	vertical-align: middle !important; 
	border: 1px solid transparent !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
    transition: color .15s !important; 
}
#gform_previous_button_165:hover{
	    color: #fff !important;
    background-color: #19B296 !important;
	border-color: #19b296 !important;
}
/* form hamkari */
@media only screen and (max-width: 800px) {
#gfield_upload_rules_181_66{
  font-size:8px ;
}
}
#input_181_66{
	width:99%;
}
#gfield_upload_rules_181_66{
	width:1%;
}
#gfield_upload_rules_181_66{
	
    display: none !important;

}
/*end*/
/* hossein */
.woocommerce-product-details__short-description {
	text-align:justify;
	margin-top:40px;
}
.mydsc  {
	/* The original `font-family: 'IRANSansWeb' !mportant;` was misspelled, so
	   browsers have always discarded it and .mydsc inherits its font. Removed
	   rather than corrected, because making it valid would change how these
	   elements render. Re-add it as a proper `!important` if that is wanted. */
	line-height: 1.8;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	
margin: 0 1px;
font-weight: 600;
 padding: 0px 8px;
} 
#classtax {
	color:red;
	padding-bottom:10px;
}
/* table in Products */

.runtable {
    width:100%;
   
}
.runtable tr 
{
    border: 1px solid #CCC;
    text-align: center;
}
.runtable td 
{
    text-align: center;
}
.runtable tr:nth-child(even) {
    background: #fbf4f4;
}


/* for button in mobile view */
@media only screen and (max-width: 600px) {
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt {
	display:inline-block;
	width:100%;
}
}

#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
	color:white !important;
}

#about-content .content {
	font-family: 'IRANSansWeb';
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    font-weight: 400;
}
.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0;
    display: initial;
}
dl.variation dt {
    display: none!important;
}
dd.variation-::after {
    content: "-";
}
dd.variation-:last-child:after {
    content: "";
}
p#billing_country_field {
    display: none;
}

.woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
    margin: 0;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .left-col {
    display:flex
}

}
@media only screen and (max-width: 768px) {
	.mobileTab h4 {
    font-size: 16px !important;
}
}
/* Form */
.text-red-bold { color:red; font-weight:bold; }
/* .form-mr-15 previously read `margin: 15px !importat 0;` — misspelled, so the
   declaration has always been discarded and the class has no effect. Left
   inert on purpose; correcting it would introduce new spacing. */
.form-mr-15 { }
.register-buttom-disc{
	text-align:justify!important;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-variation-button-select {
    width: unset!important;
}
.Acctitle h4 {
    font-size: 16px !important;
}
@media only screen and (max-width: 768px){
    .reverse-row {
    flex-direction: column-reverse;
}
}
a.button.product_type_simple{
display:none !important;
}