body {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #7e7e7e;
    text-align: left;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
    font-family: Arial;
}
h1, h2{
    margin: 0 0 5px;

}
/* default font size *******************************************************************************/
.fa {
	font-size: 14px;
}
button.btn-addtocart i {
    padding: 0 3px;
    font-size: 10px;
}
i.fa.fa-shopping-cart {
    padding: 0 3px;
}
/* Override the bootstrap defaults *****************************************************/
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
    font-family: Arial;
}
a:hover {
	text-decoration: none;
}
a:focus, a:active{
    outline: none;
}
img{max-width: 100%;}
li.row_item{list-style: none;}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
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;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.tab-content {
    margin-bottom: 30px;
}
.hozmenu .navbar{margin-bottom: 0 !important;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus{outline: none;}
/* Gradent to all drop down menus ****************************************************************************/
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/*  ttopen  &  ttclose  */
.filter-attribute-container-title .ttclose:before,
.filter-attribute-container-title .ttopen:before{
    border: 1px solid #999;
    color: #999;
    display: block;
    height: 15px;
    line-height: 13px;
    text-align: center;
    padding: 0;
    width: 15px;
    content: "\f107";
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: bolder;
}
.ttopen:before,.filter-attribute-container-title .ttopen:before{
    content: "\f106";
    font-family: FontAwesome;
}
.ttopen:hover::before ,.ttclose:hover::before,.ttopen:hover::active ,.ttclose:hover::active,
.ttopen:hover::focus ,.ttclose:hover::focus{
    -webkit-text-shadow: 0 0 3px #999;
    text-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 10px 0 #999;
    box-shadow: 0 0 10px 0 #999;
}
/* tooltips **************************************************************************************************/
.button-group button{position: relative;}
.button-group button em:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -3px;
    border: 5px solid transparent;
    border-top-color: rgba(0,0,0, 0.8);
}
.button-group button em{
    display: block;
    position: absolute;
    left: 50%;
    text-align: center;
    min-width: 85px;
    margin-left: -45px;
    padding: 5px 10px;
    border-radius: 3px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-transform: capitalize;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    opacity: 0;
    bottom: 40px;
}
.button-group button em{
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}
.button-group em.tooltips {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.button-group button:hover em {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.button-group button:hover em {
    opacity: 1;
}
/* top **************************************************************************************************/
#top {
	position: relative;
    background: #eee;
    z-index: 9997;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top #currency .dropdown-menu{min-width: 90px;}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	padding:12px 0 10px;
	display:inline-block;
	
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#top-links a + a {
	margin-left: 10px;
}
.language-currency {
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.currency {
    border-left: 1px solid #ddd;
}
.form-language, .currency {
    float: left;
    position: relative;
    padding: 8px 0px;
    overflow: visible;
}
.language-currency .dropdown-menu {
    padding: 10px;
    background: #fff;
    position: absolute;
    right: -1px;
    top: 40px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10;
    border: 1px solid #ddd;
    border-top: 3px solid #1A5F93;
    border-radius: 0;
    min-width: 120px;
}
.language-currency li {
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}
    .language-currency li a:hover, .language-currency li.active a {
        color: #1A5F93;
    }
.language-currency li a {
    white-space: nowrap;
    display: block;
    color: #7e7e7e;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.language-currency li a img {
    margin-top: -3px;
}
.header-container .welcome-msg {
    margin: 0;
}
p.welcome-msg {
    margin: 0;
    line-height: 30px;
    padding: 10px;
    text-align: center;
    float: left;
}
#top-links ul.links li{
    list-style: none;
    border-left: 1px solid #ccc;
    display: inline;
    height: 50px;
    float: left;
 }
#top-links ul.links li:last-child{border-right: 1px solid #ccc;}
#top-links ul.links{    
    line-height: 50px;    
    margin-bottom: -5px; 
    border-right: 1px solid #ccc;
}
#top-links ul.links li a {
    white-space: nowrap;
    color: #adadad;
    padding: 0 20px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 0;
    width: 50px;
    height: 50px;
    line-height: 58px;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#top-links ul.links li a i{padding-right: 5px;}
#top-links ul.links li a:hover, #top-links ul.links li a:focus,#top-links ul.links li a:active {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    background: #26acce;
    width: auto;
    line-height: 50px;   
}
.box-right {
    float: right;
}
/* top block **************************************************************************************************/
.support-client {
    margin-bottom: 30px;
    display: block;
    min-height: 35px;
}
.support-client .box-container {
    text-align: left;
    color: #898989;
}
.support-client .box-container:before {
    float: left;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}
.support-client .box-container .box-inner {
    margin-left: 45px;
}
.support-client h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #7e7e7e;
    font-size: 15px;
    margin: 0;
    line-height: 20px;
}
.support-client p {
    margin: 0;
    line-height: 12px;
}
.support-client .box-container.times:before {    content: "\f017";}
.support-client .box-container.free-shipping:before {    content: "\f0d1";}
.support-client .box-container.money-back:before {    content: "\f0d6";}
.support-client .box-container.phone:before {    content: "\f098";}
.support-client .box-container.check:before {    content: "\f05d";}
.support-client .box-container.like:before {    content: "\f164";}
/* logo **************************************************************************************************/
#logo {
	margin: 0 0 10px 0;
}
/* quick-access **************************************************************************************************/
.header-container .quick-access {
}
/* default search */
#search.input-group{float: left;}
#search.input-group input{
    border-radius: 0;
    border: 2px solid #ccc;
    width: 570px;
    padding: 10px 20px;
    background: none;
    height: 52px;
    line-height: 26px;
    float: left;
    color: #b4b4b4;
    font-weight: 500;
}
.input-group-btn{
    padding: 0;
    width: 50px;
    height: 50px;
    float: left;
}
#search.input-group button{
    padding: 0;
    border: 0;
    background: #26acce;
    width: 52px;
    height: 52px;
    margin: 0px 0px 0px -2px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
}
.quick-access #search.input-group input:hover,.quick-access #search.input-group input:active,
.quick-access #search.input-group input:focus{outline: none;box-shadow: none;}

@media (min-width: 992px){
    .quick-access.fix-header #search.input-group {    float: right;}
    .quick-access.fix-header #search.input-group {    border: 0;    width: 50px;    height: 50px;}
    .quick-access.fix-header #search.input-group input{
        background: #fff;
        position: absolute;
        right: -1px;
        top: 55px;
        width: 420px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        opacity: 0;
        z-index: -1;
        border: 1px solid #ddd;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    .quick-access.fix-header #search.input-group:hover {    overflow: inherit;}
    .quick-access.fix-header #search.input-group:hover input {
        opacity: 1;
        z-index: 1000;
        top: 48px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    .quick-access.fix-header #search.input-group button{background: transparent;}
}  
@media (max-width: 1199px){
    #search.input-group input{width: 420px;}
}
@media (max-width: 991px){
    #search.input-group {
        float: none;
        text-align: center;
        display: inline-block;
    }
}
@media (max-width: 767px){}
@media (max-width: 500px){
    #search.input-group input {
        width: 280px;
    }
}
@media (max-width: 479px){}
@media (max-width: 370px){
    #search.input-group input {
        width: 240px;
    }
}
/* search **************************************************************************************************/
#search-by-category{float: left;z-index: 9998; padding-bottom:10px}
.quick-access .search-container {
    position: relative;
    margin: auto;
    float: right;
   /* border: 1px solid #bebebe;*/
}
.search-container .categories-container {
    float: left;
    width: 149px;
    padding-right: 15px;
}
.quick-access .search-container input{
    border: 0;
    /*width: 420px;*/
    width:575px;
    padding: 10px 20px;
    background: none;
    height: 40px;
    line-height: 26px;
    float: left;
    color: #b4b4b4;
    font-weight: 500;
	border:1px solid #dbdbdb
}
.quick-access .search-container input:hover,.quick-access .search-container input:active,
.quick-access .search-container input:focus{outline: none;box-shadow: none;}
#sp-btn-search{
	padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    float: left;
}
#sp-btn-search button{
	padding: 0;
    border: 0;
    background: #1A5F93;
    width: 40px;
    height: 40px;
    margin: 0px -2px -2px 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
	border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
-webkit-border-radius: 0px 5px 5px 0px;
}
.categories-container{
    height: 34px;
    border: 0;
    box-shadow: none;
    border-right: 2px solid #EAEAEA;
    margin: 7px 0px;
}
.box-search-categories {
    float: left;
}
#category-search{	border: 0;box-shadow: none;cursor: pointer;}

@media (min-width: 992px){
	.quick-access.fix-header {
	    position: fixed;
	    top: 15px;
	    right: 50%;
	    margin-right: -585px;
	    z-index: 9996;
	}
	.quick-access.fix-header i{
		font-size: 20px;
	}
	.quick-access.fix-header i:hover{
		color: #26acce;
	}
	.quick-access.fix-header #search-by-category {    float: right;}
	.quick-access.fix-header .search-container {    border: 0;    width: 50px;    height: 50px;}
	.quick-access.fix-header .search-container input, .quick-access.fix-header .categories-container{
		background: #fff;
	    position: absolute;
	    right: -1px;
	    top: 55px;
	    width: 475px;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	    opacity: 0;
	    z-index: -1;
	    border: 1px solid #ddd;
	    -webkit-transform: scale(0);
	    -moz-transform: scale(0);
	    transform: scale(0);
	}
	.quick-access.fix-header .search-container:hover {    overflow: inherit;}
	.quick-access.fix-header .search-container:hover input {
	    opacity: 1;
	    z-index: 1000;
	    top: 30px;
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    transform: scale(1);
	}
	.quick-access.fix-header #sp-btn-search button{background: transparent;top:-15px;}
    .quick-access.fix-header .top-cart ul.dropdown-menu.pull-right {
        top: 39px;
        right: 11px;
    }
    .quick-access.fix-header .top-cart button.btn i{background: transparent;}
    .quick-access.fix-header #cart:hover .dropdown-menu{top: 52px;}
    /*.quick-access.fix-header #sp-btn-search{    margin-top: -45px;}*/
    .ajax-result-container {
        right:50px;
    }
}
/* ajax search */

.quick-access.fix-header .ajax-result-container {
    top:75px;
    width:439px;
}
.ajax-result-container {
    position: absolute;
    top: 45px;
  right:40px;
    z-index: 100;
    width: 575px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    background-color: #FFF;
        -webkit-box-shadow: 0 0 10px 0 #999;
    box-shadow: 0 0 10px 0 #999;
}
.ajax-result-container .ajax-result-list {
    border: 1px solid #F1F1F1;
    padding: 0px;
}
.ajax-result-list li {
    padding-left: 5px;
    /*border-bottom: 1px solid #DDD;*/
    list-style: none;
    display: inline;
    width: 100%;
}
.ajax-result-list li:nth-child(2n+2)
{
    background:#eee;
}
.ajax-result-list li:hover
{
    background:#6DB0E0;
}
.ajax-result-list .product-image{
    float: left;
}
.ajax-result-list .detail {
    display: block;
    padding-left: 40px;
}
.ajax-result-list .detail {
    vertical-align: middle;
}
.ajax-result-list .product-info{text-align: left;}
.ajax-result-list .product-name {
    text-transform: capitalize;
    margin:0!important;
	font-size:15px;
	color:#333;
}
.ajax-result-list .price-old {
    text-decoration: line-through;
    font-size: 10px;
    color: #666;
    padding-right: 5px;
    margin:0;
}
.ajax-result-list .ajax-result-item .product-info .detail .product-price .price
{
    margin:0;
    font-size:12px;
}
.ajax-result-list .ajax-result-item .product-info .detail .product-price .price .price-new
{
    font-size:14px;
    margin:0;
	color:#ff000;
}
.ajax-result-list .product-img {
    width: 30px;
    height: 30px;
    float: left;
}
/* hover category */
#search-by-category .search-container .categories-container {
    text-transform: uppercase;
    border-width: 0px 2px 0px 0px;
    border-style: none solid none none;
    border-color: -moz-use-text-color #F5F5F5 -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    background: #FFF none repeat scroll 0% 0%;
    float: left;
    position: relative;
}
#search-by-category .search-container .categories-container .hover-cate p {
    margin: 0px;
    font-size: 12px;
    color: #333;
    padding:0 0 0px 15px ;
    cursor: pointer;
    height: 51px;
    line-height: 51px;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 5px 0px 0px 5px;
    font-weight: bold;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items {
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: #FFF none repeat scroll 0% 0%;
    max-height: 300px;
    overflow: auto;
    margin-top: 0px;
    border: 1px solid #DDD !important;
    padding: 15px;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items li {
    text-transform: capitalize;
    font-size: 14px;
    list-style: outside none none;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items li:hover{
    color: #26acce;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items li.f1 {
    padding-left: 5px;
    font-size: 13px;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items li.f2 {
    padding-left: 15px;
    font-size: 12px;
}
#search-by-category .search-container .categories-container .hover-cate {
    margin-top: -9px;
}
#search-by-category .search-container .categories-container .cate-selected{
    color: #999;
    font-weight: 400;
    text-transform: capitalize;
    padding-right: 20px;
}
/* header **************************************************************************************************/
/*.header-container{margin: 20px 0;}*/
.block-menu2{background:#1A5F93;}
.vermagemenu{position: relative;z-index: 9;}
.common-home .navleft-container{display: block;}
.navleft-container {
    position: absolute;
    width: 100%;
    display: none;
}
.nav-container.fix-nav .pt_custommenu {
    width: 1170px;
    margin: auto;
    float: none;
    display: block;
}
.title-vermgemenu h2{    padding: 9px 20px !important;}
/* cart **************************************************************************************************/

.top-cart{    
	float: right;
    margin: 0px;
    cursor: pointer;
        height: 40px;
}
.top-cart button.btn {
    background: #fff;
    color: #444;
    text-shadow: none;
    box-shadow: none;
    height: 40px;
    border: none;
    padding: 0;
    outline: none;
    float: right;
}
.top-cart button.btn i{
    display: inline-block;
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0 5px 0 0;
    float: left;
    background: #1A5F93;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
#cart{
    position: relative;
    padding: 0;
    float: left;

    }
.top-cart span.title-cart {
    color: #929292;
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.top-cart span.count-item{
    color: #929292;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
.top-cart .price {
    color: #e95668;
    font-family: Arial;
    font-size: 15px;
    margin-right: 0;
    white-space: nowrap !important;
}
.top-cart #cart-total{
    color: #929292;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    line-height: 13px;
    text-align: left;
    margin: 0;
        min-width: 175px;
    font-weight: 700;
    position: relative;
}
/*#cart:hover .dropdown-menu{
    display: block;
    top: 52px;
    right: 14px;
    border-radius: 0;
}*/
#cart .dropdown-menu{
    min-width: 280px;
    padding: 10px;
    margin: 0;
    max-height: 700px;
/*    overflow-y: auto;
    overflow-x:visible; */
}
#cart .image-cart{
    display: inline-block;
    float: left;}
#cart .cart-content{
    margin-left: 100px;
    display: block ;
}
#cart .image-cart {    margin-right: 10px;}
#cart .dropdown-menu li p {
    margin: 0;
    padding: 20px 0 0 0;
}
#cart .row-cart {
    margin: 15px 0;
    min-height: 50px;
	padding-right:20px;
	clear:both;
	overflow:hidden;
	position:relative;
}
#cart .cart-content .product-name {
    position: relative;
    padding-bottom: 5px;
}
.cart-button button.btn{
    position: absolute;
    right: -5px;
    height: 20px;
    top: 0px;
    margin-top: 0px;
    opacity: 1;
}
.cart-button:hover button.btn{opacity: 1;}
.cart-button button.btn i{
    display: block;
    width: 15px;
    height: 15px;
    font-size: 0;
    line-height: 0;
    background: #404040 url(../image/btn_remove.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
.cart-button button.btn:hover i{
    background-color: #26acce;
}
#cart .cart-content .product-name a{
    font-family: Arial;
    color: #636363;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
}
.row2-cart.div-bordered {    float: right;width: 100%;}
.box-cart span {    font-size: 15px;display: block;}
.box-cart{
    margin: 15px 0 0;
    padding: 15px 10px;
    text-transform: capitalize;
    font-size: 13px;
    color: #333;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
span.text1 {
    color: #26acce;
    float: right;
}
span.text1 {
    margin-left: 30px;
    font-size: 20px;
}
span.box-total{
    font-size: 16px;
    font-weight: 700;}
span.cart-price {
    color: #26acce;
    font-size: 16px;
}
#cart .dropdown-menu .button-cart {
    margin: 25px 0 0;
    display: block;
    height: 40px;
}
#cart .dropdown-menu .button-cart a {
    color: #fff;
    background: #666;
    padding: 10px 15px;
    margin: 5px;
    font-size: 14px;
    text-transform: uppercase;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
#cart .dropdown-menu .button-cart a:hover{
    background-color: #26acce;
}
#cart .dropdown-menu .button-cart a i{
    display: none;
}

/* top cart fixed top **************************************************************************************************/
@media (min-width: 992px){
	.quick-access.fix-header .top-cart{
		width: 50px;
		height: 50px;
		position: relative;
	}
	.quick-access.fix-header .top-cart button.btn{
		position: absolute;
	    top: -15px;
	    left: -15px;
	    background: transparent;
	    color: #fff;
	}
	.quick-access.fix-header #cart-total{display: none;}
    .quick-access.fix-header .top-cart .dropdown-menu .row-cart .cart-button button.btn{
        position: absolute;
        top: 50%;
        right: 5px;
        display: block;
        width: 15px;
        height: 15px;
        font-size: 0;
        line-height: 0;
        background: #404040 url(../image/btn_remove.png) 0 0 no-repeat;
        text-indent: -999em;
        overflow: hidden;
        left: auto;
    }
}
/* menu fixed top **************************************************************************************************/
.nav-container.fix-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9995;
    margin: 0;
    background:#1A5F93;
    /*padding: 15px 0 10px;*/
    padding:0;
}
/* menu *************************************************************************************************/
/* header************************************************************************************************/
.common-home header{margin-bottom: 30px;}
/* content *****************************************************************************************************/
#content {	min-height: 300px; margin-top:150px}
h3.title-group{
	font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #111;
    margin: 0;
    font-family: Arial;
    line-height: 28px;
    font-weight: 700;
    border-bottom: 3px solid #e95668;
    margin-bottom: 15px;
    width: 100%;
}

/* sale & new ***********************************************************************************************/
.sale-percent, span.new {
    display: block;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #F74A4A;
    position: relative;
    width: 60px;
}
.sale-percent{background: #26ACCE;}
.sale-percent:after{border-top-color: #26ACCE  !important ;    border-bottom-color: #26ACCE  !important;}


.sale-percent:after,span.new:after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    display: block;
    border-width: 13px 10px 13px 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #F74A4A;
    border-bottom-color: #F74A4A;
}


.label_new {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 8
}
.sale-off{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 7

}
.item-inner:hover .sale-off,.item:hover .sale-off{
    z-index: 10;
        transform:z-index 0.3s ease-out 0s;
    -webkit-transform:z-index 0.3s ease-out 0s;
}
/* fillter product*/
.product-filter, .product-pagination {
    overflow: hidden;
    padding: 5px 15px;
    border-bottom: 1px solid #F1F1F1;
    margin: 0px 0 20px;
    background: #f5f5f5;
}
.product-filter .btn-group {
    margin: 6px 0 0;
    display: inherit;
    float: left;
}
.product-results {
    padding: 12px 0;
}
.pagination {
    margin: 0px 0px -5px 0px !important;
    padding: 5px 0;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.product-filter label {
    color: #777;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    margin: 0 10px 0 0;
}
.product-filter .btn-group #list-view {
    background: url("../image/list.png") no-repeat scroll 0 0;
    transition:0.3s;
     -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.product-filter .btn-group #grid-view {
    background: url("../image/grid.png") no-repeat scroll 0 0;
    transition:0.3s;
     -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.product-filter .btn-group #grid-view.selected, .product-filter .btn-group #grid-view.selected:hover {
    background: url("../image/grid.png") no-repeat scroll 0 100%;
}
.product-filter .btn-group #list-view.selected, .product-filter .btn-group #list-view.selected:hover {
    background-position: 0 100%;
}
.product-filter .btn-group button {
    background: none;
    border: 0 none;
    border-radius: 0;
    float: left;
    height: 17px;
    padding: 0;
    text-indent: -9999px;
    width: 17px;
    margin-right: 10px;
}
.product-filter .sort {
    float: right;
    margin: 2px 0 0;
    padding: 0 0 0 20px;
}
.product-filter label {
    color: #777;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    margin: 0 10px 0 0;
}
.product-filter select {
    background: none repeat scroll 0 0 #fff;
    color: #777;
    font-size: 14px !important;
    padding: 3px;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 0;
    height: auto;
    width: auto;
    float: none;
    display: inline-block;
    border: 1px solid #F1F1F1;
}
.product-filter .limit {
    color: #666;
    float: right;
    padding: 0  20px 0 0;
}
.limit #input-limit{padding: 5px;}
.product-filter #input-sort {
    float: right;
    padding: 5px 5px;
    /*width: 60%;*/
    width:100%;
    margin: 0px 5px 0px;
}

.product-filter .btn{box-shadow: none;}
.product-filter .btn.active.focus, .product-filter .btn.active:focus, .product-filter .btn.focus, 
.product-filter .btn:active.focus, .product-filter .btn:active:focus, .product-filter .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.product-filter .btn.focus, .product-filter .btn:focus, .product-filter .btn:hover{color:#fff !important;text-decoration:none}
.product-filter {
    border-bottom: 0;
    border-top: 3px solid #26acce;
}
.product-pagination {
    border-bottom: 3px solid #26acce;
}
/*hot deal colum-left count down***************************************************************************************/
.ttcountdown_module .timer-item{margin: 0 15px;}
.ttcountdown_module .timer-item {
    border: 1px solid #e2e2e2;
}
.ttcountdown_module .item-inner {
    padding: 0;
}
.ttcountdown_module .item-inner .images-container {
    overflow: inherit;
    position: relative;
}
.ttcountdown_module .box-timer {
    text-align: center;
    margin: 0 -6px;
}
.ttcountdown_module span.countdown-row.countdown-show4.countdown-holding{
    color: #000000;
    background: #ed7987;
    display: inline-block;
}
.ttcountdown_module span.countdown-section {
    background: #ed7987;
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #fabdc5;
    float: left;
    min-width: 48px;
    min-height: 48px;
    text-align: center;
    border-right: 1px solid #f19da7;
}
.ttcountdown_module span.countdown-section span.countdown-amount {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
    font-family: Roboto;
    font-weight: 700;
}
.ttcountdown_module span.countdown-section span.countdown-period{
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}
.ttcountdown_module .des-container {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 20px;
    min-height: 115px;
}
.ttcountdown_module .name {
    margin: 5px 0;
    font-weight: normal;
}

.ttcountdown_module .name a {
    color: #636363;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
}
.ttcountdown_module .box-button {
    margin-top: 10px;
    opacity: 1;
    position: relative;
    bottom: 0;
    min-height: auto;
}
.ttcountdown_module .des-container .box-button button{
    float: left;
}
.ttcountdown_module button.btn-addtocart {
    padding: 5px 9px;
    background: #26acce;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
}
.ttcountdown_module button.btn-addtocart:hover{
    background: #e95668;
}
.ttcountdown_module button.btn-compare ,.ttcountdown_module button.btn-wishlist{
    padding: 6px 7px 4px 7px;
    margin-left: 1px;
    background: #444;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}
.ttcountdown_module .box-button .button-group{display: block; float: left;}
.ttcountdown_module .item-inner:hover .des-container .box-button .button-group button {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}
.ttcountdown_module .item-inner:hover .des-container .box-button .button-group button:hover{
    background: #26acce;
}
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    cursor: pointer;
}
/*.countdown-tab-content .owl-controls.clickable{display: none;}*/
/* best-seller-product-slider *************************************************************************************/
.owl-demo-bestsellerproduct h3.title-group{border-color: #e95668;}
.owl-demo-bestsellerproduct .product-thumb {
    border: 1px solid transparent;
    margin-bottom: 20px;
    overflow: auto;
}
.owl-demo-bestsellerproduct .product-thumb .image img{
	float: left;
	border: 1px solid #e3e3e3;
	margin-right: 10px;
    padding:3px;
}
.owl-demo-bestsellerproduct .caption h4{ margin-top: 0;word-wrap:break-word;word-break:break-all;white-space:pre-wrap;margin-bottom:2px}
.owl-demo-bestsellerproduct p.price{display: block;}
.owl-demo-bestsellerproduct p.price span{display: inline-block;font-size:13px;}
.owl-demo-bestsellerproduct .product-thumb .price-old{margin-left: 0;}
.owl-demo-bestsellerproduct .product-thumb .caption{padding: 0px; min-height: auto;}
.owl-demo-bestsellerproduct .product-thumb .button-group{border: none;}
.owl-demo-bestsellerproduct .product-thumb .price{ color: #ff0000;font-weight: 600;line-height:16px; font-family:verdana; font-size:12px}
.owl-demo-bestsellerproduct.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0px;
}
.owl-demo-bestsellerproduct.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 30px;
}
/* tab-category-slide */
h3.title_category_tabproduct_slider_SmartPhone, h3.title_category_tabproduct_slider_Electronic ,
h3.title_category_tabproduct_slider_Computer {
    margin: 0 15px 20px;
}
.title_category_tabproduct_slider_Computer:before,.title_category_tabproduct_slider_Electronic:before ,
.title_category_tabproduct_slider_SmartPhone:before {
    font-size: 16px;
    text-transform: uppercase;
    color: #111;
    margin: 0;
    line-height: 28px;
    font-weight: 700;
    height: 35px;
    width: 100%;
    border-bottom: 3px solid #26ACCE;
    display: block;
}
.title_category_tabproduct_slider_Computer:before{content: "Computer";    border-bottom: 3px solid #E95668;}
.title_category_tabproduct_slider_Electronic:before{content: "Electronic";}
.title_category_tabproduct_slider_SmartPhone:before{content: "Smart Phone";}
.product-tabs-category-container-slider{position: relative; margin-bottom: 30px;}
 .tabs-category {
        position: absolute;
    top: 10px;
    right: 15px;
}
.product-tabs-category-container-slider.category_tabproduct_slider_Computer .tabs-category li:hover,
.product-tabs-category-container-slider.category_tabproduct_slider_Computer .tabs-category li.active {
    color: #E95668;
    list-style: none;
}
.product-tabs-category-container-slider .tabs-category li:hover,
.product-tabs-category-container-slider .tabs-category li.active {
    color: #26acce;
    list-style: none;
}
.product-tabs-category-container-slider .tabs-category li {
    float: left;
    margin: 0;
    line-height: 12px;
    padding: 0 20px;
    text-transform: capitalize;
    cursor: pointer;
    color: #838383;
    font-size: 14px;
    font-weight: normal;
    border-right: 1px solid #e2e2e2;
    list-style: none;
}
.product-tabs-category-container-slider .tabs-category li p {
    margin: 0;
}
ul.productTabContent,li.row_item ul{padding-left: 0;}
ul.productTabContent li.row_item {
    display: block;
}
ul.productTabContent li.row_item .image img{
	width: 100%;
}
li.item.item-inner {
    list-style: none;
    margin: 0 15px;
    border: 1px solid #e3e3e3;
    position: relative;
}
/* transition tab-category-slider-products*******************************************************************************/
.item .item-inner .des-container{
	position: relative;
    overflow: hidden;
    padding: 0 22px;
    min-height: 115px;
}
.box-content{position: relative;padding: 0 0 15px 15px;}
div.name {
    margin: 5px 0;
    font-weight: normal;
    display: inline-block;
    width: 100%;
}
div.name a, .caption h4 a {
    font-size: 13px;
    color: #444;
}
div.name a:hover, .caption h4 a:hover,div.name a:active, 
.caption h4 a:active,div.name a:focus, .caption h4 a:focus{
	color: #e95668;
}
.box-content .price {
    margin: 5px 0;
}
.price,.price .price-new,product-status  {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    color: #ff000;
    font-family: Roboto;
    font-weight: 600;
	 font-family:arial; font-size:14px; color:#ff0000;
}
.price .price-new,product-status {
    font-size: 17px;
}
ul.product-status{margin-left:0;padding-left:0}
    ul.product-status li.mota
    {
        padding-top:10px;
    }
    ul.product-status li.mota table tr td {
        border: 1px solid #ccc;
        padding: 5px 8px;
    }
        ul.product-status li.mota table tr:nth-child(even) {
            background-color: #f2f2f2;
        }
    ul.product-status li.mota table {
        border-collapse: collapse;
        width: auto;
    }
        
.price .price-old, .old-price .price,.price s {
    font-size:  14px ;
  
  
    text-decoration: line-through;
    color: #ccc;
    font-weight: 400;
}
ul.product-status li
{
    list-style:none;
    font-size:14px;
    
}
ul.product-status li span.text-status
{
    color:#26acce;
    font-weight:bold;
}

.price-box p{display: inline-block;}
.box-button{
    position: absolute;
    bottom: -115px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: #fff;
    min-height: 85px;
	padding: 0 0 0px 0;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    height: 100%;
}
.box-button .button-group {
    display: inline-block;
    position: relative;
}
.product-tabs-category-container-slider .item.item-inner:hover .box-button {
    opacity: 1;
    bottom: 6px;
}

.product-tabs-category-container-slider .item.item-inner button.btn-addtocart {
        line-height: 30px;
    padding: 5px 5px;
    background:  #26acce;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    box-shadow: none;
    width: 140px;
    margin: 0 0 5px 0;
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.product-tabs-category-container-slider .item.item-inner button.btn-addtocart i.fa.fa-shopping-cart {
    padding: 0 5px;
}
.product-tabs-category-container-slider .item.item-inner button.btn-addtocart:hover{background: #e95668;}
.product-tabs-category-container-slider .item.item-inner .button-group2 button:hover{background: #26acce;}
.product-tabs-category-container-slider .item.item-inner .button-group2{
	position: relative;
    width: 100%;
    height: 40px;
}
.product-tabs-category-container-slider .item.item-inner .button-group2 button{
    line-height: 30px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    box-shadow: none;
    background: #666;
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.product-tabs-category-container-slider .item.item-inner .button-group2 .qv-button-container{
	position: absolute;
    right: 50%;
    margin-right: -15px;
    bottom: 0;
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.product-tabs-category-container-slider .item.item-inner .button-group2 button.btn-wishlist{
	position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.product-tabs-category-container-slider .item.item-inner .button-group2 button.btn-compare{
	position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.product-tabs-category-container-slider .item.item-inner:hover .button-group2 button.btn-wishlist{
	left: 0;
    margin-left: 0;
}
.product-tabs-category-container-slider .item.item-inner:hover .button-group2 button.btn-compare{
	left: 50%;
    margin-left: -21px;
}
.product-tabs-category-container-slider .item.item-inner:hover .button-group2 .qv-button-container{
	right: 0;
	margin-right: 0;
}
.tab_container_category .owl-pagination {display: none;}
/* rotator img products ***********************************************************************************/
.item-inner .image {
    /*display: block;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0;
    display: table-cell;
    vertical-align: middle
}
.item-inner .image2 {
   position:absolute;
    top:0;
    left:0;
    display:none;
    width:auto;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out0.3s;
    -webkit-animation: flipInY 0.9s linear;
    -moz-animation: flipInY 0.9s linear;
    -ms-animation: flipInY 0.9s linear;
    animation: flipInY 0.9s linear;
}
.item-inner .image1 {
    display:block;
    float:left;
    width:100%;
    z-index:1;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out0.3s;
    -webkit-animation: flipInY 0.9s linear;
    -moz-animation: flipInY 0.9s linear;
    -ms-animation: flipInY 0.9s linear;
    animation: flipInY 0.9s linear;
}
.row_item .item-inner:hover .image1{
    -moz-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out0.3s;
    -webkit-animation: flipInY 0.9s linear;
    -moz-animation: flipInY 0.9s linear;
    -ms-animation: flipInY 0.9s linear;
    animation: flipInY 0.9s linear;
}
.row_item .item-inner:hover .image2{
    display:block;
    z-index: 3;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out0.3s;
    -webkit-animation: flipInY 0.9s linear;
    -moz-animation: flipInY 0.9s linear;
    -ms-animation: flipInY 0.9s linear;
    animation: flipInY 0.9s linear;
}
.image1 {
    display:block;
    float:left;
    width:100%;
    z-index:1
}
.row_item .item-inner:hover  .image1
{
    opacity:1;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}

.image2 {
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    display:block;
    width:auto;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}
.row_item .item-inner:hover .image2{
    opacity:1;
    z-index: 3;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}
/* csm block *************************************************************************************************/
.banner-static-top {
    margin:10px 0;
}

.banner-static-top .banner-box h3{
    margin:0 0 2px 0;
	font-size:25px;
    color:#fff;
    font-weight:bold;
    text-shadow:1px 1px 4px rgba(0, 10, 35, 1);
}




.banner-static-top .banner-box p{
	font-weight:bold;
	color:#ff0000;
	font-size:24px;
  text-shadow:1px 1px 4px rgba(255,255,255, 1);

}


.banner-static-top .banner-box {
    position: relative;
    border:1px solid #f1f1f1;
}

.banner-static-top .banner-box img {
    width: 100%;
}
.banner-static-top .banner-box .text {
    position: absolute;
    left: 45px;
    top: 90px;
}
.banner-static-top .banner-box1 .text h1 {
    font-size: 30px;
    color: #414141;
    text-transform: capitalize;
    font-weight: 700;
}
.banner-static-top .banner-box2 .text h1 {
    color: #fff;
    font-family: Roboto;
    font-weight: 700;
    font-size: 25px;
    text-transform: capitalize;
}
.banner-static-top .banner-box2 .text h2{text-transform: capitalize;}
.banner-static-top .banner-box .text h1, .banner-static-top .banner-box .text p {
    margin: 0;
}
.banner-static-top .banner-box2 .text h1 .word1 {
    color: #021848;
    font-weight: 400;
    text-transform: uppercase;
}
.banner-static-top .banner-box2 .text p {
    color: #fff;
    font-family: Roboto;
    font-weight: 100;
    font-size: 25px;
    text-transform: capitalize;
}
.banner-static-top .banner-box3 .text h1 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
.banner-static-top .banner-box3 .text h2 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
.banner-static-top .banner-box3 .text h2 .word2 {
    color: #ffd535;
}
.banner-static-top .banner-box .box-inner:hover .text {
    animation: fadeInRight 0.3s linear alternate;
    -webkit-animation: fadeInRight 0.3s linear alternate;
    -moz-animation: fadeInRight 0.3s linear alternate;
}
/**/
.banner-static {
    margin: 30px 0;
}
.banner-static .banner-box {
    position: relative;
    overflow: hidden;
}
.banner-static .banner-box .text {
    position: absolute;
}
.banner-static .banner-box1 .text {
    top: 50%;
    left: 50px;
    margin-top: -36px;
}
.banner-static .banner-box1 .text h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}
.banner-static .banner-box1 .text p {
    color: #fff;
    font-size: 20px;
}
.banner-static .banner-box2 .text {
    top: 35%;
    left: 40px;
}
.banner-static .banner-box2 .text h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #232323;
    margin: 0;
    line-height: 22px;
}
.banner-static .banner-box2 .text h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
    color: #111;
    margin: 0;
    line-height: 22px;
}
.banner-static .banner-box{
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.banner-static-top .banner-box .box-inner:hover .text, .banner-static .banner-box:hover .text {
    animation: slideInRight 0.3s linear alternate;
    -webkit-animation: slideInRight 0.3s linear alternate;
    -moz-animation: slideInRight 0.3s linear alternate;
}
/*  svg  */
/*.banner-box.banner-box1{position: relative;}
.banner-box.banner-box1 svg {
    position: absolute;
    top: 0;
    left: 0;
}
.banner-box.banner-box1 svg:not(:root) {
    overflow: hidden;
}
.banner-box.banner-box1 svg line {
    stroke-width: 8;
}
/*.banner-box.banner-box1 svg line.top, .banner-box.banner-box1 svg line.bottom {
    stroke-dasharray: 330 240;
}
.banner-box.banner-box1 svg line.left, .banner-box.banner-box1 svg line.right {
    stroke-dasharray: 490 400;
}*/
.banner-box.banner-box1 svg line {
    stroke-width: 3;
    stroke: #ecf0f1;
    fill: none;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.banner-box.banner-box1:hover svg line {
    stroke: #fe6f83;
}
.banner-box.banner-box1:hover svg line {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.banner-box.banner-box1:hover svg line.top {
    -webkit-transform: translateX(-455px);
    transform: translateX(-455px);
}
.banner-box.banner-box1:hover svg line.left {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
}
.banner-box.banner-box1:hover svg line.bottom {
    -webkit-transform: translateX(455px);
    transform: translateX(455px);
}
.banner-box.banner-box1:hover svg line.right {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}
/* tab-product-slider ***************************************************************************************/
/* title tabs */
.product-tabs-container-slider ul.tabs li{display: inline;list-style: none;}
.product-tabs-container-slider .tabs {
    overflow: hidden;
    border-bottom: 3px solid #116DAF;
    padding-left: 0;
    margin-bottom: 15px;
}
.product-tabs-container-slider ul.tabs li  {
    font-size: 16px;
    padding: 0;
    display: inline-block;
    color: #111;
    margin: 0;
    line-height: 28px;
    cursor: pointer;
    text-decoration: none;
	font-weight:normal;
}
.product-tabs-container-slider ul.tabs li a{
    color:#777;
	text-transform: normal;
	display:block;
	line-height:30px;
	padding: 3px 20px 0;
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
}
.product-tabs-container-slider ul.tabs li.active 
{
		background: #1A7ABF;
		color: #fff;
		text-transform: uppercase;
		font-weight:bold;
		border-radius: 10px 0px 0px 0px;
		-moz-border-radius: 10px 0px 0px 0px;
		-webkit-border-radius: 10px 0px 0px 0px;
}

.product-tabs-container-slider ul.tabs li:hover,
.product-tabs-container-slider ul.tabs li a:hover {
    background: #126BAA;
    color: #fff;

}
.product-tabs-container-slider ul.tabs li.active a span 
{
    color:#fff;
}

/*end title tabs*/
.owl-demo-tabproduct .item{overflow: hidden;}
.owl-demo-tabproduct .image, .owl-demo-tabproduct .image a{display:block;}
.owl-demo-tabproduct li.item {
    margin: 0px 15px 30px;
    list-style: none;
    position: relative;
    display:block;
    min-height:350px;
}
.owl-demo-tabproduct .price{ 
	color: #C93042;
	font-weight: 600;
	font-size: 14px;    
	padding: 6px 0;
}
.owl-demo-tabproduct .price .price-new{font-size: 15px;}
.owl-demo-tabproduct .price .price-old{font-size: 15px;}

.owl-demo-tabproduct  .caption {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 0px;
    min-height: 115px;
	text-align:center;
}
.owl-demo-tabproduct  .name {
    margin: 5px 0;
    font-weight: normal;
}
.owl-demo-tabproduct .name a {
    color: #777;
    text-transform: capitalize;
    font-size: 15px;
    text-decoration: none;
	font-weight:bold;
}
.owl-demo-tabproduct  .box-button {
    margin-top: 10px;
    opacity: 1;
    position: relative;
    bottom: 0;
    min-height: auto;
}
.owl-demo-tabproduct  .caption .box-button button{
    float: left;
}
.owl-demo-tabproduct  button.btn-addtocart {
    padding: 5px 9px;
    background: #26acce;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight:700; 
}
.owl-demo-tabproduct  button.btn-addtocart:hover{
    background: #e95668;
}
.owl-demo-tabproduct  button.btn-compare ,.owl-demo-tabproduct  button.btn-wishlist{
    padding: 6px 7px 4px 7px;
    margin-left: 1px;
    background: #444;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}
.owl-demo-tabproduct  .box-button .button-group{display: block; float: left;}
.owl-demo-tabproduct  .item-inner:hover .caption .box-button .button-group button {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}
.owl-demo-tabproduct .item-inner:hover .caption .box-button .button-group button:hover{
    background: #26acce;
}
/* img-banner-left */
div#banner0 {
    margin-top: 30px;
}
/* blog_home **************************************************************************************/
div#banner0 {
    margin-top: 30px;
}
.articles-container.owl-carousel.owl-theme {
    margin-top: 15px;
}
#blog_home .item-inner{margin: 0 15px;}
/*#blog_home{margin-top: 30px;}*/
#blog_home .blog-title{ border-bottom: 3px solid #e95668;}
#blog_home .blog-title h2{
        font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #111;
    margin: 0;
    line-height: 28px;
    font-weight: 700;
}
    #blog_home .blog-title h2 a  {
        color:#111;
    }
a.articles-name {
    display: block;
    font-size: 14px;
    color: #838383;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}
a.articles-name:hover,.article-name h3 a:hover{color: #26acce;}
.articles-image {
    /*margin: 15px 0px;*/
}
.intro-content img{width: 100%;}
.article-name h3{margin-top: 0;}
.article-name h3 a{color: #444; text-transform: capitalize;}
.article-title h3{text-transform: uppercase;}
.article-layout.article-list {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.articles-date {
    color: #C1C1C1;
    padding: 5px 0;
}
span.article-date{}
.article-description img{
    float: left;
    padding: 0px 15px 15px 0;
}
/* newsletter */
.newletter-container  {
    background: #282828;
        padding: 40px 0 20px 0;
		margin-top:10px
}
.newletter-title.subscribe-title {
    display: inline-block;
}
.newletter-container .subscribe-title label {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    line-height: 34px;
}
.newletter-container h3{display: none;}
.newletter-container .subscribe-content .input-box {
    float: left;
    margin: 0 10px 0 10px;
}
.newletter-container .subscribe-content {
    position: relative;
}
.newletter-container .box-content.newleter-content {
    display: inline-block;
    padding: 0;
    margin-bottom: -10px;
}
.newletter-container .subscribe-content input#subscribe_email {
    display: block;
    width: 290px;
    margin: 0px;
    padding: 7px 10px;
    background: transparent none repeat scroll 0% 0%;
    color: #838383;
    box-shadow: 0;
    border: 1px solid #ccc;
}
#dialog{float: left;}
a.button span {
    text-transform: uppercase;
    padding: 0;
    background: none;
    position: absolute;
    left: 100%;
}
a.button span span {
    background: none;
    border: 1px solid #ddd;
    line-height: 22px;
    line-height: 24px;
    padding: 4px 18px;
    color: #fff;
    cursor: pointer;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
a.button span span:hover{
    background: #26acce;
}
.link-web {
    float: right;
}
.link-web ul {
    float: left;
}
.link-web ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
}
.link-web ul li a{
    display: block;
    font-size: 0;
    color: #b0b0b0;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.link-web ul li a:before {
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    text-align: center;
    border: 1px solid #b0b0b0;
    border-radius: 100%;
}
.link-web ul li a.face:before {content: "\f09a";}
.link-web ul li a.google:before {content: "\f0d5";}
.link-web ul li a.twitter:before {content: "\f099";}
.link-web ul li a.youtube:before {content: "\f167";}
.link-web ul li a.linkedin:before {content: "\f0e1";}
.link-web ul li a.rss:before {content: "\f09e";}
.link-web ul li a.face:hover::before {color: #fff;border-color: #47639e;background: #47639e; }
.link-web ul li a.google:hover::before {color: #fff; border-color: #cf3d24; background: #cf3d24;}
.link-web ul li a.twitter:hover::before {color: #fff; border-color: #32def3; background: #32def3;}
.link-web ul li a.youtube:hover::before {color: #fff; border-color: #c8302a; background: #c8302a;}
.link-web ul li a.linkedin:hover::before {color: #fff; border-color: #5ca7ce; background: #5ca7ce; }
.link-web ul li a.rss:hover::before {color: #fff; border-color: #f8991d; background: #f8991d; }
/* footer **************************************************************************************************/
footer {
    background: #181818;
    margin-top:10px;
}
footer .top-footer{padding: 20px 0;}
footer .end-footer{background:#111;padding: 10px 0 5px 0;color:#BABABA}
footer .footer-title {
    border-bottom: 1px solid #303030;
}
.footer-title h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #BABABA;
    margin: 0;
    line-height: 26px;
    font-weight: 700;
}
 .footer-content {
    margin-top: 15px;
    color: #BABABA;
    font-size: 14px;
}
.footer-content ul {
    margin-top: 15px;
    margin-left: 15px;
    padding-left: 0;
}
.footer-content ul li {
    list-style: disc;
    color: #808080;
}
.footer-content ul li a {
    display: block;
    line-height: 35px;
    text-transform: capitalize;
    font-size: 14px;
 
    text-decoration: none;
    color: #BABABA;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.footer-content ul li a:hover{
    color:  #e95668;
}
.footer-content.box-information ul{margin-left: 0;}
.footer-content.box-information ul li{list-style: none;}
.footer-content.box-information i {
    float: left;
    width: 25px;
    height: 30px;
    color: #e95668;
    line-height: 30px;
}
.footer-content.box-information ul li a{color: #26acce;}
.footer-content.box-information i.fa-home,.footer-content.box-information i.fa-phone{
    line-height: 30px;
}
p.powered-footer {
    float: left;
    margin-right: 20px;
}
.end-footer {
    padding: 0 0 10px 0;
}

/* alert **************************************************************************************************/
.alert {
	padding: 8px 14px 8px 14px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 50px;
    z-index: 9999;
    left: 0;
    border: none;
    border-radius: 0;
    line-height: 36px;
    text-align: center;
}
/* breadcrumb *******************************************************************************************/
.breadcrumb {
    padding: 10.5px 0;
    border-bottom: 1px solid #999;
    background: #fff;
    border-radius: 0;
        clear: both;
}
.breadcrumb-box {
    height: 40px;
    margin-bottom: 30px;
        clear: both;
}
.breadcrumb a {
    color: #444;
}
.breadcrumb a:hover {
    color: #e95668;
}
.breadcrumb li:last-child a {
    color: #e95668;
}
/* buttons **************************************************************************************************/
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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 {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.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);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.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);
}
/* list group **************************************************************************************************/
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel ****************************************************************/
.brand-logo{margin-top:30px; }
.brand-logo .owl-carousel{margin: 5px 0 5px; clear: both;}
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.brand-logo .owl-buttons div i{display: none;}
.brand-logo .owl-pagination{display: none;}
.title-carousel h3.title:before {
   
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #111;
    margin: 0;
    line-height: 28px;
    font-weight: 700;
}
.title-carousel {
    border-bottom: 3px solid #e95668;
    margin-top: 30px  ;
}
.title-carousel h3.title {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #111;
    margin: 0;
    line-height: 28px;
    font-weight: 700;
}
.brand-logo .owl-item .item{}
.brand-logo .owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 30px;
    left: auto;
    top: 3px;
}
.brand-logo .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0px;
    left: auto;
    top: 3px;
}
/* product list ****************************************************************/
/*.product-grid{max-width: 250px;}*/
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
  
}

.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
}
.product-list .product-thumb .caption {
	display: inline-block;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    	min-height: 85px;
    	padding: 0 10px;
    }
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    color: #e95668;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 600;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	font-family:Arial;
	font-weight:bold;
/*	margin-left: 10px;*/
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
    display: none;
}
/* category-list-grid ******************************************************************************************/
.product-layout .label_new span, .product-layout .sale-off .sale-percent {
    display: block;
    text-align: center;
    line-height: 27px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #e95668;
    position: relative;
    width: 50px;
}
.product-layout .sale-off .sale-percent {background: #26ACCE;}
.product-layout .label_new span:after, .product-layout .sale-off .sale-percent:after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    display: block;
    border-width: 13px 10px 13px 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #e95668;
    border-bottom-color: #e95668;
}
.product-layout .label_new span:before, .product-layout .sale-off .sale-percent:before {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
    display: block;
    border-width: 6px 0px 0px 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #DEA2A9;
}
.product-layout .sale-off .sale-percent:after{
    border-top-color: #26ACCE;
    border-bottom-color: #26ACCE;
}
.product-layout .sale-off .sale-percent:before {
    border-top-color: #92BECA;
}
/* category-grid ************/
.product-grid p.description{display: none;}
.product-grid .item-inner .caption{position: relative;}
.product-thumb-items.item-inner{overflow: hidden;padding:5px 5px 0}
.product-grid .box-button {
    margin-bottom: 10px;
    opacity: 1;
    position: relative;
    bottom: 0;
    min-height: auto;
    display: inline-block;
    width: 100%;
}
.product-grid  .box-button button{
    float: left;
}
.product-grid button.btn-addtocart {
    padding: 5px 9px;
    background: #26acce;
    border: 0;
    border-radius: 0;
    color: #fff;
}
.product-grid button.btn-addtocart:hover{
    background: #e95668;
}
.product-grid .product-thumb .caption {
    padding: 0 10px;
}
.product-grid button.btn-compare ,.product-grid button.btn-wishlist{
    padding: 6px 7px 4px 7px;
    margin-left: 1px;
    background: #444;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}
.product-grid .box-button .button-group{display: block; float: left;}
.product-grid .item-inner:hover .box-button .button-group button {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}
.product-grid .item-inner:hover .box-button .button-group button:hover{
    background: #26acce;
}
.product-grid .row_item .item-inner:hover .image2{
    margin-bottom: 0px;
}
/* categories list */
.product-list .row_item .item-inner .image2{display: none;}
.product-list .row_item .item-inner:hover .image1{display: block;}
.product-list .caption .box-button {
    opacity: 1;
    position: relative;
    bottom: 0;
    float: left;
}
.product-list .caption .button-group button {
    float: left;
}
.product-list .product-thumb{
    border:0;
}
.product-list .product-thumb .image {
    border: 1px solid #e3e3e3;
    float: left;
    padding: 0;
    margin-right: 20px;
}
.product-list .product-thumb .caption {
    padding: 0;
    width: 65%;
}
.product-list .box-button button.btn-addtocart {
    padding: 10px 20px;
    background: #26acce;
    border: 0;
    border-radius: 0;
    color: #fff;
    float: left;
    font-weight: 600;
}
.product-list button.btn-addtocart:hover{
    background: #e95668;
}
.product-list button.btn-compare ,.product-list button.btn-wishlist{
    padding: 12px 12px 8px 12px;
    margin-left: 1px;
    background: #444;
    color: #fff;
    border: 0;
/*    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);*/
}
.product-list .box-button .button-group{display: block; float: left;}
/*.product-list .item-inner:hover .box-button .button-group button {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}*/
.product-list .item-inner:hover .box-button .button-group button:hover{
    background: #26acce;
}
/* end-category-list-grid */
/* ocbestseller & ocnewproduct */

/* product-layout */
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div{margin-top: 25px;}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div.owl-prev{
    right: auto;
    left: 0;
    opacity: 0;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div.owl-next{
    right: 0;
    opacity: 0;
        transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.wrapper-img-additional:hover .owl-theme .owl-controls .owl-buttons div.owl-prev{left: -10px;opacity: 1;}
.wrapper-img-additional:hover .owl-theme .owl-controls .owl-buttons div.owl-next{right: -10px;opacity: 1;}
.product-content{
    clear: both;
    margin-bottom: 50px;
}
h1.title-product{
    margin: 0;
    font-size: 20px;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.tab-content .tab-pane.active {
    min-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
}
    .tab-content .tab-pane.active table {
        border-collapse:collapse;
        width:auto;
    }
    .tab-content .tab-pane.active table tr td {
        border:1px solid #ccc;
        padding:5px 8px;
    }
        .tab-content .tab-pane.active table tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        a.call-now {
            display: block;
            width: 237px;
            height: 65px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background: url("../image/call-now-desktop.png") no-repeat 0 0 transparent;
            color: #ff0000;
            font-family: Verdana;
            font-size: 20px;
            font-weight: bold;
            padding: 31px 0 0 65px;
            text-decoration: none;
        }
ul.price li{ 
    list-style: none; 
    display: inline-block; 
    padding-right:10px; 
}
ul.price li span.current-price{font-size: 30px;color: #e95668;}
ul.price li span.price-new{font-size: 30px;}
ul.price li span.price-old{font-size: 22px; font-weight:bold}
ul.price{padding-left: 0; display: inline-block;}
ul.item-stock{display: inline-block;float: right;padding-left: 0px}
ul.item-stock li{list-style: none;    padding: 12px 0;}
ul.item-stock li span.text-stock{ color: #26acce; font-weight: bold;}
.view-related
{
    margin-bottom:20px!important;
}
.view-related .owl-item .product-thumb{
    margin: 0 15px;
    min-height:242px;
}
#product .form-group.required {
    width: 45%;
    display: inline-block;
}
#product .form-group.required:nth-child(2n+0){ margin-right: 20px;}
#product .form-group input#input-quantity {
    height: 40px;
    border-radius: 0;
    width: 60px;
    padding: 5px 10px;
    font-size: 18px;
}
#product .form-group label{font-size: 18px;}
#product span.text-title{font-size: 18px; display: inline-block;}
#product .box-quantity .form-quantity{display: inline-block; position: relative;}
.box-input-qty{margin-bottom: -15px;}
#minus.qty, #plus.qty {
    position: absolute;
    padding: 9px 12px;
    right: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0;
}
#minus.qty{bottom: -15px;}
#plus.qty{top: 0;}
#product .box-quantity .btn-plus:before, #product .box-quantity .btn-minus:before{
    content: "\f0de";
    line-height: 28px;
    font-family: FontAwesome;
    text-align: center;
    color: #b2b2b2;
    font-size: 12px;
    pointer-events: none;
    width: 30px;
    height: 19px;
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    cursor: pointer;
}
 #product .box-quantity .btn-minus:before{    
    content: "\f0dd";
    bottom: -5px;
    top: auto;
}
 #product .box-quantity {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;

	margin-bottom:10px;
}
#product .form-group button#button-cart {
    height: 40px;
    width: auto;
    background: #1A5F93;
    border: 0;
    border-radius: 0;
    display: inline-block;
    margin-top: -5px;
    margin-right: 5px;
    outline: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
    -webkit-text-shadow: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#product .form-group button#button-cart i {
    padding: 0 3px;
    font-size: 10px;
}
#product .form-group button#button-cart:hover{background: #e95668;}
#product .form-group .btn-group button {
    height: 40px;
    width: auto;
    background: #f1f1f1;
    border: 0;
    border-radius: 0;
    margin: -5px 5px 0 0px;
    padding: 0 15px 0 8px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    outline: 0;
    text-shadow:none;
    -webkit-text-shadow:none;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
#product .form-group .btn-group button:hover{background: #26acce; color: #fff;}
.image-additional .thumbnail{
    margin: 0 15px 20px 15px;
}
.zoomWindow {
    left: 105% !important;
    border: 4px solid #ddd !important;
}
.zoomLens {
    height: 100px !important;
    width: 100px !important;
}
.zoomContainer {
    top: 5px !important;
    left: 0px !important;
    margin-left: 18px !important;
}
ul.nav.nav-tabs {
    /*width: 17%;*/
    float: left;
    border-bottom: 0;
}
ul.nav.nav-tabs li {
    display: list-item;
    width: 100%;
    float: none;
    margin: 0;
}
ul.nav.nav-tabs li a{
    margin-right: 0;
    margin-bottom: 2px;
    border:1px solid #f1f1f1 !important;
    border-right: 0!important;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    color: #aaa;
    text-decoration: none;
    line-height: 30px;
    text-transform: normal;

    border-radius:0px;
}
ul.nav.nav-tabs li a:hover, ul.nav.nav-tabs li.active a, ul.nav.nav-tabs li.active a:hover {
    color: #fff;
    background: #1A5F93;
    text-decoration: none;
}
.tab-content.tab-desc-spec .tab-pane p {
    padding: 10px;
}
.tab-content.tab-desc-spec {
    width: 100%;
}
.tab-content.tab-desc-spec .tab-pane p span {
    color: #959595 !important;
    font-family: Arial !important;
}
/*end-product-layout*/
/* checkout-checkout checkout/cart */
#accordion .panel-default>.panel-heading{ 
    display: block;
    border: 1px solid #26acce;
    background: transparent;
}
#accordion .panel-collapse.collapse.in {
    border: 1px solid #ccc;
    border-top: 0;
}
#accordion .panel.panel-default a{ text-decoration: none;}
/************************************************************************************************/
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > img {
	width: 100%;
}
.image-additional {
	max-width: 100%;
}
@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;
	}
}

/* fixed colum left + content + right****************************************************************/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns ****************************************************************/
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input ****************************************************************/
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap ****************************************************************/
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*back-top*/
#back-top {
    background: #e48080 url("../image/back-top.png") no-repeat scroll 0px 0px;
    bottom: 35px;
    display: none;
    height: 54px;
    position: fixed;
    right: 12px;
    width: 54px;
    z-index: 9999;
    cursor: pointer;
    transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -webkit-transition:0.3s ease-in-out;
}
#back-top:hover {
    background: #444 url("../image/back-top.png") no-repeat scroll 0px -56px;
}
/* newsletter */
.box-newletter div#notification {
    position: absolute;
        bottom: -27px;
    left: 15px;
}
.box-newletter{position: relative;}
/*********************************************************************************/
.box-button button.btn-addtocart {
    padding: 5px 9px;
    background: #26acce;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
}
/*********************************************************************************/
/**************************** responsive *****************************************/
@media (max-width: 1199px){
        .ajax-result-container {    width: 575px;}
    .support-client .box-container .box-inner {  margin-left: 50px;}
    .support-client .box-container::before {
        font-size: 22px;
        height: 30px;
        width: 40px;
        line-height: 30px;
    }
    .support-client h1 { font-size: 13px; line-height: 15px;}
    .newletter-container .subscribe-title label{display: none;}
    #product .form-group .btn-group {margin-top: 15px;}
    ul.nav.nav-tabs{width: 20%;}
    .banner-static .banner-box1 .text h1{font-size: 26px;line-height: 20px;}
    .banner-static .banner-box1 .text p{font-size: 12px;}
    .banner-static .banner-box1 .text{margin-top: -20px;}
    .banner-static .banner-box2 .text{top: 20%;}
    .banner-static .banner-box2 .text h2{font-size: 14px;}
       
}

@media (max-width: 1199px) and (min-width: 992px){
    .quick-access .search-container input{ width: 265px; font-size: 12px;}
    .quick-access.fix-header{margin-right: -490px;}
    /*.timer-grid .box-time-date span { margin-top: 3px;}*/
    .ttcountdown_module span.countdown-section {    min-width: 49px;    min-height: 49px;}
    /* home 2 */
    .product-list .product-thumb .caption {    width: 57%;}
}

@media (max-width: 991px){
    #column-left{margin-bottom: 30px;}
    #logo {
        float: none;
        text-align: center;
        border: 0;
        min-height: 0;
        padding: 5px 0;
    }
    #logo a{display: inline-block; padding-top: 0px;}
    header .quick-access {
        float: none;
        position: static;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #search-by-category {
        float: none;
        text-align: center;
        display: block;
    }
    .top-cart { 
        float: none;
        display: inline-block;
        position: static;
        margin-top: 20px;
    }
    .ma-nav-mobile-container { background: #1A5F93; min-height: 50px;}
    .ma-nav-mobile-container .navbar{z-index: 999;}
    .slider-2 .sub-title {font-size: 26px !important;}
    .slider-2{width: 400px !important;}
    .owl-demo-bestsellerproduct .product-thumb .caption{display: inline-block;}
    .banner-static-top .banner-box1,.banner-static-top .banner-box2,.banner-static .banner-box1{
        border: 1px solid #ccc;
        padding: 0;
        width: 100%;
        margin: 0 0 10px 0px;
    }
    .banner-static-top .banner-box2{margin-left: 0;}
    a.btn.btn-navbar.navbar-toggle {    display: block;}
    #search-by-category{display: inline-block;}
    ul.nav.nav-tabs{width: 25%;}
    .article-name h3 {    margin-top: 15px;}
    /*  home 2  */
    .block-menu2{background:#fff; }
    .menu-mobile {padding: 0 10px;}
}

@media (max-width: 991px) and (min-width: 768px){
    .support-client .box-container {    margin-top: 10px;}
    .countdown-row .countdown-section{min-width:78px;border-bottom: 1px solid #f1f1f1;}
    .owl-demo-bestsellerproduct .caption h4{ margin: 10px 0 5px 0; font-weight: normal;}
    .owl-demo-bestsellerproduct .product-thumb .rating{padding-bottom: 0;margin: 5px 0;}
    ul.item-stock{float: none;}
    .product-list .product-thumb .caption {    width: 45%;}
    /*home2*/
    .banner-static-top .banner-box1 .text h1{font-size: 20px;}
    .banner-static-top .banner-box2 .text h1,
    .banner-static-top .banner-box3 .text h1{font-size: 22px;}
    .banner-static-top .banner-box2 .text h2,
    .banner-static-top .banner-box3 .text h2{font-size: 20px;}

}

@media (max-width: 767px){
    div#top-links {    text-align: center;}
    p.welcome-msg{display: none;}
    .box-left, .box-right {    display: inline-block;    width: 100%;}
    .box-right ul{padding-left: 0;}
    .language-currency {
        float: none;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        text-align: center;
        display: inline-block;
    }
    .currency {    border-left: 1px solid transparent;}
    #top-links ul.links li{    border-left: 1px solid transparent;}
    #top-links ul.links li:last-child {    border-right: 1px solid transparent;}
    #top-links ul.links{    border-right: 1px solid transparent; display: inline-block;}
    .support-client .box-container {        display: inline-block;    }
    .support-client .box-container .box-inner {        margin-left: 50px;        text-align: left;    }
    .support-client .box-container {        display: inline-block;    }
    .support-client div {        text-align: center;            margin-bottom: 5px;    }
    .quick-access .search-container input{width: 45%;}
    #sp-btn-search button  {  margin: 0px 0px -2px 0px;}
    #sp-btn-search{float: right;margin-right: 0px;}
    .newletter-container .window,.link-web,#dialog { float: none; }
    .link-web {        margin-top: 30px;  display: inline-block;  }
    .link-web ul{padding-left: 15px;}
    .newletter-container button{overflow: visible;}
    .ajax-result-container{width: 317px;}
}
@media (max-width: 767px) and (min-width: 488px){
    #product .form-group .btn-group {    margin-top: 0px;}
}
@media (max-width: 767px) and (min-width: 480px){
    ul.nav.nav-tabs {    width: 25%;}
}
@media (max-width: 569px) and (min-width: 480px){
    ul.nav.nav-tabs{    width: 30%;}
}
@media (max-width: 479px) {
    ul.nav.nav-tabs {
        border-bottom: 0px none;
        float: none;
        width: 100%;
    }
    ul.nav.nav-tabs li a{border-radius: 0;}
    .tabs-category{top: 45px;padding-left: 0;}
    h3.title_category_tabproduct_slider_SmartPhone, 
    h3.title_category_tabproduct_slider_Electronic, 
    h3.title_category_tabproduct_slider_Computer{
        margin: 0 15px 35px;
    }
    .actions-subcribe{        margin-top: 10px;        clear: both;    }
    .input-box {        float: left;        margin: 0px 0px 10px 0 !important;    }
    .link-web ul {        padding-left: 0px;    }
    a.button span{left: 0px;}
    .actions-subcribe {    display: inline-block;    float: none;    width: 100%;}
    .link-web ul {    padding-left: 10px;    margin-top: 20px;}
    .newletter-title.subscribe-title {    float: left;}
    #currency .dropdown-menu{
        left: auto;
        right: 0;
    }
    .quick-access .search-container input{width: 310px;}
        .account-wishlist table.table.table-bordered.table-hover{position: relative;display: block;overflow-x: scroll;}
    /* home2 */
    .banner-static .banner-box1 .text p {    color: #FFF;    font-size: 12px;}
    .ma-nav-mobile-container{margin: 0 -15px;}
    .box-newletter div#notification {    bottom: -48px;}
}
@media (max-width: 420px){
    .ajax-result-list .product-img{float: none;}
    .ajax-result-list .detail{padding-left: 0;}

}
@media (max-width: 390px) {
        .newletter-container .subscribe-content input#subscribe_email{width: 280px;}
        .product-tabs-category-container-slider .tabs-category li{padding: 0 10px;}
        .quick-access .search-container input {    width: 100px;}
        ul.item-stock{float: none;}
        .ajax-result-container { 
               width: 285px;

        }
        .quick-access .search-container input {        width: 270px;    }
        .dropdown-menu.pull-right {margin-right: -35px !important;}
        .product-list .product-thumb .caption{width: 100%;}
        .banner-static .banner-box1 .text p{font-size: 10px;}
        .banner-static .banner-box1 .text h1{font-size: 20px;}
        .banner-static .banner-box1{border:none;}
}
@media (max-width: 350px) {
    .search-container .categories-container{width: 125px;}
    .ajax-result-container {    left: 125px;}
       .quick-access .search-container input {        width: 225px;    }
}
@media (max-width: 780px) {

	.banner-static-top .banner-box h3{
		margin:0 0 2px 0;
		font-size:20px
	}

	.banner-static-top .banner-box .text {
    left: 30px;
    position: absolute;
    top: 50px;
}
	
}


.articles-intro
{
    min-height:40px;
}



.view-more-product{
    font-weight: bold;
    color: #FFFFFF !important;
    display: block;
    width: 70%;
    margin: 40px auto 0;
    
    text-align: center;
    border-radius: 5px 5px 5px 5px;

    background-image: linear-gradient(bottom, rgb(45, 133, 215) 0%, rgb(67, 174, 228) 100%);
    background-image: -o-linear-gradient(bottom, rgb(45, 133, 215) 0%, rgb(67, 174, 228) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(45, 133, 215) 0%, rgb(67, 174, 228) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(45, 133, 215) 0%, rgb(67, 174, 228) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(45, 133, 215) 0%, rgb(67, 174, 228) 100%);
    background-image: -webkit-gradient(linear, left bottom,left top,color-stop(0, rgb(45, 133, 215)),color-stop(1, rgb(67, 174, 228)) );

	padding:20px 10px;
}
.view-more-product a
{
    color:#fff;
	font-size:18px;
}

address{float:left; margin-right:10px}
