*:focus{
	box-shadow: none !important;
	outline: none !important;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;'
	color: #777;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	background:#fff;
}
img{
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #5a5a5a;
	line-height: 1;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #4D4D4D;
}
a:hover {
	text-decoration: none;
	color: #00984d;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 16px;
	font-weight: normal;
	color: #666;
}
.form-control:focus {
	border:1px solid #ccc !important;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
font-size: 14px !important;
    border-radius: 2px !important;
    height: 37px !important;
}
.form-group textarea.form-control {
       height: auto !important;
}


.form-control {
	border-radius:0 !important;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
    display: none;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* transition */
.list-unstyled li a:hover::before, .policy-static2 .container .col-md-4 .col:hover i,
.layout1:hover .btn-wishlist i, .layout1:hover .btn-compare i, .layout1:hover .btn-wishlist, .layout1:hover .btn-compare,
.product-layout:hover .image .img-r,
.product-layout:hover .image img:not(.img-r),
.product-thumb.layout2 .product-name:hover a,
.product-thumb.layout2 .image .label-product2,
a:hover, .product-layout:hover .image .img-r{
	-webkit-transition: ease-in-out .3s all;
	-moz-transition: ease-in-out .3s all;
	transition: ease-in-out .3s all;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff;
    background: #00984d;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	background: #333;
    border: 0;
    font-weight: 500;
    font-size: 15px;
    padding: 0 16px;
	line-height:43px;
	height:40px;
	display:inline-block;
    color: #fff;
    border-radius: 5px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#button-voucher,
#button-coupon{
	height: 34px;
	line-height: 44px;
	margin-left: 5px;
}
.container {
	padding: 0 30px;
}
/* top */
#top {
	background: #00984d;
    position: relative;
    z-index: 999;
}
#top .container-inner {
	border-bottom:1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
}
/* policy static */
.policy-static2 {
    margin: 40px 0;
    border: 1px solid #e5e5e5;
    background: #f2f2f2;
}
.policy-static2 .container {
    padding: 0;
}
.policy-static2 .container .col-md-4 {
    padding: 0 !important;
}
.policy-static2 .container .col-md-4 .col {
    padding: 30px;
}
.policy-static2 .container .col-md-4 .col:hover i{
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.policy-static2 .container .col-md-4 .col i{
    font-size: 40px;
    color: #666666;
    font-weight: normal;
    float: left;
}
.policy-static2 .container .col-md-4 .col .banner-text {
    margin-left: 60px;
}
.policy-static2 .container .col-md-4 .col .banner-text h2 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
	margin-top: 0;
}
.policy-static2 .container .col-md-4 .col .banner-text p {
    font-size: 13px;
    color: #999999;
    font-weight: 400;
    margin: 0;
}
.policy-static2 .container .col-md-4 .col.col2 {
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}
.glyphicon-map-marker {
    font-size:12px !important;
}
.prmn-cmngr__title a {
    color:#000 !important;
}

.policy-static {
    display: inline-block;
    vertical-align: middle;
}
.policy-static .col {
    float: left;
    margin-right: 50px;
}
.policy-static .col i {
    color: #ffffff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f8484a;
    float: left;
    text-align: center;
    border-radius: 3px;
}
.policy-static .col3 i {
	background: #ffb700;
}
.policy-static .col2 i {
	background: #407ac5;
}
.policy-static .col .static-text {
    margin-left: 50px;
    margin-top: 8px;
}
.policy-static .col .static-text h2 {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
	margin: 0;
}
.policy-static .col .static-text p {
    color: #999999;
    font-size: 12px;
    margin-top: 5px;
}
/* language-currency */
.top-left {
	float:right;
}
.language-currency {
	float:left;
}
/* language-------------------------------------*/
.language {
	float:left;
	position:relative;
}
.language:after {
	height:12px;
	width:1px;
	background:#fff;
	content:"";
	position:absolute;
	right:0;
	top:50%;
	margin-top: -7px;
}
.language label {
	display:none;
}
.language #form-language {
	padding-left:0;
}
.language .btn-link {
	border:0;
	padding:13px 23px 13px 15px;
	color:#fff;
	font-size:12px;
	text-transform: capitalize;
	text-decoration:none;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.language .btn-link:hover,
.language .btn-link:hover:after  {
	color: #00984d;
}
.language .btn-link:after {
	content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 1;
    padding-left: 3px;
}

.language .btn-link img {
	margin-top: -3px;
	margin-right:3px;
}
.language .dropdown-menu .btn-link {
	color:#393939;
}
.language .dropdown-menu .btn-link:after {
	display:none;
}
.language .dropdown-menu .btn-link img {
	margin-right:6px;
}
.language #form-language .dropdown-menu li .btn-link.language-selected {
	color: #00984d;
}
/* currency-------------------------------------*/
.currency {
	float:left;
	position:relative;
}
.currency:after {
	height: 12px;
    width: 1px;
    background: #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
.currency label {
	display:none;
}
.currency #form-language {
	padding:10px 15px;
	padding-left:0;
}
.currency .btn-link {
	border:0;
	padding: 13px 20px 13px 23px;
	color:#fff;
	font-size:12px;
	text-transform: capitalize;
	text-decoration:none;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.currency .btn-link:hover,
.currency .btn-link:hover:after  {
	color: #00984d;
}
.currency .btn-link:after {
	content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 1;
    padding-left: 3px;
}

.currency .btn-link img {
	margin-top: -3px;
	margin-right:3px;
}
.currency .dropdown-menu .btn-link {
	color:#393939;
}
.currency .dropdown-menu .btn-link:after {
	display:none;
}
.currency .dropdown-menu .btn-link img {
	margin-right:6px;
}
.currency #form-language .dropdown-menu li .btn-link.currency-selected {
	color: #00984d;
}
/*--------------------*/
#top-links .dropdown-menu li:hover a,
#form-language .dropdown-menu li:hover button,
#form-currency .dropdown-menu li:hover button{
	color: #00984d;
	background: none;
}
#top-links .dropdown-menu li a,
#form-language .dropdown-menu li button,
#form-currency .dropdown-menu li button{
	color: #393939;
	text-decoration: none;
	padding: 5px 0;
	text-align: left;
}
#top-links .dropdown-menu li{
	padding: 0 !important;
}
#top-links .dropdown-menu,
#form-language .dropdown-menu,
#form-currency .dropdown-menu{
	border:0;
	left: 0;
	left: auto;
	padding:10px 15px;
	box-shadow:0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	margin:0;
	min-width: 120px;
	background:#fff;
}
.lang-curr form > .btn-group > .dropdown-menu{
	right: 0;
	left: auto
}
.lang-curr form > .btn-group > span,
.lang-curr form > .btn-group > button{
	padding: 10px 0;
}
.lang-curr > div:not(:last-child) > form{
	margin-right: 20px;
	padding-right: 20px;
}
.text-cl + .btn-link i{
	margin-left: 3px;
}
.text-cl + .btn-link,
.text-cl{
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	padding: 0;
	line-height: 20px;
	border: none;
}
.text-cl{
	margin-right: 5px;
}
header{
	padding: 20px 0 10px;
	background: #ffff;
	min-height:113px;
	position:relative;
	z-index:998;
}
/* top-links */
#top-links {
	float: left;
}
#top-links .list-inline,
#top-links .list-inline li{
	padding: 0;
	margin: 0;
}
#top-links .dropdown-menu {
	border: 0;
    left: 0;
    padding: 10px 15px;
    box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-width: 120px;
    background: #fff;
}
#top-links .list-inline .dropdown .dropdown-toggle {
	padding: 13px 15px 13px 20px;
	display:inline-block;
}
#top-links li a {
	color: #fff;
    font-size: 12px;
    text-transform: capitalize;
	position:relative;
	text-decoration:none;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
#top-links li a:hover,
#top-links li a:hover:after {
	color:#00984d;
}
#top-links li a:after {
	content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 1;
    padding-left: 6px;
}
#top-links > .list-inline > li:not(:last-child) > a{
	margin-right: 10px;
	padding-right: 10px;
}
#top-links .dropdown-menu li a:after {
	display:none;
}
/* -------------------------------- */

/* main-menu */
body:not(.common-home) .main-menu{
	margin-bottom: 0;
}
.text-search {
	margin:20px 0 !important;
}
.main-menu{
	min-height: 65px;
	background: #222;
}

/* cart */

#cart > button:focus{
	box-shadow: none;
}
#cart .top-cart-contain button {
	background: none;
    padding: 0;
    display: inline-block;
    float: none;
    border: 0;
	box-shadow:none;
}


#cart .dropdown-menu {
    background:#fff;
	box-shadow:0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
	border:0;
    padding:20px;
	margin:10px 0 0;
    position: absolute;
    right: 0;
	display:inherit;
    text-align: left;
    top:99%;
    width: 340px;
	display:none;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li p {
	font-size: 14px;
	color:#3a3939;
	padding: 0;
	text-align: center;
	padding: 10px;
}
.row-cart { width:100%; margin-bottom:10px; display:inline-block; }
.row-cart .image-cart {
	width:87px;
	float:left;
}
.row-cart .image-cart .img-thumbnail { 
	border-radius:0;
	padding:0;
	border:0;
	background:none;
}
.row-cart .cart-content {
	margin-left:100px;
    font-size: 14px;
	text-align:left;
	position:relative;
}
.cart-content .cart-button {
	position:absolute;
	bottom:0px;
	right:0;
}
.cart-content .btn {
	padding:0;
	background:none;
	border:0;
}
.cart-content .btn:hover { background:none; }
.cart-content .btn .fa-times-circle { color:#333; border:0; }
.cart-content .btn .fa-times-circle:hover { color:#00984d; }
.cart-content .product-name a {
    color: #666666;
    font-size: 13px;
	font-weight:400;
    text-transform: capitalize;
}
.cart-content .product-name a:hover {
	color:#00984d;
}
.cart-content .cart-price {
	color:#00984d;
	font-weight:500;
	font-size:16px;
}
.cart-content strong {
	font-weight:500;
}
#cart .top-cart-contain .dropdown-menu button:before {
	display:none;
}
.row2-cart { text-align:right; width:100%; font-size:14px; }
.row2-cart { text-align:right; width:100%; font-size:14px;}
.row2-cart .box-cart { margin-bottom:5px; }
.row2-cart .box-cart .text strong {
    font-size: 12px;
	color:#3a3939;
	font-weight:600;
	text-transform:uppercase;
}
.row2-cart .button-cart a {
	background:#00984d;
	border:0;
    font-weight: 400;
    font-size: 13px;
    padding: 8px 15px 6px;
    text-transform: capitalize;
    color: #fff;
	border-radius:5px;
	display:inline-block;
}
.row2-cart .button-cart a strong { font-weight:400; }
.row2-cart .button-cart .fa { margin-right:5px; }
.row2-cart .button-cart {
	display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.row2-cart .button-cart a:hover {
	background:#222;
    color: #fff;
}
#cart > button > i{
	display: none;
}



#cart #cart-total .cart-item {
	margin-left:3px;
}
#cart > button + .dropdown-menu{
	padding: 10px;
	min-width: 300px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border-top: none;
}
.cart-close i{
	color: #d9534f;
}
.cart-close button{
	border: none;
	font-size: 14px;
	background: none;
}
.cart-close{
	padding: 8px 0 0 0 !important;
}
#cart > button + .dropdown-menu li p{
	line-height: 30px;
	margin: 0;
}
/* content */
#content {

}
#content h1, #content h2 {
    border: medium none;
    color: #444;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}
/* carousel */
.owl-item{
	padding: 0 15px;
}
.owl-buttons div {
    background: none;
    border: 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
	line-height:35px;
    font-size: 0;
    padding: 0;
    margin: 0 0 0 6px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    opacity: 1 !important;
	
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}


.testimonial-container .owl-buttons div {
    background: none;
    border: 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
	line-height:3s5px;
    font-size: 0;
    padding: 0;
    margin: 0 0 0 6px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    opacity: 1 !important;
	
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}




.owl-buttons div:hover {
	background:none;
    color:#000;
    opacity: 0.85;

}
.owl-carousel .owl-buttons div.owl-next {
	right:0;
} 
.owl-carousel .owl-buttons div.owl-prev {
	left:0;
}
.owl-carousel:hover .owl-buttons div {
	opacity:1;
}


.owl-carousel .owl-buttons div.owl-next {
	right: 0px;
}
.owl-carousel .owl-buttons div.owl-prev {
	left: 0px;
}


.testimonial-container .owl-carousel .owl-buttons div.owl-next {
	right: -20px !important;
}
.testimonial-container .owl-carousel .owl-buttons div.owl-prev {
	left: -25px !important;
}







.owl-buttons div:before {
	font-family: 'Material-Design-Iconic-Font';
    display: block;
    font-size: 18px;
	color:#000 ;

	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}




.testimonial-container .owl-buttons div:before {
	font-family: 'Material-Design-Iconic-Font';
    display: block;
    font-size: 45px;
	color:#000 ;

	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}


.owl-buttons div.owl-prev:before {
	text-indent: -1px;
    content: "\f2fa";
    
}
.owl-buttons div.owl-next:before {
	content: "\f2fb";
    text-indent: 1px;
}
/* module-title */
#content .module-title h2,
#content .module-title h3 {
    display: inline-block;
    color: #000;
    font-size: 28px;
    margin: 0;
    font-weight: 600;
margin-top:20px;
    padding: 0px;
    position: relative;
    z-index: 2;
    line-height:26px;
}

.module-title h2,
.module-title h3 {
    display: inline-block;
    color: #333333;
    font-size: 28px;
    margin: 0;
    font-weight: 600;
 padding: 0 15px;
    padding: 0 0 13px;
    position: relative;
    z-index: 2;
}

.module-title {
	text-align: left;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	border-bottom:0px solid #ededed;
}
.home-moduls {
	margin:50px 0 0;
}
/* blog */
#blog_home {
	text-align: center;
	margin: 40px 0 0;
}
#blog_home .module-title {
	    margin-bottom: 30px;
}
#blog_home .item-inner {
	padding:0;
	box-shadow:none !important;
}
#blog_home .articles-image {
	display: inline-block;
    width: 100%;
}
#blog_home .articles-image img {
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
#blog_home .articles-image img:hover {
	opacity:0.88;
}
#blog_home .articles-date {
	background: #1f1f1f;
    padding: 15px 20px;
    float: left;
    width: 100%;	
}
#blog_home .articles-date span{
	font-size: 11px;
    text-transform: uppercase;
    color: #00984d;
    float: left;
    font-weight: 700;
}
#blog_home .aritcles-content {
	display: inline-block;
    width: 100%;
	text-align:left;
	margin:20px 0 0;
}
#blog_home .articles-name:hover{
	color: #00984d;
}
#blog_home .articles-name {
	display: block;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-weight: 600;
    position: relative;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
#blog_home .articles-intro {
	font-size:13px;
	color:#666666;
	font-weight:400;
	margin:10px 0 0;
}
#blog_home .readmore {
	display:block;
	margin:13px 0 0;
}
#blog_home .readmore a:hover{
	color: #00984d;
	z-index:9999 !important;
}
#blog_home .readmore a{
	color: #333333;
	font-size:13px;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
/*Search-category============================================================*/
#search-by-category {
    float:left;
	position:relative;
}
.search-container {
	width:310px;
	border:0;

	float:left;
	margin:0;

	border-radius:0px 0px 0 0;
	padding:0px;
}
#search-by-category .search-container .categories-container{
    float:left;
    Display:none;
    position:relative
}
#search-by-category .search-container #text-search {
    width: 79%;
    border:1px #eee solid !important;
    border-right:0px !important;
    box-shadow:none;
    height:38px;
	line-height:43px;
    border-radius:2px;
    color: #666666;
    font-size: 14px;
	font-weight:300;
	padding:0 10px 0 20px;
	float:left;
}
#search-by-category .search-container #sp-btn-search{
    width:48px;
    float:left;
}
#search-by-category .search-container .categories-container {
    text-transform: uppercase;
    border:0;
	background:#fff;
	border-radius:5px 0 0 5px;
	position:relative;
	max-width:166px;
	min-width:166px;
	
}
#search-by-category .search-container .categories-container:after {
	content: "";
	width: 1px;
	height:16px;
	background: #7f7f7f;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0;
}
#search-by-category .search-container .categories-container .hover-cate p {
    margin:0;
	font-size: 12px;
	color: #333333;
	font-weight:400;
    padding:0 57px 0 25px;
    cursor: pointer;
    height: 38px;
	line-height:41px;
    overflow: hidden;
	text-transform:capitalize;
	border-radius:50px 0 0 50px;
	position:relative;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
	content: "\f2f9";
    font-family: 'Material-Design-Iconic-Font';
    position:absolute;
	right:13px;
	top:0;
    font-size: 14px;
    color: #555555;
}
#search-by-category .search-container .categories-container .hover-cate p:hover {
	background:#fff;
}
#search-by-category .search-container .categories-container .hover-cate p i{
    position:absolute;
    top:30%;
    right:0px;
    padding:6px 20px 5px 0;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: none repeat scroll 0% 0% #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top:5px;
    border: 0 !important;
    padding: 20px;
    width:120%;
	text-align:left;
    cursor: pointer;
	border-radius:5px;
}
.cate-items li {
    text-transform: capitalize;
    color:#333;
    font-size: 12px;
	line-height:25px;
    list-style: none;
}
.cate-items li.f1 {
    padding-left: 10px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 50%;
    top: 43px;
   
    width: 75%;
    margin: 0 0 0 -182px;
}
.search-ajax .product-name {
	margin:5px 0 3px;
}
.search-ajax .product-info { margin-bottom:20px; }
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:300px;
    overflow: auto;
    padding:10px 0;
	box-shadow:0 0 4px 0 rgba(0,0,0,.14);
}

.ajax-result-msg {
    padding:15px;
    border:1px #eee solid;
}



#search-by-category .item-inner {
	padding:10px 15px 20px;
	margin-bottom:10px;
}
#search-by-category .item-inner:before {
	display:none;
}
#btn-search-category {
    background:#ffffff;
    padding:0;
	height:38px;
	line-height:38px;
	width:48px;
	font-size:0;
	border:1px solid #eee !important;
	border-left:0px solid #eee !important;
    box-shadow:none;
    border-radius: 2px;
	margin:0;
    text-shadow:none;
}
#btn-search-category:before {
	font-family:'Material-Design-Iconic-Font';
	content:'\f1c3';
	font-size:24px;
	display:inline-block;
	color:#00984d;
	line-height:38px;
}
#btn-search-category:hover:before {
	-webkit-animation: pulse 800ms ease-in-out infinite;
    -moz-animation: pulse 800ms ease-in-out infinite;
    -ms-animation: pulse 800ms ease-in-out infinite;
    animation: pulse 800ms ease-in-out infinite;
}
/* module product */
.label-pro-sale,.label-pro-new {
	width:39px;
	height:39px;
	line-height:39px;
	border-radius:100%;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	position:absolute;
	top:10px;
	left:10px;
	z-index:11;
}
.label-pro-sale {
	background:#00984d;
}
.label-pro-new {
	background:#93c241;
}
.item-inner {
	position: relative;
	padding: 15px 10px 10px;
    display: inline-block;
    width: 100%;
    background: #fff;
	z-index:1;
	-webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    transition: ease .4s all;
}

.item-inner .des-container {
	text-align:left;
	padding:18px 8px 5px;
	position:relative;
}
#content .item-inner .product-name {
	margin:0;
}
.item-inner .product-name a {
	font-size: 14px;
    line-height:18px;
    color: #333;
	font-weight: 400;
	text-transform: none;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}

.wwe {
    font-size:16px;
    line-height:28px;
}
.weqqq {
    font-size:24px !Important;
}



.checkbox label {
    color:#666 !important;
}

.item-inner .product-name a:hover {
	color:#00984d;
}
.item-inner .ratings {
	margin:5px 0 0;
}

.item-inner .ratings .review-count {
	display:none;
}
.item-inner .price-label {
	margin:5px 0 0;
	text-align:left;
}
.item-inner .price-label .special-price {
	display:inline-block;
	margin:0;
}
.item-inner .price-label .old-price {
	display:inline-block;
	margin:0;
}
.item-inner .special-price .price {
	color:#00984d;
}
.item-inner .price {
	font-size: 16px;
    color: #333333;
    text-align: left;
    font-weight: 500;
    margin: 10px 0 0;
}
.item-inner .price-new {
	display: inline-block;
	color: #000;
	font-size:18px;
	font-weight:600;
}
.item-inner .price-old {
	display: inline-block;
	color: #5c5c5c;
    font-size: 14px;
    margin-left: 5px;
    font-weight: normal;
}
.item-inner .price-tax {
	font-size:15px;
	display:none;
}
.item-inner .product-des {
	display:none;
}
.common-home .item-inner .product-des {
	display:inline-block;
	width:100%;
	font-size:12px;
	margin-top:15px;
}
.item-inner .old-price .price {
	color: #5c5c5c;
    font-size: 14px;
    margin-left: 5px;
	font-weight: normal;
    text-decoration: line-through;
}
.item-inner .actions {
	background:#fff;
	display:inline-block;
	width:100%;
	padding:15px 0;
	position:absolute;
	bottom:0;

	opacity:0;
	-webkit-transition: ease .5s all;
    -moz-transition: ease .5s all;
    transition: ease .5s all;
	-webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
}
.item-inner:hover .actions {
	opacity:1;
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.item-inner .actions .add-to-links {
	padding:0;
	text-align:left;
}
.item-inner .add-to-links div {

	list-style:none;
	margin-left: 6px;
}
.item-inner .add-to-links div:first-child {
	margin:0;
}
.item-inner .qv-button-container {
	position: absolute;
	top:50%;
	margin-top:-30px;
	left:0;
	width:100%;
	text-align:center;
}
.item-inner .btn-quickview {
    line-height: 38px;
    height: 37px;
    width: 37px;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    font-size: 0;
    color: #fff;
    background: #00984d;
    cursor: pointer;
	border:0;
	opacity:0;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
    display:none !important;
}
.item-inner .btn-quickview:before {
	font-family: 'Material-Design-Iconic-Font';
    display: block;
    font-size: 18px;
     display:none !important;
	content: "\f15c";
}
.item-inner:hover .btn-quickview:hover {
	opacity:0;
	 display:none !important;
}
.item-inner:hover .btn-quickview {
	opacity:0;
}
.add-to-links {
     text-align: center !important;  
}

.item-inner .add-to-links .btn-cart {
	border:1px solid #d6d6d6;
	line-height: 36px;
    height: 36px;
    min-width: 150px !important;
    text-align:center !important;
	border-radius: 2px;
	padding:0PX 15PX !IMPORTANT;

	position: relative;
    text-align: center;
	font-weight: 600;
	display: inline-block;
    font-size: 13PX ;
	color:#333 !IMPORTANT;
	background: #fff;

	cursor:pointer;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.item-inner .add-to-links .btn-cart {

}
.item-inner .add-to-links a {
	border:1px solid #d6d6d6;
	line-height: 36px;
    height: 36px;
    width: 36px;
	border-radius: 2px;
	padding:0;
	position: relative;
    text-align: center;
	font-weight: 400;
	display: inline-block;
    font-size: 0;
	color:#333;
	background: #fff;
	cursor:pointer;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.item-inner .add-to-links a:before {
	font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    font-size: 16px;
}
.item-inner .add-to-links a.link-wishlist:before {
	content: "\f15e";
}
.item-inner .add-to-links a.link-compare:before {
	content: "\f1b5";
}
.item-inner .add-to-links .btn-quickview:hover,
.item-inner .add-to-links a:hover,
.item-inner .add-to-links .btn-cart:hover {
	background:#00984d;
	border-color:#00984d;
	color:#fff !important;
}
/*hover images==========================================================================*/
.item-inner .images-container {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 0;
	z-index:2;
}
.item-inner .product-image .image1 {
	display:block;
	float:left;
	width:100%;
	z-index:1
}
.item-inner:hover .product-image .image1 {
	opacity:0.9;

}

.item-inner .image2 {
	position:absolute;
	top:0;
    left:0;
    opacity:0;
	display:block;
	width:auto;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}
.item-inner:hover .image2
{
	opacity:1;
	z-index: 0;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}

.product-list .product-container .image {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 0;
}
.product-list .product-container .product-image .image1 {
	display:block;
	float:left;
	width:100%;
	z-index:1
}
.product-list .product-container:hover .product-image .image1
{
	opacity:0;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}

.product-list .product-container .image2 {
	position:absolute;
	top:0;
    left:0;
    opacity:0;
	display:block;
	width:auto;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}
.product-list .product-container:hover .image2
{
	opacity:1;
	z-index: 0;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}
/* .item-inner .add-to-links div {
	  transform: scale(0);
    -ms-transform: scale(0); 
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
} */
.item-inner:hover .add-to-links div {
	 transform: scale(1);
    -ms-transform: scale(1); 
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.item-inner .add-to-links div.cart {
	-webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.item-inner .add-to-links div.wishlist {
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.item-inner .add-to-links div.compare {
	-webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.item-inner .add-to-links div.qv-button-container {
	-webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
/*----------------------------------*/
.product-layout .image,
.product-layout .image > a{
	position: relative;
	display: block;
}
.product-layout:hover .image img{
	opacity: .7;
	visibility: visible;	
}
.product-layout:hover .image .img-r + img{
	opacity: 0;
}
.product-layout .image .img-r{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
}
.product-thumb.layout2 .product-name:hover a{
	color: #00984d;
}
.product-thumb.layout2 .actions-link .btn-cart i,
.product-thumb.layout2 .actions-link .btn-wishlist,
.product-thumb.layout2 .actions-link .btn-compare{
	display: none;
}
.product-thumb.layout2 .actions-link .btn-cart i{
}
.product-thumb.layout2 .product-intro{
	text-align: center;
	margin-top: 20px;
}
.product-thumb.layout2 .product-name{
	margin: 10px 0 10px 0;
	padding-right: 50px;
	line-height: 15px;
	font-size: 12px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.product-thumb.layout2 .product-name a{
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
}
.product-thumb.layout2 .image .label-product2{
	position: absolute;
	width: 60px;
	height: 60px;
	background: #333333;
	border-radius: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	z-index: 1;
	line-height: 60px;
	bottom: -30px;
	right: 0;
}
.product-thumb.layout2:hover .image .label-product2{
	bottom: -20px;
}
.product-thumb.layout2 .ratings{
	display: none;
}
.row_items .product-layout:not(:last-child) .product-thumb.layout2{
	padding-bottom: 35px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 23px;
}
.label-product{
	position: absolute;
	left: 10px;
	top: 35px;
	background: #FEA301  !important;
	z-index: 3;
	text-align:center;
	border-radius:100%;
}
.label-product span{
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	width:53px;
	height: 53px;
	position: relative;
	letter-spacing:0.5px;
}
.label-product.l-new{
	background: #407ac5;
}
.label-product.f-label + .l-new{
	left:inherit;
	right:20px;
	top:20px;
}
.ratings{
	margin: 10px 0;
}
div[class^="rating"] {
    background-position: center left;
    margin: 5px 0;
}
div[class^="rating"] {
    text-indent: -999999px;
}
.rating0 {
    background: url('../image/rating0.png') no-repeat;
}
.rating1 {
    background: url('../image/rating1.png') no-repeat;
}
.rating2 {
    background: url('../image/rating2.png') no-repeat;
}
.rating3 {
    background: url('../image/rating3.png') no-repeat;
}
.rating4 {
    background: url('../image/rating4.png') no-repeat;
}
.rating5 {
    background: url('../image/rating5.png') no-repeat;
}
.price{
	color:#101010;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}
.price span{
	display: block;
}
.price-old{
	font-size: 18px;
    color: #999999;
    font-weight: 400;
	text-decoration: line-through;
}
.price-new{
	color: #3b3b3b;
    font-size: 24px;
    font-weight: 600;
	line-height: 1;
}
.layout3 .actions-link .btn-cart .button:hover{
	background: #333;
}
.layout3 .actions-link .btn-cart .button{
	line-height: 40px;
	padding: 0 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	background: #00984d;
	border-radius: 3px;
	text-transform: capitalize;
	letter-spacing: 0;
	border: none;
	margin-top: 15px;
}
.layout3 .actions-link .btn-wishlist,
.layout3 .actions-link .btn-compare{
	display: none;
}
.layout3 .product-inner,
.layout3 .product-caption{
	float: left;
	width: 100%;
}
.layout3 .product-intro{
	float: right;
	width: auto;
}
.layout3 .price{
	float: left;
	width: auto;
	margin-top: 15px;
	margin-bottom: 0;
}
.layout3 .product-inner{
	border: 1px solid #e5e5e5;
	position: relative;
	padding: 93px 20px 15px;
}
.layout3 .product-name a:hover{
	color: #00984d;
}
.layout3 .product-name{
	margin: 0;
}
.layout3 .product-name a{
	color: #666666;
	font-size: 20px;
	line-height: 23px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration: none;
}
.layout3 .ratings{
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.product-layout.layout4:last-child{
	border-bottom: 1px solid #e5e5e5;
}
.product-layout.layout4{
	margin: 0;
	float: left;
	width: 100%;
	padding: 30px 0 0;
	border-top: 1px solid #e5e5e5;
}
.product-layout.layout4 .product-thumb .product-inner{
	float: left;
	width: 70%;
	padding-left: 20px;
	margin: 0;
}
.product-layout.layout4 .ratings{
	display: none;
}
.product-layout.layout4 .product-thumb .image{
	width: 30%;
	float: left;
}
.product-layout.layout4 .price-old{
	font-size: 12px;
}
.product-layout.layout4 .price-new{
	font-size: 18px;
}
.product-layout.layout4 .product-name{
	margin-top: 0;
	line-height: 1;
	font-size: 13px;
}
.product-layout.layout4 .product-name a:hover{
	color: #00984d;
}
.product-layout.layout4 .product-name a{
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 18px;
}
.product-layout.product-grid.layout4 .product-inner .product-caption{
	padding: 0;
}
.product-grid .item-inner .actions {
	bottom:-8px;
}
.custom-products .row {
	margin:0;
}
.custom-products .product-layout {
	padding:0;
}

.custom-products .product-layout.product-list {
	margin:0;
	border-right:0;
}
.product-grid .item-inner {
	min-height:350px;
}
.product-list .layout1{
	border: none;
	float: left;
	padding: 0;
	padding-bottom: 30px;
}
.product-list  .layout1 .product-intro {
    float: left;
}
.product-list  .layout1 .btn-wishlist i,
.product-list  .layout1 .btn-compare i{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.product-list .product-des{
	margin-top: 12px;
	display:inline-block;
	font-size:13px;
	color:#807f7f;
	line-height:25px;
}
.product-list .item-inner .add-to-links .btn-cart {
	width:auto;
	padding:0 13px;
	font-size:13px;
	line-height:38px;
	text-transform:capitalize;
	border-radius:5px;
	color:#666666;
}
.product-list .item-inner .add-to-links .btn-cart:hover {
	background: #00984d;
    border-color: #00984d;
    color: #fff;
}
.product-list .item-inner .add-to-links .btn-cart:before {
	line-height:20px;
	margin-right:8px;
}
.product-list .item-inner .add-to-links a { border-radius:5px; }
.product-list .item-inner .add-to-links a:before { font-size:18px; color:#666666; }
.product-list .item-inner .add-to-links a:hover:before { color:#fff; }
.product-list .price{
	min-height: auto;
}
.product-list .layout1 .product-name a{
	font-size: 18px;
	color: #333333;
}
.product-list .product-thumb {
	float:left;
}
.product-list .item-inner .actions {
	margin:10px 0 0;
	position:initial;
	opacity:1;
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.product-list .item-inner:before {
	display:none;
}
.product-list .item-inner .product-name a {
	font-size:16px;
	color:#666666;
}
.product-list .item-inner .product-name a:hover {
	color:#00984d;
}
.product-list .item-inner .price-rating,
.product-list .item-inner:hover .price-rating {
	opacity:1;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.product-list .item-inner .price,.product-list .item-inner .price-new { font-size:20px; }
.custom-products .product-list:last-child .item-inner {
	border:0;
}
.layout1 .per-sale,
.layout1 .price-new{
	display: inline-block;
}
.layout1 .price-new{
	font-size: 18px;
}
.layout1 .price-old{
	font-size: 13px;
	line-height: 1;
}
.layout1 .per-sale{
	background: #d4232b;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 19px;
	padding: 2px 8px 0;
}
.layout1 .product-intro{
	position: relative;
	text-align: center;
}
.product-grid .layout1 .product-des,
.layout1 .price-tax{
	display: none;	
}
.layout1 .btn-cart i{margin-right: 5px;}
.layout1 .btn-wishlist i:hover,
.layout1 .btn-compare i:hover{
	color: #fff;
	border-color: #00984d;
	background-color: #00984d;
}
.layout1 .btn-wishlist i,
.layout1 .btn-compare i{
	cursor: pointer;
	font-size: 14px;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 33px;
	border: 1px solid #ccc;
	font-weight: 400;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-right: -4px;
}
.layout1 .btn-compare i{
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	margin: 0;
	margin-left: -4px;
	display: inline-block;
}
.related-product .actions-link2,
.featured-module .actions-link2,
.product-tabs-container-slider .actions-link2{
	margin: 0 -10px;
}
.layout1:hover .btn-wishlist i,
.layout1:hover .btn-compare i{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.layout1 .btn-wishlist,
.layout1 .btn-compare{
	color: #444;
	font-size: 0;
	padding: 0;
	background: #fff;
	display: inline-block;
	width: 34px;
}
.randomproduct-module {
	margin: 0 0 30px;
}
.randomproduct-module .module-title h2,
.randomproduct-module .module-title h3 {
	font-size:22px;
}





.randomproduct-module .item-inner:before {
	display:none;
}
.randomproduct-module .images-container {
	width: 80px;
    float: left;
}
.randomproduct-module .des-container {
	margin-left: 100px;
    position: relative;
	padding:0;
}
.randomproduct-module .owl-wrapper-outer {
    padding: 10px 0;
}
.randomproduct-module .product-name {
	margin:0;
}
.randomproduct-module .item-inner .actions {
	display:none;
}
/* Product-grid */
.product-grid .item-inner .actions .add-to-links {
	display:inline-block;
	margin:0;
}
/* tab categories */
.product-empty {
	font-size:15px;
	color:#333;
	font-weight:400;
	text-transform:capitalize;
	padding:20px;
	text-align:center;
}
.tabcategory-container {
	margin:60px 0 0;
}
.category-home,.category1-home {
	margin:35px 0 0;
}
.tabcategory-container .tab-title {
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.tabcategory-container .tabs-categorys{
    float:left;
	margin:0;
	width:237px;
	padding:30px 20px;
}
.tabs-categorys li {
    text-transform: capitalize;
    font-size: 13px;
	font-weight:400;
	padding-bottom:15px;
    cursor: pointer;
    color: #666666;
	display:inline-block;
	width:100%;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.tabs-categorys li:hover,
.tabs-categorys li.active {
	color:#00984d;
}
.tabs-categorys li:last-child {
	margin:0;
}
.tabcategory-container .tab_container_category {
	background:#fff;
}
.tabcategory-container .item-inner:before {
	height: 80%;
    width: 1px;
    background: #ededed;
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.tabcategory-container .item-inner:hover:before,
.tabcategory-container .last-active .item-inner:before {
	display:none;
}
.tabcategory-container .product-big-container {
	display:inline-block;
	width:100%;
}
.tabcategory-container .product-big-content {
	border:1px solid #ededed;
}
.tabcategory-container .images-category img {
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.tabcategory-container .images-category img:hover {
	opacity:0.8;
}
.tabcategory-container .product-big-container .product-big {
	margin-left:237px;
	margin-bottom:0;
	display:block;
	padding:45px 35px 68px;
	width:auto;
	background:#fff;
	box-shadow:none;
	border-left:1px solid #ededed;
}
.tabcategory-container .product-big-container .product-big:before {
	display:none;
}
.tabcategory-container .product-big-container .item-inner .product-name a {
	font-size:18px;
	color:#333333;
	font-weight:500;
}
.product-big-container .item-inner .product-name a:hover {
	color:#00984d;
}
.product-big-container .item-inner .ratings {
	margin:10px 0 0;
}
.product-big-container .item-inner .price-label {
	margin:15px 0 0;
}
.product-big-container .item-inner .price {
	font-size:22px;
}
.product-big-container .item-inner .images-container {
	width:310px;
	float:right;
}
.product-big-container .item-inner .images-container .qv-button-container { display:none; }
.product-big-container .item-inner .des-container {
	margin-right:320px;
	padding:3% 0 0;
}
.tabcategory-container .product-big-container .description {
	display: inline-block;
    width: 100%;
    margin: 15px 0 0;
    font-size: 13px;
    line-height: 25px;
}
.product-big-container .actions-big {
	margin:15px 0 0;
}
.product-big-container .actions-big .cart button {
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
	color:#fff;
	background:#333333;
	height:35px;
	line-height:38px;
	padding:0 15px;
	border-radius:5px;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.product-big-container .actions-big .cart button:hover {
	background:#00984d;
}
.tabcategory-container .description {
	display:none;
}
.tabcategory-container .owl-item {
	padding:0;
}
.tabcategory-container .owl-buttons div {
	width:35px;
	height:35px;
	line-height:35px;
	background:#fff;
	box-shadow:0 0 3px 1px #f2f2f2;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.tabcategory-container .owl-buttons div:hover {
	background:#00984d;
}
.tabcategory-container .owl-buttons div:hover:before {
	color:#fff;
}
.tabcategory-container .owl-buttons div:before {
	color:#333333;
}
.tabcategory-container .productTabContent {
	border:1px solid #ededed;
	margin:20px 0 0;
}
/* featured-categories */
.featured-categories-container {
	margin:40px 0 0;
}
#content .featured-categories-container .module-title h2,
#content .featured-categories-container .module-title h3 {
	padding:0;
}
.featured-categories-container .content-thumb {
	position:relative;
	background:#fff;
	border:1px solid #ededed;
	margin-bottom:30px;
}
.featured-categories-container .content-thumb:last-child {
	margin:0;
}
.featured-categories-container .featured-content {
	position:absolute;
	top:25px;
	left:20px;
}
.featured-categories-container ul {
	padding:0;
	margin:0;
}
.featured-categories-container ul li {
	list-style:none;
	padding-bottom:12px;
}
#content .featured-content .name {
	margin:0 0 18px;
}
#content .featured-content .name a {
	font-size:14px;
	color:#333333;
	font-weight:600;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
#content .featured-content .name a:hover {
	color:#00984d;
}
.featured-categories-container ul li a {
	font-size:13px;
	color:#666666;
	text-transform:capitalize;
	font-weight:300;
	padding-left:10px;
	position:relative;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.featured-categories-container ul li a:hover {
	color:#00984d;
	padding:0;
}
.featured-categories-container ul li a:before {
	width:4px;
	height:4px;
	background:#a4a4a4;
	border-radius:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:7px;
	left:0;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.featured-categories-container ul li a:after {
	display: block;
    content: '\f27d';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: -2px;
    right: 0;
    opacity: 0;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.featured-categories-container ul li a:hover:after {
	opacity: 1;
	right: -20px;
}
.featured-categories-container ul li a:hover:before {
	background:#00984d;
	opacity:0;
}
/* feature-products */
.featured-container .featured-products {
	border:1px solid #ededed;
	padding:15px 15px 5px;
	background:#fff;
}
#content .featured-container .module-title h2,
#content .featured-container .module-title h3 {
	padding:0;
}
.featured-container .module-title {
	margin-bottom:16px;
}
.featured-container .owl-item {
	padding:0;
}
.featured-container .item-inner {
	box-shadow:none;
	padding:0;
	border-bottom:1px solid #eeeeee;
}
.featured-container .item:last-child .item-inner {
	border:0;
}
.featured-container .images-container {
	width:75px;
	float:left;
}
.featured-container .des-container {
	margin-left:85px;
}
.featured-container .actions {
	display:none;
}
.featured-container .item-inner .price-new {
	font-size:16px;
}
.featured-container .item-inner .price-old {
	font-size:14px;
	margin-left:2px;
}
/* mostviewed-products */
.mostviewed-container {
	margin:35px 0 0;
}
.mostviewed-container .owl-item {
	padding:0;
}
#content .mostviewed-container .module-title h2,
#content .mostviewed-container .module-title h3 {
	padding:0;
}
.most-viewed-products-slider {
	border:1px solid #ededed;
}
/* layernavigation */
.layernavigation-module .module-title {
	display:none;
}
.layernavigation-module .filter-attribute-container label,
.layernavigation-module .filter-attribute-container1 label   {
	position: relative;
    display: block;
    color: #333333;
    border-bottom: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    border-bottom:0px #ededed  solid !important;
    
}






.layernavigation-module .filter-attribute-container .filter-price {
	padding:0 15px;
}
/* occountdown */
.occountdown-container {
	margin:35px 0 0;
}
.occountdown-container .module-title {
	margin:0;
}
.occountdown-container .countdown-product-inner {
	background:#fff;
	border:1px solid #ededed;
}
.occountdown-container .owl-item {
	padding:0;
}
.occountdown-container .item-inner {
	padding:15px 10px 5px;
}
.occountdown-container .item-inner .des-container {
	padding:18px 8px 5px;
}
.box-timer{
	background:url('../image/bg-timer.png') repeat;
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	opacity:0;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.item-inner:hover .box-timer {
	opacity:1;
}
.countdown-section{
	width: 25%;
	display: inline-block;
	text-align: center;
	padding: 15px 0;
	line-height: 1;
}
.countdown-section .countdown-amount{
	font-size: 13px;
	color: #333333;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	line-height: 1;
}
.countdown-section .countdown-period {
	font-size: 12px;
	color: #979797;
	margin:5px 0 0;
	display:block;
}
/* featurer category */

/* bestseller */
.bestseller-container .bestseller-products {
	border:1px solid #ededed;
	padding:15px 15px 5px;
	background:#fff;
}
#content .bestseller-container .module-title h2, 
#content .bestseller-container .module-title h3 {
	padding:0;
}
.bestseller-container .module-title {
	margin-bottom:16px;
}
.bestseller-container .owl-item {
	padding:0;
}
.bestseller-container .item-inner {
	box-shadow:none;
	padding:4px 0 10px;
	border-bottom:1px solid #eeeeee;
}
.bestseller-container .item:last-child .item-inner {
	border:0;
}
.bestseller-container .images-container {
	width:75px;
	float:left;
}
.bestseller-container .des-container {
	margin-left:90px;
}
.bestseller-container .actions {
	display:none;
}
.bestseller-container .item-inner .price-new {
	font-size:16px;
}
.bestseller-container .item-inner .price-old {
	font-size:14px;
	margin-left:2px;
}
/* testimonial */
.testimonial-container {
	position:relative;
	margin:40px 0 0;
}
.testimonial-container .block-title {
	display:none;
}
.testimonial-container .owl-item {
	padding:0;
}
.testimonial-container .testimonial-content {
	padding:55px 0 0;
	text-align:center;
}
.testimonial-container .testimonial-box {
	background:url("../image/tes_bg.png") no-repeat 10% 20px #f4f4f4;
	padding:70px 40px 40px;

}
.testimonial-container .testimonial-images {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
}
.testimonial-container .text-des {
	font-size:12px;
	color:#fff;
	line-height:25px;
	font-style: italic;
}
.testimonial-container .testimonial-author {
	width:100%;
	display:inline-block;
	font-size:18px;
	font-weight:500;
	color:#000;
	margin:0px 0 10px;

}

.testimonial-content a{
text-align:right !important;
    font-size:12px;
   font-weight:600 !important;
   padding:10px ;
   border:1px #00984d solid !important;
   color:#00984d !important;
     -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.testimonial-content a:hover{
background:#00984d;
   color:#fff !important;
   
}





.testimonial-container .owl-pagination {
	position:absolute;
	left:0;
	bottom:25px;
	width:100%;
	text-align:center;
}
.testimonial-container .owl-pagination div {
	display:inline-block;
}
.testimonial-container .owl-pagination span {
    border: none;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    font-size: 0;
    width: 10px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    border-radius: 100%;
    background: #e3e3e3;
    line-height: 10px;
    box-shadow: none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.testimonial-container .owl-pagination div.active span {
	width:32px;
	border-radius:5px;
	background:#fff;
}
/* newsletter popup */
.b-close{
	display: block;
}
.newletter-popup{
	background: #fff;
	top: 50% !important;
	margin-top: -179px;
	position: fixed !important;
	padding: 50px 20px;
	text-align: center;
	display: none;
}
#boxes .newletter-title h2{
	font-size: 23px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#boxes .box-content > label{
	font-weight: 400;
	width: 80%;
	font-size:14px;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 50%;
	margin: 20px 0;
	padding:0 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	position: absolute;
	right: -12px;
	top: -12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}
/* our brands */
body:not(.common-home) .banner-ourbrands {
	margin-top: 20px;
}
.banner-ourbrands {
	margin:0;
	padding:30px 0;
}
.banner-ourbrands .module-title {
	display:none;
}

/* footer */
footer {
	background:#f4f4f4 !important;
	margin:30px 0 0;
	border-top:2px solid  #e5e5e5 !important;
}
.footer-static {
	margin:10px 0 0;
}
.footer-static .container-inner {
	border-top:1px solid  #e5e5e5;
	border-bottom:0px solid #e5e5e5;
	padding:40px 0 20px;
}
.footer-static .col.col1 .footer-title {
	display:none;
}
.footer-static .footer-content .desc-footer {
	color: #666;
    line-height: 25px;
    font-size: 13px;
	margin:10px 0;
	margin-bottom:0px !important;
	font-weight:300;
	padding: 0 50px 0 0;
}
.footer-static .col1 .footer-content div {
	color: #666666;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
	margin:0;
}
.footer-static .col1 .footer-content label {
	color: #333333;
    text-transform: inherit;
    font-weight: 600;
    font-size: 13px;
	margin:0 0 5px;
	width:100%;
}
.footer-static .col1 .footer-content div {
	margin-bottom:10px;
}
.footer-static .footer-title {
	position:relative;
    	margin-bottom:15px;
}
.footer-static .footer-title h4 {
	font-size:16px;
	font-weight:600;
	margin:0;
	color:#000;
	text-transform:uppercase;
}
.footer-static .footer-content li {
	line-height:30px;
	padding-bottom:5px;
}
.footer-static .footer-content li a {
	font-size: 13px;

    position: relative;
    display: inline-block;

	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.footer-static .footer-content li a:before {
	content: "\f105";
	color: #666666;
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 1;
    margin-right: 10px;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.footer-static .footer-content li a:hover {
	color:#00984d;
}
.footer-static .footer-content li a:hover:before {
	color:#00984d;
	padding:0 0 0 10px;
}
.contact-info ul li {
    position: relative;
    padding: 0 0 0 25px;
    line-height: 15px !important;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #666666;
}
.contact-info ul li .fa {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 2px;
    color: #00984d;
    font-size: 14px;
}
.contact-info ul li .fa.fa-home {
    font-size: 16px;
}
.contact-info li .fa.fa-mobile {
    font-size: 19px;
    left: 5px;
    top: -4px;
}
.tag-static{
	margin-top: 55px;
border-top: 1px solid #e1e1e1;
padding-top: 40px;
}
.tag-static h2{
	font-size: 13px;
	color: #3b3b3b;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
.tag-static ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tag-static ul li {
    float: left;
    padding-right: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
    position: relative;
	line-height: 1;
	font-size: 12px;
}
.tag-static ul li a {
    font-size: 12px;
    color: #666666;
	
}
.tag-static ul li:last-child::after {
	display: none;
}
.tag-static ul li::after {
    content: "";
    background: #666666;
    height: 12px;
    width: 2px;
    position: absolute;
    right: 0;
    top: -1px;
}
.tag-static ul li a:hover {
    color: #93c241;
}
.follow-us ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.follow-us ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.follow-us ul li a {
    font-size: 0;
    text-align: center;
}
.follow-us ul li a i {
    background: #3a599c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    content: "\f09a";
    display: inline-block;
    font-family: "FontAwesome";
}
.follow-us ul li.twitter a i{
    content: "\f099";
    background: #5a8eca;
}
.follow-us ul li.vimeo a i{
    content: "\f27d";
    background: #2ca2db;
}
.follow-us ul li.instagram a i{
    content: "\f16d";
    background: #527fa6;
}
.follow-us ul li.google-plus a i{
    content: "\f0d5";
    background: #ce3527;
}
.follow-us ul li a:hover i {
    background: #00984d !important;
}
.middle-footer{
	background: #444444;
	padding: 30px 0 20px;
}
.newletter-subscribe-container {
	padding: 30px 0;
	background:#93c241;
	text-align:center;
	margin:50px 0 0;
}
#dialog-normal .newletter-title h3{
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 20px 0 0;
	text-transform: uppercase;
	text-align:left;
}
#dialog-normal .newleter-content label{
	font-size: 12px;
	color: #999999;
}
#dialog-normal .newletter-title {
	float:left;
}
#dialog-normal .newletter-title label {
	font-size:16px;
	color:#ffffff;
	font-weight:300;
	margin:5px 0 0;
}
#dialog-normal .newleter-content{
    float: right;
    background: #fff;
    padding:0;
    border-radius: 30px;
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#subscribe_email-normal{
	background: none;
	color: #666666;
	display: block;
	padding: 12px 120px 8px 30px;
	font-size: 13px;
	font-weight:300;
	height: 50px;
	line-height:50px;
	border: 0;
	width: 100%;
}
#subscribe-normal .btn {
	background:#333333;
	line-height: 53px;
	height:50px;
	width:auto;
	font-size:14px;
	font-weight:600;
	border-radius:30px;
	padding: 0 18px;
	color: #fff;
	border: none;
	float: right;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}
#subscribe-normal .btn:hover{
	background:#263952;
}
#notification-normal{
	position: absolute;
	bottom: -25px;
}
#notification-normal div{
	color: #FFF;
}
#notification-normal div.warning{
	color: #00984d;
}
/* link-footer */
.link-footer {
	padding:50px 0;
}
.link-footer ul {
	padding:0;
	width:100%;
	display:inline-block;
	text-align:center;
	margin:0;
}
.link-footer ul.row2 {
	margin:30px 0 0;
}
.link-footer ul.row2 li {
	margin:0 10px 0 0;
}
.link-footer ul.row2 li:before {
	display:none;
}
.link-footer li {
	list-style:none;
	display:inline-block;
	padding-right:5px;
	margin-right:5px;
	position:relative;
}
.link-footer li:before {
	background:#7a7a7a;
	content:'';
	width:1px;
	height:12px;
	position:absolute;
	top:3px;
	right:0;
}
.link-footer li a {
	color:#666666;
	font-size:13px;
	line-height:18px;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.link-footer li a:hover {
	color:#00984d;
}
.bottom-footer {
	background: #f7f7f7;
	padding: 30px 0 20px;
	text-align:center;
}
.bottom-footer p a {
	color: #333333;
	font-weight:500;
}
.bottom-footer p a:hover {
	color:#93c241;
}
.bottom-footer p{
	color: #666666;
	background: none;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
#back-top{
    background: #00984d;
    bottom: 35px;
    display: none;
    height: 50px;
    position: fixed;
    right: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 9999;
    cursor: pointer;
    border: 0;
    border-radius: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
}
#back-top::before {
    content: "\f062";
    font-family: 'FontAwesome';
    display: block;
}
#back-top:hover {
    opacity: .8
}
/* breadcrumb */
.heading-title { display:none; }

.breadcrumb a{
    color: #00984d !important;
	font-size: 14px;
  
}

.breadcrumb a:hover{
opacity: 0.85;
}


.breadcrumb {
    background: #fff;
	padding:0;

	margin-top:25px;
	margin-bottom:15px !important;
}
.breadcrumb-category,
.breadcrumb-checkout,
.breadcrumb-success {
	padding:0;
	margin:0;
	background:none;
}
.breadcrumb-container .category-name {
	width:100%;
	display:inline-block;
	font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
	margin:0 0 20px;
}
.breadcrumb .category-name:before {
	display:none;
}
.breadcrumb > li {
	padding-right: 8px;
}
.breadcrumb > li:after {
	content: "\f105";
    color: #333333;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 1;
	margin-left:10px;
}
.breadcrumb > li:last-child:after {
	display:none;
}
.breadcrumb > li:last-child {
	padding:0;
}
.breadcrumb > li:hover::before a,
.breadcrumb > li:last-child::before{
	color: #00984d;
	border-color: #00984d;
}
.breadcrumb > li::before {
	display:none;
}
.breadcrumb > li + li::before{
	content: "\f105";
	padding: 0;
	color: #ffffff;
}
.breadcrumb li:last-child a {
	color: #333333;
}
.category-info .img-thumbnail{
	border: none;
	border-radius: 0;
	padding: 0;
}
.custom-category #compare-total {
	font-size:14px;
    float: right;
}
.custom-products .two-items:nth-child(2n+1),
.custom-products .three-items:nth-child(3n+1),
.custom-products .four-items:nth-child(4n+1){
	clear: both;
}


.custom-products .product-layout:nth-child(4n) {
	border-right:0;
}




.custom-products {

	background:#fff;
}
.toolbar{
	display:inline-block;
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	border:1px solid #eaeaea;
	padding:10px;
	background:#fff;
}
.toolbar3 .btn-group{
	background: #fff;
}
.toolbar3{
	padding: 0;
	text-align: right;
	margin-left:30px;
}
.toolbar1{
	padding-left: 0;
	background: #fff;
	float:left;
}
.toolbar2,.toolbar3 {
	float:right;
}



#input-sort,
#input-limit{
	border: 1px solid #ECEEF2;
	border-radius: 4px;;
	box-shadow: none;
	height:30px;
	font-size:14px;
	color:#555;
	padding:5px 12px;
}

.input-group-addon {
        background:#ECEEF2;
    color:#555;
    font-size: 14px;
    border:0px !important;
}


#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected{
	color: #00984d;
}
#list-view,
#grid-view {
	border: none;
	border-radius: 3px;
	padding: 0;
	color: #666666;
	height:30px;
	width: 30px;
	background: none;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
#list-view {
	background:url("../image/bg-list.png") no-repeat 0 0 #9e9e9e;
	margin-right:10px;
}
#grid-view {
	background:url("../image/bg-grid.png") no-repeat 0 0 #9e9e9e;
}
#list-view:hover,#list-view.selected {
	background:url("../image/bg-list.png") no-repeat 0 0 #00984d;
}
#grid-view:hover,#grid-view.selected {
	background:url("../image/bg-grid.png") no-repeat 0 0 #00984d;
}
.pagination {
	margin: 0;
	background: #fff;
	padding-right: 10px;
}
.pagination > li.active > span, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #000 !important;

}
.pagination > li > a, .pagination > li > span{
	border: 0px solid #dddddd;
	border-radius: 0 !important;
	background: #fff !important;
	color: #999 !important;
	font-size: 18px;
	padding: 0 5px;
	margin: 0 5px;
	width: 32px;
	height: 32px;
	line-height: 34px;
	text-align: center;
}
.toolbar4::after{
	margin-top: 12px;
}
.toolbar4{	
	margin: 0;
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	background:#fff;
	padding:10px 0px 12px;
}
.toolbar4  .col-sm-6{
	padding: 0;
}
.toolbar4  .text-right{
	margin-top:5px;
	font-size: 12px;
	color: #6a6a6a;
	background: #fff;
	width: auto;
	float: right;
}
/* detail product */

.product-details .col-sm-6 {
	padding:0;
}

.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #00984d !important;
}
.thumbnails .thumbnail {
    padding: 15px 0;
	border-radius: 0;
    margin-bottom: 15px;
}
.thumbnails .thumbnail.active, 
.thumbnails .thumbnail:focus, 
.thumbnails .thumbnail:hover {
    border-color: #EBEBEB;
}


#content .col-2 .product-name {
	
	margin: 25px 0 15px;

    font-family: Roboto;
    font-size: 28px;
  
    color: #000;
    font-weight: 600;
    
    
}




.col-2 .ratings{
	margin:0;
}
.col-2 .price-product li span{
	font-weight: 500;
	color: #333333;
	font-size: 30px;
	display: block;
}


.col-2 .list-unstyled {
	margin:0;
}
.col-2 .list-unstyled li {
    padding: 3px 0px;
	font-size: 13px;
	color: #666666;
	font-weight:400;
}
.col-2 .list-unstyled li .ex-text:hover{
	color: #00984d;
}
.col-2 .list-unstyled li .ex-text {
    color: #00984d;
    padding-left: 5px;
	font-weight:400;
}
.short-des{
	color: #666666;
	line-height: 1.8;
	padding: 10px 0 ;
	
	font-size: 16px;
}
.short-des img {
    max-width:200px;
    margin-bottom: 15px;
    display: block;
}

.col-2 .btn-wishlist,
.col-2 .btn-compare{
	background:none;
	text-transform:inherit;
    padding: 0;
    position: relative;
    font-weight: 400;
    float:left;
    font-size: 13px;
	border:0;
	margin-right:35px;
    color: #666666;
    cursor: pointer;
	height:auto;
	width:auto;
	line-height:20px;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.col-2 .btn-compare {
	margin-right:0;
}
.col-2 .btn-wishlist:before,
.col-2 .btn-compare:before {
	font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    font-size: 18px;
	margin-right:5px;
}
.col-2 .btn-wishlist:before {
	content: "\f15e";
}
.col-2 .btn-compare:before {
	content: "\f1b5";
}
.col-2 .btn-wishlist:hover,
.col-2 .btn-compare:hover {
	background:none;
	color:#00984d;
}
.social-product {
	padding:25px 0 20px;

}
.product-details .col-2 .cart {
	display:inline-block;
	width:100%;
	margin-bottom:15px;
}
.qty-product {
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.qty-product label {
	float:left;
	margin:0px 20px 0 0 !important;
	width:auto;
	color:#333;
	font-weight:600;
	font-size:13px;
	display:none !important;
}
#input-quantity,
#minus, #plus{
	display: inline-block;
	height: 23px;
	line-height:23px;
	border: 1px solid #e5e5e5 !important;
	box-shadow: none !important;
	font-weight: 400;
	text-align: center;
	width: 22px;
	color:#333333;
	font-size: 13px;
	background: none;
	border-radius:0;
	float: left;
	background: #fafafa;
	padding: 0;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
    	display:none !important;
}
#minus{
	border-bottom: none;
	border-radius:0;
}
.account-return-add #input-quantity {
	border: 1px solid #e5e5e5 !important;
}
#input-quantity{
	border-right: 0 !important;
	border-left: 0 !important;
	background: none;
	border-radius:0;
}
#input-quantity + div{
	float: left;
	width: 30px;
	margin-right: 20px;
}
#input-quantity{
	width: 30px;
	height: 23px;
		display:none !important;
}
#minus:hover, #plus:hover{
	background: #00984d;
	color: #fff;
}
label[for="input-quantity"]{
	color: #100D13;
	margin-right: 10px;
}

.bootstrap-datetimepicker-widget td span:hover{
    background: none !important;
    margin: 0 !important;
}
.col-2 > .form-group {
    margin: 10px 0px 20px;
	display:inline-block;
	width:100%;
}
#product {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 20px;
}
.has-option {
    border: 0px solid #eee;
    border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
    padding: 20px 0px;
   
}
.col-3 .nav-tabs {
	margin: 0;
	text-align:center;
	border:0;
}
.col-3 .nav-tabs li {
	float:none;
	display:inline-block;
	padding:0 35px;
	position:relative;
}
.col-3 .nav-tabs li:after {
	width:1px;
	height:17px;
	content:'';
	position:absolute;
	right:0;
	top:3px;
	display:block;
	background:#7b7b7b;
}
.col-3 .nav-tabs li:last-child:after {
	display:none;
}
.col-3 { 
	margin-top: 30px;
}
.col-3 .nav-tabs li:hover a,
.col-3 .nav-tabs li.active a{
	color: #333;
	background:none !important;
	border-radius: 0;
	border:1px solid transparent;
}
.col-3 .nav-tabs li a {
	border: 1px solid transparent;
	font-size: 18px;
	color: #666666;
	line-height:20px;
	padding:0;
	margin: 0;
	font-weight: 600;
	text-transform:uppercase;
	position:relative;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.col-3 .nav-tabs li a:before {
	content: "";
    width: 100%;
    height: 2px;
    background: #00984d;
    position: absolute;
    left:0;
	right:0;
	margin:0 auto;
    bottom: -13px;
}
.col-3 .tab-content {
	border: 0px solid #ededed;
	margin-top:10px;
	padding:30px;
	background:#fff;
	color: #666666;
	font-size:13px;
	line-height:25px;
	overflow: auto;
}
.image-additional-container{
}
.image-additional-container  .thumbnail {
	border: 1px solid #eaeaea;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.image-additional-container  .thumbnail:hover {
	border: 1px solid #00984d;
}

.product-details .image-additional-container .image-additional .owl-buttons div {
    background: #fff !important;
}
.image-additional-container .owl-buttons div:before {
    font-size:23px;
}
/* related-product */
.related-product-container .product-des{
	display: none;
}
.related-product-container {
	margin-top: 20px;
}
.related-product-container .module-title {
	margin-bottom:10px;
}
.related-product-container .module-title h2,
.related-product-container .module-title h3 {
	padding:0;
}
.related-product-container .related-product {
	background:#fff;
	border:0px solid #ededed;
}

.related-product-container{

}


.related-product-container .row {
	margin:0;
}
.related-product-container .owl-item {
	padding:0;
	z-index:1;
	position:relative;
}
.related-product-container .owl-item:hover {
	z-index:2;
}
.related-product-container .owl-item .item-inner:before,
.related-product-container .owl-item.active .item-inner:hover:before {
	opacity:0;
}
.related-product-container .owl-item.active .item-inner:before {
	opacity:1;
}
.related-product-container .owl-item.last-active .item-inner:before{
	display:none;
}
.owl-style2 .owl-buttons div i{
	display: block;
	font-size: 24px;
	color: #333333;
}
.owl-style2 .owl-buttons .owl-next{
	right: 0;
}
.owl-style2 .owl-buttons .owl-prev{
	left: 0;
}
.owl-style2 .owl-buttons div {
	margin: 0;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width:31px;
	height:31px;
	line-height:32px;
	background:#d8d8d8 !important;
}
.owl-style2:hover .owl-buttons div.owl-next {
	right: -10px;
}
.owl-style2:hover .owl-buttons div.owl-prev {
	left: -10px;
}
.owl-style2 .owl-buttons div:hover {
	background:#00984d !important;
}
.owl-style2 .owl-buttons{
	position: static;
	width: auto;
	background: none;
}
.owl-style2 .owl-controls{
	line-height: 0;
	height: 0;
}
#gallery_02.owl-carousel .active + div + div,
#gallery_01.owl-carousel .active + div + div{
	border-right: none;
}
#gallery_02.owl-carousel .owl-item,
#gallery_01.owl-carousel .owl-item {
	padding: 0 5px;	
}
.alert.alert-success{
	text-align: center;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	margin: 0 0 10px;
	border-radius:0;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
#map-canvas{
	min-height: 400px;
	margin: 20px 0;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}
/* check-out--------------------------- */
.checkout-cart #content h1, .checkout-cart #content h2 {
    font-size: 15px;
    margin: 0 0 20px;
	color:#444;
	font-weight:600;
	text-transform: uppercase;
}
.checkout-cart h1 {
    padding: 20px;
    font-size: 15px;
    text-transform: uppercase;
    background: #fff;
}
.table-bordered thead tr td {
    background: #fff;
    border: 0;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
}
.table-bordered thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
}
.table-responsive td .img-thumbnail {
    border-radius: 0;
    border: 0;
}
.table-responsive td {
    padding: 15px !important;
    text-align: center;
    vertical-align: middle !important;
    color: #4d4d4d;
    font-size: 14px;
}
.table-bordered td {
    text-align: center;
    vertical-align: middle !important;
    padding: 8px !important;
    font-weight: 400;
	font-size:13px;
	color:#666666;
	background:#fff;
    border:0px;
}

#tab-description td {
   text-align: left;  
    border:0px !important;
    padding-bottom:0px !important;
    padding-top:10px !important;
    padding-left:0px !important;
    min-height: 100px;
      
}
#tab-description table {
     border:0px !important;
}

#tab-description  tr td:nth-child(1) {
    border-bottom: 1px dotted #999 !important;
    min-width:170px;
}

#tab-description .td-table-kharect {
position: absolute;
    padding-bottom: 15px;
    margin-top: -5px;
    padding-right: 5px;
    background: #fff;
}


#tab-description  .table>tbody+tbody {
    border:0px !important; 
}

.table-responsive td .form-control {
    width: 45px;
    height: 38px;
    border: 1px solid #DDD;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
}
.table-responsive td .input-group-btn {
    width: 100%;
    margin-top: 10px;
  
}
.table-responsive tbody td.text-right {
    color: #00984d;
    font-size: 18px;
    font-weight: 500;
}
.table-responsive td button {
	border-radius:0 !important;
}
.checkout-cart .panel-group .panel {
    border-radius: 0;
    margin-bottom: 15px;
    border:0;
    background: none;
    box-shadow: none;
}
.checkout-cart #accordion .panel-heading a {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
	font-weight:700;
	text-decoration:none;
}
.panel-group .panel .panel-body {
    border: 1px solid #f2f2f2 !important;
    border-top: 0;
}
.panel-group .panel-heading {
    background: #fff;
    border: 1px solid #eee;
    padding: 12px 15px;
    border-radius: 0;
}
.checkout-cart #accordion .panel-heading {
    background: #fff;
}
.checkout-cart .panel-collapse input {
    height: 40px;
    box-shadow: none;
    border: 1px solid #dddddd;
    color: #4d4d4d;
    font-size: 13px;
    width: 300px;
    border-radius: 0;
}
.checkout-cart .panel-collapse .input-group-btn {
    float: left;
}
.checkout-cart .panel-collapse .input-group-btn input {
    width: auto;
    background: #222 !important;
    color: #fff !important;
    border: 0 !important;
	height: 40px !important;
	padding:0 20px !important;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.checkout-cart .panel-collapse .input-group-btn input:hover {
	background:#00984d !important;
}
.panel-group .panel {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    border: 0;
}
.checkout-checkout .panel-group .panel-collapse h2 {
    color: #444;
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}
/* my-account---------------------------*/
.account-account #content h2, .account-wishlist #content h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 20px;
	font-weight:600;
}
.account-account #content a {
	font-size:12px;
	font-weight:400;
}
/* menu-------------------------------- */
.header-menu {
	background:#f7f7f7;
	margin-bottom:20px;
}
.common-home .header-menu {
	margin:0;
}
/* newproducts------------------------- */
.newproduct-container {
	border:1px solid #ededed;
	display:inline-block;
	width:100%;
}
.newproduct-container .newproducts-thumb {
	width:22%;
	float:right;
}
.newproduct-container .newproduct-big {
	float:left;
	width:78%;
	border-right:1px solid #ededed;
}
.newproduct-container .newproduct-big .item-inner {
	box-shadow:none;
}
.newproduct-big .big-content {
	display:inline-block;
	width:100%;
	margin:5px 0 0;
}
.newproduct-big .ratings {
	float:left;
	width:50%;
	margin:0;
}
.newproduct-big .price {
	float:right;
	width:50%;
	margin:6px 0 0;
	text-align:right;
}
.newproduct-container .newproducts-thumb .owl-item {
	padding:0;
}
.newproduct-container .newproducts-thumb .des-container { display:none; }
.newproduct-container .newproducts-thumb .item-inner {
	border-bottom:1px solid #ededed;
	box-shadow:none;
}
.newproduct-container .newproducts-thumb .item:last-child .item-inner { border:0; }
/* onsale-product */
.speical-container {
	margin:50px 0 0;
}
.speical-container .special-products-slider {
	border:1px solid #ededed;
}
.speical-container .owl-item {
	padding:0;
}

.speical-container .active .item-inner:hover:before {
	opacity:0;
}
.speical-container .last-active .item-inner:before {
	display:none;
}
 .sale {
	width:39px;
	height:39px;
	line-height:39px;
	text-align:center;
	border-radius:100%;
	background:#FEA301;
	color:#fff;
	font-size:11px;
	font-weight:500;
	position:absolute;
	right:10px;
	top:10px;
	z-index:2;
}
/* feature-category */
.featured-category-container {
	border:1px solid #ededed;
}
.featured-category-icon {
	width:200px;
	float:left;
}
.tab_featured_category {
	margin-left:200px;
	border-left:1px solid #ededed;
}
.featured-category-icon .tabs-featured {
	border-bottom:1px solid #ededed;
	border-left:2px solid #fff;
	padding:3px 0;
	cursor:pointer;
}
.featured-category-icon .tabs-featured:last-child {
	border:0;
}
.featured-category-icon .tabs-featured:first-child {
	border-bottom:1px solid #ededed;
}
.featured-category-icon .tabs-featured.active {
	border-bottom:1px solid #00984d;
}
.featured-category-icon .owl-item {
	padding:0;
}
.tab_featured_category .owl-item {
	padding:0;
} 
.tab_featured_category .item-inner {
	padding:12px 10px;
}
.tab_featured_category .images-container {
	width:150px;
	float:left;
}
.tab_featured_category .des-container {
	margin-left:165px;
}
.tab_featured_category .item-inner .actions {
	position:initial;
}
.tab_featured_category .item-inner .rating {
	text-indent:0;
}
.tab_featured_category .new,
.tab_featured_category .sale {
	width:39px;
	height:39px;
	line-height:39px;
	display:inline-block;
	position:absolute;
	right:10px;
	top:10px;
	background:#00984d;
	color:#fff;
	font-weight:500;
	font-size:11px;
	border-radius:100%;
	z-index:10;
}
/* banner-static----------------------- */
.banner-home {
	margin:20px 0 0;
}
.banner-home .banner7 {
	margin:0 -30px 0 0;
}
.banner-static {
	margin:20px 0 0;

	padding:28px 0px 23px;
	border-radius: 5px;
}
.banner-static .col {
	text-align:center;
}
.banner-static .banner-content {
	display:inline-block;
	text-align:left;
	position:relative;
	padding-left:45px;
}
.banner-static .col2 .banner-content {
	padding-left:50px;
}
.banner-static .col3 .banner-content {
	padding-left:55px;
}
.banner-static .col .banner-content:before {
	content: '\f1b9';
	font-family: 'Material-Design-Iconic-Font';
    font-size: 36px;
    display: inline-block;
    color: #00984d;
	position:absolute;
	left:0;
	top:50%;
	margin:-12px 0 0;
}
.banner-static .col.col2 .banner-content:before {
	content:'\f1e6';
}
.banner-static .col.col3 .banner-content:before {
	content:'\f2bb';
}
.banner-static .col.col1:hover .banner-content:before {
	-webkit-animation: spin 1500ms linear infinite;
    -moz-animation: spin 1500ms linear infinite;
    -ms-animation: spin 1500ms linear infinite;
    -o-animation: spin 1500ms linear infinite;
    animation: spin 1500ms linear infinite;
}
.banner-static .col.col2:hover .banner-content:before {
	-webkit-animation: passing 1s linear infinite;
    -moz-animation: passing 1s linear infinite;
    -ms-animation: passing 1s linear infinite;
    animation: passing 1s linear infinite;
}
.banner-static .col.col3:hover .banner-content:before {
	-webkit-animation: swing 1500ms linear infinite;
    -moz-animation: swing 1500ms linear infinite;
    -ms-animation: swing 1500ms linear infinite;
    -o-animation: swing 1500ms linear infinite;
    animation: swing 1500ms linear infinite;
}
.banner-static .col:after {
	content: "";
    width: 2px;
	height:33px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    background: url("../image/bg-static.jpg") no-repeat 0 0;
}
.banner-static .col.col3:after {
	display:none;
}
.banner-static .col h3 {
	font-size:15px;
	color:#333333;
	margin:0;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
}
.banner-static .col p {
	font-size:13px;
	color:#666666;
	margin:5px 0 0;
	font-family: Roboto;
}
/* banner-static1----------------------- */ 
.banner-static1 .col {
	position:relative;
	overflow:hidden;
}
.banner-static1 img {
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.banner-static1 .banner-content {
	position:absolute;
	top:30px;
	left:20px;
}
.banner-static1 .banner-content h3 {
	font-size:14px;
	color:#333333;
	margin:0;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.banner-static1 .banner-content a {
	font-size:12px;
	color:#00984d;
	margin: 5px 0 0;
    display: block;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.banner-static1 .banner-content a:before {
	content: "\f105";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 1;
    margin-right:5px;
}
.banner-static1 .banner-content a:hover,
.banner-static1 .banner-content a:hover:before {
	color:#333;
}
.banner-static1 .col:hover .banner-content h3 {
	padding-left:15px;
}
.banner-static1 .col:hover .banner-content a {
	padding-left:5px;
}
.banner-static1 .col:hover img {
	opacity:0.7;
}
/*Banner-center-----------------------------------*/
.banner-center {
	margin:20px 0 0;
	position:relative;
}



.banner-center .col {
	position:relative;
	overflow:hidden;
	box-shadow: 0 0 0 15px rgba(255,255,255,0.5) inset !important;
	
}
.banner-center .col:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
	pointer-events: none;
    -webkit-transition: ease .1s all;
    -moz-transition: ease .1s all;
    transition: ease .1s all;
    	background:  rgba(0,0,0,0.1) !important;
}
.banner-center .col:hover:before {
	background:  rgba(0,152,77,0.2) !important;
}
/*Banner-center1-----------------------------------*/
.banner-center1 {
	margin:50px 0 0;
	position:relative;
}
.banner-center1 .col {
	position:relative;
	overflow:hidden;
}
.banner-center1 .col:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
	pointer-events: none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.banner-center1 .col:hover:before {
	box-shadow: 0 0 0 15px rgba(255,255,255,0.5) inset;
}
/*Banner-center2-----------------------------------*/
.banner-center2 {
	margin:50px 0 0;
	position:relative;
}
.banner-center2 .col {
	position:relative;
	overflow:hidden;
}
.banner-center2 .col:before  {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
     background:rgba(0,0,0,1) !important;
    margin: 0 auto;
	pointer-events: none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
    	box-shadow: 0 0 0 5px rgba(255,255,255,0.5) inset !important;
}
.


.banner-center2 img:before  {
     	box-shadow: 0 0 0 5px rgba(255,255,255,0.5) inset !important;
}


banner-center2 .col:hover:before {
	box-shadow: 0 0 0 15px rgba(255,255,255,0.5) inset;
	background:rgba(0,0,0,1) !important;
}
/*Banner-center3-----------------------------------*/
.banner-center3 {
	margin:50px 0 0;
	position:relative;
}

.banner-center .col1 a {
   background:rgba(255,255,255,0.5) !important;
}


.figcaption {
        bottom: 31%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.3em;
    line-height: 1.5;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}


.banner-center3 .col {
	position:relative;
	overflow:hidden;
}
.banner-center3 .col:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
	pointer-events: none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.banner-center3 .col:hover:before {
	box-shadow: 0 0 0 15px rgba(255,255,255,0.5) inset;
}
/* banner-bottom */
.banner-bottom {
	padding:5px 0 5px;
}
.banner-bottom i {
    float: left;
	margin-right:10px;
}
.banner-bottom .banner-text {

}
.banner-bottom h3 {
	color: #000;
    font-size: 16px;
    font-weight: 600;
	letter-spacing: 0.03em;
	margin:0;
}
.banner-bottom .col1 h3 {
	margin:4px 0 0;
}
.banner-bottom .col2 i {
	margin:4px 10px 0 0;
}
.banner-bottom p {
	font-size: 12px;
    font-weight: 300;
    color: #333;
	letter-spacing: 0.03em;
	margin:5px 0 0;
}
/* banner-right */
.banner-right {
	margin:50px 0 0;
}
/* Banner-left-------------------------------------- */
.banner-left {
	margin:50px 0 0;
	position:relative;
	overflow:hidden;
}
.banner-left:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
	pointer-events: none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.banner-left:hover:before {
	box-shadow: 0 0 0 15px rgba(255,255,255,0.2) inset;
}
/*Social Footer--------------------------------------*/
.footer-static .footer-content .social-footer {
	padding:0;
	margin:10px 0 0;
	display:inline-block;
	width:100%;
}
.footer-static .footer-content .social-footer li {
	float:left;
	list-style:none;
	margin-right:25px;
}
.footer-static .footer-content .social-footer li:last-child {
	margin:0;
}
.footer-static .footer-content .social-footer li a {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #b2b2b1;
    font-size: 0;
    padding: 0;
}
.footer-static .footer-content .social-footer li a:hover:before {
	color:#93c241;
}
.footer-static .footer-content .social-footer li a:before {
	padding: 0 !important;
	margin:0;
    font-size: 22px;
    display: inline-block;
    font-family: 'Material-Design-Iconic-Font';
    font-weight: normal;
    vertical-align: middle;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.footer-static .footer-content .social-footer li.facebook a:before {
	content: '\f343';
}
.footer-static .footer-content .social-footer li.twitter a:before {
	content: '\f360';	
}
.footer-static .footer-content .social-footer li.rss a:before {
	content: '\f3ea';
}
.footer-static .footer-content .social-footer li.youtube a:before {
	content: '\f409';
}
.footer-static .footer-content .social-footer li.google a:before {
	content: '\f3f7';
}
.footer-static .footer-content .social-footer li.pinterest a:before {
	content: '\f3fc';
}
.footer-static .footer-content .social-footer li.behance a:before {
	content: '\f3ea';
}
/*Paypal---------------------------------------------*/
.paypal-footer {
	display:inline-block;
	width:100%;
	text-align:right;
}
.paypal-footer ul {
	padding:0;
}
.paypal-footer ul li {
	list-style:none;
	display:inline-block;
	margin-right:10px;
}
.paypal-footer ul li:last-child {
	margin:0;
}











.title-vetical {
    display:none;
}


.block-bottom-r {
    background:#00984d ;
    color:#ffffff;
}


.block-bottom-r h2 {
    color:#fff !important;
}
.block-bottom-r p {
    color:#f4f4f4 !important;
}



.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
     color:#ffffff !important;
  background:#00984d !important;  
}


.sqwe {
    border:2px #00984d solid !important;
    padding:8px 15px !important;

    background:#00984d;
    font-weight:600 !important;
    transition:ease .3s all;
    opacity:1 !important;
}


.sqwe:hover { 
    background:#ffffff !important;
    color:#00984d;
    border:2px #00984d  solid !important;
}




.compare,
.wishlist {
    display:none !important;
}


.ratings {
  display:none !important;
    
}





.actions {
    text-align:center !important;
}
.add-to-links {
    text-align:center !important;
}
.fiiilw { 
 color:#000 !important;
 font-weight:500;
 display:inline-block;
}







.article-item-inner  {
    margin-top:20px;
}


.articles-image .a:hover img {
    opacity:.85 !important;
}
.main-price-info .header-phone8 {
    margin:0px !Importnat;
    font-size:16px !important;
}

 .main-price-info .header-phone8:before {

	font-size:20px;



}

.product-details .cart . {
    
}




.product-details table {
    width:90% !important;
 
    position:relative;
     
 
}

.product-details table thead tr td {

    font-size:14px !Important
}

.product-details table strong {
        font-size:14px !Important;
}


.product-details .nav-tabs li {
    margin-bottom:30px;
}

.related-product-container .module-title {
    color:#00984d !important;
    display:block !important;
    text-align:center !important;
    width:100% !important;
    margin-top:30px;
    border-bottom:0px !Important;
}
.related-product-container .module-title h2,
.related-product-container .module-title h3 {
  color:#333 !important;

}
.related-product-container .module-title h2:before,
.related-product-container .module-title h3:before {
        content: "";
    width: 100%;
    height: 3px;
    background: #00984d;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -13px;
}





.product-details .cart .btn-primary {
    width:auto !Important;
      font-size:10px !Important;
      
         border-radius:3px !important;
    padding:5px 15px;
    font-weight:600 !important;
    color:#00984d;
    border:2px #00984d solid;
    background:#fff;
    text-transform:uppercase !important;
    font-size:14px !Important;
    height:auto !Important;
    margin-bottom:8px;
}
.product-details .cart .btn-primary:hover {
    background:#00B33C;
      color:#fff;
      
}



.btn-primary {
     border-radius:4px !important;
    padding:10px 25px  ;
    height:auto !important;
    font-weight:600 !important;
    font-size:16px;
    border:2px #00984d solid !important;

      background:#00984d  !important;
      color:#fff  !important;
}



.btn-primary:hover {
     opacity: 0.9;
}






.has-option .control-label {
    text-transform:uppercase;
    color:#666666 !important;
    font-weight:600 !important;
    font-size:15px;
}

.has-option .checkbox label {
      text-transform:uppercase;
        
}





.article-page .article-list {

border-bottom: 1px solid #ededed; 

}

#tab-description {
    width:100% !important;
  margin-top:30px;
}

.product-list img {
    max-width:   ;
    max-height: 150px ;
}

.related-product-container .product-name {
line-height:12px !important;
margin-top:0px !Important;
}



.seaaars h1 {
    font-size:30px !important;
    margin-top:20px !important;
}

.seaaars h2 {
        font-size:18px !important;
}

.seaaars .control-label {
    font-size: 16px;
    color:#666;
}


#input-search {
    padding-left: 15px;
    width: 100%;
    margin-right: 30px;
    transition: background .3s;
    padding-right: 45px;
    font-size:18px !important;
    border-radius: 8px !important;
    line-height: 40px;
    box-shadow: none;
    min-height: 45px;
    max-width: 450px;
}


.seaaars .checkbox-inline {
    font-size: 12px;
    color:#777;
    margin-top:10px;
    margin-bottom: 20px;
}


#button-search {
    border-radius:0px !important;
    background:#00984d;
    border: 0px !important;
    color:#fff;
    font-weight:600 !Important;
    border-radius: 8px !important;
    font-size: 18px !important;
    padding: 10px 0px;
    max-width: 350px;
    width:100%;
    height:auto !important;
}

#button-search:hover {
    opacity: 0.85;
    
    
    
    
}

.heer p {
    font-size:11px;
    margin-bottom:0px !Important;
}


.thumbnails .label-product{
	position: absolute;
	left: 30px;
	top: 30px;
	background: #FEA301 !important;
	z-index: 3;
	text-align:center;
	border-radius:100%;
}
.thumbnails  .label-product span{
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 70px;
	width:70px;
	height: 70px;
	position: relative;
	letter-spacing:0.5px;
}








.popup-heading  {
    background: #00984d !important;
    color:#fff  !important;
    text-transform:uppercase  !important;
    
}

#main-price {
    color:#666 !important;
}


.info-heading-2 .header-phone11 {
 font-weight:600 !important;   
}

.popup-footer button {
    text-transform:uppercase;
    background:#fff !important;
     font-weight:600 !important; 
    color:#00984d !important;
    border:2px solid #00984d !important;
}
.popup-footer #popup-checkout-button {
    text-transform:uppercase;
}


.articles-container .owl-item {
    padding-bottom:20px;
}





.street-style i {
    display:none !important;
}

.street-style {
    background:#fff;
    border:2px #00984d solid !important;
    color:#00984d;
    padding:10px 30px;
    font-size: 19px;
    font-weight:600;
    border-radius:0px !important;
    
}



.street-style:hover {
    background:#00984d ;
    border:2px #00984d solid !important;
    color:#fff;
    
}
#ocfilter #option-2 {
    display:none !important;
}

#ocfilter {
    border-radius:0px !Important;
}

#ocfilter .panel-heading {
    display:none;
    border:0px !Important;
    font-size:15px !important;
    padding: 10px 0px;
    text-transform:uppercase !important;
    font-family:'Poppins', sans-serif;
    font-weight:600;
    background:none !important;
    color:#333333;
}
.noUi-pips-horizontal {
        display:none;
}

.popover-title {
   border-radius:0px !important;
    background:#00984d !important;
    color:#fff !important;
    text-transform:uppercase !important;
    margin:-2px !important;
    border:0px #fff solid !important;
    font-weight:600;
    
}

.noUi-connect {
    background:#00984d !important;

}
.ocfilter-option .btn-danger {
    background:#00984d !important;
     border:1px #00984d solid !important;
    font-weight:500;
    font-size:11px !important;
    margin-bottom:5px;
}

.ocfilter-option .btn-danger:hover {
    background:#fff !important;
        border:1px #00984d solid !important;
    font-weight:500;
    font-size:11px !important;
    color:#00984d;
}



#ocfilter  .btn-block {
    margin-top:5px !Important;
    background:#00984d !important;
     border:2px #00984d solid !important;
    font-weight:600;
    text-transform:uppercase !important;
    font-size:12px !important;
}



#ocfilter  .btn-block:hover {
    margin-top:5px !Important;
    background:#fff !important;
    border:2px #00984d solid !important;
    color:#00984d;
         border:2px #00984d solid !important;
    font-weight:600;
    text-transform:uppercase !important;
    font-size:12px !important;
}


#price-from {
    text-align:right;
}

#price-to {
 text-align:left;
}

#ocfilter  .btn-block i {
    display:none !important;
}


.popover-content .btn {

    border-radius:0px !important;
    font-weight:600 !important;
    color:#fff !important;
    background:#00984d;
    border:2px #00984d solid !important;
    text-transform:uppercase !important;
    font-size:12px !Important;
}


.sq1 {
    border-bottom:1px #ddd solid !important;
    margin:0px !important;
    padding:0px !important;
}


.sq1 .option-name {
    font-size:11px !important;
}

.popover-content .btn:hover {

    border-radius:0px !important;
    font-weight:600 !important;
    color:#00984d !important;
    background:#fff;
 
    text-transform:uppercase !important;
}

#ocfilter a:hover {
      color:#00984d !important;
}

#ocfilter-content .selected-options {
    border:1px solid #ddd !important;
    padding:10px !important;
    margin:0px -10px !important;
      
}
 
.option-name  {
    
color:#333333;
    font-size:13px !important;
  
    padding-top:15px;
    text-transform:uppercase !important;
    font-family:'Poppins', sans-serif;
    font-weight:600;

    
}


.ocfilter  {
    padding: 13px 22px 8px;
}
.ocfilter-option {
    PADDING:0 !IMPORTANT;
}


.ocfilter-option label a {
    font-size:13px  ;
    Font-family:'Poppins', sans-serif !important ;
 color:#333333 !important;
}

.ocfilter-option label small {
    background-color:#00984d  !important;
    color:#fff !important;
}
.pagination li a {
    margin-bottom:5px !important;
}

#cmsblock-29 {
    margin-top:50px !Important;
}
#cmsblock-29 h2 {
     font-size:36px !Important;
    text-align:center;
    margin-bottom:0px !Important;
      letter-spacing: 0.05em;
}


#cmsblock-29 h2 {
    border: medium none;
    color: #444;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
}



#cmsblock-29 h3 {
        margin-top:10px !Important;
    font-size:21px !Important;
    text-align:center;
    color:#333 !important;
}

#cmsblock-29 p {
    color:#333 !important;
    max-width: 600px;
    margin-top:20px !important;
    font-size:17px !important;
    font-family: sans-serif !important;
    line-height:27px ;
   font-weight:300;
   margin-bottom:0px !Important;
}

.prices {
    display:none !important
}


#content h1 {
    font-size:32px;
    color:#000;
}






.qwsss {
    float:right;
 
    width:45%;
    margin-left:5% !important;
    margin-bottom:15px !important;
}

.qwsss iframe {
       border-radius: 10px !important;
}

.shwq h1 {
       line-height:32px !Important;
}
.shwq {
   line-height:26px !Important;
   color:#666 !Important;
}

 
.stil-contact {
    border-radius:0px !important;
    border:0 !important;
    border-top:2px #00984d solid !important;
    color:#444 !important;
    font-family: Roboto;
        font-size:18px !Important;
        box-shadow:0px !important;
         box-shadow:none !important;
}


.stil-contact .fa {
    font-size:18px !Important;
    width:20px !Important;
    margin-right:7px;
}











.sxxx {
   padding-top:5px;
    padding-bottom:20px;
       border-bottom:1px #ddd solid !important;
  
    width:89% !Important;
      display:inline-block !Important;
      position:relative;
      font-size:17px !important;
}




.around  {
    padding-left:10px !Important;
    color:#666 !important;
    margin-bottom:15px;
}




#simplecheckout_payment legend {
    margin-bottom:0px !important;
    font-size:16px !Important;
    padding-left:20px !important;
    margin-bottom: 0px;
}





.simplecheckout-block-content legend {
    font-size:15px;
    border:1px  #ddd solid !important;
    padding:15px !important;
    color:#000 !important;
        margin-bottom: 0px;
} 









.bock-premmqw {
    width:48%; border-top:1px #eee solid; padding-top:10px;
}


.sqww1 {
    display:none !important;
}

.sqww2 {
      display:none !important;
}

.sqwqwa1,
.sqwqwa2 {
    display:none !important;
}
	

.mennu {
    margin-top:10px;
    
}

#cmsblock-49 .module-title {

margin-top:40px
}


#cmsblock-49 .banner-center {
    margin:10px 0 0 !important;
    padding:0px 10px !important;
}

#cmsblock-49 .col-sms-12 {
    padding:0px 5px !Important;
    margin:0px !important;
}
#cmsblock-49  img {
    width:100% !important;
}


.qxa1 {
    display:none !important;
}



.foot1 {
    width:33.333% !important;
}



.foot2 {
    width:22.2222% !important;
    margin-top:15px;
}


input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



.navbar-header .ocfilter {
    display:none !important;
}


.sqqqq14 h3 {
    
    text-transform:uppercase;
    margin:0 0 20px;
    font-weight:600;
    font-size:18px !important;
}

#slides .owl-wrapper-outer {
    box-shadow:none !important;
    border-radius:0px !important;
    border:0px !Important;
}



.rsqpq {
    MARGIN-TOP:50PX;
    
}

.rsqpq .wqsssq img {
    max-width: 100px;
height:50px;
    display: inline-block;
    vertical-align: top;
}

.rsqpq .wqsssq:hover  img {
    opacity: 0.8;
} 
.rsqpq .wqsssq p {
      display: inline-block;  
        max-width: 200px;
    margin-left:10px;
    vertical-align: top;
}

.wqsssq {
    width:24%;
    vertical-align: top;
    position: relative;
    display: inline-block;
    margin-bottom:20px;
}










.sczz  {
    margin: 40px 0 0;
}


.factss {
padding:20px 0px !important;
}
.fax1 {
    width:49% !important;
    display:inline-block;
    position:relative;
    padding: 10px 15px 10px 0px !important;
    vertical-align:top !Important;
}
.fax1 p {
    color:#444444;
    font-size:18px !important;
    line-height:30px ;
}
.fax1 i {
    margin-right:10px;
}

.sczz, .cqwq1 {
    text-align:left !important;
}


.box-related111 {
   margin-top:15px ;
         margin-bottom:15px ;
    
    
    width:100%;
    height:1px;
    background:#eeeeee !important;
    
    
    
    
}

#forpvz {
     width:100% !important;
     min-height:500px !Important;
 }
 

/* Mobile------------------------------------------- */


#pt_menu59:hover #popup59,

#pt_menu59:active #popup59,

#pt_menu59:focus #popup59 {
    display:inline-block !important;
}




.podarok-ei {
    font-size:14px !important;
    color:#009933 !Important;
 font-weight:600 !Important;
 margin-bottom:0px !Important;
  letter-spacing: 0.05em;
}
.button-proda {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-left: 0px;
    margin-top: 20px;
    background: #fff !important;
    color: #00984d !important;
    border: 1px solid #00984d !important;
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
    text-align: center !important;
    width:100%;
}
.button-proda:hover {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-left: 0px;
    margin-top: 20px;
    background: #00984d !important;
    color: #fff !important;
    border: 1px solid #00984d !important;
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
    text-align: center !important;
    width:100%;
}



.snowContainer { width: 100%; height: 100%; position: absolute;   z-index: 0;}
#snow {width: 100%; height: 100%; background-image: url("https://gde-elka.ru/image/15825154.png"), url("https://gde-elka.ru/image/89961317.png"), url("https://gde-elka.ru/image/21791255.png"); -webkit-animation: snow 20s linear infinite;-moz-animation: snow 20s linear infinite;-ms-animation: snow 20s linear infinite;animation: snow 20s linear infinite;}
@keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-moz-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-webkit-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-ms-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}

.payy {
    width:100% !important;
    background:#fff;
    padding:20px 0px;
    text-align:center;
    margin-top:0px !important;
}

.payy img {
    height:35px;
    margin:0px 45px;
}


.product-details iframe {
    width:95% !important;
}

.stars {
    color:#f4f4f4  !important;
    font-size:14px !important;
    font-family:Roboto !important;
   letter-spacing: 1.1px;
    font-weight: 400 !important;
}


.nivo-main-image {
    height:520px !important;

    
    
    
    
    
    
}



.table-geoi  tr:nth-child(odd) {
  background: white;
}
.table-geoi  tr:nth-child(even) {
  background: #eee;
}
 
 



.table-geoi table {
    width:100%;
}


.table-geoi table td {
 padding:10px 15px;
   border:1px #999 solid !important;
     color:#333;
 
}
.table-geoi table thead th {
    padding:15px;
    background: #fff;
    color:#000;
    border:1px #999  solid  !important;
    
}

.proizvod img {
    max-width:300px !important;
}
.proizvod  .real-proiz {
    font-family:Roboto  !Important;
    color:#000  !Important;
    font-weight:600 !Important;
    letter-spacing: 1.5px  !Important;
    text-transform:uppercase  !Important;
    
}

.pered-category .figcaption p {
    margin: 0px !important;
    border-bottom: 1px #eee solid !important;
    color: #000;
    font-size: 22px;
    padding: 10px 0px !Important;
    letter-spacing: 0.03em;
    text-transform: none;
}
.pered-category .figcaption {
  position:relative !important;
  color:#000 !important;
  background:#fff !important;
 
 
    transition: box-shadow .25s;
    text-align:left !Important;
    padding:0px 15px;
       
}


.pered-category .col .figcaption  {
          opacity: 0.9;
}

.pered-category .col:hover .figcaption  {
         opacity: 1; 
}

.pered-category .col {
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.08) !important;
        border-radius: 15px !important;
        padding-bottom:0px !Important;
}


.banner-center .col:hover {


 box-shadow: 0 2px 5px 0 rgba(0,152,77,0.1) , 0 2px 10px 0 rgba(0,152,77,0.08) !important;

}




.banner-center .col:hover  .figcaption {
    background:#fcfffd  !important;
}

.pered-category .figcaption .button-proda {
    margin-bottom:10px !Important;
    display:none !Important;
}



.pered-category .figcaption .real-text-categ p {
    font-size:16px !important;
   text-transform:none !important;
    color:#666;
        border-bottom:0px #eee solid !important;
        font-family:roboto !Important;
        letter-spacing: 0em !important;
        font-weight:400 !important;
        padding:10px 0px !important;
}

.pered-category .figcaption .real-text-categ p:hover {
    cursor: pointer;
}

.pered-category .col:before {
    background:none !important;
}



.pered-category .btn-primary   {
    color:#00984d !important;
    background:#fff !important;
    margin-bottom:10px !Important;
     letter-spacing: 0.1em !important;
    text-align:right;
}



.pered-category .btn-primary:hover   {
    color:#fff !important;
    background:#00984d !important;
    margin-bottom:10px !Important;
     letter-spacing: 0.1em !important;
}

.testimonial-thumb p {
display: inline-block;
    color: #777;
    font-size: 15px;
}



/* modal okna */

.modal-dialog {
    z-index: 2000 !important;
}




.modal-header {
    border: 0;
    padding: 0px;
    padding-bottom: 30px;
}



.modal-header h4 {
    color: #000;
    font-family: 'Roboto';
    font-weight: 700;
    letter-spacing: 0;
    font-size: 25px;
    
}

.modal-dialog .modal-content .modal-body .form-control {
    font-size: 16px !important;
    border-radius: 4px;
    font-weight: 400;
    box-shadow: none;
    border: 1px solid #ccc;
    min-height: 50px;
    color: #000;
}

.modal-dialog .modal-content .modal-body label {
    width: 100%;
    font-size: 16px;
    font-family: Roboto;
    color: #666;
}


.modal-content {
    border-radius: 10px;
    border: 0px;
    padding: 30px;
}

.modal-body {
    padding: 0px;
    padding-top: 10px;
}

.vhod_width {
    width: 95%;
    max-width: 500px;
}
.form-group {
    margin-bottom: 25px;
    
}


.modal-dialog .modal-content .modal-body .form-control {
font-size: 16px !important;
    border-radius: 4px !important;
    font-weight: 400;
    min-height: 50px;
    color: #000;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.modal-content .form-group .btn-success:hover {
    opacity: 0.9;
}



.modal-content .form-group .vhodd-button {
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
}

.korz-but {
    text-transform: 
}

.modal-content .form-group .btn-success {
    border: 2px #009933 solid;
    background: #009933;
    color: #fff;
    font-weight: 600;
    padding: 15px 0px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
    float: none;
    border-radius: 4px;
    width: 60%;
    min-width: 240px;
}

.modal-header .close {
    font-size: 35px;
    color: #000;
}


.swwqq {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0px;
    line-height: 14px;
    font-family: Roboto;
    color: #666;
    text-align: left;
}
.swwqq a {

text-decoration: underline;
}

.modal-dialog .modal-content .modal-body .has-error label {
    color: #cc0000;
}
.has-error .form-control {
    border-color: #CC0000 !important;
}


.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #CC0000;
}


.prmn-cmngr-cities__search-block .prmn-cmngr-cities__search {
    width:100% !important;
}
.prmn-cmngr-cities__search-block  .form-group {
     width:100% !important;
}


.div-tag-tags-a {
    margin: 0px 3px;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 12px;
    text-transform: lowercase;
    background: #f5f5f5;
    line-height: 40px;
    border-radius: 16px;
    color: #333;
    border: 0px;
    margin-top: 15px;
}

.div-tag-tags-a:hover {
    color: #fff;
    background: #000;
}
.div-tag {
    display: inline-block;
}


.prmn-cmngr-cities .dropdown-menu {
    max-width: 100%;
}

.modal-foot {
list-style: none;  
padding:10px 0px;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;

}

.modal-foot li strong {
    color:#000;
}

/* end modal okna */




/* header */

.head-hav {
    padding: 7px 0px 2px;
}



.head-hav a {
    color:#666;
    padding:0px 15px;
    font-size:13px;
    letter-spacing: 0.02em;

    
}

.head-hav  a:hover {
       color:#00984d;
}

.logo-header {
    width:20%;
    display: inline-block;
}

.header-phone {
    
   width:25%;
  display: inline-block; 
}


.logo-header img {
    max-height: 65px;
}

.logo-header:hover {
    opacity: 0.9;
}

.address-header {
    width:18%;
    display: inline-block;
    
    
}


.mail-header {
    width:11%;
    display: inline-block;
}


.icons-header {
      width:24%;
    display: inline-block;
    float: right;
}






.header-phone, 
.address-header,
.mail-header,
.icons-header 
{
    vertical-align: top;
    margin-top:10px;
}



header .logo-header {
  vertical-align: top;
    margin-top:0px;
}


.header-phone h4 {
    margin: 0;
    font-size: 22px;
    color: #00984d;
    font-weight: 600;
    margin-bottom:7px;
}



.prmn-cmngr a {
       margin: 0;
    font-size: 16px;
    color: #000 !important;
    margin-bottom:10px;
    font-weight: 600;
}

.prmn-cmngr a:hover {
    opacity:0.85;
}

.address-header p {
      font-size: 14px;
    color:#444;
    padding-top:10px;
    padding-left:10px;
    
}




.obr-zvv {

 border:0px ; margin:0px ; padding-bottom:0px ; padding:0px;border-radius:0px; 
color:#666;
    border-bottom: 1px dashed #999;
}

.obr-zvv:hover {

color:#333;
}


.mail-header a {
    font-size:17px;
    display: block;
    margin-bottom:10px;
    font-weight: 500;
}

.mail-header a:hover {
    
 opacity: 0.8;   
}
.mail-header .whats_head {
    color:#4caf50;   
}

.mail-header .telegram_head {
    color:#039be4;
}
.top-cart-contain {
    text-align: right;
}

.top-cart-contain a:hover {
    
opacity:0.85;
}

.top-cart-contain div {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.compare-icon, .search-icon {
     width: 30%;
    opacity: 0.8;
}

.compare-icon {
    display: none !important;
}


.compare-icon:hover, .search-icon:hover {
    opacity: 0.95;
}

.cart-icon {
  width: 33%;
}
.cart-icon:hover {
     opacity: 0.8; 
}


.top-cart-contain p {
    color:#666;
    font-size: 13px;
    padding-top:5px;
    margin-bottom: 0px;
    line-height: 120%;
}


.cart-icon p {
    padding-top: 0px;
       color:#454545;
    font-size: 14px;
    letter-spacing: 0.02em;
}



.search-icon  {
    
    border-right:1px #eee solid;
}






#cart #cart-total {
position: absolute;
	font-size:13px;
	margin-left:5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff;
    background: red;
    border-radius: 50%;
   width: 19px;
    height: 19px;
    display: inline-block;
	vertical-align:MIDDLE !important;
	text-transform: uppercase;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}

#cart #cart-total:hover {
    color: #fff;
}






.menu-header img {
    margin-right: 5px;
    margin-bottom:5px;
    
}

.menu-header:hover {
    opacity: 0.9;
}

.menu-header {
    border:0px;
    color: #fff;
    background: #00984d;
    padding:7px 15px;
    padding-bottom: 5px;
    border-radius: 8px;
    margin-right: 50px;
    font-size: 16px;
    vertical-align: bottom;
    
}


.link-header {
margin-right: 30px;
     -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}

.link-header:hover path {
    stroke:#00984d;
    fill: #00984d;
    
}

.link-header:hover {
    color: #00984d;
}



.mennu div.popup {
    padding: 30px ;
     padding-top: 15px ;
      padding-bottom: 15px ;
    margin: 0px ;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.14);
	background: #fff;
    border-radius: 15px;
    
    position: absolute;
    z-index: 3000;
    background-color: #fff;
    text-align: left;
    
    
}


.itemMenu {
    font-size: 15px;
    display: block;
    color: #000;
 
    cursor: pointer;
    font-family: Roboto;
    margin: 0;
    text-decoration: none;
    display: block;
    line-height: 32px;
    border-bottom: 0px #f4f4f4 solid !important;
}


#pt_menu59 {
    display: inline-block;
}
div.pt_menu .parentMenu a, .parentMenu .block-title {
    color: #4D4D4D;
    font-size: 16px;
    padding-bottom: 5px;
}


.itemMenuName {
    display: block;
}


div.pt_menu .parentMenu a:hover,
 div.pt_menu .parentMenu span.block-title:hover,
#pt_menu_link .parentMenu ul li a.act,
#pt_menu_link .parentMenu ul li a:hover,
div.pt_menu.act .parentMenu a,
div.pt_menu.active .parentMenu a 
{
	color: #00984d;
}


div.pt_menu .parentMenu a:hover path,
 div.pt_menu .parentMenu span.block-title:hover path,
#pt_menu_link .parentMenu ul li a.act path,
#pt_menu_link .parentMenu ul li a:hover path,
div.pt_menu.act .parentMenu a path,
div.pt_menu.active .parentMenu a path {
    stroke:#00984d !important;
    fill: #00984d !important;
    
}


/* end header */







.container {
    width:auto;
    max-width: 1400px;
}
.container .row {
      width:auto;
    max-width: 1400px; 
}







.mymobmenu {
    display: none;
}

.mymobmenu_left {
    display: none;
}

.mymobmenu_bg {
    display: none;
}




.mob-reload {
    display: none;
}




/**footer**/

footer .container {
    padding:0px 15px;
}

footer h5 {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 600;
    padding-bottom: 13px;
    margin-bottom: 18px;
    color: #fff !important;
}


footer a, footer, footer h5 {
    color: #CCC;
}

.footer-block1 li {
    min-height: 40px;
    line-height: 40px;
}


footer, footer .container {
    background-color: #222 !important;
}

.footer-block1 .footer-informations {
    width:25%;
}

.footer-social, .footer-block1 {
    padding: 28px 0 12px 0;
}


        .social_icon_footer svg {
        fill: #ccc;
    margin-right: 15px;
width: 25px;
    height: 22px;
        }
        .whats-footer:hover svg {
             fill: #4caf50;  
        }
           .telegr-footer:hover svg {
             fill: #039be5;  
        }
      
        
        .insta-footer:hover svg {
            fill: #C13584;
        }
         .insta-footer  svg {
            margin-right: 10px;
        }
        .vk-footer:hover svg {
            fill: #5181B8;
        }

   .tiktok-footer:hover svg {
            fill: #4de8f4;
        } 

           .payment-footer svg{
            fill:#ddd !important;
            margin-right:7px;
         
        }


.footer-zvonok {
    background:none ; 
    margin:0px ; 
    font-size:15px ;
    padding-bottom:0px ;
    color:#CCC; 
    border:0;
    border-bottom:1px #ccc solid; 
    padding:0px ;
    border-radius:0px ;
    text-transform: none;
    letter-spacing: 0;
}

.footer-zvonok:hover,
.footer-zvonok:target, 
.footer-zvonok:active,
.footer-zvonok:focus {
    background:none ; 
    color:#009933; 
    border-bottom:1px #009933 solid; 
}


.footer-block1 .container {
    margin-bottom: 0px;
    padding-bottom: 60px;
}

footer .list-unstyled li a {
    font-size: 15px;
    line-height: 40px;
}

/**end-footer**/


/**block**/


.container .owl-wrapper-outer {
    border:0px;
    border-bottom: 1px #eee solid;
    margin-bottom: 40px;
    padding-bottom: 20px;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    
}

.image-additional-container .owl-wrapper-outer,
.container .sm-testimonial-carousel .owl-wrapper-outer
{
    border:0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  
    
}


#carousel0 .owl-wrapper-outer {
    border:0px;
       
}
.klienty-block {
    margin-top:20px;
}

.logos-block {
    width:19%;
    display: inline-block;
    text-align: center;
    margin-top:15px;
    margin-bottom:30px;
}

.logos-block img {
    max-width: 70%;
    max-height: 55px;

}


.block-o-nas  .col1 {
    text-align: center;
}


.block-o-nas iframe {
    max-width:550px !important;
}

.last-otstup {
        border-bottom: 1px #eee solid;
    margin-bottom: 50px;
    padding-bottom: 20px;
}


.new-solo-button {
    background: #eee;
    color: #333;
    padding: 10px 15px;
    border-radius: 50px;
    border:0px;
    margin-top:15px;
    margin-bottom:20px;
    text-transform: lowercase;
}
.new-solo-button:hover {
    background: #00984d;
    color:#fff;
}

    #cmsblock-62 p {
        line-height: 1.4;
        margin-top:10px;
    }
     #cmsblock-62 h3 {
        line-height: 1.2;
    }



.button-categories-main {
    display:none;
    
}

.pag-test {
    text-align: center;
}


.but-otst-test {
      margin: 10px 0px;
    margin-right: 10px !important;

}

.factss p .facts-p {
  margin-top:5px;
    
}
.factss img {
    height:30px;
    margin-right:10px;
    display: inline-block;
        float:left;
}

.proizvod img {
height: 90px;
    max-width: 250px !important;
    margin-bottom: 10px;
}


.factss p {
    display: inline-block;
}


.articles-container .new-solo-button {
        font-size: 14px;
    margin-top: 0px;
        padding: 5px 15px;
}

/**end-block**/


/**category**/


.category-h1 {
font-family: Roboto;
    font-size: 32px;
    margin: 0px 0px 30px 0px;
    color: #000;
    font-weight: 600;
}


.ocf-header {
    display:none !important;
}

.ocf-theme-light .ocf-filter-header, .ocf-theme-light .ocf-module-page-header {
    text-transform: none !important;
    font-family: Roboto !important;
    font-size:14px !important;
}

.ocf-content {
    max-width: 250px;
}

.ocf-noUi-connect:before, .ocf-noUi-handle {
    background-color: #00984d !important;
}

.header-phone8  {
        margin-bottom: 5px;
    font-size: 12px !Important;
    margin-top: 10px;
    position: relative;
    color:#00984d;
}
.header-phone8 img {
    height:12px;
    margin-right:5px;
}

.header-phone9 img {
    height:12px;
    margin-right:5px;
}
.header-phone9  {
        margin-bottom: 5px;
    font-size: 12px !Important;
    margin-top: 10px;
    position: relative;
    color:#F1690F;
}
.main-price-info .header-phone9:hover {
    cursor: pointer;
}
.main-price-info .header-phone9,
.main-price-info .header-phone8{
   font-size: 16px !Important;
}

.main-price-info .header-phone9 img,
.main-price-info .header-phone8 img {
 height:16px;
}


#input-sort {
 display: block; 
font-size: 16px; 
font-family: Roboto;  
color: #444; 
line-height: 1.3; 
padding: .6em 1.8em .5em .8em; width: 100%; 
max-width: 100%; 
box-sizing: border-box; 
margin: 0; 
border: 1px solid #eceef2;
 box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
border-radius: 6px;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff; 
background-image: url("https://gde-elka.ru/image/svg.svg"), linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%); 

    
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%; 
} 

.category-des b {
    font-size: 20px
}

.category-des {
    border-top:1px #eee solid;
    padding-top:15px;
    font-size: 17px;
}
.paginat {
        padding-top:20px;
    font-size:14px;
    color:#666;
}


/**end-category**/
/**product**/

.product-details .thumbnail {
    border:0px;
}

.product-details #content h1 {
    margin-top:10px;
    margin-bottom:5px;
    font-size:28px;
    color:#000;
}

.product-details .product-model {
    font-size: 14px;
    color:#555;
    float:right;
    margin-top:20px;
    margin-bottom: 0px;
}


.col-2 .price-product .new-price {
	font-weight: 600;
	color: #000;
	font-size: 32px;
	display:inline-block;
}
.col-2 .price-product .old-price {
	text-decoration: line-through !important;
	color: #999999;
	font-size: 18px;
	display: inline-block;
	font-weight: 400;
	margin-left:8px;
}

#head-product {
    padding-bottom: 5px;
    border-bottom: 1px #eee solid;
}

.podari-mne {
    display:inline-block;
    margin-right:10px;
    margin-top:10px;
}

.podarok-mne {
    padding:5px 10px;
    color:#fff;
    border-radius: 6px;
    font-size:16px;
}

.girlyanda {
    background: #FFAA40;
}
.dostavka {
    background:#3A8FC5;
}
.skidka-onlain {
    background: #DA3800;
     padding:5px 10px;
    color:#fff;
    border-radius: 6px;
    font-size:16px;
    display: inline-block;
     margin-top:10px;
}

.dop-infa {
    font-size:18px;
    display:block;
    color:#00984d !important;
    line-height: 2;
}
.dop-infa:hover {
    opacity:0.85;
}

.product-details .price-product {
    margin-top:0px;
}

.main-price-info {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 10px 0 rgb(0 0 0 / 8%) !important;
    margin-bottom: 7px;
    max-width:450px;
    margin-top:30px;
    
}


.nalichie-main {
    margin:20px 0px;
}

#button-cart {
    font-size: 18px;
    padding: 20px 0px;
    width: 100%;
    height: auto;
    display: inline-block;
    font-weight: 700;
        background-color: #00984d !important;
    border: 0px !important;
    
    border-radius: 4px !Important;
    color: #ffffff ;
    line-height: 1.3333333;
    
}

#button-cart:hover {
    opacity:0.85;
}


.main-price-info .btn-block {
    
    background: #eee !important;
    color: #333 !important;
    padding: 10px 15px;
    border-radius: 50px !important;
    border: 0px !important;
    text-transform: lowercase;
    width:auto;
        font-weight: 400 !important;
}


#tab-description-video {
   width: 50% !important;
    float: left;
    padding-bottom:20px;
    padding-right:15px;
    
}

#tab-description-video iframe {
    max-width: 550px !important;
    max-height: 300px;
        border-radius: 10px;
}

 .mobile-charact {
        display: none;
    }

.pointt:hover {
    cursor: pointer;
}

.block-o-nas iframe {
    border-radius: 8px;
}

/**end-product**/

/**manufacturer**/
#manufacturer_list #content h3 {
    color:#000;
    margin:20px 0px;
}
#manufacturer_list #content img {
    max-width: 300px;
float:right;
    padding:15px;
    background: #fff;
}

#manufacturer_list #content p {
    font-size:16px;
    line-height: 1.6;
}

#manufacturer_list #content li {
    font-size:16px;
    line-height: 1.6;
    margin:5px 0px;
}



#manufacturer_list #content iframe {
   margin:15px;
  max-width: 600px;
    float:right;
    width:40%;
    border-radius: 15px;
}

/**end-manufacturer**/


/**slider**/
.info_main_slider {
    position: absolute;
    margin-left: 100px;
    margin-top: 40px;
    z-index: 1;
    max-width: 500px;
    padding: 15px;
}

.slider_mobile img {
    width: 100%;
    height: 600px;
    max-width: 1600px;
    object-fit: cover;
    object-position: center;
}
.slider_mobile {
    overflow: hidden;
    max-width: 1600px;
}
.info_main_h1 {
    text-align: left;
    padding: 15px;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

.info_main_h1 h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0px;
    filter: none;
    color: #fff;
    line-height: 1.4;
}

.info_main_button {
    margin-top: 15px;
    vertical-align: top;
}


.banner7-des {
    margin-top:15px;
     background: rgba(255,255,255,0.95);
    text-align: left;
    padding: 15px;
    color:#000;
     border-radius: 10px;
    font-size: 16px;
    line-height: 1.8;
    
}

.slider_mobile .icon-slider {
    width:20px;
    height:20px;
}



.info_main_button .main-butt-catalogue {
   padding: 27px 0px;
    font-size: 22px;
    width: 75%;
    max-width: 320px;
    border-radius: 6px;
    background: #f57c00;
    color: #fff;
    margin-right: 10%;
    border: 0px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}


}
.info_main_button .main-butt-catalogue:hover {
    opacity: 0.9;
}

/**end-slider**/

/**information**/
.block-contact-info{
    margin-bottom: 50px;
    margin-top: 15px;
}




.block-contact-info h3.title {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: normal;
    font-weight: 600;
    color:#000;
}

.block-contact-info h5 {
    font-size: 18px;
    color: #111;
    font-family: Roboto;
    line-height: 140%;
}

.block-contact-info p {
    margin-bottom: 20px;
}

.block-contact-info .mini-opis {
    font-size: 12px;
    color: #999;
    line-height: 150%;
}

.block-contact-info h5 svg {
    width: 18px;
    height: 16px;
    margin-right: 5px;
}

.block-contact-info .button-prodaction {
        background: #eee;
    color: #333;
    padding: 10px 15px;
    border-radius: 50px;
    border: 0px;
    text-transform: lowercase;
}

.block-contact-info .button-prodaction:hover {
    background: #00984d;
    color:#fff;
}

.delivery_block .delivery_info {
    width: 80%;
    float: left;
    padding-right: 20px;
}
.delivery_block .delivery_image {
    float: right;
    text-align: right;
    max-width: 200px;
    width: 20%;
}

.delivery_block {
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 35px;
    border-bottom: 1px #eee solid;
}

.delivery_block h3 {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 600;
color:#000;
}

.delivery_block p {
    margin-bottom: 5px;
    line-height: 1.5;
}
   .delivery_block .delivery_image img {
    max-width: 200px;
    width: 100%;
}
.inform {
    font-size:16px;
    line-height: 1.5;
}

.modal-body .alert {
    border:0px !important;
}

/**end-information**/

.sm-testimonial-carousel .item {
    margin: 0 10px !important;
}





@media (max-width: 1600px) {
.info_main_slider {

    margin-left: 30px;
}
}
@media (max-width: 1400px) {
.info_main_slider {

    margin-left: 15px;
}
    .slider_mobile img {
    height: 500px;
    }
}
@media (min-width: 1000px) {


    
  .mymobmenu_count {
        width: 19px;
        height: 19px;
      font-weight: 600;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        background: red;
        border-radius: 50%;
        color: #fff;
        position: absolute;
       margin-left:50px;
        top: -10px;
        font-size: 10px;
    }


               
                  
              
            

.mymobmenu_search {
        width: 90%;
       
        overflow: hidden;
        position: relative;
     border-radius: 8px;
 min-height: 45px;
 
    }

    .mymobmenu_search > input {
           padding-left:15px;
        width: 100%;
        margin-right:30px;
       transition: background .3s;
     padding-right: 45px;
      border: 1px #eee solid !important;
     background:#eee;
                        border-radius: 8px;
        line-height: 40px;
        min-height: 45px;
    }

 .mymobmenu_search input:hover ,
     .mymobmenu_search input:focus , 
    .mymobmenu_search input:active {
          background:#fff;
     
    }
    
    
   .mymobmenu_search input:hover ,
     .mymobmenu_search input:focus , 
    .mymobmenu_search input:active  {
              box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    }
    

  .mymobmenu_submit {
        width: 21px;
        height: 21px;
        position: absolute;
        right: 11px;
        top: 10px;
      cursor: pointer;
    }

    .mymobmenu_submit > svg {
        width: 21px;
        height: 21px;
    }



}



@media (max-width: 999px) {
    #content h1 {
       font-size: 25px;
    } 
    .info_main_slider {

    margin-left: 0px;
}
    
      #manufacturer_list #content iframe {
     max-height: 200px;   
    }
    
    #manufacturer_list #content img {
    max-width: 200px;

    }
    
    .block-o-nas iframe {
    max-height: 220px;
}
    
    #button-search {
   padding: 3px 0px;
    }
    
    #search-imp .ocf-btn-mobile-static .ocf-btn-default  {
        display: none;
    }
    
    .breadcrumb {
        margin:7px 0px !important; 
    }
    
#tab-description-video iframe {
    max-width: 350px !important;
    max-height: 200px;
}
    
    .category-h1 {
        font-size:25px;
    }
    
    .testimonial-container .owl-buttons div {
        width: 25px;
    height: 25px;
    }
  .owl-carousel  .owl-buttons div {
        width: 25px;
    height: 25px;
    }
    
    .owl-carousel .owl-buttons div:before {
    font-size: 45px;
    }
    
 .image-additional-container     .owl-carousel  .owl-buttons div {
       width: 31px;
    height: 31px;
    line-height: 32px;
    }
    
    
    .image-additional-container  .owl-buttons div:before {
    font-size: 25px;
    }
    
    
    .testimonial-container .owl-carousel .owl-buttons div.owl-next {
	right: -15px !important;
}
.testimonial-container .owl-carousel .owl-buttons div.owl-prev {
	left: -20px !important;
}
    
       .owl-carousel .owl-buttons div.owl-next {
	right: -15px !important;
}
 .owl-carousel .owl-buttons div.owl-prev {
	left: -20px !important;
}
    
    
     .image-additional-container     .owl-carousel  .owl-buttons div.owl-next {
right: 0px !important;
    }
      .image-additional-container     .owl-carousel  .owl-buttons div.owl-prev {
left: 0px !important;
    }
    
    
   .owl-carousel .owl-buttons 
	{
	    	display: block !important;
	}
	
	
 .owl-carousel	.owl-controls .owl-buttons .owl-next,
.owl-carousel	.owl-controls .owl-buttons .owl-prev {
    
	top:30% !important;
}
    
     .image-additional-container   .owl-carousel	.owl-controls .owl-buttons .owl-next,
    .image-additional-container .owl-carousel	.owl-controls .owl-buttons .owl-prev {
    
	top:50% !important;
}

 
	
	

	    .owl-carousel .owl-buttons div   {
      opacity:1 !important;  
    }
    
    
    #blog_home .owl-carousel .owl-buttons   {
    display: none !important;  
    }
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .ocf-btn-mobile-static {
        float:left;
    margin-right:15px;   
        border-bottom: 0px solid #eee !important;
    }
    
   .ocf-btn-mobile-static .ocf-btn-default  .ocf-sliders {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z'/%3e%3c/svg%3e) !important;
}
    
    .ocf-btn-mobile-static    .ocf-btn-default {
        height:38px;
        background-image: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
        border: 1px solid #eceef2;
        box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
    }
    
    .category-h1 {
        margin-bottom:25px;
    }
    
    .but-otst-test {
      margin: 5px 0px;

}
    
    .button-categories-main {
 display: inline-block;
    background: #111;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    border: 0px;
    font-size: 16px;
    /* font-weight: 400; */
    margin-bottom: 10px;
    text-transform: lowercase;
    
}
    
    .button-categories-main:hover {
         background: #00984d; 
    }
    
    
    .last-otstup {
    margin-bottom: 40px;
    }
    
 .banner-static .col:after {
        display: none;
    }
.footer-block1 .footer-informations {
    width: 50%;
    margin-bottom: 30px;
    float: left;
}
    
    .logo-header {
          width: 200px;
    }
    
    .address-header {
       width: 180px;
    }
    
    .logo-header img {
        max-height: 55px;
    }
    
    .mail-header {
         width: 105px;
    }
    
    .search-icon {
        width: 37%;
        border-left:0px;
    }
    
    .cart-icon {
         width: 60%; 
    }
  
    .container { padding:0 15px; }
     
    .header-phone {
           display: none;   
    }
    
    .head-hav {
        display: none; 
    }
    
   .top-cart-contain .compare-icon {
        display: none; 
    }
    
    .mennu {
         display: none;
    }
   
.mmm_geoo:before {
               text-align: center;
        font-size:14px;
  width:50px;
    content: "\f124";  
  font-family: FontAwesome;
    }
        .mmm_geoo img { 
            display: none;
        }
    
        .mmm_geoo.city_rel {
            width:100%;
              z-index: -1; 
        }

.mmm_geoo  .prmn-cmngr__title {
          z-index: -1; 
}
 .mmm_geoo .prmn-cmngr__popup {
    display: none;
}
     .mmm_geoo  .prmn-cmngr a {
         font-weight: 600 !important;
            font-size:14px;
             min-width: 200px;
         display: block;
      line-height: 30px;
         text-align: left;       }

.mmm_geoo  .prmn-cmngr__content {
    min-width: 200px;
}

    .mmm_wish {
        display: none !important;
    }
    
     .mmm_dostavka:before {
               text-align: center;
        font-size:14px;
  width:50px;
    content: "\f0d1";  
  font-family: FontAwesome;
    }
    
    
    .mymobmenu_count {
        width: 19px;
        height: 19px;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        background: red;
        border-radius: 50%; 
        color: #fff;
        position: absolute;
        right: -14px;
        top: -10px;
        font-size: 10px;
    }


    #searchmob {
           width: 80%;
    height: 80%;

    overflow: hidden;
    position: relative;
        
        
    }        
              

.mymobmenu_search {
      width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    }

    .mymobmenu_search > input {
      width: 100%;
    height: 100%;
    border: 0;
    padding-left: 10px;
   
    border-radius: 4px;
           padding-right: 35px; 
    }


  .mymobmenu_submit {
        width: 21px;
        height: 21px;
        position: absolute;
        right: 11px;
        top: 10px;
    }

    .mymobmenu_submit > svg {
        width: 19px;
        height: 17px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .mymobmenu_bg.active {
        display: block;
    }
    .mymobmenu_left.active {
        left: 0%;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }



    .mymobmenu_bg {
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.59);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 996;

    }
    .mymobmenu_left {
        display: flex;
        flex-direction: column;
        width: 80%;
        max-width: 256px;
        height: 100%;

        position: fixed;
        left: -80%;
        top: 0;
        z-index: 1000;
        background: #fff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        overflow-y: auto;
    }

    .mymobmenu_l_top {
        width: 100%;
        height: 15%;
        background: #000;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10px;
        padding-left: 12px;
        min-height: 86px;
    }

    .mmm_l_t_name {
        font-size: 22px;
        color: #f9f9f9;
    }

    .mmm_l_t_email {
        font-size: 14px;
        color: #848484;
        margin-top: 5px;
    }

    .mmm_l_t_email > a {
        color: #09afff;
        text-decoration: underline;
        font-size: 12px;
    }
 
    .mymobmenu_left > div > a {
        display: flex;
        width: 100%;
        height: 50px;
        font-size: 14px;
        align-items: center;
   
        font-weight: bold;
        color: #000;
    }



    .mmm_home:before {
        text-align: center;
        font-size:14px;
  width:50px;
    content: "\f015"; 
  font-family: FontAwesome;
    }
    
  .heat_m  { background: #D12000;
    padding: 0px 4px;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    margin-left: 5px;
   
}
    
    .mmm_profile:before {
        text-align: center;
        font-size:14px;
  width:50px;
      
    content: "\f0a1"; 
  font-family: FontAwesome;
        
        
    }
    
    .mmm_profile {
          border-top:1px #eee dashed;
        margin-top:30px;
    }
    
    .mmm_zarg:before {
        text-align: center;
        font-size:14px;
  width:50px;
    content: "\f005"; 
  font-family: FontAwesome;
        
        
    }
    
    
    .mmm_sale:before {
               text-align: center;
        font-size:14px;
  width:50px;
    content: "\f0b1"; 
  font-family: FontAwesome;
    }
       
     .mmm_arc:before {
               text-align: center;
        font-size:14px;
  width:50px;
    content: "\f0f3"; 
  font-family: FontAwesome;
    } 
    
    
    
    
    
    
        .mmm_info:before {
               text-align: center;
        font-size:14px;
  width:50px;
    content: "\f05a"; 
  font-family: FontAwesome;
    }
  
    .mmm_cart:before {
               text-align: center;
        font-size:14px;
  width:50px;
    content: "\f075"; 
  font-family: FontAwesome;
    }
    .mmm_wish:before {
          text-align: center;
        font-size:14px;
  width:50px;
    content: "\f0ec"; 
  font-family: FontAwesome;
    }
    .mmm_comp {
        background: url(../image/bars-graphic.png) no-repeat 14px;
    }
    .mmm_lang {
        background: url(../image/language.png) no-repeat 14px;
    }
    .mmm_call:before {
                 text-align: center;
        font-size:14px;
  width:50px;
    content: "\f095"; 
  font-family: FontAwesome;
    }
   .mmm_catalog_check:before {
                 text-align: center;
        font-size:14px;
  width:50px;
    content: "\f1bb"; 
  font-family: FontAwesome;
    }
     .mmm_prod:before {
                 text-align: center;
        font-size:14px;
  width:50px;
    content: "\f085"; 
  font-family: FontAwesome;
    }
    
    
    

    .mmm_leave:before {
                 text-align: center;
        font-size:14px;
  width:50px;
    content: "\f08b"; 
  font-family: FontAwesome;
    }

    
        


    

    .mymobmenu {
         display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        z-index: 995;
        align-items: center;
        box-sizing: border-box;
     
        justify-content: space-between;
        vertical-align: middle;
        margin-right:15px;
    }

    .mymobmenu_menu {
     text-align: center;
        z-index: 2;  margin-top: 5px;
    }

    

  

    .mymobmenu_cart {
        margin-top: 10px;
       
        position: relative;
        text-align: right;
       margin-right:5%;
        
         width:10%;
    }

    .mmm_lang .btn-group > button > img {
        display: none;
    }


    .mymobmenu_catalog {
        position: absolute;
        background: #fff;
        width: 100%;
        top: 0px;
        height: 100%;
           z-index: 30;
    }

    .mymobmenu_catalog.mmm_open {
        -webkit-animation: mmm_catalog_out 0.5s;
        -o-animation: mmm_catalog_out 0.5s;
        animation: mmm_catalog_out 0.5s;
        left: -256px;
    }

    .mymobmenu_catalog a, .mymobmenu_catalog li {
        display: flex;
        width: 100%;
        font-size: 12px;
        align-items: center;
        padding: 12px 0px 12px 50px;
        font-weight: bold;
        position: relative;
        color: #000;
        flex-wrap: wrap;
        overflow: hidden;
    }



    .mymobmenu_catalog_sub {
        width: 100%;
        max-height: 0px;
        display:none;
        margin-top: 15px;
    }

    .mymobmenu_catalog_sub.active {
        max-height: 700px;
        display:block;
    }


    .mymobmenu_catalog_sub a {
        padding-left: 20px;
    }

   
    .mymobmenu_catalog a:before, .mymobmenu_catalog li:before {
       
        font-size: 14px;
        position: absolute;
       
    }
    .mymobmenu_catalog_sub a:before {
        left: 5px;
    }

    .mymobmenu_catalog li.mymobmenu_has_children:before {
        display: block;
        content: "";
        font-size: 14px;
        position: absolute;
        left: 29px;
        top: 12px;
        background: url(../image/mymobback.png) no-repeat -1px 0px;
        background-size: 9px;
        width: 12px;
        height: 12px;
        transform: rotate(-90deg);
    }

    .mymobmenu_catalog li.mymobmenu_has_children.active:before {
        top: 18px;
        background: url(../image/mymobback.png) no-repeat -1px 3px;
        transform: rotate(90deg);
        background-size: 9px;
    }

    .mymobmenu_back {
        background: url(../image/mymobback.png) no-repeat 24px 15px;
        background-size: 12px;
    }

    .mymobmenu_back:before {
        display: none;
    }
    .mymobmenu_catalog.mactive {
        -webkit-animation: mmm_catalog_in 0.5s;
        -o-animation: mmm_catalog_in 0.5s;
        animation: mmm_catalog_in 0.5s;
        left: 0px;
     
    }
    
    
}























































@media (max-width: 940px) {
    .proizvod img {
    max-width:100% !important;
}
}


@media (max-width: 991px) {
    
   .table-geoi table thead th {
    padding:5px;
   
} 
.pered-category .figcaption .button-proda {
    margin-bottom:10px !Important;
    display:inline-block !Important;
    
    padding: 10px 30px !important;
}
.table-geoi  {
   overflow-y: hidden;
   overflow-y: hidden;
}


.table-geoi table td {
 padding:5px;

 
}
}



@media (max-width: 991px) {
.nivo-main-image {
       height:420px !important;
       width:auto !Important;
}


}
@media (max-width: 600px) {
    
    #tab-description-video .module-title h3 {
        font-size: 16px !important;
    }
    #tab-description-video .module-title {
    margin-bottom: 5px;
    }
    
    #tab-description-video iframe {
    max-height: 150px;
    }
    
    .sqwee1 {
    width:100% !important;
   overflow-y: hidden !important;
}


.product-details iframe {
    width:100% !important;
}


}


@media (max-width: 1050px) {
    
    .payy {
    width:100% !important;
    background:#fff;
    padding:15px 0px;
    text-align:center;
    margin-top:20px;
}

.payy img {
    height:35px;
    margin:0px 25px;
}
}

@media (max-width: 778px)  {

  .payy {
display:none !Important;
}

}

@media (max-width: 990px) {
    .ocf-content {
    max-width: 10000px;
}
    
    .item-inner {
    padding: 15px 3.5px 3.5px;
    }
    .item-inner .des-container {
    padding: 10px 3px 3px;
    }
    .header-phone8 {
    margin-bottom: 5px;
    margin-top: 5px;
    }
    
.main-price-info  .nalichie-main {
    margin:20px 0px;
    }
    
.item-inner .actions {
	opacity:1;
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    position:relative !Important;
}

}

@media (min-width: 480px) and (max-width: 630px) {
.add-to-links {
     width: 100% !important; 
}
.item-inner .add-to-links .btn-cart {
        padding: 0PX 8PX !IMPORTANT;
}
.item-inner .add-to-links .btn-cart {
  min-width: 0px !important;
  width: 100% !important;

}


}
@media (max-width: 420px) {

.item-inner .add-to-links .btn-cart {
        padding: 0PX 5PX !IMPORTANT;
}
.item-inner .add-to-links .btn-cart { 
  min-width: 0px !important;
  width: 100% !important;

}

.add-to-links {
     width: 100% !important; 
}

}


@media (max-width: 1200px) {
    
    
    .but-tags {
    text-transform: lowercase;
    border-radius: 100px;
    line-height: 20px;
    font-size: 17px;
    font-weight: 700;
    padding: 5px 30px;
    background: #000;
    color: #fff;
    margin-top: 0px;
    border: 0px solid #000 !important;
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
    text-align: center;
}
    
    #kharact-prod {
    display:none;
}
    
    #kharact-prod  #tab-description {
        margin-top:5px;
    }
    
.menu-main {
    display:none !important;
}
.menu-main1 {
    display:inline-block !important;
}
    
    
    
    .mobile-charact {
        display: block;
    }
    
    
    
    #image-prod {
        width: 50% !important;
    }
    
    
    
    #kharact-prod {
        width: 50% !important;
        float:right;
    }
    
    
    #price-prod {
        width:50% !important;
    }
    
    
    
    
}

@media (min-width: 1200px) {
.menu-main1 {
    display:none !important;
}
.menu-main {
    display:inline-block !important;
}

}


@media (max-width: 1050px) and (min-width: 900px) {

.vc_column_container {
    width:60% !important;
    display:inline-block !important;
}

   
}


@media (max-width: 991px) {
.vc_column_container {
    width:60% !important;
    display:inline-block !important;
}
}

@media (max-width: 721px)  {


.vc_column_container {
    width:100% !important;
    display:inline-block !important;
}

.f31124 {
    margin-bottom:0px !important;
    text-align:center !important;
}
.fa124 {
    margin-bottom:0px;
}
.vdq {
    margin-bottom:0px !important;
}


}


@media (max-width: 991px) and (min-width: 721px)  {




 .f31124 {
    max-width:38% !important;
    margin-top:30px !important;
    vertical-align:top !important ;
}

.vdq {
    margin-bottom:0px !important;
}
}



@media (max-width: 720px) {


.f31124 img {
    max-width:50% !important;
    margin-bottom:10px !important;
}


}












@media(max-width: 1199px){
    
    .rsqpq .wqsssq p {
        min-width: 250px;
        max-width: 300px;
        margin-left: 0px;
         margin-right: 15px;
        margin-top:5px;
    }
    
    .rsqpq .wqsssq img {
        height: 30px;
    }
    
    
    .menu-header {
        margin-right: 10px;
    }
    
    
    .link-header {
    margin-right: 10px;
    }
    
    
    .fax1 {

padding:10px !important;
}
  
  .fax1 p {
line-height:30px ;
    font-size:16px !important;
}
    
	.b-modal,
	.newletter-popup,.item-inner .add-to-links div.qv-button-container, .quickview-container{
		display: none !important;
	}

	.pppos {
overflow:hidden;
	}
	
	.container {
	    width:100%;
	}
	
	.sqqqq14 {
	width:23%;
margin-right:2%;
	}
	
	
	.sqqqq14 h3 {
	    font-size:16px !Important;
	}
	
	

	
	#cmsblock-29 h2 {
	    font-size:32px !important;
	}
	
	
	.qwsss {
	    margin-left:25px !important;
	}
	
	

	

	
	.figcaption {
	    font-size:21px !Important;
	}

	
	#search-by-category .search-container #text-search { width:58%; }
	.banner-static .col p { font-size:12px; }
	.tabcategory-container .product-big-container .product-big { padding:30px; }
	.product-big-container .item-inner .images-container { width:200px; }
	.product-big-container .item-inner .des-container { margin-right:215px; }
	.featured-category-icon { width:170px; }

	.tab_featured_category { margin-left:170px; }
	.tab_featured_category .images-container { width:100px; }
	.tab_featured_category .des-container { margin-left:115px; }
	.menu-recent .owl-carousel:hover .owl-buttons div.owl-next { right:0; }
	#dialog-normal .newletter-title h3 { font-size:15px; }
	#dialog-normal .newletter-title label { font-size:12px; }

	.product-grid .item-inner { min-height:initial; }
	.item-inner .price-new { font-size:16px; }

	
}






@media(max-width: 996px){	

.bock-premmqw {
    padding-left:5px;
    padding-right:5px;
}

    .wqsssq {
        width: 49%;
        margin-bottom: 10px;
    }
    
    .rsqpq .wqsssq p {
        min-width: 100px;
        max-width: 300px;
        margin-left: 10px;
         margin-right: 10px;
        margin-top:0px;
    }
    
    .rsqpq .wqsssq img {
        height: 40px;
    }
    
    
    
    
}

@media(max-width: 991px) and (min-width: 767px) {
.container {
    width:100% !important;
}


.custom-products  .col-sm-6 {
    width:25% !important;
}
}



@media(max-width: 766px) and (min-width: 480px) { 
    
 .custom-products  .col-sm-6 {
    width:33.333% !important;
}   

.custom-products .two-items:nth-child(2n+1),
.custom-products .three-items:nth-child(3n+1),
.custom-products .four-items:nth-child(4n+1){
	clear: none;
}






	.custom-products .four-items:nth-child(3n+1) { 	clear: both; }
	.custom-products .product-layout:nth-child(3n+111) .item-inner:before { display:block; }


.custom-products .product-layout:nth-child(3n) {
    border-right:0px !important;
}






















}


@media(max-width: 991px){  
    
   
    .sczz, .cqwq1 {
    text-align:left !important;
}
    
    .article-container {
        padding:10px 20px !important;
    }
    
    .article-container img {
        width:50% !important;
    }
    
    .article-description {
        line-height:24px !important;
    }
    
    .article-title {
        line-height:28px;
    }
    
    
    .street-style {
    background:#fff;
    border:2px #00984d solid !important;
    color:#00984d;
    padding:10px !important;
    width:100% !important;
    font-size: 17px;
    font-weight:600;
    border-radius:0px !important;
    
}
    
    
    .article-description {
        margin-bottom:30px !important;
    }
    
    




    

    
    
    
    
    
    
    
    
.foot1 {
    width:33.333% !important;
}
.footer-static .footer-content .desc-footer {
    font-size:12px !Important;
    padding:0px !important;
}




.foot2 {
    width:22.2222% !important;
    margin-top:15px;
}
 
    .ocfilter-option  .ocfilter-option {
        width:32% ;
        display:inline-block !important;
   vertical-align:top !important;
        padding:0px 1.5% !important;
    }
    
    
    
    
    
}


@media(max-width: 962px){


.phone-header {
    width:auto !important;
  
}
}
@media(max-width: 991px)  {
    
    
    footer {
        margin:0px !important;
    }
    
    
    
    .speical-container .owl-carousel .owl-buttons div,
    
    
    #blog_home .owl-carousel .owl-buttons div
    {
      opacity:1 !important;  
    }
    
    
    
    

    
  
    

   .owl-carousel  .owl-buttons div {
    background: none;
    
    }
    

    
    
    
    

    

.pppos {
    padding:0px !Important;
}


#cmsblock-29 {
    margin-top:20px !important;
}

#cmsblock-49 .module-title {

margin-top:30px
}




.banner7-content.slider-3 .text-content, .banner7-content.slider-2 .text-content, .banner7-content.slider-1 .text-content {
    top:60% !important;
}
.banner7-content.slider-1 .banner7-des {
    font-size:21px !important;
    
}


.sqqqq14 {
    width:49.6% !important;
    margin:0% 0.2% !important;
    height:250px !Important;
   text-align:center !important;
   float:left !important;
}




#content .banner7-content .title1 {
    font-size:28px !important;

}


#search-by-category .search-container #text-search {
    width:79% !important;
}





.sqww {
    display:none !important;
}
.sqww1 {
    display:block !important;
    float:right !important;
    margin-right:5% !important;
}

.search-container {
    width:350px;
    margin-left:20px !important;
    margin-right:50px !important;
}




.bock-premmqw {
    width:100% !important;
    margin-top:10px;
}


}

@media(max-width: 900px){	
    
   .sqww1 {
    margin-right:2% !important;
} 




}


@media(max-width: 976px) and (min-width: 962px)  {	

.sqww {
    padding-left:0px !Important;
        padding-right:0px !Important;
}



}
@media(max-width: 991px){	
	.zoomContainer{
		display: none !important;
	}
	.banner7 { display:inline-block; width:100%; }
	.main-menu > .container .row > .col-sm-6 + div{
		float: right;
	}
	.main-menu > .container .row > .col-sm-6{
		width: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.main-menu > .container{
		position: relative;
	}
	.ma-nav-mobile-container {
		display: none !important;
	}
	
	.nav-container {
	    display:block !Important;
	}
	.banner7 {
	    margin-top:5px !important;
	}
	
	
	#popup59 {
	    display:none !important;
	}
	
	#cart #cart-total > span { top:-36px; }
	.banner-static { padding:20px 10px; }


	.banner-static .col p { font-size:12px; }
	.banner-static .col .banner-content:before { font-size:24px; }
	.tabcategory-container .product-big-content { display:inline-block; width:100%; }
	.tabcategory-container .tabs-categorys { width:100%; }
	.tabcategory-container .product-big-container .product-big { width:100%; float:left; margin:15px 0 0; border:0; border-top:1px solid #ededed; }
	.product-big-container .item-inner .des-container { padding:0; }
	.product-big-container .images-category { width:100%; }
	.tab_featured_category .images-container { width:150px; }
	.tab_featured_category .des-container { margin-left:165px; }
	.ocnewproductslider { margin:50px 0 0; }
	.newproduct-container .newproduct-big { width:80%; }
	.newproduct-container .newproducts-thumb { width:20%; }
	.banner-right,.banner-left { display:inline-block; }
	.banner-left { margin:30px 0 50px; }
	.bestseller-container,.featured-container { margin:40px 0 0; }
	.bestseller-container .images-container, .featured-container .images-container { width:80px; }
	.bestseller-container .des-container, .featured-container .des-container { margin-left:95px; }
	.featured-categories-container .featured-content { position:initial; padding:0 20px; }
	#content .featured-content .name a { font-size:12px; }
	.featured-categories-container ul li { padding-bottom:7px; }
	.featured-categories-container ul li a { font-size:12px; }
	#dialog-normal .newletter-title { width:100%; text-align:left; }
	#dialog-normal .newleter-content { float:left; margin:20px 0 0; }


	.custom-products .three-items:nth-child(3n+1) { clear:none; }
	.custom-products .product-layout:nth-child(3n) .item-inner:before { display:block; }
	.custom-products .product-layout:nth-child(2n) .item-inner:before { display:none; }
	#input-quantity + div { margin-right: 5px; }
	.col-3 .nav-tabs li a { font-size:13px; }
}


@media(max-width: 1075px){
.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding:7px 35px !important;
}

}

@media(max-width: 950px){
.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding:7px 25px !important;
}

}

@media(max-width: 863px){
.fax1 {
    padding:5px !Important;
}


@media(max-width: 850px){
.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding:7px 20px !important;
    font-size:13px !important;
}




}





@media(max-width: 840px){



#cmsblock-20 .col-sms-12,
#cmsblock-62 .col-sms-12 {
    padding:0px 0px !Important;
}


}

@media(max-width: 830px){


	
   .street-style {
    background:#fff;
    border:2px #00984d solid !important;
    color:#00984d;
    padding:10px !important;
    width:100% !important;
    font-size: 14px;
    font-weight:600;
    border-radius:0px !important;
    
}



}

@media(max-width: 740px){
.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding:7px 10px !important;
    font-size:13px !important;
}


}

@media(max-width: 630px){
.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding:7px 7px !important;
    font-size:12px !important;
}


}



@media(max-width: 600px){
    
   #tab-description {
       width:100% !important;
   } 
    
    
    
    
.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding:7px 7px !important;
    font-size:12px !important;
}


.banner7-content.slider-1 .banner7-des {
    margin-top:30px !important;
       margin-bottom:30px !important;
       line-height:1.1 !important;
}

.pppos {
    padding:0px !important;
}

.banner7 {
    margin-top:5px !important;
}



}

@media(max-width: 565px){
.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding:7px 5px !important;
    font-size:12px !important;
}
}

@media(max-width: 520px){
.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding:7px 4px !important;
    font-size:11px !important;
}
}




@media(max-width: 796px){
    
  
    .search-container {
        margin-top:10px !Important;
        width:500px;
        margin-left:40px !important;
    }
    
.phone-header {
    padding-right:10px;
    padding-left:10px !important;
}

}


@media(max-width: 767px){
    .qwsss iframe {
      max-height: 250px !important;
    max-width: 80% !important;
} 

    #contact-style {
width: 44%;
       display: inline-block;
    vertical-align: top;
    }
    #rer-style {
         
    }
    
    .info_main_h1 h1 {
        line-height: 1.2;
    }
    .info_main_slider {
   
    margin-top: 15px;
    }
    .banner7-des {
        padding:10px 0px;
        background:none; 
        border-radius: 0px;
        
        color:#fff;
        border-top:1px #eee solid;
        
    }
    
        .banner7-des img {
        background: #fff;
            padding:3px;
            border-radius: 3px;
            margin-right: 3px;
        
    }
  
        #manufacturer_list #content img {

float:none;
    }
     .block-o-nas iframe {
    max-height: 220px;
         max-width: 450px !important;
}
    
        #image-prod {
        width: 100% !important;
    }
    
    .breadcrumb {
        margin-bottom: 10px !important;
    }
    
    .product-details .product-model {
        float:none;
     display: inline-block;
        margin-top: 5px;
    }
    
    .podari-mne {
        margin-top: 5px;
    }
    
    .podarok-mne {
        margin-bottom: 0px;
    }
    
    #kharact-prod {
        width: 100% !important;
    }
    
    
    #price-prod {
        width:100% !important;
    }
    #image-prod .thumbnails img {
        max-height: 200px;
    }
    
    
  #image-prod  .image-additional-container .thumbnail img {
        max-height: 80px;
    }
    
    
    .proizvod img {
height: 70px;
    max-width: 200px !important;
}
    
    
    .rsqpq {
    MARGIN-TOP: 30PX;
}
    
     .rsqpq .wqsssq p {
max-width: 150px;
    }
    .testimonial-container .button-group {
        margin-top: 10px;
    }
    
    .pered-category .figcaption p {
        font-size: 20px;
    }
    
    
    .banner-static .banner-content {
        padding:0px 7px !important;
    }
    

    
    .block-o-nas .col1 {
padding-bottom: 20px;
        border-bottom: 1px #eee solid;
        margin-bottom: 20px;
        
}
    
    #cmsblock-29 p {
    line-height: 24px;
        
    }
    
    #content .module-title h2, #content .module-title h3 {
        font-size: 24px;
    }
    
    .logos-block {
    width:32%;
}
    
    
#back-top{
  right: 15px;
    }
    header {
        border-bottom: 1px #eee solid;
    }
    
     footer .container {
        padding:0px;
    }
    
    .footer-block1 .container {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
    
    
    
    header .container {
        text-align: left;
    }
    
.mob-reload {
    display: block;
    width:100% !important;
    border-bottom: 1px #eee solid;
}

    .address-header {
       min-width: 200px;
    text-align: right;
    }
    
    .mail-header a {
        font-size:0px;
        display: inline-block;
        margin-bottom:0px;
    }
    
    .mail-header  {
        width:49%;
        position: relative;
        
        margin-bottom:10px;
    }
    
    .top-cart-contain p {
        display:none;
    }
    
    .cart-icon ul li p {

        display: inline-block;
    }
    
    .icons-header {
      width:49%;
         position: relative;
        display: inline-block;
        float:none;
         margin-bottom:10px;
    }
    .search-icon {
            width:47%;
        border:0px;
    }
    
    .cart-icon {
          width:50%;  
    }
    
    
    .whats_head, .telegram_head {
           width:48%; 
        display: inline-block;
        text-align: center;
    }
    
      .whats_head img,
    .telegram_head img,
    .cart-icon button svg,
        .search-icon img 
    {
           width:30px !important; 
         height:30px !important; 
    }

    
.seaaars .col-sm-3 .form-control {
    margin-top:10px !Important;
}





.shwq {
    margin-top:15px !important;
}



	.qwsss {
	    width:100% !important;
	    margin:0px !important;
	     margin-bottom:15px !important;
	}
	.shwq {
	    padding:0px 10px !Important;
	}
	


.sxxx  {
    width:100% !important;
    margin-bottom:15px !important;
}

    .article-container {
        padding:0px 10px !important;
    }
    



       .street-style {
    background:#fff;
    border:2px #00984d solid !important;
    color:#00984d;
    padding:15px 10px !important;
    width:100% !important;
    font-size: 17px;
    font-weight:600;
    border-radius:0px !important;
    
}
    
      .article-container img {
        width:auto !important;
    }
    
    .article-description {
        line-height:24px !important;
    }
    
    .article-title {
        line-height:28px;
    }
    
    
    
    
    
    .breadcrumb {
        margin-top:10px !important;
    }
    
    
    
    .navbar-collapse {
        padding:0px !important;
    }
    
    .navbar-brand {
        font-size:22px !important;
        text-transform:uppercase !important;
        color:#fff !important   ;
        margin-left:15px !Important;}
    
        .ocfilter {
    display:none ;
}


.navbar-header {
    background:#00984d !important;
    color:#fff !important
    ;
}

#ocfilter-mobile {
       display:block !important;
}
#ocfilter-mobile .ocfilter {
    display:block !important;
}
.navbar .btn-navbar {
    margin-top:0px !Important;
     margin-bottom:0px !Important;
}
    .navbar-header i {
        font-size:22px !important;
          color:#fff !important ;
          margin-right:8px !important;
    }
    
 
    
  .navbar-header  .fa-bars {
        font-size:30px !important;
          color:#fff !important 
    }
    
    
    
    
    
    
    .banner-bottom .col-sms-12 {
        width:33% !important;
        float:left !Important;
    }
    
    
   .banner-bottom  .col2   {
       margin:0px !Important;
   }
    
    
    .foot1 {
    width:40% !important;
}
.footer-static .footer-content .desc-footer {
    font-size:12px !Important;
    padding:0px !important;
}

.footer-static h4 {
    font-size:14px !Important;
}





.foot2 {
    width:30% !important;
    margin-top:15px;
}
   .sqwq1w {
       display:none !important;
   }
    
 
    
    
    
    
    
    
	.owl-buttons{
		display: none;
	}
	
	.testimonial-container 	.owl-buttons {
	    display:block !important;
	}
	
	
	
	
	
	
	
	
	.col-2 { margin-top:30px; }
	header { padding:20px 0 0px; text-align:center; }
	#search-by-category .search-ajax { width:40%; margin:0 0 0 -95px; }
	#search-by-category .item-inner .price-label { text-align:center; }
	#logo a{
		display: inline-block;
	}
	

#cmsblock-49 .banner-center .col1 {
    margin:0px !important;
}
#cmsblock-49 .col-sms-12 {
    width:50% !important;
    float:left;
}

.figcaption {
    bottom:23% !important;
}










#cmsblock-49 .module-title {
margin-top:20px;
border-top:2px #ddd solid !important;
padding-top:30px;
}




.sqwqwa1 {
    display:inline-block !important;
    width:40% !important;
    float:left;
    position:relative;
    margin:0px !important;
}


.qsf {
  
    float:none !important;
}


.bock-premmqw {
  
    margin-top:5px !important;
    display:inline-block !Important;
}

#search-by-category {
    width:50% !important;
     float:left !important;
}

	.search-container {
    width:500px !important;
    margin-left:0px !important;
       margin-right:0px !important;
       float:left !important;
       margin-top:0px !important;
       
}
#search-by-category {
    float:none !important;
    margin-left:30px !Important;
}


  .ssqqq {
        display:none !important;
    }



.sqww1 {
    float:none !important;
    margin:0px  !important;
    padding:0px !Important;
    display:inline-block !Important;
    margin-right:10px !important;
}





#search-by-category .search-container #text-search {
    width:50%;
}

	
	.logotipp {
	    	width:30%;
	    	 position:relative;
	    	 float:left !important;
	    	 
	    	 z-index:10000 !important;
	    	 
	}
	
	#logo{
		text-align: center;
		padding-bottom:5px;
		width:100%;
		display:block !important;
	}
	.header-menu { padding:0 0 20px; }
	

	header .col-md-9 { text-align:center; } 

	.search-container { display:inline-block; float:none; }
	.header-right { float:none; display:inline-block; width:100%; text-align:center; }
	#cart { float:none; }
	.banner-static .col .banner-content:before { font-size:28px; }
	.banner-static .banner-content { text-align:center !important;}



.banner-static .col .banner-content:before {
    position:relative !important;
    margin:-12px 0 0 !important;
    margin-bottom:12px !important;
}


#cmsblock-20 .col-sms-12,
#cmsblock-62 .col-sms-12 {
    float:left !important;
    width:33% !important;
}



#cmsblock-20 .col2,
#cmsblock-62 .col2{
    margin:0px !important;
}




	.banner-center1 img { width:100%; }
	.banner-center1 .col1,.banner-center2 .col1 { margin-bottom:20px; }
	.tabcategory-container .product-big-container .product-big { min-height:initial; }
	.banner-center img { width:100%; }
	#cmsblock-29 img { width:auto; }
#cmsblock-29	.col1 {text-align:center !important;}

	#cmsblock-29 h2 {font-size:32px !important;}
	#cmsblock-29 h3{font-size:22px !important;}
	
	.banner-center .col1 { margin-bottom:20px; }
	.banner-bottom .col { display:inline-block; width:100%;}
	.banner-bottom .col.col2 { margin:20px 0; }
	.banner-bottom h3 { font-size:14px; }
	.banner-bottom p { font-size:12px; }
	.paypal-footer { text-align:left; margin:20px 0 0; }
	.link-footer ul.row2 li { margin:0 10px 10px 0; }
	.link-footer li a { font-size:12px; }
	#back-top {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	#back-top::before{
		font-size: 20px;
	}

    
    

    

    
    
    
    
    
    
}
@media(max-width: 620px){

.banner-bottom p {
    font-size:11px !important;
}

.banner-bottom .col-sms-12 {
        padding:0px 0px !Important;


}
}




@media(max-width: 650px){
.sqww1 {
    width:auto !important;
}


.fax1 {
    width:100% !important;
}






}



@media(max-width: 640px){
    
    
        .foot1 {
    width:46% !important;
}
.footer-static .footer-content .desc-footer {
    font-size:12px !Important;
    padding:0px !important;
}

.footer-static h4 {
    font-size:13px !Important;
}

.footer-static .container-inner {
    padding:30px 0 20px !important;
}



.foot2 {
    width:25% !important;
    margin-top:15px;
}
    
    .foot3 {
    width:29% !important;
    margin-top:15px;
}
    
    #cmsblock-49 .col-sms-12 {
        padding:0px 2px !Important;
        
    }
    #cmsblock-49 .banner-center {
     margin:4px 0 0 !important;   
    }
    
    
.search-container {
    width:180px !important;
}

#search-by-category .search-container #text-search {
    width:70% !important;
}

.sqww2 {
    margin-right:10% !important;
    padding-left:0px !important;
}
.logotipp {
    width:35% !important;
}

.sqwqwa1 {
    margin-top:0px !Important;
    width:30% !important;
}




}


@media(max-width: 700px){ 
  
    	.search-container {
    width:400px !important;
    	}

}

@media(max-width: 600px){ 
    
    
    	.related-product-container .owl-buttons .owl-next,
	         	.related-product-container .owl-buttons  .owl-prev {
    
	top:30% !important;
}
	
    
    
    
    
    
    
  
.banner7-content.slider-3 .text-content, .banner7-content.slider-2 .text-content, .banner7-content.slider-1 .text-content {
    left:0px !important;
    width:100% !important;
    border-radius:0px !important;
}





}


@media(max-width: 590px){



.search-container {
    width:320px !important;
}


.obr-zvv {
    font-size:12px !Important;
}





}


@media(max-width: 540px){
 .footer-static .footer-content .desc-footer {
        font-size:11px !Important;
    }
    
        .foot1 {
    width:46% !important;
}


.footer-static h4 {
    font-size:12px !Important;
}

.footer-static .footer-content li a {
    font-size:12px !Important;
}
.foot2 {
    width:24% !important;
    margin-top:15px;
}
  
  .foot3 {
    width:30% !important;
    margin-top:15px;
}
    
    
    
}

@media(max-width: 506px){
 .footer-static .footer-content .desc-footer {
        font-size:12px !Important;
    }
    
        .foot1 {
    width:65% !important;
}


.footer-static h4 {
    font-size:12px !Important;
}

.footer-static .footer-content li a {
    font-size:13px !Important;
}
.foot2 {
    width:35% !important;
    margin-top:15px;
}
  
  .foot3 {
    width:65% !important;
    margin-top:15px;
}
    
    
    .sqwq1w {
       display:block !Important;
   }
    
    
    
    
}


@media(max-width: 390px){
 .footer-static .footer-content .desc-footer {
        font-size:12px !Important;
    }
    
        .foot1 {
    width:100% !important;
}


.footer-static h4 {
    font-size:12px !Important;
}

.footer-static .footer-content li a {
    font-size:13px !Important;
}
.foot2 {
    border-top:1px #ddd solid !important;
    width:50% !important;
    margin-top:10px;
      padding-top:15px;
}
  
  
  
  .foot3 {
    width:50% !important;
    margin-top:10px;
}
    
    
    .sqwq1w {
       display:none !Important;
   }
    
    
    
    
}













@media(max-width: 530px){

    .speical-container .owl-carousel	.owl-controls .owl-buttons .owl-next,
.speical-container .owl-carousel	.owl-controls .owl-buttons .owl-prev {
    
	top:30% !important;
	
}
    




  #cmsblock-49 .col-sms-12 {
        padding:2px 2px !Important;
        width:100% !important;
   
    float:none !important;
    height:72px !important;
    }
      #cmsblock-49 .col-sms-12 img { 
        height:70px !important;
        margin-bottom:5px;
      }
    #cmsblock-49 .banner-center {
     margin:0px 0 0 !important;   
    }
    
    .figcaption {
    font-size:20px !Important;
}




}








@media(max-width: 550px){

.logotipp {
    width:40% !important;
}

.search-container {
    width:250px !important;
}
#search-by-category .search-container #text-search {
    width:60% !important;
}




.obr-zvv {
    font-size:12px !important;
}

.bock-premmqw {
    display:none !important;
}

}



@media(max-width: 530px){



.obr-zvv {
    font-size:11px !important;
    }

}
@media(max-width: 680px){
	.link-header {
		width:100%;
		text-align:center;
		padding:13px 0 5px;
	}
	.top-left,.link-header { width:100%; text-align:center; }
	.language-currency,#top-links,.language,.currency { float:none; display:inline-block; }
	.product-big-container .images-category { width:100%; }
	.product-big-container .images-category img { width:100%; }
	.tabcategory-container .product-big-container .product-big { margin:10px 0 0; display:inline-block; width:100%; }
	.product-big-container .item-inner .images-container { float:left; width:100%; }
	.product-big-container .item-inner .des-container { margin:10px 0 0; display:inline-block; width:100%; padding:0; }
	.col-3 .nav-tabs li { width:100%; margin:0 0 20px; text-align:left; }
	.col-3 .nav-tabs li a { padding:0; }
	.col-3 .nav-tabs li:after { display:none; }
}
@media(max-width: 640px){
	.product-list .product-inner,
	.product-list .image{
		width: 100%;		
	}
	.product-list .image{
		margin-bottom: 20px;
	}
}
@media(max-width: 580px){
    
    
    .custom-category #compare-total {
    display: block;
    width: 100%;
        margin-bottom:10px;
    }
    .ocf-btn-mobile-static {
        margin-bottom:0px  !important;
        padding-bottom:0px !important;
    }
    .custom-category .form-group {
        margin-bottom: 15px;
    }
    
    
        #blog_home .owl-carousel	.owl-controls .owl-buttons .owl-next,
  #blog_home .owl-carousel	.owl-controls .owl-buttons .owl-prev {
    
	top:20% !important;
}
    
    
	.col-3 .nav-tabs li { border:0; }
	.col-3 .nav-tabs li a { font-size:15px; padding:0 13px; }
	#search-by-category .search-ajax { width:60%; }
	.search-container { width:430px; }
	#search-by-category .search-container .categories-container .hover-cate p { padding:0 30px 0 15px; }
	#search-by-category .search-container #text-search { width:57%; }
}
@media(max-width: 550px){
	.featured-category-container { display:inline-block; width:100%; }
	.featured-category-icon { width:100%; }
	.tab_featured_category { display:inline-block; width:100%; margin:0; border:0; }
	.featured-category-icon .tabs-featured { text-align:center; }
	.featured-category-icon .tabs-featured img { display:inline-block; }
	.featured-category-icon .tabs-featured:last-child { border-bottom: 1px solid #ededed; }
}
@media(max-width: 320px){
	.toolbar::after{
		display: none;
	}
	#input-sort{
		margin-bottom: 10px;
	}
}
@media(max-width: 560px){
	#dialog-normal .newletter-title::before{
		display: none;
	}
	#dialog-normal .newletter-title{
		padding: 0;
		margin-bottom: 20px;
	}
	#dialog-normal .newletter-title,
	#dialog-normal .newleter-content{
		width: 100%;
		text-align: center;		
	}
}

@media(max-width: 480px){
    
    .delivery_block {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #eee solid;
}
 
.delivery_block .delivery_info {
    width: 100%;
    padding-right: 0px;
    float: none;
}
    .delivery_block .delivery_image {
    float: none;
    text-align: left;
    width: 100%;
    padding-top: 15px;
    max-width: 100%;
}
    
    .delivery_block .delivery_image img {
    display: inline-block;
    padding-right: 20px;
    max-width: 150px;
}
 
    
    .footer-block1 li {
    display: inline-block;
    padding-right: 15px;
    }
        
        #contact-style {
width: 100%;
       display: inline-block;
    vertical-align: top;
    }

   
    
    #manufacturer_list #content iframe {
    max-height: 130px;
}
    
    #image-prod .thumbnails img {
        max-height: 250px;
    }
    
    
     #tab-description-video .module-title h3 {
        font-size: 16px !important;
    }
    #tab-description-video .module-title {
    margin-bottom: 5px;
    }
    
    #tab-description-video iframe {
    max-height: 120px;
    }
    
    
    
       .rsqpq .wqsssq p {
        width:300px;
        min-width: 100px;
            max-width:600px;
        margin:0px;
           margin-left:10px;
        
    }
    .rsqpq .wqsssq {
        width:100%;
        padding-right:0px;
        margin-bottom: 15px;
    }
    .rsqpq .wqsssq img {
        max-height: 30px;
    }
    
    
    .block-o-nas iframe {
    max-height: 200px !important;
}
    
    .footer-block1 .footer-informations {
    width: 100%;
}
    .address-header p {
        display: none;
    }
    
    
    .address-header {
        width:100%;
        text-align: right;
        margin-top:2px;
        margin-bottom:5px;
    }
    
    header    .prmn-cmngr__city img {
        width:17px;
        
    }
    
  header   .prmn-cmngr a {
       font-size: 14px; 
    }
    
    .berd {
   text-align:center; 
}


.berd {
text-align:center;
    background:#00984d;
    padding:10px 35px;
    color:#ffffff;
    
    background:#ffffff;
 
    color:#00984d;
 font-size:19px !important;
    font-weight:600;
    border:3px #00984d solid;
          width:100% !important;
    '
}
.berd:hover {

    background:#00984d;

    color:#ffffff;

}
    

    .berd a {
        padding:0px !important;
        border:0px !important;
         font-size:19px !important;
    }
    

    
    
    
    
    
    
    
    
    
    
    #cart .dropdown-menu {
    background:#fff;
	box-shadow:0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
	border:0;
    padding:10px;
	margin:10px 0 0;
    position: absolute;
    right: 0;
	display:inherit;
    text-align: left;
    top:99%;
    width: 160px;
	display:none;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li p {
	font-size: 14px;
	color:#3a3939;
	padding: 0;
	text-align: center;
	padding: 7px;
}
    
    
    
    
    
    
    
    
    
    
    
    
    

   .qwsss iframe {
       height:auto !important;
   }
    
    .product-details table {
        width:100% !important
    }
    .shwq {
    padding:0px 0px !Important
    }
       .article-container {
        padding:0px 0px !important;
    }
    
    
           .street-style {
    background:#fff;
    border:2px #00984d solid !important;
    color:#00984d;
    padding:10px 5px !important;
    width:100% !important;
    font-size: 15px;
    font-weight:600;
    border-radius:0px !important;
    
}
    
    
    .ocfilter-option  .ocfilter-option {
        width:48%;
    }
 .csqw1 {
        width:100% !Important;
    }
    
    .has-option {
        padding:10px 0px !important; 
    }
      
    

    
    .ocfilter-option label a {
        font-size:12px !important;
    }
    
    .ocfilter-option label small {
        margin-left:0px !important;
        
        font-size:8px !important;
        font-weight:600 !important;
        padding:2px 4px !important;
        
    }
    .navbar-brand {
        font-size:22px;
        text-transform:uppercase !important;
        color:#fff !important   ;
        margin-left:0px !Important;}
    
        .ocfilter {
    display:none ;
}


.navbar-header {
    background:#00984d !important;
    color:#fff !important
    ;
}

#ocfilter-mobile {
       display:block !important;
}
#ocfilter-mobile .ocfilter {
    display:block !important;
}
.navbar-header .navbar .btn-navbar {
    margin-top:0px !Important;
     margin-bottom:0px !Important;
}
    .navbar-header i {
        font-size:0px !important;
          color:#fff !important ;
          margin-right:8px !important;
    
    }
    
 
    
  .navbar-header  .fa-bars {
        font-size:23px !important;
          color:#fff !important ;
          font-weight:500 !Important;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.obr-zvv {
    font-size:13px !important;
}


.custom-products .four-items:nth-child(4n+1),
	.custom-products .four-items:nth-child(3n+1)
{
	clear: none;
}




	.custom-products .four-items:nth-child(2n+1) { 	clear: both; }




    
    
    
    .sqwqwa {
    display:none !important;
}
    
     .banner-bottom .col-sms-12 {
        width:100% !important;
        float:none !Important;
    }
    
    
   .banner-bottom  .col2   {
       margin:10px 0px!Important;
   }
    
    .sqww2 {
    display:inline-block !important;
   
    margin-right:5% !important;
    margin-top:10px !Important;
    
}

.sqww1 {
    display:none !important;
}
    
    
    
    
    
        #blog_home .owl-carousel	.owl-controls .owl-buttons .owl-next,
  #blog_home .owl-carousel	.owl-controls .owl-buttons .owl-prev {
    
	top:30% !important;
}
    
    .ma-nav-mobile-container {
	 display:block !Important;
	}

    
    

    
    .navbar {
        min-height:40px !important;
    }
    
    
    .mennu {
        margin-top:0px !Important;
    }
    
    .navbar-brand {
        font-size:16px !important;
        padding:13px 13px !important;
        font-weight:600 !Important;
    }
    .navbar .btn-navbar {
        margin-top:13px !Important;
    }
    .navbar-header  .btn-navbar {
    margin-top:0px !Important;
     margin-bottom:0px !Important;
}
    
    .sqqqq14 {
    width:96% !important;
    margin:2% 2% !important;
    height:auto !Important;
   text-align:center !important;
   float:left !important;
   margin-bottom:0px !important;
}
    
    
    
    
    
    
    
    
    	.nav-container {
	    display:none !Important;
	}
    
    
    .ssqqq {
        display:none !important;
    }
    
    .phone-header {
     
    }
    
  
    
    .bock-premmqw {
        padding-top:5px !Important;
    }

   
    
    .bock-premmqw {
        display:none !important;
    }
    
    
  
    
    
  .sqwqwa1 {
      display:none !important;
  }
      .sqwqwa2 {
     display:inline-block !important;
     width:10% !important;
     margin-top:0px !important;
  }
    
    .logotipp {
        width:50% !important;
    }
    
    
    .sqww2 {
        margin-top:0px !important;
        padding-right:0px !Important;
        margin-right:20% !important;
    }
    
 .sqwqwa2    #btn-search-category {
     border:0px !important
 }
    
    
    #btn-search-category:before {
        font-size:32px !important;
    }
    
	.custom-products .product-grid {
		width: 50%;
	}
	.toolbar1 { width:100%; }
	.toolbar3 { margin:10px 0 0; float:left; }
	.toolbar2 { float:left; margin:10px 0 0; clear:both; }
	#dialog-normal .newletter-title h3 { margin:0; }
	.tabcategory-container .module-title { width:100%; }
	.tabcategory-container .tab-title .tabs-categorys { float:left; text-align:left; margin:10px 0 0; padding:0; }
	.search-container { width:340px; }
	#search-by-category .search-container .categories-container .hover-cate p { font-size:10px; }
	#search-by-category .search-container #text-search { width:49%; }
}
    
    
    
@media(max-width: 450px){
	.module-title h2,
		.module-title h3 { font-size:20px; }
	.search-container { width:343px; }
}


    
    
@media(max-width: 400px){
    
    #tab-description-video {
        width:100% !important;
    }
    
         #tab-description-video .module-title h3 {
        font-size: 16px !important;
    }
    #tab-description-video .module-title {
    margin-bottom: 5px;
    }
    
    #tab-description-video iframe {
    max-height: 150px;
    }
    
    
    .testimonial-container .testimonial-box {
        padding:70px 30px 40px;
    }

	.tabcategory-container .item-inner.product-big .actions { position:inherit; right:initial; bottom:initial; }
	.tabcategory-container .productTabContent .images-container { width:100%; }
	.tabcategory-container .productTabContent .des-container { margin:10px 0 0; float:left; width:100%; }
	.search-container { width:265px; }
	#search-by-category .search-container .categories-container .hover-cate p { padding:0 25px 0 10px; }
	#search-by-category .search-container #text-search { width:37%; }
	.newproduct-container .newproduct-big { width:100%; }
	.newproduct-container .newproducts-thumb { width:100%; }
	.tab_featured_category .images-container { width:100%; }
	.tab_featured_category .des-container { display:inline-block; width:100%; margin:10px 0 0; }
	
	
	#content .banner7-content .title1 {
	    font-size:24px !important;
	}
	
	.banner7-content.slider-1 .banner7-des {
	     font-size:16px !important;
	}
	
	
	.banner7-content.slider-3 .text-content, .banner7-content.slider-2 .text-content, .banner7-content.slider-1 .text-content {
	    padding:20px !important;
	}
	
	
	
}

@media(max-width: 500px){
.sale {
    display:none !Important;
}

.seaaars .label-product {
 display:none !Important;

}
}



@media(max-width: 380px){
    
     .rsqpq .wqsssq p {
        width:230px;
    }
    
    .testimonial-content a{
text-align:right !important;
    font-size:12px;
   font-weight:600 !important;
   padding:10px ;
   border:0px #00984d solid !important;
   color:#00984d !important;
     -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
    text-decoration:underline !important;
}
.testimonial-content a:hover{
background:none !important;
   color:#00984d !important;
   
}
    
    
    
    
    
    
    .figcaption {
    font-size:19px !Important;
}
       .ocfilter-option label a {
        font-size:11px !important;
    }
    
               .street-style {
    background:#fff;
    border:2px #00984d solid !important;
    color:#00984d;
    padding:10px 5px !important;
    width:100% !important;
    font-size: 13px;
    font-weight:600;
    border-radius:0px !important;
    
}
    
    

    
    
       
    
    .obr-zvv {
    font-size:11px !important;
}
    
    .phone-header {
        padding:0 !important;
    }
    
    #cart #cart-total {
        font-size:13px !important;
        margin-left:0px !Important;
    }
    
	.link-header h2 { line-height:20px; }
	.language-currency,#top-links { width:100%; }
	.link-header { padding:8px 0 0; }
	#top-links .list-inline .dropdown .dropdown-toggle { padding:0 15px 13px 20px; }

	.bestseller-container .images-container { width:75px; }
	.bestseller-container .des-container { margin-left:95px; }
	
}

}

}
}



