@CHARSET "UTF-8";
/**
 * @package    joominaproduct
 * @subpackage CSS
 * @author     رایان نگار پارس {@link http://rayannegarpars.ir/}
 * @author     Created on 28-Oct-2018
 * @license    GNU/GPL
 */

.products{
	
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-top: 10px;
	background: #FFF;
	height: 420px;
	position: relative;
		-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;

	
}

.products:hover{
	
	 box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.products_inside{
	
	width: 95%;
	margin: 0 auto;
	max-height: 500px;
	
}

.products > img{
	
	text-align: center;
	margin: 0 auto;
	width: 100%
}

.products_inside p{
	
	text-align: justify;
	padding: 10px 0
}

.products_inside h2{
	
	background: #e83f50;
	padding: 8px 8px 8px 0;
	font-size: 16px !important;
	color: #FFF;
	border-radius: 3px 
	
}

.product-btn{
	
	float: left;
	font-weight: bold !important;
	position: absolute;
	bottom: 10px;
	left: 10px
	
}

.product-btn a{
	
		color: #434343 !important;

}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
	
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	font-family: 'joomina'
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


.product_detail{
	
	background: #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	
}

.product_detail_inside{
	
	width: 95%;
	margin: 0 auto;
	padding: 20px 0
}

.detail-cover > img{
	
	 box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	 width: 100%
}
 
.product_detail h2{
	
	color: #e83f50
}

.product_detail_inside h1{
	
	color: #e83f50;
	font-size: 20px
}

.product_detail p{
	
	text-align: justify
}

.img_thumb{
	
	margin: 0 auto
}

.img_thumb img{
	
	margin-bottom: 10px
}

.tabcontent > a.btn.btn-default{
	
	background: #e83f50;
	color: #FFF
	
}

.support{
	
	float: left;
	position: relative;
	bottom: 0;
}

.support > .btn.btn-default{
	
	background: #27ae60;
	color: #FFF;
	padding-top: 0 !important;
	font-family: 'joomina'
	
}

.support i.material-icons{
	
	margin-left: 5px
}

.tabcontent > p{
	
	padding: 0 10px
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
	margin: 0 auto;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background: #e83f50;
}

.modal-header h2{
	
	color: #FFF;
	font-size:16px;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

button#refresh.captcha_refresh{
	
	background: none;
	border: none
}

.captcha_code{
	
	background: none;
	border: none;
	font-size: 30px;
	width: 17%
}

#captcha_error{
	
	color: red;
	font-weight: bold;text-align: center;
	font-size: 14px
}

.signup_product{
	
	float: left;
	width: 20%;
	font-family: 'joomina'
}

input.form-control,textarea.form-control{
	
	font-family: 'joomina' !important
}

.alert.alert-message{
	
	background:green ;
	color: #FFF;
	font-weight: bold
}

.alert.alert-notice{
	
	background:blue ;
	color: #FFF;
	font-weight: bold
}

.number-in-cat{
	
	color:#434343 !important;
	font-weight:bold !important;
	float:left;
	background: #FFF;
	padding: 10px
	
}

.pagination > li a{
	
	color:#434343 !important;
	
}

.number-in-cat {
	margin-top:30px}


.category_list{
	
	background: #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
	
}

.category_list:hover{
	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;

}

.category_list img{
	
	width: 100%
}

.category_list h2{
	
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	word-break:inherit
	
}

.category_list a,.category_list:hover a{
	
	color: #e83f50
}

#tab1 table{
	
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

#tab1 table tr td{
	
	padding: 10px 0;


}

.table-striped > tbody > tr:nth-of-type(2n+1){
	
	background:#ECC2C2 !important
}

.product_detail h1 span a{
	
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-family: 'joomina';
	text-decoration: underline;
	line-height:30px;
}


.product_detail span{
	
	font-size: 14px;
	color: #000;
	
}




