/*
theme name: nasimesalamat
version: 1.0
Author: 2sweb.ir
Author URI: http://2sweb.ir
Desctiption: Dedicated Professional and full option clean Wordpress Template
*/
@import url('css/reset.css');

body {
	font-family: toosweb-yekan;
	background: #eeeff1;
    color:#333;
	overflow-x: hidden;
   
}
:focus,a:focus,a:visited {
    outline: 0;
}
a {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
a:hover,a:focus,a:visited {
    text-decoration: none;
}
img {
	max-width:100%;
	height:auto;
}
#instagram_blck {
    position: fixed;
    right: 0;
    top: 50%;
    background: #fff;
    border-radius: 10px 0 0 10px;
    z-index: 999;
    box-shadow: 0 2px 4px #ccc;
	transition:all .3s;
}
#instagram_blck:hover {
	opacity:.8;
}
.box_sh {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
.transition {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.bor_rds {
	border-radius: 4px;
}
.pattrn-top {
    width: 100%;
    height: 30px;
    background:#eeeff1 url(images/pattern-top.png) repeat-x;
    border-top: 3px solid #a5a5a5;
}

.preloader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url('images/loading.gif') 50% 50% no-repeat rgb(255,255,255);
}

/*
=header > intro-bar
----------------------------------------*/
/***** social-network*****/
.social-network ul {
    margin: 0;
}
.social-network ul li {
    list-style: none;
    float: right;
    display: inline-block;
	margin:0 2px;
}
.social-network ul li a {
    display: block;
}
.social-network ul li a img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	width:28px;
	height:28px;
}
.social-network ul li a img:hover {
    opacity: .7;
}
.intro-bar .login-user ul {
	display: table;
	margin: auto;
}
.intro-bar .login-user ul li {
    float: left;
    display: inline-block;
}
.intro-bar .login-user ul li a {
    display: block;
    padding: 2px 10px;
    color: #666;
}
.intro-bar .login-user ul li a i {
    font-size: 15px;
    color: #ef3f3e;
    vertical-align: middle;
    padding-left: 5px;
}
.intro-bar .date-header span {
    display: block;
    padding: 0 5px;
    color: #666;
    font-size: 13px;
    margin-top: 5px;
    text-align: left;
}
.intro-bar .date-header span i {
	padding-left: 4px;
	color: #999;
}
.mast-head {
    margin-top: 18px;
}
#search-form {
    float: right;
    width: 100%;
    background-color: #fff;
    margin-top: 4px;
    padding: 1px;
}
#search-form input {
    border: none;
    background: none;
}
#search-form input[type="search"] {
    height: 28px;
    padding: 3px 4px;
    line-height: 25px;
    width: 72%;
    float: right;
    color: #444;
    font-size: 12px;
}
#search-form #search-submit {
    background: url('images/search.png') no-repeat center center;
    width: 35px;
    height: 30px;
    float: left;
    cursor: pointer;
}
.search_result{
    background: #fff;
    padding: 10px;
    position: absolute;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    top: 100%;
    border-radius: 5px;
    right: 0;
    margin-top: 5px;
    width: 100%;
    display: none;
    z-index: 9999;
}
.title_product_search {

	margin: 5px 5px 15px;
}
.title_product_search span {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    line-height: 25px;
    padding-bottom: 5px;
}
.result_post {
    display: block;
    overflow: hidden;
    color: #707070;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eeee;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.result_post:last-child {border-bottom: 0;}
.result_post:hover {
	background: #fff;
}
.result_post img {
    width: 50px;
    height: 50px;
    float: right;
    margin: 0 0 0 8px;
    border: 1px solid #eee;
    padding: 2px;
}
.result_post h4 {
	line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result_post a {
	font-size: 12px;
    color: #ccc;
}
.result_post h4 a {
    color: #444;
    line-height: 25px;
    font-size: 12px
}
.result_post h4 a:hover,.result_post a:hover {
	color:green;
}

.result_post span {
	float: right;
	padding-left: 5px;
}
.header-top .title-header h1 {
	line-height: 25px;
}
.header-top .title-header h1 a {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #72962B;
    -webkit-text-shadow: 2px 0 1px #fff;
    -moz-text-shadow: 2px 0 1px #fff;
    -o-text-shadow: 2px 0 1px #fff;
    text-shadow: 2px 0 1px #fff;
}
.header-top .title-header h1 a:hover {
    color: #555;
}
.header-top .title-header h2 {
    font-size: 14px;
    text-indent: -99999px;
	position: absolute;
}
.cart-header {
    position: relative;
}
.cart-header .woocommerce-mini-cart {
    width: 180px;
    position:relative;
    background: #46A349;
    font-size: 13px;
    padding-right: 35px;
    cursor: pointer;
    line-height: 38px;
    height: 40px;
    color: #f8f8f8;
    border-radius: 4px;
    text-align: center;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
float:left;
}

.cart-header .woocommerce-mini-cart:before {
    content: "\f07a";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 40px;
    height: 100%;
    text-align: center;
    width: 50px;
    font-size: 20px;
    color: #fff;
    background: #5FBF63;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    -o-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
}
.cart-header .woocommerce-mini-cart:hover {
background-color:#46A349;
}
.cart-header span.conter-shop {
    position: absolute;
    background: #5FBF63;
    width: 20px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
    left: -5px;
    color: #fff;
    top: -10px;
}

/*
=nav
-----------------------------------------*/
.nav_wrapper  {
    margin:10px 0;
    background: #fff;
    min-height:100px;

}
#navigation .navbar-nav li a {
    color: #888;
}
#navigation .navbar-nav li a:hover {
    background: transparent;
    color: #222;
}
#navigation .navbar-nav ul li a {
    font-size: 13px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e9e9e9;
}
#navigation ul ul ul {
    position: absolute;
    right: 100%;
    top: 0;
    width: 150px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
}
#navigation ul ul li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
}
#navigation ul ul li.menu-item-has-children a span.caret{
    border: 0;
    position: absolute;
    right: 80%;
    top: 10px;
    border: 4px solid #888;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}


@media screen and (min-width: 768px) {
    #navigation .navbar-nav {
        margin-top: 13px;
    }
    #navigation  ul.dropdown-menu {
/*    margin-top: 16px;*/
}
}
/*
=right-box
-----------------------------------------*/
.right-box,.widget {
    background: #fff;
    padding: 0;
}
.right-box .body-box-right {
	padding: 10px 0;
}

.right-box h4.title-right-box,.widget .widg_title{
    font-size: 16px;
    color: #2980B9;
    padding: 10px 5px;
    line-height: 25px;
    border-bottom: 1px solid #edf2f4;
    background: #f7f9fa;
    text-align: center;
	border-radius: 5px 5px 0 0;
}
.widget {
	margin-bottom: 10px;
}
.widget .widg_content {
	padding: 10px;
}
.right-box .body-box-right ul li {
    float: right;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    padding: 5px;
}
.widget .widg_content ul li a {
	display: inline-block;
	padding: 5px 15px 5px 5px;
	font-size: 13px;
	font-weight: normal;
	color: #444;
	position: relative;
}
.widget .widg_content ul li a:before {
		content: "\f060";
		font-family: FontAwesome;
		position: absolute;
		right: 0;
		top: 7px;
		font-size: 10px;
		color: #8bc34a;
}
.widget .widg_content a:hover {
	color: #4dae54;
}
.widget .widg_content ul.product_list_widget li a {
padding-right:0;
    border-bottom: 1px solid #edf2f4;
}
.widget .widg_content ul.product_list_widget li a:before {
display:none;
}
.widget .widg_content ul.product_list_widget li img {
    width: 100px;
    height: 100px;
    border: 1px solid #f8f8f8;
    float: right;
    margin-left: 10px;
}
.widget .widg_content ul.product_list_widget li del,.widget .widg_content ul.product_list_widget li ins,
.widget .widg_content ul.product_list_widget li .amount{
display:none;
}
.widget .widg_content ul.product_list_widget li .product-title {
    line-height: 25px;
    color: #777;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
}
.widget .widg_content ul.product_list_widget li .product-title:hover {
color:#4dae54;
}
/*** serchform ***/
.inner_page #searchform {
    display: table;
    padding: 8px;
    width: 232px;
    margin: 10px auto;
    max-width: 100%;
}
.inner_page #searchform label {
    display: none;
}
.inner_page #searchform input[type="text"] {
    float: right;
    border: 0;
    border: 1px solid #ddd;
    border-radius: 1px;
    padding: 3px 4px;
	width: 155px;
    height: 30px;
    color: #555;
    font-size: 12px;
	border-left: 0;
	max-width: 100%;
}
.inner_page #searchform input[type="text"]:focus {
    border-color: #4dae54 ;
}
.inner_page #searchform input[type="submit"] {
    border: 0;
    border-radius: 1px;
    padding: 4px 10px;;
    background: #4dae54 url(images/search_icon2.png) no-repeat center;
    color: #fff;
    font-size: 12px;
    width: 40px;
    height: 30px;
    line-height: 20px;
	text-indent: -9999px;
}
.tagcloud a {
	display: inline-block;
	padding: 2px 5px;
	border-radius: 2px;
	color: #fff;
	background: #4dae54;
	margin: 2px;
	font-size:13px !important;
	line-height: 22px;
}
.widget .widg_content .textwidget img {
	margin:0 auto 5px;
}
/*** calendar_wrap ***/
#wp-calendar {
	width:100%;
	line-height:24px;
}
#wp-calendar caption {
	text-align: center;
	font-size:18;
	font-weight:normal;
	margin-bottom:5px;
	color:#666;
}
#wp-calendar thead th {
	background:#4dae54 ;
	width: 24px;
	color: #fff;
	text-align: center;
    padding-bottom: 5px;
    border-left: 1px solid #ddd;
}
#wp-calendar tbody td {
	color: #9f9f9f;
	border: 1px solid #ededed;
	text-align: center;
}
#wp-calendar tbody td a {
	color: red;
}
#wp-calendar tfoot td a {
    	color: red;
}
.right-box .body-box-right .img-right-box {
    float: right;
	margin-left:10px;
}
.right-box .body-box-right .img-right-box img {
    width: 70px;
    height: 70px;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 2px;
}
.right-box .body-box-right .caption-rigth-box {
    padding-left:10px
}
.right-box .body-box-right .caption-rigth-box a{
    display: block;
    color: #666;
    margin-bottom: 5px;
	font-size:12px;
}
.right-box .body-box-right .caption-rigth-box a:hover {
    color: #46A349 ;
}
.right-box .body-box-right .caption-rigth-box span {
    color: #999;
    font-size: 12px;
}
.right-box {
position:relative;
	height:406px;
	    overflow: hidden;
}
/*
=slider top
------------------------------------*/
.slider-top {
	padding: 0px 15px 15px 0;
    overflow: hidden
}
/*
=slider main
-----------------------------*/
#slider_wrapper {
    max-width: 100%;
    margin-bottom: 7px;
    overflow: hidden;
    background: #fff;
    height: 337px;
    border-radius: 4px 4px 0 0;
}
.slider-pro img.sp-image,.sp-image-container,.sp-slide,.sp-slides-container {
	border-radius: 4px 4px 0 0;
}
.sp-selected-thumbnail,.sp-thumbnail-container:hover {
	background: #fff;
}
.sp-selected-thumbnail h4,.sp-thumbnail-container:hover h4 {
	color: #555!important;
}
.sp-thumbnail-description h4 {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	padding: 0 5px;
}
.sp-bottom-thumbnails.sp-has-pointer {
/*     width: 100% !important; */
    background: rgba(0,0,0,.7);
    direction: ltr;
}
.sp-thumbnail-container {
	float: right!important;
	cursor: pointer;
}
/*
=block_boxes
---------------------------------------*/
.block_boxes {
	width: 100%;
	background: #fff;
}
/*
=ads-full
--------------------------------------*/
.banner_cats {
	width: 100%;
	background: #fff;
	margin: 15px 0;
	padding:5px 0 0 5px;
}
.banner_cats .bannerbox {
    float: right;
    height: 190px;
    box-sizing: border-box;
    padding: 0 5px 5px 0;
	margin-bottom: 5px;
	overflow: hidden;
}
.banner_cats .bannerbox img {
	width: 100%;
	height: 190px;
}
.banner_cats .bannerbox img {
    border-radius: 3px;
        box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    -o-box-shadow: 0 0 5px #ddd;
    margin:0 auto 10px;
	transition: all .3s;
	outline-offset: -10px;
	outline: 1px solid transparent;
}
.banner_cats .bannerbox img:hover {
	outline-color: rgba(255,255,255,.7);
	opacity: .9;

}

/*
=slider thumb product
-----------------------------------------*/
.wrapper-thumbnail-product {
	 width: 100%;
	background: #fff;
	margin-bottom: 15px;
	position: relative;
}
.wrapper-thumbnail-product .product-slide-index {
	padding: 15px 50px;
}
.block_header {
	width: 100%;
	background: #f7f9fa;
	border-radius: 5px 5px 0 0;
}
.block_header .cat-product-slide  {
    font-size: 15px;
    padding: 6px 10px;
    color: #2980B9;
    line-height: 32px;
	float: right;
}
.block_header .ariche_link {
    display: block;
    float: left;
    line-height: 25px;
    padding: 10px;
    font-size: 13px;
}
.block_header .ariche_link i {
	padding-left: 4px;
	vertical-align: middle;
	font-size: 12px;
}

.product-slide-index .off-price {
    position: absolute;
    top: -38px;
    left: -12px;
    width: 60px;
    height: 117px;
    background: red;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 10;
}
.title-off-price {
    position: absolute;
    bottom: 40px;
    right: 10px;
    margin: auto;
    display: block;
    text-align: center;
    /* left: 0; */
    transform: rotate(46deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-46deg);
    -o-transform: rotate(-46deg);
    font-size: 18px;
    color: #fff;
    z-index: 20;
}
.title-off-price span {
	font-size: 14px;
}
.title-off-price span {
    display: block;
    text-align: center;
	line-height: 15px;
}
.products_list .pr_item {
	height:320px;
    margin: 3px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
	position: relative;
    -webkit-box-shadow: 0px 0px 5px #eee;
    -moz-box-shadow: 0px 0px 5px #eee;
    -o-box-shadow: 0px 0px 5px #eee;
    box-shadow: 0px 0px 5px #eee;
}
.products_list .pr_item img {
	display:block;
	width: 190px;
	height: 190px;
	margin: auto;
}
.products_list .pr_item figure {
	position: relative;
	overflow: hidden;
	padding: 20px 0 10px;
}
.products_list .pr_item figure figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	text-align: center;

}
.products_list .pr_item figure figcaption:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	top: 0;
	right: 0;
	transition: all .3s;
}
.products_list .pr_item figure figcaption .p_more,
.products_list .pr_item figure figcaption .shopping-cart {
	width: 140px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 12px;
	background-color: #555;
	padding:0 30px 0 4px;
	margin: 5px auto;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 4;
}
.products_list .pr_item figure figcaption .shopping-cart {
	border: 0;
	background-color: #FF5252;
}
.products_list .pr_item figure figcaption .p_more {
	background-color: #5CAD5F;
	border-right-color: #389a3c;
}
.products_list .pr_item figure figcaption .p_more:hover {
	background-color: #389a3c;
	border-right-color: #5CAD5F;
}
.products_list .pr_item figure figcaption .shopping-cart:hover {
	background-color: #f82c2c;
	border-right-color:  #FF5252;
}
.products_list .pr_item figure figcaption .p_more:before,
.products_list .pr_item figure figcaption .shopping-cart:before {
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #fff;
	width: 30px;
	height: 100%;
	text-align: center;
	line-height: 35px;
}
.products_list .pr_item figure figcaption .p_more:before {
	content: "\f05a";
	background-color: #389a3c;
}
.products_list .pr_item figure figcaption .shopping-cart:before {
	content: "\f217";
	background-color: #f82c2c;;
}
.products_list .pr_item figure figcaption .p_more {
	top: -40px;
}

.products_list .pr_item figure figcaption .shopping-cart {
		bottom: -70px;
}
.products_list .pr_item:hover figure figcaption .p_more {
	top: 40px;
}
.products_list .pr_item:hover figure figcaption .shopping-cart {
		bottom: 40px;
}
.products_list .pr_item figure img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.products_list .pr_item:hover figure img {
	transform: scale(1.1);
}
.products_list .pr_item:hover figure figcaption:after {
	opacity: 1;
}
.products_list .pr_item .t_product a {
    display: block;
    text-align: center;
    padding: 10px 6px;
    line-height: 20px;
    font-size: 13px;
    color: #666;
	background-color: #fff;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products_list .pr_item .t_product a:hover {
	color: #46A349;
}
.products_list .pr_item .price_pnl {
    padding: 5px 0;
    text-align: center;
/*     background: #f9f9f9; */
}
.products_list .pr_item .price_pnl .title-price {
	display: block;
	text-align: center;
	color: #444;
	font-size: 14px;
	margin-bottom: 2px;
}
.price .amount {
	color: #049137;
	font-size: 14px;
}
.price del,.price ins {
	display: inline-block;
	text-align: center;
	font-size: 13px;
	color: #555;
	padding: 0 4px;
}
.price del,.price del span {
	color: #E01916!important;
	font-size: 13px!important;
}
.price ins  {
	text-decoration: none;
}
/*
=about_content
--------------------------------------*/
#about_content {
	background: #fdfdfd;
	padding: 15px 0;
	margin-top: 15px;
	-webkit-box-shadow: 0 12px 6px 12px #ccc;
	-moz-box-shadow: 0 12px 6px 12px #ccc;
	-o-box-shadow: 0 12px 6px 12px #ccc;
	box-shadow: 0 12px 6px 12px #ccc;
}
#about_content .text_content h3 {
	font-size: 22px;
    color: #777;
    margin: 5px 0;
}
#about_content .text_content p {
	text-align: justify;
    color: #737272;
    font-size: 13px;
    line-height: 30px;
}
.logo_wrapper .logo_center {
	display: table;
	margin: 10px auto;
}
.logo_wrapper .logo_center li {
	float: right;
	margin: 5px 15px;
}
/*
=footer
---------------------------------------*/
#footer {
    background: #fff;
	border-top: 1px solid #e5e5e5;
    padding: 10px 0 0 0;
}
#footer .widg-footer h4.title-widg-footer {
    color: #4dae54;
    padding: 6px;
    font-size: 17px;
}
.textwidget {
    line-height: 30px;
    color: #777;
    font-size: 13px;
}
#footer .widg-footer ul li {
    
}
#footer .widg-footer ul li a {
    display: block;
    color: #777;
    line-height: 25px;
    padding: 1px;
    font-size: 13px;
    
}
#footer .widg-footer ul li a:hover {
    color:#ef3f3e;
}
#footer .widg-footer img {
    margin:5px auto;
}
#footer #copyright {
    background: #eeeff1;
    padding: 18px;
	margin-top: 15px;
}
/*
=archive posts
----------------------------------------*/
.archive_wrapper {
	background: #fff;
	padding: 15px;
}
.archive_wrapper .archive_post_item {
	float: right;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.archive_wrapper .archive_post_item .thumb_ap{
	display: block;
	float: right;
	margin-left: 10px;
}
.archive_wrapper .archive_post_item .thumb_ap img {
	width: 100px;
	height: 90px;
	border: 1px solid #eee;
}
.archive_wrapper .archive_post_item .caption_ap h3 {
	line-height: 25px;
}
.archive_wrapper .archive_post_item .caption_ap h3 a {
	font-size: 16px;
	color: #555;
}
.archive_wrapper .archive_post_item .caption_ap h3 a:hover {
	color: #4dae54;
}
.archive_wrapper .archive_post_item .caption_ap p {
	font-size: 13px;
	color: #777;
	line-height: 26px;
}
@media screen and (max-width : 1200px) {
	#slider_wrapper {
		height:285px;
	}
	.sp-thumbnail-description h4 {
		font-size: 12px;
	}
    .gallery-post {
        float: none;
        margin:10px auto;
    }
    .product-page .config-product {
        width: 100%;
    }
    .zoomWindow {
        right: -340px !important;
    }
	.nav > li > a {
		padding: 10px;
		font-size: 12px;
	}
}
@media screen and (max-width : 992px){
	.block_boxes {
		padding:0;
		margin:15px auto;
	}
	.nav_offer {
		border-radius:5px 5px 0 0;
	}
	.nav_offer li.active:after {
		display:none;
	}
	.side_ads img {
		display:block;
	}
	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1:after {
		position:absolute;
		right:5px;
	}
	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
        margin-right: 30px;
	}
	#slider_wrapper {
		height:298px;
	}
    .header-top .title-header h1 a {
        font-size: 16px;
    }
    
    .right-box .body-box-right .img-right-box img {
        width: 50px;
        height: 50px;
    }
    .right-box .body-box-right .caption-rigth-box a {
        font-size: 11px;
    }
    .right-box .body-box-right .caption-rigth-box span {
        font-size: 10px;
    }
        .zoomContainer {
        display: none !important;
    }
        .zoomLens {
        border: 0 !important; 
        background: transparent !important;
    }
	.slider-top {
		padding:0;
		margin-bottom: 15px;
	}
}

@media screen and (max-width : 767px) {
	.cart-header .woocommerce-mini-cart {
		float:none;
		display:table;
		margin:10px auto;
	}
	.social-network ul {
		width:auto;
		display:table;
		margin:0 auto 5px;
	}
	#slider_wrapper {
		height:auto;
	}
.cart-header .woocommerce-mini-cart__empty-message {
float:none;
display:table;
margin:10px auto;
}
    .intro-bar .date-header span {
        text-align: center;
        padding: 10px 0;
    }

    .navbar-brand {
        float: left;
    }
    .navbar-toggle {
        float: right;
    }
    .navbar-toggle span.glyphicon {
        color: red;
    }
    #search-form {
        margin-bottom: 15px;
    }
    div.login-user ul {
        margin: 10px auto;
/*         width: 150px; */
    }
    .cart-header #shopping-cart-btn {
        float: none;
        margin: 15px auto 5px;
    }
    .ads-full .ads-item img {
        margin: 10px auto;
    }
    .right-box .body-box-right .caption-rigth-box {
        padding: 10px 25px;
    }
    .right-box .body-box-right .img-right-box img {
        width: 70px;
        height: 70px;
    }
    .right-box .body-box-right .caption-rigth-box a {
        font-size: 14px;
    }
    .right-box .body-box-right .caption-rigth-box span {
        font-size: 12px;

    }
    .product-page .config-product {
        width: 100%;
        margin-top: 15px;
    }
    .product-page .tbl-config-pro ul li:nth-child(odd) {
    width: 30%;


}
.product-page .tbl-config-pro ul li:nth-child(even) {
    width: 66%;
}
    .widg-footer {
        border-bottom: 2px solid #eee;
        padding-bottom: 10px;
    }
    .gallery-post {
        margin: 10px auto;
        float: none;
        width: 290px;
    }
     .gallery-post .zoomWrapper img {
        width: 100% !important;
        max-width: 90%;
         position: static !important;
    }

    .zoomWrapper {
        width: 100% !important;
    }
    .gallery-post #gal1 img {
        width: 45px;
        height: 45px;
    }
    .woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2 {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
	#footer #copyright {
		text-align: center;
	}
		.banner_cats .bannerbox {
		height: auto;
	}
	.banner_cats .bannerbox img {
		display:block;
		margin:auto;
		width: auto;
		height: auto;
	}
	#search-form {
		float: none;
		display: table;
		margin: 0 auto 10px;
		width: 300px;
		max-width: 100%;
	}
	.sp-thumbnail-description h4 {
		font-size: 10px;
	}
	.product-page .tbl-config-pro ul li {
		width: 100% !important;
	}
.ads-slide-bottom img {
margin:auto;
}
	.sp-bottom-thumbnails.sp-has-pointer {
		display: none;
	}
}
@media screen and (max-width:600px) {
	.sp-bottom-thumbnails.sp-has-pointer {
		display: none;
	}
}
@media screen and (max-width : 480px) {
	.logo_wrapper .logo_center li {
		float:none;
	}

	.slider-nav .item img {
		width:70px;
		height:70px;
	}
	#copyright span,#copyright p,#copyright a {
		font-size:12px;
	}
    .cart-header #shopping-cart-btn {
        background: #fff url(images/shop-cart.png) no-repeat 240px 6px;
    }
    div.product-slide-index img {
        max-height: 100%;
    }
	.section_list ul li a {
		font-size: 13px;
		padding: 10px 5px;
	}
	.products_list .col_archive {
		width: 100%;
	}
	.archive_wrapper .archive_post_item .thumb_ap {
		float: none;
	}
	.archive_wrapper .archive_post_item .thumb_ap img {
		margin: auto;
	}

}

/*
=checkout-page
-------------------------------------*/
.checkout-page .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
    width: 100%;
}
.checkout-page .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th {
    padding: 10px;
    width: 65%;
     background: #ddd;
  border-bottom: 1px solid #777;
}
.checkout-page .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tr{
  border-bottom: 1px solid #777;
}
.checkout-page .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td{
padding: 10px;
border: 1px solid #777;
}

.checkout-page .woocommerce-checkout-review-order {
    padding: 10px;
    margin-top: 38px;
    background: #fff;
    clear: both;
}
.checkout-page h3#ship-to-different-address,.woocommerce-billing-fields h3 {
    font-size: 17px;
    text-align: center;
    color: #777;
    border-bottom: 1px solid #46A349;
    padding-bottom: 6px;
    margin-bottom: 10px;
    }
.checkout-page .shipping_address,.woocommerce-billing-fields {
    padding: 20px;
}
.checkout-page #billing_email,.checkout-page #billing_phone {
    width: 100%;
}
.checkout-page #billing_address_1,.checkout-page #shipping_address_1 {
    margin-bottom: 25px;
}
.checkout-page #payment {
    padding: 20px;
}
.checkout-page #payment #place_order {
    border: 0;
    background: #E74C3C;
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
}
.checkout-page #payment #place_order:hover {
    background: #C0392B;

}

.section_list {
	width: 100%;
	float: right;
	background: #fff;
	margin: 10px 0 2px;
}
.section_list ul li {
	float: right;
}
.section_list ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    background: #ef3f3e;
    border-left: 1px solid #fff;
}
.section_list ul li a:hover {
	opacity: .8;
}
.products_list .col_archive {
	margin: 0 0 5px;
	padding: 0;
}

@media screen and (min-width:1200px) {
	.products_list .col_archive {
/* 		width: 20% */
	}
}
.title_page {
	font-size: 26px;
    color: #444;
    margin-bottom: 15px;
}


/*
=max mega menu
--------------------------------*/
#mega-menu-wrap-main-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item, #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link {
text-align:right !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
float:right!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
color: #2980B9!important;
    margin-bottom: 5px!important;
    border-radius: 6px;
    line-height: 23px;
    vertical-align: middle !important;
    text-align: center !important;
    padding: 2px 5px !important;
    background: #f4f4f4!important;
    font-weight: normal !important;
    font-size: 14px !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
padding:4px 5px 4px 0!important;
font-size:12px !important;
color:#333!important;
position:relative;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
color:#E74C3C !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    top: 4px;
    right: -9px;
font-size:12px;
color:#E74C3C;
}
#mega-menu-wrap-main-menu {
    clear: none!important;
	border-radius: 4px !important;
}
.navbar-header {
    float: right;
    margin-left: 15px;
    z-index: 99;
    position: relative;
    padding: 5px;
}
.navbar-header img {
	max-width:242px;
	max-height:90px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	padding:28px 10px !important;
	height:auto!important;
}
.nav_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link:after {
	vertical-align:middle;
}
@media screen and (max-width:1200px) {
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link { 
	padding:28px 5px!important;
	font-size:12px!important;
}
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
	color:#46A349 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
	margin-top:-2px !important;
	background:#fafafa!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
	vertical-align:middle!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
	float:left!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
	left:auto!important;
	right:100%;
}
.widget_media_image img {
margin:auto;
}

@media screen and (max-width:992px) {
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
padding:28px 10px !important;
}
.navbar-header {
float:left;
}
#mega-menu-wrap-main-menu {
padding-top:28px!important;
/*float:left!important;*/
}
.navbar-header {
margin-left:0;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
padding:0 15px !important;
}
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background:#fcfcfc !important
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	color:#46A349 !important;
	background:#fcfcfc !important
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item a.mega-menu-link:before {
	vertical-align:middle !important;
	margin:0 0 0 4px !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	text-align:center;
	font-size:14px !important;
	font-weight:normal !important;
}
/*
= wp_page_numbers
---------------------------------*/
#wp_page_numbers ul {
    display: table;
    padding: 5px;
    margin: auto;
}
#wp_page_numbers ul li {
	display:inline-block;
	float:left;
}
#wp_page_numbers ul li a {
    display: block;
    min-width: 28px;
    height: 28px;
    padding: 0 5px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    background: #eee;
    color: #444;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 3px;
}
#wp_page_numbers ul li a:hover,#wp_page_numbers ul li.active_page a {
background:#2980B9;
color:#fff;

}
.price_slider{ 
    margin-bottom: 1em;
}
.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}
.price_slider_amount .button {
    font-size:1.15em;
}
.price_slider_amount .button {
    float: left;
    float: left;
    border: 0;
    font-size: 12px;
    background: #E74C3C;
    color: #fff;
    line-height: 20px;
    border-radius: 2px;
    padding: 3px 7px;
}
div.price_label {
font-size:11px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}
.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #FF6B6B;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}
.ui-slider-horizontal {
    height:.5em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.price_slider_wrapper {
    margin-top: 20px;
    padding: 10px;
}

.woocommerce-MyAccount-navigation ul {
	display: table;
    margin: 10px auto;
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 6px;
    float: right;
    margin: 5px;
}
.woocommerce-MyAccount-navigation ul li a {
display: inline-block;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #007bff;
    border-color: #007bff;
    text-align: center;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	background-color:#1b79de;
}
.box-content .woocommerce table.shop_table img.track-button {
	width:35px;
	height:35px;
	border:0;
	display: inline-block;
}
div.woocommerce table.my_account_orders .button.track-button {
	margin-left:10px !important;
}
.ywot_order_details {
	   background: #fafafa;
    text-align: center;
    margin-bottom: 10px;
    color: green;
    font-size: 15px;
    padding: 10px;
}
.opt_prct_list {
	display:table;
	margin:15px auto;
}
.opt_prct_list li {
	display:block;
	position:relative;
	padding:4px;
	font-size:14px;
	color:#777;
	    padding-right: 20px;
}
.opt_prct_list li:before {
    content: "\f137";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 8px;
    padding-left: 9px;
    color: green;
}
/*
= block_section_main
-------------------------------*/
.sidebar_ads {
    padding: 0;
}
.box_side_ads {
    padding: 5px
}
.side_ads {
    display: block;
    margin-bottom: 5px;
}
.side_ads:last-child {
    margin-bottom: 0;
}
.side_ads img {
    margin: auto;
}
.nav_offer {
    background: #fcfcfc;
    min-height: 365px;
    border-right: 1px solid #eee;
    padding: 15px 0;
	border-radius: 5px 0 0 5px;
}
.nav_offer li {
    list-style: none;
    text-align: center;
	position: relative;
	transition:all .2s;
}
.nav_offer li a {
    display: block;
    padding: 10px 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;
    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;
        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: 220px;
    height: 220px;
    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;
}

/*
= 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 (min-width:992px) {
    .offer_block {
        padding-left: 0;
    }
}
.single_variation_wrap {
	float: right;
	position:relative;
}
table.variations {
    z-index: 3;
    position: relative;
    display: block;
	margin-bottom:5px;
}
table.variations select {
	float:right;
	border: 1px solid #d5d5d5;
    width: 170px;
    margin-bottom: 8px;
	color:#666;
	padding:0 3px;
	font-size:13px;
}
table.variations td label {
	color: #777;
    vertical-align: middle;
    font-size: 14px;
    margin-top: 4px;
    display: inline-block;
}
.woocommerce-variation-availability .in-stock {
	    line-height: 15px
}
.single_variation_wrap .woocommerce-variation {
    display: block;
    background: #fefefe;
    line-height: 20px;
    margin: 5px auto 10px;
    font-size: 12px;
    padding: 3px 10px;
    -webkit-box-shadow: 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
	-o-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
}
.product-page .config-product .price-product {
	margin-bottom:28px;
}
a.reset_variations {
	display: inline-block !important;
    font-size: 12px;
    margin:4px 5px 0 0;
    color: red;
	float:left;
}
.woocommerce table.cart td.actions {
	text-align:center !important;
}
@media screen and (max-width:992px) {
.nav_offer,.image_offer {
min-height:auto;
}
}
@media screen and (max-width:768px) {
	.navbar-header {
		float:none;
		background: #F6F6F6;
	}
	.navbar-header img {
		display:block;
		margin:auto;
	}
}
@media screen and (max-width:480px) {
html,body {overflow-x:hidden}
	#mega-menu-wrap-main-menu {
	background: #F6F6F6 !important;
}
}


.namad-advertisement {
    position: fixed;
    left: 2px;
    bottom: 0
}

.namad-advertisement img, .post-content iframe {
    border: none
}