@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    0% {
        -webkit-transform: rotate(-360deg);
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    0% {
        -moz-transform: rotate(-360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(-360deg);
    }
}
select {
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
}
* {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
}
html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
ul,
ol {
    margin: 0;
}
li {
    list-style: none;
}
body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    font-weight: 400;
    text-align: left;
}
#content {
    min-height: 300px;
    position: inherit;
}
#content .pull-left,
#content .pull-right{margin-bottom:30px;}
b,
strong {
    /*font-weight: normal;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: 000000;
}
a:focus {
    background: none;
}
#content h1,
#content h2 {
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
}
#content .account-border h1,
#content .account-border h2 {
    margin: 0;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
/* default font size */

.fa {
    font-size: 14px;
    color: #000000;
}
.category-row .fa {
    color: #fff;
}
.category-row .item-inner .fa {
    color: #000000;
}
.fa-home {
    color: #000000 !important;
}
/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a,
a:visited,
a b {
    color: #666;
    font-size: 14px;
    text-decoration: none !important;
    cursor: pointer;
}
:focus {
    outline: none!important;
}
a:focus {
    outline: none!important;
}
button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
}
a:hover {
    text-decoration: none;
    color: #0e96ff;
}
legend {
    font-size: 18px;
    padding: 7px 0px 15px;
}
label {
    font-size: 14px;
    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: 14px;
    box-shadow: none;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 0;
}
.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;
}
/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {
    text-decoration: none;
    background: #292560;
    background-repeat: repeat-x;
}
/* buttons */

buttons .close {
    background: none;
}
buttons .close:hover {
    background;
    none;
}
.buttons {
    margin: 1em 0;
}
.btn,
button {
    background: #222;
    border: 0 none;
    font-size: 14px;
    line-height: 15px;
    padding: 10px 12px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
}
a.btn {
    color: #fff;
}
.btn:hover,
button:hover {
    background: #0e96ff;
    color: #fff;
}
.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-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #0e96ff;
    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-danger {
    color: #ffffff;
    border-radius: 0;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {} .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: #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: #0e96ff;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/**************************************HEADER*********************************************/
/* top */

#logo {
    text-align: left;
    height: 120px;
    line-height: 155px;
}
#logo>div {
    height: 100%;
    text-align: left;
	padding-top:5px;
}
#logo a {
    display: inline-block;
}
.top-header{
	line-height: 45px;
    background: #00a9e0;
    color: #fff;
    position: relative;
    z-index: 100;
	font-size:12px;
}
.header-welcome {float:left;}
.header-search-parent{padding-top:40px;}
/*langguage-currency*/
.box-language-currency{float:right;}
.box-language-currency > div{float:left; min-width:110px; overflow: hidden;}
.box-language-currency .pull-left button{color:#fff; font-size:11px; text-decoration:none; overflow:hidden;}
.box-language-currency .pull-left button:hover{text-decoration:none; background:none;}
.box-language-currency .pull-left button .fa{color:#fff;}
.box-language-currency .pull-left button.currency-select, .box-language-currency .pull-left .dropdown-menu1 li{color:#3c3c3c; text-align:left; transition:none;}
.box-language-currency .pull-left button.currency-select:hover,.box-language-currency .pull-left .dropdown-menu1 li:hover{
	color: #00a9e0;
    background: #515151;
	transition:none;
}
.box-language-currency li:hover a{transition:none;}
.box-language-currency .pull-left .dropdown-menu1 li{line-height:30px;}
.dropdown-menu1{
	opacity:0;
	position:absolute;
	top:50px;
	left:0;
	display: inline-block;
    width: 100%;
	background:#fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
}
.currency:hover .dropdown-menu1, .language:hover .dropdown-menu1{opacity:1; top:41px;}
.currency:hover, .language:hover{overflow:inherit;}
.language .dropdown-menu1 li{padding: 0 15px;}
.language .dropdown-menu1 li a{display:inline-block; width:100%; font-size:11px; text-transform:uppercase;}
/** top-link **/
.top-link{
	color: #fff;
    text-align: left;
    float: right;
    line-height: 45px;
    height: 45px;
    position: relative;
    font-size: 12px;
    padding: 0 10px;
	overflow:hidden;
}
.top-link .toplink-hover a{
    padding-right:5px;
    color: #fff;
	line-height:45px;
	text-transform:uppercase;
	font-size:11px;
}
.top-link .toplink-hover .fa{color:#fff;}
.top-link .top-link-inner{
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 9;
    display: inline-block;
    padding: 0;
    background: #292560;
	opacity:0;
}
.top-link:hover{overflow:inherit;}
.top-link:hover .top-link-inner{
	top:45px;
	opacity:1;
}
.top-link .top-link-inner ul{
    display: inline-block;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
}
.top-link .top-link-inner ul li{
    padding: 0;
    display: block;
    text-align: left;
}
.top-link .top-link-inner ul li:hover{background:#515151; transition:none;}
.top-link ul li a {
    color: #3c3c3c;
    text-transform: capitalize;
    white-space: nowrap;
    line-height: 35px;
    padding: 0 22px;
    display: block;
	font-size:11px;
}
.top-link ul li a:hover{color: #0e96ff; transition:none;}
/** end-top-link **/
.top-wishlist{
    position: relative;
    display: inline-block;
    float: right;
}
.top-wishlist:before {
    content: "\f08a";
    width: 41px;
    height: 41px;
	color:#fff;
	float:left;
	line-height:41px;
	font-family: FontAwesome;
	background: #00a9e0;
    border-radius: 100%;
}
.top-wishlist span{
	background: #fff;
    font-size: 11px;
    width: 21px;
    height: 21px;
    line-height: 18px;
    border: 2px solid #00a9e0;
    border-radius: 100%;
    text-align: center;
    color: #00a9e0;
    position: absolute;
    right: -10px;
    text-indent: 1px;
}
/* cart */
.top-cart:before {
    content: "";
    width: 41px;
    height: 41px;
    background: #ff9900 url(../image/bkg_topcart.png) no-repeat center center;
    float: left;
    border-radius: 100%;
    position: absolute;
    left: -45px;
    top: 0;
}
.top-cart {
	position:relative;
	float:right;
	margin-left:60px;
}
span.item-cart{font-size:11px; font-weight:400; text-transform:none;}
#cart .icon-cart {
    border: 1px solid #121212;
    border-radius: 100%;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    text-align: center;
    width: 44px;
}
#cart:hover .icon-cart {
	background:#3799e4;
	border:1px solid #3799e4;
}
#cart:hover .icon-cart .fa { color:#fff; }
#cart .icon-cart .fa{
    font-size: 18px;
    margin:0 1px 0 0px;
}
#cart .btn-inverse {
	background: none;
	color:#fff;
	height: 41px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:0;
}
#cart .title-cart {
	color: #000;
	font-family: inherit;
	font-weight:400;
    display:block;
    font-size: 14px;
    padding:0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
}
#cart #cart-total {
    text-align: left;
    font-size: 12px;
    color: #000;
    font-family: inherit;
    font-weight: 600;
    text-transform: capitalize;
}
#cart .top-cart span { clear:both; color: #000000; }
#cart .table td {
	padding:0 !important;
	vertical-align:inherit !important;
	text-align:right;
	border:0;
	background:none;
}
#cart .dropdown-menu {
	width: 280px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 20px;
	box-shadow: none !important;
	text-shadow: none !important;
}
#cart.open > .btn {
	color: #000000;
	box-shadow: none !important;
	text-shadow: none !important;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background:#fff;
	box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.14);
	z-index: 1001;
	border: 0;
	padding:15px 20px;
	border:0;
	border-radius:0;
	margin:6px 0 0;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li p {
	font-size: 12px;
	padding: 0;
	text-align: center;
	padding: 10px;
}
.arrow-cart {
	background: url("../image/arrow-up1.png") no-repeat scroll 0 0;
    height: 7px;
    right: 65px;
    position: absolute;
    top: -10px;
    width: 10px;
}
.row-cart { width:100%; margin-bottom:10px; display:inline-block; }
.row-cart .image-cart {
	width:60px;
	float:left;
}
.row-cart .image-cart .img-thumbnail { border-radius:0; }
.row-cart .cart-content {
	margin-left:75px;
    font-size: 14px;
	text-align:left;
	position:relative;
}
.cart-content .cart-button {
	position:absolute;
	bottom:0px;
	right:0;
}
.cart-content .btn {
	padding:0;
	background:none;
}
.cart-content .btn:hover { background:none; }
.cart-content .btn .fa-times-circle { color:#333; }
.cart-content .btn .fa-times-circle:hover { color:#f57b7a; }
.cart-content .product-name a {
    color: #2d2d2d;
    font-size: 12px;
	font-weight:bold;
    text-transform: capitalize;
}
.cart-content .product-name a:hover {
	color:#f57b7a;
}
.row2-cart { text-align:right; width:100%; font-size:14px; }
.row2-cart { text-align:right; width:100%; font-size:14px;}
.row2-cart .box-cart { margin-bottom:5px; }
.row2-cart .box-cart .text strong {
    font-size: 12px;
	color:#666;
	text-transform:uppercase;
}
.row2-cart .button-cart a {
	background:#3799e4;
    border: 0 none;
    color: #ffffff;
    font-size: 12px;
    padding:6px 10px;
	text-transform:uppercase;
	display:inline-block;
}
.row2-cart .button-cart .fa { margin-right:5px; color:#fff;}
.row2-cart .button-cart {
	display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.row2-cart .button-cart a:hover {
	background:#333;
}
/** end cart **/
.header {
    text-align: center;
    width: 100%;
}
.header.fix-nav{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.9);
	display:none;
}
.header .header-inner {
    position: relative;
    z-index: 99;
}
/********************************************** END HEADER ********************************************/

/*********************************************** FOOTER ***********************************************/
/*Footer static follow*/

.ma-footer-link-follow {
    background: #e7e7e7;
}
.ma-footer-link-follow .container{
	padding: 20px 15px;
}
.block-link-follow{
	padding:20px 0 10px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.ma-footer-link-follow .f-col-2{
	text-align:left;
}
.ma-footer-link-follow .f-col-1 h3{
    float: left;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    line-height: 36px;
	color:#3c3c3c;
	font-size: 14px;
    font-weight: 700;
}
.ma-footer-link-follow .link-follow {
    float: left;
}
.ma-footer-link-follow .f-col-1{text-align:center;}
.ma-footer-link-follow .box-follow{display:inline-block;}
ul.link-follow li {
    float: left;
    margin-right: 10px;
}
ul.link-follow li a {
    position: relative;
    font-size: 0;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    padding: 0;
}
ul.link-follow li a.twitter{background: #00bff3;}
ul.link-follow li a.google{background: #ed1c24;}
ul.link-follow li a.facebook{background: #448ccb;}
ul.link-follow li a.linkedin{background: #7da7d9;}
ul.link-follow li a.youtube{background: #cc181e;}
ul.link-follow li a:hover {
    color: #fff;
    background: #0e96ff;
}
ul.link-follow li a:before {
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    text-align: center;
}
ul.link-follow a:hover {
    color: #0e96ff;
}
ul.link-follow li a span::after {
    border-top: 5px solid #111111;
    bottom: -5px;
}
ul.link-follow li a span::before,
ul.link-follow li a span::after {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    bottom: -5px;
    content: "";
    height: 0;
    left: 46%;
    position: absolute;
    width: 0;
}
ul.link-follow li a span {
    background: none repeat scroll 0 0 #111111;
    bottom: 40px;
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    left: 57%;
    line-height: 20px;
    margin-left: -40px;
    min-width: 70px;
    padding: 1px 5px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: capitalize;
    opacity: 0;
}
ul.link-follow li a span::after {
    border-top: 5px solid #111111;
    bottom: -5px;
}
ul.link-follow li a:hover span {
    bottom: 50px;
    opacity: 1;
}
.ma-footer-link-follow .f-col-3{text-align:right;}
.ma-footer-link-follow .payment img{margin-top:5px;}
/*************footer-link***********/
.footer{
	padding: 20px 0 10px;
    background: #e7e7e7;
    color: #a3a3a3;
	margin-top:30px;
}
.footer .footer-content{
	font-size:14px;
	color:#7f7ca0;
	margin-top:20px;
}
.footer .introduction{
	padding-top:10px;
	text-align:justify;
}
.footer .footer-title{margin-top:20px;}
.footer h3{
	text-transform:uppercase;
    font-size: 14px;
    display: inline;
    color: #3c3c3c;
    position: relative;
    font-weight: 700;
}
.footer li{
	line-height:30px;
	font-size:12px;
}
.footer li span{
	font-weight: 500;
    color: #3c3c3c;
    width: 70px;
    display: inline-block;}
.footer li a{color:#757575; font-size:12px;}
.footer .banner-footer img{
    display: inline-block;
    border: 3px solid #fff;
    margin-top: 10px;
}
.footer li a:before{
	content: "\f101";
    font-size: 12px;
    color: #757575;
    font-family: FontAwesome;
    padding-right: 8px;
}
.footer li a:hover{
	color: #0e96ff;
    padding-left: 10px;
}
.powered {
	padding: 0 0 20px;
	background: #e7e7e7;
}
.powered .right-powered{
	text-align:center;
	font-size:12px;
	color: #757575;
}
.powered .right-powered a{font-size:12px; color:#0e96ff;}
.powered .right-powered a:hover{text-decoration: underline;}

/*************END footer-link***********/
/**************************************END_FOOTER********************************************************/

/**************************************CONTENT********************************************************/
/* alert */

.alert {
    padding: 8px 14px 8px 14px;
    margin: 15px 0 0;
}
/* breadcrumb */

.category-row .vermagemenu .navleft-container {
    padding: 0;
    position: static;
}
.category-row{margin-bottom:30px;}
.category-row .price s {
    color: #888888;
}
.menu-category .bestsellers-container {
    margin-top: 30px;
}
.breadcrumb {
    border: 0;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    background: none;
	margin:20px 0;
}
.breadcrumb li:last-child a {
    font-family: inherit;
    font-weight: 400;
    color: #0e96ff;
    text-transform: capitalize;
    font-size: 14px;
}
.breadcrumb i {
    font-size: 18px;
}
.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 {} .breadcrumb li {
    background: url("../image/breadcrumbs.png") no-repeat scroll 100% 50%;
    padding: 0 15px 0 0;
    margin: 0 6px 0 0;
    display: inline-block;
}
.breadcrumb li:last-child {
    background: none;
}
.pagination {
    margin: 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;
}
/* product list */
.item{margin-bottom: 20px;}
.row.products-category {
    margin-top: 30px;
}
.item-inner .sale {
	display: block;
    width: 49px;
    height: 22px;
    background: url(../image/sale.png) no-repeat center center;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 10px;
    text-indent: -99999px;
}
.item-inner .new {
	display: block;
    width: 49px;
    height: 22px;
    background: url(../image/new.png) no-repeat center center;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 35px;
    text-indent: -99999px;
}
.item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
	border: 1px solid #e5e5e5;
}
.item-inner .image {
    margin: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.item-inner .image a {
    position: relative;
    display: block;
}
.item-inner .image a.img-other:before{
    background: rgba(69,69,69,0.7);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
}
.item-inner:hover .image a:before{opacity: 1;}
.item-inner .image a .img2 {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.item-inner .image a:hover .img2 {
    opacity: 1;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.product-thumb .image {
    text-align: center;
}
.actions {
    position: absolute;
    bottom: 28%;
    left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
	opacity:0;
}
.item-inner:hover .actions{opacity:1;}
.actions .button-group {
    position: relative;
    height: 42px;
	display:inline-block;
}
.item-inner .box-view-actions{
	position: relative;
    top: 0px;
	-moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.item-inner .box-view{background:#fff;
    padding: 0 10px;
}
.item-inner:hover .box-view-actions{
	top:-50px;
	-moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.item-inner:hover .cart{opacity:1;}
.item-inner .add-to-links > div{
	display:inline-block;
	-moz-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}
.item-inner:hover .add-to-links > div{
	-moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.item-inner:hover .wishlist,.item-inner .wishlist{
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.item-inner:hover .compare, .item-inner .compare{
	transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
.item-inner:hover .qv-button-container, .item-inner .qv-button-container{
	transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
}
.add-to-links div button {
    font-size: 0;
    line-height: 32px;
    padding: 0;
	border-radius:100%;
	width: 34px;
	height: 34px;
	color: #00a9e0;
    border: 2px solid #00a9e0;
	background:#fff;
}
.add-to-links div button:before{
    font-family: FontAwesome;
    text-align: center;
	font-size:12px;
}
.add-to-links div button:hover{
	background: #00a9e0 !important;
    border-color: #00a9e0 !important;
    color: #fff !important;
}
.add-to-links .wishlist button:before{content:'\f08a';}
.add-to-links .compare button:before{content:'\f0c5';}
/************item-inner_product***********/
.cart{
	display:inline-block;
	width:100%;
	text-align:center;
	position:absolute;
	bottom: -30px;
    right: 0;
	opacity:0;
}
.cart button{
    border: 2px solid #00a9e0;
    color: #00a9e0;
    background: transparent;
    font-size: 11px;
    font-weight: 700;
    padding: 9px 22px 6px;
    border-radius: 100px;
}
.cart button:hover{
	background: #00a9e0;
    color: #fff;
}
.box-view-actions {text-align:center;}
.box-view-actions .name {
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
    word-break: break-all;
    height: 70px;
    text-overflow: ellipsis;
}
.box-view-actions .price{	line-height: 14px;
    padding: 10px;
	min-height:40px;
}
/*******************/
.owl-controls .owl-buttons div {
    position: absolute;
}
.owl-controls {
    display: inline-block;
}
.product-search .carousel-contain {
    margin: 40px 0 0;
}
.product-search .search-products {
    margin: 20px 0 0;
}
.product-grid .product-thumb .image {
    float: none;
}
.product-thumb h4 a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
    color: #222222;
}
.product-thumb h4 a:hover {
    color: #0e96ff
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
.product-list .left-block {
    padding: 0;
}
.product-list .item-inner{
	padding:0 0 30px;
	border:0;
	border-bottom:1px solid #e1e1e1;
}
.product-list .item-inner .left-block .product-image {
    border: 1px solid #ddd;
}
.product-list .item-inner .left-block .product-image img {
    transform: none;
}
.product-list .caption {
    margin-top: 5px;
}
.product-list .item-inner .actions .add-to-links {
	background: none;
}
.product-list .name {
    margin: 15px 0 0;
    text-align: left;
}
.product-list .name a {
    text-transform: capitalize;
    color: #404040;
    font-size: 20px;
    font-family: inherit;
}
.product-list .price {
    padding: 0;
    margin: 10px 0 0;
    text-align: left;
    font-size: 18px;
}
.product-list .price .price-old {
    font-size:16px;
	color:#b3b3b3;
}
.product-list .rating {
    margin: 5px 0 0;
    text-align: left;
}
.product-list .description {
    clear: both;
    display: inline-block;
    padding: 10px 0;
    font-size: 12px;
    color: #000000;
	text-align: justify;
}
.product-grid .description {
	display:none;
}
.product-list .box-list {
    border: 1px solid #e8e8e8;
    display: block;
    float: right;
    margin: 5px 0 0;
    max-width: 190px;
    padding: 30px;
    width: 100%;
    border-radius: 3px;
}
.product-list .actions {
    margin: 0;
	background:none;
}
.product-list .button-group {
    display: inline-block;
    margin: 20px 0 0;
    width: 100%;
}
.product-list .add-to-links {
    margin: 0;
    width: auto;
}
.product-list .add-to-links .cart button {
    background: url("../image/cart_icon.png") no-repeat scroll 0 3px #0e96ff;
    padding: 12px 25px;
}
.product-list .add-to-links .cart button:hover {
    background: url("../image/cart_icon.png") no-repeat scroll 0 3px #666;
}
.product-list .cart {
    text-align: left;
    display: inline-block;
    width: auto;
    float: left;
	position:static;
	opacity:1;
}
.product-list .actions .cart button:after {
    background: #c5282f !important;
}
.product-list .add-to-links .wishlist,
.product-list .add-to-links .compare,
.product-list .add-to-links .qv-button-container {
    width: auto;
    float: none;
    margin: 0 5px;
}
.product-list .add-to-links div button span{display:none;}
.product-list .add-to-links .wishlist button:hover,
.product-list .add-to-links .compare button:hover{
	background-position: 0 100%;
    background-color: #0e96ff;
    border-color: #0e96ff;
}
.box-heading {
    border-bottom: 3px solid #0e96ff;
}
.category-top {
    display: inline-block;
    width: 100%;
}
.category-top h2 {
    display: none;
}
.category {
    margin: 33px 0 0;
}
.category-top .category-image {
    margin: 0;
    overflow: hidden;
    text-align: center;
}
.category-top .category-des {
    margin-left: 220px;
    font-size: 12px;
    font-family: inherit;
}
.category .box-heading h3 {
    margin: 0;
    padding: 0 0 8px;
}
.category .box-heading h3 span {
    color: #555555;
    display: block;
    font-family: inherit;
    font-size: 25px;
    font-weight: normal;
    min-height: 16px;
    text-transform: uppercase;
}
.category .list-group {
    padding: 15px 0 0;
}
.category .list-group li {
    line-height: 35px;
}
.category .list-group li ul li {
    padding: 0 10px;
}
.category .list-group li:last-child {
    border: 0;
}
.category .list-group li a {
    border-bottom: 1px solid #ffffff;
    color: #444444;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: url("../image/bg_vertical.png") repeat-x scroll 0 50%;
}
.category .list-group li a span {
    background: #fff;
    padding-right: 10px;
    font-family: inherit;
    font-size: 15px;
}
.category .list-group li ul li a {
    text-transform: capitalize;
    padding: 3px 0 0;
}
.category .list-group li a:hover {
    color: #0e96ff;
    border: 0;
    background: url("../image/bg_vertical.png") repeat-x scroll 0 50%;
}
.category-filter .filter-content {
    margin: 15px 0 0;
}
.category-filter .filter-content:first-child {
    margin: 0;
}
.category-filter .panel-heading {
    font-size: 14px;
    word-wrap: break-word;
    display: block;
    font-family: inherit;
    text-transform: uppercase;
    color: #fff;
    background-color: #0e96ff;
    padding: 15px 10px 10px 20px;
    border-bottom: 5px solid #1a75bb;
    border-radius: 4px;
}
.category-filter .panel-heading span {
    color: #ffffff;
    display: inline-block;
    font-family: inherit;
    word-wrap: break-word;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}
.category-filter {
    border: 0;
    box-shadow: none;
    margin: 30px 0 0;
    border-radius: 0;
}
.category-filter .filter-content a.list-group-item {
    color: #444;
    line-height: 30px;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    border-bottom: 2px solid #000;
    background: url(../image/narrow-by.png) no-repeat 98% 50%;
}
.category-filter .filter-content a.list-group-item:hover {} .category-filter .filter-content div.list-group-item,
.category-filter .filter-content div.list-group-item:last-child {
    border: 0;
    margin: 0;
    padding: 10px 30px;
    border-radius: 0;
}
.category-filter .panel-footer {
    text-align: left;
    border: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px 0;
    background: none;
    margin: 5px 0 0;
}
.category-image .img-thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0;
}
.list-group-item label {
    margin: 0;
    padding: 13px 0 0 10px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    font-family: inherit;
}
.list-group-item label:last-child {
    border: 0;
}
.pagination>li>a, .pagination>li>span{
	width:31px;
	height:31px;
	line-height:31px;
	text-align:center;
	padding:0;
}
.image .rating{
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	top:30%;
	opacity:0;
	width: 100%;
    padding: 5px 0;
    background: rgba(255,255,255,0.2);
	-moz-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.item-inner:hover .image .rating{
	opacity:1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.name {
    font-weight: normal;
    text-align: left;
    width: 100%;
}
.name a {
    font-size: 12px;
    text-transform: capitalize;
    font-family: inherit;
    color: #454545;
	font-weight:500;
}
.name a:hover {
    color: #0e96ff !important;
}
.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-stack-3x {
    color: #ddd;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
    display: none;
}
.price {
	font-size: 14px;
    color: #ff9900;
    font-weight: 700;
}
.price-old{
	color: #4a4a4a;
    font-size: 10px;
    font-weight: 400;
	padding-left:5px;
	text-decoration: line-through;
}
.price-tax {
    color: #999;
    font-size: 12px;
    display: none;
}
.category-list h3 {
    color: #444;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}
.category-list ul {
    float: left;
    margin: 0;
}
.category-list li {
    background-color: #666;
    display: inline-block;
    float: left;
    margin-bottom: 8px;
    margin-right: 12px;
    padding: 3px 10px;
}
.category-list li a {
    color: #fff;
    font-size: 13px;
}
.row-compare {
    display: none;
}
.product-filter .grid-list-parent{float:left;}
.product-filter .btn-group button {
    line-height: 30px;
    color: #000;
    font-weight: normal;
    background: none;
    box-shadow: none;
    outline: none !important;
}
.product-filter .grid-list-parent span{padding-left:5px; font-size:0; text-indent:-9999px;}
.product-filter .btn-group #list-view {
    background: #000 url(../image/list.png) 0 0 no-repeat;
	width:27px;
	height:27px;
}
.product-filter .btn-group #grid-view{
    background: #000 url(../image/grid.png) 0 0 no-repeat;
	width:27px;
	height:27px;
}
.product-filter .btn-group #grid-view:hover,
.product-filter .btn-group .selected#grid-view{
    background-color: #1889e0;
}
.product-filter .btn-group #list-view:hover,
.product-filter .btn-group .selected#list-view{
    background-color: #1889e0;
}
.text-right {
    color: #929191;
    font-size: 13px;
}
.product-filter {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin: 20px 0 25px;
}
.product-filter .limit {
    color: #666;
    float: right;
    margin: 2px 0 0;
    padding: 0 20px;
}
.product-filter .sort {
    float: right;
    margin: 0;
    padding: 0 0 0 20px;
}
.product-filter .btn-group {
    margin: 0;
    display: inherit;
    float: left;
}
.product-filter select {
    color: #929191;
    padding: 3px;
    vertical-align: middle;
    font-size: 12px;
    height: auto;
    width: auto;
    float: none;
    display: inline-block;
	border-radius: 20px;
	background: #f2f2f4;
	border: none !important;
}
.product-filter label {
    color: #444;
    font-size: 13px;
    font-weight: normal;
    line-height: 27px;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    margin: 0 10px 0 0;
}
.button-view:hover {
    cursor: pointer;
}
.common-home .alert-success {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    border-radius: 0;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #bebebe;
    border-color: #bebebe;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 0;
    display: block;
    border: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    /*width: 25%;*/
    float: left;
    display: inline-block;
    padding: 5px;
}
.image-additional a img {
    border: 1px solid #f1f1f1;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
    max-width: inherit;
    width: 27%;
}
.image-block .owl-carousel .owl-item {
    padding: 15px;
}
.product-ocbestseller .product-filter,
.product-ocnewproduct .product-filter {
    margin: 0;
}
.layerednavigation{margin-bottom:30px;}
/*productt-view------------------------------------------*/
.custom-products .item-inner{margin-bottom:20px;}
.product-view .image-additional {
    margin: 10px 0 0;
    float: left;
    width: 100%;
}
.product-view .image-block .row {
    margin: 0 -5px;
}
.product-view .owl-theme .owl-controls{border:none; position:static;}
.product-view .view-related.owl-carousel .owl-wrapper-outer {
    width: 100%;
}
.product-view .view-zoom {
    position: inherit;
}
.image-block .owl-carousel .owl-wrapper-outer {
    min-height: 130px;
}
.zoomLens {
    height: 200px !important;
    width: 200px !important;
}
.product-view .thumbnails-image .thumbnail {
    background: #fff;
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
	border: 1px solid #ebebeb;
}
.product-view .owl-controls {
    padding: 0;
    width: 0;
    height: 0;
}
.product-view .owl-controls .owl-buttons div {
    float: left;
}
.product-view .owl-carousel{padding:0 50px;}
#content .product-view .product-name h1 {
     font-size: 20px !important;
    font-weight: 700;
    margin: 0 !important;
    font-family: inherit;
}
.product-view .box-review-rating{margin-top:10px;}
.product-view .list-unstyled {
    margin: 0;
    padding: 10px 0;
    font-family: inherit;
}
.product-view .short-description {
    padding: 15px 0 0;
    color: #000000;
    font-size: 12px;
    line-height: 23px;
    font-family: inherit;
    text-align: justify;
}
.product-view .add-to-links {
    display: inline-block;
	margin-top:20px;
}
.product-view .add-to-links .wishlist {
    margin-right: 5px;
}
.product-view .add-to-links .wishlist button:hover span,
.product-view .add-to-links .compare button:hover span{
	color: #0e96ff;
}
.product-view .list-unstyled li {
	color: #818181;
    line-height: 20px;
    font-size: 13px;
    text-transform: capitalize;
    margin: 0 0 3px 0;
    font-weight: 400;
}
.product-view #product {
    clear: both;
    max-height: 350px;
    overflow: auto;
    margin-top: 15px;
}
.product-view .btn-default {
    background: #ebebeb;
color: #fff;
}
.product-view #product h3 {
    margin: 0;
}
.product-view .list-unstyled li a {
    color: #0e96ff
}
.product-view .list-unstyled li a:hover {
    color: #4d4d4d
}
.product-view .price {
    margin: 0;
    padding: 10px 0 0;
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: inherit;
}
.product-view .price span {
	font-size: 22px;
}
.product-view .item-inner .price span.price-new {
    color: #0e96ff;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    text-decoration: inherit;
}
.product-view .description {
    font-size: 13px;
    line-height: 23px;
}
.product-view .item-inner .add-to-links .wishlist,
.product-view .item-inner .add-to-links .compare {
    width: 46%;
    float: right;
}
.product-view .item-inner .description {
    display: none;
}
.product-view .addthis_toolbox{
    padding-top: 20px;
}
.view-tag {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background: #e8e8e8;
    margin: 20px 0 0;
}
.view-tag a {
    text-transform: capitalize;
    font-size: 14px;
}
.product-view #product .add-to-links .wishlist,
.product-view #product .add-to-links .compare {
    display: inline-block;
    margin: 0 5px 0 0;
}
.product-view .add-to-links .wishlist button,
.product-view .add-to-links .compare button{
	background:none;
	border-radius:4px;
	border: 1px solid #ccc;
	color: #a6a6a6;
}
.product-view .add-to-links .wishlist button:before{content:'\f004';}
.product-view .add-to-links .compare button:before{content:'\f079';}
.product-view .add-to-links div {
    float: left;
    width: auto;
}
.product-view .add-to-links .btn-group,
.product-view .add-to-links .form-group {
    display: inline-block;
    margin: 0;
}
.product-view .add-to-links .form-group {
    padding-bottom: 0;
}
.alert-info-fa {
    float: none !important;
    display: inline-block;
    width: 100% !important;
}
.product-view .add-to-links .alert.alert-info {
    float: none;
    display: inline-block;
    margin: 15px 0;
}
.product-view .add-to-links label {
    color: #A6A6A6;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    float: left;
    margin: 0 5px 0 0;
}
.product-view .form-group #minus {
	float: left;
    color: #b2b2b2;
    box-shadow: none;
    width: 49px;
    border: 1px solid #ddd;
    display: block;
    background: #e5e5e5 url(../image/qty_input.png) 100% 0 no-repeat;
    height: 49px;
    line-height: 49px;
    margin-left: 5px;
}
.product-view .form-group #minus:hover{background-color:#0e96ff; border-color:#0e96ff;}
.product-view .form-group #plus {
	float: left;
    color: #b2b2b2;
    background: #e5e5e5 url(../image/qty_input.png) no-repeat;
    box-shadow: none;
    border: 1px solid #ddd;
    width: 49px;
    display: block;
    height: 49px;
    line-height: 49px;
    margin-left: 5px;
}
.product-view .form-group #plus:hover{background-color:#0e96ff; border-color:#0e96ff;}
.product-view .form-group #input-quantity {
background: #fff !important;
    border: 1px solid #ddd;
    box-shadow: none;
    float: left;
    padding: 9px 0;
    width: 35px !important;
    height: 35px;
    line-height: 35px;
    color: #000;
    text-align: center;
}
.product-view .form-group #button-cart{
    color: #3c3c3c;
    border-color: #00a9e0;
    background: #00a9e0;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 32px 6px;
    border-radius: 100px;
	line-height:0;
	width:auto;
	float:left;
}
.product-view .form-group #button-cart:hover{background:  blue !important; color:#fff; border-color:blue !important;}
.product-view .form-group {
    display: inline-block;
    width: 100%;
}
.product-view #product .add-to-links {
    padding: 10px 0 0;
    text-align: left;
    margin: 0;
}
.product-view .input-content {
    float: left;
    margin-right: 10px;
}
.product-view .rating {
    text-align: left;
    display: inline-block;
}
.product-view .rating p {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}
.product-view .tab-view {
    float: left;
    width: 100%;
}
.product-view .tab-view li {}
.product-view .tab-view a {
    background: none;
    color: #000;
    font-family: inherit;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    padding: 16px 23px 13px 0;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    border-bottom: 0;
    border: 0;
    margin: 0;
}
.product-view .tab-view a:hover,
.product-view .tab-view li.active a {
    color: #00a9e0;
    border: 0;
    border-bottom: 2px solid #00a9e0;
	background:none;
}
.product-view .nav-tabs {
    margin: 20px 0 0;
}
.product-view .tab-content {
    /*max-height: 300px;*/
    overflow: auto;
    margin: 0;
    font-size: 12px;
    line-height: 23px;
    color: #959595;
    text-align: justify;
    padding: 20px;
    border: 1px solid #e1e1e1;
    margin-top: 30px;
}
.product-view #tab-review h2 {
    font-size: 18px;
    margin: 20px;
    text-transform: capitalize;
}
.product-view #tab-review .table {
    border: 0;
}
.product-view #tab-review .table td {
    background: none;
    border: 0;
    padding: 0;
    text-align: left;
}
.tab-content strong {
    display: inline-block;
    /*font-weight: normal;*/
    margin: 0 0 5px;
    font-size: 15px;
}
.product-view .tab-view .form-group label {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 0 10px;
}
.product-view .tab-view input.form-control {
    width: 300px;
    box-shadow: none;
    border: 1px solid #e8e8e8 !important;
    font-size: 13px;
}
.product-view .tab-view textarea {
    width: 500px;
    min-height: 100px;
    line-height: 25px;
    box-shadow: none;
    border: 1px solid #e8e8e8 !important;
    font-size: 14px;
}
.product-view .tab-view .text:before {
    border-bottom: 9px solid #e5e5e5;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -9px;
}
.product-view .tab-view .text:after {
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -8px;
}
.product-view .tab-view .text {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin: 5px 0 20px;
    padding: 20px;
    position: relative;
}
.product-view .item-inner .price {
    margin: 0;
    line-height: 32px;
    border: 0;
    float: left;
    width: 100%;
    text-align: center;
}
.product-view .item-inner .add-to-links .cart button {
    padding: 0;
    font-size: 0;
}
.product-view .item-inner .rating {
    text-align: center;
}
.information-sitemap #content ul li ul {
    margin-left: 20px;
}
/********related-container**********/

.related-container .title-group h2 {
    font-size:25px;
}
.related-container {
    clear: both;
	padding-top:40px;
}
.related-container .owl-carousel{padding-top:30px;}
.related-container .row-related .owl-item {
    padding: 0 15px;
}
.related-container h3 {
    padding: 15px;
}
/********end related-container**********/
/********tab-tabcategory**********/
ul.tab_small{float:right;}
ul.tab_small li{display:inline-block; float:right;}
ul.tab_small li span {
	margin: 0;
    display: inline-block;
    line-height: 15px;
    padding: 5px 20px;
    text-transform: capitalize;
    cursor: pointer;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: normal;
    border-radius: 20px;
}
ul.tab_small li span:hover,
ul.tab_small li.active span{
    background: #1889e0;
    color: #fff;
}
/********end tab-tabcategory**********/
.title-group{
	text-align: left;
    border: 1px solid #e1e1e1;
    position: relative;
	line-height:47px;
	padding-right:50px;
	height:47px;
}
.title-group h2, .title-group .title-group-children{
    padding: 0 0 0 15px;
    margin: 0;
	color:#444;
    font-weight: 700;
    font-size: 16px !important;
    position: relative;
    display: inline-block;
	text-transform:uppercase;
}
.title-group .word1{color:#00a9e0;}
.product-view .view-related .owl-controls .owl-buttons div {
    margin: -45px 0 0;
}
.view-related .owl-wrapper {
    margin: 25px 0 0;
}
.alert-success {
    border-radius: 0;
    margin: 0;
	font-size:13px;
}
.table-responsive {
    max-width: 100%;
    overflow: auto;
}
.table-bordered .fa{color:#fff;}
.table-responsive thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    min-width: 140px;
    text-align: center;
    vertical-align: middle;
	text-transform:capitalize;
}
.account-order .table-bordered thead td {
    min-width: 115px;
}
.table-responsive td {
    padding: 15px !important;
    text-align: center;
    vertical-align: middle !important;
    color: #4d4d4d;
    font-size: 14px;
}
.table-responsive td .img-thumbnail {
    border-radius: 0;
    border: 0;
}
.table-responsive td.text-left a {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
.table-responsive td.text-left a:hover {
    color: #f57b7a;
}
.table-responsive td.text-left small {
    color: #4d4d4d;
    font-family: inherit;
    font-size: 14px;
}
.table-responsive td .form-control {
	width: 50px;
    height: 35px;
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
    padding: 5px;
}
.table-responsive tbody td.text-right {
    color: #0e96ff;
    font-size: 20px;
}
.table-responsive td .input-group-btn {
    width: auto;
    display: inline-block;
}
.table-responsive td .btn {
    margin-right: 15px;
}
.checkout-cart #content h1,
.checkout-cart #content h2 {
    font-size: 20px;
}
.checkout-cart #content p {
    color: #4d4d4d;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 20px;
}
.checkout-cart #accordion .panel-heading {
    background: #0e96ff;
}
.checkout-cart #accordion .panel-heading a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.checkout-cart #accordion .panel-heading a .fa-caret-down {
    margin: 0 0 0 5px;
	color:#fff;
}
.checkout-cart .panel-group .panel {
    border-radius: 0;
    margin-bottom: 15px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: none;
    box-shadow: none;
}
.checkout-cart .panel-collapse label {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 33px;
    margin: 0;
    padding: 0;
}
.checkout-cart .panel-collapse input {
    height: 40px;
    box-shadow: none;
    border: 1px solid #dddddd;
    color: #4d4d4d;
    font-size: 14px;
    border-radius: 0;
}
.checkout-cart .panel-collapse .input-group-btn {
    float: left;
}
.checkout-cart .panel-collapse .input-group-btn input {
    color: #fff;
    border: 0;
    width: auto;
}
.checkout-cart .panel-collapse .form-horizontal .btn {
    color: #fff;
    border: 0;
    width: auto;
}
.panel-group .panel-heading {
    background: #323a45;
    padding: 12px 15px 8px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
}
.panel-group .panel {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    border: 0;
}
.panel-group .panel .panel-heading a,
.panel-group .panel .panel-heading .panel-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}
.panel-group .panel .panel-body {
    border: 1px solid #f2f2f2 !important;
    border-top: 0;
}
.panel-group .panel-body {
    border: 0 !important;
}
.panel-group .panel .panel-heading a .fa-caret-down {
    margin: 0 0 0 8px;
}
.panel-group .panel .panel-heading .panel-title {
    padding: 0 0 5px;
}
.panel-group .panel-collapse h2 {
    color: #666666;
    font-size: 16px;
    line-height: 33px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}
.panel-group .panel-collapse p,
.panel-group .panel-collapse label {
    color: #4d4d4d;
    font-family: inherit;
    font-size: 14px;
}
.panel-group .panel-collapse label {
    margin-top: 5px;
}
.panel-group .panel-collapse .form-group a {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.panel-group .panel-collapse .form-group input {
    width: 300px;
    height: 40px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
}
.table-bordered thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    min-width: 140px;
    text-align: center;
    vertical-align: middle;
}
.table-bordered td {
    text-align: center;
    vertical-align: middle !important;
    padding: 8px !important;
}
.table-bordered td.text-left a {
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
}
.table-bordered td.text-left small {
    color: #4d4d4d;
    font-family: inherit;
    font-size: 14px;
}
.account-account #content h2,
.account-wishlist #content h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.account-account .list-unstyled {
    margin-bottom: 20px;
}
.account-wishlist .table-bordered thead td {
    min-width: 135px;
}
.account-wishlist .table-bordered td {
    padding: 10px !important;
}
.account-wishlist .table-bordered .price {
    margin: 0;
    text-align: center;
}
.account-wishlist .table-bordered .btn {
    border-radius: 0;
}
.well {
    border: 1px solid #ddd;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.well p {
    margin: 0 0 20px;
}
.well input {
    border-radius: 0;
}
.list-group-item:first-child {
    border-radius: 0;
}
.list-group-item:last-child {
    border-radius: 0;
}
.account-border .form-group label {
    text-align: left;
}
/*---------------------------PRODUCT_VIEW------------------------------*/

.view-related .owl-item {
    padding: 0 15px;
}
.product-view .col-sm-5 {
    position: inherit !important;
}
.image-block .owl-theme .owl-controls .owl-buttons div {
    background: url("../image/bx_control.png") no-repeat scroll 0 0 #b2b2b2;
    border: 0;
    cursor: pointer;
    display: block;
    height: 35px !important;
    position: absolute;
    text-indent: -9999px;
    top: 30%;
    margin: 0;
    width: 35px !important;
    border-radius: 0 !important;
    opacity: 0;
}
.image-block .owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-next {
    background-position: 100% 0;
    right: 0;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: url(../image/bx_control.png) no-repeat 100% 100% #0e96ff;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: url(../image/bx_control.png) no-repeat 0 100% #0e96ff;
}

.owl-theme .owl-controls {
    text-align: center;
    width: 48px;
    min-height: 47px;
    top: -47px;
    text-align: center;
    position: absolute;
    right: 15px;
    opacity: 1;
    padding-left: 5px;
    border-left: 1px solid #e1e1e1;
}
.owl-theme .owl-controls .owl-buttons div {
    font-size: 0;
    color: transparent;
    width: 20px;
    float: left;
    position: relative;
}
.owl-theme .owl-controls .owl-buttons div:before{
	content: "\f0d9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #a6a6a6;
    font-size: 14px;
    line-height: 47px;
    float: left;
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before{
content: "\f0da";
}
.owl-theme .owl-controls .owl-buttons div:hover:before{color: #0e96ff;}

/*ocnewproductslider========================================*/
.banner-static4{margin: 30px 0 0 0;}
.new-products-container {
	overflow:hidden;
}
.new-products-container .owl-demo-newproduct{padding-top:30px;}
.new-products-container .owl-carousel .owl-wrapper-outer{padding-bottom:1px; margin-left:-2px;}
.new-products-container .name a{font-size: 12px; font-weight: 500;}
.new-products-container .owl-item{padding:0 15px;}
.new-products-container .row_items{border:1px solid #ccc;}
.new-products-container .item_product {padding: 23px 0;}
.new-products-container .item-inner{border:0;}

/*ocfeaturedcategory========================================*/
.featured-cat-thumb{
    padding: 30px 0 10px;
    float: left;
    width: 100%;
}
.featured-cat-thumb .title-group{
	margin:0;
}
.featured-cat-thumb .row_item{padding:0 15px;}
.featured-cat-thumb .fcategory-content{
	display: inline-block;
	width:100%;
	max-height: 240px;
	min-height:165px;
	overflow:auto;
	border: 1px solid #ddd;
    padding: 15px;
	margin-bottom:20px;
}
ul.sub-featured-categories {
    padding-top: 15px;
}
.featured-cat-thumb .owl-carousel{padding-top:30px;}
.featured-cat-thumb .name {
	border:0;
	padding:0;
	margin:0;
	text-transform:uppercase;
	color: #454545 !important;
    font-size: 14px !important;
    font-weight: 700;}
.featured-cat-thumb li a{
	color: #454545;
    font-size: 11px;
    line-height: 20px;
    text-transform: capitalize;
}
.featured-cat-thumb li a:before {
    content: "\f101";
    font-size: 11px;
    color: rgb(0, 169, 224);
    font-family: FontAwesome;
    padding-right: 8px;
}
.featured-cat-thumb li a:hover{
	color:#0e96ff;
}
.featured-cat-thumb img:hover{opacity:0.7;}
/*END ocfeaturedcategory====================================*/
/**************ocfeatureslider**************/
.featured-container {
    border: 1px solid #ddd;
    margin-top: 30px;
}
.featured-container .item-inner{border:0;}
.featured-container .title-group{
	border:0;
}
.featured-container .owl-carousel{padding:0 15px;}
.featured-container .item_product{
	border-top: 1px solid #ddd;
    padding: 15px 0;
}
.featured-container .name a{
	font-size: 12px;
    text-transform: none;
    color: #4a4a4a;
    font-weight: 500
}
.featured-container .rating{margin:0;}
/**************end ocfeatureslider**************/
/*mega-menu========================================*/
.megamenu {
	border-bottom: 1px solid #ddd;
}
.homemenu {
    padding: 0 15px;
}
.slider-home{margin-top:30px;}
/*ttcountdown========================================*/

.ttcountdown_module {
    position: relative;
    background: #fff;
    z-index: 99;
	margin-top: 30px;
	overflow:hidden;
}
.ttcountdown_module .owl-wrapper-outer{padding-top: 30px;}
.ttcountdown_module .owl-item{padding:0 15px 25px 15px;}
.ttcountdown_module .timer-item {
    display: inline-block;
    border: 1px solid #ddd;
	padding-bottom:40px;
	padding-top:15px;
}
.ttcountdown_module .des-container{position:relative;}
.ttcountdown_module .item-inner {
    padding: 0;
    margin: 0;
}
.ttcountdown_module .item-inner .price {
    margin: 0;
    width: auto;
    color: #0e96ff;
    font-size: 36px;
    padding: 6px 6px 6px 0;
}
.ttcountdown_module .item-inner .price .price-old {
    padding: 0 0 0 7px;
    font-size: 24px;
}
.ttcountdown_module .name {
    text-align: left;
}
.ttcountdown_module .rating {
    text-align: left;
}
.ttcountdown_module .image {
	text-align:center;
}
.ttcountdown_module .rating img {
    display: inline-block;
}
.ttcountdown_module  .price-box{margin-top:5px;}
.ttcountdown_module  .special-price {
	font-size: 14px;
    color: #ff9900;
    font-weight: 700;
	display: inline-block;
	margin:0;
	font-size: 21px;
}
.ttcountdown_module .price-box .price-old{
	color: #4a4a4a;
    font-size: 10px;
    font-weight: 400;
	padding-left:5px;
	text-decoration: line-through;
	display: inline-block;
	margin:0;
	font-size: 15px;
}
.ttcountdown_module .actions .cart button {
    height: 46px;
    background: #292560;
    padding: 0 30px;
}
.ttcountdown_module .actions .cart button:hover{background:#0e96ff;}
.ttcountdown_module .add-to-links div button{
	border: 2px solid #e6e6e6;
	height:46px;
}
.ttcountdown_module .add-to-links div.compare button:hover,
.ttcountdown_module .add-to-links div.wishlist button:hover{
	background-position: 0 100%;
    background-color: #0e96ff;
    border-color: #0e96ff; }
.ttcountdown_module .add-to-links div.compare button{
	background: url(../image/timer_compare.png) 0 0;
}
.ttcountdown_module .add-to-links div.wishlist button{
	background: url(../image/timer_wishlist.png) 0 0;
}
.ttcountdown_module .box-price .description {
    font-family: inherit;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
    line-height: 24px;
    font-size: 12px;
    text-align: justify;
}
.ttcountdown_module .actions {
    position: static;
    margin: 0;
    float: left;
	display: inline-block;
    width: auto;
	background:none;
}
.ttcountdown_module .actions .cart {
	display: inline-block;
    width: auto;
    float: left;
}
.ttcountdown_module .actions .add-to-links{
	float: left;
    background: none;
}
.ttcountdown_module .actions .add-to-links div{
	float:left;
	margin-left:10px;
}
.ttcountdown_module .actions .add-to-links div button{position:static !important;}
.title-group2 {
    font-family: inherit;
    color: #404040;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
}
.title-group2:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #404040;
    content: "";
    display: block;
    top: 50%;
    margin-top: -1px;
}
.title-group2 h3 {
    text-transform: capitalize;
    font-size: 24px;
    display: inline-block;
    background: #fff;
    position: relative;
    padding-right: 10px;
    margin: 0;
}
.countdown-products .actions .cart button span {}
.countdown-row {
    background: none;
    text-align: center;
    font-family: inherit;
    font-weight: bold;
    display: inline-block;
    width: 100%;
	padding: 10px 0;
    background: #00a9e0;
	border-radius:100px;
	position: absolute;
    right: 0;
    bottom: -70px;
}
.countdown-row:before{
	content: "\f017";
	display: inline-block;
	font-family: FontAwesome;
	text-rendering: auto;
	font-size: 30px;
	color: #FFF;
	float: left;
	width: 20%;
	text-align: center;
	line-height: 36px;
}
.countdown-row .countdown-section {
    color: #FFF;
    float: left;
    padding-top: 8px;
    text-align: center;
	width: 20%;
    border-left: 1px solid #fff;
    line-height: 14px;
}
.ttcountdown_module .name {
    margin: 20px 0 0;
    border: 0;
}
.ttcountdown_module .name a {
    font-family: inherit;
    color: #4a4a4a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.countdown-row .countdown-amount {
    font-size: 14px;
    color: #fff;
    width: 100%;
    float: left;
    font-family: inherit;
}
.countdown-row .countdown-period {
    font-size: 9px;
	font-weight:500;
    color: #fff;
    width: 100%;
    float: left;
    font-family: inherit;
	text-transform:uppercase;
}
/*End-ttcountdown=========================================================*/
/*octabproductslider============================================================*/

.product-tabs-container-slider .owl-item {
    padding: 0 15px;
}
/*END octabproductslider========================================================*/
/*box-about-us====================================================================*/
	.about-content {
	display: inline-block;
    margin-top: 30px;}
	.about-content-left{width:50%; float:left; padding-right:15px;}
	.about-img{width:50%; float:right; text-align:right;}
	.about-img img:hover{opacity:0.7;}
	.about-des{
    text-align: justify;
    color: #a6a6a6;
    line-height: 25px;
    font-size: 12px;
	margin-top:30px;
}
/*end-box-about-us====================================================================*/
/*carousel====================================================================*/

.carousel-contain {
	padding-top:30px;
}
.carousel-contain .slides{border: 1px solid #ddd;}
.brand-slider-contain .container {
    position: relative;
}
.brand-slider-contain .slides .owl-item {
    padding: 1px 15px;
	text-align:center;
}
.brand-slider-contain .owl-theme .owl-controls{
	display:none !important;
}
/*End-carousel====================================================================*/
/**** Category block ****/

ul.list-group > li {
    position: relative;
}
.button-view {
    border-left: 10px solid #fff;
    width: 27px;
    height: 18px;
    background: url("../image/button_vertical.png") no-repeat scroll 0 0 #a1cfb8;
    text-indent: -99999px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 9;
}
.alert-success button.close {
    line-height: 15px;
}
.alert-success button.close:hover {
    background: none;
}
ul.list-group li.active .button-view {
    background-position: 0 100%;
}
.ttopen {
    background-position: 0 100%;
}
/*list-web============================================*/

.information-contact h3 {
    font-size: 16px;
}
.information-contact #content h1,
.information-contact #content h2 {
    margin: 10px 0 0;
}
.affiliate-login .well {
    border: 1px solid #dddddd;
    margin: 20px 0 0;
}
.product-search .checkbox-inline {
    margin: 10px 0 15px;
}
/*Mobile==========================================*/
/** BLOG **/

.menu-recent {
    padding: 0px;
    border: 0px none;
    position: relative;
}
.menu-recent .articles-container{
	padding: 10px 0 5px;
    border: 1px solid #ccc;
	border-right: 2px solid #00a9e0;
    margin-top: 30px;
}
.menu-recent .owl-theme .owl-controls{
	right:0;
	top: -78px;
}
.menu-recent .name_date{display:inline-block; width:100%;}
.menu-recent .date-blog {
	display: inline-block;
    padding: 0 10px 0 0;
    color: #3a3a3a;
    font-weight: 600;
}
.menu-recent .item-inner img:hover {
    opacity: 0.7;
}
.menu-recent .articles-date {
    display: inline-block;
    color: #0e96ff;
    float: left;
    font-family: inherit;
}
.menu-recent .articles-intro {
    margin: 10px 0px;
    color: #a6a6a6;
    font-size: 12px;
    font-family: inherit;
	line-height: 25px;
}
.menu-recent .item-inner .articles-name {
    font-size: 14px;
    color: #222;
    font-style: normal;
    clear: both;
    text-transform: uppercase;
    font-weight: 700;
	margin: 15px 0;
    display: inline-block;
}
.menu-recent .item-inner .articles-name:hover {
    color: #0e96ff;
}
.menu-recent .item-inner .readmore {
	position: relative;
    display: inline-block;
	margin-top: 15px;
}
.menu-recent .athor-blog{
    color: #00a9e0;
    display: inline-block;
    line-height: 30px;
}
.menu-recent .item-inner .readmore a {
	position: relative;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding: 0px 15px 0 25px;
    background: #454545;
    line-height: 27px;
    display: inline-block;
    border-radius: 20px 0 0 20px;
}
.menu-recent .item-inner .readmore:after {
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 14px;
    background: #00a9e0;
    position: absolute;
    right: -29px;
    top: 0;
    width: 29px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 0 20px 20px 0;
}
.menu-recent .item-inner .readmore a:hover {
    color: #222;
}
.menu-recent .item-inner {
    margin: 0;
	border:0;
}
.article-container .article-date{float:left; margin-top:20px;}
.article-container img {
    width: 40%;
	float:left;
}
.article-container .article-description {float:left;}
.article-container .article-description p{float:left; width:100%; margin:0;}
/*ch 60%->100%, 4rows added*/
.article-description > img:first-child {display:none;}
.blog-article aside { display:none!important; }
.blog-article > #column-right { display:none!important; }
.blog-article #content { width:100%; }
/*end add*/
.article-title h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.article-date {
    font-size: 14px;
    font-weight: normal;
    float: right;
    margin-bottom: 10px;
}
.article-description p,
.article-description {
    font-family: inherit;
    text-align: justify;
}
.article-description img {
    margin-bottom: 20px;
}
.readmore-page {
    color: #6B6B6B;
    font-size: 11px;
    font-weight: 700;
    padding: 0px 20px;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
    margin-top: 10px;
    line-height: 35px;
    letter-spacing: 3px;
    border: 2px solid #6B6B6B;
}
.readmore-page:hover {
    color: #0e96ff;
    border-color: #0e96ff;
}
.article-item {
    display: inline-block;
}
.article-layout .odd .intro-content img {
    float: left;
    margin-right: 30px;
}
.article-layout .even .intro-content img {
    float: right;
    margin-left: 30px;
}
.even .article-author,
.even .articledate,
.even .article-name h3 {
    text-align: right
}
.article-name h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.article-name h3 a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
}
.article-name h3 a:hover {
    color: #0e96ff;
}
.article-titles {
    position: relative
}
.article-titles::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #ddd;
    z-index: -1;
}
.article-titles h2 {
    padding: 0 10px 0 0;
    display: inline-block;
    background: #fff;
}
.article-layout {
    margin-bottom: 30px;
}
.odd .article-name h3,
.even .article-name h3 {
    position: relative;
}
.odd .article-name h3 a {
    background: #fff;
    padding-right: 10px;
}
.even .article-name h3 a {
    background: #fff;
    padding-left: 10px;
}
.odd .article-name h3::before {
    left: 0;
}
.even .article-name h3::before {
    right: 0;
}
.odd .article-name h3:before,
.even .article-name h3:before {
    content: "";
    width: 100%;
    background: #ddd;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
}
/** module blog **/
/**csm block menu**/

/** End csm block menu**/
/** Banner Static**/

.banner-static {
    position: relative;
}
.banner-static .banner-box {
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.banner-static .banner-box:before {
    display: block;
    position: absolute;
    content: "";
    border: 3px solid transparent;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.banner-static .banner-box:hover:before {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-color: #fff;
}
.banner-static .banner-box:hover .box-hover {
    margin-top: -34px;
}
.banner-static .banner-box:hover .box-hover a {
    transform: scaleY(1);
    opacity: 1;
}
.banner-static img {
    width: 100%;
}
.banner-static .banner-box .box-hover {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -16px;
    transition: all 0.5s ease-out;
}
.banner-static .banner-box .box-hover h1 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 24px !important;
}
.banner-static .banner-box .box-hover a {
    display: inline-block;
    line-height: 27px;
    padding: 0 10px;
    font-family: inherit;
    font-size: 14px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.5s ease-out;
}
.banner-static1{margin:30px 0 0;}
.banner-static2 {
    padding-top:10px;
	clear:both;
}
.banner-static2 a,
.banner-left a {
    position: relative;
    display: block;
}
.banner-static2 a:hover:before,
.banner-left a:hover:before {
    pointer-events: none;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.banner-static2 a:after,
.banner-left a:after {
    pointer-events: none;
    position: absolute;
    content: "";
    opacity: 0.5;
    margin: auto;
    border: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.banner-static2 a:hover:after,
.banner-left a:hover:after {
    border: 3px solid #fff;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.banner-static3 {
    padding: 40px 0;
	margin-top:50px;
    position: relative;
	background: url(../image/bg_banner_static3.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-static3:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: block;
}
.banner-static3 .banner-box {
    text-align: center;
}
.banner-static4 .banner-box:hover:before,
.banner-static3 .banner-box:hover img {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    animation: bounceIn 0.5s linear infinite alternate;
    -webkit-animation: bounceIn 0.5s linear infinite alternate;
    -moz-animation: bounceIn 0.5s linear infinite alternate;
}
.banner-static3 .banner-box span {
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
/** End Banner Static**/


/*******31 August********/
.iSearchBoxWrapper #search i.fa.fa-search {
    color: #fff;
}
.iSearchBoxWrapper #search button.btn.btn-default.btn-lg {
    height: 40px;
}
.ttcountdown_module .owl-wrapper .owl-item, .ttcountdown_module .owl-wrapper .owl-item li.row_item, .ttcountdown_module .owl-wrapper .owl-item ul, .ttcountdown_module .owl-wrapper .owl-item li.item {
    display: flex;
}
.tab_container_category .owl-wrapper .owl-item, .tab_container_category .owl-wrapper .owl-item li.row_item, .tab_container_category .owl-wrapper .owl-item ul, .tab_container_category .owl-wrapper .owl-item li.item {
    display: flex;
}
.ttcountdown_module .owl-wrapper, .tab_container_category .owl-wrapper {
    display: flex !important;
}
div#tab-description p {
    font-size: 14px;
}
/*******31 August********/
/**************************************REPONSIVE_MOBI********************************************/
@media (max-width: 1199px) {
	/*********footer**********/
	.ma-footer-link-follow .f-col{text-align:center;}
	.ma-footer-link-follow .f-col-1 h3,
	.ma-footer-link-follow .link-follow,
	.newletter-title,
	.newleter-content{float:none !important;}
	.ma-footer-link-follow .link-follow{display:inline-block;}
	.featured-container .featured-slider-title h2{font-size:12px !important;}
	.new-products-container .item_product{min-height:140px;}
	/*********end-footer**********/
	.featured-cat-thumb .fcategory-content{min-height:220px;}
	.ma-footer-link-follow .payment img{margin-top:40px;}
	.top-cart {margin-left: 60px;}
	.table-responsive td .form-control {
    float: none;
    margin-bottom: 10px;
	}
	.table-responsive td .btn {
    margin-right: 9px;
}
}
@media (max-width: 991px) {
	.header-welcome {
    float: none;
    text-align: center;
}
#cart .dropdown-menu {
    right: -77%;
}
.table-bordered {
    overflow: auto;
    display: inline-block;
}
	#logo>div{text-align:center;}
.top-cart {
    float: none;
    display: inline-block;
    margin-top: 20px;
}
.top-wishlist {
    float: none;
    display: inline-flex;
    margin: 20px 0 0 10px;
}
	.header-search-parent {padding: 20px 15px; text-align:center;}
	.header-link {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.box-language-currency, .top-link{float:none; display:inline-block; vertical-align: top;}
	.account-border {
    overflow: auto;
}
ul.link-follow li {
    margin-right: 5px;
}
.header.fix-nav{display:none;}
.newletter-container .newleter-content tr{margin-left:-20px !important;}
.new-products-container .item_product{min-height:140px;}
}
@media (max-width: 767px) {
.second-title .owl-theme .owl-controls .owl-buttons div{top:40%;}
.footer .column{min-height:180px;}
.powered .left-powered{text-align:center;}
.powered .right-powered{text-align:center; margin-top:20px;}
.banner-static .col .banner-box{margin-bottom:20px;}
.banner-static .col:last-child .banner-box{margin-bottom:0;}
.custom-products .clearfix {display: none;}
.featured-container .item_product{min-height:120px;}
.banner-static2 .banner-box:last-child{margin-top:30px;}
.zoomContainer{display:none;}
.about-us {margin-top: 30px;}
.image-block .owl-carousel .owl-wrapper-outer {
    min-height: 160px;
}
.ma-footer-link-follow .payment img{margin-top:20px;}
.title-group {text-align: center; height: auto;}
.product-tabs-category-container-slider .owl-theme .owl-controls{border:0;}
ul.tab_small {float: none;}
ul.tab_small li{float:none;}
.ttcountdown_module .rating,
.ttcountdown_module .price-box,
.ttcountdown_module .name{text-align:center;}
.banner-static img {
    width: auto;
}
.banner-static .banner-box {
    text-align: center;
}
#back-top{display:none !important;}
}
@media (max-width: 580px) {
	.currency-language .box-language-currency{min-width: 125px;}
	.box-language-currency .pull-left:last-child {
	border-left:0;}
	.title-group{padding:0; text-align:center; height:auto;}
	.title-group h2, .title-group .title-group-children{display: inline-block;
    width: 100%;
    text-align: center;
	padding:0 15px;}

	.owl-theme .owl-controls{display:none !important;}
}
@media (max-width: 450px) {
	.footer .column{width:100%; min-height:auto;}
	.articles-container{margin:0;}
	.menu-recent .articles-date,
	.articles-image{width:100%;}
	.menu-recent .articles-date{margin-top:20px;}
	.menu-recent .owl-theme .owl-controls{right:0;}
	span.countdown-section{margin-bottom:10px;}
	.product-layout.product-grid{width:100%;}
	.img-responsive{display:inline-block !important;}
	.ttcountdown_module .actions .cart {margin-bottom: 10px;}
	.countdown-row{padding:5px 0;}
	.about-content-left,.about-img{width:100%; text-align:left;}
	.ttcountdown_module .timer-item {
    display: inline;
    border: 0;}
	.owl-carousel .owl-item {
    float: left;
    padding-bottom: 70px;}
	#cart .dropdown-menu {
    right: -96%;
}
}
@media (max-width: 380px) {
	.ttcountdown_module .box-price .description{display:none;}
	.owl-controls{display:none !important;}
	.ttcountdown_module .actions .add-to-links .wishlist{margin:0;}
	.image-block .owl-carousel .owl-wrapper-outer {
    min-height: 130px;
}
ul.tab_small li span{padding:5px 10px;}
.top-cart .cart-inner ul{right:-60px;}
.currency-language .box-language-currency{right:-45px;}
}
/**************Back-top************/
#back-top {
    background: url("../image/back-top.png") no-repeat no-repeat scroll 50% 50% #7f7f7f;
    bottom: 35px;
    display: none;
    height: 55px;
    position: fixed;
    right: 12px;
    width: 55px;
    z-index: 9999;
}
#back-top:hover {
    background: url("../image/back-top.png") no-repeat scroll 50% 50% #0e96ff;
}
#back-top {
    border-radius: 30px;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}
#back-top:hover {
    cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
}
/*css3===================================================================*/

a,
#top #currency .currency-select,
#search .btn-lg,
.item-inner,
.owl-theme .owl-controls .owl-buttons div,
.product-list .product-container,
#cart .icon-cart,
#cart .icon-cart .fa,
#search .btn-lg .fa,
ul.tabs li span,
.item-inner .actions,
ul.tabs-category li,
ul.link-follow a,
ul.link-follow li a span,
.item-inner .add-to-links div button,
.currency:hover .dropdown-menu1, .language:hover .dropdown-menu1,
.ttcountdown_module .add-to-links div.compare button,
.ttcountdown_module .add-to-links div.wishlist button,
.currency-language,
.product-view .add-to-links button,
.product-view .add-to-links button:hover,
.product-view .form-group #button-cart,
.product-view .add-to-links .compare,
.product-view .add-to-links .wishlist,
#cart .cart-inner .dropdown-menu-cart,
.top-link .top-link-inner,
.nivo-directionNav a,
.oc-banner7-container  .nivo-directionNav a,
ul.tab_small li span{
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
a:hover,
#top #currency .currency-select:hover,
#search .btn-lg:hover,
.owl-theme .owl-controls .owl-buttons div:hover,
#cart:hover .icon-cart,
#cart:hover .icon-cart .fa,
#search .btn-lg:hover .fa,
ul.tabs li span:hover,
.item-inner:hover .actions,
ul.tabs-category li:hover,
ul.link-follow a:hover,
ul.link-follow li a:hover span,
.intem-inner:hover .actions,
.currency:hover .dropdown-menu1, .language:hover .dropdown-menu1,
.ttcountdown_module .add-to-links div.compare button:hover,
.ttcountdown_module .add-to-links div.wishlist button:hover,
.currency-language:hover .box-language-currency,
.product-view .add-to-links button:hover,
.product-view .form-group #button-cart:hover i,
.product-view .form-group #button-cart:hover span,
.product-view .add-to-links .compare:hover i,
.product-view .add-to-links .compare:hover span,
.product-view .add-to-links .wishlist:hover i,
.product-view .add-to-links .wishlist:hover span,
#cart .cart-inner:hover .dropdown-menu-cart,
.top-link:hover .top-link-inner,
.nivo-directionNav:hover a,
.oc-banner7-container  .nivo-directionNav a:hover,
ul.tab_small li:hover span{
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    cursor: pointer;
}
.btn,
button {
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
.btn:hover,
button:hover {
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    cursor: pointer;
}
.links li a,
.pt_custommenu div.pt_menu a,
.footer-static2 .f-col3 .footer-static-content ul li a {
    -moz-transition: color 0.5s ease;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}
.links li a:hover,
.pt_custommenu div.pt_menu a:hover,
.footer-static2 .f-col3 .footer-static-content ul li a:hover {
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    cursor: pointer;
}
.products-category .product-list,
.product-search .product-list {
    webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.featured-slider-title.title-group {
    border: 4px solid #ff9900;
}

.ttcountdown_module .owl-theme .owl-controls {
    width: 50px;
    border-left: 4px solid #ff9900;
}

.ttcountdown_module .timer-item {
    border: 4px solid #ff9900;
}
.checkout-cart .featured-container .row {
    margin: 0 auto;
}
.checkout-cart .table-responsive td .btn {
    margin-right: 0;
}
.new-sale {
    position: relative;
}
.new-sale .NOVO {
    position: absolute;
    left: auto;
    right: 0;
    background: #335a29;
    color: #fff;
    z-index: 2;
    height: 22px;
    top: 10px;
    width: 49px;
    line-height: 22px;
}
.header-search-parent i.fa.fa-search {
    color: #fff;
}