
body {
	color: #808080;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}
body.active {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
body.active:before {
    content: "";
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    left: 400px;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 99999;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack{width: 12px;
    font-size: 8px;
}
.fa-stack .fa{font-size:12px;}
/* 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: #262626;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
    font-weight: 500;
    color: #262626;
}
h1, h2, h3, h4, h5, h6{
    color: #262626;
}
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: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline-block !important;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #888;
}
/* top */
#top {
    background: #4a9a80;
}
#top .container {

}
#cznavcmsblock {
    display: inline-block;
	padding: 0;
}
#cznavcmsblock .navcms_text {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.8px;
    min-height: 35px;
    line-height: 20px;
    color: #ffffff;
    padding: 13px 0px;
}
.social-block {
    float: left;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}
 .social-block ul {
    padding: 0px;
}
.social-block ul li {
    display: inline-block;
    text-align: center;
    margin: 0 10px 0 0;
}
.social-block ul li a {
    display: inline-block;
}
 .social-block ul li a span {
    display: none;
    background-color: #000;
}
 .social-block ul li a:before {
    font-size: 17px;
    font-family: "FontAwesome";
    display: inline-block;
    font-weight: normal;
    height: 30px;
    width: 30px;
    color: #888888;
    line-height: 34px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-block ul li:hover a:before {
    color: #4a9a80;
    border-color: #4a9a80;
}
.social-block ul li a:hover {
    color: #4a9a80;
}
.social-block ul li.facebook a:before { content: "\F09A"; }
.social-block ul li.twitter a:before { content: "\F099"; }
.social-block ul li.rss a:before { content: "\F09E"; }
.social-block ul li.youtube a:before { content: "\F16A"; }
.social-block ul li.googleplus a:before { content: "\F0D5"; }
.social-block ul li.instagram a:before { content: "\F16D"; }

#top-links span{ text-transform: capitalize;}
#form-currency .currency-select {
	text-align: left;
	width:100%;	
}
#form-currency .currency-select:hover {
	text-shadow: none;
	color: #262626;
    background-color: #fff;
}

#form-language .dropdown-menu,
#form-currency .dropdown-menu { 
    padding: 5px 5px;
    left: auto;
    right: 0;
    margin: 0;
    border-width: 2px;
    border-color: #4a9a80;
}
#form-language .dropdown-menu .btn,
#form-currency .dropdown-menu .btn {
    font-size: 12px;
    padding: 8px 15px;
    display: block;
    color: #000;
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
}

#form-language .dropdown-menu > li > .btn:hover, 
#form-currency .dropdown-menu .btn:hover{
	color: #4a9a80;
    background: transparent;
}
header .btn-link, header li, header a {
	text-decoration: none;
}
header li{
	list-style: none;
}


/* header cms start*/

.headertopright {
    float: right;
    position: relative;
    z-index: 999;
}

#form-language img{vertical-align:inherit; padding-right: 3px;}

#top-links li,.header-search li{padding:0; list-style:none}
header .btn-link:hover,header .btn-link:focus, #top-links a:hover,  #top-links a:focus{
	color: #888;
	background:none;
	text-decoration:none
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
	color: #888;
}
#top .btn-link strong {
	font-weight: normal;
}
#top-links {
	padding-top: 0px;
	float: right;
}
#top-links a + a {
	margin-left: 15px;
}

#top-links ul.list-inline{float:left; margin-top:2px; margin-right: 5px;}

#top-links ul.list-inline li{  padding:0 15px 0 8px; font-weight:300}

.lang-curr {
    float: left;
	padding: 8px 0px 8px 0;
}
.lang-curr .pull-left {
    padding-right: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    text-align: left;
}
.lang-curr .pull-left ul {
    padding: 0px;
}
.lang-curr .pull-left li {
    display: inline-block;
}
.lang-curr ul.currency-menu li {
    margin-right: 2px;
    margin-top: 5px;
}
#form-currency .currency-menu li .btn-link, 
#form-language .language-menu li .btn-link {
    padding: 0px 15px 0px 0px;
    font-weight: 400;
    color: #888888;
    text-transform: capitalize;
    line-height: 20px;
}
#form-currency .currency-menu li .btn-link:hover, 
#form-language .language-menu li .btn-link:hover {
    color: #4a9a80;
}
#form-currency .currency-menu li .btn-link:hover {
    border-color: #4a9a80;
    background-color: #4a9a80;
    color: #ffffff;
}
#form-currency .currency-menu li .btn-link {
    padding: 3px 10px;
    border: 1px solid #ededed;
}
.lang-curr .fa{ padding-left: 3px; }
#form-language, #form-currency { 
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 8px;
}
#form-currency {
    margin-bottom: 4px;
}

.fa-caret-down{vertical-align:middle; color: #b2b2b2; margin:0 0 0 2px;}
#form-currency .btn-link, #form-language .btn-link {
    padding: 5px 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #222222;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: left;
    line-height: 20px;
}
.headertopright .text2 a:hover{  color: #4a9a80; }
#form-currency .btn-link strong{font-weight:normal;}
.dropdown.myaccount a { color: #fff; }
.dropdown.myaccount .fa{ 
    padding-left: 7px;
    font-size: 16px; 
}
header .dropdown.myaccount > a.dropdown-toggle.active .fa:before {
    content: "\F106";
    font-family: "FontAwesome";
}
.dropdown.myaccount{
    display: block;
    float: right;
    margin: 17px 15px 17px;
    width: auto;
    position: relative;
    z-index: 9;
}
.dropdown.myaccount:before {
/*    content: "";*/
/*    position: absolute;*/
/*    border-left: 1px solid #ededed;*/
/*    height: 82px;*/
/*    left: -15px;*/
/*    top: -29px;*/
}
.dropdown.myaccount:hover  a{color: #11111c; }
.dropdown.myaccount .myaccount-menu{
    margin-top: 0px;
    top: 43px;
    min-width: 240px;
    border-width: 2px;
    padding: 10px 15px;
    border-color: #4a9a80;
    right: -16px;
}
.dropdown.myaccount .myaccount-menu li a{  
    font-size: 13px;
    padding: 8px 0px;
    display: block;
    font-weight: normal;
    color: #888888;
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    line-height: initial;
}
.dropdown.myaccount .myaccount-menu li a:hover { color: #4a9a80; }

/* logo */

.header-logo{
    float: none;
    left: 0;
    right: 0;
    top: 4px;
    text-align: center; 
    position: absolute;
}
.header-search{float:left;}
.header-cart {
    position: relative;
    float: right;
    width: auto;
    z-index: 9;
    margin: 0;
    background-color: #4a9a80;
}
.header-cart #cart {
    padding: 15px 43px 15px 20px;
}
#cart .dropdown-toggle {
    padding: 0px;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2px;
    background: none;
    font-weight: 500;
    margin-top: -27px;
    text-transform: lowercase;
    padding-left: 32px;
    transition: none;
}
#cart .dropdown-toggle:after {
    content: "\F107";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 500;
    padding-left: 11px;
}
#cart:hover .dropdown-toggle {
    color: #11111c;
}
#cart .dropdown-toggle.active:after {
    content: "\F106";
}
.header-main {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    background: #4a9a80;
}
.header-main .header-top-inner {
    float: left;
    width: auto;
    position: relative;
}
.header-main .header-top-inner nav.nav-container {
    float: left;
    margin-left: 20px;
    margin-top: 7px;
    width: auto;
    position: relative;
}

header{
	z-index:99;
	position:relative;
}

.col-sm-3.sort{width:33.1%; padding:0; }
.searchbar .col-sm-3.sort { padding:0 15px; width:25%; }

.headertopright .text2{
    color: #f5f5f5;
    display: inline-block;
}
.headertopright .text2 a{ color: #f5f5f5;}
.headertopright .text2-dec {  display: inline-block; padding-right: 5px; } 

.col-sm-3.sort select.form-control{
	padding: 10px 33px;
    height: 40px;
    text-transform: capitalize;
	background-color:#fff;
	color:#262626;
	border:none;
	overflow:hidden;
	border-radius:20px 0 0 20px;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	-khtml-border-radius:20px 0 0 20px;
	left:15px;
}
.header-logo #logo {
    padding: 0;
    text-align: center;
}



/* search */
#search {
    float: left;
    width: auto;
    margin: 0px 0px 0px 129px;
}
#search:before {
/*    content: "";*/
/*    position: absolute;*/
/*    border-left: 1px solid #ededed;*/
/*    height: 80px;*/
/*    left: -1px;*/
/*    top: -18px;*/
}
#search .search_toggle:after {
/*    content: "";*/
/*    position: absolute;*/
/*    right: -1px;*/
/*    border-right: 1px solid #ededed;*/
/*    height: 80px;*/
/*    top: -18px;*/
}
#search .search_toggle{
    display: block;
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 240px;
    top: 0px;
    left: 0;
}
#search  .search_button {
    display: none;
    font-size: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    background: url(../images/top-icon.png) no-repeat scroll center -85px transparent;
    height: 50px;
    width: 63px;
    transition: none;
}
#search .search_button:hover {
    background-position: center -156px;
}
#search  .search_button.active{
	background-position: center -187px;
    transition: none;
}
#search  .search_button.active:hover{
	background-position: center -239px;
}
#searchbox{ position: relative; }
#search .input-lg {
    text-transform: capitalize;
    font-size: 13px;
    background: rgba(74 ,154, 128, 0.85);
    color: #fff;
    width: 100%;
    letter-spacing: 0.2px;
    padding: 9px 48px 11px 12px;
    border: 0;
    height: 60px;
    font-weight: 300;
}
/*earch .input-lg::-webkit-input-placeholder,
#search .input-lg::-moz-placeholder,
#search .input-lg::-moz-placeholder,*/
#search .input-lg::placeholder{ 
	color: #eaeaea; 
}
#search .btn-lg {
    right: 0;
    padding: 0px;
    border: 0;
    height: 45px;
    font-size: 0px;
    width: 44px;
    transition: none;
    background: url(../images/top-icon.png) no-repeat scroll 0 -88px transparent;
}
#search .search_toggle .input-group-btn{
    display: block;
    width: auto;
    position: absolute;
    right: 0;
	top:8px;
}
#search .search_toggle .btn-lg .fa {
    font-size: 0px;
	display: none;
}

#search .btn-lg:hover {
    background-position: 0 -140px;
}
.show-result {
    overflow: hidden;
}
.header-search .show-result > li {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product-search #content > p{margin-top:10px;}

header .dropdown.myaccount > a{
    display: block;
    font-size: 16px;
    cursor: pointer;
    transition: none;
    background: none;
    font-weight: 500;
    letter-spacing: 0.2px;
}
header .dropdown.myaccount > a:hover {
    background-position: center -44px;
}
header .dropdown.myaccount a:hover .fa,header .dropdown.myaccount a:focus .fa{
	transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}

.header-container {
    height: auto; 
    width: 100%;
    z-index: 99;
	border-bottom: 0;
}
.common-home .header-container {
    border-bottom: 0;
}
.header-container .row{ margin: 0px; }
.header-container.smaller{z-index:999;}
.header-logo img{
	max-width:100%;     
	text-align: center;
    display: inline;
}
.hed-right-top {
    position: relative;
    width: 100%;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	margin: 0px;
	opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;	
}
#cart {
    cursor:pointer;
}
#cart .cart_heading {
    text-decoration: none;
    padding: 0;
    font-size: 0px;
    display: block;
    text-align: left;
    background: url(../images/top-icon.png) no-repeat scroll 0px -297px transparent;
    transition: none;
}
#cart:hover .cart_heading { color: #4a9a80;background-position:0px -349px;}
.header-cart #cart > .btn #cart-quantity {
    color: #fff;
    background: #65a993;
    display: none;
    line-height: 16px;
    position: absolute;
    top: -8px;
    left: 21px;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 5px;
    text-transform: lowercase;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#cart > .btn .fa{display:none}

header #cart li a, header #cart li {
    color: #292929; 
    font-size: 13px;
    font-weight: 400;
}
#cart.open > .btn {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 330px;
	padding:10px;
	border: 2px solid #4a9a80;
	overflow:hidden;
	display: none;
    margin-top: 0px;
    top: 60px;
    right: 0px;
}
#cart .dropdown-menu  strong { 
    font-weight: 600;
    color: #262626;
    font-size: 14px;
    text-transform: capitalize; 
}
#cart .dropdown-menu li{float:none}
#cart .dropdown-menu li:first-child {
    max-height: 102px;
    overflow-y: auto;
    overflow-x: auto; 
}
#cart .dropdown-menu li + li {
    border-top: 1px solid #ededed;
    padding: 5px 0 0;
}

#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border:none;
}

#cart .dropdown-menu table td { 
    border: none;
    background: none;
    padding: 5px 3px;
    font-size: 15px;
    font-weight: 600;
    color: #262626; 
}
#cart .dropdown-menu table td.text-left small {
    font-weight: 400;
    font-size: 13px;
}

#cart .dropdown-menu table.total-table td{border:medium none;}

#cart .dropdown-menu li p {	
	margin:20px auto;
	color:#333;
}
.content-bottom > .container{width:100%; background-color: #fff;}

.common-home .alert {margin-bottom:20px}

/* menu */

.nav-responsive { display:none;}
.header-container.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0px;
    z-index: 9999;
    left: 0;
    animation: slide-down 0.7s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.header-container.fixed .responsive-menu.container{ margin-bottom: 0px; }

.main-navigation .menu.expandable {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    display: block;
    margin-bottom: 10px;
    padding: 10px 0px 15px 35px;
    position: relative;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #ededed;
    text-align: left;
}
.main-navigation .menu.expandable:before {
    display: block;
    font-family: "FontAwesome";
    content: "\F00D";
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 22px;
    font-weight: 400;
}
.main-navigation.treeview li .expandable-hitarea, 
.main-navigation.treeview li .collapsable-hitarea {
    margin-top: 14px;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}
.main-menu {
	height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	padding: 0px ; 
	display:none;	  
}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}
#menu ul li .megamenu ul.list-unstyled {
    padding: 0px 15px 0px 0px ;
}
#menu ul li .megamenu ul.list-unstyled:last-child{ padding-right: 0px; }
#menu > ul {
	display: block !important;
   	text-align: left;
   
}
#menu ul {
    display: table-cell;
    float: none;
    list-style: outside none none;
    margin: 0;
    top: auto;
    text-align: center; 
    padding-left: 0px;
}
.main-menu > ul > li {
	position: relative;
	float: none;
	display: inline-block;
	z-index: 20;
    margin: 0;
	background-color:transparent;
}
.nav-responsive span,
.main-menu > ul > li > a {
	font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 10px 0px 15px 45px;
    margin-bottom: 0px;
    z-index: 6;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}
body .nav-responsive .expandable:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    height: 28px;
    width: 28px;
    color: #000000;
    background: url(../images/top-icon.png) no-repeat scroll 0 8px transparent;
}
body.active .nav-responsive .expandable:before {
    display: block;
    font-family: "FontAwesome";
    content: "\F00D";
    position: absolute;
    top: 8px;
    font-size: 22px;
    font-weight: 400;
    background: none;
}
body.active .nav-responsive .expandable.active:before {
    display: block;
    font-family: "FontAwesome";
    content: "\F00D";
    position: absolute;
    top: 8px;
    font-size: 22px;
    font-weight: 400;
    background: none;
}
.main-menu > ul > li.top_level > a{
	letter-spacing: .6px;
}
.main-menu ul > li > a, .hiden_menu li > a {
    padding: 20px 29px 20px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    display: block;
    text-transform: capitalize;
    position: relative;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
    background: transparent;
    color: #4a9a80;
}

.main-menu > ul > li.top_level > a:hover {
    color: #4a9a80;
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 5;	
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #15BCF0;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-13px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 173px;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display: none;
    left: 200px;
    padding: 15px 0;
    position: absolute;
    top: 0;
	border: 2px solid #e5e5e5;
}
.main-menu > ul > li ul > li > a {
	color: #262626;
	display: block;
	white-space: nowrap; 
}
.responsive-menu .main-navigation li a{	
	padding: 8px;
	color: #262626;
	display: block;
	white-space: normal; 
}
#menu ul li .megamenu.column1 a{ font-weight: 400; }

#menu ul li .megamenu.column1 a:hover{
    color: #4a9a80;
    background: none;}
.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > .dropdown ul > li > a, .hiden_menu .top_level > a{
    color: #4a9a80;
    font-size: 14px;
    padding: 0px 0 10px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}
.main-menu > ul > .dropdown ul > li > a:before{
	border-top: 1px solid #ededed;
    bottom: 1px;
    content: "";
    float: left;
    height: 1px;
    position: absolute;
    width: 70%;
}

.main-menu ul li ul .list-unstyled a {
    font-weight: 400;
    color: #888888;
    text-transform: capitalize;
    padding: 3px 0;
    font-size: 13px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color: #4a9a80;
}
#menu ul li .megamenu.column1  li > a,
.main-menu > ul > li > ul > ul > li > a {
	color: #888888;
	padding: 0;
	text-transform: capitalize;
	font-size: 13px;
}

#menu ul li .megamenu.column1  li > a:before,
.main-menu ul li ul .list-unstyled a:before{ display: none; margin-bottom: 0px; }

#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
}
#menu .nav li .list-unstyled .dropdown {
    float: left;
}
#menu .dropdown .dropdown-menu{
	padding: 20px 20px;
    border: 2px solid #4a9a80;
    background: #ffffff;
    opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
    transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
    transform-origin: 20% 20% 0;
	-ms-transform-origin: 20% 20% 0;
	-webkit-transform-origin: 20% 20% 0;
	-o-transform-origin: 20% 20% 0;
	-moz-transform-origin: 20% 20% 0;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    visibility: visible !important;
	display:block;
	text-align: left;
}
#menu ul li.hiden_menu .dropdown-menu{
	 opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
	display:block;
	transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
    transform-origin: 20% 20% 0;
	-ms-transform-origin: 20% 20% 0;
	-webkit-transform-origin: 20% 20% 0;
	-o-transform-origin: 20% 20% 0;
	-moz-transform-origin: 20% 20% 0;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    visibility: visible !important;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 5px 0;
    position: relative;
}
#menu ul li.dropdown.more_menu .dropdown-menu{ left:auto; right:0;}

#menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu{
    padding: 10px 20px;
}
.hiden_menu .dropdown-menu{min-width:215px;}
#menu ul li .megamenu.column1 ul.list-unstyled {
    padding: 0;
}
#menu ul li .megamenu.column1 ul.list-unstyled li, .hiden_menu li.top_level {
    float: left;
    padding: 3px 0px;
	width:100%;
}
#menu li.hiden_menu:hover .dropdown-menu.megamenu{display:none;}

.hiden_menu .top_level > a{color:#262626;}
 
@media (min-width: 768px) {
	#menu li:hover .dropdown-menu, #menu ul li.hiden_menu:hover .dropdown-menu{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
    transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
    visibility: visible;
}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		-webkit-border-radius:0px;
		-khtml-border-radius:0px;
		-moz-border-radius:0px;
		color: #fff;
	}
}

/* Codezeel Category CSS */
.home_row.row{ margin:0px; }
#column-left .box.category-left-box , #column-right .box.category-left-box  { margin-bottom: 30px !important; }
.catgory-left { width:24%; float:left; padding-right:30px; }
.category-left-box { border:1px solid #E0E0E0; border-top:none; background:#ffffff; margin:0 !important; }
.category-left-box .box-content { display:block; }
.category-left-box .box-content ul li a{
	transition: all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;s
}
.category-left-box .box-content > ul > li:hover > a:hover{ }
.category-left-box .box-content > ul > li:hover > a{
padding-left:15px;
transition: all 0.3s ease 0s;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
}
#column-left .box.category-left-box .box-content { margin:0; background:#FFFFFF; }
#nav-one .dropdown:hover .dropdown-menu, #nav-one .hiden_menu:hover .dropdown-menu {
    display: block;
}
#nav-one .hiden_menu .dropdown-menu li.dropdown .dropdown-menu { display:none; }   
#nav-one > li > .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    padding: 0 25px;
    left: 263px;
    top: 0;
    border: 3px solid #4a9a80;
}
#nav-one > li.dropdown:after, 
#nav-one > li.hiden_menu:after{
	font-family:'FontAwesome';
	content:'\f105';
	font-size: 18px;
	position:absolute;
	right:20px;
	top:10px;
}
#nav-one > li.dropdown .column1 ul .dropdown:after{
	font-family:'FontAwesome';
	content:'\f105';
	font-size:12px;
	position:absolute;
	right:5px;
	top:10px;
}
#nav-one > li.dropdown:hover:after, #nav-one > li.hiden_menu:hover:after, #nav-one > li.dropdown .column1 ul .dropdown:hover:after{
	color: #4a9a80;
}

#nav-one > li.hiden_menu > a { font-size:12px; font-weight:600; color:#262626; } 
#nav-one > li.hiden_menu > .dropdown-menu{padding:22px;}
.top_level.hiden_menu{position:relative;}
#nav-one li .megamenu ul.childs_1:first-child {
    padding: 20px 2px;
}
#nav-one li ul {
    display: table-cell;
    float: none;
}
#nav-one ul {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: left;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 700;
    padding: 1px 8px;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    width: 100%;
}
#nav-one > li ul > li > a {
    min-width: 188px;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    width: 100%;
	color: #4a9a80;
	border:none;
    position: relative;
    padding-bottom: 15px;
}
#nav-one li .megamenu ul.list-unstyled li > a:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #dddddd;
    width: 50%;
    top: 30px;;
    left: 0;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:after, #nav-one li .megamenu.column1 ul.list-unstyled li > a:after {
    border: none;
}
#nav-one > li ul > li > a {
    min-width: 188px;
}
#nav-one li ul > li > a, .responsive-menu .main-navigation li a {
   color: #222222;
    display: block;
    font-size: 14px;
    padding: 14px 8px;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px solid #ededed;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
    background: #fff none repeat scroll 0 0; 
    margin: 0;
    padding: 6px 0 0;
    position: relative;
	width:220px;
	border:none;
}
#nav-one li ul {
    display: table-cell;
    float: none;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #888888;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    letter-spacing: 0.6px;
}
#nav-one li .megamenu ul.list-unstyled.childs_2 a {
    min-width: 145px;
}
#nav-one li .megamenu.column1 ul.childs_1 {
    border: medium none;
    padding: 22px 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled li > a, .hiden_menu .top_level > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    color: #888888;
    text-transform: none;
    padding: 0px;
    border: none;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display: none;
    left: 188px;
    padding: 10px;
    position: absolute;
    top: 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
	padding:15px 30px;
	border:1px solid #e5e5e5;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu ul { min-width:190px; }
#nav-one li .megamenu.column1 ul.list-unstyled li:hover > a, #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li:hover > a, .hiden_menu .top_level:hover > a {
	color: #4a9a80;
}
.column_left_cms .box.last .list-group{
    border-bottom: medium none;
	margin-bottom:0;
	padding:4px 0 0;
}
.column_left_cms .box.last{margin-bottom:0;}

/* Codezeel Category CSS */

/* 1-col layout */

#column-left{
	width:24%;	
}
#column-right{
	width:24%;
}
/* 2-col layout */

.layout-2.left-col #column-left{
	width: 21.1%;
    padding-right: 40px;
}
.layout-2.right-col #column-right{
	width: 21.1%;
}
.layout-2 #content{
	width: 78.9%;
}
.layout-2.left-col #content {
	width: 78.9%;
}
.layout-2.right-col #content {  
	width: 78.9%;
}

.layout-2 .content-bottom #content{width:100%; padding:0; margin-left:auto; margin-right:auto}

/* 3-col layout */
.layout-3 #column-left{	
	width:24%;
}
.layout-3 #column-right{			
	width:24%;
}
.layout-3 #content{		
	width:52%;
	padding-top: 5px;
}
/* content */
#content {
	min-height: 600px;
	padding-top: 0px;   
	padding-bottom: 20px;
}
.common-home #content {
	padding: 0;
}

/* footer */

.footerlogo {
    margin-bottom: 15px;
/*    min-height: 75px;*/
    cursor: pointer;
    width: 100%;
}
#footer .column.footerleft #czfootercmsblock .footerlogo img {
    max-width: 100%;
}
#footer .column.footerleft #czfootercmsblock img {
    max-width: 100%;
}
.footer-blocks #footerlogo .footerdesc {
    color: #888888;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .6px;
    line-height: 28px;
    margin-bottom: 12px;
}
#footer .column.footerleft #czfootercmsblock .footerdesc {
    letter-spacing: 0.7px;
    color: #888888;
/*    margin-bottom: 40px;*/
    margin-bottom: 0;
}
#footer #czfootercmsblock .footercms-inner img {
    max-width: 100%;
}
#footer .column.footerleft #czfootercmsblock img.footercms-image1 {
    margin-right: 10px;
}

footer {
    background: #f3f3f3;
    position: relative;
    clear: both;
}

.footertop-cms.container, header .container{top:auto; padding-top:0; }
.headertop-inner {
    display: inline-block;
    width: 75%;
    text-align: center;
}
.common-home .headertop-inner {border-bottom: 0;}
footer hr {}
footer a {
	color: #888;
    line-height: 14px;
}
#footer .column li {
    margin-bottom: 5px;
    color: #888888;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.7px;
}
#footer .column .contact-block ul {
    padding-left: 0;
}
#footer .column .contact-block ul li {
    margin-bottom: 6px;
    list-style: none;
}
#footer .column li .fa.fa-envelope-o {
    font-size: 16px;
}
#footer .column li .fa {
    color: #4a9a80;
    height: 25px;
    margin-top: 5px;
    width: 25px;
    font-size: 16px;
    float: left;
}
#footer .column li a:hover,#footer .column li a:focus {
	color: #4a9a80;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
#footer .column .social-block li a:hover {
    margin-left: 0;
}

footer a:hover,footer a:focus {
	color: #fff;
}
#footer .column.footerright {
    width: 28%;
    float: right;
}
#footer .column.contact-block {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 0;
}
#footer .column.contact-block ul {
    padding: 0;
    list-style: none;
}
.newsletter {
    float: left;
    width: 100%;
    padding: 0;
    clear: both;
}
.footerlogo, 
footer h5,
#footer .news-title {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    cursor: pointer;
    letter-spacing: 0.7px;
    position: relative;
}
#footer .column.footerright .paiement_logo_block {
    float: left;
    margin-top: 30px;
}
#footer .column.footerright .paiement_logo_block img {
    margin: 0 3px;
}
#footer { 
	top:auto;
	margin-top: 0px;
}
#footer #contact.col-sm-3.column .fa {
    clear: left;
    color: #fec107;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 6px;
}
#footer #contact.col-sm-3.column .fa.fa-envelope {
    font-size: 12px;
    margin-top: 8px;
}
#footer #contact.col-sm-3.column { font-size:14px; }
#footer #contact.col-sm-3.column li a { background:none; padding:0; }
.address_content {
    overflow: hidden;
	padding-left:45px;
	padding-right:135px;
	background:rgba(0, 0, 0, 0) url("../images/footer-icon.png") no-repeat scroll -8px 4px;
	margin-bottom:35px;
}
#contact .phone { background:url(../images/footer-icon.png) no-repeat scroll -6px -66px transparent; padding-left:45px; margin-bottom:35px; padding-top:7px; }
#contact .email { background:url(../images/footer-icon.png) no-repeat scroll -6px -132px transparent; padding-left:45px; }

#footer .column{  
    width: 18%;
}
#footer .column.footerleft {
    width: 36%;
    padding-right: 40px;
}
#footer .footertop.column { width:32%; }

#footer #contact.column h5 { display:none;  }

#footer .column:nth-child(1):after{
    height:100%;
}

#footer .column:nth-child(2):after{
    height:90%;
}

#footer .column:nth-child(3):after{
    height:90%;
}

#footer .column:nth-child(4):after{
    height:105%;
}

#contact ul,#aboutcms ul{list-style:none; padding:0}

#aboutcms h5{display:none}

@media (max-width: 1199px) { 
	.newsletter h5.news-title{font-size:16px;}
}
.footer-logo {
    margin-bottom: 5px;
}
#footer .newsright {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}
.newsletter label{
	display:none;
}

.newsletter .input-news { 
    width: 100%; 
    float: left; 
    position: relative; 
    overflow: hidden; 
}
.input-news .text-danger { 
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    margin: 8px 0 0;
    padding: 6px 15px;
}
.subscribe-btn {
    width: auto;
    position: absolute;
    right: 0;
}

.newsletter .form-group { 
    margin: 0; 
    float: left; 
    width: 100%; 
    position: relative; 
}
.newsletter #txtemail{
    border: none;
    min-width: 260px;
    padding: 10px 55px 15px 0px;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    letter-spacing: 0.5px;
    background-color: transparent;
    height: 45px;
    border-bottom: 1px solid #bfbfbf;
}
.newsletter .form-control::placeholder{color: #999;}
.subscribe-btn .btn.btn-lg{
    margin-left: 0;
    color: #000000;
    border: 0;
    font-size: 0;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    top: 0;
    transition: none;
    padding: 10px 24px;
    height: 50px;
    width: 50px;
    letter-spacing: 0.9px;
    font-weight: 500;
    background: url(../images/newsletter.png) no-repeat scroll center 12px transparent;
}

.subscribe-btn .btn.btn-lg:hover{
    background-position: center -60px;
}

#contact ul li,.newsletter ul li{line-height:22px;}

#contact li.call-num {
    margin-top: 15px;
}

.categoryblock {
    padding-left: 11px;
    padding-right: 11px;
	float:left;
	width:33.333%;
	margin-bottom:22px;
}

.category-cms{
	width: 100%;
    float: left;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-bottom: 2px;
}

.category-container{
	position:relative;
	margin:0 auto;
	width:100%;
}

.category-row {
    margin-left: -11px;
    margin-right: -11px;
}

#aboutcms li.content {
    line-height: 25px;
}
.cate-heading{text-transform:uppercase; font-size:16px; color:#1e1f22; font-weight:700; float:left; margin-bottom: 15px;}

.category{padding:0px 20px; border:1px solid #e5e5e5; overflow:auto; display:block; background-color: #fff; min-height:162px; overflow:hidden; position:relative;}

.category .image{float: right;}

.category .image img {
    backface-visibility: hidden;
    max-width: none;
    transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
    transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
}
.category:hover .image img {
    overflow: hidden;
    transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
    transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
}
.cat-desc{float:left; padding-top: 24px;}
#payement_logo_block_left {
    float: right;
}
.bottomfooter p.powered a{ text-decoration: underline;  color: #888888; }
.bottomfooter p.powered a:hover {
    color: #4a9a80;
    text-decoration: none;
}
.bottomfooter a:hover{ color: #4a9a80; }
#payement_logo_block_left img {
    margin: 0 10px 0 0;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    vertical-align: text-top;
    height: 17px;
}
#payement_logo_block_left img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.bottomfooter .container .footer-inner {
    padding: 17px 0px;
    border-top: 1px solid #bfbfbf;
}
.bottomfooter .container .row { margin: 0px; }
.bottomfooter ul li {
    display: inline-block; 
    padding: 0 12px;
}

.bottomfooter .list-unstyled {
    text-align: center;
	margin: 5px 0;
}
p.powered {    
    float: left;
    font-size: 12px;
    color: #888888;
    letter-spacing: 0.8px;
    margin: 0;
}
.footerbottom-cms { float:right; }

.bottomfooter .paiement_logo_block {
    
    float: right;
}
.bottomfooter .paiement_logo_block img {
    margin: 0 0px 0px 10px;
}

/* alert */

.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */

.common-home .wrap-breadcrumb{ display: none; }
.wrap-breadcrumb{
    margin: 0px 0 30px;
    width: 100%;
    padding: 40px 0 40px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #f3f3f3;
}

.breadcrumb {
    padding: 0;
    list-style: none;
	float:right;
	display: none;
	color: #262626;
}
.breadcrumb {
	margin: 0px;
	padding: 0;
    display: block;
    float: none;
    position: relative;
}
.breadcrumb > li {
	position: relative;
/*	white-space: nowrap;*/
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {}
.breadcrumb > li:last-child a, .breadcrumb > li a:hover, .breadcrumb > li a.active{ 
	color: #555555;
}
.breadcrumb > li a{ color:#555555; }
.breadcrumb > li a:hover{ text-decoration: underline; color: #4a9a80; }
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	display:inline-block;
	width:100%;
}
.btn {
	padding: 6px 15px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu.myaccount-menu{
	 
    text-transform: capitalize;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
  	color: #fff;
    background: #000;
    border: 1px solid #000;
}
.btn-primary {
	color: #fff;
    background-color: #000;
    border:1px solid #000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
    background-color: #4a9a80;
    border:1px solid #4a9a80;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	
}
.btn-danger {
	color: #ffffff;	
	background: #d9534f;			
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
}
.btn-inverse {
	color: #ffffff;	
	background: #363636;
	border:none;		
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #262626, #111111);
}


/* list group */

.box .filterbox { 
    border: medium none;
}
.list-group a {
	padding: 5px 0px;
	text-transform:capitalize;
	font-size: 13px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #4a9a80;
}
.list-group-item.group-name {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 18px;
    text-transform: capitalize;
}
.filterbox .list-group-item{padding:0px;}
.filterbox .panel-footer {
    padding: 0px;
	border:medium none;
	background: #ffffff;
}
.filterbox .panel-footer #button-filter {
    color: #000000;
    border: none;
    background: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-decoration: underline;
}
.filterbox .panel-footer #button-filter:hover {
    color: #4a9a80;
    text-decoration: none;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {	
	margin-bottom: 20px;
	overflow: auto;
	background-color: #fff
}
.product-thumb .image {
	text-align: center;
	position: relative;
	overflow: hidden;
    margin-bottom: 8px;
}
.product-thumb .image a {
	display: block;
    position: relative;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
    width: 100%;
}
.product-grid .product-thumb .image {
	float: none;
}

.product-layout.product-grid, .product-layout.product-list{padding: 0px; }
.product-layout.product-grid {
    width: 25%;
}
.product-layout.product-list .product-block-inner:before, 
.product-layout.product-list .product-block-inner:after {
    border: 0;
    z-index: -1;
}
.product-layout.product-list .product-thumb .button-group {
    top: 42%;
    padding: 8px 0px 3px;
}

.product-list .product-block{ padding: 0; margin-bottom: 20px; }

.row.cat_prod { margin:0 -15px; }

.alert-success .fa.fa-check-circle{margin-right:5px;}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
	}
}

.tooltip .tooltip-inner {
    background-color: #262626;
	color: #fff;
	font-size: 11px;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #262626 !important;
}

.product-thumb h4 {
	font-weight: 400;
	margin-top:0;
	margin-bottom: 5px;
	text-overflow:ellipsis;
	width: 100%;
	white-space:nowrap;
	overflow:hidden;
	font-size: 14px;
	line-height: 20px;
}
.product-list .product-thumb h4{
	margin-bottom: 15px;
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid #ededed;
	text-transform: capitalize;
}
.product-thumb h4 a{
    color: #888888;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}

.product-thumb:hover h4 a {
    color: #4a9a80;
}
.product-block .product-block-inner .product-details {
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.product-thumb .caption {
    padding: 10px 15px 0;
    text-align: center;
    z-index: 5;
}
.account-wishlist table .text-center img {
    border: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 0;
    line-height: normal;
    margin-bottom: 0px;
    position: absolute;
    bottom: 49%;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 2;
    width: 80%;
    margin: 0 auto;
    padding: 16px 0px 4px;
    background: rgba(255, 255, 255, 0.94);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.product-block:hover .rating {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.product-thumb .percentsaving { 
    color: #ff0000;
    float: right;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0px 5px;
    z-index: 3;
}
.product-thumb:hover .percentsaving {
    opacity: 1;
    filter: alpha(opacity=100);
	-webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
#column-left .product-thumb .percentsaving, #column-right .product-thumb .percentsaving {
    display: none;
}
.product-thumb .percentsaving { 
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-list .product-thumb .percentsaving.list-save { right:5px; top:0px; display:block; position:absolute; }
.product-list .product-thumb .percentsaving.grid-save, .product-grid .product-thumb .percentsaving.list-save { display:none; } 
.fa-stack .fa {
    color: #b9b6b6;
}
.rating .fa-stack,#review .fa-stack{
	font-size: 8px;
	width: 12px;
}
.rating .fa-star,#review .fa-star,.rating-wrapper .fa-star{
	color: #ffba00;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o,.rating-wrapper .fa-star + .fa-star-o{
	color: #ffba00;
}
.fa-star-o:before {
    content: '\f005' !important;
}
.rating .fa-star.off,.rating-wrapper .fa-star.off, #review table .fa-star.off{color:#b5b5b5;}

h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000000;
    display: block;
    vertical-align: middle;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.product-thumb .price-new {
	position:relative;
	
}
.product-thumb .price-old {
	color: #888888;
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.product-thumb .price-tax {
	color: #999999;
    display: none;
    font-size: 12px;
    width: 100%;
}

.product-list .product-thumb .price-tax { display: block; clear: both; line-height: 18px; font-weight: 400; }
#content h3.product-option {
    font-size: 16px;
}
.product-thumb .button-group {
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 3px;
    z-index: 2;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    background: rgba(255, 255, 255, 0.94);
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-block:hover .button-group{
	opacity: 1;
    filter: alpha(opacity=100);
	-webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-grid .product-thumb .product-details .caption,.productbox-grid .product-thumb .product-details .caption,.product-carousel .product-thumb .product-details .caption,
.category_tab .product-details .caption { padding: 12px 5px 14px; }

.product-grid .product-thumb .product-details .button-group{
	opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
}
.product-list .product-thumb:hover button.addtocart { 
    background:#000000; 
    border-color: #000000; 
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product-list .product-thumb  button.addtocart{
    margin-top: 5px;
    background: #4a9a80;
    padding: 8px 28px;
    width: auto;
    color: #ffffff;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    border: 1px solid #4a9a80;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.product-list .product-thumb .button-group button.addtocart {
    display: none;
}

.product-thumb .button-group button{
	display: inline-block;
    width: 34px;
    height: 34px;
    border: none;
    background-color: transparent;
    color: #000000;
    padding: 5px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition: none;
    vertical-align: top;
    cursor: pointer;
}

.product-thumb .button-group button .fa { font-size: 18px; }
.fa-exchange:before {
    content: "\f0b2";
}
.product-list .product-thumb .caption{border:none; padding-left: 25px; padding-right: 0;; text-align: left; }
.product-list .product-thumb h4 a {
    font-size: 14px;
}
.product-list .product-thumb .price {
    margin-bottom: 13px;
}
.product-list .product-block .rating , .product-grid .product-block .rating.list-rate  { margin:15px 0; display:none; }
.product-list .product-block .rating.list-rate {
    margin: 0px 0px 10px;
    display: block;
    width: auto;
    left: auto;
    right: auto;
    background: transparent;
    position: relative;
    bottom: 0;
    text-align: left;
    padding: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-list .product-block .desc { 
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 22px; 
}
#cart .text-right .addtocart{
	background: #4a9a80;
}
#cart .text-right .addtocart,#cart .text-right .checkout{
	width: auto;
    border: none;
    display: inline-block;
    float: left;
    color: #fff;
    padding: 10px 25px;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}
#cart .dropdown-menu .img-thumbnail { width:auto; max-width:none; border: 1px solid #ededed; }

#cart .text-right .addtocart strong,
#cart .text-right .checkout strong { 
    color: #ffffff;
    font-size: 14px;
    font-weight: 500; 
}
#cart .text-right .addtocart{
    margin:0 10px 0 0;     
}
#cart .text-right .addtocart {
    background: #000000;
}
#cart .text-right .addtocart:hover {
    background: #4a9a80;
}
.product-thumb button.addtocart:hover {    
    color: #fff;
}
.productbox-grid .product-block button.addtocart span:hover, .product-carousel .product-block button.addtocart span:hover, .product-grid .product-block button.addtocart span:hover {
    background-color: #000;
}

.product-thumb  button.addtocart{
    width: 34px;
    height: 34px;
    border: none;
    background: #fff url(../images/icons.png) no-repeat scroll center 11px;
    font-size: 0;
    color: #333;
    padding: 0px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    transition: none;
    vertical-align: top;
    margin-right: 0px;
}
.product-grid .product-thumb .image .addtocart, .productbox-grid .product-thumb .image .addtocart, .product-carousel .product-thumb .image .addtocart, .category_tab .image .addtocart {
    background: none;
    display: inline-block;
    transition: none;
    background-color: transparent;
    color: #000000;
    padding: 5px;
    vertical-align: top;
    height: 34px;
    width: 34px;
}
.productbox-grid .product-block:hover button.addtocart:hover, .product-carousel .product-block:hover button.addtocart:hover, .product-grid .product-block:hover button.addtocart:hover {
    color: #4a9a80;
}
.productbox-grid .product-block button.addtocart, .product-carousel .product-block button.addtocart, .product-grid .product-block button.addtocart {
    display: none;
}
.productbox-grid .product-block button.addtocart span, .product-carousel .product-block button.addtocart span, .product-grid .product-block button.addtocart span {
    display: none;
}
.product-thumb  button.addtocart .fa {
    font-size: 20px;
}

.product-block:hover  button.addtocart{	
    opacity: 1;
    color: #fff;
}
.product-thumb .button-group button.wishlist:hover {
    color: #4a9a80;
}	 
.product-thumb .button-group button.compare:hover { 
	color: #4a9a80;
}
.product-thumb .button-group button:focus,
#cart .text-right .addtocart:focus{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background-color: #4a9a80;
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {	
	position:static !important; 
}
.product-thumb .button-group button {
	position:static;
	}
}
.thumbnail{
	border: 1px solid #ededed !important;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {	
}
.thumbnails {	
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 0px;
	display: block;
}
.product-info .image-additional img:hover {
	border-color: #4a9a80;
}
.image-additional {
}
.thumbnails .image-additional {
	float: left;
}

@media (min-width: 1230px) {
/*	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}*/
}
.product-info .image {
	display:block;
	margin-bottom: 15px;
	text-align: center;
}
#content.productpage h3.product-price { font-weight: 600; font-size: 20px; }
#content.productpage h3 {margin-top:0;font-size: 24px; margin-bottom:0px; font-weight:500;}
.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel{ position:relative; }
.product-info .additional-carousel .customNavigation{
    top: 38px;
}
.product-info .additional-carousel .customNavigation a.prev {
    left: 0px;
}
.product-info .additional-carousel .customNavigation a.next {
    right: 0px;
}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 20px;
    padding-right: 20px;	
	width: 470px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.product-info .image-additional img { max-width: 100%; border: 1px solid #ededed; }
.product-info .image-additional a {
	display: block;	
}

.product-right .btn-group .wishlist .fa,.product-right .btn-group .compare .fa{margin-right:5px;}

#input-captcha, #input-payment-captcha{margin-bottom:10px}

.productpage .form-group.qty .wishlist, .productpage .form-group.qty .compare, .quickview .form-group.qty .wishlist, .quickview .form-group.qty .compare {
    width: 44px;
    font-size: 0;
    height: 44px;
    padding: 9px;
}

.productpage .form-group.qty .wishlist, .quickview .form-group.qty .wishlist { 
    background: #000000;
    border-color: #000000;
    transition: none;
    padding: 14px;
}
.productpage .form-group.qty .wishlist:hover , .quickview .form-group.qty .wishlist:hover  { 
    border-color: #4a9a80; 
    background-color: #4a9a80;
} 
.productpage .form-group.qty .compare , .quickview .form-group.qty .compare{    
    background: #000000;
    border-color: #000000;
    transition: none;
    padding: 13px 14px 13px 15px;
} 
.productpage .form-group.qty .compare:hover, .quickview .form-group.qty .compare:hover { 
    border-color: #4a9a80;
    background-color: #4a9a80;
}
.productpage .form-group.qty .wishlist .fa, .productpage .form-group.qty .compare .fa {
    font-size: 16px;
}

.productpage #input-quantity, .quickview #input-quantity{
	float: left;
    margin-right: 10px;
    width: auto;
    height: 44px;
    text-align: center;s    margin-left: 5px;
}
.quickview .form-group.qty .btn-lg,
.productpage .form-group.qty .btn-lg{
    padding: 8px 30px;
    background: #4a9a80;
    border-color: #4a9a80;
}
.quickview .form-group.qty .btn-lg:hover,
.productpage .form-group.qty .btn-lg:hover{
 	background: #000;
    border-color: #000;
}
.form-group.qty .control-label{
	float: left;
    margin: 6px 10px 0 0;
	font-size:14px;
}
.productpage .form-group.qty #button-cart {
    min-width: 150px;
}

/* Codezeel Start */

/* box */  
.box {
	margin-bottom:12px;
}

#column-left .box .box-heading,  #column-right .box .box-heading{ 
    color: #000000;
    padding: 0px 0px 5px;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    position: relative;
    text-align: left;
    letter-spacing: 0.5px;
}
#column-left .box:first-child .box-heading, #column-right .box:first-child .box-heading{  color:#4a9a80; }
#column-left .box .box-heading:after, #column-right .box .box-heading:after {
    width: 60px;
    margin: 10px 0px 0px;
    border-bottom: 3px solid #000000;
}
#column-left .box:first-child .box-heading:after, 
#column-right .box:first-child .box-heading:after {
    border-color: #4a9a80;
}
.box .box-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.box-heading { 
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0px 0px;
    color: #000000;
    position: relative;
    font: 700 40px/48px 'Roboto', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}
.box-heading:after {
    content: "";
    border-bottom: 2px solid #4a9a80;
    display: block;
    margin-left: 0;
    text-align: center;
    margin: 15px auto 0px;
    width: 70px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.box-heading:hover:after {
    width: 100px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.category_tab h3 {
    font-weight: 700 !important;
    margin: 0 0 10px !important;
}
.box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding: 0px;
	margin:0 -15px;
    position: relative;
}

.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li , #content .content ul li {
	line-height:22px;
	padding:4px 0;
}
.box .box-content ul li a , #content .content ul li a{
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover , #content .content ul li a:hover{
}

.box .box-content ul ul{
	margin-left:15px;
}

.box.latest, .box.bestseller, .box.featured, .box.special {
    padding-bottom: 10px;
    padding-top: 30px;
	margin-bottom: 0px;
	text-align: center;
} 
.box.latest {
    padding-bottom: 50px;
	clear: both;
	padding-top: 0;
}  
.box.featured {
    margin: 45px 0 0px;
    position: relative;
    padding: 0px;
    clear: both;
}
.box.featured .customNavigation {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.box.featured:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.box.featured .product-block {
    margin: 10px 15px 20px 16px;
}
.box-product { 
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style: none;
	overflow: hidden;
}
.box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
}
.lb-nav a.lb-next {
    transition: none;
}
.lb-nav a.lb-prev {
    transition: none;
}

.product-grid li,
.box-product .product-items,
.product-carousel .slider-item {
	width:295px;
	float:left;
	display: inline-block;
}
 
.ie7 .product-grid li{ width:192px !important; }
.image-additional .slider-item{	
	display: inline-block;
    float: left;
}

#additional-carousel.image-additional .slider-item .product-block {
    margin: 4px 6px;
    background: transparent;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    clear: both;
    overflow: hidden;
    text-align: center;
    border: 0;
    padding: 0;
}

.image-additional .slider-item .product-block:hover {   box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; }	

.grid_default_width { width: 250px;}

/*.featured_default_width{ width: 250px;}*/
/*.module_default_width{ width: 240px;}*/
/*.latest_default_width{ width: 250px;}*/
/*.special_default_width{ width: 250px;}*/
/*.related_default_width{ width: 290px;}*/
/*.bestseller_default_width{ width: 250px;}*/

.featured_default_width{ width: 290px;}
.module_default_width{ width: 290px;}
.latest_default_width{ width: 290px;}
.special_default_width{ width: 290px;}
.related_default_width{ width: 290px;}
.bestseller_default_width{ width: 290px;}

/*.tabspecial_default_width{ width: 250px;}*/
/*.tabbestseller_default_width{ width: 250px;}*/
/*.tablatest_default_width{ width: 250px;}*/

.tabspecial_default_width{ width: 290px;}
.tabbestseller_default_width{ width: 290px;}
.tablatest_default_width{ width: 290px;}
.tab_default_width{ width: 290px;}
.additional_default_width{ width: 100px;}
.testimonial_default_width{width: 100%;}
.ourcategory_default_width{width: 190px;}
.tabcategory0_default_width{ width: 290px;}
.tabcategory1_default_width{ width: 290px;}
.tabcategory2_default_width{ width: 290px;}
.tabcategory3_default_width{ width: 290px;}
.tabcategory4_default_width{ width: 290px;}
.tabcategory5_default_width{ width: 290px;}
.tabcategory6_default_width{ width: 290px;}
.tabcategory7_default_width{ width: 290px;}
.tabcategory8_default_width{ width: 290px;}
.tabcategory9_default_width{ width: 290px;}
#content .banners-slider-carousel .product-carousel .product-block-inner,#content .banners-slider-carousel .product-grid .product-block-inner{text-align:center;}

.product-block  {
    margin: 15px 15px 15px 15px;
	background:#fff;
	clear:both;
	overflow:hidden;
    position: relative;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.product-block:hover{
	overflow:hidden;
	clear:both;	
}
.banners-slider-carousel .product-carousel .slider-item .product-block {
    border: 0;
    margin: 15px 16px;
    padding: 0;
}
.banners-slider-carousel .product-block { margin: 10px 15px; }
.banners-slider-carousel .product-block .product-block-inner { text-align: center;  cursor: pointer; }

.ie7 #content .product-carousel .product-block,
/*.ie7 #content .product-grid-list .product-block,*/
.ie7  .product-block {border:1px solid #ddd;}

.ie7 #content .product-carousel .product-block:hover,
.ie7 .product-block:hover {border:1px solid #ddd;}


.product-grid .product-thumb .desc,.productbox-grid .product-thumb .price-tax,.product-carousel .product-thumb .price-tax{display:none;}
.product-list .product-details{overflow:hidden;}

.product-block-inner{
	text-align: left; 
	overflow: hidden;
	position: relative;   
	margin: 0;
	padding: 0;
}
.product-block .product-block-inner:before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 1;
}
.product-block .product-block-inner:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 1;
}
.product-block .product-block-inner:before {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #4a9a80;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #4a9a80;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}
.product-block .product-block-inner:after {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #4a9a80;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #4a9a80;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}
.product-block:hover .product-block-inner:before, 
.product-block:hover .product-block-inner:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.product-thumb .image a:before, 
.product-thumb .image a:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 2;
}
.banners-slider-carousel {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    margin: 45px 0px 20px;
}
.banners-slider-carousel .product-block .product-block-inner:before, 
.banners-slider-carousel .product-block .product-block-inner:after {
    border: 0;
}
.banners-slider-carousel .box-heading { display: none; }
.banners-slider-carousel .customNavigation { 
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; 
}
.banners-slider-carousel:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}
.banners-slider-carousel  .carousel-block{ 
    position: relative;
}
.sale{
    color: #4a9a80;
    font-size: 12px;
    font-weight: 500;
    left: 12px;
    letter-spacing: 0.5px;
    position: absolute;
    text-align: left;
    text-transform: capitalize;
    top: 12px;
    line-height: 15px;
    padding: 0px 5px;
    z-index: 3;
}
.product-thumb .sale{
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;	
	-webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.product-thumb:hover .sale { 
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;	
	-webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

/* box products for Left Column and Right Column */

#column-left:before {
    content: "";
    border-right: 1px solid #ebebeb;
    position: absolute;
    right: 15px;
    top: -30px;
    height: 100%;
}

#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	vertical-align: top;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom:0;	
	width:100%;
}

#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
    border: 0 none;
}

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom:10px;
	float:left;
	margin-right:15px;
	margin-top: 0px;	
}

#column-left .product-items .product-details,
#column-right .product-items .product-details{
	width:auto; 
	overflow: hidden;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	padding:0;
	border:none;
	text-align: left;
}
#column-left .box.special .product-block-inner:before, 
#column-right .box.special .product-block-inner:before, 
#column-left .box.special .product-block-inner:after, 
#column-right .box.special .product-block-inner:after {
    border: 0;
    z-index: -1;
}
#column-left .caption a, #column-right .caption a{
	word-wrap:break-word;
    font-size: 12px;
}
#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
	font-weight:normal; 
	font-size:13px; 
	margin: 4px 0 4px;
    color: #888888;
}
#column-left .box-product .name,
#column-right .box-product .name {
	display: block;
}
#column-left .box-product .cart,
#column-right .box-product .cart {
	display: block;
}
#column-left .box-product .cart .button,
#column-right .box-product .cart .button{
	padding:0; 
	background:none;
	box-shadow:none; 
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	height:auto;
	font-weight:normal;
	border-radius:0;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
	color:#555;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {
	text-decoration:underline;
}
#column-left .box-product .image img,
#column-right .box-product .image img { width:85px;}

#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {
	float: left;
    clear: both;
    display: block;
    margin-bottom: 1px;
}

#column-left .box-product .price .price-old,
#column-right .box-product .price .price-old{
	font-size: 14px;
}

#column-left .box .box-content, #column-right .box .box-content,
#column-left .box .list-group, #column-right .box .list-group,
#column-left .box .filterbox, #column-right .box .filterbox{
	margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff none repeat scroll 0 0;
    padding: 15px 0px;
    border: 0;
    border-top: none;
}
#column-left .box .filterbox label:hover, 
#column-right .box .filterbox label:hover{
	color: #4a9a80;
}
#column-left .box-product .rating,
#column-right .box-product .rating {
	display: inline-block;
	margin-bottom: 0px;
	opacity:1;
    display: none;
}
#column-left .product-thumb, #column-right .product-thumb {
	border:none;
	margin: 0px 0px;
    padding: 5px 0;
}
#column-left .sale, #column-left .price-tax, #column-left .wishlist, #column-left .compare,
#column-right .sale, #column-right .price-tax, #column-right .wishlist , #column-right .compare {display:none !important;}

#column-left .product-thumb .button-group button, 
#column-right .product-thumb .button-group button  {   
	background: none repeat scroll 0 0 transparent;
    padding: 0;
    width: auto;
	line-height: 28px;
	color:#262626;
	text-transform:capitalize;
	left:0;
	height:auto;
	position:static;
	text-align: left;
}	

#column-left .product-thumb .button-group button span, 
#column-right .product-thumb .button-group button span { display:block !important; }

#column-left .product-thumb .button-group button:hover, 
#column-right .product-thumb .button-group button:hover{color:#4a9a80}

#column-left .product-thumb .button-group button .fa, 
#column-right .product-thumb .button-group button .fa{display:none;}

#column-left .product-thumb .button-group, 
#column-right .product-thumb .button-group {background:none; border:none; position:static; display:block; float:left; opacity:1; padding:0; }
#column-left .product-thumb .image .button-group, 
#column-right .product-thumb .image .button-group {display:none}
#column-left .container,
#column-right .container{width:auto; padding: 0;}
#column-left .box,
#column-right .box{
	margin-bottom: 0px; 
	position:relative;
    padding:0px;
}
#column-left .box .product-thumb  button.addtocart,
#column-right .box .product-thumb  button.addtocart{    
    padding: 0px;
    border: 0;
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
    background: none;
    position: static;
    opacity: 1;
    display: block;
    width: 100%;
    font-size: 14px;
    height: auto;
}
#column-left .box .product-thumb button.addtocart span:hover,
#column-right .box .product-thumb button.addtocart span:hover{
    color:#4a9a80;
}
#column-left .box .product-thumb  button.addtocart span,
#column-right .box .product-thumb  button.addtocart span { 
	background: none;
	padding: 0px;
	color: #555555;
	text-transform: capitalize;
    display: block; 
    font-size: 13px;
}
#column-left .box .product-block:hover  button.addtocart, 
#column-right .box .product-block:hover  button.addtocart
{
	background:transparent;
	color: #4a9a80;
}
#column-left .single-banner .swiper-slide a:after{
    content:"";
	position: absolute;
    left: 0;
    top: 0;
    border: 80px double rgba(55, 55, 55, 0);
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
#column-left .single-banner .swiper-slide:hover a:after, #column-right .single-banner .swiper-slide:hover a:after {
	border: 0px double rgba(37, 86, 5, 0.34);
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
}
#column-left .single-banner .swiper-pagination, #column-right .single-banner .swiper-pagination {
    display: none;
}
#column-left .product-thumb .caption h4 a:hover, #column-right .product-thumb .caption h4 a:hover {
    color: #4a9a80;
}
#column-left .product-thumb h4 a:hover, #column-right .product-thumb h4 a:hover {
    color: #4a9a80;
}
.product-thumb caption h4 a:hover, header #cart li a:hover, .product-thumb:hover h4 {
    color: #4a9a80;
}
.compare-total a {
    color: #262626;
}
.top_button {
	background: #4a9a80;
    bottom: 20px;
    font-size: 0;
    cursor: pointer;
    height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 45px;
    z-index: 99;
    border: 2px solid #4a9a80;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.top_button:hover {
    background-color: #000000;
}
.top_button:before {
    font-family: "FontAwesome";
    content: "\f176";
    color: #fff;
    font-size: 20px;
    left: 17px;
    position: absolute;
    top: 8px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
#content ul.list-unstyled {  
    margin-bottom: 10px;
    overflow: auto;
}
#content ul.list-unstyled li {
    line-height: 26px;
    padding: 4px 0;
}
.manufacturer-list {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}

.category_filter .sort .form-control {cursor:pointer;}
.productpage .box {
    margin-top: 20px;
    position: relative;
    margin-bottom: 40px;
}
.box.related .box-heading {
    margin-bottom: 25px;
}
.box.related .customNavigation {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    top: 45%;
}
.box.related:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.hometab:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.hometab .customNavigation {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    top: 48%;
}
.box.latest .customNavigation {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.tab-content {
	overflow:hidden;
}
.col-sm-4.total_amount { margin-top: 70px;}
.product-tag{margin:5px 0;}
.aboutus {
    clear: both;
	margin-bottom: 40px
}

.aboutus h3 {
	margin-bottom:10px;
	color: #000;
    font-weight: 600;
}
.image1 {
    background: url("../images/cms-sprite.png") no-repeat scroll 0px 0px;
    float: left;
    height: 50px;
    width: 60px;
}

.image2 {
    background: url("../images/cms-sprite.png") no-repeat scroll 0px -114px;
    float: left;
    height: 50px;
    width: 60px;
}

.image3 {
    background: url("../images/cms-sprite.png") no-repeat scroll 0px -53px;
    float: left;
    height: 50px;
    width: 60px;
}
.image4 {
    background: url("../images/cms-sprite.png") no-repeat scroll 0px -172px;
    float: left;
    height: 50px;
    width: 60px;
}
.aboutus h2{clear:both;font-size:20px;}
.about-content{overflow:hidden;}
.information-information .right{float:right;}

.category_filter #grid-view,.category_filter #list-view{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border:none;
	padding:6px 12px;
}

.category_filter #grid-view{
	background:url(../images/sprite.png) no-repeat scroll -4px -31px;
	width:24px;
	height:24px;
}
.category_filter #list-view{
	background:url(../images/sprite.png) no-repeat scroll -41px -31px;
	width:24px;
	height:24px;
}
.category_filter #list-view.active, .category_filter #list-view:hover{
	background-position:-41px -1px;
}
.category_filter #grid-view:hover, .category_filter #grid-view.active{
	background-position: -4px -1px;
}
.category_filter #grid-view .fa, .category_filter #list-view .fa{display:none}

#list-view{margin-left:8px}

.category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{color:#fff;}
.category_filter .btn-list-grid{float:left;width:auto; padding: 8px 0 0 0;}
.compare-total { float: left; margin: 9px 20px 0; }
.pagination-right { float: right;margin:0; width: auto;}
.category_filter .sort-by {float: left;margin: 8px 10px 0 0; width: auto;padding:0;}
.category_filter .show {float: left; margin: 8px 10px 0;padding:0; width:auto;}
.category_filter .sort { float: left; width: 150px;padding:0;}
.category_filter .limit {float: right; width: 100px;padding:0;}
.sort-by-wrapper,.show-wrapper{
    float: left;
}
.category_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;
}

.category_img img { margin-bottom: 22px; border:none; }

.category_list ul {
    padding: 0;
	display:inline-block;
	margin:0;
}

#content .refine-search{
	margin-bottom: 15px;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
.category_list li a {      
    color: #555555;
    display: block;
    padding: 5px 20px;
    border: 1px solid #ededed;
    background-color: #fff;
    font-size: 13px;
}
.category_list li a:hover {
    color: #4a9a80;
	border-color:#4a9a80;
}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
}
.pagination-wrapper {
	display: inline-block;
    margin: 10px 0 10px;
    padding: 15px 0 10px 0;
    width: 100%;
    background: none;
    border-top: 1px solid #ededed;
}
.category_filter{
	border: none;
    display: inline-block;
    margin: 10px 0 15px;
    padding: 0 0 10px;
    width: 100%;
    background: none;
	border-bottom: 1px solid #ededed;
}
.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
	margin-top: 6px;
}
.pagination-wrapper .page-result{
    float: left;
    padding: 0;
    width: auto;
	margin: 13px 0 13px;
}
.contact-info .left {
    float: left;   
    width: 50%;	
}
.contact-info .right {
    float: right;
    width: 50%;
}
.row.contact-info {
    padding: 0 15px;
}
.information-contact .panel-body{padding:30px;overflow:auto;}

.contact-info .address-detail strong {
    background: url("../images/cms-sprite.png") no-repeat scroll -6px -235px transparent;
   	padding: 0px 0 0 40px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
	font-weight: 500
}
.contact-info .address-detail,.contact-info .telephone,.contact-info .fax,  .contact-info .openingtime,.contact-info .comments{float:left;width:100%;}
.contact-info .telephone strong{
    background: url("../images/cms-sprite.png") no-repeat scroll -5px -314px transparent;
    padding: 0px 0 0 40px;
	margin:10px 0 0;
	height:28px;
	float:left;
	clear:both;
	font-weight: 500
}
.contact-info .fax strong{
    background: url("../images/cms-sprite.png") no-repeat scroll -5px -272px transparent;
    padding: 0px 0 0 40px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
	font-weight: 500
}
.contact-info .openingtime strong{
	background: url("../images/cms-sprite.png") no-repeat scroll -5px -355px transparent;
	padding: 0px 0 0 40px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
	font-weight: 500
}
.contact-info .comments strong{
	background: url("../images/cms-sprite.png") no-repeat scroll -5px -399px transparent;
	padding: 0px 0 0 40px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
	font-weight: 500
}
.contact-info address {
    display: inline-block;
    margin: 0 0 0 40px;
	float:left;
	clear:both;
}
.address-detail .btn {
    clear: both;
    float: left;
    margin: 15px 0 0 37px;
}

#spinner {
	position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 999;
    background: url(../images/loading.gif) no-repeat center center #ffffff;
    width: 100%;
    background-size: 8%;
}
.main-slider {
    position: relative;
	width: 100%;
}
.main-slider li.swiper-button-prev {
    background-image: none;
}
.main-slider li.swiper-button-next {
    background-image: none;
    list-style: none;
}
.main-slider .swiper-pager-button li {
    display: inline-block;
    padding: 0px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    height: 60px;
    width: 60px;
    margin-top: 0;
}
.main-slider .swiper-pager-button li.swiper-button-prev {
    left: 100px;
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-slider:hover .swiper-pager-button li.swiper-button-prev {
    left: 8%;
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-slider .swiper-pager-button li.swiper-button-next {
    right: 100px;
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-slider:hover .swiper-pager-button li.swiper-button-next {
    right: 8%;
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-slider .swiper-pager-button a {
    text-decoration: none;
    display: block;
    margin: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    overflow: hidden;
    filter: alpha(opacity=0);
    cursor: pointer;
    font-size: 0;
    height: 58px;
    width: 58px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-slider .swiper-pager ul {
    padding-left: 0;
    margin: 0;
}
.main-slider:hover .swiper-pager-button a {
     opacity: 1;
    filter: alpha(opacity=100);
}
.main-slider .swiper-pager-button a:before {
    height: 58px;
    width: 58px;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-family: "FontAwesome";
    font-size: 34px;
    line-height: 38px;
    vertical-align: top;
    padding: 8px 22px;
    background-color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-slider .swiper-pager-button a.swiper-prev:before {
    content: '\f104';
}
.main-slider .swiper-pager-button a.swiper-next:before {
    content: '\f105';
}

.main-slider .swiper-pager-button a:hover:before {
    background-color: #4a9a80;
}
.main-slider .swiper-pagination {
    opacity: 0;
}
.main-slider:hover .swiper-pagination {
    opacity: 1;
}
.information-sitemap .sitge-map ul{padding:0 0 0 20px;}
.forget-password {margin: 5px 0 0;}
.product-compare input.btn.btn-primary.btn-block { margin: 5px 0 5px; }
.productpage .write-review,.productpage .review-count {margin: 0 10px; color: #808080;}
.productpage .write-review:hover, .productpage .review-count:hover {
    color: #4a9a80;
}
.productpage .rating-wrapper, .quickview .rating-wrapper { margin: 0px;}
.quickview .review-count , .quickview .write-review { display:none; }

#content.productpage ul.list-unstyled{border-bottom:medium none;}
.panel-default>.panel-heading:hover{  border-color: #888; }
.panel-default>.panel-heading:hover .panel-title {background-color: #ffffff;}
#accordion h4.panel-title a.accordion-toggle {display: block;}
.checkout-cart #accordion .panel-title > a, .checkout-checkout #accordion .panel-title {
    color: #444;
    font-weight: 600;
    padding: 10px;}
#accordion .panel-title > a {color: inherit;}
#accordion .panel-heading .fa.fa-caret-down {float: right; margin-top:4px;}
#accordion .col-sm-10 {width: 75%;}
#accordion .form-horizontal .control-label {text-align:left;}
#accordion .panel-default .panel-body h2 {
    font-size: 18px;
	font-weight:600;
}
.checkout-cart #content .buttons .pull-right .btn{
    background-color: #000;
    border-color: #000;
}
.checkout-cart #content .buttons .pull-right .btn:hover{
    background-color: #4a9a80;
    border-color: #4a9a80;
}
.checkout-success p a {
   }
.checkout-cart .hasCustomSelect{width: 95% !important;}

#content ul.list-unstyled.attr span{
    font-weight: 500;
    color: #262626;
}
#content ul.list-unstyled.attr a {
    color: gray;
}

#content ul.list-unstyled.attr{
	padding-bottom:15px;
	border-bottom: 1px solid #dfdfdf;
    padding-top: 5px;
	margin-bottom: 18px;
}

#content ul.list-unstyled.attr li{clear:both}

.productpage .product-right{  }
.productpage .product-right ul.price,.productpage .product-right ul.price{
padding-bottom:10px
}

#content ul.list-unstyled.price li { float:left; padding: 2px 0; font-size: 12px; }

.productpage .product-right ul li span.old-price, .productpage .product-right ul li span.special-price{float: left; margin-bottom:10px; }

.productpage .product-right ul li.discount,.productpage .product-right ul li.rewardpoint,.productpage .product-right ul li.price-tax {
    clear: both;
}

span.old-price {
	margin-right: 10px;
    font-size: 18px;
    color: #a0a0a0;
    font-weight: 600;
}

#content h3.special-price {
    font-size: 20px;
	margin-bottom: 0;
	font-weight: 700;
	margin-bottom:10px;
}

div#product {
    padding-top: 5px;
}
div#product .form-group .hasCustomSelect{ width: 90% !important; }
.page-title{
	padding:0px;
}
.page-title,.refine-search,.product-title,.product-option{
	font-size:18px;
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.copy-right {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
	text-align:center;
}
.account-address .table>tbody>tr>td{vertical-align:middle;}
.account-address .btn-info{margin:2px 0;}

.affiliate-account .btn-primary .list-group-item,.affiliate-account .btn-primary .list-group-item:hover{padding:0; background:none; color:#fff;}
#content .affiliate-logout {}


.shopping-cart .img-thumbnail{max-width:none;}

.shopping-cart .input-group .form-control {
    width: auto;
    height: 40px;
    text-align: center;
}

.shopping-cart .input-group-btn {
    float: left;
}

#accordion label.col-sm-2.control-label{margin:7px 0 0; padding:0 15px 0 0;}
#accordion #collapse-shipping label.col-sm-2.control-label{padding:0 15px;}
.checkout-checkout #accordion label.col-sm-2.control-label{padding-left:15px;}
.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin-left:5px; font-size:12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

.col-sm-3.search_subcategory {width: auto; margin-top:7px;}

#button-search{float:right;}
.product-search h2{clear:both;}

.banners-slider-carousel img {
   max-width: 100%;
   opacity: 0.7;
    filter: alpha(opacity=40);
}
.banners-slider-carousel .product-block:hover img {
	opacity: 1;
    filter: alpha(opacity=100);
}

@-webkit-keyframes slideDashXopp {
  from { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% );  }
  to   { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% );}
}


@-moz-keyframes slideDashXopp {
  from { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% );  }
  to   { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% );}
}

@keyframes slideDashXopp {
   from { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% );  }
  to   { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% );}
}
			
@-webkit-keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% ); }
}


@-moz-keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX(   0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% ); }
}

@keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX(   0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% ); }
}


@-webkit-keyframes slideDashY {
  from { -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% ); }
  to   { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
}


@-moz-keyframes slideDashY {
  from { -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% ); }
  to   { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
}

@keyframes slideDashY {
  from { -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% ); }
  to   { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
}


@-webkit-keyframes slideDashYopp {
  from { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
  to   {  -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% );}
}


@-moz-keyframes slideDashYopp {
  from { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
  to   {  -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% );}
}

@keyframes slideDashYopp {
  from { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
  to   {  -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% );}
}



/* CMS */


.box .box-content ul , #content .content ul { 
	padding: 0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li{
	line-height:  22px;
	padding: 3px 0px;	
	position: relative;
}
.box .box-content ul li .hitarea {
	position: absolute;
	right: 5px;
	top: 3px;
}
.box .box-content ul li:last-child a{
    border: medium none;
}
.box .box-content ul li ul li a{
	border:none;
	font-size: 13px;
}
.box .box-content .box-category{
	padding: 0px;
}
#content .content ul li {
	line-height:22px;
	padding:5px;
}
.box .box-content ul li ul li + li{border-top:medium none;}
.box .box-content ul li a , #content .content ul li a{
	padding: 0;
    color: #555555;
    text-transform: capitalize;
    line-height: 26px;
    display: inline-block;
    width: 100%;
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover , #content .content ul li a:hover{
	color: #4a9a80;
}

.box .box-content ul ul{  
	z-index:99;
	width:auto;
}

.single-banner { margin: 0px 0px 35px; border: 0; text-align: center;}
#content .single-banner { margin:15px 0 50px; }
#content #banner2 a { position:relative; display:block; }
#content #banner2 a:before { 
	content:"";
	position:absolute;
	box-shadow:0 0 125px rgba(0,0,0,0.56) inset;
	height:100%;
	width:100%;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	transition: all 0.3s ease; 
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	z-index:9;
}

#content #banner2:hover a:before { 
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
 }

.box .box-content ul li ul li a.activSub:hover, .box .box-content ul li a.activSub:hover {

}
.box .box-content ul li ul li a.activSub, .box .box-content ul li a.activSub {

}

.box .box-content ul ul li ul {padding:0;}

.box .box-content ul ul li:hover ul {
	display: block;

}
.box.category {
    width: 23%;
    float: left;
    border: 0;
    padding: 0;
    margin-bottom: 0;
    position: relative; 
    min-height: auto;
    overflow: visible;
}
.box-category .box-content {
    background-color: #ffffff;
    width: 100%;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    margin: 0px 0 0 0;
    border: 3px solid #4a9a80;
    border-top: 0;
    padding: 20px 0 15px;
    position: absolute;
}
.box.category .box-heading {
    background-color: #4a9a80;
    padding: 19px 10px 17px 25px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    letter-spacing: .9px;
    cursor: pointer;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
}
.box.category .box-content > ul > li > a, .box.category .box-content #nav-one li.main.hiden_vertical_menu a ,.box.category li.main.hiden_vertical_menu span{
    padding: 10px 0 10px 40px;
    text-transform: uppercase;
    font-size: 13px;
    width: auto;
    font-weight: 400;
    line-height: 19px;
    display: block;
    color: #6c6c6c;
}
.box.category .box-content > ul > li:hover > a, .box.category .box-content #nav-one li.main.hiden_vertical_menu a:hover ,.box.category li.main.hiden_vertical_menu span:hover {
    color: #4a9a80;
}
.box.category .box-content ul li {
    float: left;
    width:100%;
    position: relative;
    background: url(../images/cat-icon.png) no-repeat scroll 20px 0px;
    padding: 0 20px;
}
.box.category .box-content > ul > li:first-child {
    background-position: 20px 12px;
}
.box.category .box-content > ul > li:hover:first-child {
    background-position: 20px -90px;
}
.box.category .box-content > ul > li:nth-child(2n) {
    background-position: 20px -598px;  
}
.box.category .box-content > ul > li:hover:nth-child(2n) {
    background-position: 20px -699px;  
}
.box.category .box-content > ul > li:nth-child(3n) {
    background-position: 20px -190px;
}
.box.category .box-content > ul > li:hover:nth-child(3n) {
    background-position: 20px -291px; 
}
.box.category .box-content > ul > li:nth-child(4n) {
    background-position: 20px -1411px; 
}
.box.category .box-content > ul > li:hover:nth-child(4n) {
    background-position: 20px -1513px;
}
.box.category .box-content > ul > li:nth-child(5n) {
    background-position: 20px -1207px;
}
.box.category .box-content > ul > li:hover:nth-child(5n) {
    background-position: 20px -1309px;
}
.box.category .box-content > ul > li:nth-child(6n) {
    background-position: 20px -2224px;
}
.box.category .box-content > ul > li:hover:nth-child(6n) {
    background-position: 20px -2326px; 
}
.box.category .box-content > ul > li:nth-child(7n) {
    background-position: 20px -394px;
}
.box.category .box-content > ul > li:hover:nth-child(7n) {
    background-position: 20px -496px; 
}
.box.category .box-content > ul > li:nth-child(8n) {
    background-position: 20px -1004px;
}
.box.category .box-content > ul > li:hover:nth-child(8n) {
    background-position: 20px -1106px;
}
.box.category .box-content > ul > li:nth-child(9n) {
    background-position: 20px -800px;
}
.box.category .box-content > ul > li:hover:nth-child(9n) {
    background-position: 20px -902px;  
}
.box.category .box-content > ul > li:nth-child(10n) {
    background-position: 20px -598px;
}
.box.category .box-content > ul > li:hover:nth-child(10n) {
    background-position: 20px -699px; 
}
.box.category .box-content > ul > li:nth-child(11n) {
    background-position: 20px -394px; 
}
.box.category .box-content > ul > li:hover:nth-child(11n) {
    background-position: 20px -496px;
}
.box.category .box-content > ul > li:nth-child(12n) {
    background-position: 20px -190px;
}
.box.category .box-content > ul > li:hover:nth-child(12n) {
    background-position: 20px -291px; 
}
.box.category .box-content > ul > li:nth-child(13n) {
    background-position: 20px -1411px; 
}
.box.category .box-content > ul > li:hover:nth-child(13n) {
    background-position: 20px -1513px;  
}
.box.category .box-content > ul > li:nth-child(14n) {
    background-position: 20px -2224px; 
}
.box.category .box-content > ul > li:hover:nth-child(14n) {
    background-position: 20px -2326px; 
}
.box.category .box-content ul li.hiden_vertical_menu .main:first-child {
    background-position: 20px -190px; 
}
.box.category .box-content ul li.hiden_vertical_menu .main:hover:first-child {
    background-position: 20px -291px;
}
.box.category .box-content ul li.hiden_vertical_menu {
    background: none;
    padding-left: 0;
}
.box.category li.main.hiden_vertical_menu {
    background: none;
    padding: 0;
}
.box.category .box-content .dropdown-inner ul li { background: none; padding: 0px; }
.box.category .box-content #nav-one li.main.hiden_vertical_menu a:hover, .box.category .box-content #nav-one li.main.hiden_vertical_menu a:hover {
    color: #4a9a80;
}
.box.category li.main.hiden_vertical_menu span {
    padding: 10px 15px 10px 25px;
    float: left;
    width: 100%;
    cursor: pointer;
}
.box.category .box-heading:after{display:none;}
.box.category .dropdown-arrow {
    float: left;
    font-weight: 300;
    margin-top: 0;
    padding-right: 20px;
}
.box.category .dropdown-arrow:before {
    font-family: "FontAwesome";
    content: "\F0C9";
    font-size: 18px;
    padding-left: 3px;
    font-weight: 400;
    float: left;
}
.box.category li.main.hiden_vertical_menu span:before {
    font-family: "FontAwesome";
    content: "\F107";
    font-size: 18px;
    padding-left: 3px;
    font-weight: 400;
    float: right;
}
.box.category li.main.hiden_vertical_menu span.active:before {
    content: "\F106";
}
#nav-one li.hiden_vertical_menu .dropdown-inner {
    display: none;
}
.product-block-inner a img{vertical-align:middle;}



.box-category-heading {
    background-color: #000;
    color: #fff;
    padding: 20px;
    font-size: 14px;
	font-weight:600;
    text-transform: uppercase;
    width: 270px;
    display: inline-block;
    float: left;	
	overflow:hidden;
	position:relative;
	letter-spacing: 0.5px;
	cursor:pointer;
}
.box-category-heading .fa {
    float: right;
    font-size: 20px;
    font-weight: 600;
}

.shipping-cms {
    display: inline-block;
	background:url(../images/plane.png) no-repeat scroll left center transparent;
	height: 26px;
    padding-left: 75px;
}

.shipping-text .text1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #64c1dd;
}

.shipping-text .text2{
	font-weight: 300;
    text-transform: uppercase;
}


.contact-text .text1 {
	color:#1e1f22;
	font-weight:500;
	text-transform:uppercase;
	display:inline-block
}

.contact-text .text2 {
	color:#f2ab33;
	text-transform:uppercase;
	display:none
}

.content_footer_top {
    background: #262626;
}
.site-map ul li{ line-height: 35px;  }
.content_footer_top .container { padding-top:0; }
.content_footer_bottom { 
	text-align:center;
}
.footer-blocks {
    display: inline-block;
    width: 100%;
	padding: 75px 0 65px;
	position:relative;
}

.footer-blocks .footertop .footerdiv{padding-right:60px;}

.footer-blocks .footertop #footerlogo .footerlogo{ 
	margin-bottom: 20px;
}
.footer-blocks .footertop #footerlogo .footerlogo img{
	max-width: 100%;
}
.footer-blocks .footertop #footerlogo .footerdesc{ margin-bottom: 25px;
color:#c6c6c6; }
.footer-blocks .footertop #footerlogo ul {
    display: block;
}

/* End CMS */

/* Tab cms */
.tab-head , .box-head { 
    text-align: center;
}
.hometab,.categorytab {
    margin-top: 70px;
	margin-bottom: 30px;
	background-color:#fff;
	clear: both;
    float: left;
    width: 100%;
}
#czparallaxcmsblock {
    padding: 40px 0 20px;
    position: relative;
    clear: both;
    overflow: hidden;
}
.htabs {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
}

.categorytab .tabs {
    line-height: normal;
    padding: 0;
    border-bottom: medium none;
	min-height:405px;
}

#tabs_info{
	margin-top: 50px;
	margin-bottom: 50px;
}

#tabs_info .nav-tabs,
.etabs {
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
}
#tabs_info .nav-tabs {
    margin-top: 0;
}
#tabs_info .tab-content{
	padding: 25px 20px 18px;
    border: 1px solid #eeeeee;
    text-align: left;
}
#tabs_info .tab-content .tab-pane{ padding: 0px; border: 0px; }
#tabs_info .tab-content .tab-pane .table-bordered {
    margin-bottom: 10px;
}
#tabs_info .tab-content .tab-pane h3 {
    font-size: 20px;
    margin: 22px 0px 5px;
}
.htabs .etabs li,.categorytab .nav-tabs li, #tabs_info .nav-tabs  li {
    list-style: none outside none;
    position: relative;
    text-align: center;
    float: none;
    display: inline-block;
    margin: 0;
}

.categorytab .nav-tabs{border:none; float: right; margin-right: 55px; margin-top: -37px; padding:0;}

#tabs_info .nav-tabs li:last-child,
.htabs .etabs li:last-child,.categorytab .nav-tabs li:last-child {background:none}


#tabs_info .nav-tabs a,
.nav-tabs a, .htabs a,.categorytab .nav-tabs a {
    color: #000000;
    display: block;
    text-transform: capitalize;
    float: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 30px;
    text-align: center;
    position: static;
    letter-spacing: 0.2px;
    border: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


.htabs a:hover,.htabs a:focus,.categorytab .nav-tabs a:hover,.categorytab .nav-tabs a:focus, #tabs_info .nav-tabs li a:hover{     
	color: #4a9a80;
}
#tabs_info .nav-tabs li.active a,
.htabs a.selected, .categorytab .nav-tabs li.active a{	
	color: #4a9a80;
}
.htabs a:hover:before,.categorytab .nav-tabs a:hover:before, #tabs_info .nav-tabs  a:hover:before{     
	opacity: 1;
}
.tab-content .tab {
    display: none;
}

.tab-content {
	position: relative;
	padding: 0px;
	z-index: 2;
	overflow: visible;
	margin-bottom: 0px;
}
#tab-latest #tablatest-grid .product-items, #tab-special #tabspecial-grid .product-items, #tab-bestseller #tabbestseller-grid .product-items {
    display: none;
}
.cz-status {
    bottom: 0;
    display: none;
    color: #000;
    font-size: 18px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.viewmore {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.viewmore a {
    padding: 8px 35px;
    font-size: 14px;
}
.hometab .viewmore .btn-default {
    padding: 8px 35px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
	text-transform: capitalize;
}

/* End Tab cms */


/*Codezeel Blog CSS */ 
#content .box-product .blog-items { display:inline-block; float:left; }

.blog-left { position:relative; z-index: 3; }
.blog-image{position:relative; overflow:hidden;}
.blog-left .blog-image img  { width:100%; height:100%; padding:0; border:none; } 
.blog-right {
    width: 100%;
	padding: 12px 0;
    text-align: left;
    float: left;
}
.blog-right h4{
	margin-top: 0px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    clear: both;
    color: #888888;
}
.blog-right h4 a{ 
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.7px;
    padding-top: 8px;
    color: #888888;
}
.view-blog { float:left; width:100%; text-align:left; margin:0 0 10px; }
.read-more { float:left; text-transform:capitalize }
.read-more a{ font-weight: 500; }
.read-more .fa{display:none;}

.write-comment { float:right; }
.date-time {
	float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
#content #blog-carousel .product-block .date-comment .blog-day, 
#content #blog-grid .product-block .date-comment .blog-day {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
.date-comment .fa { padding-right: 5px; }
.date-time .fa { 
    color: #000000;
    font-size: 14px;
    display: none;
}

.blog_default_width{ width:390px;}
.blog-desc { 
    color: #888888;
    font-size: 13px;
    letter-spacing: .8px;
    line-height: 20px;
    font-weight: 400;
    clear: both;
}
.blog-img { padding: 0px; }
.blog-right-content .blog-desc {
    margin: 0 0 15px;
}
.comment-wrapper {
    display: inline-block;
    position: relative;
    float: right;
    margin: 0;
	color: #262626;
}
.comment-wrapper .write-comment a::before {
    color: #262626;
    content: "\f0e5";
    float: left;
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 7px;
}

.blog-img .img-thumbnail{border:none}
.blogs .customNavigation { 
    opacity: 0;
	top: 40%;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;  
}
.blogs:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blogs {
    float: left;
    width: 100%;
    clear: both;
    margin: 40px 0px 15px;
}
.blogs .product-items{ width: 600px; }

#blog-carousel, #content #blog-grid { 
	padding:0px; 
	border:none;  
	overflow: visible
}
#blog-carousel .blog-item { float:left; width: 100%; }
#blog-grid .product-block{margin:0 0 50px 0; }
#blog-carousel .product-block, #blog-grid .product-block {
    margin: 15px 15px;
}
#blog-carousel .product-block .product-block-inner:before, 
#blog-grid .product-block .product-block-inner:before, 
#blog-carousel .product-block .product-block-inner:after, 
#blog-grid .product-block .product-block-inner:after {
    border: 0;
}
#blog-carousel .owl-pagination { bottom:-5px; display:none}

#blog-carousel .product-block .write-comment, 
#blog-grid .product-block .write-comment{
	float: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}
#blog-carousel .product-block .blog-image img, 
#blog-grid .product-block .blog-image img{
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
#blog-carousel .product-block:hover .blog-image img, 
#blog-grid .product-block:hover .blog-image img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.information-blogger .single-blog h1{  
	font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 18px;
}
.single-blog .blog-img{position:relative; margin-bottom:20px;}
.single-blog .panel-default{border:medium none;}
#add-comment .col-sm-10.buttons {
    padding: 0 8px;
}
.single-blog .blog-desc { padding-bottom:10px; }
.single-blog .block-title h3{  padding-top:10px; }
.single-blog .view-comment .panel-default { 
    box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	background-color: #fff;
	border:1px solid #e5e5e5;
	border-bottom:2px solid #e5e5e5; 
	padding:15px;
}
.view-comment .col-sm-3 .name{font-weight:500; color:#262626;}
.view-comment .col-sm-3 .date{color: #4a9a80;}
.single-blog .view-comment .name, .single-blog .view-comment .date, .single-blog .view-comment .comment-text, .single-blog .view-comment .col-sm-3 {
    width: 100%;
}
.user_icon {
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
    float: left;
    margin: 0px 15px 0 0;
    padding: 10px 15px;
	text-align:center;
}
.comment_info{float:right; width:83%; }
.comment_info .comment-text{margin-top:12px;}
.view-comment{clear:both;}


/*Codezeel Blog light-box CSS */ 

.all-blog .blog-left-content:hover .post-image-hover,
.blogs .product-block:hover .post-image-hover {
	background: rgba(0, 0, 0, 0.2);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
	-ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
	-o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
}

.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
	left:0;
     transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
    width: 100%;
}

.blog-image .post_hover {
    bottom: 0;
    height: 51px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
    width: 105px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.blogs .product-block:hover .post_hover{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-kkhtml-opacity:1; 
	
}
.product-block .blog-left:hover .zoom, .product-block .blog-left:hover .readmore_link,
.all-blog .blog-left-content:hover .zoom, .all-blog .blog-left-content:hover .readmore_link{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-kkhtml-opacity:1;
}
.blog-image .icon.readmore_link{	
	margin-left: 1px;
}
.blog-left-content .blog-image .icon,
.blog-left .blog-image .icon{
	display: inline-block;
    float: none;
    height: 50px;
    background: #4a9a80;
    width: 50px;
    line-height: 15px;
    border: 2px solid #4a9a80;
    color: #ffffff;
    font-size: 14px;
    padding: 16px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    text-align: center;
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
}
#blog-carousel .product-block:hover .blog-left-content .blog-image .icon, 
#blog-carousel .product-block:hover .blog-left .blog-image .icon {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.blog-left-content .blog-image .icon:hover,
.blog-left .blog-image .icon:hover{
	color: #ffffff; 
	border-color: #000000; 
	background: #000000;
}
.blog-item:hover .blog-image .post_hover a.icon.zoom {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.blog-item:hover .blog-image .post_hover a.icon.readmore_link {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.all-blog .blog-left-content { float:left;  width:100%; }

.all-blog .blog-left-content .blog-image { float:left; position:relative; }

.blog-right-content {
    clear: both;
    float: left;
    width: 100%;
}

.blog-left-content .blog-title {
    font-size: 20px;
    font-weight: 600;
	margin: 10px 0 15px;
	padding: 0 0 10px;
	position: relative;
	text-transform: capitalize;
}
.blog-left-content .blog-title a{ color: #000; }

.blog-right-content .read-more a:hover::after {
    color: #fff;
}
.blog-right-content .read-more a:hover{
	color:#fff;
	background-color: #4a9a80;
	border-color:#4a9a80;
}
.blog-right-content .write-comment,
.blog-right-content .write-comment a {
    color: #262626;
}
.blog-right-content .write-comment a:hover,
.blog-right-content .write-comment a:hover:before{color:#4a9a80;}
.write-comment-count{float:left; margin-right:15px;}
.information-blogger-blogs .write-comment {
    float: left;
}

.information-blogger-blogs .blog-image img {
    display: none;
}
.all-blog .blog-right-content {
    padding: 15px 0px 12px;
}

.information-blogger-blogs .blog-image {
    margin-bottom: 0px;
    background-position: center center;
    height: 400px;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
}

.information-blogger-blogs .panel-body{
	padding: 0 0 20px 0;
    position: relative;
    border-bottom: 1px solid #ededed;
}

.information-blogger-blogs .panel-default {
    border: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
	background-color:transparent;
}

.information-blogger-blogs .panel-default > .panel {  }

.information-blogger-blogs .panel-default:last-child{margin-bottom:0px; }

.blog-left-content:hover .post-image-hover::before {
    opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
}

.date-comment{
	width: 100%;
    padding: 15px 0 10px; 
    float: left; 
	z-index:9;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}	
.date-comment a {color: #fff; }
.blog-date-comment{
	margin-bottom: 5px;
	float: left;
    width: 100%;
	padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.blog-date{ color: #4a9a80; padding-bottom: 10px; float:left; width: 100%; }
.blog-date-comment .blog-date {
   float: left;
   padding-bottom: 0px;
   width: auto;
}
.blog-date:before{
    color: #4a9a80;
    content: "\f073";
    float: left;
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 7px;
}
#content #blog-carousel .product-block .date-comment, #content #blog-grid .product-block .date-comment{
    padding: 0;
    color: #888;
    background: #ffffff;
    display: block;
    width: 100%;
    position: relative;
    top: 0px;
    line-height: 26px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}
#content #blog-carousel .product-block .blog-right h4 a:hover,
#content #blog-grid .product-block .blog-right h4 a:hover {
	color: #4a9a80; 	
}
#blog-carousel .product-block:hover .date-comment .date-time, 
#content #blog-grid .product-block:hover .date-comment .date-time {
    color: #4a9a80;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.comment-wrapper .write-comment a:hover, .comment-wrapper .write-comment a:focus, .comment-wrapper .write-comment a:hover::before{}

.information-blogger-blogs .read-more {
    float: right;
    margin: 0px 0 0;
}
.all-blog .blog-left-content:hover .post_hover {
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-kkhtml-opacity:1; 
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#add-comment .col-sm-10 {
    width: 66.6667%;
}

#add-comment .col-sm-2 {
    width: 25%;
}

.blogs .buttons,#blog-carousel .owl-pagination{display:none}

/*Codezeel Blog light-box CSS */ 

/*Codezeel Blog CSS */ 

/* Datetimepicker Css */
.bootstrap-datetimepicker-widget {
	border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -khtml-border-radius:0 !important;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
border-radius:0 !important;
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
-khtml-border-radius:0 !important;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover{
	background: #000 !important;
    color: #fff;
}

.bootstrap-datetimepicker-widget td.today:before {border-bottom: 7px solid #262626 !important;}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover{
	background-color:#262626 !important;
	color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td.active.today:before {
	border-bottom-color:#161b1e !important;
}

.bootstrap-datetimepicker-widget td span {
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -khtml-border-radius:0 !important;
    background-color: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span:hover {background: #4a9a80 !important; color:#FFFFFF}

.bootstrap-datetimepicker-widget td span.active {
	background-color: #4a9a80 !important;
    color: #FFFFFF !important;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
background:#f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span.old:hover{color:#fff !important}

.picker-switch.accordion-toggle .btn{border:none; background-color:#262626; color:#fff}

.bootstrap-datetimepicker-widget td.day{position:relative;}

.bootstrap-datetimepicker-widget td.day.active:before {
    border-bottom: 7px solid #fff !important;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-top-color: rgba(0,0,0,.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}


.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #262626 !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget a[data-action]{border:none;}
/* End Datetimepicker Css */

.product-block .image .hover-image, #column-right .image .hover-image, #column-left .image .hover-image{
	left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
	-webkit-transform: translatex(-110%);
    -moz-transform: translatex(-110%);
    -ms-transform: translatex(-110%);
    -o-transform: translatex(-110%);
    transform: translatex(-110%);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.product-block:hover .image .hover-image {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
	-webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.product-block .image:hover .hover-image, #column-right .image:hover .hover-image, #column-left .image:hover .hover-image{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	-webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

#form-review .col-sm-2, #form-review .col-sm-10{width:100%;}
.container h1, .container h2{
	font: 600 20px/26px 'Roboto', sans-serif;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 25px;
}
#product-category h1.page-title {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
}
#content h3 {color:#000; margin-bottom:15px; font-weight: 500;}
#form-review > h3{font-size:16px; font-weight: 600;}
#content h3.product-title{     
    font-size: 24px;
    font-weight: 400;
    padding: 10px 0 15px;
    color: #000000;
    border-bottom: 1px solid #dfdfdf;
    line-height: 32px;
}
#content h3.product-title, #content h3.product-option{margin-bottom:17px;}
#content h3.product-option { text-transform:capitalize; font-size:18px; }
.breadcrumb + .row {
    clear: both;
}
#content table thead tr td{
	background:#f8f8f8 none repeat scroll 0 0;
	color:#262626;
	font-weight: 600;
}
.zoomWindowContainer .zoomWindow {
}
.account-account #content ul.list-unstyled{margin-bottom:25px; }
.content-top .container{ padding-top:0px; }
#carousel-0.banners-slider-carousel .container{  position: relative; }

/* QUCIK-VIEW */

.productpage-quickview .product-left { width:50%; float:left; }
.productpage-quickview .product-right { width:50%; float:left; clear:none !important; }
.productpage-quickview h3.product-title {
  
}
.quickview .product-right ul li.discount, .quickview .product-right ul li.rewardpoint, .quickview .product-right ul li.price-tax { clear:both; }
.quickview { background:#FFFFFF; padding:15px 0; display:inline-block; width:100%; }
.quickview .container { width:100%; background:#FFFFFF; padding:0 10px; }
.quickview .container .row { margin:0; }
.quickview .top_button { display:none; }
.quickview #product2 { float:left; width:100%; }
.quickview #product2 h3 { width:100%; } 
.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
	color:#262626;
}

.quickview-button  {
	display: inline-block;
	height: 34px;
    width: 34px;
    vertical-align: top;
}
.quickview-button a.quickbox {
    display: inline-block;
    height: 34px;
    width: 34px;
    padding: 5px;
    transition: none;
    color: #000000;
}
.quickview-button a.quickbox:hover { 
	color: #4a9a80;
} 	
.quickview-button a.quickbox .fa { font-size: 20px; }
.product-block.product-thumb a.quickbox {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (max-width: 767px) {  	
	.quickbox { display:none; }
	.quickview-button { display:none; }
}

.alert.alert-success.animated{
	width:100%; 
	height:70px; 
	text-align:center;
	vertical-align:middle; 
	padding:20px 20px; 
	opacity:0.95 !important; 
	-webkit-opacity:0.95 !important; 
	-moz-opacity:0.95 !important; 
	-khtml-opacity:0.95 !important; 
	background-color: #303030  !important;
    border-color: #303030 !important;
    color: #fff !important;
}
.alert.alert-success.animated span{font-size:16px !important;}
.alert.alert-success.animated span a{color:#fff; text-decoration:underline; }
.alert.alert-success.animated span .fa.fa-check-circle{color:#9bcf85;}
.alert.alert-success.animated button.close{
	opacity:1; 
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	color:#fff;
}
.account-login .well .form-group a, .affiliate-login .well .form-group a{line-height:30px;}

.form-group.qty {
    clear: both;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
#button-cart,#button-cart2, .productpage .form-group.qty .wishlist, .productpage .form-group.qty .compare, .quickview .form-group.qty .wishlist, .quickview .form-group.qty .compare {float:left;}
.productpage .form-group.qty .wishlist, .quickview .form-group.qty .wishlist {margin:0 5px;}

.owl-carousel .item .image-container{float:left;}


/*********************  SUB Banner homepage    ********************/

#czsubbannercmsblock {
    padding: 35px 0 50px;
    clear: both;
    overflow: hidden;
    margin: 0px;
}
#czsubbannercmsblock .subbanners {
    margin: 0 -6px;
}
#czsubbannercmsblock .subbanners .one-third {
    float: left;
    width: 33.33%;
    padding:0 5px;
    overflow: hidden;
}
#czsubbannercmsblock .subbanners .one-third .subbanner {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
}

#czsubbannercmsblock .subbanners .subbanner img {
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
#czsubbannercmsblock .subbanners .subbanner:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
#czsubbannercmsblock .subbanners .subbanner a.banner-anchor {
    position: relative;
    display: block;
}
#czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-detail {
    position: absolute;
    top: 19px;
    text-align: left;
    left: 19px;
    color: #ffffff;
    letter-spacing: 0.5px;
}
#czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-detail .offer-title {
    color: #d60606;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-detail .main-title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .subbanner-detail {
    top: auto;
    bottom: 25px;
    text-align: center;
    left: 0;
    right: 0;
}
#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .subbanner-detail .main-title {
    padding-top: 5px;
    padding-bottom: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .subbanner-detail .offer-title,
#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2:hover .subbanner-detail .offer-title {
    transform: none;
}
#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2:hover .subbanner-detail .main-title {
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-detail .shop-button a {
    color: #4a9a80;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: underline;
}
#czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-detail .shop-button:hover a {
    color: #000000;
    text-decoration: none;
}
#czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-detail .offer-title,
#czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-detail .main-title {
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
#czsubbannercmsblock .subbanners .one-third .subbanner:hover .subbanner-detail .main-title {
    transform: translateY(-28px);
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    -o-transform: translateY(-28px);
    -moz-transform: translateY(-28px);
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
 
#czsubbannercmsblock .subbanners .one-third .subbanner:hover .subbanner-detail .offer-title {
    transform: translateY(28px);
    -webkit-transform: translateY(28px);
    -ms-transform: translateY(28px);
    -o-transform: translateY(28px);
    -moz-transform: translateY(28px);
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

@media (max-width: 991px) {
    #czsubbannercmsblock{
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
@media (max-width: 700px) {
    #czsubbannercmsblock .subbanners .subbanner{
        display:inline-block;
    }
    #czsubbannercmsblock .subbanners { margin: 0px; }
    #czsubbannercmsblock .subbanners .one-third {
        width: 100%;
        text-align: center;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }
    #czsubbannercmsblock .subbanners .one-third.subbanner-part3 {
        margin-bottom: 0px;
    }
}



/*********************  CMS Banner homepage    ********************/

#czbannercmsblock {
    float: left;
    width: 100%;
    padding: 0px 0;
    overflow: hidden;
    clear: both;
    position: relative;
	margin-bottom:30px;
}
#czbannercmsblock .container .czbanner_container {
    padding: 70px 80px 70px;
    overflow: hidden;
    background: #fff;
}
#czbannercmsblock .cmsbanners {
    margin: 0 -14px;
}
#czbannercmsblock .cmsbanners .one-fourth {
    float: left;
    overflow: hidden;
    vertical-align: top;
    padding: 0 14px;
    width: 23.7%;
}
#czbannercmsblock .cmsbanners .one-fourth.cmsbanner-part1{
    width: 26.5%;
}
#czbannercmsblock .cmsbanners .one-fourth.cmsbanner-part4 {
    width: 26.1%;
}
#czbannercmsblock .cmsbanners .one-fourth .cmsbanner.cmsbanner1, 
#czbannercmsblock .cmsbanners .one-fourth .cmsbanner.cmsbanner4, 
#czbannercmsblock .cmsbanners .one-fourth .cmsbanner.cmsbanner6 {
    margin-bottom: 30px;
}
#czbannercmsblock .cmsbanners .one-fourth .cmsbanner {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
}
#czbannercmsblock .cmsbanners .one-fourth .cmsbanner .cmsbanner-text {
    position: absolute;
    text-align: left;
    bottom: -50px;
    z-index: 1;
    left: 0;
    right: auto;
    padding: 10px 15px;
    background: #ffffff;
    opacity:0;
    filter: alpha(opacity=0);
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
}
#czbannercmsblock .cmsbanners .one-fourth .cmsbanner:hover .cmsbanner-text {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
}
#czbannercmsblock .cmsbanners .one-fourth .cmsbanner .cmsbanner-text .cms-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .2px;
    color: #000000;
}
#czbannercmsblock .cmsbanners .one-fourth .cmsbanner .cmsbanner-text .quantity-title {
    font-size: 13px;
    letter-spacing: .7px;
    color: #888888;
}
#czbannercmsblock .cmsbanners .one-fourth .cmsbanner .cmsbanner-text .cms-title:hover{
    color: #4a9a80;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#czbannercmsblock .cmsbanners .one-fourth .cmsbanner-inner .cmsbanner img {
    max-width: 100%;
}
#czbannercmsblock .cmsbanners .cmsbanner a:before {
    background:rgba(0, 0, 0, 0.4);
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#czbannercmsblock .cmsbanners .cmsbanner:hover a:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#czbannercmsblock .cmsbanners .one-fourth .cmsbanner-inner .cmsbanner .banner-anchor {
    display: block;
    position: relative;
    overflow: hidden;
}
@media (max-width:1199px){
    #czbannercmsblock .cmsbanners .one-fourth {
        padding: 0 10px;
    }
    #czbannercmsblock .cmsbanners {
        margin: 0 -10px;
    }
    #czbannercmsblock .cmsbanners .one-fourth .cmsbanner.cmsbanner1, 
    #czbannercmsblock .cmsbanners .one-fourth .cmsbanner.cmsbanner4, 
    #czbannercmsblock .cmsbanners .one-fourth .cmsbanner.cmsbanner6 {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) and (min-width: 767px) {
    #czbannercmsblock .cmsbanners .one-fourth .cmsbanner .cmsbanner-text {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }
    #czbannercmsblock .cmsbanners .one-fourth .cmsbanner .cmsbanner-text .cms-title {
        font-size: 14px;
        line-height: 18px;
    }
    #czbannercmsblock .cmsbanners .one-fourth .cmsbanner .cmsbanner-text .quantity-title {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    #czbannercmsblock .cmsbanners .one-fourth {
        padding-left: 10px;
        padding-right: 10px;
    }
    #czbannercmsblock .cmsbanners {
        margin: 0 -10px;
    }
    #czbannercmsblock {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    #czbannercmsblock .cmsbanners .one-fourth,
    #czbannercmsblock .cmsbanners .one-fourth.cmsbanner-part4,
    #czbannercmsblock .cmsbanners .one-fourth.cmsbanner-part1 {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #czbannercmsblock .cmsbanners .one-fourth .cmsbanner {
        margin-bottom: 20px;
    }
    #czbannercmsblock .cmsbanners {
        margin: 0;
    }
    #czbannercmsblock .cmsbanners .one-fourth.cmsbanner-part3 {
        margin-bottom: 0;
    }
    #czbannercmsblock .cmsbanners .one-fourth .cmsbanner.cmsbanner7 {
        margin-bottom: 0;
    }
}
@media (max-width:380px){
    #czbannercmsblock .cmsbanners .one-fourth .cmsbanner .cmsbanner-text .main-title {
        font-size: 22px;
    }
}

/*********************  about CMS block homepage    ********************/ 

#czaboutcmsblock {
    float: left;
    width: 100%;
    position: relative;
    clear: both;
    margin: 80px 0px 20px;
}
#czaboutcmsblock .about-store-inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 18px 18% 0px;
}
#czaboutcmsblock .about-store-inner .aboutus-text {
    color: #888888;
    letter-spacing: 0.7px;
}
@media (max-width: 1259px) {
    #czaboutcmsblock .about-store-inner {
        padding-left: 12%;
        padding-right: 12%;
    }
}
@media (max-width: 1199px) {
    #czaboutcmsblock .about-store-inner {
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media (max-width: 991px) {
    #czaboutcmsblock {
        margin-top: 48px;
    }
    #czaboutcmsblock .about-store-inner {
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
}


/*********************  CMS Video homepage    ********************/

#czvideocmsblock {
    width: 100%;
    max-height: 680px;
    overflow: hidden;
    position: relative;    
    padding: 40px 0;
}
#czvideocmsblock .parallax.czparallax_2 {
    padding: 130px 0 46px;
    min-height: 600px;
}
video {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin-bottom: 0;
}
.static-wrapper {
    display: block;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    letter-spacing: 0;
    top: 45px;
    left: 0;
    right: 0;
    opacity: 1;
}
.cms-banner-inner .static-wrapper {
    top: 36%;
    bottom: auto;
    opacity: 1;
    padding: 0;
}
.video_title.box-heading {
    font-size: 55px;
    color: #ffffff;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.9);
    margin-bottom: 40px;
}
.video_title.box-heading:after { display: none; }
.cms-banner-inner .static-inner {
    display: block;
    position: relative;
}
.static-wrapper .link-text {
    background: url(../images/play.png) no-repeat scroll center center;
    font-size: 0;
    padding: 0 0 0 0;
    height: 115px;
    width: 115px;
    margin: 0;
    display: inline-block;
}
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
    transform: translate(-50%,-50%);
}
#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 12px 6px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}
.boxclose::before {
    content: "X";
    font-size: 18px;
}
@media (max-width: 1259px) {
    #czvideocmsblock .parallax.czparallax_2 { min-height: 480px; }
}
@media (max-width: 1199px) {
    .cms-banner-inner .static-wrapper { top: 28%; }
    .video_title.box-heading {
        font-size: 42px;
        margin-bottom: 30px;
    }
    #czvideocmsblock .parallax.czparallax_2 { min-height: 350px; }
}
@media (max-width: 991px) {
   .cms-banner-inner .static-wrapper {
        top: 30%;
    }
    #czvideocmsblock {
        padding: 20px 0;
    }
    .static-wrapper .link-text {
        background-size: 100%;
        height: 65px;
        width: 65px;
    }
}
@media (max-width: 575px) {
    .video_title.box-heading {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 37px;
    }
    .static-wrapper .link-text {
        height: 45px;
        width: 45px;
    }
    #czvideocmsblock .parallax.czparallax_2 {
        min-height: 300px;
    }
}

/*-------------------------- Start Home page Service CMS Block -------------------------------*/

#czservicecmsblock {
    float: left;
    width: 100%;
    clear: both;
    margin: 60px 0 40px;
}
#czservicecmsblock .service_container {
    color: #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px auto;
}
#czservicecmsblock .service_container .service-area {
    padding:0;
    float: left;
    width: 100%;
}
#czservicecmsblock .service_container .service-area .service-fourth {
    float: left;
    width: 24%;
    padding: 0px 30px;
    position: relative;
    text-align: center;
}
#czservicecmsblock .service_container .service-area .service-fourth.service2, 
#czservicecmsblock .service_container .service-area .service-fourth.service3 {
    width: 26%;
}
#czservicecmsblock .service_container .service-area .service-fourth:after {
    content: "";
    position: absolute;
    border-right: 1px solid #e6e6e6;
    height: 124px;
    top: 0px;
    right: 0px;
}
#czservicecmsblock .service_container .service-area .service-fourth:last-child:after {
    border: 0;
}
#czservicecmsblock .service_container .service-area .service-fourth.service1 {
    padding-left: 0;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-icon {
    background: url(../images/service-icon.png) no-repeat scroll;
    margin-top: 0px;
    height: 60px;
    width: 60px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#czservicecmsblock .service_container .service-area .service-fourth.service1 .icon1 {
    background-position: center -120px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service1:hover .icon1 {
    background-position: center 6px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service2 .icon2 {
    background-position: center -373px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service2:hover .icon2 {
    background-position: center -247px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service3 .icon3 {
    background-position: center -625px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service3:hover .icon3 {
    background-position: center -499px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service4 .icon4 {
    background-position: center -877px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service4:hover .icon4 {
    background-position: center -751px;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content {
    margin-top: 3px;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
#czservicecmsblock .service_container .service-area .service-fourth:hover .service-content .service-heading {
    color: #4a9a80;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-description {
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    letter-spacing: 0.7px;
    margin-top: 4px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service4 {
    padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1259px) {
    #czservicecmsblock .service_container .service-area .service-fourth {
        padding-left: 10px;
        padding-right: 10px;
        text-align:center;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    #czservicecmsblock .service_container .service-area .service-fourth .service-content .service-description {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    #czservicecmsblock {
        margin-top: 30px;
    }
    #czservicecmsblock .service_container .service-area .service-fourth {
        width: 50%;
        padding: 0;
    }
    #czservicecmsblock .service_container .service-area .service-fourth.service2, 
    #czservicecmsblock .service_container .service-area .service-fourth.service3 {
        width: 50%;
    }
    #czservicecmsblock .service_container .service-area .service-fourth:after {
        border-right: 0;
    }
    #czservicecmsblock .service_container .service-area .service-fourth.service1, 
    #czservicecmsblock .service_container .service-area .service-fourth.service2 {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 575px) {
    #czservicecmsblock .service_container .service-area .service-fourth,
    #czservicecmsblock .service_container .service-area .service-fourth.service2 {
        width: 100%;
    }
    #czservicecmsblock .service_container .service-area .service-fourth.service3 {
        width: 100%;
        margin-bottom: 22px;
    }
}



/*-------------------------- Start Home page testimonial Parallax Block -------------------------------*/


#cztestimonialcmsblock {
    position: relative;
    margin-bottom: 20px;
    margin-top: 25px;
    float: left;
    width: 100%;
    clear: both;
}
#cztestimonialcmsblock .testimonial_container {
    margin: 0px auto;
    text-align: center;
}
#cztestimonialcmsblock .testimonial_container .testimonial_wrapper {
    float: left;
    width: 100%;
/*    background: url(../images/testimonial-bkg.jpg) repeat scroll top center;*/
	background:#f3f3f3;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area #testimonial-carousel {
    padding: 0;
    margin: 0;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel .slider-item {
    overflow: hidden;
    padding: 0;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel .slider-item .cms_face .testimonial-image {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-bottom: 25px;
    border: 3px solid #ffffff;
    background: #ffffff;
    vertical-align: top;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel .slider-item .cms_face .testimonial-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    max-width: 100%;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel .slider-item .title {
    text-align: center;
    padding-bottom: 12px;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel .slider-item .quote_img {
    background: transparent url(../images/quote.png) no-repeat scroll 0 0;
    width: 30px;
    height: 25px;
    display: inline-block;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel .slider-item .cms_face .name a,
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel .slider-item .cms_face .subheading {
    color: #000000;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel .slider-item .cms_face .name a:before {
    content: "-";
    margin-right: 3px;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel .slider-item .product_inner_cms .des {
    color: #888888;
    position: relative;
    letter-spacing: 0.7px;
    line-height: 28px;
    padding: 0px 19%;
}
#cztestimonialcmsblock .testimonial_container .owl-controls {
    text-align: center;
    clear: both;
    padding-top: 36px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page {
    margin: 0px 4px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}
#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page span {
    width: 40px;
    height: 2px;
    display: block;
    border: 0;
    background: #bfbfbf;
    cursor: pointer;
    margin: 2px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    text-indent: -9999px;
    -webkit-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -moz-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -o-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
}
#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page:hover span,
#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page.active span {
    background: #4a9a80;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
#cztestimonialcmsblock .customNavigation {
    top: 48%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    left:0;
    display:none;
}

@media (max-width: 1199px) {
    #cztestimonialcmsblock .testimonial_container .testimonial-area {
        padding-top: 40px;
        padding-right: 15px;
        padding-bottom: 40px;
        padding-left: 15px;
    }
    #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel .slider-item .product_inner_cms .des {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 991px) {
    #cztestimonialcmsblock {
        margin-top: 18px;
    }
}
@media (max-width: 767px)  {    

}

/*-------------------------- Start Home page Instagram Block -------------------------------*/

.box.instagram{
    float: left;
    width: 100%;
    clear: both;
    margin: 40px 0px 30px;
    position: relative;
    overflow: hidden;
}
.box.instagram .box-heading {
    font-size: 30px;
    letter-spacing: 0.4px;
    margin-bottom: 50px;
}
.box.instagram .instagramblock {
    position: relative;
    overflow: hidden;
    margin: 0 -10px;
}
.box.instagram .box-heading:after {
    margin-top: 8px;
}
.cz_instagramblock .instagramblock .instagram_list .instagram_item a{
    display: block;
    position: relative;
}
.cz_instagramblock .instagramblock .instagram_list .instagram_item  a:before  {
   content: "\f16d";
    font-size: 30px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 46%;
    margin: -3px -5px 0 0;
    color: #000000;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: "FontAwesome";
    vertical-align: middle;
    padding-right: 5px;
}
.cz_instagramblock .instagramblock .instagram_list .instagram_item:hover a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.cz_instagramblock .instagramblock .instagram_list .instagram_item a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px,-100px) rotate(180deg);
    -ms-transform: translate(460px,-100px) rotate(180deg);
    transform: translate(460px,-100px) rotate(180deg);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.cz_instagramblock .instagramblock .instagram_list .instagram_item:hover a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.cz_instagramblock .instagramblock .instagram_list .instagram_item{
    margin: 0px 10px;
    overflow: hidden;
    position: relative;
}
.cz_instagramblock .instagramblock .instagram_list .instagram_item  img {
    max-width: 100%;
}
.cz_instagramblock .instagramblock .customNavigation a.prev{ left: 15px;}
.cz_instagramblock .instagramblock .customNavigation a.next{ right: 15px; }

@media (max-width: 1460px) {
    .cz_instagramblock .instagramblock .instagram_list .instagram_item .insta_caption {
        top: 25%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1460px) {
    .cz_instagramblock .instagramblock .instagram_list .instagram_item .insta_caption {
        top: 20%;
    }
}
@media (max-width: 991px) {
    .box.instagram {
        margin-top: 30px;
    }
    .box.instagram .box-heading {
        font-size: 28px;
        margin-bottom: 30px;
    }
}


/**********		Responsive css start	***********/

@media (max-width: 1259px){
    .product-info .image-additional { width: 360px; }
}
@media (max-width: 1199px) {
	.headertop-inner {
		width: 68%;
	}
	.main-menu ul > li > a, .hiden_menu li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
    #search .search_button {
        display: block;
    }
    #search .search_toggle {
        display: none;
        top: 62px;
    }
    #search .search_button:hover {
        background-position: center -137px;
    }
    #search:after {
/*        content: "";*/
/*        position: absolute;*/
/*        border-right: 1px solid #ededed;*/
/*        right: -3px;*/
/*        height: 80px;*/
/*        top: -18px;*/
    }
    #search .search_toggle:after {
        border-right: 0;
    }
    #search .input-lg {
        border: 2px solid #4a9a80;
    }
    .product-layout.product-grid {
        width: 33.33%;
    }
    .newsletter .news-description {
        padding-left: 80px;
        font-size: 20px;
    }
    #footer .column.footerleft {
        padding-right: 30px;
    }
    .layout-2.left-col #column-left {
        padding-right: 25px;
    }
    #column-left:before {
        right: 10px;
    }
    #column-left .product-items .product-details, #column-right .product-items .product-details{
        float: left;
    }
    .checkout-cart .table.table-bordered .input-group-btn {clear: both; margin: 5px 0 0; float: left;}
    .checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin-left:0; margin-right:5px;}
}

@media (max-width: 991px){
    body {
        padding: 0px;
    }
    .headertop-inner.fixed .responsive-menu .nav-responsive .expandable {
        width: 20px;
    }
    .headertop-inner.fixed .responsive-menu .nav-responsive .expandable:before {
        left: 20px;
        top: 12px;
    }
    .header-main .header-top-inner .responsive-menu .main-navigation {
        width: 300px;
    }
    body.active:before {
        left: 300px;
    }
    .header-logo {
/*        padding-top: 10px;*/
/*        padding-bottom: 12px;*/
    }
    .header-logo img {
        max-height: 52px;
    }
    .header-cart #cart {
        padding-left: 20px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 12px;
    }
    #cart .cart_heading {
        height: 30px;
        width: 30px;
    }
    #cart .dropdown-toggle {
        font-size: 0;
        padding: 0;
    }
    .header-cart #cart > .btn #cart-quantity {
        display: block;
    }
    #cart .dropdown-toggle:after {
        font-size: 0;
        padding: 0;
    }
    .dropdown.myaccount {
        margin-bottom: 8px;
		margin-right:0;
    }
    header .dropdown.myaccount > a {
        font-size: 0;
        width: 35px;
    }
    header .dropdown.myaccount > a:before {
/*        content: "\f2c0";*/
/*        font-family: "FontAwesome";*/
		content:"";
		background:#fff;
		-webkit-mask-image:url(../images/user.svg);-moz-mask-image:url(../images/user.svg);-ms-mask-image:url(../images/user.svg);-o-mask-image:url(../images/user.svg);mask-image:url(../images/user.svg);
        font-size: 26px;
        color: #fff;
		width:25px;
		height:25px;
		display:inline-block;
		position:relative;
		-webkit-background-size: 100%;
		background-size: 100%;
    }
    header .dropdown.myaccount > a:hover:before {
        color: #4a9a80;
    }
    .dropdown.myaccount .fa {
        font-size: 0;
        padding: 0;
    }
	#search{padding-top:6px;padding-bottom:7px;background:#65a993;}
    .hometab, .categorytab {
        margin-top: 42px;
        margin-bottom: 10px;
    }
    .box-heading {
        font-size: 28px;
		line-height: 35px;
    }
    #tabs_info {
        margin-bottom: 25px;
    }
    #tabs_info .nav-tabs, .etabs {
        margin-top: 8px;
        margin-bottom: 5px;
    }
    #tabs_info .nav-tabs a, .nav-tabs a, .htabs a, .categorytab .nav-tabs a {
        padding-left: 18px;
        padding-right: 18px;
    }
    .layout-2.left-col #column-left {
        padding-right: 15px;
    }
    #column-left:before {
        right: 0;
        border: 0;
    }
    #column-left .box, #column-right .box {
        margin-bottom: 20px;
    }
    .box .box-content ul li .hitarea {
        right: 0;
    }
	#top-links ul.list-inline li{padding: 0 7px 0 0px}
	.main-menu ul > li > a{padding:16px 20px 15px;}
	.main-menu ul > li:first-child > a{padding:16px 20px 15px 8px;}
	.col-md-6.result-info {
		float: left;
		padding: 0 15px;
		position: relative;
		width: 70%;
	}
	.col-md-3.row-result-search-autocomplete-image {
		float: left;
		width: auto;
	}	
    .box.featured { margin-top:30px; }
	.category_img img{max-width:100%;}
	.cat-desc{width:55%;}
	.category .image{width:45%}
	.blog-left .blog-image img{height:auto; width:100%;}
	.lang-curr{margin-left:0;}	
	.categoryblock{width:50%;}
	#banner0 img, #banner1 img, #banner2 img{max-width:100%;}
	.common-home .category-left-box .box-content { display:none; }
	.catgory-left { position:absolute; z-index:3; width:270px; padding:0; }
	.address_content { padding-right:35px; }
	.manufacture_block > ul { width:90%; }
	.box-category-heading { width:211px; }
	.common-home .box-category-heading { width:270px; }
	.common-home #nav-one > li > .dropdown-menu { left:268px; }
	#nav-one > li > .dropdown-menu { left:168px; }
	p.powered, .bottomfooter .paiement_logo_block{
		float:none;
     	text-align: center;
	}
    .social-block {
        margin-top: 20px;
        float: none;
        text-align: center;
        margin-bottom: -10px;
    }
    #footer .column .social-block li {
        margin-bottom: 0;
    }
    .bottomfooter .container .footer-inner {
        padding-top: 0;
        border-top: 0;
    }
    .bottomfooter .paiement_logo_block { 
        padding-top: 15px;
        padding-bottom: 14px;
    }	
    .footerbefore {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .newsletter .news-description {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .newsletter .newsright {
        width: 100%;
        float: none;
    }
    #footer .column.footerleft #czfootercmsblock .footerdesc {
        margin-bottom: 25px;
    }
	.main-slider .swiper-pager div{display: none;}
	.box-category-heading { display:none; }
	.header-container{position:relative;}	
	.container, footer{ top:auto; }
    .box.category { display: none; }
	#column-left .box-product .image,
	#column-right .box-product .image {margin-right: 15px;}
	.col-md-4.btn-list-grid {margin-bottom: 10px;}	
	.pagination-right {
		clear: both;
		float: left;
		margin: 5px 0;   
	}
	.product-info .image-additional{ width: 260px; }
	.product-compare .table-bordered{
		width:100%;
		float:left;
		overflow:auto;
		display:inline;
	}
    .blogs {
        margin-top: 18px;
    }
	.viewmore {
		margin-top: 10px;
	}
	#footer .column ul {
		display: none;
	}
	#footer .column {
		width: 100% !important;
		margin-left:auto;
		margin-right:auto;
        clear: both;
        min-height: auto;
        padding-left: 15px;
        border: 0;
	}
    #footer .newsletter .news-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
	#footer .newsletter .news-description{padding-bottom: 15px;}
    #footer .newsletter .newsright {
        margin-top: 12px;
    }
	
    .footerlogo {
        margin-bottom: 10px;
    }
    .footer-blocks #footerlogo .footerdesc {
        margin-bottom: 10px;
    }
    #footer .column.footerright { 
        margin-top: 12px;
        padding-right: 15px; 
    }
    #footer .column .toggle {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #footer .footer-blocks .column .social-block ul {
        display: block;
		margin-bottom: 0;
    }
    #footer .column.contact-block { padding: 0px 15px; border: 0px; }
	#footer .column.footerleft{
        margin-bottom: 0px;
        padding-right: 15px;
    }
    #footer .column.footerleft #czfootercmsblock .footercms-inner {
        margin-bottom: 20px;
    }
    #footer .column.footerleft #czfootercmsblock img.footercms-image1 {
        margin-bottom: 8px;
        float: left;
    }
	#accordion .form-horizontal .control-label{width:100%;}
	.information-blogger-blogs .blog-image img{display:block;}	
	#search .col-sm-3.sort{width:37%;}
	.col-sm-5.t-search{width:86%; padding:10px 0; }
	.cate-heading, ul.subcats{float:none;}
	.cat-desc {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}
	.head-right-bottom  .header-cms-block{ margin: 20px 0; }
	#search .col-sm-3.sort{width:35%;}

	.layout-2.left-col #content,.layout-2.right-col #content,.layout-3 #content{width:100%; }

	.main-slider .owl-carousel{width:100%;}
	
	#footer{ margin-top: 0; box-shadow: none;}
	
	#footer .column ul{margin-bottom:15px;}
	
	#footer .column:after{content:initial;}
	.content_footer_bottom{margin-top:20px}
	.footertop-cms .subtitle{font-size:11px}
	
	.footertop-cms .title{font-size:13px}
	
	.blog-left .blog-image img{height:auto; width:100%;}
	
	.category-row{margin-left:-5px; margin-right:-5px;}
	
	.categoryblock{padding-left:5px; padding-right:5px}
	.category .image{float:none; clear:both; text-align:center}
	.category .image a{display:inline-block}
	
	.col-sm-10.subscribe-btn{ width:100%; }
	.col-sm-10.subscribe-btn{float:left; clear:both}
	.header-left{text-align:left; width:50%; padding:0; border:medium none;}
	.col-sm-4.header-logo{float: none;}
	.header-right{width:50%; border:none; padding:40px 0 0; }
	.nav-inner{display:block; color:#fff; margin-bottom:0px}
	.nav-inner-cms .box-category-heading,.nav-inner-cms .main-menu ul{display:none}
	#cms-menu {position:relative;}
	.nav-inner-cms{border:none; margin-bottom:0;}
	.content-top #content{min-height:initial;}
	.contact-info .right{float:left; clear:both; margin-top:20px}
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox,
	#column-right .single-banner, #column-left .single-banner {display: none;}
	#column-right .toggle .mobile_togglemenu, #column-left .toggle .mobile_togglemenu {
		display: block;
		cursor: pointer;
		width: 100%;
		margin-top: 0;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0px;
		left: 0;
		background:transparent none repeat scroll 0 0;
		transition: initial;
		-webkit-transition: initial;
		-moz-transition: initial;
		-ms-transition: initial;
		-o-transition: initial;
	}
	#column-right .toggle .mobile_togglemenu:before, #column-left .toggle .mobile_togglemenu:before{
		background: transparent none repeat scroll 0 0;
		color: #000000;
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 22px;
		font-weight: 400;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 0px;
		text-align: center;
		top: 0px;
		width: 20px;
	}
	#column-right .box:first-child .toggle .mobile_togglemenu:before, #column-left .box:first-child .toggle .mobile_togglemenu:before {
		color: #4a9a80;
	}
	#column-right .toggle.active .mobile_togglemenu::before, #column-left .toggle.active .mobile_togglemenu::before{
		content: "\f106";
	}

	.layout-2.left-col #column-left, .layout-2.right-col #column-right,.layout-3 #column-left, .layout-3 #column-right,#column-left,#column-right{width:100%; clear:both; padding-bottom:20px;}
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox,#column-left .box .list-group,#column-right .box .list-group{
		display:none; 
	}
	.homepage-testimonials-inner.box-content{display:none;}
	#testimonial .customNavigation a.next:hover::before, #testimonial .customNavigation a.prev:hover::before { color: #262626; }
	.result-search-autocomplete > ul > li{display:inline-block; float:left; clear:both;}
	.col-md-3.row-result-search-autocomplete-image {float: left; width: auto;}
	.col-md-6.result-info {float: left; width: 50%;}
	#banner0 img, #banner1 img, #banner2 img{max-width:100%;}
	.zoomWindowContainer .zoomWindow{height:450px !important;}
	.catgory-left { display:none; }

	#footer #contact.column h5 { display:block; }
	.footer-blocks {     
        padding-top: 40px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .block-social { float: none; text-align: center; }
	footer h5{ font-size: 16px;}
	.manufacture_block > ul { width:80%; }
	#footer #contact.column ul { margin-top:15px; width:380px; }
	.banners-slider-carousel {     
        margin-top: 25px;
        margin-bottom: 10px;
    }
	.swiper-pager-button{display:none;}
	.box.latest {
		padding-bottom: 40px;
	}
	#footer .column.footerright .paiement_logo_block {
		margin-top: 10px;
	}
	.main-slider .swiper-pagination {
		opacity: 1;
		bottom: 10px;
	}
}
		
@media only screen and (min-width: 768px) and (max-width: 991px){
	.layout-2.left-col #column-left,.layout-2.right-col #column-right{width:100%; }
	.layout-2 #content{width:77.35%;}
	#column-left .product-items .product-details, #column-right .product-items .product-details {float: left;margin: 0px 0 0;}
}

@media (max-width: 767px) {
	.layout-2 #content,.layout-3 #content{width:100%;}
	.product-info .image-additional {} 
	.product-info .image-additional a {padding: 0px;} 
	.header-left { width:100%; text-align:center; }	    
    .headertopright { float: none; display: inline-block; margin-bottom: -20px; }       
    .box.related .box-content {
        margin: 0 -15px;
    }
    .header-container.fixed .header-logo,
    .header-container.fixed .header-cart,
    .header-container.fixed .dropdown.myaccount,
    .header-container.fixed #search {
        display: none;
    }
    .header-container.fixed .header-main .header-top-inner {
        width: 100%;
        padding: 10px 15px;
        -moz-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0px 12px rgba(0, 0, 0, 0.12);
    }
    .header-container.fixed .header-main .header-top-inner nav.nav-container {
        margin-top: 0px;
        margin-left: 0;
    }
    .header-container.fixed .responsive-menu .nav-responsive span {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 2px;
        padding-left: 40px;
    }
    .header-container.fixed .responsive-menu .nav-responsive .expandable:before {
        top: 0px;
    }
    .header-container.fixed .header-main .header-top-inner .responsive-menu .main-navigation {
        padding-top: 8px;
    }
    .header-logo {
        width: 100%;
        position: static;
        padding-top: 18px;
        padding-bottom: 19px;
        border-bottom: 1px solid #65a993;
    }
    .header-main .header-top-inner nav.nav-container {
        margin-top: 1px;
    }
    .nav-responsive span, .main-menu > ul > li > a {
        padding-bottom: 2px;
        padding-left: 40px;
    }
    #search {
        float: right;
/*        margin-left: 0;*/
        margin-top: 10px;
        margin-bottom: 7px;
		padding-top:0;
		padding-bottom:0;
		background:none;
    }
    #search .search_button {
        height: 30px;
        width: 54px;
        background-position: center -95px;
    }
    #search:after {
        border: 0;
    }
    #search:before {
        height: 48px;
        top: -10px;
    }
    #search .search_toggle {
        left: auto;
        right: 0;
        top: 38px;
    }
    #search .search_button:hover {
        background-position: center -145px;
    }
    #search .search_button.active {
        background-position: center -195px;
    }
    #search .search_button.active:hover {
        background-position: center -249px;
    }
    .dropdown.myaccount {
        margin-top: 12px;
        margin-bottom: 5px;
        margin-right: 12px;
    }
    .dropdown.myaccount:before {
        height: 48px;
        top: -12px;
    }
    header .dropdown.myaccount > a {
        height: 30px;
        width: 30px;
    }
    .dropdown.myaccount .myaccount-menu {
        top: 36px;
        right: -13px;
    }
    .header-cart #cart {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    #cart .dropdown-menu {
        top: 48px;
    }
    #cznavcmsblock {
        display: none;
    }
    #top-links {
        text-align: center;
        float: none;
    }
    .lang-curr {
        float: none;
    }
	.header-logo > div{display:inline-block;}
	.btn-info {margin-bottom:3px;} 
	#input-search {margin-bottom: 8px;}
	.header-logo #logo { margin: 0px; position: static; }
	.col-sm-4.total_amount {margin-top: 20px;}	
    .wrap-breadcrumb {
        padding-top: 25px;
        padding-bottom: 25px;
    }
	.header-cart #cart:hover{background-position: 0px -166px;}
	.header-cart #cart > .btn:hover{color:#4a9a80; }
    .productpage .product-right {
        padding-top: 50px;
        padding-left: 15px;
    }
	#top-links ul.list-inline li{padding: 0 10px 0 8px}
	.checkout-cart .btn.btn-danger { margin-top: -2px !important;}
	.button_class {clear:both;}
	.show-wrapper{clear:both;margin:10px 0 0;}
	.category_filter .show {float: left; margin: 8px 10px 0 0;}
	.product-compare .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	.product-info .image, .product-info .additional-carousel { margin: 0 auto; width: 350px;}
	.breadcrumb{right:15px;}
	.information-blogger .breadcrumb{position:relative; left:0px; right:auto;}
	.blog-image .post_hover{ display: none; }
	.main-slider .owl-carousel .owl-buttons,
	.main-slider .owl-carousel .owl-pagination{ display: none; }
	.product-info .additional-carousel{width:350px}
	.addthis_toolbox.addthis_default_style{margin: 10px 0;}
	#content .category_list .filterbox{border:1px solid #e5e5e5; margin:10px 0; background-color:#fff;}
	#content .category_list .filterbox .list-group a{border:none;}	
	.checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group{margin-left: 5px; margin-right: 0;}
	.blog-left .blog-image img {
    	height: auto;
    	width: 100%;
	}
	.addtocart .fa{margin:0;}
	.headertopright .text2 span.hidden-xs,.headertopright .text2 span.hidden-sm,.headertopright .text2 span.hidden-md{display:block !important}
	.col-sm-5.header-search{width:78.7%;}
	#search .col-sm-3.sort{width: 39%; float: left;}
	.col-sm-3.header-cart{ width:9%; }	
	.owl-carousel .owl-buttons div{opacity:1 !important; -webkit-opacity:1 !important; -moz-opacity:1 !important; -khtml-opacity:1 !important;}
	.box.bestseller{padding-top:30px}
	#column-left .box.bestseller, #column-right .box.bestseller{padding-top:0px}
	.cz_newsletterdiv{ width: 100%;} 
	.news-social{ width: 100%; padding: 20px 10px 25px;}
	 footer h5, #footer .news-title{font-size: 16px;}
	.product-list .product-thumb .button-group .addtocart .fa{margin-right:10px}
	.product-list .product-thumb .image { float:left; width: 35%; }
 	#button-cart{margin-bottom:0;}
	.information-blogger-blogs .blog-image img {
    	display: inline-block;
    	max-width: 100%;
	}
	.all-blog .blog-left-content .blog-image{height:auto}

	.category_tab .nav-tabs{float: left; width: 100%; margin: 10px 0;}
	.category_tab .tab-content{clear:both}
	.category_tab .tab-pane .owl-carousel .owl-buttons div{top:-50px}
	.categoryblock{width:50%; margin-bottom: 10px;}
	.category .image{float:none; clear:none}
	.category{padding:0 10px;}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right, .layout-3 #column-left, .layout-3 #column-right, #column-left, #column-right{display:block !important;}
	#carousel-0.banners-slider-carousel .customNavigation a{
		opacity:1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity:1;
	}
	.responsive-menu.container { padding: 0!important; position:relative; width:100%; }
	.main-slider { width:100%; }
	.main-slider img { width:100%; }
	.static_links li a { padding:16px 10px 17px; }
	.header-right { text-align:center; display:none; }
	.head-right-top { float:none; margin:0 auto; display:none; }
		#content .product-carousel .product-block:hover .price, #content .product-grid .product-block:hover .price, #content .box-product .product-block:hover .price { 
    	opacity: 1 ;
    	-khtml-opacity: 1 ;
    	-webkit-opacity: 1 ;
    	-moz-opacity:1 ;
	}
    p.powered {
        padding-top: 8px;
    }
	.footerbottom-cms { width:100%; text-align:center; } 
	.top-inner .left-logo { padding-right:20px; }
	.searchbar .col-sm-3.sort { width:100%; }
	.content_header_topright { letter-spacing:0.3px; }	  
}
@media (max-width: 650px) {
    .product-layout.product-grid {
        width: 50%;
    }
}
@media (max-width: 580px) {
    .product-list .product-thumb .image {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        max-width: 252px;
        float: none;
        width: auto;
    }
    .product-list .product-details {
        float: left;
        width: 100%;
        clear: both;
    }
    .product-list .product-thumb .caption {
        padding: 15px 0;
        text-align: center;
    }
    #tabs_info .nav-tabs li a, #tabs_info .nav-tabs li.active a {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .product-list .product-block .rating.list-rate {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .header-cart #cart {
        padding-left: 8px;
        padding-right: 8px;
    }
    .dropdown.myaccount {
        margin-left: 12px;
        margin-right: 8px;
    }
    .dropdown.myaccount:before {
        left: -12px;
    }
    .dropdown.myaccount .myaccount-menu {
        right: -9px;
    }
    #search .search_button {
        width: 45px;
    }
    #tabs_info .nav-tabs a, .nav-tabs a, .htabs a, .categorytab .nav-tabs a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 479px) {
	.product-info .image-additional a{float:none; text-align:center;}
	.head-right-bottom{ bottom: -65px; }
	.table{	
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
    #column-left .box.special .product-block-inner {
        margin: 0px;
        max-width: none;
    }
    .product-list .product-thumb .product-block-inner {
        text-align: center;
        margin: 0;
        max-width: none;
    }
	.product-layout.product-grid{width:100% !important;}
	.shopping-cart .input-group .form-control{width:100%;padding:0;text-align:center;}
	.account-wishlist .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	.flex-direction-nav a:before {font-size:27px !important;}
	.dropdown-menu.pull-right {width: 100%;}
	#cart .dropdown-menu li > div {min-width:100%;}	
	.category_filter .limit {float: left;}
	.contact-info .left,.contact-info .right{width:100%;}
	.product-info .image, .product-info .additional-carousel {width: 100%;}
	.productpage .write-review, .productpage .review-count { display: inline-block;margin: 5px 0 0;width: 100%;}
	.pagination-wrapper .page-link{float:left;}
	.pagination-wrapper .page-result{float:left;clear:both;}
	.checkout-cart .pull-right {clear: both;float: left; margin: 10px 0;}
	.bootstrap-datetimepicker-widget.dropdown-menu{width:auto;}
	.checkout-cart #accordion .input-group-btn {float: left; margin: 5px 0 0;}
    .category_tab .tab-pane .owl-carousel .owl-buttons div{top:-45px}
	.category_tab .owl-carousel .owl-buttons .owl-prev{
	display: inline-block;
    float: none;
    left: auto !important;
    opacity: 1 !important;
	-khtml-opacity: 1 !important;
	-webkit-opacity: 1 !important;
	-moz-opacity:1 !important;
    position: absolute;
    right: 51% !important;
	}
	.category_tab .owl-carousel .owl-buttons .owl-next{
	left: 51% !important;
    right: auto !important;
    display: inline-block;
    float: none;
    position: absolute;
	opacity: 1 !important;
	-khtml-opacity: 1 !important;
	-webkit-opacity: 1 !important;
	-moz-opacity:1 !important;
	}
	.category_tab .tab-content{clear:both; margin-top: 60px; float: left; width: 100%;}
	.category_tab ul li a{float:none; width:100%;}
	.category_tab ul li{background:none; padding:0;}
	.app-cms li{margin-right:5px;}
	.social-cms li{margin:0 5px 0 0;}
	.footerblock{width: auto;
    margin: 15px 0;
    float: left;
    clear: both;
	}	
	.htabs{float:none; text-align:center; margin:0 auto}
	.hometab .tab-content{clear:both}
	#menu{width:60%}
	#search .input-lg{}
	.news-social .social-title .social-heading,
	.newsletter h5.news-title{     
		font-size: 15px;
		line-height: 28px;
	}
	.headertopright .text2-dec{ display: none; }

	.dropdown-menu.myaccount-menu{right:0px; text-align:left; margin-top:7px; }
	
	.headertopright{text-align:center}
	.headertopleft{display:inline-block; float:none; margin-bottom:10px; text-align:center; width:100%;}
	.shipping-cms{text-align:left}
	#form-language .dropdown-menu{ left:0px; right: auto;}
	#form-currency .dropdown-menu{right:0px; left: auto; }
	.product-block-inner{ 
        margin: 0 auto;
        max-width: 328px;
    }
    .blogs .product-block-inner {
        max-width: 100%;
    }
    .product-layout.product-grid .product-block-inner {
        max-width: 252px;
    }
	.productpage #input-quantity{float:none; margin-bottom: 10px; margin-right: 0;}
	.breadcrumb{left: 0;
    position: relative;
    right: auto;}
	#tabs_info .table{float:none;}
	.product-info .image-additional{width:100%}
	.checkout-cart .shopping-cart .input-group-btn:last-child > .btn, .checkout-cart .shopping-cart .input-group-btn:last-child > .btn-group{margin-left:0px; margin-right:5px}
	.checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group{margin-left: 0px; margin-right: 5px;}
	.category .image{float:none; clear:both; text-align:center}
	.result-search-autocomplete{width:100% !important;}
	.col-md-6.result-info{text-align:left; width:69%; padding-right:0;}
	.result-search-autocomplete > ul > li{width:100%;}
	.alert.alert-success.animated{height:110px;}
	.comment-wrapper{width:100%; float:left; margin:0;}

	.manufacture_block > ul { width:100%; padding:0; }
	
	.nav-tabs { height:auto !important; }
	.productpage .breadcrumb { width:100%; text-align:left; }
	#content .image-additional .slider-item .product-block { margin:4px 3px; }
	.subscribe-btn{ float: none; }
	#search .search_toggle{
		right: -40px;
	}
    .newsletter .news-description {
        background: none;
        padding-left: 0;
        margin-top: 0;
    }
}
@media (max-width: 380px) {
    #cart .dropdown-menu {
        width: 270px;
    }
    #column-left .product-items .product-details, #column-right .product-items .product-details {
        float: none;
    }
    #cart .text-right .addtocart, #cart .text-right .checkout {
        padding-left: 12px;
        padding-right: 12px;
    }	
}
@media only screen and (max-width: 319px){
	.product-info .additional-carousel {width:196px; margin:0 auto;}
	.btn-primary {margin-bottom:2px;}
	.compare-total {clear: both; margin: 8px 10px 10px 0;}
	#cart .text-right .checkout{margin:0;}
    #search .search_toggle {
        width: 230px;
    }
    .subscribe-btn .btn.btn-lg {
        padding-left: 12px;
        padding-right: 12px;
    }
	.newsletter #txtemail {
		padding-right: 106px;
	}
}



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}


/* OpenCart Code */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls .owl-buttons div {
  position: absolute;
}
.owl-controls .owl-buttons .owl-prev{
  left: 10px;
  top: 45%; 
}
 
.owl-controls .owl-buttons .owl-next{
  right: 10px;
  top: 45%;
}
.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}
.owl-pagination {
	text-align: center;
	top: 0px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 5px;
    zoom: 1;
}
.owl-controls .owl-page span {
	display: block;
    width: 12px;
    height: 12px;
    background: #000000;
    text-indent: -9999px;
    border: 2px solid transparent;
    -webkit-transition: transform 0.3s cubic-bezier(.7,-.2,.3,2.5),color 0.15s ease-out;
    -moz-transition: transform 0.3s cubic-bezier(.7,-.2,.3,2.5),color 0.15s ease-out;
    -o-transition: transform 0.3s cubic-bezier(.7,-.2,.3,2.5),color 0.15s ease-out;
    transition: transform 0.3s cubic-bezier(.7,-.2,.3,2.5),color 0.15s ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.owl-controls .owl-page.active span {
	background: #4a9a80;
    border-color: #4a9a80;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.owl-controls .owl-page span:hover {
    background: #4a9a80;
}
.common-home #common-home.container>.row>div>.container,
.common-home #common-home.container {max-width:100%;width:100%;padding-left:0;padding-right:0;}
.common-home #common-home.container>.row {margin-right:0;margin-left:0;}



.banner_box{position:relative;overflow:hidden;width:100%;clear:both;margin-bottom:21px}
.banners1{width:50%;float:left;overflow:hidden;margin:0}
.banners1 div{float:left;position:relative;margin:0}
.banners1 .item_1{margin:0;width:100%}
.banners1 .item_2,.banners1 .item_3,.banners2 .item_2,.banners2 .item_3{float:left;width:50%}
.banners1 div,.banners2 div{position:relative;overflow:hidden}
.banners1 img,.banners2 img{transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);-moz-transform:scale(1);-webkit-transition:all 900ms ease-in-out;-moz-transition:all 900ms ease-in-out;transition:all 900ms ease-in-out;width:100%;height:auto;}
.banners1 div .title,.banners2 div .title{position:absolute;left:5%;bottom:10%;text-decoration:none;display:block;text-transform:uppercase;padding:0;text-align:left;-moz-transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;-o-transition:all .4s ease 0s}
.banners1 div .title h3:after,.banners2 div .title h3:after{box-shadow: 0 0 5px #ddd;content:"";background:#fffffc;width:90px;height:6px;position:absolute;display:inline-block;top:-10px;left:0}
.banners1 .item_3 .title h3:after{background:#fff}
.banners1 div .title h3,.banners2 div .title h3{text-shadow: 0 0 5px #ddd;color:#fff;position:relative;padding:0;font:bold 61px/58px 'Roboto Condensed',Arial,Helvetica,sans-serif;margin-bottom:13px;-moz-transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}
@media (max-width:767px) {
	.banners1 div .title h3,.banners2 div .title h3{font-size:30px;}
}
.banners1 div .title h4,.banners2 div .title h4{text-shadow: 0 0 5px #ddd;color:#fff;width:300px;margin-bottom:17px;padding:0;font:bold 21px/28px 'Roboto Condensed',Arial,Helvetica,sans-serif;-moz-transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}
.banners1 .item_1 .title h3,.banners1 .item_1 .title h4{color:#202020}
.banners2 .item_2 .title h3,.banners2 .item_2 .title h4{color:#202020}
.banners1 div .title i,.banners2 div .title i{background:url(../images/arr_btn.png) 0 0 no-repeat;width:74px;height:74px;position:relative;display:inline-block;-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px;-moz-transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}
.banners1 div:hover .title i,.banners2 div:hover .title i{background-position:100% 0}
.banners1 .item_3 .title{padding-top:264px}
.banners1 .item_3 .title i{background:url(../images/arr_btn.png) 100% 0 no-repeat}
.banners1 .item_3:hover .title i{background:url(../images/arr_btn.png) 0 0 no-repeat}
.banners1 .item_3:hover .title h3{color:#202020}
.banners1 .item_3:hover .title h4{color:#202020}
.banners1 div:hover .title h3,.banners2 div:hover .title h3,.banners1 div:hover .title h4,.banners2 div:hover .title h4{color:#fffffc;-moz-transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}
.banners1 .item_1:hover .title h3,.banners1 .item_1:hover .title h4{color:#fffffc}
.banners1 .item_1 .title h3,.banners1 .item_1 .title h4{color:#fffffc}
.banners2 .item_2 .title h3{color:#4a9a80}
.banners2 .item_2 .title h4{color:#fffffc}
.banners2 .item_2:hover .title h3{color:#fffffc}
.banners1 div:hover img,.banners2 div:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transition:all 1100ms ease-in-out;-moz-transition:all 1100ms ease-in-out;transition:all 1100ms ease-in-out}
.banners2{width:50%;overflow:hidden;margin:0;float:left}
.banners2 div{float:left;position:relative;margin:0;width:100%;}
.banners3{width:100%;overflow:hidden;margin:10px 0 20px}
.banners3 div{float:left;position:relative;overflow:hidden;width:33.33%;margin:0}
.banners3 div img{width:100%;height:auto;}
.banners3 .item_1{margin:0}
.banners3 .title{position:absolute;left:0;top:45%;bottom:0;text-decoration:none;display:block;padding:0 0 0 30px;text-align:left;transform:translateY(-45%);-webkit-transform:translateY(-45%);-moz-transform:translateY(-45%);-ms-transform:translateY(-45%);-o-transform:translateY(-45%);}
.banners3 .title h3{color:#202020 !important;font:bold 30px/36px "Roboto Condensed",Arial,Helvetica,sans-serif;margin-bottom:0;position:relative;text-transform:uppercase;padding:0;letter-spacing:0;-moz-transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}
.banners3 .title h3:after{content:"";background:#4a9a80;position:absolute;height:5px;width:112px;left:0;bottom:-15px;display:inline-block}
.banners3 .item_3 .title h3:after{background:#fff}
.banners3 .item_2 .title h3,.banners3 .item_3 .title h3{color:#fff !important}
.banners3 .item_3:hover .title h3{color:#202020 !important}
.banners3 .item_1:hover .title h3{color:#f02a2b !important}
.banners3 .item_2:hover .title h3{color:#f02a2b !important}
.banners3>div{padding-left:0;padding-right:0;}
@media(max-width:991px){
.banners3 .title h3{font-size:24px;}
.banners3>div{width:50%;}
.banners1,.banners2{width:100%;}
}
@media(max-width:767px){
.banners3>div{width:100%;}
.banners1 div .title h4, .banners2 div .title h4 {display:none;}
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?cyr3g1');
  src:  url('../fonts/icomoon.eot?cyr3g1#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?cyr3g1') format('truetype'),
    url('../fonts/icomoon.woff?cyr3g1') format('woff'),
    url('../fonts/icomoon.svg?cyr3g1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-tiktok-1 .path1:before {
  content: "\e900";
  color: rgb(0, 242, 234);
}
.icon-tiktok-1 .path2:before {
  content: "\e901";
  margin-left: -1.013671875em;
  color: rgb(0, 242, 234);
}
.icon-tiktok-1 .path3:before {
  content: "\e902";
  margin-left: -1.013671875em;
  color: rgb(255, 0, 79);
}
.icon-tiktok-1 .path4:before {
  content: "\e903";
  margin-left: -1.013671875em;
  color: rgb(255, 0, 79);
}
.icon-tiktok-1 .path5:before {
  content: "\e904";
  margin-left: -1.013671875em;
  color: rgb(255, 255, 255);
}
.icon-tiktok-2 .path1:before {
  content: "\e905";
  color: rgb(37, 244, 238);
}
.icon-tiktok-2 .path2:before {
  content: "\e906";
  margin-left: -1.00390625em;
  color: rgb(37, 244, 238);
}
.icon-tiktok-2 .path3:before {
  content: "\e907";
  margin-left: -1.00390625em;
  color: rgb(254, 44, 85);
}
.icon-tiktok-2 .path4:before {
  content: "\e908";
  margin-left: -1.00390625em;
  color: rgb(254, 44, 85);
}
.icon-tiktok-2 .path5:before {
  content: "\e909";
  margin-left: -1.00390625em;
  color: rgb(0, 0, 0);
}
.icon-tiktok-3 .path1:before {
  content: "\e90a";
  color: rgb(238, 29, 82);
}
.icon-tiktok-3 .path2:before {
  content: "\e90b";
  margin-left: -0.8310546875em;
  color: rgb(0, 0, 0);
}
.icon-tiktok-3 .path3:before {
  content: "\e90c";
  margin-left: -0.8310546875em;
  color: rgb(105, 201, 208);
}
.icon-tiktok-3 .path4:before {
  content: "\e90d";
  margin-left: -0.8310546875em;
  color: rgb(105, 201, 208);
}
.icon-tiktok-3 .path5:before {
  content: "\e90e";
  margin-left: -0.8310546875em;
  color: rgb(105, 201, 208);
}
.icon-tiktok-3 .path6:before {
  content: "\e90f";
  margin-left: -0.8310546875em;
  color: rgb(105, 201, 208);
}
.icon-tiktok-3 .path7:before {
  content: "\e910";
  margin-left: -0.8310546875em;
  color: rgb(238, 29, 82);
}
.icon-tiktok-3 .path8:before {
  content: "\e911";
  margin-left: -0.8310546875em;
  color: rgb(0, 0, 0);
}
.icon-tiktok-4 .path1:before {
  content: "\e912";
  color: rgb(1, 1, 1);
}
.icon-tiktok-4 .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(238, 29, 81);
}
.icon-tiktok-4 .path3:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(102, 200, 207);
}
.icon-tiktok-4 .path4:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}
.icon-tiktok-4 .path5:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tiktok-4 .path6:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(238, 29, 82);
}
.icon-tiktok-4 .path7:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tiktok-4 .path8:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(105, 201, 208);
}
.icon-tiktok-4 .path9:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tiktok-6 .path1:before {
  content: "\e91b";
  color: rgb(81, 180, 195);
}
.icon-tiktok-6 .path2:before {
  content: "\e91c";
  margin-left: -0.9072265625em;
  color: rgb(81, 180, 195);
}
.icon-tiktok-6 .path3:before {
  content: "\e91d";
  margin-left: -0.9072265625em;
  color: rgb(212, 78, 97);
}
.icon-tiktok-6 .path4:before {
  content: "\e91e";
  margin-left: -0.9072265625em;
  color: rgb(212, 78, 97);
}
.social-block ul li{vertical-align:top;}
li.pinterest a:before {
  content: "\f0d2";
}
li.tiktok{font-size:0;line-height:0;}
li.tiktok a{
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 34px !important;
	font-size:18px !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width:35px;
  height:35px;
  text-align:center;
  letter-spacing: 0.5px;
  padding-left:0 !important;
  padding-right:0!important;
}
li.tiktok a span{display: inline-block !important;background: none !important;}
li.tiktok a:before{display:none !important;}
/*li.tiktok a:hover{background:#fff;}*/
li.tiktok a .icon-tiktok-1{padding-left:0px;}
li.tiktok a .icon-tiktok-1 span:before{color:#888888 !important;}
li.tiktok a:hover .icon-tiktok-1 span:before{color:#4a9a80 !important;}

.banners2.banners4{margin-left:auto;margin-right:auto;float:none;}