:root {
	--blue: #007bff;
	--red: #dc3545;
	--blue-hover:#007bffb8;
	--black:#222;
    --yellow:#ffc107;
}
.product_container  {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    line-height: 40px;
}

body {
    background-color: #f9f9f9;
}
.v_center {
	display:flex;
	align-items: center;
}
@media screen and (min-width: 768px){
	.product_container,.fixToTop {
	    width: 758px;
	}
}
@media screen and (min-width: 992px){
	.product_container,.fixToTop {
	    width: 982px;
	}
}
@media screen and (min-width: 1200px){
	.product_container,.fixToTop {
	    width: 1190px;
	}
}
@media screen and (min-width: 1440px){
	.product_container,.fixToTop {
	    width: 1430px;
	}
}
@media screen and (min-width: 1680px){
	.product_container,.fixToTop {
	    width: 1670px;
	}
}
.mb_8 {
	margin-bottom: 8px;
}
.general_specifications,.product_content,.tab_content {
	background-color:white;
	margin-bottom: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	padding:15px 0;
	font-family:vazir;
	
}
.general_specifications {
    min-height: 420px;
}
.general_specifications > .loading_before {
    height: 420px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_content {
    padding-top:0;
}
.fadeInAfterReady {
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
	-moz-transition:opacity 0.2s;
	opacity: 0;
}
.fadeInAfterReady.show{
	opacity: 1;
}
.other_single_image {
    height: 90px;
    width: 90px;
    -webkit-user-select:none;
    user-select:none;
    border: 2px solid transparent;
    padding:4px;
    border-radius: 5px;
    cursor:pointer;
    -webkit-transition:0.2s;
    transition:0.2s;
    -moz-transition:0.2s;
    -webkit-user-select:none;
    user-select:none;
}
.other_single_image:hover {
	border-color:var(--blue-hover);
}
.other_single_image.active {
	border-color: var(--blue);
}
.active_image_div {
	width: 100%;
	height:420px;
	text-align: center;
	margin-bottom: 20px;
}
.center {
	dipslay:flex;
	justify-content: center;
}
.active_image_div > img {
/*	height:100%;
	width:420px;*/
	max-height: 420px;
}
.other_images_nav_btn {
	height:90px;
	display:inline-flex;
	align-items: center;
	cursor:pointer;
	padding:0;
    -webkit-user-select:none;
    user-select:none;
    color: gray;
}
.other_images_nav_btn:hover {
	color:var(--blue);
}
.nav_left {
	justify-content:flex-start;
}
.nav_right {
	justify-content:flex-end;
}
.other_images_nav_btn > i {
    font-size: 40px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.owl-nav {
	display:none;
}
.zoomLens {
    border: none !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-radius: 50%;
}
.zoomContainer {
	cursor: none;
    min-height: 420px;
}
.product_name {
    color: #222;
    letter-spacing: 1px;
    font-size: 20px;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid gainsboro;
}
.gr {
	display:flex;
	align-items: center;
}
.prd_option_title {
	font-size: 13px;
	margin-left: 8px;
	color:dimgray;
    display: inline-block;
    min-width: 60px;
}
span.shild {
    display: inline-flex;
    height: 25px;
    width: 25px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.chck_shild_ic {
    position: absolute;
    font-size: 12px;
    color: white;
    text-shadow: -2px 3px 10px #111;
}
.sh_text {
    font-size: 15px;
    color: var(--blue);
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.prd_color_single {
	display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid silver;
    min-width: 65px;
    padding: 0 5px;
    height: 27px;
    border-radius: 4px;
    margin-left: 4px;
    font-size: 13px;
    color: #4e4e4e;
    cursor:pointer;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    -webkit-user-select:none;
    user-select:none;
}
.prd_color_single:hover {
	border-color:var(--blue-hover);
}
.prd_color_single.active {
	border-color: var(--blue);
}
span.prd_show_color {
    height: 12px;
    width: 12px;
    margin-right: 5px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.number_picker {
    width: 60px;
    height: 31px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    border: 2px solid silver;
    outline: none;
    pointer-events: none;
    /*font-family: monospace;*/
}
 
span.spinner {
    height: 31px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    flex-direction: row-reverse;
}
 
span.spinner > .sub,
span.spinner > .add {
    display: inline-flex;
    width: 31px;
    height: 100%;
    text-align: center;
    font-family: Lato;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 33px;
    color: gray;
    border: 2px solid silver;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    align-items: center;
    justify-content: center;
}
 
span.spinner > .add {
	top: 0;
	border: 2px solid silver;
	border-left: 0;
	border-radius: 0 4px 4px 0;
}
span.spinner > .sub:hover,
span.spinner > .add:hover {
	background: var(--blue);
	border-color:var(--blue);
	color: white;
}
.number_picker::-webkit-inner-spin-button, .number_picker::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.prd_size_single {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid silver;
    min-width: 40px;
    padding: 0 5px;
    height: 27px;
    line-height: 28px;
    border-radius: 4px;
    font-size: 13px;
    margin-left: 4px;
    color: #4e4e4e;
    cursor: pointer;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    -webkit-user-select: none;
    user-select: none;
}
.prd_size_single:hover {
	border-color:var(--blue-hover);
}
.prd_size_single.active {
	border-color:var(--blue);
}
span.prev_price {
    display: inline-flex;
    color: gray;
    font-size: 20px;
    align-items: center;
    font-weight: 400;
    text-decoration: line-through;
}
span.price {
    color: var(--blue);
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 500;
}
span.prd_r {
	font-size: 25px;
	line-height:25px;
	font-weight: normal;
}
span.discount {
    background-image: url(/htmls/Responsive/modules/product_advance/view/images/discount.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    min-width: 115px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    cursor: default;
}
.add_to_cart_div {
    -webkit-user-select:none;
    user-select:none;
}
.add_to_cart_btn {
	overflow: hidden;
    background-color: var(--blue-hover);
    position: relative;
    color: white;
    border-radius: 4px;
    padding: 4px 20px;
    display: inline-flex;
    align-items: center;
    justify-content:center;
    height:40px;
    width: 290px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    cursor:pointer;
}
.add_to_cart_btn > span.effect {
	position: absolute;
	height:100%;
	width: 100%;
	right:-90%;
	background-color: var(--blue);
	z-index: 1;
	-webkit-transition:0.3s;
	transition:0.3s;
	-moz-transition:0.2s;
}
.cart_title {
	position: relative;
	z-index:2;
}
.add_to_cart_btn:hover > span.effect {
	right:-25%;
}
.add_to_cart_btn > i {
    position: absolute;
    left: 10px;
    font-size: 20px;
}
.triangle_left {
    display: inline-block;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 38px solid var(--blue);
    border-bottom: 25px solid transparent;
    border-radius: 60%;
    position: absolute;
    left: -30px;
    top: -5px;
}
.blue_text {
	color:var(--blue);
}
.m_w_auto {
	min-width: auto;
}
p.op_title {
    font-size: 15px;
    /* letter-spacing: 1px; */
    font-weight: 500;
}
p.prd_option {
    color: #404040;
    font-size: 14px;
    display:flex;
    align-items: center;
}
p.prd_option::before{
    content: "\2022";
    color: var(--blue);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 20px;
    line-height: 20px;
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
p.prd_option > i {
    margin: 0 5px;
}
p.discount_to_wallet {
    font-size: 17px;
    letter-spacing: 1px;
    color: var(--black);
    font-weight: 500;
}
.discount_to_wallet i {
    color: var(--blue);
    font-size: 20px;
}
.flex {
	display:flex;
}
.show_all_params {
    font-size: 12px;
    margin-right: 20px;
    cursor:pointer;
    -webkit-user-select:none;
    user-select:none;
}
.show_all_params:hover {
	color:var(--blue);
	font-weight: bold;
}
.show_all_params > i {
	color:var(--blue);
	font-size:12px;
	padding:0 8px;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
	-moz-transition: transform 0.2s;
}
.show_all_params > i.rotate {
	-webkit-transform:rotateX(180deg);
	transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
}

.params.larger {
	height:420px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	-moz-transition: height 0.2s;
}
.params.show {
	height:auto;
}
.product_content > div > p {
	text-align: justify !important;
	line-height: 40px;
}
p.product_name_in_content {
    color: var(--black);
    font-weight: 500;
    letter-spacing: 1px;
}
p.product_name_in_content > span {
	color:var(--blue);
	letter-spacing: 0px;
	font-size: 13px;
}
ul.tabs {
	display:flex;
	background-color:#eee;
}
ul.tabs > li.tab_single {
    padding: 4px 8px;
    border: 5px solid #eee;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-user-select: none;
    user-select: none;
    min-width: 150px;
    text-align: center;
}
ul.tabs > li.tab_single:hover {
    color: var(--blue-hover);
    background-color: white;
}
ul.tabs > li.tab_single.active {
    color: var(--blue);
    background-color: white;
}
.product_tab_box {
    background-color: #eee;
    z-index: 999;
    position: static;
    top: -80px;
    -webkit-transition:0.3s;
    transition:0.3s;
    -moz-transition:0.3s;
}

.fix_helper {
    height:45px;
}
.fixToTop {
    position: fixed;
    top: 0px;
    box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
}
.show_content_tab_single {
    display:none;
}
.show_content_tab_single.active {
    display:block;
}
.loading_before {
    height: 60px;
    text-align: center;
    margin: 50px 0;
}
.loading_before > img {
    height: 60px;
}
.rv,.sp,.cm {
    padding: 30px 0;
}
.sp > ul > span {
    font-size: 18px;
    letter-spacing: 1px;
    color: black;
    margin-top: 20px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.sp > ul > span > i {
    color: var(--blue);
    margin-right: 5px;
}
.sp > ul > li {
    display:flex;
    margin-bottom: 3px;
}
.sp > ul > li > p.n {
    background-color: #eee;
    min-width: 350px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}
.sp > ul > li > p.c {
    background-color:#f7f7f7;
    width: 100%;
    padding: 5px 15px;
    border-right: 2px solid var(--blue);
    text-align: justify;
}
.section_1 {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.mb_5 {
    margin-bottom: 5px;
}
.user_content {
    font-size: 16px;
    color: var(--black);
}
.comment_note {
    resize: vertical;
    font-size: 16px;
    color: var(--black);
    line-height: 35px;
}
.send_comment {
    background-color: var(--blue-hover);
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition:0.3s;
    transition:0.3s;
    -moz-transition:0.2s;
}
.send_comment:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    background-color:var(--blue);
    color:white;
}

p.set_comment_title {
    font-size: 25px;
    margin-bottom: 15px;
}
.stars {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px;
    padding: 4px 15px;
    border-radius: 50px;
}
.star {
    cursor: pointer;
}
.star > i {
    color:#cccccc;
    font-size: 30px;
    -webkit-transition:0.2s;
    transition:0.2s;
    -moz-transition:0.2s;
}
.star.hov > i,.star.active > i {
    color:#ffc000;
}
.btn_open_comment_form {
    background-color: white;
    border: 2px solid var(--blue);
    color: var(--blue);
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    height: 50px;
    width: 250px;
    position: relative;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -moz-transition: background-color 0.2s;
}
.btn_open_comment_form:hover {
    background-color: var(--blue);
    color:white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-color: transparent;
}
.btn_open_comment_form:active, .btn_open_comment_form:focus {
    outline: none;
    text-shadow: 0 0px 2px rgba(0,0,0,0.2);
}
.btn_open_comment_form > i {
    position: absolute;
    left: 15px;
    top: 0px;
    font-size: 25px;
    line-height: 47px;
}
.btn_open_comment_form > span {
    line-height: 45px;
    display: block;
}
.send_new_comment{
    display:none;
}
.btn_close_comment_form {
    color: var(--red);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: 2px solid var(--red);
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    padding: 0 20px;
    border-radius: 50px;
}
.btn_close_comment_form:hover {
    background-color:var(--red);
    color:white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-color: transparent;
}
.worng {
    background-color: #ffe2e2eb;
}
.comment_single {
    padding: 5px 15px;
    background-color: #f7f7f7;
    margin-bottom: 15px;
}
p.comment_top_content {
    direction: rtl;
    border-bottom: 1px solid silver;
}
span.user_name {
    float: right;
    color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
}
span.date {
    float: left;
    font-size: 14px;
    color: #4f4f4f;
}
span.comment_line {
    margin: 0 8px;
    color: darkgray;
}
span.vote {
    display: inline-flex;
}
span.vote > i {
    color:#cccccc;
}
span.vote > i.active {
    color:#ffc000;
}
p.comment_show {
    line-height: 27px;
    font-size: 15px;
    text-align: justify;
}
.send_new_comment {
    /*display: block;*/
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    padding: 15px;
}
.set_new_comment_true {
    display:none;
    background-color: #dff0d8;
    border-radius: 4px;
    margin-top: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    color: var(--black);
    font-weight: 500;
}
p.commend_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
p.commend_title > span {
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    margin: 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.col-xs-12.form_comment_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h4.empty_comments {
    text-align: center;
    font-size: 22px;
    color: gray;
    font-weight: 500;
}
.similar_products .gp_section {
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.similar_products .gp_section:hover .gp_name_effect{
    right:0px;
    top:0;
    bottom:0;
    opacity:1;
}
.similar_products .gp_section:hover .gp_n2{
    color:white;
}
.similar_products .gp_name {
    background-color: #f5f5f5;
    border-right: 4px solid var(--blue);
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.similar_products .gp_name_effect {
    background-color: var(--blue);
    width: 100%;
    position: absolute;
    right: -100%;
    top: 5px;
    bottom: 5px;
    -webkit-transition:0.3s cubic-bezier(0.29, 0.88, 0.54, 1.35);
    transition:0.3s cubic-bezier(0.29, 0.88, 0.54, 1.35);
    opacity: 0;
    z-index: 1;
}
.similar_products .gp_name > span.gp_n {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    position:relative;
    /*overflow: hidden;*/
    display: inline-block;
    padding: 0 20px;
}
.similar_products .slider_btns {
    display: inline-flex;
    justify-content: space-between;
    margin: 0 15px;
}
.similar_products .slider_btns > span {
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition:0.2s;
    transition:0.2s;
    cursor:pointer;
    -webkit-user-select:none;
    user-select:none;
}
.similar_products .slider_btns > span:hover {
    box-shadow: 0 0px 3px var(--blue);
}
.similar_products .slider_btns > span > i{
    font-size: 34px;
    color: var(--blue);
}
.similar_products .gp_n2 {
    position:relative;
    z-index:2;
    color:#535353;
}
.similar_products .img_div {
    display: flex;
    justify-content: center;
    position: relative;
}
.similar_products .img_div > img{
    max-width:210px;
    max-height:210px;
}


.similar_products .items {
    background-color: white;
}
.similar_products .price {
    color: green;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}
.similar_products .name {
    color: #4c4c4c;
    font-size: 13px;
    letter-spacing: 0px;
    height: 70px;
    text-align: center;
    margin-top: 8px;
    line-height: 24px;
}
.similar_products .product_single {
    padding: 4px 10px;
}
.similar_products .prd_f {
    margin: 8px 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 5px;
    position: relative;
}
.similar_products .prd_f:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.similar_products .owl-nav {
    display:none;
}
.similar_products .owl-dots {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.similar_products .owl-dot {
    height: 8px;
    width: 8px;
    background-color: silver;
    margin: 0 4px;
    -webkit-transition:0.2s;
    transition:0.2s;
}
.similar_products .owl-dot.active {
    background-color: gray;
}
.similar_products .empty_stock {
    color: var(--red);
    text-align: center;
    letter-spacing: 1px;
}
.similar_products .price_before_discount {
    color: gray;
    font-size: 13px;
    text-decoration: line-through;
    text-align: center;
}
.similar_products span.discount {
    background-image: url(/htmls/upload/image/discount.png);
    background-position: center;
    background-size: cover;
    height: 50px;
    width: 50px;
    min-width: unset;
    position: absolute;
    left: 10px;
    top: -5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.similar_products p.discount_content {
    position: relative;
    text-align: center;
    line-height:13px;
}
.similar_products .product_colors {
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    flex-direction: column;
}
.similar_products .product_colors > span {
    height: 10px;
    width: 10px;
    margin: 1px 0;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.empty_stock_in_show {
    display: flex;
    margin-top: 60px;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.empty_stock_in_show i {
    color:var(--red);
    font-size: 30px;
    line-height: 30px;
    margin-left: 8px;
}
.product_vote > .vote i.fa-star-half-o {
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}
.product_vote > .vote i {
    color:var(--yellow);
    font-size: 30px;
    text-shadow: 0 2px 0px rgba(0,0,0,0.2);
}
.reply_title {
    display:block;
    border-top: 1px solid silver;
}
.replys {
    border-right: 1px solid silver;
    margin: 0 50px;
}
.replys > p {
    display: flex;
    align-items: center;
}
.replys > p > .line {
    border-bottom: 1px solid silver;
    width: 25px;
    margin-left: 10px
}