/*
theme name: 78 Shop
version: 1.0
Author: 
Author URI: 
Desctiption:
*/
.row {
    margin-left: 0;
    margin-right: 0;
}
.post-single ol,.post-single ul {
	padding:5px 25px;
}
span.amount {
    font-family: IRANSans !important;
}
/*
= styles cats products
-----------------------------------------*/
.list-product-num .container_product_cats .list-product .part-product-item .content-pro {
	height: 300px;
    padding-top: 25px;
    border-radius: 10px 10px 0 0;
}
.list-product-num .container_product_cats .list-product .part-product-item .content-pro h3 {
	font-size: 12px;
}
.list-product-num .container_product_cats .box_title_cats .btn_links_cat {
	display: block;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 8px;
    margin-top: 15px;
    vertical-align: middle;
    width: 150px;
    margin: 15px auto 0;
	transition:all .3s;
}
.list-product-num .container_product_cats .box_title_cats .btn_links_cat:hover {
	background:#fff;
	color:#444;
}
.list-product-num .container_product_cats .box_title_cats .btn_links_cat i {
	vertical-align: middle;
    font-size: 12px;
    padding-right: 10px;
}
.list-product-num .container_product_cats .list-product .part-product-item .cost-pro {
    text-align: left;
    direction: ltr;
    padding-left: 15px;
	border-radius: 0 0 10px 10px;
	
}
.list-product-num .container_product_cats .list-product .part-product-item .cost-pro del span.amount bdi,
.list-product-num .container_product_cats .list-product .part-product-item .cost-pro del{
	color:#aaa !important;
}
.list-product-num .container_product_cats .list-product .part-product-item .cost-pro ins span.amount bdi {
	color:#000;
	font-size: 19px;
    text-align: left;
    display: block;
    margin-left: 5px;
}
.container_product_cats {
    padding: 30px 10px;
	border-radius:8px;
}
.back_blue { background:#29508A; }
.back_red { background:#ED1C24; }
.list-product-num .container_product_cats .box_title_cats h2 {
	font-size: 20px;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #fff;
}
.list-product-num .container_product_cats .list-product .slick-next:before,
.list-product-num .container_product_cats .list-product .slick-prev:before{
	width:40px;
	height:60px;
	font-size:32px;
	line-height:57px;
	border:0;
	box-shadow: 1.5px 0 4px 0 rgba(0,0,0,.15);
}
.list-product-num .container_product_cats .list-product .slick-next:before {
	border-radius:6px 0 0 6px;
}
.list-product-num .container_product_cats .list-product .slick-prev:before {
	border-radius:0 6px 6px 0;
}
.category-product .catItemBox {
	margin-bottom:15px;
}
.offprice_pro {
	background: #FA344D;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    padding: 2px 4px;
    margin-right: 10px;
}

/*
= offer block
-------------------------------*/
.offer_block {
	padding:25px 0;
}
.offer_inner_content {
	background:#fff;
}
.block_boxes {
	border:1px solid #e7e7e7;
}
.nav_offer {
    background: #fcfcfc;
    min-height: 365px;
    border-right: 1px solid #eee;
    padding: 15px 0;
	border-radius: 5px 0 0 5px;
	bottom:0;
	z-index:6;
}
.nav_offer li {
    list-style: none;
    text-align: center;
	position: relative;
	transition:all .2s;
}
.nav_offer li a {
    display: block;
    padding: 4px 5px;
    z-index: 99;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #666;

}
.nav_offer li:hover {
	background:#f5f5f5;
}
.nav_offer li.active{
    background: #ff5252;
}
.nav_offer li.active a {
	color: #fff;
}
.nav_offer li.active:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border: 22px solid #ff5252;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 30px solid transparent;
}
.title_price_offer {
    color: #D50000;
    display: block;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}
#archive_special_offer {
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #f5f5f5;
    border-radius: 0 0 5px 5px;
    background: #fdfdfd;
}
#archive_special_offer .btnLink_more {
	font-weight: normal;
    background: #3498DB;
    color: #fff;
    line-height: 25px;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
#archive_special_offer .btnLink_more:hover {
	background:#2980B9
}
.content_offer, .image_offer {
	padding:25px 15px 15px;
}
.price_wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-bottom: 25px;
}
.price_wrapper span,
.price_wrapper del,
.price_wrapper ins{
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    position: relative;
	text-decoration:none;
	overflow: hidden;
    
}
.price_wrapper del,
.price_wrapper ins {
	padding:0 3px
}
.woocommerce-cart-form .variation dt {
	float:none !important;
	clear:none !important;
}
.woocommerce-cart-form .variation dd {
	display: inline-block !important;
    padding: 0 10px;
}
.price_wrapper del span {
	color:#fff;
}

.price_wrapper .amount:first-child:after,
.price_wrapper del .amount:after{
content: "";
content: "";
    position: absolute;
    top: 18px;
    left: 28%;
    width: 50%;
    height: 1px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    background: #f0413e;
}
.price_wrapper ins .amount:after {
	display:none !important;
}
.price_wrapper .amount,
.price_wrapper del{
     background: #777575;
    color: #fff;
    height: 38px;
    line-height: 38px;
	text-align:center;
}
.price_wrapper .amount:last-child {
	background: #f0413e;
    height: 38px;
    line-height: 38px;
	color:#fff;
}
.price_wrapper del .amount {
	background:transparent !important;
}
.price_wrapper .woocommerce-Price-currencySymbol {
	font-size: 16px;
    vertical-align: text-top;
}
.price_wrapper del .woocommerce-Price-currencySymbol,
.price_wrapper .amount:first-child .woocommerce-Price-currencySymbol
{
	display:none;
}
.price_wrapper ins .woocommerce-Price-currencySymbol {
	display:inline !important;
}
.price_wrapper ins .amount,
.price_wrapper del .amount {
	background:transaprent;
}
.meta_product_offer {
	padding-right:25px;
}
.meta_product_offer ul li {
    position: relative;
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    padding-right: 15px;
}
.meta_product_offer ul li:before {
        content: "\f058";
        font-family: fontawesome !important;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 13px;
        color: green;
}
.desc-product .content_countdown {
	float:right;
}
.image_offer {
    border-right: 1px solid #f5f5f5;
    min-height: 365px;
}
.carousel-inner {
	padding:0;
}
.image_offer img {
	display: block;
   /* width: 280px; */
    margin: auto;
}
.title_offer {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
	 line-height: 25px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.title_offer:hover {
	color:#D50000;
}
.content_countdown .time_description {
	display:none !important;
}
.content_countdown .element_conteiner {
	min-width:45px !important;
	margin:5px 8px;
	position:relative;
	float:left;
}
.cunter_offer .content_countdown .countdown {
	display: table;
    margin: 10px auto;
    width: auto;
}
.content_countdown .element_conteiner:after {
    content: ":";
    position: absolute;
    right: -12px;
    top: 14px;
    font-size: 40px;
    color: #333;
    line-height: 12px;
}
.content_countdown .element_conteiner:last-child:after {
	display:none;
}
.content_countdown .time_left {
    border-radius: 6px !important;
    background-color: #3A3A3A !important;
    font-size: 25px !important;
    font-family: arial !important;
    box-shadow: -2px 1px 5px #999;
    color: #fff !important;
    text-align: center;
	padding-left:0;
	padding-right:0;
}
.ttile_offer_special {
	 display: block;
    text-align: center;
    margin: 15px 0 5px;
}
.slider-wow .carousel-inner {
	width:1005;
}
.slider-wow .carousel-indicators {
	position:absolute;bottom:10px;right:50%;z-index:15;margin-right:-30%;text-align:center;list-style:none;
	width:60%;
	padding-right: 0;
}
.slider-wow .carousel-indicators li {
	display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.slider-wow .carousel-indicators li.active { 
width:12px;height:12px;margin:0;background-color:#fff
	}

/*
= fade
------------------------*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width:1024px){
	.imgads_side {
    height: auto !important;
}
	
}
@media screen and (max-width:992px) {
	.imgads_side {
    height: 182px !important;
}
	.nav_offer {
		min-height:auto;
	}
	.nav_offer li.active:after {
		display:none;
	}
	.list-product-num .container_product_cats .box_title_cats .btn_links_cat {
		width:auto;
	}
	.box_title_cats img {
		display:none;
	}
}



/*
=float cart btn
-------------------*/
.label-container{
	position: fixed;
    bottom: 115px;
    right: 80px;
    display: table;
    visibility: hidden;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:5px;
	
}
.label-num{
    color: #FFF;
    background: rgb(0 0 0 / 76%);
    display: table-cell;
    vertical-align: middle;
    padding:2px 12px;
    border-radius: 100px;
    position: absolute;
    /* z-index: 1; */
    top: -8px;
    right: -10px;
}


.label-arrow{
	display: table-cell !important;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
	
}

.float{
 text-decoration: none;
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 110px;
    right: 32px;
    color: #fff;
    background-color: #29508A;
    border-radius: 50px;
    text-align: center;
    box-shadow: 1px 1px 10px #5a5a5a91;
    z-index: 9999999;
}
a.float:hover{
	animation-duration: 0.2s;
    animation-fill-mode: both;
	color:#fff;
	background-color:#ED1C24;
}
.my-float{
	font-size:24px;
	margin-top:18px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
 color:#fff;
  visibility: visible;
  opacity: 1;
}
.crt-counter{
  color:#fff;
  text-decoration: none;
}
span.tedadforosh {
	border-radius:15px;
    font-weight: 400;
    padding: 10px;
    background-color: #ed1c24;
    color: #fff;
    margin: 40px;
    opacity: 80%;
	float: left;
}
.woocommerce div.product p.price {
    margin-bottom: 15px;
}
/*qform began */

textarea#input_2_7 {
    background-color: #ffffff;
    margin: 10px 0px;
    width: 90%;
    border-radius: 10px;
    padding: 10px 10px;
    position: relative;
    border: 1px solid #a8a6a6;
    color: #000;
}
input#input_2_1{
    max-width: 380px;
    width: 100%;
    background-color: #ffffff;
    margin: 10px 0;
    height: 48px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 10px 10px;
    position: relative;
    border: 1px solid #a8a6a6;
    color: #000;
}
input#input_2_2{
  max-width: 380px;
    width: 100%;
    background-color: #ffffff;
    margin: 10px 0;
    height: 48px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 10px 10px;
    position: relative;
    border: 1px solid #a8a6a6;
    color: #000;
}
input#input_2_6{
	max-width: 380px;
    width: 100%;
    background-color: #ffffff;
    margin: 10px 0;
    height: 48px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 10px 10px;
    position: relative;
    border: 1px solid #a8a6a6;
    color: #000;
	
}

label.gfield_label {
    color: #f15925;
}
h3.gform_title {
    text-align: center;
	color: #f15925;
}
ul#gform_fields_2 {
    text-align: right;
}
input#gform_submit_button_2 {
    float: right;
    padding: 15px 70px;
    font-size: 20px;
    border-radius: 20px;
    border: none;
    color: #fff;
    box-shadow: inset 0px -35px 70px #29508a;
	margin:20px 20px;
}
input#gform_submit_button_2:hover {
    box-shadow: inset 0px -35px 70px #1672fc;
}
/*qform end */
span.image-choices-choice-price {
    display: none !important;
}
span.image-choices-choice-text {
    margin-right: 38%;
}
.woocommerce div.product form.cart .button {
    color: #fff;
	border-radius: 15px;align-content
}
h3.gf_progressbar_title {
    font-size: 15px !important;
    opacity: 1 !important;
    margin: 15px !important;
    font-weight: 900 !important;
}
.imgads_side {
    height: 290px;
}

/*vira*/
.uk-navbar-center:only-child, .uk-navbar-left, .uk-navbar-right {margin-top: 15px; }


/*Enteghad*/
.frm_enteghad_wrapper {
    background: #29508a;
    padding: 20px;
    border-radius: 15px;
    color: #fff;
}
.frm_shk_name >label.gfield_label {
    color: #fff;
}
.frm_shk_number >label.gfield_label {
    color: #fff;
}
.frm_shk_richbox > label.gfield_label {
    color: #fff;
}
.frm_enteghad > .top_label > .gform_button {
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #fff;
    background: transparent;
}
.frm_shk_name>.ginput_container_text>input {
	padding:5px;
	color:#000;
    border: none;
    border-radius: 15px;
}
.frm_shk_number>.ginput_container_text>input {
		padding:5px;
	color:#000;
    border: none;
    border-radius: 15px;
}
.frm_shk_richbox >.ginput_container_textarea>textarea {
		padding:5px;
	color:#000;
    border: none;
    border-radius: 15px;
}
.frm_sabt > div#gf_page_steps_24 > div#gf_step_24_1>span.gf_step_number {
    color: #fff !important;
    background: #0074a2 !important;
    border: 1px solid #000 !important;
}
.frm_sabt > div#gf_page_steps_24 > div#gf_step_24_1>span.gf_step_label {
    color: #ff6b02 !important;
    padding-right: 8px !important;
}
.frm_sabt_barge>.gform_page_fields>div#gform_fields_24>div#field_24_3>label.gfield_label {
    color: #29508a;
}
.frm_sabt_barge>.gform_page_fields>div#gform_fields_24>div#field_24_3>.ginput_container.ginput_container_phone>input#input_24_3 ,input#input_24_6{
    color: #000;
    border-radius: 15px;
    padding: 5px;
    border: 1px solid #29508a;
}
.frm_sabt_wrapper >div#gform_24_validation_container>.validation_error {
    border: none;
    padding: none !important;
    margin-bottom: none !important;
}
div#validation_message_24_6 {
    display: none;
}
div#field_24_3>label.gfield_label>span.gfield_required {
    display: none;
}
input#gform_next_button_24_5 {
	    padding: 8px;
    border: 1px solid #2db742;
    border-radius: 15px;
    background: #0c6fb5;
    color: #fff;

}
div#gform_24_validation_container>.validation_error {
	    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    font-size: 15px;
}
input#gform_resend_button{
	    padding: 8px;
    border: 1px solid #2db742;
    border-radius: 15px;
    background: #0c6fb5;
    color: #fff;
    margin-right: 10px;
}
.frm_sabt_name >label.gfield_label>span.gfield_required , .frm_sabt_size >label.gfield_label>span.gfield_required , .frm_sabt_select >label.gfield_label>span.gfield_required , .frm_sabt_elat>label.gfield_label>span.gfield_required  {
    display: none;
}
.frm_sabt_name>.ginput_container.ginput_container_text>input#input_24_11 , input#input_24_10, select#input_24_8 , textarea#input_24_7 {
    border-radius: 15px;
    border: 1px solid #7b7b7b;
    color: #000;
    padding: 8px;
}
input#gform_previous_button_24 {
    padding: 8px 25px;
    border-radius: 10px;
    background: #d72333;
    color: #fff;
    margin-left: 10px;
    border: none;
}
input#gform_submit_button_24 {
    padding: 8px 25px;
    border-radius: 10px;
    background: #25ca3e;
    color: #fff;
    margin-left: 10px;
    border: none;
}
.wc-item-meta{
	display:none !important;
}
.cunter_offer {
    direction: ltr;
}

span.gfield_required.gfield_required_text {
    display: none;
}




.image-choices-choice-selected {
    border-radius: 15px;
    border-color: #2db742 !important;
}

.image-choices-choice-selected span.image-choices-choice-image-wrap:after {
    position: absolute;
    left: 35%;
    top: 45%;
    font-size: 30px;
    content: "\2705";
}

.gform_validation_errors>h2:before {
    margin: 0px 0.2rem 0 0.5rem !important;
}
.gform_legacy_markup_wrapper div.validation_error {
	width: 70% !important;
}