@-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: #808080;
	font-family: 'Poppins', sans-serif;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    font-weight: 400;
    text-align: left;
}
#content {
    min-height: 300px;
    position: inherit;
}
.full-width{margin:0 !important; padding:0;}
.full-width > .container{width:100% !important; padding:0 !important;}
.full-width .col-sm-12{padding:0 !important;}
.common-home #content{min-height:0;}
#content .pull-left, 
#content .pull-right{margin-bottom:30px;}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
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 */
.table-bordered .fa{color:#fff;}
.category-row .item-inner .fa {
    color: #989898;
}
.fa-home {
    color: #989898 !important;
}
/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 14px;
}
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: #d9121f;
}
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: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    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: none;
    color: #d9121f;
}
/* buttons */

buttons .close {
    background: none;
}
buttons .close:hover {
    background;
    none;
}
.buttons {
    margin: 1em 0;
}
.btn,
button {
    border: 0 none;
    font-size: 14px;
    line-height: 15px;
    padding: 10px 14px;
    text-transform: uppercase;
    border-radius: 0;
}
/* .btn-primary:focus, */
/* .btn-primary, */
/* .btn:focus, */
/* .btn:hover, */
/* button:hover, */
/* button:focus { */
    /* background: #d9121f !important; */
    /* 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: 13px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #d9121f;
    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: #d9121f;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #d9121f;
}
.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: #2f2f2f;
}
.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);
}
.btn:active:focus, .btn:focus{outline-offset: 0 !important; text-decoration:none;}
/* list group */

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 14px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #d9121f;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
.img-responsive{margin:0 auto;}
.style-product .owl-carousel .owl-item{
	/* padding: 0; */
}
/**************************************HEADER*********************************************/
/* top */

#logo {
    text-align: left;
	margin-top:-10px;
}
#logo>div {
    text-align: left;
    line-height: 0;
}
#logo a {
    display: inline-block;
}
.top-header{
	line-height:42px;
    background: #444;
}
.text_msg{text-align:left; font-size:14px;}
.bottom-header {
    display: inline-block;
    width: 100%;
	margin: 35px 0;
	line-height: 24px;
}
.header {
    text-align: center;
    width: 100%;
	position:relative;
	line-height:0;
}
.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-color: rgba(247, 247, 247, 0.8);
	border:0 !important;
}
.header .header-inner {
    position: relative;
    z-index: 99;
}
.box-language-currency .dropdown-menu{
	background: #3f3f3f;
}
.dropdown-menu{
    border-radius: 0;
	margin:0;
	padding:0;
}
.dropdown-menu>li>a{
    color: #fff;
    text-align: right;
    padding: 10px 20px;
    font-size: 12px;
}
.pull-left .dropdown-menu>li>a{text-align:left;}
.top-header button{font-size:14px; text-transform:capitalize; color:#fff;}
.top-header button:focus,
.top-header button:hover{
	color: #d9121f !important;
}
.top-header .fa{margin-left:5px;}
/*box-langguage-currency*/
.header-welcome {float:left;}
.box-language-currency {
    float: left;
	display:inline-block;
}
.box-language-currency > div{float:left;}
.box-language-currency button{
	color:#fff; 
	font-size:12px; 
	text-decoration:none; 
	overflow:hidden;
	line-height:24px;
    padding: 0 20px 0 0;
}
.box-language-currency .language button{padding:0;}
.box-language-currency button.dropdown-toggle{line-height: 42px; }
.box-language-currency button:focus,
.box-language-currency button:hover{text-decoration:none; background:none;}
.box-language-currency button.currency-select:hover{
	color: #d9121f;
}
.box-language-currency li:hover a{transition:none;}
.box-language-currency .dropdown-menu button{
	color: #fff;
    text-align: left;
	padding-left:10px;
}
.language .dropdown-menu{min-width: 100px;}
.currency .dropdown-menu{min-width: 100px;}
/** cart **/
.top-cart{
	color: #333;
    text-align: left;
    float: right;
}
.top-cart ul {
    width: 260px;
    right: 0px;
    padding: 15px;
    text-align: left;
    border-radius: 0px;
	background: #fff;
	max-height:375px;
	overflow:auto;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
.top-cart .dropdown-toggle{
	padding: 0 20px;
    background: none;
}
.top-cart .dropdown-toggle:before{
	content: "\f218";
	font-family: FontAwesome;
    border-radius: 100%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 47px;
	font-size: 17px;
	background: #d9121f;
	border-radius: 100%;
	display: inline-block;
	height: 47px;
	text-align: center;
	line-height: 47px;
	position: absolute;
	left: 0;
	top: -5px;
}
.top-cart .dropdown-toggle span{
	color: #444;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.top-cart .dropdown-toggle span.cart-total-title{padding-right:10px;}
.top-cart .dropdown-toggle span#cart-total:before{
	content: "\f107";
	font-family: FontAwesome;
	color: #444;
	line-height:0;
	position: absolute;
	font-size: 18px;
	right: 10px;
	bottom: 10px
}
.top-cart .dropdown-toggle span#cart-total span{
	color: #d9121f;
	font-size: 18px;
}
.top-cart .dropdown-toggle span#cart-total{
	display: block;
	text-transform: capitalize;
	margin-top: 5px;
}
#cart .table td {
	padding:0 !important;
	vertical-align:inherit !important;
	text-align:right;
	border:0;
	background:none;
}
#cart .dropdown-menu {
	width: 280px;
	line-height: 23px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 15px;
	box-shadow: none !important;
	text-shadow: none !important;
	border: none;
    border-radius: 0px;
	padding: 0 30px 0 55px;
	text-align: left;
}
#cart.open > .btn {
	color: #2f2f2f;
	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-top:2px;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li p {
	font-size: 14px;
	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;
	top:0px;
	right:-12px;
}
.cart-content .btn {
	padding:0;
	background:none;
}
.cart-content .btn:hover { background:none; }
.cart-content .btn .fa-times-circle { color:#333; font-size:14px;}
.cart-content .btn .fa-times-circle:hover { color:#f57b7a; }
.cart-content .product-name a {
    color: #2d2d2d;
    font-size: 14px;
	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: 14px;
	color:#666;
	text-transform:uppercase;
}
.row2-cart .button-cart a {
	background:#d9121f;
	border: 0 none;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
	padding: 0 10px;
}
.row2-cart .button-cart a:last-child{float: right}
.row2-cart .button-cart .fa { margin-right:5px; color:#fff;}
.row2-cart .button-cart {
	display: inline-block;
    margin: 15px 0;
    width: 100%;
}
.row2-cart .button-cart a:hover {
	background:#333;
}
/** end cart **/
/*****top-search****/
.search-category{float:right; width:70%; padding-right:20px; margin-top: -2px;}
.top-cart-parent{float:right; width: 220px;}
.top-search{float:right; display:inline-block;}
.top-search > .dropdown-toggle{padding: 0 10px; line-height:0;}
.top-search > .dropdown-toggle:hover{background:none;}
.top-search .dropdown-menu{line-height: 0;}
.top-search .fa{font-size:18px;}
.top-search input.form-control{
	background: none;
    border: 0;
    font-size: 18px;
    color: #fff;
	height:auto;
    line-height: 90px;
    padding: 0 20px;
}
.top-search .dropdown-menu{line-height:0;}
.top-search .dropdown-menu button{background:none;}
.top-search .dropdown-menu .fa{font-size:36px; color:#fff;}
/***header-link***/
.header-link{
	position:static;
	float:right;
	display:
}

/***top-link***/
.top-link-right{
	display:inline-block;
	float:left;
	border-left: 1px solid #6D6969;
}
.top-link{
	position: relative;
    display: inline-block;
	text-align:right;
}
.top-link li{display:inline-block; margin-left:25px;}
.top-link a{font-size:12px; color:#fff;}
.top-link a:hover{color:#d9121f;}
.top-link .fa.icon-align:before{
	content: "\f038";
	color: #3f3f3f;
	overflow: hidden;
    line-height: 85px;
    font-size: 18px;
    cursor: pointer;
    padding: 0 1px;
}
.top-link > .dropdown-toggle{padding: 0 20px; line-height:66px;}
.top-link > .dropdown-toggle:hover{background:none; text-decoration:none;}
.top-link .dropdown-menu{line-height:0; min-width:120px;}
.top-link .fa{font-size:14px;}

/********************************************** END HEADER ********************************************/

/*********************************************** FOOTER ***********************************************/
/*Footer static follow*/
#social_block a i {
    display: block;
    float: left;
    margin: 6px 15px 0 0;
    width: 21px;
    height: 21px;
    text-align: center;
    border: 1px solid #555;
    line-height: 19px;
    padding-top: 1px;
    font-size: 14px;
	font-style:normal;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    color: white;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
#social_block a i:before{
	font-family: FontAwesome;
}
#social_block a:hover i{border-color: #d9121f;}
#social_block span{font-weight:500;  font-size: 14px; width:auto; text-transform:capitalize;}
.icon-facebook:before {
    content: "\f09a";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-rss:before {
    content: "\f09e";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-google-plus:before {
    content: "\f0d5";
}
/*************footer-link***********/
.footer-top{
    border-top: 1px solid #ebebeb;
    background: #F9F7F7;
    border: none;
    color: #444;
    padding: 40px 0 30px;
}
.footer-top .footer-static-content h4{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 10px;
}
.top-footer{
	background: #202020;
	padding: 17px 0;
}
.footer{
    background: #333;
    color: #a3a3a3;
	padding: 50px 0;
}
.footer .container .footer-content-top{
}
.footer .column{
	border-right: 1px solid rgba(255,255,255,.1)
}
.footer .column.col4{border:0;}

.footer .footer-content{
	font-size:14px; 
	color:#a4a4a4;
	padding-left: 15px;
}
.footer-title{
	padding-left: 15px;
}
.footer .col1 .footer-title,
.footer .col1 .footer-content{
	padding: 0;
}
.footer .introduction{
	padding-top:10px;
	text-align:justify;
}
.footer-title2 h3{
	border: none;
    color: #333;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
}
.des-about{margin-top:10px;}
.footer-content-contact li{margin-top:10px;}
.footer-content-contact span.fa{
    display: inline-block;
    font-size: 14px;
    background: none;
    color: #444;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
	border-radius:100%;
}

.footer-content-contact 
.title-group3{margin-top:20px; border-bottom: 1px solid #e5e5e5;}
.title-group3 h3{
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.footer .footer-content li{
	line-height:30px; 
	font-size:14px;
}
.footer li span.icon-footer{
    text-align: center;
    font-size: 0;
    float: left;
    margin-right: 10px;
}
.footer li span.icon-footer:before{
    font-family: "FontAwesome";
    color: #959595;
    width: 34px;
    height: 34px;
    border: 2px solid #ebebeb;
    border-radius: 100%;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
}
.footer li span.address-footer:before{
	content: "\f041";
}
.footer li span.telephone-footer:before{
	content: "\f095";
}
.footer li span.fax-footer:before{
	content: "\f095";
}
.footer li span.email-footer:before{
	content: "\f0e0";
}
.footer .footer-content li a{
	color: #999;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}
.footer .footer-content li a:before{
    content: "\f111";
    color: #999;
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 7px;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0;
}
.footer .footer-content li a:hover:before{color:#d9121f;}
.footer .banner-footer img{
    display: inline-block;
    border: 3px solid #fff;
    margin-top: 10px;
}
.footer .footer-content li a:hover{
	color: #d9121f;
}
.footer .footer-content li:hover a{padding-left:25px;}
.powered {
    padding: 15px 0;
    clear: both;
	background: #2a2a2a;
}
.powered .left-powered{
	text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    float:left;
}
.powered .left-powered a{font-size:14px; color:#d9121f; font-weight: 600;}
.powered .left-powered a:hover{text-decoration: underline;}
.powered .right-powered{
	text-align:center;
	display:inline-block;
	float:right;
}

/**footer info**/
.footer_info {
    overflow: hidden;
    border-top: 1px solid #4c4b4b;
    padding: 40px 0 70px;
	margin-top:70px;
}
.footer_info .cms_content{margin-top:30px;}
.footer_info .cms_content em {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    border: 1px solid #d9121f;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    color: white;
	font: normal normal normal 18px/28px FontAwesome;
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-phone:before {
    content: "\f095";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-clock-o:before, .icon-time:before {
    content: "\f017";
}
.footer_info .cms_content span.txt1 {
	font-family: 'Montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.footer_info .cms_content span {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
	display:block;
}
.footer_info .cms_content span.txt2 {
    color: #a4a4a4;
}
/*************END footer-link***********/
/**************************************END_FOOTER********************************************************/
.home-slider {
    clear: both;
}
/**************************************CONTENT********************************************************/
/* alert */

.alert {
    padding: 8px 14px 8px 14px;
    margin: 15px 0 0;
}
/* breadcrumb */

.category-row .vermagemenu .navleft-container {
    padding: 0;
    position: static;
}
.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;
	padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.breadcrumb li a {
	color: #999;
}
.breadcrumb li:hover a,
.breadcrumb li:last-child a {
    font-family: inherit;
    font-family: inherit;
    font-weight: 400;
    color: #d9121f;
    font-size: 14px;
}
.breadcrumb i {
    font-size: 18px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
}
.breadcrumb > li + li:before {
    display:none;
}
.breadcrumb > li:after {} 
.breadcrumb li {
	position:relative;
    padding: 0 15px 0 0;
    margin: 0 6px 0 0;
    display: inline-block;
	text-transform:capitalize;
}
.breadcrumb li:after {
	content: "/";
    border-radius: 100%;
    color: #444;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    margin-right: 5px;
    font-size: 17px;
	position:absolute;
    right: -18px;
    top: -6px;
}
.breadcrumb li:last-child:after{content:"";}
.pagination{
	margin: 0;
	background: #fff;
	/*! padding-right: 10px; */
}
.pagination > li.active > span, .pagination > .active > a, 
.pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, 
.pagination > .active > span:hover, .pagination > li > a:focus, 
.pagination > li > a:hover, .pagination > li > span:focus, 
.pagination > li > span:hover {
    background-color: #444444 !important;
    color: #FFF !important;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 100% !important;
	background: none !important;
	color: #444444 !important;
	font-size: 14px;
	padding: 0 5px;
	margin: 0 5px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: 600;
}
/* 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;
}
.label-pro-sale,
.label-pro-new {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    height: 28px;
    line-height: 30px;
    display: block;
    color: #fff;
    background: #ffc300;
    padding: 0 15px;
    font-size: 12px;
    text-transform: capitalize;
    z-index: 2;
	border-radius: 15px;
    font-weight: 600;
}
.label-pro-new {
    right: 15px;
	left:auto;
     background: #d9121f;
}
.item_product .item-inner {
    position: relative;
    width: 100%;
    border: 1px solid #e5e5e5;
}
.item-inner .image {
    margin: 0;
    text-align: center;
}
.item-inner .image a {
    position: relative;
    display: block;
}
.item-inner .image a .img2 {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
	display:inline-block;
	width:100%;
	text-align:center;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
/* .owl-wrapper-outer{border-right:1px solid #fff;} */
.item-inner:hover .image a .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;
}
.caption{
	padding: 10px 15px 25px; 
	text-align:center;
	position: relative;
    top: 0px;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.item-inner:hover .caption-hover{
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.caption .box-view{background:#fff;}
.box-view-actions .name a{font-size: 14px; font-weight: normal;}
.box-view-actions span.new-price,
.box-view-actions span.price,
.box-view-actions span.old-price{display:inline-block; padding:0; font-size:16px;}
.actions {
    display: inline-block;
    width: 35px;
    right: 10px;
    z-index: 2;
    text-align: center;
    position: absolute;
    top: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.actions .button-group {
    position: relative;
    height: 42px;
	display:inline-block;
}
.wishlist button, .compare button,
.actions div button {
    display: inline-block;
    font-size: 0;
    line-height: 34px;
    padding: 0;
    width: 34px;
    height: 34px;
    color: #fff;
    background: rgba(0,0,0,.5);
    border: none;
    top: 0;
    z-index: 1;
    border-radius: 100%;
}
.wishlist button:hover, .compare button:hover,
.actions div button:hover{    
	background: #d9121f;
}
.wishlist button:before, .compare button:before,
.actions div button:before{
    font-family: FontAwesome;
    text-align: center;
	font-size:18px;
	line-height:34px;
	margin:0;
}
.wishlist button:before{content: "\f08a";}
.compare button:before{content: "\f079";}
.actions .qv-button-container .btn-quickview:before{content: "\f002";}
.actions .add-to-links, .actions .qv-button-container{display:inline-block;}
.actions .wishlist,
.actions .compare,
.actions .btn-quickview{display:inline-block; margin:2px 0;}
.actions .wishlist,
.actions .compare,
.actions .btn-quickview{
	opacity:0;
    display: inline-block;
    -moz-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
	transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
}
.item-inner:hover .actions .wishlist,
.item-inner:hover .actions .compare,
.item-inner:hover .actions .btn-quickview{
	opacity:1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.item-inner:hover .actions .wishlist{
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.item-inner:hover .actions .compare{
	transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
}
.item-inner:hover .actions .btn-quickview{
	transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
.small-button .actions div button{ width:35px; height:35px;}
.small-button .actions .wishlist, 
.small-button .actions .compare,
.small-button .actions .btn-quickview{
	/* margin:0; */
	}
.small-button .actions div button:before {
    font-size: 13px;
    line-height: 35px;
}
.cart{
	left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -53px;
    right: 0;
    opacity: 0;
	background: rgba(0,0,0,.36);
	-moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
	text-transform: uppercase;
}
.item-inner:hover .cart {
    opacity: 1;
	-moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.cart button::before{
	content: "\f218";
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	margin-right: 5px;
}
.cart button{
    color: #fff;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    height: 53px;
    z-index: 9;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
	background: none;
}
.cart button:hover::before{
	border-color: #d9121f;
}
.cart button:hover::before,
.cart button:hover{
	/* background-color: #d9121f; */
	/* border-color: #d9121f !important; */
    color: #d9121f;
}
/*******************/
.owl-controls .owl-buttons div {
    position: absolute;
}
.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: 14px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
    color: #222222;
}
.product-thumb h4 a:hover {
    color: #d9121f
}
.product-layout.product-list {
    border: 1px solid #ddd;
	position:relative;
}
.product-list .left-block{
    padding: 15px;
}
.product-list .caption{
	float: left;
}
body[class^='product-manufacturer'] .product-list .right-block,
.product-search .product-list .right-block,
.product-special .product-list .right-block{
	min-height: 390px;
}
.product-list .item_product > .row{
	margin: 0;
}
.product-list .right-block{
    padding: 32px 5px 10px;
	border-left: 1px solid #ddd;
}
.product-list:last-child{
	border-bottom:1px solid #ddd;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
.product-list .item-inner{
    border: 0;
    padding: 0;
}
.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 .item-inner .actions .add-to-links {
	background: none;
}
.product-list .name {
    text-align: left;
	padding:0;
	border:0;
}
.product-list .name a {
    text-transform: capitalize;
    color: #555555;
    font-size: 16px;
	font-weight: 600;
}
.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: 20px 0 0;
    text-align: left;
	opacity: 1;
    transform: scale(1);
}
.product-list .item-inner:hover .caption-hover{top:0;}
.product-list .description {
	clear: both;
    display: inline-block;
    padding: 0 0 15px 0;
    line-height: 24px;
    font-size: 13px;
    text-align: justify;
    margin-top: 20px;
    color: #888888;
}
.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-container .item_product{padding:0;}
.product-list .item-inner .actions {
    opacity: 1;
	position:static;
	margin: 0;
	background:none;
	-webkit-transform: scale(1);
    transform: scale(1);
	margin-top:10px;
	float: left;
    width: auto;
}
.product-list .item-inner:hover .actions {box-shadow:none;}
.product-list .item-inner .price-box .old-price,
.product-list .item-inner .price-box .new-price{
	font-size: 18px;
}
.product-list .item-inner .price-box{
	position:static;
	text-align:left;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999
}
.product-list .item-inner:hover .price-box{
	opacity:1;
}
.product-list .item-inner:hover .price-box{
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.product-list .price-box-in{padding-left:0;}
.product-list .button-group {
    display: inline-block;
    float:left;
}
.product-list .add-to-links {
    margin: 0;
    width: auto;
}
.product-list .item-inner .cart{
	background: none;
}
.product-list .item-inner .cart button::before{
	display: none;
}
.product-list .item-inner .cart button:hover{
	background-color: #d9121f;
border-color: #d9121f !important;
color: #fff;
}
.product-list .item-inner .cart button{
	border: 1px solid #ddd;
	color: #333;
	padding: 0 25px;
	border-radius: 40px;
	height: 47px;
}
.product-list .item-inner .cart{margin-top:10px;}
.product-list .item-inner .cart,
.product-list .item-inner .add-to-links .wishlist,
.product-list .item-inner .add-to-links .compare,
.product-list .item-inner .qv-button-container {
    width: auto;
    float: left;
	opacity: 1;
	position:static;
}
.product-list .item-inner .actions .wishlist, 
.product-list .item-inner .actions .compare,
.product-list .item-inner .qv-button-container,
.product-list .item-inner .actions .btn-quickview{
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.product-list .item-inner:hover .img-other:before{opacity: 1; background:none;}
.product-list .item-inner .cart button,
.product-list .item-inner .actions .add-to-links{float:left;}
.product-list .item-inner .qv-button-container button::before,
.product-list .item-inner .add-to-links .wishlist button::before,
.product-list .item-inner .add-to-links .compare button::before{
	line-height: 47px;
}
.product-list .item-inner .qv-button-container button:hover{
	background-color: #d9121f;
border-color: #d9121f !important;
color: #fff;
}
.product-list .item-inner .qv-button-container button,
.product-list .item-inner .add-to-links .wishlist,
.product-list .item-inner .add-to-links .compare{
	margin: 0;
}
.product-list .item-inner .qv-button-container button,
.product-list .item-inner .add-to-links .wishlist button,
.product-list .item-inner .add-to-links .compare button{
	border:1px solid #ddd;
	position:static;
	margin-left:5px;
	width: 47px;
	height: 47px;
	color: #333;
	background: #fff;
}
.product-list .add-to-links .qv-button-container {
    width: auto;
    float: none;
    margin: 0 5px;
}
.product-list .add-to-links .wishlist button:hover::before,
.product-list .add-to-links .compare button:hover::before{
	color: #fff;
}
.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: #d9121f;
    border-color: #d9121f;
}
.box-heading {
    border-bottom: 3px solid #d9121f;
}
.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: 14px;
    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: 14px;
    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: #d9121f;
    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: #d9121f;
    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: 14px 0 0 10px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    font-family: inherit;
}
.list-group-item label:last-child {
    border: 0;
}
.name {
    padding: 10px 0 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.name a {
    text-transform: capitalize;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 6px;
}
.name a:hover {
    color: #d9121f !important;
}
.rating{margin-top: 10px; line-height:0;}
.des{
    font-size: 14px;
    text-align: justify;
    min-height: 70px;
    margin: 0;
    color: #959595;
    line-height: 24px;
}
.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-box{margin-top:5px;}

span.new-price,
span.price{
    font-size: 15px;
    color: #333333;
	font-weight:600;
}
span.new-price{
	color: #d9121f
}
span.old-price {
    font-weight: 400;
    padding-left: 10px;
	text-decoration: line-through;
	color: #666666;
    font-size: 14px;
}
.price-tax {
    color: #999;
    font-size: 14px;
    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: 14px;
    padding: 3px 10px;
}
.category-list li a {
    color: #fff;
    font-size: 14px;
}
.row-compare {
    display: none;
}
.product-filter .grid-list-parent{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 33px;
}
.product-filter .grid-list-parent span{line-height:30px; font-size:0;}
.product-filter .btn-group #list-view, .product-filter .btn-group #grid-view {
    height: 35px;
    width: 35px;
    background: #fff url(../image/grid.png) 2px 2px no-repeat;
    padding: 0;
}
.product-filter .btn-group #list-view {
    background: #fff url(../image/list.png) 2px 2px no-repeat;
}
.product-filter .btn-group #list-view:hover,
.product-filter .btn-group .selected#list-view{
	background: #fff url(../image/list.png) 2px -28px no-repeat;
}
.product-filter .btn-group #grid-view:hover,
.product-filter .btn-group .selected#grid-view
{
	background: #fff url(../image/grid.png) 2px -30px no-repeat;
}
.text-right {
    color: #929191;
    font-size: 14px;
}
.product-filter {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin: 0 0;
    line-height: 48px;
	padding:10px;
}
.product-filter .limit {
    color: #666;
    float: left;
    padding: 0 20px;
}
.product-filter .sort {
    float: left;
    margin: 0;
}
.product-filter .btn-group {
    margin: 0;
    display: inherit;
    float: right;
}
.product-filter select {
    color: #929191;
    padding: 3px;
    vertical-align: middle;
    font-size: 14px;
    height: auto;
    width: auto;
    float: none;
    display: inline-block;
}
.product-filter label {
    color: #444;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    margin: 0 10px 0 0;
	font-weight:700;
}
.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;
}
.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: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
    max-width: inherit;
    width: 27%;
}
.image-block .owl-carousel .owl-item a{
	border: 0;
    padding: 10px;
    background: none;
}
/*productt-view------------------------------------------*/
.custom-products{
	margin: 0 -15px;
}
.no-row.custom-products{
	margin: 0;
}
.product-list,
.product-grid{
	margin-top: 30px;
}
.product-view .image-additional {
    margin: 0;
}
.product-view .owl-theme .owl-controls{border:none; position:static; margin:0;}
.product-view .owl-theme .owl-controls:before{border:0;}
.product-view .view-related.owl-carousel .owl-wrapper-outer {
    width: 100%;
}
.product-view .view-zoom {
    position: inherit;
}
.zoomLens {
    height: 200px !important;
    width: 200px !important;
}
.product-view .thumbnails-image .thumbnail {
    background: #fff;
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.product-view .thumbnails-image {
    position: relative;
}
.product-view .thumbnails-image .zoomContainer {
    top: 0 !important;
    left: 0 !important;
}
.zoomLens {
    height: 200px !important;
    width: 200px !important;
}
.product-view .owl-controls {
    padding: 0;
    width: 0;
    height: 0;
}
.product-view .owl-controls .owl-buttons div {
    float: left;
}
.product-view .image-additional.owl-carousel{padding:0 15px; margin-top:20px;}
#content .product-view .product-name h1 {
    font-size: 24px !important;
    font-weight: 600;
    margin: 0 !important;
    font-family: inherit;
    text-transform: capitalize;
	color:#555;
}
.product-view .box-review-rating{margin-top:10px; display:inline-block;}
.product-view .list-unstyled {
    margin: 0;
    padding: 10px 0;
    font-family: inherit;
}
.product-view .short-description {
    line-height: 25px;
    font-size: 13px;
    color: #666;
    padding: 10px 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}
.product-view .add-to-links {
	display: inline-block;
    margin-top: 15px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
}
.product-view .add-to-links .wishlist {
    margin: 0 5px;
}
.product-view .add-to-links .wishlist button:hover span,
.product-view .add-to-links .compare button:hover span{
	color: #d9121f;
}
.product-view .list-unstyled li {
	color: #818181;
    line-height: 20px;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 3px 0;
    font-weight: 400;
}
#product2{
	margin-bottom: 200px;
}
#product2,
.product-view #product {
    clear: both;
    max-height: 350px;
    overflow: auto;
    margin-top: 15px;
	border: 1px solid #ddd;
    padding: 15px;
}
.product-view .btn-default {
    background: #ebebeb;
}
.product-view #product h3 {
    margin: 0;
}
.product-view .list-unstyled li a {
    color: #d9121f
}
.product-view .list-unstyled li a:hover {
    color: #4d4d4d
}
.product-view .product-name{margin-bottom:5px;}
.product-view .price {
    margin: 0;
    padding: 10px 0 0;
    width: 100%;
    font-size: 18px;
    font-family: inherit;
	font-weight: 600;
	color: #d9121f;
}
.product-view .price span {
    margin-right: 3px;
	font-size: 14px;
    color: #666;
}
.product-view .item-inner .price span.price-new {
    color: #d9121f;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    text-decoration: inherit;
}
.product-view .description {
    font-size: 14px;
    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;
}
.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 .wishlist button,
.product-view .compare button{
	background: #fff;
    border-color: #dbdbdb;
}
.product-view .wishlist button:hover,
.product-view .compare button:hover{
	background: #d9121f;
    border-color: #d9121f;
}
.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 div{position:static;}
.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: 47px;
    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:#d9121f; border-color:#d9121f;}
.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:#d9121f; border-color:#d9121f;}
.product-view .form-group #input-quantity {
	background: #efefef;
    box-shadow: none;
    float: left;
    padding: 9px 0;
    width: 47px !important;
    height: 47px;
    line-height: 47px;
    color: #000;
    text-align: center;
	border-radius:100%;
}
.product-view .form-group #button-cart{
    border-color: #e2e2e2;
    width: auto;
    border: 0;
    padding: 0 20px;
    color: white;
    background: #d9121f;
    display: block;
    float: left;
    margin: 0;
    line-height: 47px;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
}
.product-view .control-label{margin-top:15px;}
.product-view .form-group #button-cart:hover{background: #42414f; color:#fff; border-color: #42414f;}
.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-grid .rating {display:none;}
.product-view .rating p {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}
.product-view .tab-view {
    float: left;
    width: 100%;
	padding:0 15px;
}
.product-view .tab-view a {
    background: none;
    color: #000;
    font-family: inherit;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 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: #d9121f;
    border: 0;
    border-bottom: 2px solid #d9121f;
	background:none;
}
.tab-view .nav-tabs>li{position:relative; margin-right:30px;}
.tab-view .nav-tabs>li:before {
    content: "\f111";
    color: #999;
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 7px;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: -25px;
}
.tab-view .nav-tabs>li:last-child:before{content:"";}
.product-view .nav-tabs {
    margin: 20px 0 0;
	width:100%;
}
.product-view .tab-content {
    overflow: auto;
    margin: 0;
    font-size: 14px;
    line-height: 23px;
    color: #959595;
    text-align: justify;
    margin-top: 30px;
	float:left;
}
.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: 14px;
}
.product-view .tab-view textarea {
    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 .tab-view .table-bordered .fa,
.product-view .tab-view .table-bordered .fa:hover{color:#737373;}
.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;
}
.timepicker td a:hover{background:none;}
.timepicker td span:hover{color:#d9121f;}
/********related-container**********/
.related-container .title{margin-top:0; color: #444;}
/********end related-container**********/

/******title-group-parent*******/
.tabs.title{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.title{
    position: relative;
    width: 100%;
	margin-top:50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.title h3 a{
	color: #444;
	font-size: 20px;
}
.title h3 {
    display: inline-block;
    position: relative;
    text-transform: none;
    color: #444;
    padding: 0 15px 15px;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
	border-bottom: 3px solid #d9121f;	
	margin: 0;
	text-transform: uppercase;
}
.title li{display:inline-block; position:relative; cursor:pointer;}
.title li:before {
    content: "";
    background-color: #323232;
    margin-right: 8px;
    position: absolute;
    top: 8px;
    right: -13px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	display: none;	
}
.title li:last-child:before{
	display: none;
}
.title li h3{border-bottom: 3px solid #cccccc; color: #444444}
.title li.active h3,
.title li:hover h3{
	border-color:#d9121f;
	color: #444444
}
/*****end_title-group******/
.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:14px;
}
.table-responsive {
    max-width: 100%;
    overflow: auto;
}
.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: 150px;
    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: #d9121f;
}
.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: #d9121f;
    font-size: 20px;
}
.table-responsive td .input-group-btn {
    width: auto;
    display: inline-block;
}
.table-responsive td .btn {
    margin: 0 10px !important;
}
.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: #d9121f;
}
.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;
	margin-top:10px;
}
.checkout-cart .panel-collapse .form-horizontal .btn {
    color: #fff;
    border: 0;
    width: auto;
}
.panel-group .panel-heading {
    background: #323a45;
    padding: 14px 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: 14px;
    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 {
    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: 150px;
    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 {
	opacity:0;
    top: 50%;
    position: absolute;
    display: inline-block;
    font-size: 0px;
}
.image-block .owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 15px;
	margin:-16px 0 0 0;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 15px;
	margin:-16px 0 0 0;
}
.image-additional.owl-carousel .owl-wrapper-outer{border-bottom: 1px solid #dbdbdb;}
.image-additional.owl-carousel .owl-item{
	padding:0;
	border: 1px solid #dbdbdb;
    border-left: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    position: absolute;
    display: inline-block;
    font-size: 0px;
    width: 34px;
    height: 34px;
    top: -74px;
    color: #333;
    border-radius: 100%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
	background: #fff;
	opacity:1;
}
.owl-theme:hover .owl-controls .owl-buttons div{opacity:1;}
.owl-theme .owl-controls .owl-buttons div:before{
	content: "\f104";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{right:15px;}
.owl-theme .owl-controls .owl-buttons .owl-next:before{
content: "\f105";
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{ right:54px;}
.owl-theme .owl-controls .owl-buttons div:hover{background: #d9121f; border-color: #d9121f; color:#fff;}
.nextback-style1 .owl-theme .owl-controls .owl-buttons div{
	top:50%;
	margin-top:-15px;
}
.nextback-style1 .owl-theme .owl-controls .owl-buttons div.owl-next{right:0;}
.nextback-style1 .owl-theme .owl-controls .owl-buttons div.owl-prev{left:0; right:auto;}
/*ocbestproductslider========================================*/
.title2{border-bottom:1px solid #e5e5e5;}
.title2 h3{
	color: #444444;
	font-size: 18px;
	text-transform: uppercase;
	border: none;
	padding-left: 0;
}
.title-group-box .product-thumb{
	display:inline-block;
	width:100%;
	margin-top:15px;
	padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.title-group-box .image{float:left; width:30%;}
.title-group-box .box-view-actions{float:left; width:70%; padding-left:10px;}
/*testimonial========================================*/
.testimonial-container{margin-top:50px;}
.item-testimonials {
    float: left;
    margin-top: 10px;
}
.item-testimonials .testimonial-images{float:left; display:inline-block; width:100%; text-align:center;}
.item-testimonials .testimonial-images img{border-radius:100%;}
.item-testimonials .box-testimonial{
	text-align:center;
	float:left; 
	display:inline-block;
	width:100%;
	padding-left:15px;
	margin-top:15px;
}
.testimonial-std a{
    font-size: 14px;
    text-align: justify;
    margin: 0;
    line-height: 24px;
    color: #888;
    font-style: italic;
}
.testimonial-name{
    position: relative;
    padding: 10px 0 0;
    text-transform: capitalize;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}
.testimonial-container .owl-theme .owl-controls{position:static; float:right; width: 100%; margin:10px 0 0;}
.testimonial-container .owl-theme .owl-controls:before{border:0;}
.testimonial-container .owl-pagination{top:0;}
.testimonial-container .owl-controls .owl-page span{background:#fff; box-shadow:none; border: 2px solid #e5e5e5; width:14px; height:14px;}
.testimonial-container .owl-controls .owl-page span:hover,
.testimonial-container .owl-controls .owl-page.active span{
	background: #d9121f;
    border-color: #d9121f;
}
.testimonial-product .testimonial-container{background:none;}
.testimonial-product .row-testimonials{display:inline-block; width:100%; margin-top:30px;}
.testimonial-product .testimonial-name h2{margin:0;}
.testimonial-product .testimonial-container{margin:0;}
/*ocfeaturedcategory========================================*/
.featured-cat-thumb{
    margin-top:60px;
}
.featured-cat-thumb .title-group{
	margin:0;
}
.featured-cat-thumb .row_item{padding:0 15px;}
.featured-cat-thumb .fcategory-content{
}
.featured-cat-thumb .content-thumb{
    text-align: center;
    border: 1px solid #e5e5e5;
	padding:30px 0;
}
.featured-cat-thumb .title.title2{margin:0;}
ul.sub-featured-categories {
    padding-top: 15px;
	overflow: auto;
    max-height: 130px;
}
.featured-cat-thumb li a{
	color: #555;
    line-height: 28px;
    text-transform: capitalize;
}
.featured-cat-thumb li a:hover{
	color:#d9121f;
}
.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: 14px;
    text-transform: none;
    color: #4a4a4a;
    font-weight: 500
}
.featured-container .rating{margin:0;}
/**************end ocfeatureslider**************/
/*ttcountdown========================================*/
.countdown-tab-content .owl-theme .owl-controls .owl-buttons div{
	background: none;
	color: #fff;
	border: 1px solid #fff;
}
.countdown-tab-content .owl-theme .owl-controls .owl-buttons div.owl-prev {
	right: 69px;
}
.countdown-tab-content .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 30px;
}
.title-countdown {
    background: #444444;
    margin-top: 50px;
	margin-bottom: 30px;
	height: 53px;
}
.title-countdown h3::before {
	content:"\f1da";
	font-family: FontAwesome;
	font-size: 28px;
	color: #fff;
	background: #d9121f;
	width: 42px;
	height: 42px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	margin: 5px 0 5px 5px
}
.title-countdown h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
	position: relative;
	text-transform: uppercase;
}
.ttcountdown_module .caption {
    padding: 0 15px 25px;
}
.ttcountdown_module .name{
	padding: 0;
}
.box-timer{display:inline-block; width:100%;
margin-top: 15px;
}
.countdown-row {
    background: none;
    text-align: center;
    font-family: inherit;
    font-weight: bold;
    display: inline-block;
    width: 100%;
	font-size: 30px;
	color: #000;
	float: left;
}
.countdown-row .countdown-section {
    color: #333;
    text-align: center;
    width: 20%;
	margin-right:2%;
    line-height: 14px;
    border: 1px solid #ccc;
    position: relative;
	display:inline-block;
    border-radius: 5px;
	background:#f7f7f7;
}
.countdown-row .countdown-section:first-child{
	background:#d9121f;
	border-color:#d9121f;
	color:#fff;
	width:27%;
}
.countdown-row .countdown-section:last-child{margin-right:0;}
.countdown-row .countdown-amount {
    font-size: 18px;
    width: 100%;
    float: left;
    font-family: inherit;
    padding-top: 10px;
    font-weight: 600;
}
.countdown-row .countdown-period {
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    float: left;
    font-family: inherit;
    text-transform: capitalize;
    padding: 5px 0;
}
.ttcountdown_module .actions {
position:absolute;
}
.ttcountdown_module .rating{
    margin-bottom: 0;
    border-bottom: 0;
	margin: 10px 0;
	display: none;
}
/*End-ttcountdown=========================================================*/
/*mega-menu========================================*/
.common-home .megamenu {
	border-bottom: none;
}
.megamenu {
	background: #f0f0f0;
}
.homemenu span.hot,
.homemenu span.new{
	position: absolute;
    color: #fff;
    background: url(../image/hot-sale.png) no-repeat center center;
    width: 40px;
    height: 22px;
    line-height: 20px;
    top: -10px;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    right: 5px;
    pointer-events: none;
    z-index: 1;
	display:none;
}
.homemenu span.new{    background: url(../image/news.png) no-repeat center center;}
.slider-home{margin-top:30px;}

.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;
}
.bestsellerproduct .item-inner .rating{
	opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
/*octabproductslider============================================================*/

/*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: 14px;
	margin-top:30px;
}
/*end-box-about-us====================================================================*/
/*carousel====================================================================*/
.common-home .carousel-contain > .container > .row{
	margin: 0;
}
.common-home .carousel-contain > .container{
}
.carousel-contain{
	background: #f7f7f7;
}
.carousel-contain > .container{
	padding: 30px 0;
    margin-top: 50px;
}
.carousel-contain .blog-title{
    text-align: center;
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 0px;
}
.carousel-contain .item-carousel{padding:2px;}
.carousel-contain .blog-title h2{
    font-size: 24px !important;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    background: #ececec;
    padding: 10px;
    margin: 5px;
    min-height: 196px;
    padding-top: 40px;
}
.carousel-contain .blog-title h2:before {
    margin: 0 auto;
    z-index: 10;
    content: "";
    width: 66%;
    border-bottom: 4px solid #898989;
    position: absolute;
    left: 50%;
    margin-left: -33%;
    bottom: 50%;
    margin-bottom: -10px;
}
.brand-slider-contain .container {
    position: relative;
}
.brand-slider-contain .slides .owl-item {
    padding: 1px 15px;
	text-align:center;
}
/*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==========================================*/
/*****Newletter****/
.newleter-content > label{
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 10px 0 0;
}
.newletter-title{margin-top:30px;}
.newleter-content{position: relative;}
.newletter-subscribe .newleter-content{position: relative;
	float: left;
	width: 100%;
}
.newletter-container .box{position:relative;}
#frm_subscribe{
    display: inline-block;
	float: right;
}
#notification {
    position: absolute;
    bottom: -15px;
    left: 0;
}
#subscribe_email{
	float:left;
	height: 45px;
	padding-left: 25px;
	width: 100%;
    border: none;
    background: #fff;
	border-radius: 40px;
}
#subscribe a{
    text-align: center;
    background: #d9121f;
    float: right;
    width: 115px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0 40px 40px 0;
	margin-top: -45px;
}
#subscribe a:hover{background-color:#d9121f; color: #fff}
.newletter-container .warning{font-size:12px;}

.newletter-popup{
	background: #fafafa;
    top: 50% !important;
    margin-top: -179px;
    position: fixed !important;
    padding: 50px 20px;
    text-align: center;
    display: none;
	width:40%;
}
#popup2 {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}
.b-close {
    display: block;
}
.newletter-popup #boxes .newletter-title{margin-top:0;}
.newletter-popup .newleter-content {
    margin-top: 40px;
}
.newletter-popup .newleter-content > label{
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
}
.newletter-popup #boxes .newletter-title h3 {
	font-size: 24px;
    text-transform: capitalize;
    color: #000;
    margin: 0;
    font-weight: 700;
    padding: 0 0 10px 0;
	letter-spacing: -.03em;
	border-bottom: 2px solid #d9121f;
}
.newletter-popup #frm_subscribe {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
#subscribe_pemail {
    height: 55px;
    padding: 10px 20px;
    width: 300px;
    border: none;
    background: #eeeeee;
    border-radius: 35px;
}
#subscribe_popup a:hover {
	background: #444444;
}
#subscribe_popup a {
    text-align: center;
    background: #d9121f;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    font-weight: 600;
}
.newletter-popup .subscribe-bottom {
    clear: both;
    margin-top: 20px;
    display: inline-block;
}
/** BLOG **/
.menu-recent .owl-theme .owl-controls .owl-buttons div.owl-next{
	/* right: 0; */
	/* left: auto; */
}
.menu-recent .owl-theme .owl-controls .owl-buttons div.owl-prev {
    /* left: 0px; */
}
.menu-recent {
    padding: 0px;
    border: 0px none;
    position: relative;
}
.articles-container .owl-item{padding:0;}
.menu-recent .name_date{display:inline-block; width:100%;}
.menu-recent .date-blog {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: #da121f;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.menu-recent .item-inner img:hover {
    opacity: 0.7;
}
.articles-image {
    width: 100%;
    float: left;
	position:relative;
}
.menu-recent .articles-date {
    display: inline-block;
    float: left;
    font-family: inherit;
	background: #fff;
	width: 100%;
    padding: 25px 25px 0;
}
.menu-recent .articles-intro {
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
    color: #666;
    margin-bottom: 0;
    padding: 0px 0 10px 0;
    margin-top: 10px;
}
.menu-recent .item-inner .articles-name {
    font-style: normal;
    clear: both;
    display: inline-block;
    margin: 10px 0 0;
    color: #555;
    line-height: 23px;
    font-size: 16px;
	font-weight:600;
}
.menu-recent .item-inner .articles-name:hover {
    color: #d9121f;
}
.menu-recent .item-inner .readmore {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
	float: left;
	width: 100%;
	padding: 15px 25px;
}
.menu-recent .athor-blog{
    color: #000;
    display: inline-block;
    line-height: 30px;
    width: 100%;
    font-style: italic;
    text-transform: capitalize;
}
.menu-recent .item-inner .readmore a:hover {
	color: #d9121f
}
.menu-recent .item-inner .readmore a {
    line-height: 15px;
    color: #444444;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
}
.articles-inner .item-inner {
    display: inline-block;
    border: 1px solid #e5e5e5;
}
.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:60%; margin:0; padding-left:15px;}
.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: #d9121f;
    border-color: #d9121f;
}
.article-item {
    display: inline-block;
	width:100%;
}
.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 0 10px;
    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: #d9121f;
}
.page-title .article-item {
    width: 100%;
}
.article-titles h2 {
    padding: 0 10px 0 0;
    display: inline-block;
    background: #fff;
}
.article-item.even{
	text-align: right;
}
.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 **/
/**blog page**/

	
/** End csm block menu**/
/** Banner Static**/
.banner-static{line-height:0;}
.banner-home-content{padding:0px 0;  width:100%;}
.banner-home-content .box-cols {
    color: #666;
    text-align: left;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
}
.banner-home-content .pull-left {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 43px;
    margin-right: 10px;
    border-radius: 100%;
    float: none !important;
    transition: 0.5s;
	border:1px solid #fff;
}
.banner-home-content .pull-left .fa{font-size:24px; color:#fff; line-height: 43px;}
.box-col-inner:hover .pull-left{border-color:#d9121f; background:#d9121f;}
.box-col-inner:hover .pull-left .fa{color:#fff; }
.banner-home-content .media-body {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    margin-top: 10px;
    line-height: 22px;
	width:auto;
	color:#999;
}
.banner-home-content .media-body h3 {
	margin: 0;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}

.banner-static .banner-box{margin-top:30px;}
.banner-static2 {text-align:right;}
.icon-static {
	border-radius: 3px;
    float: left;
    height: 100px;
    width: 100px;
}
.banner-static5 .banner-box{
	margin: 50px 0;
}
.banner-static4 .banner-box,
.banner-static3 .banner-box,
.banner-static2 .banner-box{margin-top:50px;}
.col1 .icon-static {
    background: #38b0fc url(../image/static-services1.png) no-repeat center center;
}
.col2 .icon-static{
    background: #d9121f url(../image/static-services2.png) no-repeat center center;
}
.col3 .icon-static{
    background: #ea6060 url(../image/static-services3.png) no-repeat center center;
}
.banner-static-top .col:hover .icon-static{
    -webkit-animation: rotate 0.4s linear;
    -moz-animation: rotate 0.4s linear;
    animation: rotate 0.4s linear;
}
.content-static{
    border-radius: 3px;
    color: #888;
    padding: 7px 0 7px 120px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.content-static h3{
	color: #333333;
    font-size: 23px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    margin: 0;
    text-transform: uppercase;
}
.content-static p{margin:10px 0 0;}
/****banner static number***/
.banner-static .banner-box{display:inline-block; position:relative; overflow:hidden;}
.banner-static .banner-box a{
	display:inline-block;
	overflow: hidden;
}
.banner-static .banner-box img {
	-moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
	-webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.banner-static .banner-box:hover img {
	-moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.box-content-shopping{margin-top:15px;}
.box-content-shopping span{
	    color: #333;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    padding: 5px 15px;
    border: 1px solid #333;
    border-radius: 20px;
}
.banner-static .box-content{ 
	position:absolute;
	display: inline-block;
    width: 100%;
    height: 100%;
	top: 0;
    left: 0;
}
.banner-static .box-content-child2,
.banner-static .box-content-child3{margin-top:5px;}
/****banner static 1***/
.banner-static1 .box-content1{
    color: #333;
    padding: 0 30px;
    padding-top: 80px;
    text-align: right;
}
.banner-static1 .box-content-child1,
.banner-static1 .box-content-child2{font-size:24px; font-weight:600; line-height:24px;}
.banner-static1 .box-content1 span{color:#fff; background:#333; border-color:#333;}
.banner-static1 .box-content1 span:hover{color:#333; background:#fff; border-color:#fff;}

.banner-static1 .box-content2{
    color: #fff;
    padding: 0 30px;
    padding-top: 80px;
    text-align: left;
}
.banner-static1 .box-content2 .box-content-child1,
.banner-static1 .box-content2 .box-content-child2{font-size:24px; font-weight:600; line-height:24px;}
.banner-static1 .box-content2 span{color:#fff; border:2px solid #fff;}
.banner-static1 .box-content2 span:hover{color:#d9121f; border-color:#d9121f;}

.banner-static1 .box-content3{
    color: #fff;
    padding: 0 30px;
    padding-top: 80px;
    text-align: left;
}
.banner-static1 .box-content3 .box-content-child1,
.banner-static1 .box-content3 .box-content-child2{font-size:24px; font-weight:600; line-height:24px;}
.banner-static1 .box-content3 span{color:#333; background:#fff; border-color:#fff;}
.banner-static1 .box-content3 span:hover{color:#fff; background:#333; border-color:#333;}

/****banner static 3***/
.banner-static3 .box-content{text-align:right; padding:0 20px; padding-top:150px; font-weight:600}
.banner-static3 .box-content-child1{font-size:20px; line-height:24px; color: #fff; text-decoration:underline; text-transform:uppercase;}
.banner-static3 .box-content-child2,
.banner-static3 .box-content-child3{font-size:30px; line-height:30px; color:#333;}
.banner-static3 .box-content span{background:#fff; border-color:#fff;}
.banner-static3 .box-content span:hover{background:#d9121f; border-color: #d9121f; color:#fff;}
/****banner static 4***/
.banner-static4 .box-content{text-align:left; padding:0 20px; padding-top:150px; font-weight:600}
.banner-static4 .box-content-child1{font-size:20px; line-height:24px; color: #ffba00; text-decoration:underline; text-transform:uppercase;}
.banner-static4 .box-content-child2,
.banner-static4 .box-content-child3{font-size:30px; line-height:30px; color:#fff;}
.banner-static4 .box-content span{color: #fff; background:#333; border-color:#333;}
.banner-static4 .box-content span:hover{background:#d9121f; border-color: #d9121f; color:#fff;}
/****banner static 5***/
.banner-static5 .box-content{text-align:left; padding-left:50%; padding-top:60px; font-weight:600}
.banner-static5 .box-content-child1{font-size:16px; line-height:16px; color: #333; font-weight: 400;}
.banner-static5 .box-content-child2,
.banner-static5 .box-content-child3{font-size:22px; line-height:23px; color:#333; font-weight: 500; margin-top: 0; text-transform: lowercase}
/**block follow**/
.social-top {
    margin-top: 37px;
}
.newletter-subscribe.social-top{
	margin-top: 40px;
}
.social-top, .block-subscribe {
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.link-follow {
    display: inline-block;
	width:100%;
	text-align:left;
}
ul.link-follow li {
    margin: 5px 5px 0 0;
	display:inline-block;
}
ul.link-follow a {
    position: relative;
    display: block;
    height: 36px;
    line-height: 35px;
    width: 36px;
    text-align: center;
    font-size: 24px;
    padding: 0;
    color: #999;
}
ul.link-follow a:hover {
    color: #d9121f;
	border-color:#d9121f;
}
ul.link-follow li a span {
    min-width: 70px;
    height: auto;
    line-height: 20px;
    padding: 1px 5px;
    left: 50%;
    margin-left: -40px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: #d9121f;
    text-indent: 0px;
    position: absolute;
    pointer-events: none;
    bottom: 40px;
    display: none;
    font-family: Corbel;
}
ul.link-follow li a:hover span {
    display: block;
	bottom: 50px;
}
ul.link-follow li a span:before, ul.link-follow li a span:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,0.1);
}
ul.link-follow li a span:before, ul.link-follow li a span:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,0.1);
}
ul.link-follow li a span:after {
    bottom: -5px;
    border-top: 5px solid #d9121f;
}
.fa-twitter:before {
    content: "\f099";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-youtube:before {
    content: "\f167";
}
.ma-block-static-3 a:hover:before, .ma-block-static-4 a:hover:before, .ma-block-static-2 a:hover:before, .ma-block-static-1 a:hover:before, .ma-block-static-5 a:hover:before, .banner-right a:hover:before, .banner-left1 a:hover:before {
    opacity: 0.1;
    filter: alpha(Opacity=10);
    visibility: visible;
}
/** End Banner Static**/
/**************************************REPONSIVE_MOBI********************************************/
@media (max-width: 1024px) {
	.newletter-popup,
	.b-modal{
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.newleter-content > label{
		font-size: 15px;
	}
	.product-list .left-block {
    border-right: 0;
}
	.top-search input.form-control {
    line-height: 55px;
    width: 200px;
    padding: 0 0 0 20px;
}
.search-category{width:100%; margin-top: 30px;}
/* .top-cart-parent{width:20%;} */
.row2-cart .button-check-cart a{width: 100%;}
/** blog page**/
.blog-des-content iframe{width:100% !important; max-height:360px !important;}
	/*********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:14px !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;}
	.table-responsive td .form-control {
    float: none;
    margin-bottom: 10px;
	}
.row2-cart .button-check-cart a{width:100%;}
.brand-slider-contain .owl-theme .owl-controls{display:none !important;}
.banner-static{text-align:center;}
.footer .column {
    min-height: 360px;
}
	.menu-recent .articles-date,
	.articles-image{width:100%;}
	.countdown-row .countdown-amount{font-size:16px;}
	.box-col-inner{text-align:center;}
	.product-list .left-block{border-right:0;}
}
@media (max-width: 991px) {
	.footer .footer-content,
	.footer-title {
		padding-left: 0px;
	}
	.product-view  > .row .col-md-5.col-sm-7{
		margin: 30px 0;
	}
	.newletter-popup{
    display: none !important;
}
	.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
    -o-animation: none !important;
   -ms-animation: none !important;
    animation: none !important;
 }
  .fix-nav{display:none;}
	.header-welcome {
    float: none;
    text-align: center;
}
.search-category,
.top-cart-parent{width:100%;}
.bottom-header{margin:10px 0;}
.header-action-parent,
.header-action{display:inline-block;}
/* .search-category{margin-top:0;} */
.top-cart-parent{margin-top:15px;}
#logo{padding:15px 0;}
#cart .dropdown-menu {
	left: -45px;
	line-height:24px;
}
.table-bordered {
    overflow: auto;
    display: inline-block;
}
.category-image {
    margin-top: 0;
}
	#logo>div{text-align:center;}
.top-cart {
    display: inline-block;
	float:none;
}
.top-wishlist {
    float: none;
    display: inline-flex;
    margin: 20px 0 0 10px;
}
.homemenu{padding:0; margin-top:10px; background:none;}
.homemenu .navbar{margin:0; border:0;}
.common-home #column-left,
.common-home #content,
.common-home #column-right{width:100%; text-align:center; display:inline-block !important;}
.social-top{text-align:center;}
.top-footer .toggle-footer ul{
	text-align: center;
}
.top-footer .toggle-footer{
	margin-bottom: 30px;
	text-align: center;
}
/* .newleter-content label{width:100%;} */
	.header-search-parent {padding: 20px 15px; text-align:center;}
	.header-link {
    display: inline-block;
    width: 100%;
    text-align: center;
}
	.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;}
.article-container img,.article-container .article-description p{width:100%; padding:0;}
.megamenu{background:none; border:0;}
.footer .column,
.footer-top .f-col{margin-top:20px;}
.footer-top .f-col:nth-child(2n+1),
.footer .column:nth-child(2n+1) {
    clear: both;
}
.footer-top{padding:10px 0 30px;}
.footer{padding:20px 0 0;}
.product-tabs-container-slider ul.tabs:after{display:none;}
.content_block1 .col-sm-9{width:100%;}
.footer .column {
    min-height: 0;
	border:0;
	padding: 15px 15px 40px;
}
.banner-home-content .box-cols{margin-top: 10px;}
.banner-static5 .box-content {
    padding-top: 28px;
}
.box-col-inner{text-align:left;}
}
@media (max-width: 768px) {
	.carousel-contain > .container > .row{
		margin: 0;
	}
}
@media (max-width: 767px) {
	.product-list .caption{margin-top:10px;}
	.top-link{text-align:center;}
	.box-language-currency {text-align:center; line-height:0; float:none;}
	.box-language-currency > div {
	    float: none;
    display: inline-block;
    line-height: 30px;
}
.box-language-currency button.dropdown-toggle,
.top-header {
    line-height: 30px;
}
.top-cart {
    margin-top: 0;
}
#search-by-category {
    margin-top: 10px;
	float:none;
}
.second-title .owl-theme .owl-controls .owl-buttons div{top:40%;}
.powered .left-powered{text-align:center; width:100%;}
.powered .right-powered{text-align:center; margin-top:20px; width:100%;}
.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;}
.zoomContainer{display:none;}
.about-us {margin-top: 30px;}
.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;}
.layer-category #column-left{display:inline-block !important; width:100%;}
.banner-static img {
    width: auto;
}
.ma-block-static-1{width:100%;}
.ma-block-static-5,
.ma-block-static-1 > div{
	clear: both;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.ma-block-static-1 > div:first-child{margin:0;}
#back-top{display:none !important;}
#cart .dropdown-menu li.product-cart{width:60%;}
#cart .dropdown-menu li.cart-check{width:40%;}
.banner-static3 .box-col-inner,
.banner-static2 .banner-box, .banner-static1 .banner-box {
    text-align: center;
}
.banner-static-top .col{margin-top:30px;}
.banner-static-top .col1{margin-top:0px;}
.top-link > .dropdown-toggle{line-height:30px;}
.top-header{text-align:center; padding-bottom:10px;}
.header-link{float:none; width:auto;}
.product-list .item-inner .img-other{border:0;}
.title li.active h3, .title li:hover h3{border-color:#fff; color:#d9121f;}
}
@media (max-width: 580px) {
	.articles-image{
		text-align: center;
	}
	.newleter-content > label{
		width: 100%;
		margin-bottom: 30px;
	}
	#frm_subscribe{
		width: 100%;
	}
	.footer .footer-content,
	.footer-title {
		padding-left: 0px;
	}
	.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;}
	.static_home .cms_content .cms_content_in:before{display:none;}
	#cart .dropdown-menu li.product-cart,
	#cart .dropdown-menu li.cart-check{width:100%;}
	#cart .dropdown-menu li.cart-check{padding:20px;}
	.footer-top .f-col,.footer .column {
    min-height: 0;
    width: 100%;
	padding: 0 15px;
}
.block-static1 h2 {font-size: 21px !important;}
.block-static1 h3 {font-size: 17px !important;}
.footer-title:after {
    display: block;
    content: "\f055";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
	top: 0px;
	cursor:pointer;
}
.newletter-title.footer-title{margin:20px 0 0;}
.newleter-content.toggle-footer{margin-bottom:20px;}
.newletter-title.footer-title:after {right:0;}
.footer-title.active:after {
    content: "\f056";
}
.product-filter .limit,
.product-filter .sort,
.product-filter .btn-group{width:100%; padding:0;}
.product-filter .grid-list-parent{margin: 0 10px 0 0;}
}
@media (max-width: 500px) {
	.banner-static1 .box-content2{padding-top:10px;}
}
@media (max-width: 480px) {
	.article-page .article-item-inner .intro-content img{
		margin: 0 0 20px 0;
		float: none;
	}
	.article-page .article-item-inner{
		text-align: center;
	}
}
@media (max-width: 450px) {
	#content .product-view .product-name{margin-top:20px;}
	.footer .column{width:100%; min-height:0;}
	.articles-container{margin:0;}
	.box-testimonial {padding: 0 15px;}
	.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;}
	.about-content-left,.about-img{width:100%; text-align:left;}
	.ttcountdown_module .timer-item {
    display: inline;
    border: 0;}
	.ttcountdown_module .box-timer,
	.ttcountdown_module .box-price,
	.ttcountdown_module .product-image{width:100%;}
	.footer .footer-title h3{display:inline-block; width:100%; cursor: pointer; padding:0; border:0;}
	.footer .footer-title h3.active:after{content: "\f056";}
	.ttcountdown_module .box-timer{padding-top:10px;}
	.banner-static3 .box-content,
	.banner-static4 .box-content{padding-top:120px;}
	.banner-static5 .box-content {
    padding-left: 30%;
    padding-top: 10px;
}
}
@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;}
.box-language-currency .pull-left button.dropdown-toggle {
    line-height: 30px;
}
.top-header .dropdown-menu {
    top: 30px;
}
.top-cart-parent .dropdown-menu {
    top: 50px;
}
.header-action-parent{padding:20px 0;}
.top-link .dropdown-menu{right:0; left:auto;}
ul.tab_small li span{padding:5px 10px;}
.top-cart .cart-inner ul{right:-60px;}
.currency-language .box-language-currency{right:-45px;}
.product-view .form-group #button-cart{padding:0 15px;}
.row-cart{width: 100%;}
.top-link > .dropdown-toggle,
.box-language-currency button{padding: 0 10px;}
.product-view .add-to-links .btn-group{
    margin: 10px 0 0;
    width: 100%;
}
}
/**************Back-top************/
#back-top {
    background: #fff;
    bottom: 35px;
    position: fixed;
    right: 14px;
    z-index: 9999;
    width: 40px;
    height: 40px;
	display:block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
	cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-animation: flash 3000ms infinite;
    -moz-animation: flash 3000ms infinite;
    -ms-animation: flash 3000ms infinite;
    -o-animation: flash 3000ms infinite;
    animation: flash 3000ms infinite;
}
#back-top:after {
    content: "\f102";
    font-family: "FontAwesome";
    font-size: 25px;
    color: #3f3f3f;
}
#back-top:hover {
    -webkit-animation: flash 0s infinite;
    -moz-animation: flash 0s infinite;
    -ms-animation: flash 0s infinite;
    -o-animation: flash 0s infinite;
    animation: flash 0s infinite;
}
/*css3===================================================================*/

a,
.btn,
button
#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,
.btn:hover,
button: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;
}
.links li a,
.pt_custommenu div.pt_menu a,
.footer-static2 .f-col3 .footer-static-content ul li a {
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s 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.3s ease;
    -webkit-transition: color 0.3s 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);
}
.full-width.full-width2{
 margin: 0 -15px !important;
}
.full-width{
 margin: 0 !important;
 padding: 0;
}
.full-width > .container{
 width: 100% !important;
 padding: 0;
}
.full-width > .container > .col-sm-12{
 padding: 0;
}
/* div[class^='row-'] > .container{
 padding: 0;
} */
.special-row{
	background: #f7f7f7;
	padding-bottom: 50px;
}
.block_content1 > .container{padding:0;}
.block_content2 > .container{padding:0;}
.block_content .container{width:100%;}
.block_left .container{width:100%;}
.block_content1 .container > .row{margin-left:0; margin-right:0;}
.full-width .container > .row{margin:0;}
.block-carousel {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding: 30px 0;
}
.block-carousel .container{padding:0;}
.banner-left-category:hover img{
	opacity: .9;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
} 
.ocfeatureslider .title h3,
.ocspecialproduct .title h3,
.bestsellerproduct .title h3,
.ocnewproductslider .title h3{
	padding-bottom: 15px;
}
.banner-left-category{
	margin-bottom: 50px;
}