body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
a,h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: Lato;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
        transition: ease-in-out 300ms;
    -webkit-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
	color: #23a1d1;
}
a:hover,a:active,a:focus,button:hover,button:active,button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: 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;
}
.row{
	margin-left: -15px;
    margin-right: -15px;
    margin: 0 -10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, header .row #header_logo, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
/* css next-back */
.owl-theme .owl-controls .owl-buttons div{
    position: absolute;
    top: 0;
    margin-top: -55px;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    background: transparent;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    z-index: 1;
    font-size: 0px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f0a8";
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f0a9";
}
.owl-theme .owl-controls .owl-buttons div:before {
    display: block;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 24px;
}
.owl-controls .owl-buttons .owl-prev {
    right: 35px !important;
    left: auto !important;
}
.owl-controls .owl-buttons .owl-next {
    right: 10px;
}
.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #e84c3d;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
/* 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;
}
/**/
header {
    margin-bottom: 0px;
}
/* top */
.top-page {
    max-height: 50px;
    margin-bottom: 30px;
    background: #00477F;
}
#top .btn-link, #top-links li, #top-links a {
	text-shadow: none;
	text-decoration: none;
	padding: 0px;
	vertical-align: top;
}
#top-links  li  a{
 	line-height: 40px;
 	padding: 0 15px;
}
#top-links .list-inline>li {
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    border-left :1px solid #ddd; 
}
#top-links .list-inline>li:first-child{border-right :1px solid #ddd; }

#top-links ul.list-inline {    margin-bottom: 0px;    display: block;}
#top-links li:last-child{margin-right:0px; }
#top-links li a,#top .btn-link{	
	color: #888;
    display: block;
} 
#top-links .dropdown-menu {
    margin-top: 0px;
    border-radius: 0;
    text-align: left;
    right: auto;
    left: 0px;
    min-width: 100px;
    overflow: hidden;
    padding: 5px;
    z-index: 1005;
}
#top-links .dropdown-menu.dropdown-menu-right{right: 0px;}
#top-links .dropdown-menu button,#top-links .dropdown-menu li a{ 
    color: #000;
    line-height: 25px;
    font-size: 12px;
} 
.top-links-left .top-currency{border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.top-links-left .top-language{border-right: 1px solid #ddd;}
/*#top-links .dropdown-menu li a:hover{
    background: #fff;
    color: #000;
}*/
li.dropdown.top-account.open> a{
    background: #ccc !important;
}
/*div#cart.btn-group.btn-block.open > .btn{background: #009CE9 !important; color: #fff !important;}*/
#top-links button.currency-select:hover,#top-links button.language-select:hover , #top-links .dropdown-menu li:hover a{
    color: #e84c3d;
    background: #e5e5e5;
}
#top-links .list-inline>li:hover{background: #cccccc;}
#top-links li a:hover, #top .btn-link:hover{color: #fff;  background: #cccccc;}
#top-links .btn-link {
    line-height: 40px;
    border: none;
    vertical-align: top;
    padding: 0 15px;
    outline: none;
    text-align: left;
}
#top-links a {color: #888;}
#top-links .count-compare,#top-links .count-wishlist{display: none;}
/*li.top-wishlist{	background: #009ce9;}
li.top-compare{	background: #e84c3d;}
li.dropdown.top-account{	background: #ffb708;}
.top-currency{background: #75b749;}
.top-language{background: #9e4b9d;}*/
#top-links li span{padding:0px 5px;}
#top-links li .fa{font-size: 14px;}
#top-links strong {
    font-weight: 700;
    line-height: 15px;
    font-size: 15px;
}
.top-links-left,.top-links-left div {
    float: left;
}
nav#top {
    border-bottom: 1px solid #ddd;
}
/* logo */
#logo {
	padding: 10px;
    text-align: center;
}
#logo a{display: inline-block;}
/* search */
@media (min-width: 1200px) {
    #search{width: 400px!important;}
}
#search {
    margin-left: 40px;
    max-width: 200px;
    float: right;
    right: 10px;
    z-index: 1002;
    bottom:1px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 50px 0 40px;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
div#search:before {
    content: "\f036";
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 4;
    color: #000;
}
#search .input-group-btn{
    width: auto;
}
#search .btn-lg {
    padding: 11px 15px;
    text-shadow: none;
    position: absolute;
    top: 0;
    border: 0;
    border-radius: 0;
    background: #cccccc;
    right: 0px;
    color: #fff;
    max-height: 40px;
}
#search input[type="text"].form-control ,input[type="color"].form-control{ color: #000 !important ;    font-size: 16px;}
/* cart */
#cart {
    margin: 1px 0 0px 1px;
    width: auto;
    max-width: 100%;
    float: right;}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 12px 10px;
    text-align: left;
    position: relative;
    box-shadow: none;
    text-shadow: none;
}
#cart-total em {
    position: absolute;
    right: -70px;
    top: 5px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 18px;
    clear: both;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #00477F;
    vertical-align: middle;
    text-align: center;
}
#cart > .btn >.fa{
    font-size: 20px;
    padding-right: 5px;
    height: 60px;
    width: 60px;
    background: #00477F;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    color: #fff;
}
#cart .dropdown-menu {
    max-width: 280px;
    border-radius: 0;
    max-height: 350px;
    overflow: auto;
    -moz-overflow: auto;
    -moz-overflow-x: hidden;
    overflow-x: hidden;
    top: 100%;
    margin-top: 0px;
    padding: 10px;
}

span#cart-total {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    float: left;
    position: absolute;
    left: -95px;
    line-height: 60px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #fff;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1003;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 250px;
    padding: 0 10px;
    text-align: center;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

.row-cart{display: inline-block;width: 100%;margin-bottom:10px;position: relative; }
.row-cart .image-cart {
    float: left;
    margin-right: 15px;
}
.row-cart .cart-content{
    display: block;
    overflow: hidden;
}
.row-cart .cart-content .product-name a{
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    color: #000;
}
.row-cart .cart-content .product-name a:hover{
    color: #e84c3d;
}
.row-cart .box-cart-price .cart-price{
    font-size: 13px;
    color: #666666;
    white-space: nowrap;
}
.row-cart .box-cart-price{float: left;}
.price-tax {
    display: none;
}
.row-cart .cart-button.button-remove button {
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.row2-cart span.box-total {
    font-size: 15px;
    font-weight: 600;
    color: #a3a3a3;
    text-align: left;
    width: 100%;
    clear: both;
    display: inline-block;
}
.box-cart .box-total{display: none;}
.row2-cart span.text1 {
    float: right;
    color: #000;
    font-size: 16px;
}
.row2-cart a.btn-checkout {
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    background: #00477F;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.row2-cart a.btn-checkout:hover{
    background: #E84C3D;
}
/* menu */
.hoz-menu {
    position: relative;
    display: inline-block;
    width: 100%;
}
.ver-menu {
    padding-right: 0px !important;
}
.top-menu {
    margin-bottom: 20px;
}
/* content */
#content {
	min-height: 300px;
}
/*banner-top + cms-block*/
/*.block-home-top .banner-top{ margin-bottom: 0px;}*/
.banner-top {
/*    padding-bottom: 35px;*/
/*    border-bottom: 4px solid #ffb708;*/
    margin-bottom: 20px;
    text-align: center;
}
.banner-top .box-top {
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 17px;
}
.banner-top .box-top a {
    position: relative;
    display: inline-block;
}
.banner-top .box-top a:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    left: 7px;
    bottom: 7px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.banner-top .box-top a:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    left: 7px;
    bottom: 7px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.banner-top .box-top a:hover:before, .banner-top .box-top a:hover:after {
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.banner-top .box-top a:hover:before, .banner-top .box-top a:hover:after {
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.advertising_block {
    margin-bottom: 30px;
}
/*line*/
.banner-top .box-top a img {
    width: 100%;
}
.banner-home {
/*    padding-top: 20px;*/
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.block-category-tab-slider2 .banner-home{padding-top: 0px; margin-top: 0px;}
.banner-home .col1,.banner-home .col3 {
    width: 31.09%;
}
.banner-home .col1 .box1 {
    margin-bottom: 20px;
}
.banner-box a {
    position: relative;
    display: inline-block;
    position: relative;
}
.banner-box a:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.banner-box img {
    width: 100%;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.banner-home .col2 {
    width: 37.82%;
}
.banner-box a:hover:before {
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
/*brands-logo*/
.block-brands {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 15px 60px;
}
.block-brands .owl-carousel{
    margin-bottom: 0px !important;
}
/*.block-brands img{width: 100%;padding: 0 5px;}*/
/*.block-brands .item{margin: 0 15px;}*/
/**/
/*.block-social {
    margin: 0px 0px 30px 0px;
}*/
.banner-box.first {
    border-bottom: 1px solid #fff;
}
/* title module */
.module-title {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    color: white;
    background: #00477F;
}
.module-title:before {
    content: "\f02c";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #fff;
    width: 44px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #fff;
}
.module-title h2 {
    position: relative;
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: #fff;
}
/**/
/*ocnewproductslider*/

/*product-slider*/
.row_items .item {
    position: relative;
    margin: 0 10px;
    border: 1px solid #d9d9d9;
}
.row_items .item .images-container{
    position: relative;
    overflow: hidden;
    padding: 12px 0;
}
.row_items .item .images-container img{max-width: 100%;}
.row_items .item .des-container {
    padding: 15px;
    display: inline-block;
    background: #f3f3f3;
    width: 100%;
    position: relative;
}
.row_items .item h2{margin: 0px}
.row_items .item h2.product-name{
    font-size: 17px;
    line-height: 23px;
    color: #3a3939;
    margin-bottom: 0;
}
.row_items .item h2.product-name a{
	color: #00477F;
    padding: 0;
    margin-bottom: 10px;
    display: block;
    line-height: 25px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 600;
}
.row_items .item h2.product-name a:hover{    color: #e84c3d;}
.row_items .item .price-box{    font-size: 17px;}
.row_items .item .special-price{display: inline-block;margin: 0px;}
.row_items .item .regular-price .price,.row_items .item .special-price .price{
    color: #b23d22;
    font-weight: 400;
    font-size: 17px;
}
.row_items .item  .old-price{
    color: #777777;
    font-size: 14px;
    text-decoration: line-through;
    float: right;
    margin-bottom: 0px;
}
.row_items .item  .rating{
  display: none;  height: 34px;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
        z-index: 12;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.row_items .item:hover  .rating{
    bottom: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.row_items .item .actions .button.btn-cart{
    position: relative;
    text-align: center;
    height: 33px;
    padding: 0;
    background: #ccc;
    color: white;
    font-size: 0;
    border: 0;
    display: block;
    width: 100%;
}
.button.btn-cart:hover,button.btn-quickview:hover,button.btn-wishlist:hover,button.btn-compare:hover{
    background: #ddd !important;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.row_items .item .actions {
    position: relative;
    padding-right: 102px;
}
.row_items .item .add-to-links {
    position: absolute;
    right: 0;
    top: 0;
}
.row_items .item .add-to-links button {   
    position: relative;
    text-align: center;
    height: 33px;
    width: 33px;
    padding: 0;
    background: #00477F;
    color: white;
    font-size: 0;
    border: 0;
    margin: 0px 0px 0px 1px;
    display: block;
    float: left;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.row_items .item .actions .fa{line-height: 33px;font-size: 20px;}
/*label-new-sales*/
.label-pro-new,.label-pro-sale{
    position: absolute;
    top: 0;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
        z-index: 12;
}
.label-pro-new {
    left: 0;
    border-top: 30px solid #e74d8d;
    border-left: 30px solid #e74d8d;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
.label-pro-sale{
    position: absolute;
    background: transparent;
    top: 0;
    color: white;
    display: inline-block;
    border-top: 30px solid #e74d8d;
    border-right: 30px solid #e74d8d;
    border-left: 30px solid transparent;
    border-bottom: 30px solid transparent;
    right: 0;
    font-size: 14px;
    font-weight: 600;
}
.label-pro-new span{
    position: absolute;
    top: -25px;
    left: -25px;
}
.label-pro-sale span{
    position: absolute;
    top: -25px;
    right: -25px;
}
/* tab-category-slider */
.tabs-categorys .thumb-img{display: none;}
.product-tabs-category-container-slider {
    margin-bottom: 40px;
}
.tab-category-title{
    background: transparent;
    border-bottom: 4px solid #009ce9;
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    color: white;
}
.tab-category-title h2 {
    position: relative;
    display: inline-block;
    line-height: 31px;
    padding: 0 15px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #009ce9;
}
.OC_Category_Tabs_Slider_Digital_2 .tab-category-title h2 {
    background: #009ce9;
    line-height: 31px;
    padding: 0 15px;
    margin: 0px;
}
.OC_Category_Tabs_Slider_Fashion_2 .tab-category-title h2 {
    background: #9E4B9D;
    line-height: 31px;
    padding: 0 15px;
    margin: 0px;
}
.OC_Category_Tabs_Slider_Fashion_2 .tab-category-title{border-bottom: 4px solid #9E4B9D;}
.OC_Category_Tabs_Slider_TOYS_2 .tab-category-title h2 {
    background: #FFB708;
    line-height: 31px;
    padding: 0 15px;
    margin: 0px;
}
.OC_Category_Tabs_Slider_TOYS_2 .tab-category-title{border-bottom: 4px solid #FFB708;}
ul.tabs-categorys{
    float: right;
    padding: 0px;
}

ul.tabs-categorys li.active {
    background: #eeeeee;
    color: #000;
}
ul.tabs-categorys li{
    display: inline-block;
    margin: 0;
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    list-style: none;
    overflow: hidden;
    position: relative;
    line-height: 25px;
    background: #919191;
    text-transform: capitalize;
    margin-top: 3px;
}
/**/
.tab_content_category ul{
    padding: 0px;
    margin: 0px;
}
.tab_content_category ul li{list-style: none;}
.tab_content_category img{max-width: 100%;}
.tab_content_category .product-thumb{}
.tab_content_category .product-thumb .item{position: relative;}
/* next - back middle*/
.tab_container_category .owl-theme .owl-controls .owl-buttons div,
.block-brands .owl-theme .owl-controls .owl-buttons div{
    position: absolute;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 43px;
    color: #246aa6;
    background: #fff;
    border: 1px solid #246aa6;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.tab_container_category .owl-theme .owl-controls .owl-buttons div.owl-prev:before,
.block-brands .owl-theme .owl-controls .owl-buttons div.owl-prev:before{
    content: "\f104";
}
.tab_container_category .owl-theme .owl-controls .owl-buttons div.owl-next:before,
.block-brands .owl-theme .owl-controls .owl-buttons div.owl-next:before{
    content: "\f105";
}
.tab_container_category .owl-theme .owl-controls .owl-buttons div:before,
.block-brands  .owl-theme .owl-controls .owl-buttons div:before{
    display: block;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 43px !important;
    width: 43px !important;
    text-align: center;
}
.tab_container_category .owl-controls .owl-buttons .owl-prev{    left: 15px !important;right: auto!important;}
.tab_container_category .owl-controls .owl-buttons .owl-next{    right: 15px!important; left: auto!important;}
.block-brands .owl-controls .owl-buttons .owl-prev{    left: -40px!important;right: auto!important;}
.block-brands .owl-controls .owl-buttons .owl-next{    right: -40px!important; left: auto!important;}
.tab_container_category:hover .owl-theme .owl-controls .owl-buttons div,
.block-brands:hover .owl-theme .owl-controls .owl-buttons div{
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.tab_container_category .owl-theme .owl-controls .owl-buttons div:hover,
.tab_container_category .owl-theme .owl-controls .owl-buttons div:hover,
.block-brands .owl-theme .owl-controls .owl-buttons div:hover,
.block-brands .owl-theme .owl-controls .owl-buttons div:hover:before,
.tab_container_category .owl-theme .owl-controls .owl-buttons div:hover:before{
    background: #246aa6;
    color: #fff;
}
/*bestseller + special + feature + random --product-slider*/
.bestseller-title.module-title,.special-title.module-title ,
 .featured-title.module-title, .random-title.module-title{
    margin-bottom: 0px;
}
.bestseller-products-slider,.special-products-slider,.featured-product-slider,.random-products-slider{
    background: #f3f3f3 !important;
    margin-bottom: 30px;
}
.bestseller-products-slider .image,.special-products-slider .image,
.featured-product-slider .image,.random-products-slider .image{
    float: left;
    width: 67px;
    padding: 0;
    height: 70px;
}
.bestseller-products-slider .item_product,.special-products-slider .item_product,
.featured-product-slider .item_product,.random-products-slider .item_product{
    border: 0;
    display: inline-block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
}
.bestseller-products-slider .product-thumb,.special-products-slider .product-thumb,
.featured-product-slider .product-thumb,.random-products-slider .product-thumb{
    padding: 0 10px;
    margin-bottom: 0px !important;
}
.bestseller-products-slider .label-pro-sale,.bestseller-products-slider .label-pro-new,
.bestseller-products-slider .button-group,.special-products-slider .label-pro-sale,
.special-products-slider .label-pro-new,.special-products-slider .button-group,
.featured-product-slider .label-pro-sale,.featured-product-slider .label-pro-new,
.featured-product-slider .button-group,.random-products-slider .label-pro-sale,
.random-products-slider .label-pro-new,.random-products-slider .button-group,{display: none;}
.bestseller-products-slider .product-thumb .caption,.special-products-slider .product-thumb .caption,
.featured-product-slider .product-thumb .caption,.random-products-slider .product-thumb .caption{
    min-height: auto;
    padding-left: 80px;
}
.bestseller-products-slider h4,.special-products-slider h4,
.featured-product-slider h4,.random-products-slider h4{margin-top: 0px;margin-bottom: 0px;}
.bestseller-products-slider h4.product-name a,.special-products-slider h4.product-name a,
.featured-product-slider h4.product-name a,.random-products-slider h4.product-name a{
    color: #00477F;
    padding: 0;
    margin-bottom: 5px;
    display: block;
    line-height: 1;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 600;
}
.bestseller-products-slider .ratings,.special-products-slider .ratings,
.featured-product-slider .ratings,.random-products-slider .ratings{ display: none; margin-bottom: 5px;}
.bestseller-products-slider.owl-theme .owl-controls .owl-buttons div,
.special-products-slider.owl-theme .owl-controls .owl-buttons div,
.featured-product-slider.owl-theme .owl-controls .owl-buttons div,
.random-products-slider.owl-theme .owl-controls .owl-buttons div{    margin-top: -35px;}

.bestseller-products-slider .row_items .item .special-price,.special-products-slider .row_items .item .special-price,
.featured-product-slider .row_items .item .special-price,.random-products-slider .row_items .item .special-price{
    float: left; margin-right: 10px;
}
.bestseller-products-slider .row_items .item .old-price,.special-products-slider .row_items .item .old-price,
.featured-product-slider .row_items .item .old-price,.random-products-slider .row_items .item .old-price{
    float: left;
}
/* blog  +  testimonial + lasttwister */
div#blog_home,div#blog_home .articles-container{
    background: #f3f3f3 !important;
    margin-bottom: 30px;
}
div#blog_home .articles-container{padding-bottom: 20px;}
div#blog_home .articles-image {
    text-align: center;
    margin-bottom: 20px;
}
div#blog_home .articles-inner {    padding: 0 20px;}
div#blog_home a.articles-name {
    display: block;
    font-size: 16px;
    color: #375b7a;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 28px;
    margin: 10px 0;
}
div#blog_home a.articles-name:hover {    color: #e84c3d;}
div#blog_home  .articles-intro{
    line-height: 25px;
    font-size: 14px;
    color: #595959;
    margin-bottom: 15px;
}
div#blog_home  .articles-date {
    font-size: 12px;
    color: #9d9d9d;
    float: left;
}
div#blog_home .readmore{    float: right;}
div#blog_home .readmore a{
    display: inline-block;
    font-size: 12px;
    color: #375b7a;
    font-weight: 600;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
/*blog-article*/
.blog-title.module-title:before{    content: "\f044";}
.article-layout.article-list {
    clear: both;
    margin-bottom: 20px;
}
.article-description {
    clear: both;
    margin-bottom: 30px;
}
.article-description img{
    float: left;
    padding: 0 30px 15px 0;
}
.intro-content img{max-width: 100%;}
.pag-res{
    float: left;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
/* testimonial */
.testimonial-title.module-title:before{content: "\f0e5";}
.row-testimonials {
    display: block;
    float: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.row-testimonials .box1{
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    min-height: 100px;
    padding: 10px 15px;
    overflow: visible;
}
.row-testimonials:nth-child(2n+0) .box1{background-color: #EDE89A;}
.row-testimonials:nth-child(2n+1) .box1{background-color: #EBA39E;}
.row-testimonials .testimonial-name h2 {
    margin-top: 5px;
}
.row-testimonials .shadow1:before,.row-testimonials .shadow1:after{
    position: absolute;
    content: "";
    bottom: 18px;
    left: 0px;
    top: 70%;
    width: 50%;
    background: #9B7468;
    z-index: -1;
    -webkit-box-shadow: 0 20px 15px #9B7468;
    -moz-box-shadow: 0 20px 15px #9B7468;
    box-shadow: 0 20px 15px #9B7468;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.row-testimonials .shadow1:after{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 0px;
    left: auto;
}
.testimonial-container,.testimonial-container .block-content #slides{
    background: #f3f3f3 !important;
    margin-bottom: 30px;
    min-height: 295px;
}
.testimonial-images {
    text-align: center;
    margin-bottom: 20px;
}
.testimonial-box a {
    text-decoration: none;
    color: #595959;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 30px;
     border-bottom: 1px solid #d9d9d9;
     display: block;
}
.testimonial-box {
    padding: 0 30px;
    text-align: center;
}
 span.testimonial-author{
    font-size: 16px;
    font-style: normal;
    color: #134f5c;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding: 24px;
}
 span.testimonial-author:hover {
    color: #e84c3d;
}
/* update testimonial-page */
.product-octestimonial .testimonial-container{
    background: transparent !important;
    min-height: auto;
}
.product-octestimonial .row-testimonials{padding-bottom: 30px;}
.product-octestimonial .testimonial-images{margin: 30px auto;}
/*last-tweeter*/
.twitter-container{
    background: #f3f3f3 !important;
    margin-bottom: 30px;
    text-align: center;
}
.twitter-title.module-title {
    text-align: left;
}
#twitter-widget-0 {
    margin-bottom: 14px !important;
}
/**/
/* Newsletter */
.newletter-subscribe {
    border: 1px solid #d9d9d9;
    padding: 20px 20px 25px 20px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 30px;
}
.newletter-subscribe .newletter-title h2{
    color: #333;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    background: none;
    text-transform: none;
    text-transform: uppercase;
    line-height: 25px;
    border: none;
    margin-top: 0px;
}
#frm_subscribe,#frm_subscribe_normal{
    overflow: hidden;
    position: relative;
}
.newletter-subscribe input#subscribe_email {
    height: 46px;
    display: block;
    width: 100%;
    vertical-align: middle;
    line-height: 44px;
    padding: 0 120px 0 10px;
    border: 0;
    background: #ddd;
}
#subscribe {
    margin: 0;
        background: #ddd;
        position: relative;
}
#subscribe a.button{
    border: none;
    background: none;
    position: absolute;
        right: 6px;
    top: 6px;
    font: bold 13px/17px Arial, Helvetica, sans-serif;
}
#subscribe a.button span {
    border: 0;
    background: #e84c3d;
    color: #fff;
    padding: 8.5px 15px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    font-weight: 500;
}
#subscribe a.button span:hover{
        background: #0091d5;
    border-color: #0091d5;
}
/**/
.block-payment {
    padding: 20px 20px 25px 20px;
    border: 1px solid #ddd;
}
.block-payment h2{
    color: #333;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    background: none;
    text-transform: none;
    text-transform: uppercase;
    line-height: 25px;
    border: none;
    margin-top: 0px;
}
/* footer */
.top-footer {
    clear: both;
}
footer {
	padding-top: 30px;
/* 	background-color: #00477F; */
	background-color: #868998;
	border-top: 1px solid #ddd;
	color: #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #fff;
    clear: both;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .logo-footer {
    margin-bottom: 30px;
    margin-top: 10px;
}
footer .contact-us-content p{
    color: #ccc;
    text-transform: inherit;
    font-size: 16px;
}
footer .contact-us-content p span{
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
footer h5.footer-title {
    position: relative;
    display: inline-block;
    color: white;
    margin: 0 0 15px 0;
    line-height: 25px;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    font-weight: 700;
}
footer h5.footer-title:before {
    content: "";
    width: 100%;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer ul.f-col-content li {
    line-height: 35px;
}
footer ul.f-col-content li a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    padding: 0;
    color: #fff;
    transition: ease-in-out 300ms;
    -webkit-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
}
footer ul.f-col-content li a:before {
    content: "\f105";
    font-size: 14px;
    font-family: "FontAwesome";
    padding-right: 10px;
    transition: ease-in-out 300ms;
    -webkit-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
}
footer ul.f-col-content li a:hover,footer ul.f-col-content li a:hover::before{
    color: #fff;
}
footer ul.f-col-content li a:hover{padding-left: 10px;}
footer ul.f-col-content li a:hover{padding-left: 10px;}
footer ul.f-col-content li a:hover::before{
    content: "\f101";
}
footer ul.list-links li ul li{list-style: none;display: inline;}
footer ul li{list-style: none;}
footer ul.f-category-content{
    padding: 0px;
    margin: 20px 0px 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}
footer ul.f-category-content li a {
    color: #9f9f9f;
    border-right: 1px solid #9f9f9f;
    padding: 0 10px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    float: left;
    vertical-align: top;
    line-height: 15px;
    font-family: lato;
    font-size: 14px;
}
footer ul.f-category-content li a:last-child{    padding-right: 0;    border: 0;}
footer ul.f-category-content .f-menu-content .f-menu{
    clear: both;
    margin-bottom: 10px;
    line-height: 1;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    min-width: 80px;
}
footer #social_block {
    position: fixed;
    top: 15%;
    right: 0;
    width: 190px;
    z-index: 1005;
    -moz-transform: translateX(131px);
    -webkit-transform: translateX(131px);
    -o-transform: translateX(131px);
    -ms-transform: translateX(131px);
    transform: translateX(131px);
}
footer #social_block ul{    padding:0px;    text-align: center;} 
footer #social_block ul li a {
    display: inline-block;
    color: white;
    height: 50px;
    width: 185px;
    border-radius: 3px;
    line-height: 50px;
    background: #212121;
    border: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
footer #social_block ul li a:before {
    font-size: 20px;
    width: 50px;
    float: left;
    border-right: 1px solid #fff;
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
/*        -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;*/
/*    -webkit-transform: rotate3d(0,1,0,180deg);
    -moz-transform: rotate3d(0,1,0,180deg);
    -o-transform: rotate3d(0,1,0,180deg);
    -ms-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
    box-shadow: inset 0 0 5px rgba(255,255,255,0.2), inset 0 0 3px rgba(0,0,0,0.3);*/

}
footer #social_block ul li a:hover {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -moz-transform: translateX(-131px);
    -webkit-transform: translateX(-131px);
    -o-transform: translateX(-131px);
    -ms-transform: translateX(-131px);
    transform: translateX(-131px);
}
footer #social_block ul li.facebook a:before {    
    content: "\f09a";    
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
footer #social_block ul li.twitter a:before {    content: "\f099";}
footer #social_block ul li.rss a:before {    content: "\f09e";}
footer #social_block ul li.youtube a:before {    content: "\f167";}
footer #social_block ul li.google-plus a:before {    content: "\f0d5";}
footer #social_block ul li.pinterest a:before {    content: "\f0d2";}
footer #social_block ul li.facebook a {    background: #425F9C;}
footer #social_block ul li.twitter a {    background: #00aced;}
footer #social_block ul li.rss a {    background: #FF9900;}
footer #social_block ul li.youtube a {    background: #E22D26;}   
footer #social_block ul li.google-plus a {    background: #ed5757;}
footer #social_block ul li.pinterest a {    background: #c21a21;}
/***************************************category product*************************************/
/*filter category*/
img.img-thumbnail.img-top-category {
    border: 0;
    padding: 0;
    border-radius: 0;
}
.product-filter, .product-pagination {
    overflow: hidden;
    padding: 5px 15px;
    border-bottom: 1px solid #F1F1F1;
    margin: 20px 0 20px;
    background: #fff;
    width: 100%;
    clear: both;
    float: left;
}
.product-filter .btn-group {
    margin: 1px 0 0;
    display: inherit;
    float: left;
}
.product-results {
    padding: 12px 0;
}
.pagination {
    margin: 0px 0px -5px 0px !important;
    padding: 5px 0;
}
.product-pagination .pagination>li>span,.product-pagination .pagination>li>a{margin: 0 2px !important;}
.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.selected,.product-filter .btn-group #list-view:hover {
    height: 27px;
    width: 27px;
    float: left;
    background: #0091d5 url(../image/list1.png) 6px -20px no-repeat;
    border: 0;
    border-radius: 0;
    padding-left: 20px;
    margin: 2px 5px 0 0;
    text-transform: uppercase;
    text-indent: -9999px;
    outline: none;
}
.product-filter .btn-group #grid-view.selected ,.product-filter .btn-group #grid-view:hover {
    height: 27px;
    width: 27px;
    float: left;
    background: #0091d5 url(../image/grid1.png) 5px -20px no-repeat;
    margin: 2px 5px 0 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #fea238;
    text-indent: -9999px;
    outline: none;
}
.product-filter .btn-group #grid-view{
    height: 27px;
    width: 27px;
    float: left;
    background: #fff url(../image/grid1.png) 4px 8px no-repeat;
    margin: 2px 5px 0 0;
    padding-left: 20px;
    text-transform: uppercase;
    text-indent: -9999px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.product-filter .btn-group #list-view{
    height: 27px;
    width: 27px;
    float: left;
    background: #fff url(../image/list1.png)  6px 8px no-repeat;
    border: 0;
    border-radius: 0;
    padding-left: 20px;
    margin: 2px 5px 0 0;
    text-transform: uppercase;
    text-indent: -9999px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.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%;
    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: 4px solid #009ce9;
    padding:0px;
}
.product-pagination {
    border: 1px solid #ccc;
}
.text-top-cate{}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 9999;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
    white-space: nowrap;
    overflow-y: auto; 
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* 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;
}*/
/* tool-tips */
.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 360px;
    left: 50%;
    margin: 0 0 10px -45px;
    bottom: 100%;
    text-align: left;
    font-size: 0.765em;
    line-height: 1.4;
    box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
    background: rgba(42, 48, 53, 0.7);
    opacity: 0;
    cursor: default;
    pointer-events: none;
}
.tooltip-content {
    width: 60px;
    margin-left: -30px;
    -webkit-transform-origin: 50% calc(100% + 6em);
    transform-origin: 50% calc(100% + 6em);
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
    transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
}
.tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: rgba(42, 48, 53, 0.7);
    border-width: 6px;
    margin-left: -6px;
}
.tooltips {
    font-size: 10px;
    line-height: 20px;
    display: block;
    padding: 0px;
    color: #fff;
    min-height: 20px;
    text-align: center;
    text-transform: capitalize;
}
.actions button{
        display: inline;
    position: relative;
    z-index: 999;
}
button:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
    transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}
/* carousel */
.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;
}
/* category products */
.custom-products .product-thumb {    position: relative;    border: 1px solid #ddd;}
.custom-products .product-thumb {    margin-bottom: 20px;    /*overflow: auto;*/}
.custom-products .product-thumb .image {    text-align: center;}
.custom-products .product-thumb .image a {    display: block;}
.custom-products .product-thumb .image a:hover {    opacity: 1;}
.custom-products .product-thumb .image img {    margin-left: auto;    margin-right: auto;}
.custom-products h5.product-name a {
    color: rgb(47, 82, 113);
    margin-bottom: 10px;
    display: block;
    line-height: 25px;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    overflow: hidden;
}
.custom-products .item .rating {
  display: none;  height: 34px;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.custom-products .price .price-new,.custom-products .price{
    color: #b23d22;
    font-weight: 400;
    font-size: 17px;
}
.custom-products .price .price-old{
    color: #777777;
    font-size: 14px;
    text-decoration: line-through;
    float: right;
    margin-bottom: 0px
}
.custom-products .item .actions {
    position: relative;
    padding-right: 102px;
}
.custom-products .item .actions .button.btn-cart {
    position: relative;
    text-align: center;
    height: 33px;
    padding: 0;
    background: #cccccc;
    color: white;
    font-size: 0;
    border: 0;
    display: block;
    width: 100%;
}
.custom-products .item .add-to-links {
    position: absolute;
    right: 0;
    top: 0;
}
.custom-products .item .add-to-links button {
    position: relative;
    text-align: center;
    height: 33px;
    width: 33px;
    padding: 0;
    background: #00477F;
    color: white;
    font-size: 0;
    border: 0;
    margin: 0px 0px 0px 1px;
    display: block;
    float: left;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.custom-products .item .actions .fa {
    line-height: 33px;
    font-size: 20px;
}
/* product list */
.product-list .actions.button-group{    max-width: 180px;}
.product-list .hidden-list, .product-grid .hidden-grid{display: none;}
.product-list .price .price-old{float: none;margin-left: 10px;}
.product-list .item .rating{
    position: relative;
    background: transparent;
    line-height: 30px;
    bottom: 0px;
    vertical-align: middle;
    padding: 0px;
    text-align: left;
}
.product-list .product-thumb {
    float: left;
    background: #eee;
    margin: 0 10px 20px 10px;
    max-width: 100%;
    width: 97.5%;
}
.product-list .product-thumb .image{
/*    margin: 0 -10px;*/
}
.product-list .product-thumb .image .label-pro-new{left: 0px;}
.product-list .product-thumb .image .label-pro-sale{right: 0px;}
/* product grid  */
.product-grid .product-thumb .image {    float: none;position: relative;}
.product-grid .item:hover .rating {
    bottom: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    z-index: 99;
}
.product-grid .item:hover .rating img{    width: auto;    display: block;    float: none;}
.product-grid p.description{display: none;}
.product-grid .item .des-container {
    padding: 15px;
    display: inline-block;
    background: #f3f3f3;
    width: 100%;
    position: relative;
}
/**/
/* detail product */
.detail-product-name{
        color: #2b2b2b;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    font-weight: 300;
}
.price span.old-price{
    color: #777777;
    font-size: 14px;
    text-decoration: line-through;
    display: inline-block;
    margin-bottom: 0px;
}
.price h2.new-price,.price h2.prices{
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #e84c3d;
    margin-top: 10px;
}
p.short-description{
    line-height: 27px;
    font-size: 14px;
    color: #797979;
    margin: 0;
}
.tab-content-product{
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #eee;
    padding: 20px;
}
.nav-tabs-product{
    margin-bottom: 0px;
    border-bottom: 0;
    display: block;
    clear: both;
}
/* form-quantity */
.short-description-content .short-description{font-size: 13px;}
#product .form-quantity-product div{
    display: inline-block;
}
.form-quantity-product {
    float: left;
    overflow: visible;
    clear: both;
}
.form-quantity .box-input-qty input{
    height: 40px;
    width: 50px;
    padding: 0 5px;
    border-radius: 0px;
    text-align: center;
}
.form-quantity .box-input-qty{
    position: relative;
}
.form-quantity div.btn-plus input,.form-quantity div.btn-minus input{
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
    outline: none;
    position: absolute;
}
.form-quantity-product input#plus {
    top: 0;
    right: -20px;
}
.form-quantity-product input#minus {
    top: 20px;
    right: -20px;
}
.box-button.button-group.button-group-product.actions {
    text-align: left;
    float: left;
    padding-left: 30px;
}
.button-group-product button.btn-cart{
    vertical-align: top;
    padding: 10px 13px;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #cccccc;
}
.button-group-product button.btn-wishlist,.button-group-product button.btn-compare {
    border: none;
    margin-right: 0px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: #ccc;
    width: 40px;
    text-align: center;
}
.button-group-product button.btn-wishlist .fa,.button-group-product button.btn-compare .fa{
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}
/*.button-group-product button.btn-wishlist span.effect-btn, .button-group-product button.btn-compare span.effect-btn{
    width: 40px;
    border: 1px solid #ddd;
    height: 40px;
}*/
.nav-tabs-products{
    float: left;
    width: 100%;
    border-bottom: 3px solid #5b5b5b;
    margin-bottom: 0;
    height: 50px;
}
.nav-tabs-products li a {
    background: #f0f0f0 !important;
    color: #5b5b5b !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 30px !important;
    line-height: 47px !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 0px !important;
}
.nav-tabs-products li.active a , .nav-tabs-products li:hover a{
    color: #fff !important;
    background: #5b5b5b !important;
}
.tab-content-product{
    border: 1px solid #ebebeb;
    clear: both;
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 60px;
    padding: 30px;
    max-height: 300px;
    overflow: auto;
}
.title-fx:before {
    background: #e5e5e5;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
}
.title-fx {
    color: #444444;
    font-size: 20px;
    margin: 0 0 30px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}
.title-fx span {
    position: relative;
    z-index: 10;
    padding-right: 15px;
    background: #fff;
}
/* end-form-quantity*/
/*zoom-windown*/
.zoomWindow {
    left: 105% !important;
    border: 4px solid #ddd !important;
    top: -5px !important;
    width: 100% !important;
    height: 100% !important;
}
.zoomLens {
    height: 100px !important;
    width: 100px !important;
}
.zoomContainer {
    top: 5px !important;
    left: 0px !important;
    margin-left: 18px !important;
    z-index: 1000;
}
/**/
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
/*.image-additional {
	max-width: 78px;
}*/
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
/*.image-additional*/
.image-additional .thumbnail {
    margin: 0 5px 20px 5px;
}
.wrapper-img-additional{padding: 0 30px;}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div {
    font-size: 0px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #8a8a8a;
    text-align: center;
    line-height: 30px;
    margin-bottom: 2px;
    opacity: 0;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div:before{
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 30px;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0px!important;
    top: 90px!important;
    border-radius: 0px 3px 3px 0px;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: auto !important;
    left: 0px!important;
    top: 90px;
    border-radius: 3px 0px 0px 3px;
}
.wrapper-img-additional:hover .owl-theme .owl-controls .owl-buttons div.owl-prev{left: -20px;opacity: 1;}
.wrapper-img-additional:hover .owl-theme .owl-controls .owl-buttons div.owl-next{right: -20px;opacity: 1;}
.wrapper-img-additional .owl-prev:after{display: none;}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div:hover{
    background-color: #3c3c3c;
    color: #fff;
}
/**/
/*relate products*/
.view-related.owl-carousel.owl-theme {
    margin-bottom: 40px;
}
.relate-product .item-inner{
    margin: 0 10px;
    position: relative;
    border: 1px solid #eee;
}
.relate-product .item .images-container {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}
.relate-product .item .rating { display: none;
    height: 34px;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.relate-product .item .des-container {
    padding: 15px;
    display: inline-block;
    background: #f3f3f3;
    width: 100%;
    position: relative;
}
.relate-product .item h2.product-name {
    font-size: 17px;
    line-height: 23px;
    color: #3a3939;
    margin-bottom: 0;
    margin-top: 0px;
}
.relate-product  .item h2.product-name a {
    color: #00477F;
    padding: 0;
    margin-bottom: 10px;
    display: block;
    line-height: 25px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 600;
}
.relate-product .item .price-box {
    font-size: 17px;
}
.relate-product  .special-price{
    color: #b23d22;
    font-weight: 400;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 0px;
}
.relate-product  .old-price{
    display: inline-block;
    float: right;
    margin-bottom: 0px;
}
.relate-product .item .actions {
    position: relative;
    padding-right: 102px;
}
.relate-product .item .actions .button.btn-cart {
    position: relative;
    text-align: center;
    height: 33px;
    padding: 0;
    background: #cccccc;
    color: white;
    font-size: 0;
    border: 0;
    display: block;
    width: 100%;
}
.relate-product .item .add-to-links {
    position: absolute;
    right: 0;
    top: 0;
}
.relate-product .item .add-to-links button {
    position: relative;
    text-align: center;
    height: 33px;
    width: 33px;
    padding: 0;
    background: #00477F;
    color: white;
    font-size: 0;
    border: 0;
    margin: 0px 0px 0px 1px;
    display: block;
    float: left;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.relate-product .item:hover .rating {
    bottom: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.view-related button i{
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
/* end-product */
/* checkout-cart */
.checkout-cart #minus,.checkout-cart #plus{
    position: initial;
    float: left;
    line-height: 40px;
    height: 40px;
    width: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: 0;
}
.checkout-cart #cart-qty-2{float: left;}
.checkout-cart .checkout-cart-buttons {
    margin-bottom: 20px;
}
.checkout-cart .button-shopping ,.checkout-cart .button-update-cart{
    display: inline-block;
}
.checkout-cart .button-shopping a,.checkout-cart .button-checkout-cart a{
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background: rgba(0, 125, 40, 0.78);
    text-shadow: none;
    color: #fff;
}
.button-update-cart button {
    border-radius: 0;
    border: 0;
    color: #fff;
}
.checkout-cart .box-color {
    background: #eee;
    padding: 15px;
    margin-bottom: 30px;
}
.checkout-cart .box-color .table-bordered,.checkout-cart .box-color .table-bordered td{border:0;}
.checkout-cart .box-color .table-bordered tr{border-bottom: 1px solid #ddd;}
.checkout-cart .box-color .table-bordered strong,.checkout-cart .box-color .table-bordered .total-price {
    font-weight: 700;
    font-size: 16px;
}
.checkout-cart .box-color .table-bordered .total-price{font-style: italic;}
.checkout-cart .button-checkout-cart{text-align: center;}
.checkout-cart .button-checkout-cart a{
    background: rgb(237, 87, 87);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}
/* popup */
div#boxes {
    position: fixed !important;
    background: #fff;
    width: 550px;
    height: 330px;
    top: 50% !important;
    margin-top: -165px;
    left: 50% !important;
    margin-left: -275px !important;
    padding: 1em;
    border: 16px solid transparent;
    border-image: 16 repeating-linear-gradient(-45deg, red 0, red 1em, transparent 0, transparent 2em,#58a 0, #58a 3em, transparent 0, transparent 4em);
    max-width: 550px;
    z-index: 99999;
/*    -webkit-animation: bounceInRight 2000ms ease-in-out;
    -moz-animation: bounceInRight 2000ms ease-in-out;
    -ms-animation: bounceInRight 2000ms ease-in-out;
    animation: bounceInRight 2000ms ease-in-out;*/
}
.newsletter-popup .box-content.newleter-content {
    text-align: center;
}
.newsletter-popup .newletter-title {
    text-align: center;
}
.newsletter-popup .newletter-title h2 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.newsletter-popup .box-content.newleter-content label {
    font-size: 12px;
    font-style: oblique;
        margin-bottom: 15px;
}
.newsletter-popup #subscribe_popup span{
    font-size: 14px;
    font-weight: 600;
}
.newsletter-popup #subscribe_popup span.required{color: red;padding: 0 3px;}
.newsletter-popup #subscribe_pemail {
    min-width: 300px;
    padding: 7px 15px;
    margin-bottom: 20px;
}

.newsletter-popup #subscribe_popup .subs-links button{
    color: #fff;
    border-color: #fff;

}
.newsletter-popup #subscribe_popup .subs-links .btn-popup-newsletter{
    background: #0083C1;
    color: #0083C1;
}
.newsletter-popup #subscribe_popup .subs-links button {
    background: #7986cb;
    color: #7986cb;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    margin: 1em;
    padding: 0.5em 1.5em;
    border: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.newsletter-popup #subscribe_popup .subs-links button.button:after,#subscribe_popup .subs-links button.button:before {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: inherit;
}
.newsletter-popup #subscribe_popup .subs-links .btn-popup-newsletter:before {
    background: #7986cb;
}
.newsletter-popup #subscribe_popup .subs-links .btn-popup-newsletter:after{
    background: #37474f;
}
.newsletter-popup #subscribe_popup .subs-links button.button:after  {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #DBE7ED;
}
.newsletter-popup #subscribe_popup .subs-links button.button:before {
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.newsletter-popup #subscribe_popup .subs-links .btn-popup-newsletter:hover span{
    color: #000;
}
.newsletter-popup #subscribe_popup .subs-links .btn-popup-newsletter:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.newsletter-popup div#popup2.btn-close-form {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}
/**/
/*#back-top*/
#back-top {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 0px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 2px;
    background: #00477F url("../image/back-top.png") no-repeat scroll 0px 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}
#back-top.show{
    width: 50px;
    height: 50px;
}
#back-top:hover {
    background-color: #0091D5;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}
/* end-back-top */

@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;
}
/* fixed default class in boottraps */
.well{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f3f3f3; 
    border: 0; 
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.well-fix a.btn,.well-fix button.btn{
    color: #fff;
    border-color: #fff;

}
.well-fix a.effect-button,.well-fix button.effect-button{
    background: #0083C1;
    color: #0083C1;
}
.well-fix a.btn,.well-fix button.btn {
    background: #000;
    color: #000;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    margin: 1em;
    padding: 0.5em 1.5em;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.well-fix a.btn:after,.well-fix a.btn:before,.well-fix button.btn:after,.well-fix button.btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: inherit;
}
.well-fix a.effect-button:before,.well-fix button.effect-button:before {
    background: #7986cb;
}
.well-fix a.effect-button:after,.well-fix button.effect-button:after{
    background: #37474f;
}
.well-fix a.btn:after,.well-fix button.btn:after  {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #DBE7ED;
}
.well-fix a.btn:before,.well-fix button.btn:before {
    background: #0091d5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.well-fix a.effect-button:hover span, .well-fix button.effect-button:hover span{
    color: #0091d5;
}
.well-fix a.effect-button:hover:before, .well-fix button.effect-button:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* end all fixed */
/* add other style */
/*account*/
.new-customer.module-title:before{content: "\f234";}
.returning-customer.module-title:before{content: "\f007";}
.credit-card.module-title:before{content: "\f283";}
.my-orders.module-title:before{content: "\f044";}
.my-newsletter.module-title:before{content: "\f003";}
.my-wishlist.module-title:before{content: "\f004";}
.my-download.module-title:before{content: "\f019";}
.my-return.module-title:before{content: "\f122";}
.module-title.site-map:before{content: "\f0e8";}
.module-title.layered-title:before{content: "\f1de";}
.module-title.layered-title{margin-bottom: 0px;}
/* icon-title */
.account-account  #content ul.list-unstyled li a{
    color: #000;
    padding-left: 15px;
    font-size: 13px;
    text-transform: none;
    line-height: 25px;
}
.account-account #content ul.list-unstyled li a:hover{
    color: #e84c3d;
}
.contact-map{
        clear: both;
    margin: 20px 0 30px 0;
    display: inline-block;
    width: 100%;
}
/* end-add other style*/
.product-image,.product-thumb .image{
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0;
    z-index: 10;
}
.product-image img.img1 , .product-thumb .image img{
    display:block;
    float:left;
    width:100%;
   /*  -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;*/
 }
.product-image img.img2, .product-thumb .image img.rotator-image{
   position:absolute;
    top:0;
    left:0;
    opacity:0;
    display:block;
    width:auto;
    -moz-transition: all 1.5s ease-in-out 1.5s;
    transition: all 1.5s ease-in-out 1.5s;
    -moz-transform: translateY(400px);
    -webkit-transform: translateY(400px);
    -o-transform: translateY(400px);
    -ms-transform: translateY(400px);
    transform: translateY(400px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.item-inner:hover .product-image img.img2,.item:hover .product-thumb .image img.rotator-image{
    opacity:1;
    z-index: 3;
    width: 100%;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.account-register .form-horizontal div.buttons{float: right;clear: both;}
/*check cart*/
.checkout-cart .form-quantity.form-quantity-check-cart{
    position: relative;
    display: inline-block;
}
.checkout-cart  .form-quantity .box-input-qty{position: initial;}
.checkout-cart .form-quantity div.btn-minus input{
    left: -25px;
    height: 40px;
    width: 20px;
    padding: 0 5px;
    border-radius: 0px;
    text-align: center;
}
.checkout-cart .form-quantity div.btn-plus input{
    height: 40px;
    width: 20px;
    padding: 0 5px;
    border-radius: 0px;
    text-align: center;
    right: -25px;
}
.product-special .product-list .product-thumb {
    float: left;
    background: #eee;
    margin: 0 0px 20px 0px;
    width: 100%;
}
/**/
/*@media (max-width: 1199px){
    .description img{width: 100%;}
}*/
@media (max-width: 1199px) and  (min-width: 992px) {
    #search{width: 300px;}
}
@media (max-width: 991px){
    .banner-show {    margin-right: 0px !important;}
    .special-title.module-title {    margin-top: 30px;}
    .description img{width: auto; max-width: 100%;}
    .secon-top {    text-align: center;}
    div#cart{float: none;    margin-right: -100px;}
/*    #search {    right: 50%;    margin-right: -200px;    border: 1px solid #ddd;}
*/    .top-page{margin-top: 60px;}
    .hoz-menu{z-index: 1000;}
}
@media (max-width: 991px) and  (min-width: 768px) {
    .checkout-cart .button-checkout-cart a{font-size: 14px;}
}
@media (max-width: 767px) {
    .banner-home .col1,.banner-home .col2, .banner-home .col3{width: 100%;text-align: center;}
    .banner-home .col2{margin: 20px 0;}
    #logo{    margin-bottom: 15px;}
    nav#top {
        text-align: center;
        max-height: 40px;
    }
   /* div#top-links{
        float: none !important;
        display: inline-block;
    }*/
    .secon-top {
        display: inline-block;
        width: 100%;
        text-align: center;
        float: none;
    }
    #search{
        max-width: 100%;
        min-width: 300px;
        text-align: center;
        min-width: 150px;
        width: 50%;
        right: 0px;
        margin-right: 25%;
    }
    #cart > .btn{text-align: center;}

    .caption.des-container.col-md-8.col-sm-8.col-xs-12 {    padding-bottom: 15px;}
    .banner-home>div:first-child{margin-bottom: 20px;}
    footer .col-sm-12{clear: both;}
    .b-modal.__b-popup1__,#boxes{display: none !important;}
        .custom-products > .row > .col-sm-6, .custom-products > .row >.col-xs-12{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media (max-width: 767px) and  (min-width: 480px) {}
/*@media (max-width: 520px){    
    div#boxes,.b-modal.__b-popup1__{display: none !important;}
    #search {       margin-left: 0px;    top: -60px;    border: 1px solid #ddd;}
}*/
@media (max-width: 479px) {
    .box-payment img{max-width: 100%;width: 100%;}
/*s*/
    #cart .dropdown-menu {        min-width: 280px;        left: 50%;        margin-left: -190px;    }
    .nav-tabs-products{        height: auto;        clear: both;    }
    .nav-tabs>li {    width: 100%;}
    .top-links-left,.top-link-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .top-links-left{border-bottom: 1px solid #ddd;height: 40px;}
    .top-links-left div,.top-link-right ul.list-inline{
        float: none;
        display: inline-block !important;
    }
    nav#top{max-height: 80px;}
}

@media (max-width: 479px) and  (min-width: 0px) {}
@media (max-width: 430px){
    .top-footer{margin-top: 30px;}
    .article-description img{
        padding: 0 0px 15px 0;
        width: 100%;
    }
}
@media (max-width: 340px){
    .box-button.button-group.button-group-product.actions {
        padding-left: 0px;
        width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 0px) and  (min-width: 0px) {}

.custom-products .price .price-new, .custom-products .price {
  color: #b23d22;
  font-size: 17px;
  font-weight: 400;
  display: none;
}
.prices, .price{
    display: none;
}
.menu-mobile {
  background: transparent !important;
  height: 50px !important;
  margin-top: 0;
  padding: 0 15px;
}
.block-category-tab-slider2 {
  margin-top: 26px;
}