.category_inner_desc@import "//fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,900&display=swap";
/*------ template stylization ------*/
body {	
	background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666;
	line-height: 1.4;
}
a {
    text-decoration: none;
	color:#000;
}
a {
    text-decoration: none;
	color:#000;
}
a:hover {
    text-decoration: none;
}
.relative_class{
	position:relative;
}
.spacer{
	width:100%;
	clear:both;
}
.spacer5{
	width:100%;
	clear:both;
	height:5px;
}
.spacer10{
	width:100%;
	clear:both;
	height:10px;
}
.spacer20{
	width:100%;
	clear:both;
	height:20px;
}
.spacer30{
	width:100%;
	clear:both;
	height:30px;
}
.btn {
    background-color: #3a9fd6;
    color: white;
    border: 1px solid #3a9fd6;
    font-size: 16px;
    padding: 0px 25px 0px 25px;
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    float: left;
    border-radius: 100px;
    cursor: pointer;
}
.btn:hover {
    background-color: #000;
    color: white;
}
.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-success {
	color: #fff;
    background-color: #18b219;
    border-color: #398439;
}
@media (min-width: 767px){
	.ten-columns > .col-sm-2 {
		width: 20%;
	}
}
.nopadding{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
#header{
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
#header_top {
    width: 100%;
    height: 43px;
    line-height: 43px;
    float: left;
    color: #fff;
    text-align: center;
    background-color: #3a9fd6;
}
.default_title_top {
    display: inline-block;
	float: left;
}
.topmenu {
    float: right;
}
.topmenu_link{
	color:#fff;
	    padding-left: 15px;
    margin-left: 15px;
	position:relative;
}
.topmenu_link:hover{
	color:#fff;
	opacity:0.8;
}
.topmenu .topmenu_link:not(:first-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e5e5e5;
    width: 1px;
    height: 15px;
}
.header_bottom {
    display: block;
    width: 100%;
    float: left;
    background-color: #ffffff80;
    padding-top: 0px;
}
.navb {
    max-width: 1170px;
    margin: auto;
    width: 100%;
    padding: 33px 15px;
    display: flex;
}
.logo {
	display:inline-block;
}
.logo img {
	margin:auto;
	height: 50px;
}
.menu_left_icon{
	float:left;
    margin: 15px 15px 0 15px;
}
.menu_right_icon{
    float: right;
    margin: 15px 15px 0 15px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.home_header{
	position: absolute;
    top: 0px;
    z-index: 3;
	background-color:white;
}
.pages_header{
	position: absolute;
	top: 0px;
	z-index: 3;
	background-color:white;
}
.wrapper_all {
    margin-top: 239px;
}
.socialwhite {
    display: inline-flex;
    float: right;
    margin-top: 10px;
}
.social {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #222222;
    background-color: transparent;
    border-radius: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.work_time {
    display: inline-block;
    margin-left: 30px;
    float: left;
}
#tphone {
    float: right;
    color: white;
    margin: auto 0;
    font-weight: 400;
}

.header_search {
    margin: auto;
}
#searchbox {
    display: flex;
    margin: 0;
    border: 1px solid #3a9fd6;
    border-radius: 50px;
    overflow: hidden;
	    
}
.header_search .search_query_input {
    padding: 0 19px;
    border: 0px solid #3a9fd6;
    border-radius: 0px 0px 0px 0px;
    height: 42px;
    min-width: 250px;
	background-color: #f7f7f7;
}
.search_select {
	border: 0px solid #3a9fd6;
	width:170px;
	padding: 0px 10px;
	background-color: #f7f7f7;
}
.search_btn {
    color: #fff;
    background-color: #3a9fd6;
    border-color: #3a9fd6;
    padding: 0 15px;
    height: 42px;
    border-radius: 0px 0px 0px 0px;
    border-style: solid;
    font-size: 16px;
}
#temail {
    float: left;
    font-size: 14px;
    margin-right: 30px;
}
#temail a {
    color: #021514;
    display: flex;
    align-items: center;
    text-align: left;
}
.temail-img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    fill: #000;
}
#header_assets {
    float: right;
    right: 0px;
    position: relative;
    z-index: 3;
    margin-top: 7px;
    display: block;
}
.toogle_content{
	display:none;
}
#tmsearch {
    background: #0d0d0d;
    display: none;
    margin: 0px;
    padding: 10px 20px;
    position: absolute;
    right: 180px;
    top: 68px;
    width: 240px;
    z-index: 3;
}
#header-login {
    float: left;
    margin: 0px 0 0px 35px;
    position: relative;
}
#searchBtn2{
	width:100%;
}
#header-login .account_title{
	background: url('../img/svg/user_icon.svg') no-repeat center center;
    background-size: 20px 20px;
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
#header-login .account_title:hover {
    background: url('../img/svg/user_icon_hover.svg') no-repeat center center;
	background-size: 20px 20px;
}
#header-login-content {
    text-align: left;
    line-height: 1.5;
    background: #000000;
    color: #ffffff;
    display: none;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    font-size: 12px;
    right: -18px;
    top: 48px;
    list-style: none;
    width: 240px;
    z-index: 2;
}
#header-login-content:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    top: -9px;
    right: 18px;
    content: '';
}
.login_li {
    color: #fff;
}
.fixed_menu.mainmenu{
    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 1140px;
}
#fixed_stuf {
	float: right;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	    z-index: 3;
}
#header_assets2 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
}

#fixed_stuf .header_search_icon{
	background: url('../img/svg/search_icon_white.svg') no-repeat center center;
    background-size: 25px 25px;
    height: 60px;
    width: 60px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
#fixed_stuf .header_search_icon:hover {
    background: url('../img/svg/search_icon_white.svg') no-repeat center center;
	background-size: 25px 25px;
	opacity: 0.8;
}
#fixed_stuf .account_title{
	background: url('../img/svg/user_icon_white.svg') no-repeat center center;
    background-size: 25px 25px;
    height: 60px;
    width: 60px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
#fixed_stuf .account_title:hover {
    background: url('../img/svg/user_icon_white.svg') no-repeat center center;
	background-size: 25px 25px;
	opacity: 0.8;
}
#fixed_stuf .cart_image {   
    position: relative;
	background: url('../img/svg/shopping_cart_white.svg') no-repeat center center;
    display: inline-block;
    vertical-align: top;
        background-size: 32px 32px;
    height: 60px;
    width: 60px;
	cursor: pointer;
    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;
}
#fixed_stuf:hover .cart_image {
    background: url('../img/svg/shopping_cart_white.svg') no-repeat center center;
	background-size: 32px 32px;
	opacity: 0.8;
}

#fixed_stuf .btnFavorites .favorites_icon{
	background: url('../img/svg/favorite_icon_white.svg') no-repeat center center;
    background-size: 25px 25px;
    height: 60px;
    width: 60px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
#fixed_stuf .btnFavorites {
	margin-left:0px;
}
#fixed_stuf .btnFavorites .favorites_icon:hover {
    background: url('../img/svg/favorite_icon_white.svg') no-repeat center center;
	background-size: 25px 25px;
	opacity: 0.8;
}
#fixed_stuf .favorites_quantity{
    top: 11px;
    left: auto;
    right: 6px;
}
.ajax_cart_quantity2{
	background: #7a7a7a;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 5px;
    width: 18px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#header-login-content2 {
	text-align: left;
    line-height: 1.5;
    background: #000000;
    color: #ffffff;
    display: none;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    font-size: 12px;
    right: 58px;
    top: 70px;
    list-style: none;
    width: 240px;
    z-index: 2;
}
#header-login-content2:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    top: -9px;
    right: 18px;
    content: '';
}
.header_login_content li {
    color: #e0e0e0;
    margin: 0;
    padding: 4px 0;
}
.fix_this_header #header_top, .fix_this_header .navb{
	display:none;
}
.fix_this_header #fixed_stuf{
	display:flex;
}
#header-login .account_title{
	background: url('../img/svg/user_icon.svg') no-repeat center center;
    background-size: 20px 20px;
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
#header-login .account_title:hover {
    background: url('../img/svg/user_icon_hover.svg') no-repeat center center;
	background-size: 20px 20px;
}
.cart_block_top .cart_image {
    background: url('../img/svg/shopping_cart.svg') no-repeat center center;
    display: inline-block;
    vertical-align: top;
        background-size: 30px 30px;
    height: 60px;
    width: 60px;
    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;
}
.cart_block_top:hover .cart_image {
    background: url('../img/svg/shopping_cart_hover.svg') no-repeat center center;
	background-size: 30px 30px;
	opacity: 0.6;
}
.temail_image {
    background: url('../img/svg/temail.svg') no-repeat center center;
    display: inline-block;
    vertical-align: top;
        background-size: 30px 30px;
    height: 60px;
    width: 60px;
    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;
}
#temail a:hover .temail_image {
    background: url('../img/svg/temail_hover.svg') no-repeat center center;
	background-size: 30px 30px;
	opacity: 0.6;
}
#temail a:hover .temail_span{
	color: #3a9fd6;
}
.btnFavorites{
	display:block;
	float:right;
	margin-left:25px;
	position:relative;
}
.btnFavorites .favorites_icon{
		background: url('../img/svg/favorite_icon.svg') no-repeat center center;
        background-size: 20px 20px;
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.btnFavorites:hover .favorites_icon {
    /*background: url('../img/svg/favorite_icon_hover.svg') no-repeat center center;*/
	background-size: 20px 20px;
	opacity: 0.6;
}
.favorites_quantity {
    border-radius: 50px;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    width: 18px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	top: -4px;
    left: 19px;
    background: #3a9fd6;
    color: white;
}
.cart_block:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    top: -10px;
    right: 18px;
    content: '';
}
.cart_block_list .products {
    max-height: 400px;
    overflow: auto;
}
.cart_block dt {
    font-weight: normal;
    overflow: hidden;
    padding: 20px 10px 16px 20px;
    position: relative;
}
.cart_block .cart-images {
    float: left;
    margin-right: 20px;
    border: 1px solid #e7e7e6;
    padding: 9px;
    position: relative;
    background: white;
    padding: 4px;
	    display: flex;
}
.cart_block_product_name{
	color:#888;
	font-size: 13px;
    line-height: 18px;
    display: inline-block;
}
.cart_block .cart-prices {
	background: #1a1a1a;
    padding: 20px 20px;
}
.cart_block_total {
    float: right;
}
#button_order_cart {
    margin: 20px 20px;
    display: block;
    float: none;
}
/*category_menu*/
/*.catshow_col{
	    width: 280px;
	float: left;
}
.back_catsmenu{
    background-color: #fff;
}
.trigger_cats .div_boxlv{
	position: absolute;
	display:none;
	width:calc( 100% - 30px );
	
}
.trigger_cats:hover > .div_boxlv{
	display:block;
}
.trigger_cats{
	margin-left: auto;
    float: left;
    padding: 0px 15px;
    position: relative;
}
.cats_space{
	width: 385px!important;
    margin-right: 60px;
}
.catshow_btn{
	background-color: #3a9fd6;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    padding: 12.5px;
    border-radius: 5px;
    margin: 5px 0px;
    display: flex;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}
.cattegoery_wrap_menu {
	width: 18px;
    height: 14px;
    display: flex;
    position: relative;
    top: 4px;
    left: 0px;
    margin: 0px 20px 0px 20px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}
.cline_menu {
    background-color: #ffffff;
    border-radius: 5px;
    width: 100%;
    height: 2px;
}
.catshow_btn .trig_cats_fa{
	    margin-left: auto;
    line-height: 50px;
    font-size: 16px;
}
.panel_catsmenu_home {
    position: absolute;
    max-width: 1170px;
    padding: 15px 0;
	display:flex;
	z-index: 2;
}
.panel_catsmenu {
    position: absolute;
    max-width: 1170px;
    padding: 15px 0;
	display:none;
}
.panel_catsmenu.show_panel_catsmenu{
	display:flex;
}
.cats_col_1 {
    width: 360px;
    float: left;
}
.cats_col_2 {
    float: left;
}
.div_boxlv::-webkit-scrollbar {
	background: #ccc;
  width: 6px;
  border-radius:5px;
}
.div_boxlv::-webkit-scrollbar-track {


}
 
.div_boxlv::-webkit-scrollbar-thumb {
  background: #999999; 
  border-radius:5px;
}

.div_boxlv::-webkit-scrollbar-thumb:hover {
  background: #000000; 
}
.div_boxlv{
    position: relative;
    z-index: 3;
    min-width: 234px;
    background: #F3F4F6;
    padding: 10px 0px 10px 10px;
    display: block;
    overflow: hidden auto;
    height: 550px;
    border-radius: 8px 0px 0px 8px ;
    border: 10px solid #fff;
	border-right:none;
	direction: rtl;
	-webkit-box-shadow: 0 6px 15px rgba(0,0,0,.15);
    box-shadow: 0 6px 15px rgba(0,0,0,.15);
}
.div_link{
	direction:ltr;   
    padding: 10px 15px;
    margin: 0px 0px;
    font-size: 16px;
	    border-radius: 8px 0px 0px 8px;
    display: flex;
	align-items: center;
    width: 100%;
    text-decoration: none;
}
.div_link img{
	width: 30px;
    height: 30px;
    margin-right: 10px;
}
.div_link i{
	margin-left: auto;
    font-size: 22px;
    margin: auto;
    margin-right: 0px;
	padding-left:15px;
}
.div_link:hover{
	color: #3a9fd6;
	background: #fff;
}
.div_link_panel{
	font-weight: 500;
    font-size: 18px;
    padding: 20px 15px 20px 15px;
    display: inline-block;
	    max-width: 90%;
}
.close_panel_catsmenu {
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    float: right;
    padding: 15px;
}
.div_lev1:last-child .div_link{
	border-bottom:0px;
}
.div_boxlv2{

		
}
.div_lev1{
    display: flex;
}
.div_lev2{
	width: 50%;
    position: relative;
    float: left;
    padding: 15px 15px 0px 15px;
			
}

.div_lev1:hover .div_boxlv2{
	display: block;
}
.div_lev1_panel{
	display:none;
	overflow: hidden auto;
	width: 780px;
    height: 550px;
    background: white;
	border-radius: 0px 8px 8px 0px;
	padding: 10px;
	-webkit-box-shadow: 0 6px 15px rgba(0,0,0,.15);
    box-shadow: 0 6px 15px rgba(0,0,0,.15);
}
.active_panel{
	display: block;
}
.div_lev1_panel:hover{
	display: block;
}
.div_link2{

	padding-bottom:10px;
	border-bottom: 1px solid #ddd;
	display:block;
	margin-bottom:10px;
}
.div_boxlv3{
	font-size:14px;
}
.div_lev3{    padding: 5px 0px;}
.div_lev3	a {    color: #666;}
.div_lev3	a:hover {    color: #3a9fd6;}
*/
.cssmenu {
    position: relative;
    display: flex;
}
.cssmenu {
  position: relative;
      display: flex;
	  
}
.cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;

}
.cssmenu > ul {
  position: relative;
}
.cssmenu:after,
.cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cssmenu.align-right > ul > li {
  float: right;
}
.cssmenu.align-center ul {
  text-align: center;
}
.cssmenu.align-center ul ul {
  text-align: left;
}
.cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.cssmenu > ul > #menu-button {
  display: none;
}
.cssmenu ul .active a {
	font-weight:bold;
}
.cssmenu ul li a {
  display: block;
  text-decoration: none;
}
.cssmenu > ul > li > a {
    font-size: 16px;
    padding: 0px 0px;
    margin: 0px 25px;
    color: #ffffff;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -ms-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    height: 60px;
    line-height: 60px;
    font-weight: 400; 
	text-transform:uppercase;
}
.cssmenu > ul > li > a:hover{
	background-color: transparent;
}
.cssmenu > ul > li.has-sub > a {
  padding-right: 26px;
}
.cssmenu > ul > li > a{
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 28px;
  border: 4px solid transparent;
  border-top-color: #263500;
}
.cssmenu > ul > li:hover::after {
  border-top-color: #263500;
}
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
  text-align:left;
    background: #ffffff;
    padding: 2px 0px;
    border: 1px solid #ebebeb;
	border-radius:5px;
}
.cssmenu ul ul ul {
  top: 37px;
}
.cssmenu ul ul li {
  position: relative;
}
.cssmenu > ul > li:hover > ul {
  left: auto;
  top: 50px;
  opacity: 1;
}
.cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
.cssmenu ul ul li:hover > ul {
  left: 230px;
  top: 0;
  opacity: 1;
}
.cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 150px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
.cssmenu ul ul li a {
    width: 200px;
    border-bottom: 1px solid #eee;
    padding: 14px 0px;
    margin: 0px 15px;
    font-size: 14px;
    color: #000;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.cssmenu.align-right ul ul li a {
  text-align: right;
}
.cssmenu ul ul li:hover > a {
  background:#ffffff;
}
.cssmenu ul ul li a:hover {
	color:#3a9fd6;
}
.cssmenu ul ul li:last-child > a,
.cssmenu ul ul li.last > a {
  border-bottom: 0;
}
.cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: transparent;
  position: absolute;
  top: -12px;
  left: 30px;
}
.cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
.cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #000;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
.cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #000;
  right: auto;
  left: 10px;
}
.cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #000;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#mainul{
  position:relative;
  top:0px;
}
#fixed_stuf {
    float: right;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
}
.gwd-img-7og1 {
    position: absolute;
    z-index: 10000;
}
.breadcrumbs_background {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    margin: 10px 0px;
    padding: 0px 15px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}
.breadcrumb_container {
    float: left;
}
.breadcrumb {
    list-style: none;
	margin: auto;
    padding: 15px 0px;
    font-size: 14px;
    text-align: left;
    background-color: transparent;
    margin-bottom: 5px;
    margin-left: 0px;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 10px 0 5px;
    color: #000;
    font-family: 'FontAwesome';
    /* content: "\f054"; */
    /* content: "|"; */
    /* font-size: 10px; */
    font-weight: 600;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb a.home_link {
    color: #000;
}
.breadcrumbs_title {
	color: #000;
    text-align: left;
    float: left;
    font-size: 36px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: normal;
}
.breadcrumbs_title * {
    font-size: 36px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
}
.page_title{
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    color: #000000;
    position: relative;
    padding-bottom: 30px;
}
.section_subtitle_cont{
	 overflow: hidden;
	text-align:left;
}
.section_subtitle{
    display: block;
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    color: #000000;
    position: relative;
    margin-top:0px;
	padding-bottom: 25px;
	border-bottom:1px solid #E5E5E5;
}
.page_subtitle {
	font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
	text-transform:uppercase;
}
footer {
	width: 100%;
	color: #000;
	float: left;
	background: #ffffff;
	margin-top: 40px;
	font-size: 14px;
	
	font-weight: 400;
	line-height: 24px;
}
.footer_top .footer_title {
    text-decoration: none;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding-bottom: 25px;
}
.footer_top .footer_title a {
    color: #222222;
}
.footer_menu_links {
    margin-bottom: 10px;
    display: block;
    color: #222222;
	font-size: 14px;
}
.contact_info{
    font-size: 14px;
}
.contact_info, .contact_info a{
    color: #888;
}
.contact_info i {
    float: left;
    font-size: 16px;
    width: 40px;
    color: #3a9fd6;
}
.div_contact_foot {
    display: flex;
	align-items:center;
}
.newsletter {
    width: 100%;
    clear: both;
}
.newsletter_note {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.newsletter_form {
    clear: both;
    display: flex;
}
#txtemail {
    border: none;
    background: white;
    height: 46px;
    color: black;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 50px 0px 0px 50px;
    width: 100%;
	border: 1px solid #3a9fd6;
}
#subscribeBtn {
    background-color: #3a9fd6;
    border: 1px solid #3a9fd6;
    margin-top: 0px !important;
    padding: 0px 15px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px 50px 50px 0px;
    margin-left: 0px;
    cursor: pointer;
}
.newsletter .nlabel, .newsletter .nlabel2 {
    text-align: left;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
}
.newsletter .nlabel a, .newsletter .nlabel2 a{
	color: #000;
}
.newsletter .nlabel input, .newsletter .nlabel2 input {
    float: left;
    margin-right: 5px;
    margin-left: 0px;
}
.footer_bottom {
    width: 100%;
    font-size: 14px;
    color: #222;
    padding: 18px 0;
    background-color: #fff;
	border-top: 1px solid rgba(1, 1, 1, 0.1);
}
.copyright {
    float: left;
}
.webdesign {
    float: right;
}
.footer_bottom a {
    color: #222;
}
#buttongo_top.show {
    opacity: 1;
    visibility: visible;
}
#buttongo_top {
    display: block;
    background-color: #3a9fd6;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    line-height: 42px;
    text-align: center;
    position: fixed;
    bottom: 25px;
    right: 30px;
	font-size: 24px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}
.top_cat_item {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 14px 20px 14px 20px;
    min-height: 110px;
}
.cat_pic {
    display: inline-block;
    width: 50%;
    float: left;
}
.cat_content {
    display: inline-block;
    width: 50%;
    float: right;
	text-align:right;
}
.cat_title {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
.cat_see_more {
    font-size: 15px;
    color: #666666;
}
@media (max-width: 780px){
	.breadcrumbs_background{
		display:none;
	}
	.breadcrumbs_title {
		margin-top: 80px;
		margin-bottom: 10px;
	}
	.breadcrumb {
		display:none;
	}
	#header{
		position: fixed;
	}
	#header_top {
		height: 40px;
		line-height:40px;
        background-color: #ffffff;
	}
	.logo {
        display: block;
        float: left;
        position: relative;
        z-index: 2;
        left: 0px;
        padding-top: 0px;
    }
	.logo img {
        height: 30px;
        margin-top: 0px;
    }
	.content-top-breadcum #title-content .page-title, .content-top-breadcum #title-content h1, .content-top-breadcum #title-content h2{
        margin-bottom: 20px !important;
        margin-top: 20px !important;
	}
	.header-search{
		margin:0px;
		float:right;
	}
	.header_bottom {
        padding: 0;
        background-color: #fff;
        height: 56px;
    }
	#mobile-menu-icon {	
		width: 32px;
		height: 26px;
		padding: 4px;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		border-radius: 2px;
		cursor: pointer;
		display: none;
		transition: 0.3s;
		display: flex;
		position: fixed;
		right: 15px;
		top: 15px;
		transition: 0.3s;
	}
	#mobile-menu-icon>div {
		width: 100%;
		height: 3px;
		background-color: #121212;
	}
	#mobile-menu-icon.shown>div:first-of-type {
		transform: rotate(-45deg) translateX(-4px) translateY(7px);
		margin-left: -5px;
		width: 100%;
	}
	#mobile-menu-icon.shown>div:nth-of-type(2) {
		transform: translateY(-0.03rem);
		margin-right: -2px;
		display: none;
	}
	#mobile-menu-icon.shown>div:last-of-type {
		transform: rotate(45deg) translateX(-3px) translateY(-6px);
		margin-left: -5px;
		width: 100%;
	}
	.main-nav {
		margin: auto;
		width: 100%;
		    height: calc( 100% - 56px );
		transition: 0.3s;
		z-index: 1;
		display: inline-flex;
		position: fixed;
		top: 56px;
		left: -100%;
		background-color: #fff;
		opacity: 1;
		transition: 0.6s;
		z-index: 1;
	}
	
	.main-nav.shown {
		top: 56px;
		opacity: 1;
		z-index: 11;
		left: 0px;
		width: 100%;
	}
	.fs-0 {
		display: block;
		width: 100%;
		    border-top: 1px solid #ebebeb;
			    overflow-y: auto;
	}
	.d-ib-vam {
		display: flex;
		padding: 0px;
		border-bottom: 1px solid #ebebeb;
	}
	.alltoplinks {
		color: #777;
		font-size: 18px;
		padding: 15px;
		transition: 0.3s;
	}
	.cats_link_m{
		background-color:#0d0d0d;
	}
	.cats_link_m a{
		color:white;
	}
	.dropdown-link {
		cursor: pointer;
		position: relative;
		left: auto;
		right: 15px;
		margin-left: auto;
		padding-top: 0px;
		display: block;
		padding-left: 15px;
		
	}
	.dropdown-link i {
		font-size: 26px;
		padding-top: 12px;
	}
	.menubox {
		min-width: 200px;
		position: absolute;
		background-color: white;
		box-shadow: 0 0 25px 0 rgb(0 0 0 / 8%);
		top: 0px;
		bottom: 0px;
		width: 100%;
		z-index: 11;
	}
	.containcublinks {
		padding: 0px 0px;
	}
	.close_menubox {
		display: block;
		padding: 15px 20px;
		background-color: #000;
		color: white;
		font-size: 16px;
		text-transform: uppercase;
		text-align: left;
		
	}
	.close_menubox i {
		font-size: 26px;
		margin-left: auto;
		float: right;
		line-height: 20px;
	}
	.sublinkmenufas {
		border-bottom: 1px solid #ebebeb;
		display: block;
	}
	.sublink {
		max-width: 80%;
		font-size: 18px;
		width: 100%;
		display: flex;
		padding: 10px 20px;
		background-color: white;
	}
	.sublinkmenufas .menufasbtn {
		font-size: 26px;
		display: block;
		position: absolute;
		right: 1px;
		transform: translateY(-100%);
		padding: 0px 15px 15px 15px;
		background-color: #ffffff;
	}
	.menufas {
		display: none;
		min-width: 200px;
		position: absolute;
		background-color: white;
		box-shadow: 0 0 25px 0 rgb(0 0 0 / 8%);
		top: 0px;
		bottom: 0px;
		width: 100%;
		z-index: 11;
	}
	.pinfshow{
		display:block;
	}
	.menufascont {
		position: relative;
		margin-top: 0px;
		display: block;
		background-color: white;
		min-width: 180px;
		padding: 10px 0px;
	}
	.close_menufas {
		display: block;
		padding: 15px 20px;
		background-color: #000;
		color: white;
		font-size: 16px;
		text-transform: uppercase;
		text-align: left;
		
	}
	.close_menufas i {
		font-size: 26px;
		margin-left: auto;
		float: right;
		line-height: 20px;
	}
	.pageinf {
		font-size:18px;
		background-color: white;
		border-bottom: 1px solid #ebebeb;
		position: relative;
		width: 100%;
		display: flex;
		padding: 10px 20px;
	}
	#header_assets {
        right: 75px;
        top: 0px;
        margin-top: 13px;
    }
	.cart_block_top .cart_image {
        background-size: 24px 24px;
        height: 30px;
        width: 30px;
    }
	.cart_block_top .ajax_cart_quantity {
        top: -4px;
        left: 19px;
        background: #3a9fd6;
    }
	.shopping_cart {
        margin: 0px 0 0 20px;
    }
	#header-login {
        margin: 0px 0 10px 15px;
    }
	.wrapper_all {
        margin-top: 0px;
    }
	.products_row{
		width: 100%;
		border-right:0px!important;
		border-left:0px!important;
		border-bottom:0px!important;
	}
	.product_item {
		border: 1px solid #E5E5E5!important;
		border-top: 0px solid #E5E5E5!important;
	}
	.products_row .category_inner_desc1, .products_row .category_inner_desc2, .products_row .category_inner_desc3 {
		border-bottom:1px solid #E5E5E5;
	}
	.footer_menu_links{
		display:inline-block;
		margin-right:15px;
		margin-bottom:15px;
	}
	.copyright {
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
	}
	.webdesign {
		float: left;
		width: 100%;
		text-align: center;
	}
}
.slideshow-wrapper{
	position:relative;
	float:left;
	width:100%;
}
.flexslider .flex-direction-nav a{
        z-index: 1;
    font-size: 24px;
    background: #3a9fd6;
    color: white;
    border-radius: 100px;
}
.slideshow_texts{
    width: 100%;
    position: absolute;
    color: #fff;
    bottom: 180px;
    padding: 0 100px;
    text-align: center;
    text-shadow: 0px 0px 5px rgb(0 0 0);
    font-weight: 500;
}

.slideshow_title{
	font-size:35px;
	line-height:50px;
	float:left;
	width:100%;
}
.slideshow_description{
	font-size:24px;
	line-height:24px;
	float:left;
	width:100%;
	margin-top:40px;
}
.slideshow_link{
    padding: 12px 24px;
    border: 2px solid #3a9fd6;
    font-size: 16px;

    color: white;
    margin-top: 35px;
    display: inline-block;
    line-height: 1;
	    background-color: #3a9fd6;
		font-weight:500;
		text-shadow:none;
	border-radius: 5px;
	text-transform: uppercase;
}
.slideshow_link:hover{
	background-color: white;
	    border: 2px solid #222222;
		color: #ffffff;
    background-color: #222222;
}
.flexslider .slides .slideimg {
	height:520px!important;
	object-fit:cover;
	overflow: hidden;
	background: black;
	border-radius: 5px;
}
.slideshow-wrapper .flexslider .slides img{
	object-fit: cover;
    height: 100%;
	opacity: 0.7;
	opacity: 1;
}
.topstranici{
    background-color: #3a9fd6;
}
.toppagecol{
    display: flex;
    font-size: 14px;
    padding: 15px 15px;
	border: 0px solid #dedede;
	color:#fff;
}
.top_page_icon {
    color: #fff;
    font-size: 36px;
    text-align: left;
    width: 65px;
    height: 50px;
}
.top_page_icon:hover{	
        color: #fff;	
		opacity:0.8;
}
.top_page_title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}
.toppagecol:hover .top_page_title{
	color: #fff;	
	opacity:0.8;
}
/*png icons*/
.pngi {
	height:50px;
	
}
.pngi::before {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;
    position: relative;
	transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}
.png_1::before {
    content: '';
    background-image: url('../img/icons/png_1.png');
}
.png_2::before {
    content: '';
    background-image: url('../img/icons/png_2.png');
}
.png_3::before {
    content: '';
    background-image: url('../img/icons/png_3.png');
}
.png_4::before {
    content: '';
    background-image: url('../img/icons/png_4.png');
}
.banners_all {
    background: #fff;
}
.banners_all img{
	border-radius: 10px;
}
.banners_full img{
	border-radius: 10px;
}
.top_testimonials{
	    /*background-image: url(../img/toppages_back.jpg);*/
    background-repeat: repeat;
    background-size: auto;
    background-color: #f5f5f5;
	text-align:center;
}
.testim_title {
    color: #151515;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 25px;
    text-align: center;
}
.testim_short {
    color: #3a9fd6;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}
.products_row {
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    float: left;
	width: 100%;
}
.products_row_first {
    border-top: 1px solid #E5E5E5;
    float: left;
	
}
.product_item {

    padding: 20px;
    border-right: 1px solid #E5E5E5;
}
.product_item_first {
    border-left: 0px solid #E5E5E5;
}
.product_item_last{
	border-right: 0px solid #E5E5E5;
}
.product_list_title{
    color: #222;
    font-size: 16px;
    font-weight: 400;

}
.products_btn_see_more{
	color: #fff;
    background: #3a9fd6;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    line-height: 42px;
    display: block;
    border-radius: 50px;
    text-align: center;
	margin-top:10px;
}
.products_btn_see_more:hover{
    color: #222222;
    background-color: #f5f5f5;
}
#input-sort {
    border: 0px;
    border-bottom: 1px solid #E5E5E5;
}
.category_inner_desc{
	display: block;
	border-bottom:0px solid #E5E5E5;
	border-top:1px solid #E5E5E5;
    padding: 20px;
}
.category_inner_desc2{
	
}
.category_inner_desc3{
	
}
.main_pic_link {
    position: relative;
    display: inline-block;
}
.products_producer_name{
	color: #3a9fd6;
	font-weight:500;
}
.products_producer_desc{
	color: #222;
}
.linked_list_title{
	
}
.top_news {
    background: #fff;
}
.homenewsimg{
	border-radius:10px;
}
.news_title{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #222;
    margin-top: 5px;
    margin-bottom: 10px;
}
.news_title a{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #222;
}
.news_shdescription{
    color: #546e7a;
    font-size: 14px;
}
.news_date{
    display: inline-flex;
    align-items: baseline;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    padding: 10px 0px 10px 0px;
    color: #666666;
    font-weight: 400;
	line-height:1;
}
.news_date i{
    color: #666666;
	font-size: 6px;
	margin-left:10px;
	margin-right:10px;
}

.btn_topnews{
    color: #222;
    border-radius: 6px;
    padding: 0px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 400;
	text-decoration:underline;
}
.btn_topnews:hover{
    color: #3a9fd6;
}
.top_producers {
    background-color: #fff;
    padding: 45px;
}
.top_producers_item{
	filter: grayscale(1);
}
.top_producers_item:hover{
	filter: grayscale(0);
}
.top_producers_carousel .customNavigation .prev {
	margin-left:15px;
}
.top_producers_carousel .customNavigation .next {
	margin-right:15px;
}
.cvetizprati {
    background-color: #3a9fd6;
    color: white;
    border: 1px solid #3a9fd6;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 50px 0px 50px;
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    float: left;
	border-radius: 5px;
	cursor:pointer;
}
.col_cont_box{
	color:black;
	display:flex;
	align-items:center;
	width:100%;
}
.fatinf{
font-weight: 400;
    color: #3a9fd6;
    font-size: 20px;
    margin-right: 12px;
    border: 1px solid #3a9fd6;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100px;
}
.thininf{
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}
.thininf a{
	color: #000000;
}
.thininf a:hover{
	color:#3a9fd6;
}
#map-iframe iframe {
    display: block;
    width: 100%;
}
.pagination_div {
    width: 100%;
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination li {
    display: inline-block;
}
.pagination > li > a, .pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    background-color: #eee;
    border-color: #ddd;
}
fieldset {
    margin-bottom: 20px;
    color: #000;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
	border: 0;
	margin: 0;
	    margin-bottom: 30px;
}
.form-control {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fcfcfd;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	font-family:inherit;
    outline: none;
}
.form_legend {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #000;
}
.form_legend:before {
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    background: #3a9fd6;
    width: 70px;
    bottom: 0;
    margin: auto;
}
.form_label {
    color: #757e91;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
}
.bootstrap-touchspin {
    position: relative;
    display: flex;
    align-items:center;
}
.bootstrap-touchspin input{
    line-height: 40px;
    min-height: 40px;
    height: 40px;
    width: 40px;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #eceff1;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    background-color: #eceff1;
	padding: 0px;
    border-radius: 0px;
    text-align: center;
}
.bootstrap-touchspin .input-group-btn{
	width: 40px;
}
.bootstrap-touchspin-down, .bootstrap-touchspin-up {
    line-height: 40px;
    min-height: 40px;
    height: 40px;
    width: 40px;
	padding: 0px;
    text-align: center;
    border: 0px solid;
    font-size: 24px;
    font-family: monospace;
    font-weight: 600;
	background-color: #eceff1;
	color: #3a9fd6;
	cursor:pointer;
}
.bootstrap-touchspin-down {
    margin-right: 3px;
	border-radius: 5px 0px 0px 5px;
}
.bootstrap-touchspin-up {
    margin-left: 3px;
	border-radius: 0px 5px 5px 0px;
}
.hide{
	display:none !important;;
}
.nopadding {
    padding: 0px;
}
@media (min-width: 780px) {
	.hidedesc{
		display:none !important;
	}
}
@media (max-width: 780px) {
	.mobhide {
		display:none !important;
	}
	.mobnopadding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
img{
	max-width:100%;
	height: auto;
}
.firstpic {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.copyright{
	float:left;
}


:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack{width:13px;}
.fa-stack .fa {
	font-size: 13px;
	color: #999999;
}
.spacer{
	width:100%;
	clear:both;
}
.spacer5{
	width:100%;
	clear:both;
	height:5px;
}
.spacer10{
	width:100%;
	clear:both;
	height:10px;
}
.spacer20{
	width:100%;
	clear:both;
	height:20px;
}
.spacer30{
	width:100%;
	clear:both;
	height:30px;
}
.spacer50{
	width:100%;
	clear:both;
	height:50px;
}
.spacer100{
	width:100%;
	clear:both;
	height:100px;
}

/* Override the bootstrap defaults */

.testi-content .title a {
	display: inline-block;
	position: relative;
	color: #666666;
	font-size: 14px;
	padding-left: 10px;
	letter-spacing: .8px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	letter-spacing: .8px;
	margin: 0;
	padding: 0;
}
.firstpic{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.lb-outerContainer{
	width: 870px !important;
height: 618px !important;
}
#product-search input[type="checkbox"], #checkout-checkout .radio input[type="radio"] {
	margin-top: 4px;
}
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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.col-sm-2.control-label {
	
	font-weight: 400;
}
.newsletter .col-sm-2.control-label {
	width: 100%;
	margin-bottom: 20px;
	color: #6e6e6e;
	padding: 0px 5px;
}

div.required .control-label::before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.nav-tabs {
	margin-bottom: 15px;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
}

#accordion h4.panel-title a.accordion-toggle {
	display: block;
}
.common-home header:hover {}
.select_brands{
    line-height: 17px;
    margin-bottom: 7px;
}
/*.common-home header {}*/
.mfp-wrap, .mfp-bg{z-index: 99999 !important;}
@-webkit-keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
@-moz-keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
@keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
.headertop.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	padding: 0;
	z-index: 102;
	
	box-shadow: 0 0 15px rgba(141, 140, 140, 1);
	-moz-box-shadow: 0 0 15px rgba(141, 140, 140, 1);
	-webkit-box-shadow: 0 0 15px rgba(141, 140, 140, 1);
	-webkit-font-smoothing: antialiased;
	animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background: #Fff;
}
header.fixed .headertop {
    display: none;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            -ms-transform:translateY(-100%);
            -o-transform:translateY(-100%);
            -moz-transform:translateY(-100%);
    } 
    100% {
        transform: translateY(0);
            -webkit-transform: translateY(0);
            -ms-transform:translateY(0);
            -o-transform:translateY(0);
            -moz-transform:translateY(0);
    } 
}
header {
	background-color: #fff;
	display: inline-block !important;
	position: relative;
	vertical-align: top;
	width: 100%;
	z-index: 99;
	box-sizing: border-box;
}
.subbanner .banner .image-link::before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	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;
	z-index: 9;
}

.subbanner .banner .image-link::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;

}
.subbanner .banner .image-link::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	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;
}

#checkout-cart .buttons .pull-right .btn.btn-primary {
	border: 1px solid #333333 !important;
	background: #333333 !important;
	color: #fff !important;
}

.shopping-cart tr .input-group {z-index: 0;}
.header-left {
	float: left;
	position: relative;
	z-index: 5;
	padding: 0;
	width: 33.33%;
	text-align: left;
}
.header-center {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 50%;
}
.header-center .container {
	width: 100%;
	padding: 0;
	display: inline-block;
	float: none;
	text-align: center;
}
.header-right {
	float: right;
	position: relative;
	width: 33.33%;
	height: auto;
	padding: 12px 0;
	text-align: right;
}

.top-links ul {
	margin: 0px;
}

/*menu*/
.mainmenu {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
	position:relative;
}

.mainmenu .nav-container {
	display: inline-block;
	width:100%;
	text-align:center;
}
.nav-inner {
    display: inline-block;
}
.header-bottom .mainmenu {
    width: 100%;
    float: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
 
}
.main-menu > ul > li:first-child > a {
    margin-left: 0;
}
.main-menu > ul > li > a > i {
	font-size:10px;
}
/* top */
.account-order .table-responsive .btn.btn-info .fa-eye::before{
	    line-height: 16px;
}
.account-wishlist .table-responsive .fa-shopping-cart::before{
    line-height: 22px;
}
.account-wishlist .table-responsive .btn.btn-primary {
    height: 40px;
}
 .nav-left {
    width: auto;
    float: left;
	text-align:left;
	padding: 0;
}
.nav-left a:hover,.nav-left a:focus { color: #2e8bb0;}
.nav-left .fa-heart::before {
    position: relative;
    left: -5px;
    right: auto;
    margin: 0;
    text-align: center;
    top: auto;
}
.nav-left  .list-inline > li {
    padding-right: 30px;
	padding-left:0;
}
#top ul.list-inline {
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}
.nav-left .header-cms span {
    color: #2e8bb0;
    text-transform: uppercase;
}
.nav-left .header-cms {
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: none;
    color: #c3c3c3;
}
.nav-right .pull-left .fa {
    font-size: 13px;
}
.nav-center {
    width: 33.33%;
    float: left;
    text-align: center;
	padding:14px 0;
}
.header-cms span {}
.nav-right {
    width: auto;
	float: right;
	text-align: right;
	    padding-top:0;
	    display: inline-block;
}
.nav-right .pull-left {
    display: inline-block;
}

.dropdown-menu.dropdown-menu-right.myaccount-menu {
	min-width: 200px;
	padding: 15px 25px;
	
}
.quickview-model #button-cart2 {
	border: 1px solid #333333 !important;
	background: #333333 !important;
	color: #fff;
}
li:hover a .fa.fa-phone , li a:hover .fa.fa-phone , li:hover a .fa.fa-heart , li a:hover .fa.fa-heart , li:focus a .fa.fa-phone , li a:focus .fa.fa-phone , li:focus a .fa.fa-heart , li a:focus .fa.fa-heart {color: #2e8bb0 ;}
.nav-left li:hover span {}
.nav-right .list-inline li{
	padding: 0;
	font-weight: 400;
	color: #c3c3c3;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.8px;
}
#top {
	background-color: #1c1c1c;
	padding: 10px 0;
	border-bottom: 1px solid #353535;
}
#top .container {
	padding: 0 15px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	width:100%;
	padding: 0 0 8px 0;
	color: #000;
}
#form-currency {
	padding: 0 20px 0 0;
}
#form-language {
    padding: 0;
}
.lang-curr-wrapper {
	float: left;
	border-top: 1px solid #e6e6e6;
	margin-top: 10px;
	padding-top: 8px;
}
#form-language .language-menu, #form-currency .currency-menu {
	float: left;
	padding: 0 0 0 15px;
	list-style: none;
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.myaccount-menu .lang_cur_block .pull-left {
	border-top: 1px dashed #999999;
	margin-top: 15px;
	padding-top: 15px;
	width: 100%;
}
.lang_cur_block .pull-left .dropdown-menu img, #form-currency .dropdown-menu strong {display: block;}
.lang_cur_block .pull-left img, #form-currency strong {
width: 16px;
display: inline-block;
text-align: left;
}

#form-language img {}
#form-language .btn-link, #form-currency .btn-link {
	font-weight: 400;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.8px;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}
#top-links .myaccount-menu .language-menu > li, #top-links .myaccount-menu .currency-menu > li {
	display: inline-block;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
	width: auto;
}
#form-language .btn-link:hover, #form-currency .btn-link:hover {
	text-decoration: none;
	color: #666666;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	background-color: #999999;
	    color: #2e8bb0;
}

#currency .dropdown-menu { padding: 8px;}

#language .dropdown-menu > li > a {padding: 3px 8px;}
#currency .dropdown-menu .btn { padding: 2px !important;}
#language .dropdown-menu > li > a:hover {color:#FFFFFF;}
#top .btn-link, #top-links li, #top-links a,#language .dropdown-menu > li > a {
	text-decoration: none;
	padding: 0;
	background-color: transparent !important;
}
#top-links li{padding:0;}
#top-links a .fa{padding:5px 5px;}
#top .btn-link:hover, #top-links a:hover {
	color: #2e8bb0;background-color: transparent !important;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	display: block;
	position: relative;
	padding: 3px 0;
}

#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
	color: #2e8bb0;
}
#top .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}
#top-links {
	padding-top: 0;
	margin: 0;
	position: relative;
}
#top-links a + a {
	margin-left: 15px;

}
#top .fa-caret-down{vertical-align:text-bottom;}
#top #currency .btn-link, #top #language .btn-link {padding: 8px 12px;}
#top-links .myaccount .myaccount-menu a::before {display: none !important;}
#top-links .dropdown.myaccount a:hover::before{background-position: 0 -281px;}

.account-content {
    display: inline-block;
    text-align: left;
}
.dropdown.myaccount .option {
    color: #b8b8b8;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    text-align: left;
    vertical-align: top;
    text-transform: none;
    letter-spacing: 0.6px;
    display: block;
}
.dropdown.myaccount .hidden-xs.hidden-sm.hidden-md {
	font-size: 14px;
	letter-spacing: 0.4px;
	font-weight: 400;
	display: inline-block;
	color: #333333;
	line-height: 20px;
}
.dropdown.myaccount .hidden-xs.hidden-sm.hidden-md:hover {
	color: #666666;
}
.dropdown.myaccount {
	position: relative;
	list-style: none;
	display: inline-block;
}
.dropdown.myaccount .option:hover {
	color: #2e8bb0;
}
.swiper-button-prev, .swiper-button-next {
	color: rgba(0, 0, 0, 0);
	transition: all .3s ease;
	z-index: 2;
	display:none;
}

.header-compare {
	display: inline-block;
	padding: 0 20px;
	margin: 29px 0;
}
.header-wishlist {
	float: left;
	display: inline-block;
	padding: 0 20px;
	margin: 29px 0;
	padding-left: 0px;
}

#column-left .product-items .product-details {
	float: left;
	width: 50%;
}

#top-links .list-inline {	margin: 0;}
/*header inner*/
.innerblock .service-right1 .title {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.8px;
    color: #c3c3c3;
    font-weight: 400;
}
.headerinner .innerblock {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.first-content-one.innerblock {
    margin-right: 50px;
}
.service-right1 {
    display: inline-block;
    vertical-align: top;
}
.headerinner {
	position: relative;
	width: 33.33%;
	display: inline-block;
	float: none;
	padding: 32px 0 15px;
}

.first-content-one .innericon1 {
    background-position: center -304px;
}
.second-content-two .innericon1 {
    background-position: center 0;
}
.first-content-one:hover .innericon1 {
	    background-position: center -458px;
	}
.second-content-two:hover .innericon1 {
    background-position: center -152px;
}
.innericon1 {
    background: url(../img/innericon.png) no-repeat scroll;
    width: 30px;
    height: 27px;
    float: left;
    margin: 6px 10px 0 0;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}
/* logo */
.headertop {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 100%;
}


#form-currency ul li .btn-link:hover{}
#form-currency ul li .btn-link {
	padding: 0 0 10px 0;
	color: #333333;
}
.header-search.active .header-toggle, .header-search.active .header-toggle:hover {
	background: rgba(0, 0, 0, 0) url("../img/close-line.svg") no-repeat;
	background-size: 24px;
	background-position: center;
}


.header-search .header-toggle, .header-search .header-toggle:hover {
	background-image: url("../img/search-1.svg");
	height: 30px;
	width: 30px;
	cursor: pointer;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
    top: 6px;
	background-color:#fff;
}
.header-search .header-toggle:hover, #search .btn-lg:hover {
	background-image: url("../img/search-hover.svg");
}

#search {
	background: white;
	position: absolute;
	width: 290px;
	padding: 10px;
	top: 55px;
	vertical-align: middle;
	left: auto;
	right: 0;
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
}
.header-cart {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 12px auto 0;
}

.top-links {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 0 20px 0 18px;
	margin-top: 12px;
	margin-inline-start: 3px;
	margin-inline-end: 18px;
}

#logo {
	margin: 0;
	display:inline-block;
}
.dropdown-menu.myaccount-menu {
	top: 52px;
	margin: 0;
}
.dropdown-menu {
	border-radius: 0px;
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
}

/* search */
#search .input-lg {
	line-height: 18px;
	padding: 5px 30px 5px 15px;
	background-color: #fff;
	color: #333333;
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	font-weight: 400;
	letter-spacing: .6px;
	font-size: 13px;
}

#search .input-group-btn {
	position: absolute;
	right: 0;
	width: 42px;
	top: 0;
	z-index: 1000;
}
#search .btn-lg {
	background: transparent url("../img/search-1.svg") no-repeat center;
	margin: 0px;
	width: 100%;
	font-size: 0;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	height: 47px;
	border-color: transparent !important;
	background-size: 14px;
	padding: 0;
}
/* cart */
#cart {
	margin-bottom: 0;
	float: right;
	cursor: pointer;
}
#cart > .btn:hover{}
#cart > .btn {
	background: none;
	padding: 0;
	position: relative;
}
#cart .cartimage:hover {
	color: #333333;
}
#cart .cartimage {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	border: none;
	padding: 0;
	position: relative;
	float: left;
	margin: 1px 1px 0 0px;
	font-weight: 400;
}
.cart-price {
	display: inline-block;
	vertical-align: top;
	float: left;
	position: relative;
}
#cart .text-shopping:hover {}
#cart-total:hover{}
#cart .text-shopping {
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #000;
    display: block;
    text-align: left;
}

.count1 {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	line-height: 15px;
	outline: none;
	margin-left: 3px;
}

.dropdown-menu > li > a {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 24px;
}
.sub-banner2.banner .content {
	left: 38px;
}

.sub-banner3.banner .content {
	left: 45px;
}
.banner_title2{
	font-size: 16px;
    margin-top: 5px;
    display: inline-block;
	color: #666;
	text-align:center;
}
.banner_title2:hover{
	color: #000;
}
.banner2{
	margin-bottom:30px;
}
.banner2:hover{
	opacity:0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.fashion_navigator{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    z-index: 2;
	border: 0px solid white !important;
	opacity:0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: rgba(0, 0, 0, 0.75);
}

.quickview-model .product-info #tmzoom {
	margin: 0;
} 
.btn-group.wish-comp .btn.btn-default.compare {
	margin-inline-start: 15px;
}

#menu ul.nav li .megamenu ul.list-unstyled li > a {
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0px;
	letter-spacing: .4px;
}

#cart-total .cartitems{
	display: inline-block;
	vertical-align: top;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {background-color: transparent;}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	padding: 18px;
	margin-top: 0;
	top: 50px;
	width: 300px;
}
#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu li .text-center {
	margin: 0;
}
.blog-right-content .blog-date {
	width: auto;
	display: inline-block;
	padding-right: 15px;
	border-right: 1px solid #e6e6e6;
}
.write-comment a {
	color: #333333;
}

.write-comment {
	display: inline-block;
	width: auto;
	padding-left: 10px;
}
#account-login .well form {
border: none;
width: auto;
float: none;
padding: 0;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
	border: none;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .4px;
}

#cart .dropdown-menu table td {
	border: none;
	background: none;
	font-weight: 500;
}
#cart .dropdown-menu li > div {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #e8e8e8;
}
#cart .fa-shopping-cart::before , #cart .fa-share::before {
    content: none;
}
#cart .cart-menu .table .text-left a, #checkout-cart .text-left a, #accordion .panel-body .buttons .pull-right b, #collapse-checkout-confirm .table .text-left a {
	color: #333333;
	font-weight: 400;
}
#cart .dropdown-menu li p {
	margin-top: 27px;
	color: #333333;
}
/* menu */
.header-bottom {
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
  
}

.nav-responsive { display:none;}
.responsive-menu,
.main-menu {
	position: inherit;
	text-align: center;
	float: none;

	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	  
}
.main-menu ul {
	list-style: none;
	margin: 0 0 -8px 0;
	padding: 0; 
}
.main-menu > ul > li {
	position: relative;
	position: initial;
	float: left;
	z-index: 20;
}
.main-menu > ul > li.top_level_relative{
	position: relative;
}
.top_level.hiden_menu {
	position: relative;
}
.quickview-model .form-control {
	height: 40px;
}
.quickview-model .product-right ul li h4 {
  font-size: 23px;
	padding-right: 20px;
}
.product-title{
	margin-bottom:30px;
}
b, strong {
    font-weight: bold !important;
}
#menu > ul > li.hiden_menu .main {
	display: block;
	z-index: 6;
	position: relative;
	font-weight: 500;
	line-height: 20px;
	cursor: pointer;
	padding: 23px 15px 17px;
	padding-left: 15px;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0.4px;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
	text-transform: uppercase;
}
.main-menu > ul > li:hover {
} 
#menu ul li.home_first a {  } 
.nav-responsive span, .main-menu > ul > li > a {
	display: block;
	z-index: 6;
	position: relative;
	font-weight: 500;
	line-height: 20px;
	padding: 17px  20px;
	color: #333333;
	font-size: 15px;
	letter-spacing: 0.4px;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
}
.main-menu a:hover { text-decoration:none}
.nav > li > a:hover, .nav > li > a:focus{background-color: transparent;}
.main-menu .nav > li > a:hover, .main-menu .nav > li > a:focus, .main-menu .nav > li > a:active, #menu > ul > li.hiden_menu:hover .main {
	background: none;
	color: #666;
}
.main-menu > ul > li > a::after, #menu > ul > li.hiden_menu .main::after {
	position: absolute;
	left: 0;
	top: auto;
	width: 0;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-khtml-opacity: 0;
	transition: all 500ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
	-khtml-transition: all 600ms ease 0s;
	bottom: 0;
}
.main-menu > ul > li:hover > a::after, #menu > ul > li.hiden_menu:hover .main::after{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	width: 100%;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
}


.swiper-button-prev::before, .swiper-button-next::before {
	font-family: "slick-icons, sans-serif";
	font-size: 40px;
	line-height: 1;
	color: gray;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-menu > ul > li:hover > a {
	color: #9e9e9e;
	background: none;
}
#product .btn-group.wish-comp {
    padding-bottom: 10px;
}

.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background: #15BCF0;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
} 
.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;
}

.main-menu > ul > li ul > li > a , .responsive-menu .main-navigation li a{	
	padding: 8px;
	color: #666;
	display: block;
	white-space: nowrap; 
}
.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color:#666;
	background-color:#fff;
}
.main-menu > ul > li ul > li > a.activSub {	
	background-image:url(../img/cat_arrow_hover.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #666;
} 
.main-menu > ul > li ul > li > a.activSub {	
	background-image:url(../img/cat_arrow_hover.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #666;
} 
#menu ul li ul {
    display: table-cell;
	float:none;
	width: 25%;
	vertical-align:top;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display: none;
    left: 158px;
    padding: 10px 20px;
    position: absolute;
    top: 0;
	border:1px solid #ececec;
}
#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {  
    width: 100%;
}

#menu ul.nav li .megamenu ul.list-unstyled.childs_2 a { min-width:145px; }
#menu ul.nav li .megamenu.column1 ul.list-unstyled li.dropdown > a {
	padding: 4px 0;
	border: none;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
	margin: 0;
	padding:  0;
	position: relative;
	float: none;
	border: none;
	box-shadow: none;
}
#menu ul.nav li .megamenu ul.list-unstyled li > a:hover, .hiden_menu .top_level a:hover {
	color: #3a9fd6 !important;
}
#menu ul.nav li .megamenu ul.childs_1 li > a, .hiden_menu .top_level a{
 background:none; padding:4px 0; font-family:Open Sans;  font-weight:600;color: #333; }
#menu ul.nav li .megamenu ul.childs_2 li > a, .hiden_menu .top_level a{
 background:none; padding:0; font-family:Open Sans;  color: #333; }

#menu ul.nav li .megamenu.column1 ul.list-unstyled li > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .8px;
	color: #333333;
}
.hiden_menu .dropdown-inner li.top_level a {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
}



#menu ul.nav li .megamenu ul.childs_1 { border-right:none; }

#menu ul.nav li .megamenu ul.childs_1:last-child {
    border: medium none;
    
}

#menu ul.nav li .megamenu.column1 ul.childs_1 { border:none;}


#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover { color:#666666;  }
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a::before{
	font-family: 'FontAwesome';
	content:none;
	font-size: 14px;
	position: absolute;
	right: auto;
	top: 4px;
	color: #333333;
	left: 0;
}
#menu ul.nav 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: #333333;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	font-family: Open Sans;
	padding: 4px 0;
	letter-spacing: 0.6px;
}


#menu > ul > li.hiden_menu div {
	min-width: 195px;
	background-color: #fff;
	padding: 15px 25px;
	position: absolute;
	text-align: left;
	margin-top: -2px;
	top: 100%;
}
#menu > ul > li.hiden_menu:hover > div {display:block; }
#checkout-cart td {padding: 20px 16px;}
#accordion.panel-group .panel {
	margin-bottom: 20px;
	width: 100%;
}
#accordion .panel-heading .fa.fa-caret-down {
	float: right;
}

.alert-dismissable .close, .alert-dismissible .close{top: 0;right: 0;}
.nav-container.fixed .main-menu > ul > li.blog-link a,  .main-menu > ul > li.blog-link a { background:none !important; }

#menu > ul > li.hiden_menu .dropdown-menu { display:none !important; } 
.main-menu > ul > li.dropdown:hover::before, .main-menu > ul > li.hiden_menu:hover::before{opacity: 1;}
.main-menu > ul > li.dropdown::before, .main-menu > ul > li.hiden_menu::before {
	/*content: "\f0d8";*/
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 60px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	bottom: -2px;
	opacity: 0;
	z-index: 9999;
}
#menu .dropdown .dropdown-menu {
	top: 100%;
	left: 0;
	right: auto;
	/* display: none; */
	background: #fff;
	padding: 15px 25px;
	display: block;
	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;
	-khtml-transition: all 0.6s ease-in-out;
	transform: scale(1,0);
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	-khtml-transform: scale(1,0);
	transform-origin: left top;
	-webkit-transition: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	-khtml-transform-origin: left top;
}
#menu .dropdown .dropdown-menu .dropdown-menu {transform: none;}
@media (min-width: 768px) {
#menu .dropdown .dropdown-menu, #menu > ul > li.hiden_menu div {
	margin: -2px auto !important;
	transform-origin: center top 0;
	-ms-transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}
	#menu .dropdown:hover .dropdown-menu, #menu > ul > li.hiden_menu:hover div {
	display: block;
	transform-origin: center top 0;
	-ms-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	visibility: visible;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	top: 100%;
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	}
}
@media (max-width: 767px) {

	#menu {
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		    background: black;
	}
	#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 .mobile_show a {
		color: #fff;
	}
	#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;
		color: #fff;
	}
}

/* 1-col layout */

#column-left{
	width:25%;	
}
#column-right{
	width:25%;	
}
.layout-1 .content{
	float: none;
}
.category_img .img-thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
}




/* 3-col layout */
.layout-3 #column-left{	
	width:25%;
}
.layout-3 #column-right{			
	width:25%;
}
.layout-3 .content{		
	width:50%;
}
/* content */

/* footer */
.content_footer_top {
	display: block;
	background-color: #2e8bb0;
	    overflow: hidden;
}

#column-left .product-thumb:hover .price, 
#column-left .product-thumb:hover .price-new, 
#column-left .product-thumb:hover .price-old, 
#column-right .product-thumb:hover .price, 
#column-right .product-thumb:hover .price-new, 
#column-right .product-thumb:hover .price-old {opacity: 1;}
.content_footer_left {
	width: 30%;
	float: left;
	padding-right: 40px;
	position: relative;
	text-align: left;
}
.content_footer_left.column h5 {
	display: none;
}

#footer .col-sm-3 {
	padding-left: 41px;
	width: 21%;
}
.footer-cms {
	position: relative;
	float: left;
	width: 43%;
}
.content_footer_left .footerleft-dec p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-weight: 400;
    color: #999999;
}
#footer #footer_storeinformation_block.col-sm-3.column {
    width: 100%;
    float: left;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	line-height: 26px;
	letter-spacing: 0.8px;
	padding:0;
}
#footer .content_footer_right.col-sm-3.column {
	width: 30%;
	float: left;
	padding: 0 15px;
}
#footer #footer_storeinformation_block li .icon-inner {
    background-image: url("../img/footer-sprite.png");
    background-repeat: no-repeat;
    clear: both;
	float:left;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin: 0 auto;
        margin-right: auto;
    position: relative;
    width: 25px;
    margin-right: 25px;
}
#footer_storeinformation_block  #block_contact_infos .address{
	 padding-bottom: 12px;
}
#footer_storeinformation_block  #block_contact_infos li {
    width: 100%;
    float: left;
}
#footer_storeinformation_block .phoneno {
    padding-bottom: 5px !important;
}
#footer .address-icon.icon-inner {
    background-position: 0 -105px;
}
#footer li:hover .address-icon.icon-inner {background-position: 0 1px;}
#footer .phone-icon.icon-inner {
    background-position: 0px -528px;
}
#footer li:hover .phone-icon.icon-inner {background-position: 0 -422px;}
#footer .email-icon.icon-inner {
    background-position: 0px -319px;
	float:left;
}
#footer li:hover .email-icon.icon-inner {background-position: 0 -213px;}
#footer .column li .emailtxt a {
    width: auto;
    float: left;
        padding-left: 26px;
}
.newsletter .container{
	padding: 0;
}
.news-heading .mobile_togglemenu {}

#column-left .swiper-pagination-bullet, #column-right .swiper-pagination-bullet {display: none;}
.nlabel {
	text-align:left;
	font-size:11px;
	line-height: 15px;
    margin-top: 5px;
}

#powered {
	padding-bottom: 0;
	font-size: 14px;
	text-align: left;
	width: auto;
	float: left;
	color: #222;
	font-weight: 400;
	letter-spacing: 0.2px;
    width: 100%;
	text-align:center;
}
.lang_versions{
	display:inline-block;
}
.lang_versions img{
	width:40px;
	height:27px;
}
#bottom-footer .list-unstyled {
    margin: 0 auto;
}
#bottom-footer {
    width: auto;
    float: right;
    font-size: 13px;
    color: #9d9d9d;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.social-icons {
	width: 100%;
	padding: 16px 0;
	text-align: center;
}
#follow_us h3 {
	margin: 12px 0;
	display: inline-block;
	vertical-align: top;
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
.social-icons .follow-us .toggle-block {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.social-icons .follow-us .toggle-block li a:hover{color:#fff;}
.social-icons .follow-us .toggle-block li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #a3a3a3;
	font-size: 14px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
#powered a {}
footer a {
	color: #6e6e6e;
}
.contact_email a {
    color: #3a9fd6;
    font-size: 18px;
    font-weight: 500;
}
.contact_email a:hover {
	text-decoration: underline;
}
.col-sm-2.control-label {
	color: #333333;
	font-size: 14px;
	letter-spacing: .2px;
	font-weight: 400;
	text-align: left;
}


#footer .email::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    color: #2e8bb0;
    float: left;
    font-size: 15px;
    height: 15px;
    position: absolute;
    width: 25px;
    left:0;
    right: auto;
    display: none;
}
#footer .address::before {
	content: "\f041";
	font-family: "FontAwesome";
	color: #2e8bb0;
	float: left;
	font-size: 15px;
	height: 25px;
	width: 25px;
	display: none;
}
#footer .phoneno::before {
    content: "\f095";
    font-family: "FontAwesome";
    color: #2e8bb0;
    float: left;
    font-size: 15px;
    height: 15px;
    width: 25px;
    display: none;
}
#footer .column li a:hover {
    
}
#footer .list-unstyled .address_content, #footer .list-unstyled .phoneno_content, #footer .list-unstyled .contact_title {
	color: #6e6e6e;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.2px;

}
.phone {
	color: #6e6e6e;
}
#footer .manufacture_block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#powered a:hover {
	color: #000000;
}

#footer .manufacture_block li:hover{border-color: #2e8bb0;}
#footer .manufacture_block li {
	display: inline-block;
	font-size: 12px !important;
	padding: 2px 10px;
	margin-right: 2px;
	border: 1px solid #f5f5f5;
	margin-bottom: 8px;
	vertical-align: top;
	font-weight: 300;
}
#footer .manufacture_block li a {padding-bottom: 0;}
#footer .list-unstyled {
	padding: 20px 0 10px 0;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.content_footer_left img {
	padding-bottom: 36px;
}
.content_footer_bottom {
	float: left;
	width: 100%;
}

footer a:hover {color: #000;}
.ct-about-logo {margin-bottom: 27px;}
footer .text {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin: 9px 6px 31px;
	padding: 0;
	position: relative;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}
.phone {
	padding-top: 17px;
}
.email {
	padding-top: 13px;
}
.col-sm-3 ul li {
	padding: 5px 0;
}

.newsletter1 {list-style: none;}
#footer .col-sm-3.column {
	display: inline-block;
	vertical-align: top;
	float: left;
	box-sizing: border-box;
	width: 20%;
	padding-left: 14px;
	text-align: left;
}
#footer .social-icons.col-sm-3.column {
	width: 100%;
	text-align: left;
	left: 5px;
	padding: 0;
	z-index: 99;
	position: relative;
}
#footer .column .social-icon a i.fa:hover{
	color: #333333;
}

#footer .column .social-icon a i.fa {
	padding: 0px 10px 9px 0px;
	font-size: 18px;
	font-weight: 400;
	color: #6e6e6e;
}

#footer .column .social-icon a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 0;
	margin-right: 0px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	color: #bcbcbc;
}
#footer .column .social-icon a:hover {
	color: #000;
}
.payment-method {
    padding: 0;
}
@media (max-width: 979px) {
	#footer .column {
	    width: 100%;
	}
}
/*latest*/
.common-home .latest.box {
	margin-top: 80px;
	margin-bottom: 90px;
}




#column-left .latest.box .container {
	padding: 0;
	width: 100%;
}

.img-responsive {
	cursor: pointer;
	position: relative;
	height: auto;
	overflow: hidden;
}

#description {
	margin-top: 4px;
}
.checkbox-inline {
	margin-top: 10px;
}
input {
	display: inline-block;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* buttons */
.buttons {
	margin: 1em 0;
	display:inline-block;
	width:100%;
}

.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, #currency .dropdown-menu .btn-link {
	font-size: 14px;
	letter-spacing: .4px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.smform {
    width: 100%;
    max-width: 800px;
	margin:0 auto;
	
}
.quickview-model .productpage-quickview .product-rightinfo .btn-group.wish-comp {
    float:right;
}
.cart-block .btn-block{
	float:left;
}
#column-left .checkbox > label:hover {
	color: #666;
}
.swiper-viewport{
	border-radius: 0 !important;
}
#product .form-group #input-quantity, .quickview-model #input-quantity {
	width: 60px;
	height: 38px;
	display: inline;
	padding: 8px;
	
	text-align: center;
	margin-right: 10px;
	margin-top: 20px;
}
.productpage .btn-group.wish-comp .btn.btn-default.wishlist{
	margin-left: 0;
}
.btn-group.wish-comp .btn.btn-default.wishlist, .btn-group.wish-comp .btn.btn-default.compare {
	padding: 10px 0px 10px 25px !important;
	font-size: 14px;
	font-weight: 500;

}

.modal-content{z-index: 999 !important;}

.product_info h4{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #222;
}
.btn-default {
	background-color: #2e8bb0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	width: auto;
	padding: 9px 20px 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px !important;
	line-height: 20px !important;
}

#button-upload222:hover {
	border: 1px solid #333333 !important;
	background: #333333 !important;
	color: white !important;
}


.pull-left .btn.btn-default {
	background-color: #ededed;
	color: #333333;
	border-color: #ededed;
}

.btn-primary:hover {

	border: 1px solid #333333 !important;
	background: #333333 !important;
	color: #fff !important;
}

.btn-primary {
	font-size: 14px !important;
	font-weight: 500 !important;
	width: auto;
	padding: 9px 20px !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border-radius: 30px !important;
	line-height: 20px !important;
	margin-bottom: 10px;
	background: #ededed !important;
	color: #333;
	border-color: #ededed !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
    background-color: #3276b1;
    border:1px solid #285e8e;
	background-position: 0 -15px;
}
.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);
}
.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;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0,0,0,0);
	background-image: none;
	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, #333333, #111111);
}
.product-block .image .reg-image, #column-right .image .reg-image, #column-left .image .reg-image {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    
}
.product-block .image .hover-image, #column-right .image .hover-image, #column-left .image .hover-image .button-group button:hover {
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    visibility: hidden;
    text-align: center;
    left: 0;
}
.product-block .image:hover .reg-image, #column-right .image:hover .reg-image, #column-left .image:hover .reg-image {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

@media (max-width: 767px) { 

 }

/* list group */

.box .filterbox { 
    border-color: #dddddd;
    border-image: none;
    border-right: 1px solid #dddddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.list-group a {
	border-top: 1px solid #dddddd;
	color: #888888;
	padding: 8px 12px;
	background: none repeat scroll 0 0 #f5f5f5;
	font-size: 12px;
	letter-spacing: 0.8px;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
}
/* 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 {
	border:none;
	overflow: auto;
}
.product-thumb .image {
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}


.product-grid .product-thumb .image {
	float: none;
}
.banners-slider-carousel {
	width: 100%;
	float: left;
	margin: 49px 0 0px;
	position: relative;
}
.banners-slider-carousel .container {
	padding: 0;
	border-top: 1px solid #e6e6e6;
	padding: 68px 0 40px;
	position: relative;
}
.content-top-breadcum {
	margin-bottom: 0px;
	background: url('../img/breadcrumbs_bg.jpg') no-repeat top center;
	width: 100%;
	text-align: center;
	padding: 0px 0;
	position: relative;
	display: flex;
	align-items: center;
	background:#fff;
}

.content.productpage .product-left {
	float: left;
	margin: 0;
	width: 49%;
	padding-right: 100px;
	box-sizing: border-box;
	padding: 20px 30px 50px 0;
	min-height: 700px;
}

.form-control {
	box-shadow: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.productpage #tabs_info {
	padding: 0;
}
.productpage #tabs_info .nav-tabs {
	float: left;
	list-style: outside none none;
	margin: 0 0 ;
	position: relative;
	width: 100%;
	text-align: left;
	z-index: 10;
	border-bottom: none;
}
.productpage #tabs_info .nav-tabs > li > a {
	color: #aaa;
	display: block;
	line-height: 22px;
	padding: 12px 40px 8px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.2px;
	position: relative;
	margin: 0;
	border: 1px solid transparent;
	border-bottom: transparent;
}
.productpage #tabs_info .nav-tabs > li.active > a, .productpage #tabs_info .nav-tabs > li.active > a:hover, .productpage #tabs_info .nav-tabs > li.active > a:focus {
	color: #333333;
	border-color: #ececec;
	border-radius: 0;
}
.category_list_cms {
	float: left;
	width: 100%;
}

.productpage #tabs_info .nav-tabs > li.active > a::before{
	content: none;
	background-color: #2e8bb0 ;
	width: 3px;
	height: 48px;
	position: absolute;
	right: -2px;
	top: 0;
	z-index: 9;
}
.productpage #tabs_info .nav-tabs > li > a:hover {
	color: #333333;
}


.productpage #tabs_info .tab-content {
	line-height: 24px;
	float: left;
	width: 100%;
	padding: 40px;
	position: relative;
	color: #333;
	font-weight: 300;
	letter-spacing: 1.2px;
	/* border: none; */
	margin-bottom: 0;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin-top: 20px;
	margin: 0;
}
.productpage #tabs_info #tab-description {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .6px;
}

.productpage #tabs_info .tab-content::before{}
.productpage #tabs_info .tab-content::after {border-left:1px solid #ececec;}
#product-manufacturer .content p a, .manufacturer-content a:hover {
	color: #333333;
}
#product-manufacturer .content p a, .manufacturer-content a {
	color: #666666;
}

.productpage #tabs_info .nav-tabs > li {display: block;float: left !important; }
.content.productpage .product-right {
	width: 49%;
	float: left;
	padding: 20px 0 50px 10px;
	min-height: 700px;
	
}
.productpage .product-left .image .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
}
.common-home .content-top-breadcum {
	display: none;
}
.quickview-model .content.productpage-quickview {
	width: 100%;
	padding: 20px 5px;
}	
.productpage-quickview .image .thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
}
.quickview-model .content ul.list-unstyled {
	border: none;
	padding: 0;
	margin-bottom: 0;
}

.productpage .product-right ul li h4 {
	line-height: 38px;
	color: #333333;
	width: auto;
	display: inline-block;
	margin-right: 10px;
	margin-top: 0;
	font-size: 23px;
	font-weight: 500;
}
.productpage .product-right .old-price {
	line-height: 37px;
	vertical-align: top;
	font-size: 19px;
	font-weight: 400;
	color: #666;
}

.bootstrap-datetimepicker-widget a[data-action] {
    border: none !important;
}
#form-review h4 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .6px;
	color: #333333;
}
.productpage-quickview ul li a {color:#838383;}
.productpage-quickview .product-info .image {width: 100%;}

.product-block-hover {
	position: absolute;
	margin-top: 15px;
	margin-right: 10px;
	top: 0;
	right: 0;
	width: 40px;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transition: transform 0.5s ease 0.2s;
	-webkit-transition: transform 0.5s ease 0.2s;
	-moz-transition: transform 0.5s ease 0.2s;
	-ms-transition: transform 0.5s ease 0.2s;
	-o-transition: transform 0.5s ease 0.2s;
}
.product-block.product-thumb:hover .product-block-hover {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-moz-transform: translateX(0);
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;

}
}
.product-thumb h4 a:hover, .product-thumb h2 a:hover {
	color: #333333;
}
.product-thumb h4 a, .product-thumb h2 a {
	color: #333333;
	margin: 12px 0 9px;
	font-size: 14px;
	
	letter-spacing: 0.4px;
	
}
#column-left .product-thumb h4 a, #column-right .product-thumb h4 a {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: .5px;
	margin: 5px 0;
}

#column-left .product-thumb h4:hover a, #column-right .product-thumb h4:hover a {
	color: #666666;
}
.product-thumb h4 {
	margin: 0 0 6px 0;
	font-weight: 400;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.8px;
}
.product-thumb:hover .caption{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	position: relative;
}
.product-list .product-thumb .caption {opacity: 1;}
.product-thumb .caption {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}

@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:hover .rating{
}
.product-thumb .rating {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

#column-left .row {
	margin: 0px;
}
.product-list .product-thumb .rating {
	padding-bottom: 15px;
}
.productpage .rating-wrapper .fa-stack{
		font-size: 7px;
	width: 11px;
}
.rating .fa-stack, #review .fa-stack {
	font-size: 7px;
	width: 11px;
	float: left;
	margin: 0 2px;
	height: 12px;
}
.fa-star-o::before {
	content: "\f006";
}
#product-product .rating-wrapper .fa-star-o, #review .fa-star-o, .rating .fa-star-o, #review .fa-star-o {
	font-size: 13px;
}
#tab-review td p {
	font-size: 14px;
	padding: 10px 0;
}
.rating-wrapper .fa-star-o, #review .fa-star-o, .rating .fa-star-o,#review .fa-star-o{
	color: #cccccc;
	font-size: 12px;
}
.quickview-model .rating-wrapper .fa-star-o, #review .fa-star-o, .rating .fa-star-o, #review .fa-star-o {
	color: #999999;
	font-size: 13px;
	float: left;
	width: 11px;
	height: 12px;
}
.quickview-model .rating .fa-star,#review .fa-star{
	color: #fece49;
	font-size: 13px;
}
.rating .fa-star, #review .fa-star {
	color: #999999;
	font-size: 12px;
}
.rating-wrapper .fa-star + .fa-star-o, .rating .fa-star + .fa-star-o, #review .fa-star + .fa-star-o {
	color: #999999;
}
h2.price {
	margin: 0;
}
.product-list .product-block .product-details .desc {
	margin: 15px 0 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .6px;
}
#search .form-control.input-lg {
	height: 27px;
}

.product-list .product-thumb .rating {
	float: left;
	opacity: 1;
	
}
.product-list .product-thumb .price.list{display: block;margin-top: 10px;width: 100%;}
.product-list .product-thumb .price {
		margin-top: 7px;
}
.product-list .product-thumb:hover .price, .product-list .product-thumb:hover .price-new, .product-list .product-thumb:hover .price-old {opacity: 1;}
.product-grid .product-thumb .price.list {display: none;}
.product-thumb .price {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;

	line-height: 22px;
	
	text-align: left;
	margin-bottom: 0;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-weight: 500;
	color: #333333;
}
.product-thumb:hover .price , .product-thumb:hover .price-new , .product-thumb:hover .price-old{
	}
.product-thumb .price-new {
	float: left;
	margin-right: 5px;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.20px;
	font-weight: 700;
	line-height: 20px;
	font-weight: 500;
	color: #333333;
}
.product-thumb .price-old {
	color: #a6a6a6;
	text-decoration: line-through;
	margin-right: 0;
	float: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: .2px;
	font-size: 14px;
	color: #666666;
}
.product-thumb .price-tax {
	color: #999;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    display: none;
}
.content .product-thumb:hover .product-details{}
.content .product-thumb .product-details {
	overflow: hidden;
	position: relative;
	text-align: left;
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 18px;
}
.pagination-wrapper {
	padding-top: 30px;
	padding-bottom: 20px;
}


.product-list .product-block.product-thumb {
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e8;
	padding-bottom: 30px;
	padding-right: 15px;
}
.product-list .product-block-inner {
	display: flex;
}

.box-featured .product-thumb:hover .button-group, 
.box-bestseller .product-thumb:hover .button-group, 
.box-special .product-thumb:hover .button-group {
	bottom: 10px;
	opacity: 1;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.product-thumb .button-group {
	position: absolute;
	top: 15px;
    height: 50px;
	opacity: 0;
	text-align: center;
	bottom: 0;
	width: auto;
	right: 0;
	left: auto;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
}
.btn-added{
	background-color:black !important;
}
.product-thumb:hover .button-group {
	opacity: 1;
	
	bottom: 10px;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.category_list_inner {
	position: absolute;
	width: 76%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	top: 33%;
	background-color: white;
	padding: 25px 10px;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.content .category_img .box-heading {
	color: #333333;
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 10px;
}
.category_img:hover .category_list_inner {
	opacity: 0.89;
}
.box-desc a {
	color: #333333;
}

.box-desc {
	font-size: 13px;
	line-height: 21px;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	padding: 10px 24px;
	background: transparent;
	border: 2px solid #000;
	border-radius: 26px;
}
.box-desc:hover {
	background-color: #000;
	color: #fff;
}
.box-desc a:hover {
	color: #fff;
}
.category_img {
	max-width: 100%;
	position: relative;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	overflow: hidden;
}

#tab-latest #tablatest-grid .product-items, #tab-special #tabspecial-grid .product-items, #tab-bestseller #tabbestseller-grid .product-items {
	display: none;
}
.hometab {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 83px;
	position: relative;
}
.tab-head {
   width: 64%;
    float: left;
	position: relative;
	z-index: 9;
	margin-bottom: 20px;

}
#footer .content_footer_left .list-unstyled {
	padding-top: 10px;
}

.hometab .tab-head .tab-title {
	margin: 0;
	padding: 20px 0;
	font-size: 30px;
	color: #000;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0px;
	line-height: 28px;
	width: auto;
float: left;
padding-right: 40px;
background-color: #fff;
position: relative;
}
.hometab .tab-head::before {
    content: "";
    position: absolute;
    background-color: #e6e6e8;
    height: 1px;
    width: 64%;
    left: 33%;
    top: 34px;

}
.tm-message {
	display: none;
	font-size: 20px;
	text-align: center;
	margin: 20px 0;
}
.hometab .tab-content {
	border: none;
    padding: 0;
   overflow: visible;
   float: left;
   width: 100%;
}
.tabfeatured_default_width{ width:185px;}
.tabbestseller_default_width{ width:274px;}
.tablatest_default_width{ width:274px;}
.tabspecial_default_width {
	width: 274px;
}
.featured_default_width{ width:274px;}
.latest_default_width{ width:274px;}
.special_default_width{ width:274px;}
.bestseller_default_width{ width:274px;}
.related_default_width{ width:274px;}
.blog_default_width {width: 380px;}
.grid_default_width { width:230px;}
.module_default_width {
	width: 220px;
}
.additional_default_width {
	width: 230px;
}

.htabs {
	line-height: 16px;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	
	z-index: 9;
	width: 100%;
	margin-top: 10px;
}
.etabs {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.htabs .etabs li {
    display: inline-block;
    float: left;
    line-height: 17px;
    list-style: none outside none;
    position: relative;
    text-align: center;
}
.htabs a {
	color: #666666;
	display: block;
	float: left;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	line-height: 18px;
	margin: 0 20px;
}
.htabs a.selected, .htabs a:hover ,.htabss a:focus{color:#2e8bb0 ;}
.htabs a.selected::after, .htabs a:hover::after{
	content: "";
	font-family: 'FontAwesome';
	bottom: -10px;
	position: absolute;
	left: 0;
	right: 0;
}
.tab-content {
	position:relative;
	padding: 10px;
	z-index: 2;
	overflow: visible;
}
.tab-content .tab {
    display: none;
}
.loadmore .gridcount .fa.fa-refresh {
	margin-right: 10px;
	font-size: 20px;
	vertical-align: text-bottom;
}
.loadmore {
	text-align: center;
	margin: 20px 0px 50px;
}
.loadmore .gridcount:hover{
	background: none;
	border:none;
	color: #2e8bb0 ;
}
.loadmore .gridcount {
	background: none;
	border: none;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 600;
	box-shadow: none;
	background-color: transparent !important;
}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}

.product-thumb .button-group button,#cart .text-right .addtocart,#cart .text-right .checkout {
	width: auto;
	border: none;
	display: inline-block;
	float: left;
	background-color: transparent;
	color: #000;
	padding: 0;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-top: 5px;
	position: relative;
}
.product-thumb .button-group .compare:hover{ 
	background-image: url("../img/compress-alt-solid-hover.svg");
	background-color:  #333333;
	
}

.product-thumb .button-group .wishlist:hover{ 
	background-image: url("../img/heart-solid-hover.svg");
	background-color: #333333;
	
}

.product-thumb .button-group .addtocart:hover {
	background-image: url("../img/shopping-cart-solid-hover.svg");
	background-color: #333333;
	
}

.product-thumb .button-group .quickview a:hover{ 
	background-image: url("../img/eye-regular-hover.svg");
	background-color:  #333333;
	
}

.product-thumb .button-group .compare,
.product-thumb .button-group .wishlist,
.product-thumb .button-group .addtocart,
.product-thumb .button-group .quickview a , .product-thumb .button-group1 .quickview a{ 
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;

}
.product-thumb .button-group .compare{background-image:url("../img/compress-alt-solid.svg");	
}

.product-thumb .button-group .wishlist{
	background-image:url("../img/heart-solid.svg");
	-webkit-box-shadow: -1px 3px 20px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 3px 20px -7px rgba(0,0,0,0.75);
	box-shadow: -1px 3px 20px -7px rgba(0,0,0,0.75);
}

.product-thumb .button-group .addtocart{background-image:url("../img/shopping-cart-solid.svg");}
.product-thumb .button-group .quickview a, .product-thumb .button-group1 .quickview a {
	background-image: url("../img/eye-regular.svg");
	border-radius:50%;
	height: 36px;
	width: 36px;
	display: block;
	color: #c8c8c8;
	-webkit-box-shadow: -1px 3px 20px -7px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 20px -7px rgba(0,0,0,0.75);
box-shadow: -1px 3px 20px -7px rgba(0,0,0,0.75);
	
}
.product-thumb .button-group button, .product-thumb .button-group1 button, .quickview {
	height: 36px;
	width: 36px;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	display: block;
	background: #fff;
	border-radius: 50%;
	float: none;
	margin-bottom: 5px;
}

.product-thumb .button-group1 {
    width: auto;
    float: left;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.product-thumb .button-group1 .quickview {
	/* background: transparent; */
	padding: 0;
	text-align: center;
	position: relative;
	float: left;
	background: #f5f5f5;
	margin-right: 5px;
}
.product-thumb:hover .button-group1 {
	opacity:1;
	-ms-transition: all 0.3s ease 0s;
	
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}



.product-list .product-thumb .button-group1 button {
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
	background: #f5f5f5;
}
#account-order .fa-eye::before {position: relative;}	
 .product-thumb .button-group1 .quickview a {position: relative;text-align: center;}
#cart .text-right .addtocart,#cart .text-right .checkout{width:auto;float:left;}
#cart .dropdown-menu .img-thumbnail{width:auto; max-width:none;border:none;padding: 0;}
#cart .text-right .addtocart{margin:0 5px 0 0;}
.cart-menu .table tr .text-center {padding: 0;}
.product-thumb .button-group .quickview:hover a , .product-thumb .button-group1 .quickview:hover a , .product-thumb .button-group button:hover, .product-thumb .button-group1 button:hover , #cart .text-right .addtocart:hover,#cart .text-right .checkout:hover{
	text-decoration: none;
	cursor: pointer;
	border-radius: 50%;
}
.thumbnails {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {	
}
.thumbnails {	
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 10px;
	padding: 0;
	display: block;
	border: none;
}
.image-additional {
}
.thumbnails .image-additional {
	float: left;
}

@media (min-width: 1200px) {
	.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;*/
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.content .col-md-2:nth-child(6n+1),
	.content .col-md-2:nth-child(6n+1),
	.content .col-md-3:nth-child(4n+1),
	.content .col-md-4:nth-child(3n+1),
	.content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.content .col-sm-2:nth-child(6n+1),
	.content .col-sm-2:nth-child(6n+1),
	.content .col-sm-3:nth-child(4n+1),
	.content .col-sm-4:nth-child(3n+1),
	.content .col-sm-6:nth-child(2n+1) {
		/*clear:left;*/
	}
}
.fa-eye::before {
    content: "\f06e";
	line-height: 38px;
}
.fa-shopping-cart::before {
    content: "\f07a";
	line-height: 27px;
}
.fa-heart::before {
    content: "\f004";
	line-height: 27px;
}
.fa-exchange::before {
    content: "\f0ec";
	line-height: 27px;
}

.header-wishlist .fa-heart {
    height: 33px;
    width: 40px;
	position:relative;
}
.header-wishlist .fa-heart::before {

    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    font-size: 0;
 
    height: 33px;
    width: 40px;

}
.header-wishlist:hover .fa-heart::before {
    background-position: 10px -455px;
}
.btn-group.wish-comp .fa-heart::before , .btn-group.wish-comp .fa-exchange::before{
position:absolute;
    left: 0;
    right: auto;
    top: 6px;
}
.btn-group.wish-comp .btn-default {
	background-color: transparent !important;
	border: none;
	color: #333333;
}
.fa {
    font-size: 14px;
}
.product-info .image {
	position: relative;
	display: block;
	float: right;
	width: 80%;
}
.product-info #tmzoom {
	margin: 0;
	margin-inline-start: 20px;
}

.content.productpage h3 {
	margin-top: 0;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 28px;
	text-transform: uppercase !important;
	text-align: left;
}

.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel {
	float: left;
	height: 100%;
	padding: 50px 0;
	margin-right: 0;
	position: relative;
	text-align: center;
	width: 20%;
	top: 10px;
}

.productpage .timepicker-picker .table-condensed .btn{
	border: none;
}
.product-info .additional-carousel .bx-pager {display: none;}
.product-info .additional-carousel .bx-controls-direction a.bx-next {
	position: absolute;
	bottom: 10px;
	left: auto;
	right: 48px;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	font-size: 0;
	cursor: pointer;
	background: url("../img/arrow-up.png") no-repeat -36px -99px;
	height: 30px;
	width: 30px;
}
.product-info .additional-carousel .bx-controls-direction a.bx-next:hover::before, .product-info .additional-carousel .bx-controls-direction a.bx-prev:hover::before{color: #000000 ;}
.product-info .additional-carousel .bx-controls-direction a.bx-prev:hover{background-position: 5px 9px;}
.product-info .additional-carousel .bx-controls-direction a.bx-next:hover {
	background-position: 5px -99px;
}
.productpage #button-cart {
	border: 1px solid #333333 !important;
	background: #333333 !important;
	color: #fff;
}
.product-info .additional-carousel .bx-controls-direction a.bx-prev {
	position: absolute;
	top: 10px;
	left: auto;
	right: 48px;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	font-size: 0;
	cursor: pointer;
	background: url("../img/arrow-up.png") no-repeat -36px 9px;
	height: 30px;
	width: 30px;
}

.product-info .image-additional {
	clear: both;
	overflow: hidden;
	
	float: none;
	margin: 0 auto;
}
.product-info .image-additional img {
	border: 0;
	max-width: 100%;
	width: 100px;
	height: 140px;
}
.product-info .image-additional img:hover {
	border-color: #9e9e9e;
}

.product-info .image-additional a {
	float: left;
	display: block;

}

#column-left .box .box-heading, #column-right .box .box-heading {
    letter-spacing: 0.4px;
    margin: 0;
    /* padding: 0; */
    position: relative;
    width: 100%;
    float: left;
    color: #222222;
    font-size: 16px;
    cursor: pointer;
    line-height: 22px;
    font-weight: 500;
    background-color: #f5f5f5;
    padding: 10px 25px;
    border-radius: 0px;
}


.product-right .btn-group .wishlist .fa,.product-right .btn-group .compare .fa{margin-right:0;}

/* Megnor www.templatemela.com - Start */
.quickview-model .special-price {
    color: #333;
    display: inline-block;
}
.quickview-model .old-price {
    display: inline-block;
    font-size: 19px;
    color: #666;
}
/* box */  


.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;	
	padding: 10px 10px 30px 10px;
    font-size: 26px;
	text-align:center;
}
.box .box-content {
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;

}

.content .heading-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 43px;
	margin-bottom: 10px;
}
.post-description {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 16px;
}
.testmonial-image1 {
	background-size: 34px;
	padding-bottom: 20px;
}

.content .box-heading {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	border: none;
	background: #fff;
	padding: 0;
	position: relative;
	font-size: 32px;
	color: #333333;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 48px;
	padding-right: 0;
	text-align: center;
	z-index: 9;
	display: inline-block;
	position: relative;
	width: 100%;
	line-height: 40px;
	letter-spacing: .4px;
	padding: 0;
}

.box.pxtestimonialblock {
	background-color: #f2f2f2;
	padding: 50px;
	float: left;
	width: 100%;
}
#testimonial-carousel {
	background: #f2f2f2;
}
.category_list_cms .container {
	padding-top: 80px;
}

.box.pxtestimonialblock {
	background-color: #f2f2f2;
	padding: 50px;
	float: left;
	width: 100%;
	padding: 61px 0;
	margin-top: 36px;
}
.content .box.related .box-content {
	overflow:visible ;
}
.testi-content .title {
	font-weight: 400;
	position: relative;
	display: inline-block;
	padding: 0 5px 0 0;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 24px;
}
.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: 24px;
	border: none;
}
.box .box-content ul li a, .content .content ul li a {
	letter-spacing: 0.8px;
	font-weight: 400;
	width: 100%;
	display: inline-block;
	font-size: 12px;
	color: #333333;
}
.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: #666666 !important;
}
.content .product-layout.product-grid {
	padding: 0px;
	padding-bottom: 40px;
}
.content .product-layout.product-grid {
    width: 33.33%;
}
.product-grid .button-group1 {
    display: none;
}

.box .box-content ul ul{
	margin-left:15px;
}
#column-left .list-group, #column-right .list-group, #column-right .list-group-item, #column-left .list-group-item {
	border: none;
	border-radius: 0;
	background: none;
	padding: 0;
	font-size: 12px;
	letter-spacing: 0.8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
}
#column-left .list-group, #column-right .list-group, #column-right .list-group-item {
	color: #666666 !important;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #000 !important;
}
#product-category #column-left .list-group-item .checkbox{
	    margin-top: 1px !important;
    margin-bottom: 1px !important;
}
#product-category #column-left .list-group-item {
	padding: 0;
	font-size: 14px;
	font-size: 14px;
	width: 100%;
	margin: 4px 0;
	font-weight: 500;
}
#column-left .list-group .panel-footer {
	background-color: transparent;
	border: none;
	text-align: left;
	padding: 10px 0;
	
}

#column-left .list-group {
	width: 100%;
	float: left;
	padding: 15px 25px;
	margin: 0;
}
.color_select_W .fa-check{
	color:white;
}

#product-category .title {
    color: #333333;
    font-weight: 500;
}
.content .row-block .row {margin: 0 -25px;}
.contact-info .left .address-detail .btn.btn-info:hover{
	background-color: rgba(0,0,0,1) !important;
	color: #FFFFFF;
	border-color: #000000 !important;
}
.category_list1, .category_list2, .category_list3 {
	float: left;
	overflow: hidden;
	width: 33.3%;
	display: block;
	text-align: center;
}
.category_list3.box .list_inner {
	padding-left: 20px;
}

.category_list2 .list_inner {
	padding: 0 10px;
}
.category_list1.box .list_inner {
	padding-right: 20px;
}
#cart .btn-danger {
	padding: 0 3px !important;
	text-indent: 0px;
}

#information-sitemap .sitemap-left a:hover, #information-sitemap .sitemap-right a:hover {
	color: #666666;
}

#information-sitemap .sitemap-left a, #information-sitemap .sitemap-right a, #account-register a {
	color: #333;
	font-size: 14px;
	letter-spacing: .8px;
}
.btn-danger {
	border-radius: 25px !important;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	padding: 9px 20px !important;
	margin-top: 0 !important;
}


#account-login .well, #affiliate-login .well {
	box-shadow: none;
	background-color: transparent;
	border-radius: 0;
}
#affiliate-login .well .form-group a:hover, #account-login .well .form-group a:hover, #account-account .content ul li a:hover, #account-wishlist .table .text-left a:hover {
	color: #333333;
}
#affiliate-login .well .form-group a, #account-login .well .form-group a, #account-account .content ul li a, #account-wishlist .table .text-left a {color: #666666;}
.information-contact .panel.panel-default {
	border-radius: 0;
	box-shadow: none;
}
.content .pull-right .btn.btn-primary, .product-compare .btn-primary, .account-address .btn-info, #account-order .text-right .btn.btn-info, #cart .cart-menu .button-container strong {
	font-weight: 500 !important;
	width: auto;
	padding: 9px 21px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .4px;
	line-height: 22px !important;
	font-size: 14px;
	border-radius: 25px;
	vertical-align: middle;
	border: 1px solid #ededed;
	color: #333333;
	background-color: #ededed;
}

#cart .cart-menu .table .text-left a:hover {
	color: #666666;
}

.content .pull-right .btn.btn-primary:hover, .product-compare .btn-primary:hover, .btn-primary:hover, .account-address .btn-info:hover, #account-order .text-right .btn.btn-info:hover, #cart .cart-menu .button-container strong:hover, .content .pull-left .btn.btn-default:hover {

	border: 1px solid #333333;
	background: #333333;
	color: white;
}


.contact-info .left .address-detail .btn.btn-info {
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
	background-color: #2e8bb0 ;
	color: #FFFFFF;
	border-color: #2e8bb0 ;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius:0;
	-moz-border-radius: 0;
	line-height: 24px;
}
.testimonial_inner {
	text-align: center;
}

/* Product Grid Start */
/*.product-grid-list { }*/
.content .box-product/*,
.product-grid-list ul*/{ 
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style: none;
	float: left;
}

/*.product-grid-list ul li,*/
.content .box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
}
.content .box-product .product-items:hover{
	overflow: visible;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	z-index:3;
}
.content .box-product .product-items:hover .caption2{
	display:block;
}

.caption2{
	position: absolute;
    bottom: -74px;
    width: 100%;
    left: 0px;
    z-index: 2;
    padding: 0px 20px 10px;
    background-color: #f7f7f7;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	display:none;
}

.product-grid li,
.content .box-product .product-items,
.content .product-carousel .slider-item {
	width:25%;
	float:left;
	display: inline-block;
}
.box-content4 .product-items{
	width:25% !important;
}
.box-content5 .product-items{
	width:20% !important;
}
.box-content3 .product-items{
	width:33% !important;
}
.image_link{
	height: 260px;
    float: left;
    position: relative;
    display: block;
    width: 100%;
}
.image_link img{
    height: 260px;
    width: 100%;
    object-fit: contain;
}
.ie7 .product-grid li{ width:192px !important; }
.content .image-additional .slider-item{	
	display: inline-block;
    float: left;
}

.content .image-additional .slider-item .product-block {
	margin: 0;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	clear: both;
	overflow: hidden;
	padding: 0px;
}
.banners-slider-carousel:hover .customNavigation a, #testimonial:hover .customNavigation a, .hometab:hover .customNavigation a {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1; 
}
#testimonial .customNavigation a.next{right: 35% !important;}
#testimonial .customNavigation a.prev{left: 35%;}
 #testimonial .customNavigation a{
 	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	display: block;
	font-size: 0;
	color: #000;
	height: 44px;
	position: absolute;
	text-align: center;
	width: 30px;
	line-height: 38px;
	top: -65px !important;
	transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
background-color: transparent;
 }
.banners-slider-carousel .customNavigation a {
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	display: block;
	font-size: 0;
	color: #000;
	height: 44px;
	position: absolute;
	text-align: center;
	width: 30px;
	line-height: 38px;
}
.banners-slider-carousel .customNavigation a.prev:hover, #testimonial .customNavigation a.prev:hover, 
#carousel-0.banners-slider-carousel .customNavigation a.prev::before{
	content: "";
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	color: #000;
	width: 36px;
	height: 47px;
}
#carousel-0.banners-slider-carousel .customNavigation a.prev:hover::before {
    background-position: 0px -88px;
}
.banners-slider-carousel .product-carousel .product-block {}
.banners-slider-carousel .customNavigation a.next:hover, #testimonial .customNavigation a.next:hover, 
#carousel-0.banners-slider-carousel .customNavigation a.next::before{
	content: "";
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	color: #000;
	width: 36px;
	height: 47px;
}
#carousel-0.banners-slider-carousel .customNavigation a.next:hover::before{
    background-position: -88px -88px;
}
.all-blog > .panel-default {
	box-shadow: none;
	border-radius: 5px;
	border-color: #e6e6e8;
	column-count: 2;
	column-gap: 30px;
}
.all-blog .panel-default {
	margin-bottom: 30px;
	box-shadow: none;
}

.panel-default .blog-right-content h5 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.blog-left-content .blog-image:hover .zoom {
	left: 0;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.blog-left-content .blog-image:hover .readmore_link {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	right: 0;
}
.all-blog .panel .panel-body {
	padding: 0px;
}

.fa.fa-search-plus {
	margin-top: 10px;
}
.fa.fa-link {
	margin-top: 10px;
}
.all-blog .panel .blog-left-content .blog-image img {
	padding: 0;
	border: none;
	border-radius: 0;
	
	max-height: 460px;
	
	-o-filter: grayscale(50%);

}
.category_list1 .list_inner, .category_list2 .list_inner, .category_list3 .list_inner {
	display: inline-block;
	vertical-align: top;
}
.post-image-hover {
	height: 100%;
	position: absolute;
	bottom: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	width: 100%;
	top: auto;
}
.blog-left-content:hover .post-image-hover {
	transition: all 0.5s ease-out 0s;
	bottom: 0;
}
.blog-left-content:hover .post_hover {
	top: 44%;
}
.blog-image .post_hover {
	left: 0;
	margin: 0 auto;
	width: 90px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 44%;
}
.blog-left-content .blog-image .zoom {
	border: 2px solid #333;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	margin-right: 10px;
	padding: 6px 12px;
	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;
	z-index: 10;
	left: 15px;
	right: auto;
	position: absolute;
	background: #333;
}
.blog-left-content .blog-image:hover .zoom {
	left: 0;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.blog-left-content:hover .blog-image .zoom .fa, .blog-left-content:hover .blog-image .readmore_link .fa {
	font-size: 14px;
	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;
}
.blog-left-content .blog-image .zoom:hover, .blog-left-content .blog-image .readmore_link:hover {
	color: #fff;
	border-color:#2e8bb0;
	background:#2e8bb0;
}
.all-blog .blog-right-content h5 a {
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #333333;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
}

.all-blog .blog-right-content h5:hover a {
	color: #666666;
}

.all-blog .blog-desc {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 20px 0 15px;
}
.read-more a:hover, .read-more a:focus {
	color: #333333;
	text-decoration: underline;
}

.information-blogger-blogs .read-more a {
	font-size: 13px;
	}

.read-more a {
	color: #666666;
	text-transform: uppercase !important;
	text-decoration: underline;
}
.single-blog .blog-img img {
	border: none;
	padding: 0;
	border-radius: 0;
}
.single-blog .blog-desc {
	float: left;
	width: 100%;
	margin: 20px 0;
	
	clear: both;
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
	letter-spacing: .5px;
}
.single-blog .alert-success {
    clear: both;
}
#add-comment {
	border: none;
	box-shadow: none;
	padding: 0px !important;
}

#add-comment legend, .single-blog h4, .single-blog .block-title h3 {
	border-bottom: none;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1;
	color: #333;
}
#product-product .radio input[type="radio"], #product-product .checkbox input[type="checkbox"] {
	margin-top: 8px;
}


.view-comment .panel.panel-default {
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 20px !important;
}
.view-comment .coment1 {
	width: 100%;
	float: left;
}
textarea.form-control {
	height: auto !important;
}
.all-blog .read-more {
	float: left;
}
.blog-right-content {
	padding: 20px;
	float: left;
}
.blog-left-content .blog-image:hover .readmore_link {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	right: 0;
}
.blog-left-content .blog-image .readmore_link {
	border: 2px solid #333;
	color: #fff;
	display: inline-block;
	padding: 6px 12px;
	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;
	z-index: 10;
	right: 15px;
	left: auto;
	position: absolute;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	background: #333;
}
.all-blog .blog-left-content {
	float: left;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	padding: 0 10px;
}
 #testimonial .customNavigation a.prev::before{
	 content: '\f104';
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	color: #000;
 }
 #testimonial .customNavigation a.next::before{
	color: #000000;
	content: '\f105';
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute; 	
 }
 .peoplesay-block .cms-box-heading a {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #2e8bb0;
}
.peoplesay-block .cms-box-heading span {
	margin: 0 0 20px;
	color: #aaa;
	font-style: italic;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}
.testimonial-cms {margin-top: 20px;float: left;width: 100%;position: relative;}
#testimonial-carousel .test-content .image {
	background: url("../img/quote.png") no-repeat scroll 0 0;
	height: 70px;
	width: 70px;
	position: relative;
	content: '';
	float: none;
	text-align: center;
	display: inline-block;
}
#testimonial .test-content .test-desc .title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 50px;
	line-height: 56px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 20px 0;
	letter-spacing: 5px;
	text-align: center;
	padding: 20px 0;
	color: #000;
	position: relative;
}
#testimonial-carousel .peoplesay-block .test-content .test-desc p {
	display: block;
	margin: 0;
	position: relative;
	width: 72%;
	text-align: center;
	float: none;
	margin: 30px auto;
}
#testimonial .peoplesay-block .test-desc {
	display: inline-block;
	float: none;
	text-align: center;
}
#testimonial .peoplesay-block .cms-box-heading {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	float: none;
	width: 100%;
}

.banners-slider-carousel .product-carousel img:hover {
	
	-webkit-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	filter: none;
	-webkit-filter: none;
	filter: none;
}

.banners-slider-carousel .product-carousel img {
	max-width: 100%;
	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;
	opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	/*
	-webkit-filter: grayscale(100%) brightness(300%) contrast(0);
	filter: grayscale(100%) brightness(300%) contrast(0);
	*/
}
#testimonial.container {
	width: 1000px;
	padding: 0;
}
.testimonial_default_width {
	width: 100%;
}
.Blog .blog-item .blog-right h4 {
	margin: 7px 0;
	float: left;
	width: 100%;
}
.Blog .blog-item .blog-right h4 a {
	text-transform: uppercase;
	letter-spacing: 0.6px;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #333333;
}
.Blog .blog-item .blog-right .date-time:hover, .Blog .blog-item .blog-right h4 a:hover {
	color: #666666;
}
.Blog .blog-item .blog-right .date-time {
	display: inline-block;
	position: relative;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.4px;
}
.Blog .product-block:hover .blog-right{}
.Blog .blog-right {
	position: relative;
	bottom: 0;
	padding: 10px 0 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	transition: all 300ms ease;
	color: #000;
}
.blog-desc {
	color: #333333;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.6px;
	font-weight: 400;
	display: inline-block;
	margin-top: 0;
	position: relative;
}
.read-more {
	position: relative;
	display: inline-block;

}

.blog-right .read-more {
	display: none;
}


.owl-carousel .owl-buttons .owl-prev:hover {
	
	background-position: 0 -192px;
}
.owl-carousel .owl-buttons .owl-next:hover {
	
	background-position: -65px -83px;
}

.owl-carousel .owl-buttons .owl-prev {
	left: auto;

	background: url("../img/pro-arrow.png");
	
	
}
.owl-carousel .owl-buttons .owl-next {
	right: 0;
	left: auto;
	
	background: transparent url("../img/pro-arrow.png") no-repeat scroll -65px 0;
	
}
.owl-carousel .owl-buttons .owl-prev, .owl-carousel:hover .owl-buttons .owl-prev {
	/* left: auto !important; */
	/* right: 50px !important; */
	right: auto;
}
.owl-carousel .owl-buttons .owl-next, .owl-carousel:hover .owl-buttons .owl-next {/*right: 15px !important*/;left: auto;}
.customNavigation a.prev:hover::before, .customNavigation a.next:hover::before,

.box.Blog {
	float: left;
	width: 100%;
	padding-top: 70px;
}
.blog-subtitle {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-align: center;
	padding-bottom:50px;
	display: none;
}

.blog-left .blog-image .zoom:hover, .blog-left .blog-image .readmore_link:hover {
	background: #333333;
	color: #fff;
}

#servicecmsblock {
	float: none;
	width: 100%;
	position: relative;
	margin-bottom: -6px;
	
	display: inline-block;
	text-align: center;
	    cursor: pointer;
}
#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four {
	cursor: pointer;
	float: left;
	width: 25%;
	position: relative;
	border-right: 0;
	margin-right: 0px;
	padding-inline-start: 15px;
}



#servicecmsblock .icon-left1, #servicecmsblock .icon-left2, #servicecmsblock .icon-left3{
	margin: 0 30px 0 0;
	vertical-align: top;
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
	float: left;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	float: none;


}
.inner-content:hover .icon1 {
	background-color: #333333;
	color: #ffffff;
}
.service-right {	
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
}

.icon1 {
	background-color: #f2f2f2;
	background-size: 35px;
	background-position: center;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	text-align: center;
    font-size: 35px;
    line-height: 70px;
    text-indent: 2px;
	float: left;
	margin: 0 15px 10px 0;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	border-radius: 50%;
}



#servicecmsblock .inner-content {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
	width:33%;
}
#servicecmsblock .container {
	padding: 56px 0;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom:40px;
}

#servicecmsblock .service-right .sub-title {
	color: #666666;
}

#servicecmsblock .service-right .title {
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.4px;
	font-weight: 500;
}

.blog-left .blog-image img {
	border: none;
	padding: 0;
	position: relative;
	top: -50%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.blog-left:hover .blog-image img {
	transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
-moz-transform: scale(1.05);
-khtml-transform: scale(1.05);
opacity: .7;
-moz-opacity: .7;
-khtml-opacity: .7;
-webkit-opacity: .7;
}
.blog-left {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;

}

#common-home .category_img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;

}
#common-home .category_img img {
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}



.single-blog h3 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 5px !important;
	margin-bottom: 20px;
}

.content .Blog .box-product .product-block {position: relative; /*margin-bottom: 48px;*/}
.content #blog-carousel .blog-item {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.content #blog-carousel, .content #blog-grid {
	padding: 0;
	border: none;
	text-align: left;
	background: none;
	overflow: visible;
}
.content #blog-carousel .owl-pagination {
    text-align: center;
}
.content .box.Blog .box-content {
	margin: 0 -15px;
	margin-top: 15px;
}
.blog-left .post-image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.box-content {
	position: relative;
}
.blog-left .blog-image .post_hover {
	bottom: 0;
	display: inline-block;
	height: 44px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 105px;
}
.blog-left .blog-image .zoom {
	/* border: 2px solid #333; */
	color: #333333;
	display: inline-block;
	margin-right: 5px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 5px 14px 6px;
	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;
	z-index: 10;
	position: absolute;
	left: 30px;
	background: #fff;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	margin-left: -8px;
}
.blog-left .blog-image .readmore_link {
	background: #fff;
	color: #333;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 5px 14px 6px;
	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;
	z-index: 10;
	position: absolute;
	right: 27px;
	border-radius: 50%;
	height: 45px;
	width: 45px;
}
.blog-left:hover .post_hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
}
.blog-left:hover .zoom {
	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;
	left: 5px;
}
.blog-left:hover .readmore_link {
	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;
	right: 10px;
}
#outer-wrap {
	background-color: transparent;
	background-position: 50% 0;
	clear: both;
	float: left;
	height:auto;
	margin: 0 0 85px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#my-video {
	width: 100%;
	height: auto;
	max-width: none;
}
.prevideo .video-text {
	position: absolute;
	text-transform: uppercase;
	color: #000;
	top: 50%;
	color: #fff !important;
	left: 0;
	right: 0;
	display: inline-block;
	text-align: center;
	font-size: 58px;
	font-weight: 200;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	width: 100%;
}
.prevideo {
	position: relative;
}
.prevideo iframe{filter: contrast(100%) brightness(25%);}
.ytp-title-link.yt-uix-sessionlink {display: none;}

#column-left .swiper-viewport,#column-right .swiper-viewport {box-shadow: none;border: none;margin:0 0 12px;overflow: hidden;}

.content .image-additional .slider-item .product-block:hover {   box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; }	
.product-block-inner {
	padding: 0 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0;
}

.banners-slider-carousel .product-block-inner{text-align:center;border: none !important;}

.content .product-list:last-child .product-block {
    border-bottom: none;
}
.content .product-carousel .product-block, .content .product-grid .product-block, .content .box-product .product-block {
	padding: 0 15px;
	margin-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	clear: both;
	overflow: hidden;
	
}


.content #carousel-0 .product-carousel .product-block {
    margin-bottom: 0;
}
.content .product-carousel .product-block:hover,
.content .product-grid .product-block:hover,
.content .box-product .product-block:hover {
	overflow:hidden;
	clear:both;
}

.ie7 .content .product-carousel .product-block,
/*.ie7 .content .product-grid-list .product-block,*/
.ie7 .content .box-product .product-block {border:1px solid #ececec;}

.ie7 .content .product-carousel .product-block:hover,
/*.ie7 .content .product-grid-list .product-block:hover,*/
.ie7 .content .box-product .product-block:hover {border:1px solid #ececec;}
.form-control{line-height: 24px;}

.product-grid .product-thumb .desc,.productbox-grid .product-thumb .price-tax,.product-carousel .product-thumb .price-tax{display:none;}
.content .product-list .product-thumb:hover .product-details{transform: none;}
.content .product-list .product-details {
	overflow: hidden;
	opacity: 1;
	position: relative;
	transition: none;
	padding: 0;
	width: 68%;
	background: none;
	float: left;
	padding-left: 40px;
	padding-top: 10px;
}

.content .product-carousel .product-block-inner,
.content .product-grid .product-block-inner,
.content .box-product .product-block-inner{padding:0 0; text-align:center; overflow:hidden; position:relative; margin:0;}
.content .box-featured .product-carousel .product-block-inner, .content .box-featured .box-product .product-block-inner , .content .box-bestseller .product-carousel .product-block-inner, .content .box-bestseller .box-product .product-block-inner , .content .box-special .product-carousel .product-block-inner, .content .box-special .box-product .product-block-inner{ /*padding:0 15px;*/ text-align:left; overflow:hidden; position:relative; margin:0;}
.content .box-featured .product-carousel .product-block, .content .box-featured .box-product .product-block , .content .box-special .product-carousel .product-block, .content .box-special .box-product .product-block ,  .content .box-bestseller .product-carousel .product-block, .content .box-bestseller .box-product .product-block {/*padding:0;*/}
.box.related {
	float: left;
	width: 100%;
	margin-top: 50px;
	position: relative;
	margin-bottom: 25px;
}

.content .box.related .box-heading {
	margin-bottom: 30px;
	
}
.related .customNavigation a.prev::before {
    content: "\f060";
    font-size: 0;
    line-height: 60px;
    text-align: center;
    position: absolute;
    color: #000;
    width: 35px;
}


.related .customNavigation a.next::before {
    color: #000000;
    content: '\f105';
    font-size: 0;
    line-height: 60px;
    text-align: center;
    position: absolute;
    width: 35px;
}

.related .customNavigation a.prev:hover::before {background-position: 0px -88px;}
.related .customNavigation a.next:hover::before{background-position: -88px -88px;}
.content .box.related .box-heading::after {
	content: none;
	font-family: 'FontAwesome';
	bottom: 10px;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 14px;
}
.product-list .product-thumb h4 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: .5px;
	float: left;
	width: 100%;
}

.sale {
	width: 56px;
	text-align: center;
	margin-right: -39px;
	display: inline-block;
	position: absolute;
	right: auto;
	left: 0px;
	top: 10px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	line-height: 52px;
	font-size: 13px;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	height: 39px;
	margin-top: -14px;
	color: #333333;
	font-size: 12px;
}
.product-thumb:hover .sale {
	opacity: 0;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}	
/* quickview */

.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:#333333;
}
@media (max-width: 767px) {  	
	.quickbox { display:none; }
}
	
	
	
/* box products for Left Column and Right Column */
#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-bottom: 5px;	
	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: 0px;
	float:left;
	margin-right:10px;
}


#column-left .product-items .product-details,
#column-right .product-items .product-details{
	overflow: hidden;
	
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	padding:0;opacity: 1;
}
#column-left .rating {
	padding: 10px 0 0 0;
}

#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
	font-weight: normal;
	font-size: 13px;
	margin: 0 0 10px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#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; 
	height:auto;
	font-weight:normal;
	border-radius:0;
	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 { }



#column-left .box-product .price, #column-right .box-product .price, #column-left .box-product .rating, #column-right .box-product .rating {
	width: 100%;
	opacity: 1;
}
#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox {
    background: none;
    width: 100%;
    float: left;
    padding: 15px 15px;
	max-height: 350px;
    overflow: auto;
}
label.div_link{
	font-size:11px !important;
}
.treeview-list .expandable .collapsable-hitarea::before, .treeview-list .expandable-hitarea::before, .responsive-menu .expandable-hitarea::before {
	color: #666666;
	content: "+";
	font-family: "FontAwesome";
	font-size: 20px;
	right: 10px;
	position: absolute;
	top: 0;
	text-align: center;
	font-weight: 600;
}

.treeview-list .collapsable .expandable-hitarea::before, .treeview-list .collapsable-hitarea::before {
	color: #666666;
	content: "-";
	font-family: "FontAwesome";
	font-size: 25px;
	position: absolute;
	right: 10px;
	top: 0;
	font-weight: 600;
}
.treeview-list .expandable-hitarea, .treeview-list .collapsable-hitarea {
	background: none !important;
	position: absolute;
	right: 0;
}

#column-left .box, #column-right .box {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 5px;
}

#column-left .box-product .rating, #column-right .box-product .rating {
	display: block;
	text-align: left;
}
 #product .input-group-btn .btn.btn-default {
	border-radius: 0 25px 25px 0;
}
.pull-left .btn.btn-default {
	border-radius: 25px !important;
	font-weight: 500;
}
#column-left .product-thumb, #column-right .product-thumb {
	border: none;

	margin: 10px 0;
}
.product-thumb .product-block-hover .wishlist .fa-heart::before {
	font-size: 18px;
	color: #000;
	line-height: 35px;
}
.product-thumb .product-block-hover .compare .fa-exchange::before{
	font-size: 18px;
	color: #000;
	line-height: 35px;
	content: "\f24d";
}
.quickview a:hover::before, 
.product-thumb .product-block-hover .compare:hover .fa-exchange::before, .product-thumb .product-block-hover .wishlist:hover .fa-heart::before{color: #2e8bb0;}
#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;
}	
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {background:none; border:none; display: none;}


.top_button {
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	bottom: 20px;
	color: #000;
	display: none;
	font-size: 0;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 9999;
	border-radius:100px;
	background-image: url("../img/png.png");
    background-position: center;
    background-size: 40px 40px;
}

.content ul.list-unstyled {
	overflow: auto;
}
.social-icons .list-unstyled {
	margin: 0 !important;
	padding: 0 !important;
}
.payment-method.list-unstyled {
	margin: 0 !important;
	padding: 0 !important;
}
.content ul.list-unstyled li {
	letter-spacing: .6px;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	line-height: 30px;
}
.manufacturer-list {
    border: 1px solid #dbdee1;
    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, .category_filter .limit span.customSelect, #product-search .col-sm-3.sort .form-control {
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
	height: 34px !important;
	line-height: 23px;
	border: 1px solid #e6e6e8;
	font-size: 14px;
	color: #333333;
}

.tab-content {
    border:1px solid #ececec;
    padding: 10px;
	overflow:hidden;
}
.col-sm-4.total_amount { margin-top: 70px;}
.product-tag{margin:5px 0;}
.content .aboutus {
    clear: both;
	padding-bottom: 30px;
}
.image1 {
    background: url("../img/cms-sprite-2.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}

.image2 {
    background: url("../img/cms-sprite-2.png") no-repeat scroll 7px -116px;
    float: left;
    height: 50px;
    width: 60px;
}

.image3 {
    background: url("../img/cms-sprite-2.png") no-repeat scroll 7px -52px;
    float: left;
    height: 50px;
    width: 60px;
}
.image4 {
    background: url("../img/cms-sprite-2.png") no-repeat scroll 7px 6px;
    float: left;
    height: 50px;
    width: 60px;
}
.aboutus h2{clear:both;font-size:20px;}
.about-content {
	overflow: hidden;
	font-weight: 300;
	letter-spacing: .4px;
}
.information-information .right{float:right;}
.category_filter #list-view {
	background: url(../img/grid-list.png) no-repeat scroll -26px 0 transparent !important ;
	border: medium none !important;
	height: 22px;
	width: 22px;
	padding: 0 !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.category_filter #grid-view {
	background: url("../img/grid-list.png") no-repeat scroll 0 1px transparent !important;
	border: medium none !important;
	height: 22px;
	width: 22px;
	margin-right: 8px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0 !important;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	border-radius: 0px !important;
}
.category_filter #list-view:hover, .category_filter #list-view.active {
	background: url(../img/grid-list.png) no-repeat scroll -26px 0 transparent ;
	box-shadow: none;
}
.category_filter #list-view:hover, .category_filter #list-view.active {
	background: url(../img/grid-list.png) no-repeat scroll -26px -29px transparent  !important;
	box-shadow: none;
}
.category_filter #grid-view:hover, .category_filter #grid-view.active {
	background: url("../img/grid-list.png") no-repeat scroll 0 -29px transparent !important;
}
.category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{color:#333;}
.category_filter .btn-list-grid{float:left;width:auto;padding:0;margin-top: 5px;}
.compare-total {
	float: left;
	margin: 8px 15px 0;
}
.pagination-right { float: right;margin:0; width: auto;}
.category_filter .sort-by {
	float: left;
	margin: 5px 10px 0 0;
	width: auto;
	padding: 0;
}
.category_filter .show {float: left; margin: 8px 10px 0;padding:0;}
.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;
}
.compare-total a {
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	letter-spacing: .6px;
}
.compare-total a:hover {
	color: #333333;
}
.category_thumb .category_img{margin-bottom: 25px;}
.category_thumb .category_description p {
	margin: 0;
	letter-spacing: .6px;
	
}
.category_filter .list.active,.category_filter .grid.active{background:#428bca;}
.category_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;
    min-height: 0;
}
.category_list ul {
    padding: 0;
	display:inline-block;
	margin:10px 0 0;
}
.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
.category_list li a {
	color: #838383;
	display: block;
	padding: 2px 10px;
	border: 1px solid #e6e6e8;
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}
.category_list li a:hover {
	color: #333333;
	border-color: #333333;
}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
}
.category_filter, .pagination-wrapper {
	display: inline-block;
	width: 100%;
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 1.25rem;
}
.pagination-wrapper .page-link {
	float: right;
	padding: 0;
	width: auto;
	
	display: inline-block;
}
.pagination-wrapper .page-result {
	float: left;
	padding: 0;
	width: auto;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .8px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	background-color: transparent !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	cursor: default;
	height: 32px;
	width: 30px;
	color: #666666 !important;
	border-color: #666666 !important;
}
.pagination > li > a, .pagination > li > span {
    margin-left: 7px !important;
    color: #333333;
    border: 1px solid #e6e6e8;
    height: 32px;
    width: 32px;
    padding: 6px 6px;
    font-size: 14px;
    text-align: center;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #666666;
	background-color: transparent !important;
	border-color: #666666;
}
/*conatct*/

/**/


.social-icons.col-sm-3.column h5 {
	display: none;
}
.contact-form-design .left .fa.fa-map-marker {
	font-size: 32px;
	width: 45px;
	height: 45px;
	float: left;
	margin: -10px 10px 0px -1px;
	border: 1px solid #333333;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	line-height: 43px;
	text-align: center;
}
.contact-form-design .comment strong {
    padding: 0;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    font-weight: 600;
}
.contact-form-design .time strong {
    padding: 0;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    font-weight: 600;
}
.contact-form-design .left .time .image {
	width: 45px;
	height: 45px;
	float: left;
	background: url(../img/cms-sprite-2.png) no-repeat scroll -3px -433px transparent;
	margin: 10px 10px 0 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.contact-form-design address {
    display: inline-block;
    margin: -15px 0 6px 55px;
    float: left;
    clear: both;
    width: auto;
}
.contact-form-design .fax strong {
    padding: 0;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    font-weight: 600;
}
.contact-form-design .left .fax .image {
	width: 45px;
	height: 45px;
	float: left;
	background: url(../img/cms-sprite-2.png) no-repeat scroll -4px -302px transparent;
	margin: 10px 10px 0 0px;
	border: 1px solid #333333;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.contact-form-design address {
    display: inline-block;
    margin: -15px 0 6px 55px;
    float: left;
    clear: both;
    width: auto;
}
.contact-form-design .telephone strong {
    padding: 0;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    font-weight: 600;
}
.contact-form-design .left .telephone .image {
	width: 45px;
	height: 45px;
	float: left;
	background: url(../img/cms-sprite-2.png) no-repeat scroll -4px -368px transparent;
	margin: 10px 10px 0 0px;
	border: 1px solid #333333;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.contact-form-design .left .btn.btn-info {
	float: left;
	clear: both;
	display: block;
	padding: 25px 0 0;
	width: 100%;
	text-align: left;
	background: transparent;
	border: none;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: medium;
	font-weight: 600;
	font-size: 14px;
	color: #333;
	border-radius: 0px;
}

.contact-form-design .address-detail1 address {
    margin: -15px 0 20px 55px;
}
.contact-form-design .address-detail1 strong {
    padding: 5px 0 0 0;
    height: 28px;
    margin: 10px 0;
    float: left;
    font-weight: 600;
}
.contact-form-design .left .comment .image {
	 background:  url("../img/cms-sprite-2.png") no-repeat scroll -3px -498px transparent;
}
.contact-form-design .left .image {
	width: 45px;
	height: 45px;
	float: left;
	background: url("../img/cms-sprite-2.png") no-repeat scroll -3px -240px transparent;
	margin: 15px 10px 0 0px;
	border: 1px solid #333333;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.contact-form-design .address-detail, .contact-form-design .address-detail1, .contact-form-design .telephone, .contact-form-design .fax, .contact-form-design .time {
	float: left;
	width: 100%;
	padding: 4px 0 27px;
}
.contact-form-design .left {
	float: left;
	width: 27%;
	margin-right: 30px;
	padding: 34px 20px;
	color: #333;
	position: relative;
	z-index: 9;
	padding-left: 0;
}
.contact-form-design {
    width: 100%;
    float: left;
    margin: 0 0 50px;
}
#information-contact {
    margin-top: 42px;
}
.contact-info .left {
    float: left;   
    width: 50%;	
}
.contact-info .right {
    width: 100%;
}
.row.contact-info {
    padding: 0;
}
.img-thumbnail{
	background-color: transparent !important;
}
.information-contact .panel-body{padding:0;}
.contact-info{color:#666;}
.contact-info .address-detail strong {
    background: url("../img/cms-sprite-2.png") no-repeat scroll -6px -233px transparent;
   	padding: 5px 0 0 35px;
	height:28px;
	margin:10px 0;
	float:left;
	clear:both;
}
.contact-info .address-detail,.contact-info .telephone,.contact-info .fax{float:left;width:100%;}
.contact-info open {
    display: inline-block;
    margin: 0 0 0 36px;
    float: left;
    clear: both;
    width: 100%;
}
.contact-info comment {
    display: inline-block;
    margin: 0 0 0 36px;
    float: left;
    clear: both;
    width: auto;
}
.contact-info .comment strong {
    background: url("../img/cms-sprite-2.png") no-repeat scroll -5px -399px transparent;
    padding: 3px 0 0 35px;
    margin: 10px 0;
    height: 28px;
    float: left;
    clear: both;
}
.contact-info .opentime strong {
    background: url("../img/cms-sprite-2.png") no-repeat scroll -5px -357px transparent;
    padding: 3px 0 0 35px;
    margin: 10px 0;
    height: 28px;
    float: left;
    clear: both;
}
.contact-info .telephone strong{
    background: url("../img/cms-sprite-2.png") no-repeat scroll -5px -314px transparent;
    padding: 5px 0 0 35px;
	margin:10px 0;
	height:28px;
	float:left;
	clear:both;
}
.contact-info .fax strong{
    background: url("../img/cms-sprite-2.png") no-repeat scroll -5px -272px transparent;
    padding: 5px 0 0 35px;
	height:28px;
	margin:10px 0;
	float:left;
	clear:both;
}
.contact-info address {
    display: inline-block;
    margin: 0 0 0 36px;
	float:left;
	clear:both;
	width: 100%;
}

#cart .dropdown-menu li:first-child {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
/*Megnor insta CSS */ 
#instagram .item:hover .insta-hover {opacity: 1;}
#instagram .item .insta-hover {
	background: rgba(0,0,0, 0.8);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	z-index: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: default;
}
.instagram-post .owl-carousel .owl-buttons .owl-prev { 	 
	 height:34px;
	 width:50px;  
	 color:#FFF;
	 text-align:center;
	 background:none;
	 }

.instagram-post .owl-carousel .owl-buttons .owl-next { 	 
	 height:34px;
	 width:50px;
	 color:#fff;
	 text-align:center;	
	 background:none;
 }
.instagram-post .owl-carousel .owl-buttons .owl-prev:hover { 
	opacity:1; 
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;	
	color:#333;
	}
.instagram-post .owl-carousel .owl-buttons .owl-next:hover { 
	 opacity:1; 
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;	
	color:#333;
	 } 



/* INSTAGRAM OWL-CAROUSEL */
#instagram .item i:hover{color: #2e8bb0 ;}
#instagram .item i {
	position: absolute;
	top: 46%;
	bottom: auto;
	font-size: 50px;
	color: #fff;
	opacity: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}
#instagram .item:hover i {opacity: 1;}
#instagram.owl-carousel { margin:0; } 
.instagram-post { background:#FFFFFF; text-align:center; }
.instagram-post .box-heading h3{ 
    color: #333333;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;  
    padding: 0;
    text-transform: capitalize;
	margin: 35px 0;
	border:none;
	float:none;
}
.instagram-post .box-heading h3 .fa{ font-size:28px; margin:0 10px; }
.instagram-post .owl-item a {
    position: relative;
	display:block;
	margin-bottom: -1px;
}
.instagram-post .owl-item a:before { 
	content:"";
	background:rgba(255,255,255,0.8);
	position:absolute;
	height:100%;
	width:100%;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0; 
	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	left:0;
	right:0;
	}

.instagram-post .owl-item a:hover:before { 
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1; 
	} 
	
.instagram-post .owl-item:hover .insta-date { 
 	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	 }
.instagram-post .insta-date {  
	bottom: 0;
    color: #000;
    font-family: alex brush;
    font-size: 30px;
 	font-weight:bold;	 
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;; 
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
}
.container.container10{
	padding-left: 10px;
    padding-right: 10px;
}
.row.row_size10{
	margin-left:10px;
	margin-right:10px
}
.row_size10 .col-sm-1, .row_size10 .col-sm-2, .row_size10 .col-sm-3, 
.row_size10 .col-sm-4, .row_size10 .col-sm-5, .row_size10 .col-sm-6, 
.row_size10 .col-sm-7, .row_size10 .col-sm-8, .row_size10 .col-sm-9, 
.row_size10 .col-sm-10, .row_size10 .col-sm-11, .row_size10 .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
}
/* INSTAGRAM OWL-CAROUSEL */
.main-slider {
	position: relative;
	padding-bottom: 0px;
}
.main-slider .img-responsive {
    width: 100%;
    height: 560px;
    object-fit: cover;
	border-radius: 10px;
}
.banners_slide img{
	border-radius: 10px;
}
.main-slider .swiper-pager .swiper-button-prev, .main-slider .swiper-viewport:hover .swiper-button-prev {
	left: 50px;
	right: auto;
}
.main-slider .swiper-pager .swiper-button-next, .main-slider .swiper-viewport:hover .swiper-button-next {
	right: 50px;
	left: auto;
}
.main-slider .swiper-pager .swiper-button-prev::after{
	position: absolute;
	content: none;
	background: #dbdbdb;
	height: 28px;
	top: 17px;
	width: 1px;
}

.main-slider .swiper-pager{}
.main-slider .swiper-pager .swiper-button-next, .main-slider .swiper-pager .swiper-button-prev {
	height: 60px;
	/* width: 80px; */
}
.main-slider .swiper-viewport {
	border: none;
	box-shadow: none;
	margin: 0;
}
.main-slider #spinner {}
.main-slider .swiper-pagination {
    /* display: none; */
    bottom: 10px;
    text-align: center;
    width: 100%;
}
.main-slider .swiper-pagination-bullet{
	margin:4px;
	width:12px;
	height:12px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff!important;
}
/*cms*/
.cms_banner .cms_img .static-inner .link-text:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}
.cms_banner .cms_img .static-inner .link-text {
    color: #2e8bb0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 21px;
    margin-top: 37px;
    text-transform: uppercase;
    transition: all 0.2s ease-out 0s;
    border-bottom: 2px solid #2e8bb0;
    width: auto;
}
.cms_banner .cms_img .static-inner .text2.static-text {
    color: #fff;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 0.3px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
        margin: 8px 0 20px;
}
.cms_banner .cms_img .static-inner .text1.static-text .offer{
	color: #2e8bb0;
	}
.cms_banner .cms_img .static-inner .text1.static-text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #fff;
    display: block;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
}
#parallaxcmsblock {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 600px;
	background: rgba(0, 0, 0, 0) url("../img/parallax.jpg") no-repeat scroll center center;
	background-attachment: scroll;
	background-attachment: fixed;
}
#parallaxcmsblock .static-inner {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
	top: 30%;
}
#parallaxcmsblock .static-inner .text1.static-text {
	font-size: 60px;
	line-height: 76px;
	color: #fff;
	text-align: center;
	font-weight: 200;
	width: 100%;
	float: left;
}
#parallaxcmsblock .static-inner .text2.static-text {
	font-size: 60px;
	line-height: 76px;
	color: #fff;
	float: left;
	width: 100%;
	font-weight: 600;
}
#parallaxcmsblock .static-inner .cms-btn {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 30px;
}
#parallaxcmsblock .static-inner .cms-btn .link-text {
	background: #2e8bb0;
	color: #fff;
	padding: 12px 30px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 30px;
	line-height: 24px;
}
#parallaxcmsblock .static-inner .cms-btn .link-text:hover
{
	background: #000;
	color: #fff;
	-ms-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.cms_banner.container {
    padding: 0;
    margin-top: 40px;
}
.cms_banner {
	position: relative;
	float: left;
	width: 100%;
}
.cms_banner .cms_img {
    overflow: hidden;
    position: relative;
    float: left;
}
.cms_banner .cms_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.cms_banner .cms_img img {
    display: block;
    max-width: 100%;
    position: relative;
    transform: scale(1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
	.cms_banner .cms_img .static-inner {
    right: auto;
    top: 26%;
    text-align: left;
    left: 8%;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    position: absolute;
    letter-spacing: 0;
    z-index: 7;
    cursor: pointer;
}
/*** sub banner***/


.sub-container.container {
    /*padding: 0;*/
}
.sub-container {
    position: relative;
    overflow: hidden;
}
.subbanner {
	    width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}
.subbanner .banner {
	float: left;
	width: 50%;
	display: block;
	position: relative;
}
.subbanner .banner .image-link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.subbanner .banner img {
	max-width: 100%;

	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.subbanner .banner:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.subbanner .banner:hover .fashion_navigator {
	opacity:1;
}
#price_from, #price_to{
	width:60px;
}
.fashion_navigator_test{
	text-align:center;
	padding-top:20px;
}
.blog-image {
	background: #333333;
}
.sub-banner1.banner {
	margin-bottom: 0px;
	padding-right: 16px;
}
.sub-banner2.banner {
	padding: 0 8px;
}

.sub-banner3.banner {
	padding-left: 16px;
}

.subbanner .content {
position: absolute;
top: 27%;
left: 30px;
width: 38%;
right: auto;
text-align: left;
}

.sub-banner2 .sub-title2 .banner-price2, .sub-banner4 .sub-title2 .banner-price2{
    color: #000;
}
.sub-banner2 .sub-title2, .sub-banner4 .sub-title2{
	font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.4px;
    text-transform: none;
    color: #9f9f9f;
    margin: 13px 0;
}
.sub-banner2 .title2, .sub-banner4 .title2 {
	font-size: 16px;
	font-weight: 300;
	line-height: 43px;
	letter-spacing: .4px;
	color: #000;
	padding-bottom: 10px;
}
.sub-banner1 .sub-title2 .banner-price, .sub-banner3 .sub-title2 .banner-price{
		font-size: 26px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #2e8bb0;
}
.sub-banner1 .sub-title2 , .sub-banner3 .sub-title2 {
	font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
}
.sub-banner3 .sub-title2 {
    bottom: 30px;
    left: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
}
.sub-banner1 .sub-title1, .sub-banner3 .sub-title1 {
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -1px;
	color: #000;
	margin: 0 0 35px;
	padding-bottom: 32px;
}
.sub-banner1 .title1, .sub-banner3 .title1, .sub-banner2 .title1{
font-weight: 500;
font-size: 22px;
line-height: 30px;
letter-spacing: 0;
text-transform: none;
color: #333333;
margin-bottom: 20px;
margin-top: 0;
}

.sub-banner2 .title , .sub-banner4 .title {
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0.2px;
	color: #000;
}
.subbanner .button a ,.category_list_inner .box-desc{
	background: transparent;
	border: transparent;
	padding: 0;
	color: #333333;
	text-decoration: underline;
	font-size: 14px;
	font-weight: 500;
}

.subbanner .button a:hover, .category_list_inner .box-desc a:hover {
	background: transparent;
	border: transparent;
	color: #333333;
	
}

.sub-banner2 .sub-title , .sub-banner4 .sub-title {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.4px;
	margin: 35px 0;
	color: #9f9f9f;
	font-weight: 500;
}
.sub-banner2 .button , .sub-banner4 .button {
	background-color: transparent;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #000;
	
	text-transform: uppercase;
}


.button a {
	background: transparent;
	color: #000;
	padding: 12px 30px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #000;
	border-radius: 25px;
	padding: 9px 30px;
	/* margin: 13px 15px; */
}
.button a:hover {
	background: #000;
	color: #fff;
}
/*******/
.cms-item {
	padding-top: 60px;
	margin: 0 auto 100px;
}
.cms-item .offer-banner.container {
	padding: 0 0 60px 0;
	width: 1000px;
}
.cms-item .Subbanner.container {width: 1000px;padding:0;}
.cms-item .offer-banner-inner {
	width: 100%;
	float: left;
}
.cms-item .shortcode-title {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	position: relative;
}
.cms-item .shortcode-title .big-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 50px;
	line-height: 56px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 20px 0;
	letter-spacing: 5px;
	color: #000;
}
.cms-item .shortcode-title .sub-title {
	font-size: 12px;
	color: #585858;
	padding: 15px 0 8px;
	margin: 0;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 600;
}
.cms-item .offer-banner-inner .offer-link {
	box-sizing: border-box;
	width: 100%;
}
.cms-item .offer-link .read-more strong {
	font-weight: 600;
	text-decoration: underline;
	color: #2e8bb0;
}
.cms-item .offer-link .read-more strong:hover{color: #000;}
.cms-item .offer-banner-inner .offer-link p {
	text-align: center;
	line-height: 30px;
	margin: 0 0 20px;
}
.cms-item .offer-banner-inner .offer-link p.read-more {
	margin: 0;
	line-height: 24px;
}
.cms-item .offer-banner-inner .offer-link p.read-more a{color: #000;background-color: transparent !important;}



.cms-item .Subbanner .static-inner .shop-now a {
	color: #2e8bb0;
	font-size: 11px;
	text-decoration: underline;
}
.product_banner {
	width: 100%;
	float: left;
	position: relative;
}
@keyframes circle {
	0% {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
	40% {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
	100% {
		height: 200%;
		opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		width: 200%;
	}
}
.product_banner_inner {
	position: relative;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	display: block;
	float: left;
	width: 33.33%;
}
.product_banner .product_img1, .product_banner .product_img2, .product_banner .product_img3 {
	position: relative;
	overflow: hidden;
}
.product_banner .product_banner_inner:hover img{
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.product_banner .product_banner_inner img{
	height: auto;width: 100%;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product_banner .product_banner_inner .cat_description {
	position: absolute;
	bottom: 0;
	padding: 40px;
	left: 0;
	right: 0;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 300ms ease;
	text-align: left;
}
.product_banner .product_banner_inner:hover .cat_description{background: rgba(0,0,0,0.6);}
.product_banner .product_banner_inner .cat_description .cat_name {
	color: #fff;
	display: block;
}
.product_banner .product_banner_inner .cat_description .count:hover{color: #2e8bb0 ;}
.product_banner .product_banner_inner .cat_description .count {
	color: #fff;
	padding-top: 6px;
	display: block;
	cursor: pointer;	
}

.information-sitemap .sitge-map ul{padding:0 0 0 20px;}
.forget-password {margin: 5px 0 0;}
.product-compare .btn-primary{margin:5px 0 5px;}
.productpage .product-right ul li a {
	color: #333333;
	font-size: 14px;
	/* color: #000; */
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .6px;
}
.productpage .write-review, .productpage .review-count {
	margin: 0 10px;
	color: #333333;
	font-size: 14px;
	letter-spacing: .4px;
	display: inline-block;
}
.productpage .write-review:hover, .productpage .review-count:hover {
	color: #666666;
}

.productpage .rating-wrapper {
	
	margin-bottom: 10px;
}
.checkout-cart .hasCustomSelect{width: 95% !important;}
.productpage .product-right .list-unstyled {
	border-top: 1px solid #e6e6e8;
	margin: 20px 0 20px;
	padding-top: 20px;
}
.productpage .product-right ul li .desc {
	color: #333333;
	letter-spacing: 1.2px;
	font-weight: 500;
	font-size: 15px;
	margin-right: 25px;
	text-align: left;
	
}

.content-top-breadcum #title-content .page-title, .content-top-breadcum #title-content h1, .content-top-breadcum #title-content h2 {
	text-align: left;
	margin: 0;
	margin-bottom:20px;
	letter-spacing: 0.8px;
	color: #222222;
	font-size: 30px;
	font-weight: 500;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
	line-height: 30px;
}
.breadcrumb > .active{
	color:#000;
}
.refine-search{
	position: relative;
	background: none;
	padding: 0;
	font-size: 16px;
	color: #000;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 0.4px;
	margin: 10px 0;
}



.radio label, .checkbox label {
	display: inline;
	font-weight: 400 !important;
	cursor: pointer;
	text-transform: capitalize !important;
}
#product label {
	line-height: 28px;
	font-size: 14px;
	min-width: 50px;
}

#button-upload222 {
	
	border-radius: 25px !important;

	background: #ededed;
	color: #333;
	border-color: #ededed !important;
}


.btn.btn-default.wishlist:hover {
	color: #666666;
}
.btn.btn-default.compare:hover {
	color: #666666;
}

.btn.btn-default:hover {
	background-color: #333333;
}

.copy-right {
	text-align: center;
	border-top: 1px solid #cecece;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 37px 0 41px;
}

.footer-list-unstyled li {
	list-style: none;
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
.footer-list-unstyled li::before {
	background: #dedede;
	width: 1px;
	height: 12px;
	position: absolute;
	content: "";
	top: 6px;
	right: 0;
	left: 0;
}
.footer-list-unstyled li:first-child::before
{
	background: none;
}
#contact li {
	list-style: none;
}
.footer-list-unstyled {
	padding: 0;
}
#bottom-footer li{display:inline; padding: 0 0 0 0;}
#bottom-footer li.contact{background:none;}

.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 { border: 1px solid #ececec; padding: 10px;}


.shopping-cart .img-thumbnail{max-width:none;}
#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:14px;}

.col-sm-3.search_subcategory {width: auto; margin-top:7px;}

#button-search {
	float: right;
	margin-bottom: 15px;
}
.product-search h2{clear:both;}

#input-captcha, #input-payment-captcha {
    margin-bottom: 10px;
}

.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: #ececec;
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.customNavigation a.next {
	right: -20px;
	left: auto;
	background: transparent url("../img/arrow.png") no-repeat scroll -31px 0;
}
.customNavigation a.next::before{
	color: #000000;
	content: '';
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	display: none;
	
}
.customNavigation a.prev::before{
	content: '';
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	color: #000;
	display: none;
	
}
.box-featured:hover .customNavigation a.next , .box-bestseller:hover .customNavigation a.next  , .box-special:hover .customNavigation a.next  {opacity:1;} 
.box-featured:hover .customNavigation a.prev , .box-bestseller:hover .customNavigation a.prev  , .box-special:hover .customNavigation a.prev {opacity:1;}
.customNavigation a.prev:hover {
	background-position: 0 -100px;
}
.customNavigation a.next:hover {
	background-position: -31px -100px;
}

.dow {
	font-weight: 400;
}
.picker-switch {
	font-weight: 400;
	letter-spacing: .4px;
}

.content .box-featured .banners-slider-carousel .product-carousel .product-block-inner {
	text-align: center;
}


.content .box:hover .box-content .customNavigation a{
    opacity: 1;
}

.customNavigation a.prev {

	right: auto;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
}

.banners-slider-carousel .customNavigation a.next {
	right: 0;
	left: auto !important;
}
.box.related:hover .customNavigation a{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.customNavigation a {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	display: block;
	font-size: 0;
	color: #000;
	height: 30px !important;
	position: absolute;
	text-align: center;
	width: 30px !important;
	line-height: 60px;
	position: relative;
	padding: 0 !important;
}

#footer .newsletter .list-unstyled {
	padding: 0px;
}

.list-unstyled .picker-switch .btn:hover .glyphicon {color: #fff;}
.list-unstyled .picker-switch .btn:hover {
	background: #000;
}
.glyphicon {
	color: #000;
}
.glyphicon-chevron-up::before, .glyphicon-chevron-down::before {color: #000;}
.bootstrap-datetimepicker-widget td span.active{background-color:  #2e8bb0 !important;}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background-color: #333333 !important;
	color: #fff !important;
}
.shopping-cart .input-group .form-control{width:auto;height: 42px;}

.shopping-cart .input-group-btn {float:left}
#product .form-control {
	height: 40px;
}

/*Product zoom CSSS*/

.zoomContainer {
    margin-bottom: 5px;
}
.zoomContainer .zoomLens{
	
}

.zoomContainer .zoomWindow{
	box-shadow: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none !important;
}

/*  css for animation add to cart */
.alert.alert-success.animated{
	width:100%; 
	height:90px; 
	text-align:center;
	vertical-align:middle; 
	padding:30px 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 a:hover{
	color: #2e8bb0;
}
.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;
}
.customNavigation a{z-index: 9999;}
.payment h5 {
    display: none;
}

#carousel-0 .customNavigation {
	top: 50%;
}



#carousel-0 .customNavigation a.prev {
	/* position: absolute; */
}
#carousel-0 .customNavigation a {
	/* top: 46px !important; */
}
#footer #block_contact_infos {
    list-style: none;
    padding-left: 0;
}
.htabs a.selected, .htabs a:hover, .htabs a:focus {
	color: #333333;
}
.box-content-cms {
	float: left;
	width: 100%;
}
.customNavigation a.prev {
	right: auto;
	left: -20px;
}
.banners-slider-carousel .customNavigation a.prev {
	left: 0;
	right: auto !important;
}
.box-content-cms {
	float: left;
	width: 100%;
	text-align: center;
}
.top-links #wishlist-total, .top-links #compare {
	display: none;
}
.box-featured, .box-bestseller, .box-special {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 70px;
}
@media (max-width: 1270px) {

	.customNavigation a.next{right: 0px}
	.customNavigation a.prev{left: 0px;}
	

	#footer .row {margin-right: 0px;}
	.hometab{margin-top: 40px;}
	.category_list_cms .container{padding-top: 40px;}
	.box-featured{margin-top: 40px;}
	.content_footer_left{width: 30%;}
	#footer .content_footer_right.col-sm-3.column{width: 30%;}
	#footer .col-sm-3{width: 20%;}
}


.sub-banner1 .title1, .sub-banner3 .title1, .sub-banner2 .title1 {
	font-size: 18px;
	line-height: 28px;
}
.related_default_width {
	width: 220px;
}
#checkout-cart td {
	padding: 8px;
}
#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox {
	
	padding: 15px;
}
.form-horizontal .control-label {
	padding-left: 0;
}

	.button a {
		padding: 9px 18px;
	}
	.content .category_img .box-heading{font-size: 20px; line-height: 38px;}
.contact-form-design .left {

	padding: 20px 0 0 0;
	margin-right: 20px;
}
	#parallaxcmsblock {
		height: 400px;
	}	
	#parallaxcmsblock .static-inner .text1.static-text {
		font-size: 50px;
		line-height: 60px;
	}
	#parallaxcmsblock .static-inner .text2.static-text {
		font-size: 50px;
		line-height: 60px;
	}
	#parallaxcmsblock .static-inner {
		top: 28%;
	}
	
	


	span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline-block !important;}
	.prevideo iframe {height: 560px;}
	
	.all-blog .blog-desc {
		margin-bottom: 5px;
		padding-top: 5px;
	}

	.left.product-image.thumbnails{overflow: visible;}
	.product-info .image-additional img {max-width: 100%;height: auto;}
	.product-info .image {
		width: 76%;
	}
	.product-info .additional-carousel {
		padding: 30px 0;
		top: 0;
		margin-right: 0;
		width: 20%;
	}

	


	.header-center .container{width: 100% !important;}
	#outer-wrap{height: auto;}
	.content .customNavigation {top: 33%;}
	.sub-container {padding: 0 15px;}
	.sub-banner2 .sub-title, .sub-banner4 .sub-title {margin: 23px 0;}
	.tab-head {width: 50%;}
	
	.hometab .tab-head .tab-title {font-size: 27px;}
	
	.hometab .tab-head .tab-title::before {
		width: 50%;
		left: 59%;
	}
	.product-thumb {margin-bottom: 0;}
	.tablatest_default_width {
		width: 200px;
	}

	.tabbestseller_default_width{ width:200px;}
	.tabspecial_default_width{ width:200px;}
	.featured_default_width{ width:200px;}
	.latest_default_width{ width:360px;}
	.special_default_width{ width:360px;}
	.bestseller_default_width{ width:360px;}
	.module_default_width{width: 180px}
	#carousel-0.banners-slider-carousel .customNavigation a.prev::before {top: 0;}
	#carousel-0.banners-slider-carousel .customNavigation a.next::before {
		top: 0;
		
	}
	.content_footer_left {
		
		padding-right: 0;
	}
	#carousel-0 .customNavigation{top: 50%;}


	.box {margin-bottom: 0;}

	.blog-subtitle {padding-bottom: 30px;}
	
	.content .product-layout.product-grid {width: 33.33%;}
	.product-list .product-thumb .image {width: 35%;}
	.product-info .additional-carousel .bx-controls-direction a.bx-prev {
	right: 30px;
	top: 0px;
}
	.product-info .additional-carousel .bx-controls-direction a.bx-next {right: 30px;bottom: 0px;}
	
	.all-blog .blog-left-content {margin-bottom: 30px; margin-right: 15px;}
	.all-blog .panel .blog-left-content .blog-image img {max-width: 300px;}
	.box.related {padding: 0 15px;}
	.content .box.related .box-content {margin: 0 -13px;}
	.content.productpage .product-left , .content.productpage .product-right {min-height: 550px;}
	.header-center {width: 55%;}


@media (max-width: 1023px) and (min-width:980px){

	span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline-block !important;}
	.prevideo iframe {height: 560px;}
	
	
	.left.product-image.thumbnails{overflow: visible;}
	.product-info .image-additional img {max-width: 100%;height: auto;}
	.product-info .additional-carousel {padding: 30px 0;top: 0;}
	
	.content .customNavigation{top: 38%;}
	.header-center {width: 60%;}
	.sub-container {max-width: 940px;}
	#powered {padding-bottom: 0;}
	#bottom-footer ul {margin: 0;}

	.newsletter form {padding: 10px 0 5px;}
	#carousel-0 .customNavigation {
	top: 50%;
	}

	footer .text{margin-right: 0px;}
	.nav-left .list-inline > li {padding-left: 0;}
	.box.related {padding: 0 15px;}
	.content .box.related .box-content {margin: 0 -13px;}
	.content.productpage .product-left , .content.productpage .product-right {min-height: 550px;}
}

@media (max-width: 980px) { 
	.product-info .image img { width: 100%; }

	.tablatest_default_width {width: 200px;}
	.tabbestseller_default_width {width: 200px;}
	.tabspecial_default_width {width: 200px;}
	.featured_default_width{ width:200px;}
	.latest_default_width{ width:280px;}
	.special_default_width{ width:280px;}
	.bestseller_default_width{ width:280px;}
	#outer-wrap{height: auto;}
	.nav-left .list-inline > li {padding-left: 0;}
	.box.related {padding: 0;}
	.content .box.related .box-content {margin: 0 -13px;}
	.content.productpage .product-left , .content.productpage .product-right {min-height: 550px;}

}

@media (max-width: 979px) {
.cart-price {
	display: none;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
	
	color: #666;

}

	.top-links #wishlist-total, .top-links #compare{display: block;}

	.header-left{display: none;}
		.header-right{width: auto;}
	.newsletter .input-news .text-danger {
		text-align: left;
	}
	.newsletter {
	width: 100%;
}
	.product-list .product-thumb .image {
	width: auto;
}
	.content_footer_left.column h5{display: block;}
	.sub-banner1 .title1, .sub-banner3 .title1, .sub-banner2 .title1 {
	font-size: 14px;
	line-height: 19px;
	}
.dropdown.myaccount .caret {
	margin-left: 0px;
	display: none;
}
.product-info .image-additional a{float: none;}
.header-cart .count1 {
	margin-left: 0px;
}
#column-left .box, #column-right .box{margin-bottom: 1px;}
#search {
	top: 50px;
}
.dropdown-menu.myaccount-menu {
	top: 67px;
}
#cart .dropdown-menu {
	
	top: 49px;

}
.accountimage::before {
	content: "";
	background-image: url("../img/account.svg");
	background-size: 20px;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	display: inline-block;
	vertical-align: top;
	background-position: top center;
}
.top-links {
	border: none;
	margin: 0;
	padding: 20px 5px 0 7px;
}

.accountimage {
	font-size: 0;
}
#cart .cartimage::before {
	content: "";
	
}
.header-search.active .header-toggle, .header-search.active .header-toggle:hover{background-size: 28px;background-color:#fff;}
.header-search .header-toggle, .header-search .header-toggle:hover{background-size: 20px;}
#cart .cartimage{font-size: 0;
	content: "";
	background-image: url("../img/cart-2.svg");
	height: 25px;
	width: 25px;
	display: block;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;

}

	.subbanner .button a{font-size: 12px;}
	

	.footer-cms {
		width: 100%;
	}
	.social-icons.col-sm-3.column h5 {
	display: block;
}
	.category_list_inner{top: 15%;}
	.content_footer_left .text::before, .newsletter .text::before {
		display: none;
	}
	.content .product-carousel .product-block {
		padding: 0 10px;
	}
	.cms_banner.container {
    	margin-top: 10px;
	}
	footer .text {
		margin: 0px 0 0px;
		text-align: left;
	}
	.social-icons .list-unstyled {
		float: left;
	}
.headerinner {
	float: left;
	text-align: left;
	margin-top: 0px;
	
	width: auto;
}
.mobile_menu .nav-container {
        width: 100%;
        display: block;
}
.mobile_menu .nav-inner{
	display: block;	
}
	.nav-responsive span, .main-menu > ul > li > a {
	color: #333333;
}

	.headerinner::after {
		display: none;
	}
	.layout-2.right-col .content {
    	padding-right: 0;
	}
	.cms_banner .cms_img .static-inner .text2.static-text {
    	margin: 8px 0 12px;
	}
	.cms_banner .cms_img .static-inner {
    	top: 18%;
    left: 6%;
	}
	.news-heading .mobile_togglemenu {
    width: 46px;
    height: 35px;
    background-size: 46px;
	}

	.newsletter h2 {
    font-size: 16px;
    letter-spacing: 1px;
        padding: 0;
	}
	#txtemail {
    width: 100%;
	}
	.newsletter-block .newsletter_form {
		width: 100%;
	}
	.newsletter .input-news {
		width: 100%;
	}
	.subscribe-btn {
		float: left;
	}

	.sub-banner2 .sub-title2, .sub-banner4 .sub-title2 {
    line-height: 14px;
	}
	.sub-banner1 .sub-title1, .sub-banner3 .sub-title1 {
    font-size: 26px;
        margin: 8px 0 20px;
	}
	
	#cart .text-shopping{
		display: none;
	}
	.account-content {
    display: none;
	}
	header > .container {
		position: relative;
	}
	#footer .row {margin: 0;}
	#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {padding: 4px 10px;}

	.CMS2_main h5 {display: block;}
	#footer{padding: 35px 0 20px;}

	span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline-block !important;}
		#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a::before{content: none;}
	#menu ul.nav li .megamenu.column1 ul.list-unstyled li.dropdown > a {padding: 4px 8px;}
	#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu, #menu ul.nav li .megamenu ul.list-unstyled li.dropdown > a{padding: 4px 8px;}
	#servicecmsblock .icon-left1, #servicecmsblock .icon-left2, #servicecmsblock .icon-left3{margin: 0 10px 0 0;}
	.prevideo iframe {height: 560px;}
	.htabs a{margin-right: 20px;margin-left: 20px;}

	.date1 {display:inline-block;}
	.productpage #tabs_info #tab-description {width: 100%;}
	.productpage #tabs_info .tab-content {padding: 30px 40px;min-height: 0;}
	.content.productpage .product-left , .content.productpage .product-right{min-height: auto;border: none;}
	.left.product-image.thumbnails{overflow: visible;}
	.content.productpage .product-left, .content.productpage .product-right{width: 100%;padding: 50px 15px 0;border-right: none;}
	.product-info .additional-carousel{top: 0;}
	.product-info .additional-carousel .bx-controls-direction a.bx-next {right: 50px;}
	.product-info .additional-carousel .bx-controls-direction a.bx-prev {
	right: 50px;
}
	.treeview-list .expandable .collapsable-hitarea::before, .treeview-list .expandable-hitarea::before, .responsive-menu .expandable-hitarea::before, 
	.treeview-list .collapsable .expandable-hitarea::before, .treeview-list .collapsable-hitarea::before{right: 10px;}
	#column-left .box .toggle a.mobile_togglemenu::before, #column-right .box .toggle a.mobile_togglemenu::before {
	color: white;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 400;
    height: 15px;
    margin: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0px;
    width: 15px;
    background-color: #333333;
    border-radius: 50%;
    left: auto;
    line-height: 15px;
}
	#products-filters-title{
		background: white;
		padding:10px 20px;
		width: 100%;
		font-size:15px;
		text-transform:uppercase;
		position: fixed !important;
		top: 0px;
		z-index: 2001;
		font-weight:bold;
	}
	#products-filters-btn{
		background: white;
		padding:10px 20px;
		width: 100%;
		font-size:15px;
		text-transform:uppercase;
		position: fixed !important;
		bottom: 0px;
		z-index: 2001;
	}
	#products-filters-title .fa-remove{
		float:right;
		margin-top: 3px;
	}
	#products-filters-title .fa-remove:hover{
		color:#ccc;
	}
	#column-left{
		position: fixed !important;
		width: 100%;
		height:  calc(100% - 88px);
		background: white;
		z-index: 2000;
		top: 44px;
		overflow: auto;
	}
	.pagination_div {
		float: left;
	}
	#column-left .box .toggle.active a.mobile_togglemenu::before, #column-right .box .toggle.active a.mobile_togglemenu::before {
		color: white;
		content: "\f106";
		font-family: "FontAwesome";
		font-size: 15px;
		font-weight: 400;
		height: 15px;
		margin: 0;
		position: absolute;
		right: 10px;
		text-align: center;
		top: 0px;
		width: 15px;
		background-color: #333333;
		border-radius: 50%;
		left: auto;
		line-height: 15px;
	}
	#column-left .box .toggle .mobile_togglemenu, #column-right .box .toggle .mobile_togglemenu {
		background: none !important;
		right: 0;
		top: 10px;
		width: 100%;
	}
	.CMS2_main {
		display: block;
		list-style: none;
		padding-left: 0;
	}
	#footer .column #block_contact_infos {
		overflow: hidden;
		list-style: none;
		padding-left: 0;
	}
	.ct-about-logo {
		margin-bottom: 20px;
	}
	#footer .social-icons.col-sm-3.column {
	left: 0;
}
	.layout-2.left-col #column-left{border-right: none;}
	

	.Blog .blog-right{padding: 15px 0 0;}
	#outer-wrap{margin: 0 0 40px;}
	.cms-item{padding-top: 40px;margin: 0 auto 70px;}
	.cms-item .Subbanner.container{padding: 0 15px;}
	.newsletter form{margin: 0;padding: 0;}
	#footer .column .toggle a.mobile_togglemenu::before {
	color: #fff;
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 19px;
	font-weight: 400;
	height: 20px;
	margin: 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 5px;
	width: 20px;
	background-color: #333333;
	border-radius: 50%;
	left: auto;
	line-height: 21px;
	padding-left: 1px;
}

	#footer .column .toggle.active a.mobile_togglemenu::before {
		color: #fff;
		content: "\f106";
		font-family: "FontAwesome";
		font-size: 19px;
		font-weight: 400;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 0px;
		text-align: center;
		top: 5px;
		width: 20px;
		left: auto;
		line-height: 21px;
		padding-left: 1px;
	}

	footer h5 {
		background: none !important;
		margin: 0;
		padding: 12px 0 12px !important;
	}
	#footer .column .toggle .mobile_togglemenu {background: none !important;right: 0px;top: 4px;}
	#footer .col-sm-3.column{width:100%;min-height: inherit;margin: 0;padding: 0;}

	#outer-wrap{height: auto;}
	#menu ul.nav li .megamenu ul.list-unstyled li > a:hover, .hiden_menu .top_level a:hover {
	color: #333 !important;
}
	#menu.responsive-menu .toggle .mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle > a.mobile_togglemenu::before {
	color: #666;
	content: "+";
	font-family: "FontAwesome";
	font-size: 20px;
	left: auto;
	position: absolute;
	right: 4px;
	top: -5px;
	font-weight: 600;
}
	.nav-responsive .expandable:hover {
		background-image: url("../img/menu-1.svg?v=1.1");
		background-repeat: no-repeat;
}
	.accountimage:hover::before
	{
		background-image: url("../img/account-1.svg");
		background-repeat: no-repeat;
	}
	#cart .cartimage:hover{
		background-image: url("../img/cart-1.svg");
		background-repeat: no-repeat;
	}
	#menu.responsive-menu .toggle.active .mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active > a.mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active > a.mobile_togglemenu::before {
	color: #666;
	content: "-";
	font-family: "FontAwesome";
	font-size: 25px;
	left: auto;
	line-height: 33px;
	position: absolute;
	right: 4px;
	top: -9px;
	font-weight: 600;
}
	#menu ul.nav li .megamenu ul.childs_1 {
		padding: 0 0 0 15px !important;
		border-right: none;
		width: 100%;
		float: left;
	}
	#menu.responsive-menu .toggle .mobile_togglemenu, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu {
		background: none !important;
		width: auto !important;
	}
	
	.nav-responsive span {
		margin:  0;
	}
	.responsive-menu{position: inherit !important;text-align: left;}
	.header-center{
		float: left;
		text-align: center;
		width: auto;
		position: unset;
		padding: 0 ;
	}
	.header-center .container{width: auto !important;padding: 0 !important;}
	.nav-responsive .expandable {
	margin: 5px 0 0 0 !important;
	background-image: url("../img/menu.svg?v=1.1");
	width: 25px;
	height: 25px;
	background-size: 28px;
	background-repeat: no-repeat;
}
	#top-links .dropdown.myaccount a::before {background-position: 10px -270px;}
	#top-links .dropdown.myaccount a:hover::before {background-position:10px -177px;}
	#cart > .btn {background-position: 10px -640px;}
	#cart > .btn:hover {background-position:10px -547px;}
	.header-wishlist .fa-heart::before {background-position: 10px -455px;}
	.header-wishlist:hover .fa-heart::before {background-position:10px -362px;}
	/* css for responsive menu */	
	.responsive-menu .top_level {padding: 0;width: 100%;}
	.nav.navbar-nav{display:none;}
	.responsive-menu .nav.navbar-nav { 
		background: #fff;
		position: absolute;
		width: 100%;
		z-index: 999;
		border-top: 1px solid #ececec;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 10px;
		top: 44px;
		max-height: 340px;
    	overflow: scroll;
	}
.responsive-menu li.toggle {
	background: #fff;
	box-shadow: none;
	padding: 0;
	float: left;
	width: 100%;
	z-index: 999;
}
#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {
	float: left;
	color: #666;
	font-weight: normal;
}
	#menu.responsive-menu .dropdown .dropdown-menu {
		background: transparent;
		border: medium none;
		box-shadow: none;
		padding: 0;
		position: relative;
		width: 100%;
		display: none;
		transform: none;
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		transition: none;
		visibility: visible;
	}
	#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a{padding: 4px 8px;}
	#menu .dropdown:hover .dropdown-menu, #menu > ul > li.hiden_menu:hover div {
		transform: none;
		opacity: 1;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
	}
	#menu.responsive-menu ul li a {
	
	padding: 0 8px 15px;
}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {  padding: 0 15px; float:left;width:100%;}
	.responsive-menu ul li .mobile_togglemenu:hover {  background-color: rgba(0, 0, 0, 0);}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {  display: none;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled > li.dropdown .dropdown-menu {width:100%;float:left;border: medium none;    left: 0;    position: relative;    top: 0;padding: 4px 8px;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a{ }
	/* end css for responsive menu */	
	
	#column-left .box-product .image,
	#column-right .box-product .image {margin-right:7px;}
	.col-md-4.btn-list-grid {margin-bottom: 10px;}	
	.pagination-right {
		clear: both;
		float: left;
		margin: 5px 0;   
	}
	.product-compare .table-bordered{
		width:100%;
		float:left;
		overflow:auto;
		display:inline;
	}
	
	#accordion .form-horizontal .control-label{width:100%;}
	.shopping-cart .input-group .form-control{width:100%}
	.shopping-cart .input-group-btn{clear:both; margin-top:5px}
	.checkout-cart .shopping-cart .input-group-btn:last-child > .btn, .checkout-cart .shopping-cart .input-group-btn:last-child > .btn-group{margin-right:5px; margin-left:0;}
	.product-info .image img { width: 100%; max-height: 426px;}

	#filterBTN, #combinationsBTN{
		margin-bottom:20px;
		float: left;
		width: 100%;
	}
	#combinationsBTN{background:#c30000 !important;text-transform:uppercase;}
	#column-left .box .toggle .mobile_togglemenu, #column-right .box .toggle .mobile_togglemenu {
  
    right: 0;
    top: 7px;
    width: 100%; }
	#column-left .box .toggle.active .mobile_togglemenu, #column-right .box .toggle.active .mobile_togglemenu { background-position: right -52px; }
	#column-left .box .box-heading, #column-right .box .box-heading { margin: 0;   position: relative; }
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox  { display: none;  margin-bottom: 0; padding: 10px 15px; }
	#column-left .box .list-group, #column-right .box .list-group { display:none; }
	.nav-left {width: auto;}
	.nav-center {width: 43%;}
	.sub-banner2 .title2, .sub-banner4 .title2 {
		font-size: 28px;
		line-height: 36px;
	}
	
	.tabbestseller_default_width {width: 270px;}
	.tabspecial_default_width {width: 270px;}
	.featured_default_width {width: 270px;}
	.bestseller_default_width {width: 270px;}
	.special_default_width {width: 270px;}
	.hometab .tab-head .tab-title::before {content: none;}
	.tab-head {
		width: 80%;
		float: left;
		z-index: 6;
	}
	.content .customNavigation {
	top: 36%;
}
#carousel-0 .customNavigation {
	top: 50%;
}
	.htabs {
		right: 0;
		width: 100%;
		float: left;
		position: relative;
		text-align: center;
		top: 0;
}
.hometab .tab-head .tab-title {
	text-align: left;
	letter-spacing: 0.2px;
	line-height: 40px;
	padding-top: 10px;
}

.blog-subtitle {padding-bottom: 20px;}
footer {margin-top: 40px;}
.content_footer_left {
    width: 100%;
    padding-right: 0;
    text-align: left;
}
.CMS2_main {
    padding: 0 0 15px;
	text-align: left;
}

#footer .content_footer_right.col-sm-3.column {
	width: 100%;
	float: left;
	padding: 0px;
}
footer .newsletter h5 {display: block;}

footer .social-icons h5 {display: block;}

#bottom-footer {width: 100%;float:left;}
#bottom-footer .list-unstyled {
    margin-bottom: 0;
}

    
.payment h5 {display: none;}

#top .container {padding: 0 15px;}
#top-links {margin: 0 5px;}
.header-cart {
	margin: 10px 5px 0px 0px;
	padding: 0;
}
.nav-responsive span, .main-menu > ul > li > a {padding: 0;}
.nav-left .list-inline > li {padding-right: 15px;}
.sub-banner2 .sub-title, .sub-banner4 .sub-title {
    margin: 15px 0;
}
.sub-banner2 .title, .sub-banner4 .title {font-size: 20px;line-height: 30px;}
.sub-banner1 .title, .sub-banner3 .title {font-size: 48px;}
#column-left .box .box-heading, #column-right .box .box-heading {
	padding: 3px 15px;
}

.CMS2_main h5 {display: block;}
#cart-total {line-height: 20px;}
}

.similar_products .product-items{
    width:100% !important;
}
.similar_products_ajax{
    float: left;
	width:100%;
}
.similar_products_ajax .box-heading{
    text-align:center;
	font-size:22px;
	margin-bottom: 20px;
    text-transform: uppercase;
}
.similar_products_ajax .product-items{
	display: inline-block;
    float: left;
}
.owl-item .product-items{
	padding:0 5px;
}
.mfp-iframe-holder .mfp-content {
    max-width: 1100px !important;
	height: 940px;
}
.owl-carousel .owl-buttons .owl-prev {
    top: 100px !important;
    left: 11px !important;
	background:none !important;
}	
.owl-carousel .owl-buttons .owl-next {
	top: 100px !important;
    right: 11px !important;
	background:none !important;
}	
.owl-wrapper-outer {
    padding-bottom:0px;
}	


.left-owl{
	float: left;
    position: relative;
    cursor: pointer;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 49%);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 49%);
	background:white;
}
.left-owl:hover, .right-owl:hover{
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.49);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.49);
}	
.right-owl{
	float: right;
    position: relative;
	cursor: pointer;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 49%);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 49%);
	background:white;
}

@media (max-width: 767px) {
	.count1 {
		right: 10px;
	}
	#search {
        top: 46px;
        right: 5px;
        padding: 0px;
}
.contact-form {
	width: 100%;
	padding: 15px;
}

.dropdown-menu.myaccount-menu {
	top: 63px;
}
#cart .dropdown-menu {
	top: 44px;
}
.product-info #tmzoom {
	margin: 0;
	margin-left: 0px;
}
.contact-form-design .left {
	padding: 15px;
	width: 100%;
	margin: 0;
}

.box.pxtestimonialblock {
	padding: 61px 50px;
	margin: 0px;
}
.featured_default_width {
	width: 200px;
}
	#parallaxcmsblock {
		height: 300px;
	}
	#parallaxcmsblock .static-inner .text1.static-text {
		font-size: 30px;
		line-height: 40px;
	}
#powered{
	text-align: center;
	float: none;
}
.px_testimonial_inner .post-description {
	font-size: 25px;
	line-height: 36px;
}
.testi-content .title {
	font-size: 18px;
	line-height: 22px;
}
.payment{
	margin: 15px 0 0;
	text-align: center;
	float: none;
}
	.subbanner .banner {
	float: none;
	width: auto;
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 10px;
	
}
.sub-banner1 .title1, .sub-banner3 .title1, .sub-banner2 .title1 {
	font-size: 19px;
	line-height: 25px;
}
#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four {
	
	width: 50%;
	padding: 15px 0;
}

	.box.Blog {
	
	padding-top: 30px;
}
	#parallaxcmsblock .static-inner .text2.static-text {
		font-size: 30px;
		line-height: 40px;
	}
	#servicecmsblock {
	padding: 0px 15px;
}
	.subbanner {
	margin-top: 0;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
	#servicecmsblock .container {
	padding: 20px 0 40px;
}
	
	.content_footer_bottom {
	padding: 0 15px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
	.content .product-carousel .product-block, .content .product-grid .product-block, .content .box-product .product-block {
		margin-bottom: 0;
	}
	.newsletter-block .newsletter_form {
    border-right: none;
}
	.subscribe-btn {
  margin-left: 0;
}
	.nav-left .header-cms {
    font-size: 11px;
    letter-spacing: 0.2px;
}
	
	.cms_banner.container {
    margin-top: 10px;
}
	.related-products .product-thumb .button-group {
    top: 0;
}

	.content .product-thumb .product-details {
    min-height: 100px;
}
.content .product-list .product-details{padding-left: 30px;}
	.newsletter .form-group {
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
}
	#txtemail {
    width: 100%;
    padding: 12px 142px 12px 12px;
}
	.newsletter .input-news {
    width: 100%;
}
	.subscribe-btn .btn-lg {
	    cursor: pointer;
	    padding: 12px 25px !important;
	    position: relative;
	    letter-spacing: 1px;
	    border: none !important;
	    left: auto;
	    z-index: 99;
	    right: 0;
	}
	#txtemail {
		text-align: left;
	}
	.newsletter-block .newsletter_form {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
	}
	.newsletter-block .news-heading {
    width: 100%;
    text-align: center;
	}
	.newsletter-block .news-heading {
    padding-top: 0;
    margin-bottom: 0;
	}
	.news-heading .mobile_togglemenu {
    width: 64px;
    height: 35px;
    background-size: auto;
    float: none;
    margin-right: 0;
	}
	.newsletter h2 {
    font-size: 24px;
    letter-spacing: 2px;
    padding: 0;
    text-align: center;
}
	
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three {
    border-right: none;
}

	.responsive-menu .nav.navbar-nav {
	width: auto;
	top: 47px;
}
	
	.product-list .product-thumb .button-group .compare{
		display: block;
	}
	
	.product-list .product-thumb .button-group .addtocart{
		display: block;
	}
	
	

	.header-bottom .mainmenu {
    padding-top: 3px;
}
	.responsive-menu .nav.navbar-nav {
    margin: 0 15px;
}
.header-logo {
	padding: 25px 20px 0;
}
	
	
	.main-slider .swiper-pagination {
	display: block;
}

	#top .nav-right {
    width: auto;
    padding-top: 0;
}
	#form-currency {
    padding: 0;
}
	#top .nav-right .pull-left {
    float: none !important;
    display: inline-block;
}

	#form-language .language-menu, #form-currency .currency-menu {top: 35px;}
	.common-home #top {position: relative;}
	.header-wishlist{display:inline-block;text-align:center;display: none;}

	.content .product-carousel .product-block, .content .product-grid .product-block, .content .box-product .product-block{/*margin:0 15px;*/}
	.product-thumb .rating{width: 100%;}
	#footer {padding: 30px 15px 20px !important;}
	.blog-right-content {width: 100%;}
	.product-info .image-additional img {max-width: 100%;height: auto;}
	.product-thumb .image{}
	.content .product-list .product-details{width: 100%;}
	.product-thumb .button-group1 {opacity: 1;}
	.product-list .product-block-inner {
	text-align: left;

}
	
	.header-center{}
.header-right {
	margin: 0 auto;
	padding: 10px 20px 15px;
	text-align: right;
	width: auto;
}
.category_list_cms {
	float: none;
	display: inline-block;
	text-align: center;
}
.category_list1.box .list_inner {
	padding-right: 15px;
}
.category_list1, .category_list2, .category_list3 {
	float: none;
	width: auto;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.category_list_inner {
	top: 35%;
}
.category_list1 .list_inner, .category_list2 .list_inner, .category_list3 .list_inner {
	padding: 15px;
}
	header{padding: 0;}
	
	.product-info .image-additional {width: 100%;} 
	.product-info .image-additional a {padding: 1px;} 
	.header-logo > div{display:inline-block;}
	.btn-info {margin-bottom:3px;} 
	#input-search {margin-bottom: 8px;}
	.col-sm-4.total_amount {margin-top: 20px;}
	#cart{float:none;}	
	.checkout-cart .table.table-bordered .input-group-btn {clear: both; margin: 5px 0 0; float: left;}
	.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;}
	.addthis_toolbox.addthis_default_style{margin: 10px 0;}
	.content .category_list .filterbox{border:1px solid #ececec;margin:10px 0;}
	.content .category_list .filterbox .list-group a{border:none;}
	.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin-left:0; margin-right:5px;}
	.zoomWindowContainer, .zoomWindow, .zoomContainer { display: none; }
	#top {padding: 10px 15px;}
	.header-center .container {margin-left: 0;}

	.main-slider .swiper-pager .swiper-button-prev::before {width: 50px;background: url("../img/slideshow-Arrow.png")no-repeat scroll 15px 0px;}
	.main-slider .swiper-pager .swiper-button-next, .main-slider .swiper-pager .swiper-button-prev {width: 50px;}
	.main-slider .swiper-pager .swiper-button-prev:hover::before {background-position: 15px -88px;}
	.main-slider .swiper-pager .swiper-button-next::before {width:50px;background: url("../img/slideshow-Arrow.png")no-repeat scroll -88px 0;}
	.sub-banner2 .title, .sub-banner4 .title {
		font-size: 16px;
		line-height: 24px;
	}
	
	
	footer {margin-top: 30px;}
	


	.fa-heart::before {top: 14px;}
	
	#form-language img {display: inline-block;}
	.lang_cur_block .pull-left img, #form-currency strong {
		margin: 0;
		display: inline-block;
	}
	.nav-center {
		width: auto;
		float: left;
		text-align: left;
		padding: 11px 0;
	}
	
	.box.related {margin-top: 50px;}
	.productpage #tabs_info {padding: 0 ;}


	.blog-right-content {width: 100%;}
	.all-blog .blog-left-content {
		margin: 0 auto;
	}
	.all-blog .panel .blog-left-content .blog-image img {
		max-height: 100%;
		max-width: 100%;
		display: inline-block;
	}
	.breadcrumb {text-align: center;}
.box-featured, .box-bestseller, .box-special {
	margin-top: 30px;
	padding: 0 15px;
}
.content .box .box-content{margin:0;}

	.content .box-featured .box-content, .content .box-latest .box-content, .content .box-special .box-content ,  .box-bestseller .box-content{margin: 0 auto;}


	.latest_default_width {
		width: 30%;
	}
	.special_default_width{ width: 50%;}
	.bestseller_default_width{ width: 50%;}
	.blog-right-content {}
	.hometab {padding: 0 15px;}
	.hometab .tab-head::before {left: 27%;}
}

@media only screen and (max-width: 479px) {
	
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two {
		margin: 0 auto 10px;
	}
	.content .product-list .product-details {
	padding-left: 0;
	padding-top: 20px;
}
	.product-list .product-block.product-thumb {
	
	padding-bottom: 15px;

}

 .content .box-product .product-block{padding: 0 10px;}
.all-blog > .panel-default {
	column-count: 1;
}
.productpage #tabs_info .tab-content {
	padding: 20px 30px;

}
#cart .cart-menu .button-container strong{padding: 11px 16px;}
.form-group #button-cart {
	margin-top: 5px;
}
.productpage .btn-group.wish-comp .btn.btn-default.wishlist {
	margin-left: 15px;
}

	.content .heading-wrapper {
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.product-list .product-block-inner {
	
	display: block;
}

	.box.Blog {
	padding-top: 10px;
}
#search {
	width: 220px;
}
.content .product-layout.product-grid {
	width: 50%;
	padding-bottom: 20px;
}
.responsive-menu .nav.navbar-nav {
	width: auto;
	top: 47px;
}
.banners-slider-carousel {
	overflow: hidden;
	margin: 30px 0 0px;
	
}
.content .box-heading {
	font-size: 28px;
	line-height: 35px;
}
#cart .dropdown-menu {
	width: 290px;
}


	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four {
	width: 100%;
	padding: 15px 0;
}
	#servicecmsblock .container {
	padding: 0px;
}
.header-logo {
	padding: 32px 0px 15px 15px;
}
.top-links {
	padding: 20px 0 0 5px;
}

	
	#parallaxcmsblock .static-inner .text1.static-text {
		font-size: 24px;
		line-height: 30px;
	}
	#parallaxcmsblock .static-inner .text2.static-text {
		font-size: 26px;
		line-height: 30px;
		margin-top: 10px;
	}
	#parallaxcmsblock .static-inner .cms-btn .link-text {
		padding: 7px 17px;
		font-size: 12px;
	}
	#parallaxcmsblock {
		height: 250px;
	}
	#parallaxcmsblock .static-inner {
		top: 24%;
	}
	
	footer {
		margin-top: 20px;
	}	
	
	.button a {
		padding: 7px 15px;
		font-size: 12px;
	}

	
	

	.product-thumb h4 {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.related_default_width {
		width: 50%;
	}
	
	.nav-right .list-inline li {
	    font-size: 12px;
	    letter-spacing: 0.8px;
	}
	.header-cart {
	margin: 10px 15px 0 0;
}
	.nav-left .header-cms {
    	display: none;
	}
	.subscribe-btn {
    float: none;
    display: block;
    margin-left: 0;
    text-align: center;
}
	.subscribe-btn .btn-lg {
    position: relative;
    left: 0;
    z-index: 99;
    right: 0;
    text-align: center;
    margin-top: 0;
    float: none;
}

	.cms_banner.container {
    margin-top: 5px;
}
	.content .box.related .box-heading{
		    font-size: 19px;
		        padding-left: 0;
	}
	.alert.alert-success.animated {
    height: 130px;
    padding: 10px 20px;
}

	.breadcrumb > li {
    position: relative;
    white-space: normal;
}
	.content-top-breadcum #title-content {
    margin: 0 15px;
}
	.breadcrumb>li {
    display: block;
}
	.breadcrumb a {
    font-size: 12px;
    line-height: 15px;
}

	#footer .column .toggle .mobile_togglemenu {
    top: 15px;
}
	.newsletter h2 {
    font-size: 17px;
    letter-spacing: 1px;
}
	.banners-slider-carousel .customNavigation a {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
	
	.cms_banner .cms_img .static-inner .text2.static-text {
    margin: 2px 0 0;
    font-size: 17px;
    line-height: 18px;
}
	.cms_banner .cms_img .static-inner .link-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 13px;
    margin-top: 0;
}
	.cms_banner .cms_img .static-inner .text1.static-text {
    font-size: 11px;
    line-height: 15px;

}
	.cms_banner .cms_img .static-inner {
    top: 0;
}
	.content .heading-wrapper::after{
		display: none;
	}
	.content .heading-wrapper::before{
		display: none;
	}
	.hometab .tab-head .tab-title, .content .box .box-heading {
    	font-size: 23px;
	}
	.sub-banner2 .sub-title2, .sub-banner4 .sub-title2 {
    	line-height: 14px;
	}
	 .hometab {
	    margin-top: 30px;
	}
	
	.content .box.related .box-content {margin: 0 ;}
	.productpage #tabs_info .nav-tabs > li > a {padding: 10px;margin:0 auto;text-align: center;}
	.productpage #tabs_info #tab-description {text-align: left;}
	.product-thumb .rating{width: 100%;}
	
	#testimonial .customNavigation a.prev {left: 15%;}
	#testimonial .customNavigation a.next {right: 15% !important;}
	.product-thumb .caption{opacity: 1;}
	.prevideo iframe {height: 300px;}
	.prevideo .video-text {font-size: 25px;}
	.blog-date {width: 24%;}
	.all-blog .panel .blog-left-content .blog-image img{max-width: 204px;}
	
	.productpage #tabs_info .nav-tabs {
		width: 100%;
		float: left;
		text-align: center;
		padding: 20px 0;
	}
	.content .box.Blog .box-heading {
		margin-bottom: 0;
		padding: 0;
	}
	.banners-slider-carousel .container {
	padding: 50px 0 40px;
}
	.productpage #tabs_info .tab-content::before, .productpage #tabs_info .nav-tabs > li.active > a::before{}

	.productpage #tabs_info .nav-tabs > li , .productpage #tabs_info .nav-tabs > li.active{border-width: 1px 1px 1px 1px;border-top-width: 2px;border-bottom: 1px solid #ececec !important;}
	.productpage #tabs_info .nav-tabs > li {margin-bottom: 10px;border: 1px solid #ececec;}
	.content .related .box-product .product-block-inner {/*padding: 0 15px;*/}

	.productpage #tabs_info .tab-content {width: 100%;min-height: auto;}
	.content.productpage .product-right{margin-top: 20px;}	
	.content .product-list .product-details {	width: 100%;}
	.product-list .product-thumb .image {float: left;}
	.Blog .blog-right{padding: 15px 0;}
	.hometab .tab-content{margin-bottom: 0;}
	.product-thumb .image{margin-bottom: 0;float: none;}
	.product-block-hover{
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		-moz-transform: translateX(0);
	}
	.content .product-thumb:hover .product-details{transform: none;}
	.content .product-thumb .product-details{position: relative;opacity: 1;}
	.htabs .etabs li{width: 100%;display: block;}
	.htabs a {
	float: none;
	padding: 8px 0;
}

	.main-slider .swiper-pager {display: none;}
	.cms-item{padding-top: 20px;}
	.header-center{padding: 0 ;}

	.product_banner_inner {width: 100%;margin-bottom: 30px;}
	.header-center{margin-top: 0;}
	.product-info .image-additional a{float:none; text-align:center; }
	.table{	
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
	.content .additional-carousel .box-product .product-block {padding: 5px;}
	.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;}
	#cart .dropdown-menu table {
	
	float: none;
}
	.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%;}
	.nav-tabs > li{width:100%;}	
	.product-info .additional-carousel{width: 22%;}
	.nav-tabs > li > a{margin:0 0 2px;}
	.productpage .write-review, .productpage .review-count { display: inline-block;margin: 5px 0 0;width: 100%;}
	.pagination-wrapper .page-link{float: none;text-align: center;display: block;}
	.pagination-wrapper .page-result{float: none;clear: both;margin: 20px 0;}
	.product-list .product-thumb .image {width: auto;}
	.checkout-cart .pull-right {}
	.bootstrap-datetimepicker-widget.dropdown-menu{width:auto;}
	.checkout-cart #accordion .input-group-btn {float: left; margin: 5px 0 0;}	
	

	.customNavigation {float: left;}
	
	
	
	.content .product-carousel .product-block {
		padding: 0 10px;
	}
	.content .box-featured .product-carousel .product-block , .content .box-bestseller .product-carousel .product-block , .content .box-special .product-carousel .product-block {}
	.hometab .tab-head .tab-title {text-align: center;width: 100%;padding: 0;}
	.tab-head {margin-bottom: 0;width: 100%;}
	
	.content .box.Blog .box-content {margin: 0 auto;}
	.content .Blog .box-product .product-block {padding: 0;}
	.nav-center {
		width: 100%;
		text-align: center;
		padding: 12px 0 0;
	}
	.nav-right {
		width: auto;
		float: none;
		display: inline-block;
		text-align: center;
	}
	#form-currency {padding: 0;}
	#top {text-align: center;}
	#form-language .language-menu, #form-currency .currency-menu {right: -10px;}

	.banners-slider-carousel .customNavigation a.next {/*right: -15px !important;*/}
	#tabs_info {padding: 0;}

	.product-info .additional-carousel .bx-controls-direction a.bx-prev , .product-info .additional-carousel .bx-controls-direction a.bx-next {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
.header-right {
	padding: 10px 7px 15px;
}
	.product-info .additional-carousel {padding: 20px 0;}
	.product-info .additional-carousel .bx-controls-direction a.bx-prev {top: 0;}
.content.productpage .product-left, .content.productpage .product-right {
	padding: 20px 15px 0;
}
	#checkout-cart .btn-danger {vertical-align: bottom;}
	#carousel-0.banners-slider-carousel .customNavigation a.prev::before , #carousel-0.banners-slider-carousel .customNavigation a.next::before{top: 0;}
	
	
	.box-featured, .box-bestseller, .box-special {margin-top: 30px;}
	.content .box-featured .box-content, .content .box-latest .box-content, .content .box-special .box-content {margin: 0 auto;}

	
}


/* -------------
 * Selects
 * ------------- */
/* Custom Select*/
span.customSelect {
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	font-size:12px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	color: #777;
	text-decoration: none;
	white-space: nowrap;
	text-align:left;
}
span.customSelect option {font-size:12px !important;}
span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectOpen {
  -moz-box-shadow: 0 0 3px #bbb;
  -webkit-box-shadow: 0 0 3px #bbb; 
  box-shadow: 0 0 3px #bbb;
}

.customSelectInner {
	background:url('../../img/select-arrow-down.gif') no-repeat center right;
	width:100% !important;
}
.customSelectOpen .customSelectInner{ background:url('../../img/select-arrow-up.gif') no-repeat center right; }

#input-sort , #input-limit, #product .form-group select { cursor:pointer;}
.active_cat{
	font-weight:bold !important;
}

.promo_percent{
	position: absolute;
    z-index: 2;
    right: 4px;
    top: 4px;
	background: red;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 14px;
}	

/* TREEVIEW CATEGORY LEFT */
.treeview-list, .treeview-list ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview-list ul {
	background:none; 
	margin:0px;
}
.treeview-list .hitarea {
	background: none;
	height: 9px;
	width: 9px;
	float: right;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea { display: inline;float:none; }
.treeview-list li { margin: 0; border-bottom:1px solid #ddd; }
.treeview-list li.last, .treeview-list li.lastExpandable {border:none;}
.treeview-list a.selected { background-color: #eee; }

.treeview-list .hover { color:#38B0E3; cursor: pointer; }
.treeview-list li a:hover,.treeview-list li.nav-1 a:hover	 {   cursor:pointer; }
.treeview-list li ul li:hover	{ background:none;}
.treeview-list li a { display:inline;  padding-left:0px; }
.treeview-list li.active a	{ font-weight:bold; /*color:#D09E00 ;*/  } 
.treeview-list li.active ul li a	{ font-weight:normal; color:#5E5E5E;}
.treeview-list li a:hover  {/*color:#D09E00;*/ } 	
.treeview-list li ul li a:hover	{/*color:#D09E00;*/ } 	
.treeview-list li ul li { background:none; border-bottom:none; }
.treeview-list .collapsable .expandable-hitarea { 
	background: url(../../img/sprite.png) no-repeat scroll -36px -126px transparent;
    height: 25px;
    width: 30px;  
} 
.treeview-list .expandable .collapsable-hitarea{ 
	background: url(../../img/sprite.png) no-repeat scroll -7px -127px transparent;
    height: 25px;
    width: 30px;  
} 

.treeview-list .expandable-hitarea { 
	background: url(../../img/sprite.png) no-repeat scroll -7px -127px transparent;
    height: 25px;
    width: 30px;  
} 
.treeview-list .collapsable-hitarea { 
	background: url(../../img/sprite.png) no-repeat scroll -36px -126px transparent;
    height: 25px;
    width: 30px;
} 
/* TREEVIEW CATEGORY LEFT */


/* FancyBox */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	 -khtml-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.zoomContainer .zoomLens{
	
}
.zoomContainer .zoomWindow{


}

/* FancyBox */

.last_item_tm .product-block{}
.first_item_tm .product-block{}


.toggle .mobile_togglemenu{ 

	display:block;
	cursor:pointer;
	width:100%;  
	margin-top: 0; 
	overflow: hidden;
	padding:0 0 15px;
	position: absolute;
	right: 5px;
    top: 5px;
}

.toggle {
    background: none repeat scroll 0 0 #6e6e6e;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
    padding: 10px 10px;
}

#menu.responsive-menu .toggle .mobile_togglemenu , #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu{
	background: rgba(0, 0, 0, 0) url("../../img/menu-toggle-arrow.png") no-repeat scroll right 2px;
}
#menu.responsive-menu  .toggle.active .mobile_togglemenu , #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active > a.mobile_togglemenu{ background-position:right -50px; }

.active .mobile_togglemenu { background-position:right -50px; }
#footer .mobile_togglemenu:hover	{ text-decoration:none;}

/* Responsive menu Css Start */
.nav-responsive span { display:inline-block;}
.ie7 .nav-responsive span { display:inline;}
.nav-responsive { cursor:pointer; display:none;  }
.main-navigation  ul  li{ list-style:none; position:relative;}

.responsive-menu {padding:0; position:relative;}
.responsive-menu .main-navigation{ 
	position:absolute; 
	z-index:999;  
	display:none; 
	margin-top:-3px; 
	padding:1%;
	width:100%; 
	list-style:none;
}
.responsive-menu .main-navigation ul{padding-left:20px;}
.nav-responsive div,
.responsive-menu .hitarea {
	background: none;
	height: 9px;
	width: 9px;
	float: right;
	cursor: pointer;
	margin-right:10px;
}
.responsive-menu .hitarea{margin-right:0;}
.responsive-menu .expandable .collapsable-hitarea{ 
	background: url("../../img/sprite.png") no-repeat scroll  -36px -120px transparent;
	height: 33px;		
	padding: 0;
	width: 30px;
} 
.responsive-menu .expandable-hitarea { 
	background:url("../../img/sprite.png") no-repeat scroll -7px -121px  transparent;
	height: 33px;
	width: 30px;		
	padding: 10px;
} 
.responsive-menu .collapsable-hitarea { 
	background: url("../../img/sprite.png") no-repeat scroll  -36px -120px transparent;
	height: 33px;
	width: 30px;	
}

.pagination_div{
	width:100%;
	text-align:center;
	float: left;
    margin-top: 60px;
}

.pagination_content{
	width:100%;
	float:left;
	margin:60px 0;
	text-align:center;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f4f4f4;
  border-color: #DDDDDD;
  color: inherit;
  cursor: default;
  z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  position: relative;
  text-decoration: none;
}
.hide{
	display:none !important;
}
.product-block-inner .image{
	width: 100%;
    height: auto;
    position: absolute;
    max-height: 340px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 260px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.product-block-inner .image img{
	max-width:270px;
	max-height:360px;
}
.product-block-inner .image a{
	width:100%;
	height:100%;
}
.div_boxlv h4{
	font-weight:bold;
}
.count_products{
	font-size:12px;
	float:right;
}
.div_link{
	width:100%;
	display:block;
}
.mainpic{
	max-width:320px;
	max-height:476px;
}

.product_box{
	padding:15px;
}
.color {
    width: 20px;
    height: 20px;
    border: 0px solid #000;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 6px;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(150, 150, 150, 0.5);
    box-shadow: inset 0 0 0 1px rgba(150, 150, 150, 0.5);
}
.color i{
	position:absolute;
	top: 3px;
    left: 4px;
}
.count_products_title{
	font-size:28px;
	float:left;
	margin-bottom:20px;
}
.sel_producer, .sel_filter, .sel_size, .sel_price{
	padding:3px 6px;
	background-color:#ebebeb;
	float:left;
	margin-bottom:6px;
	margin-right:6px;
}
.sel_producer:hover, .sel_filter:hover, .sel_size:hover, .sel_price:hover{
	opacity:0.8;
	cursor:pointer;
}
.discount_list li{
    line-height: 14px !important;
}
.product-helpers{
    float: right;
	margin-bottom:20px;
}
.see_more a{
   font-weight:bold !important;
}
.bold{
	font-weight:bold !important;
}
.btn-default:hover{
	color: red !important;
}
.special_price{
	color:red !important;
}
.price-old{
	text-decoration:line-through;
	opacity:0.7;
}
.survey_producer, .survey_size{
    text-align: center;
    background: #f7f7f7;
    font-size: 16px;
    width: 100%;
	height:100px;
    margin-bottom: 10px;
    padding: 10px;
	opacity: 0.7;
	display: table;
	transition: all 0.3s ease 0s;
}
.survey_producer:hover, .survey_size:hover{
    background: #dfdede;
	opacity: 1;
}
.ac_results ul{
    max-height: 300px;
	overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
}
.ac_results{
	top: 64px !important;
   left: 15px !important;
}
.ac_results li {
    padding: 7px 5px !important;
    font-size: 14px !important;
}
#search_in_producers {
    font-size: 14px !important;
}
.survey_producer.active, .survey_size.active{
    background: #d1d1d1 !important;
}
.survey_producer span, .survey_size span{
	display: table-cell;
	vertical-align: middle;
}
.survey_producer img{
	max-height:80px;
}
.survey_product{
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.survey_product:hover{
	cursor:pointer;
	opacity:0.6;
}
.survey_product.active .product-block-inner:before{
	content: "\f004";
    color: red;
    font-family: FontAwesome;
    font-size: 60px;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 360px;
    text-align: center;
    line-height: 330px;
    background: rgb(34 34 34 / 20%);
}
.mfp-iframe-scaler iframe {
    height: 90% !important;
}
.subcat_title{    
	width: 72%;
    line-height: 16px;
    display: inline-block;
}
.subcat_title2{    
	width: 74%;
    line-height: 16px;
    display: inline-block;
}
.subcat_title2 input{    
	float:left;
    margin: 0px 5px 0 0px !important;
}
.mobile_show{
	display:none !important;
}

.full-btn{
	width:100%;
}
.website{
    font-weight: 500;
    background: #ffab00;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 0px 8px;
    margin-bottom: 10px;
}
.price_list {
    color: #222;
    font-weight: 500;
	font-size:14px;
}
.common-home .header-bottom {
    background-color: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
}
#search_producer{
	width:100%;
	padding:0 5px;
	font-size:11px;
	margin-bottom: 10px;
}
#left-subcats{
	float: left;
    position: relative;
    top: 49px;
    left: -34px;
    cursor: pointer;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 49%);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 49%);
	background:white;
}
#left-subcats:hover, #right-subcats:hover{
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.49);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.49);
}	
#right-subcats{
	float: right;
    position: relative;
    top: 49px;
    left: 35px;
	cursor: pointer;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 49%);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 49%);
	background:white;
}

.box-category2{
	list-style:none;
	float:left;
	padding: 7px 0;
	white-space: nowrap; 
	display: inline-flex;
}
.box-category2 li{
	padding:0px;
	float:left;
	padding: 0 15px;
}
.category-inner2{
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom:20px;
}
.category-inner2::-webkit-scrollbar {
  display: none;
}
.cat_bg{
	width:30px;
	height:30px;
	background-size:cover !important;
	display:inline-block;
	margin-right: 7px;
	float:left;
	margin-top: -7px;
}
.subcat2{
    float: left;
    padding: 14px 12px 7px;
    display: inline-flex;
    border: 0px solid #cfcfcf;
    background: #f5f5f5;
    margin: 0 10px !important;
    transition: all 300ms ease;
    color: #222;
	
}
.subcat2:hover{
	transform: scale(1.1);
}
.products_container.container{
	width:100%;
}
.products_container.container .content{
	padding-right: 15px;
	padding-left: 15px;
}
.category-inner2_container{
	width: 100%;
    float: left;
    padding: 0 40px;
	padding: 0 0px;
}
.products_container.container .box-content6 {
	display: flex;
    flex-wrap: wrap;
}
.products_container.container .product-items {
    flex: 0 0 14%;
}
.products_container.container #column-left {
    width: 18.5%;
}	
.products_container.container .col-md-9 {
    width: 81%;
}	
.slide_banner{
	position: fixed;
    right: -220px;
    z-index: 20;
    top: 200px;
    width: 220px;
}
.slide_banner .flexslider img{
    width: 220px;
    height: 600px !important;
}
.slide_banner .flexslider{
    width: 220px;
    height: 600px !important;
	background:black;
}
.slide_handle{
    background: #3a9fd6;
    color: white;
    font-size: 20px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    left: -30px;
    top: 280px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	cursor:pointer;
}
.close_slide{
	position: absolute;
	top: 0;
	right: 0;
    padding: 2px;
    background: #ffffffa6;
	cursor:pointer;
}
.iframe_banner{
	float:left;
}
.mmenu_menu ul{
	padding:0;
}
.mmenu_head .mmenu_menu .mmenu_menu_sm{text-align: left;-webkit-tap-highlight-color:rgba(20,20,22,0);display:none;position:fixed;width:100vw;height:100vh;z-index:0;background:#fff;top:0;left:0;overflow-x:hidden;overflow-y:scroll;white-space:nowrap}
.mmenu_head .mmenu_menu .mmenu_menu_sm.visible{display:block;z-index:110001;}
.mmenu_head .mmenu_menu .mmenu_menu_sm ul{display:block}
.mmenu_head .mmenu_menu .mmenu_menu_sm ul:after{content:'';display:block;width:100%;height:calc(100vh / 5)}
.mmenu_head .mmenu_menu .mmenu_menu_sm ul li{display:block;position:relative;border-bottom:1px solid #E7E7E7}
.mmenu_head .mmenu_menu .mmenu_menu_sm ul li>a{display:block;height:47px;margin:0;padding:0 16px;line-height:47px;font-size:14px;color:#4f4f51}
.mmenu_head .mmenu_menu .mmenu_menu_sm ul li.promo-banner>a{font-weight:700}
.mmenu_head .mmenu_menu .mmenu_menu_sm ul li.show-all a{color:#141416}
.mmenu_head .mmenu_menu .mmenu_menu_sm ul li.show-all:after{display:none}
.mmenu_head .mmenu_menu .mmenu_menu_sm ul li.sales a{color:#C0000B}
.mmenu_head .mmenu_menu .t_header{display:block;height:56px;line-height:56px;color:#fff;background:#141416;font-family:sans-serif;font-weight:700;font-size:16px;text-align:center;position:relative}
.mmenu_head .mmenu_menu .t_header_icon{position:absolute;top:0;left:0;width:56px;height:56px;background:center center no-repeat}
.mmenu_head .mmenu_menu .t_header_icon_close{background-image:url(../img/close-icon.svg)}
.mmenu_head .mmenu_menu .top-categories{background:#141416;height:120px}
.mmenu_head .mmenu_menu .top-categories .top-categories__wrapper{overflow-x:auto;white-space:nowrap}
.mmenu_head .mmenu_menu .sbpage{display:inline-block;width:88px;position:relative;margin:0;font-size:0;vertical-align:top;text-align:center}
.mmenu_head .mmenu_menu .sbpage:first-child{margin-left:16px}
.mmenu_head .mmenu_menu .sbpage a{display:block;-webkit-tap-highlight-color:rgba(255,255,255,0);height:120px}
.mmenu_head .mmenu_menu .sbpage .sbpage__badge-new{display:block;position:absolute;top:0;right:0;height:20px;line-height:1.6;background-color:#FF9602;font-size:10px;font-weight:700;color:#fff;text-transform:uppercase;padding:2px 3px 2px 4px;border-radius:4px;z-index:2}
.mmenu_head .mmenu_menu .sbpage_active a{border-bottom:4px solid #3a9fd6 }
.mmenu_head .mmenu_menu .sbpage_img{display:inline-block;position:relative;width:56px;line-height:56px;background:#fff;border-radius:56px;margin-top:8px}
.mmenu_head .mmenu_menu .sbpage_img .sbpage_img_overlay{display:block;position:absolute;z-index:2;width:100%;height:100%;left:0;top:0;background-color:rgba(20,20,22,.03);border-radius:56px}
.mmenu_head .mmenu_menu .sbpage_img img{vertical-align:middle;width:42px;height:42px;border-radius:56px}
.mmenu_head .mmenu_menu .sbpage_img.sbpage_img-f{background:0 0}
.mmenu_head .mmenu_menu .sbpage_img.sbpage_img-f img{width:56px;height:56px}
.mmenu_head .mmenu_menu .sbpage_img.sbpage_img-f .sbpage_img_overlay{display:none}
.mmenu_head .mmenu_menu .sbpage__title{display:block;line-height:16px;font-size:13px;text-align:center;margin-top:16px;overflow:hidden;color:#fff;white-space:initial}
.producers_letters{text-align:center;}
.letter{display:inline-block;padding:0 6px;}
.category_inner_content{flex: 0 0 42%;display: table;}
.category_inner_content2{flex: 0 0 28%;display: table;}
.category_inner_content3{flex: 0 0 28%;display: table;}
.category_content{display: table-cell;vertical-align: middle;}
.mobile_combinations{	display:none;padding: 0 20px;}

.form_legend{font-size: 18px;    font-weight: bold;    margin-bottom: 10px;    text-transform: uppercase;}
label.error{    color: red;    font-size: 12px;}
.fab{color:#6e6e6e;}
/*.mcontainer_0{background:#ffe7e7;}
.mcontainer_10, .mcontainer_12{background:#e0f1ff;}
*/
@media (max-width: 1800px) { 
	.slide_banner {
		top: 150px !important;
	}
	.caption2 {
		padding: 0px 5px 10px;
	}	
}
@media (max-width: 1024px) { 
	.products_container.container .product-items {
		flex: 1 0 32%;
	}
	.products_container.container #column-left {
		width: 25%;
	}	
	.products_container.container .col-md-9 {
		width: 75%;
	}
@media (max-width: 979px) { 
	.responsive-menu {
		padding: 10px 0px;
	} 
@media (max-width: 767px) { 
	.lang_versions{
		display: block;
		width: 100%;
		clear: both;
		margin-top: -40px;
		float: left;
	}
	#menu .mobile_show a {
		color: #fff;
		font-size: 15px;
	}
	.box-content5 .product-items{
		width: 50% !important;
	}
	.iframe_banner{
		float:none;
	}
	.products_container.container #column-left {
		width: 100%;
	}
	.products_container.container .product-items {
		flex: 1 0 50%;
	}
	.products_container.container .col-md-9 {
		width: 100%;
	}
	.category-inner2{
		overflow: auto;
	}
	.selected_filter{
		background-color: #3a9fd6 !important;
		width: 10px;
		display: inline-block;
		height: 10px;
		border-radius: 50%;
	}
	.filt_btn{
		display:none !important;
	}
	.top_button{
		display:none !important;
	}
	.mobile_hide{
		display:none !important;
	}
	.mobile_show{
		display:inline-block !important;
	}
	.responsive-menu {
		padding: 10px 20px;
	} 
	.firstpic{
		margin-right:0;
		margin-bottom:0;
	}
	.product-thumb h4 {
		margin: 0;
	}
	.product-grid li, .content .box-product .product-items{
		width:50% !important;
		margin-top:10px;
	}
	.content .product-carousel .slider-item{
		width:100% !important;
		margin-top:10px;
	}
	.content .box-product .similar_products .product-items{
		width:100% !important;
	}
	.survey_producers .col-sm-2, .survey_sizes .col-sm-2{
		width:50%;
		float:left;
	}
	.mobnopadding {
		padding:0px !important;
	}
	.subbanner{
		margin-left:0px !important;
		margin-right:0px !important;
	}
	.col-sm-6.banner2{
		width: 48%;
		margin: 0 auto;
	}
	.survey_producer:hover, .survey_size:hover{
		background: #f7f7f7;
		opacity: 0.7;
	}
	.product-list .quickview{display: block;}
	.quickview{display: block;}
	.product-thumb .button-group {
		opacity: 1 !important;
		top: 55px;
	}
	.mfp-iframe-scaler {
		padding-top: 200% !important;
	}
	.product-thumb .button-group {
		right: 10px;
	}
	.content .box-product .product-items:hover{
		overflow: hidden;
		background-color: #ffffff;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	}
	.productpage-quickview .product-info .image {
		margin-bottom: 10px;
	}
	.box .box-content {
		padding: 10px;
	}
	#common-home {
		background: none;
	}
	.sub-container.container {
		float: left;
	}
	.sub-container.container {
		margin-top: 30px;
	}
	label.div_link {
		font-size: 14px !important;
	}

	.category-inner2_container {
		padding: 0 10px;
	}
	.pagination > li > a, .pagination > li > span {
		margin-left: 5px !important;
	}	
	.fashion_navigator{
		opacity:1;
	}
	.mcontainer_0{float:left;width:100%;}
	.mcontainer_10{float:left;width:100%;}
	header{position:fixed;top:0px;}
	body{padding-top:100px;}
	.sub-container.container{width:100%;}
	.owl-wrapper-outer{padding-bottom:0px !important}
	.sub-container.container {    margin-top: 10px;}
	.subbanner {margin-bottom:0px;}
	.product_slider{overflow:hidden;}
	.owl-carousel .owl-buttons div {opacity: 1 !important}
	.product-block-inner .image {width: auto;}
	.owl_container_2 .owl-buttons .owl-prev, .owl_container_2 .owl-buttons .owl-next {    top: 70px !important;}
	.fifttperc_cont img{height: 50px !important;}
	.fifttperc_cont {width: 70px;}
	.content-top-breadcum {		padding: 0;		}
	#blog-carousel .blog-item{padding: 0;}
	.content-top-breadcum{margin-bottom:0px;}
	.category-inner2 {margin-bottom: 2px;}
	#filterBTN, #combinationsBTN {    margin-bottom: 5px;}
	.count_products_title {		margin-bottom: 6px;	}
	#servicecmsblock .inner-content {
		width:100%;
	}
}

/* Responsive menu Css End */
/* 2026-04-19 audit2: homepage H1 + subtitle */
.ni-h1 { font-size: 1.8rem; line-height: 1.3; margin: 1rem 0 0.5rem; color: #1a1a1a; font-weight: 700; }
.ni-h1-sub { font-size: 1rem; color: #555; margin: 0 0 1.5rem; max-width: 700px; }
@media (max-width: 768px) { .ni-h1 { font-size: 1.4rem; } }
