body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #838383;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.8px;
    background-color: #1f1f1f;
    background-image: url(../image/themeimage/body-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-size: cover;
}
main {
    background-color: #1f1f1f;
}
 :focus{
     outline:none !important;
}
 h1, h2, h3, h4, h5, h6 {
     color: #ffffff;
}
/* default font size */
 .fa {
     font-size: 13px;
}
 .fa-stack{
     width:12px;
     height: 15px;
}
 .fa-stack .fa{
     font-size:15px;
}
/* Override the bootstrap defaults */
 h1 {
     font-size: 33px;
}
 h2 {
     font-size: 27px;
}
 h3 {
     font-size: 21px;
}
 h4 {
     font-size: 15px;
}
 h5 {
     font-size: 12px;
}
 h6 {
     font-size: 10.2px;
}
 a {
     color: #ffffff;
}
 a:hover {
     text-decoration: none;
     color:#cbba9c;
}
 legend {
     font-size: 18px;
     padding: 7px 0px 
}
 label {
     font-size: 13px;
     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;
}
 .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
     font-size: 12px;
}
 .input-group .input-group-addon {
     font-size: 12px;
     height: 30px;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
}
 #comment_form {
     background-color: #fff;
     padding: 20px;
     border: 1px solid #e7e7e7;
}
/* 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;
     color: #ffffff;
     background-color: #cbba9c;
}
/* top */
 #top {
    /*background-color: #fff;
     */
     padding:0;
     text-align: left;
}
 #top .container {
     padding:0px;
}
 #top #form-currency .currency-select {
     text-align: left;
     width:100%;
}
 #top #form-currency .currency-select:hover {
     text-shadow: none;
}
 #form-language .btn, #form-currency .btn {
     padding: 0 ;
     letter-spacing: 0.8px;
     font-size: 13px;
     text-transform: uppercase;
}
form#form-language {
    margin-bottom: 15px;
}
#form-language .btn.btn-link.btn-block, #form-currency .btn.btn-link.btn-block {
    padding: 0;
    text-transform: capitalize;
}
#form-language .btn.btn-link.btn-block img {
    padding: 0 5px 0 0;
}
#form-language .dropdown-menu li.current .btn.btn-link.btn-block ,#form-currency .dropdown-menu li.current .btn.btn-link.btn-block {
    color: #cbba9c;
}
 #top .language-menu .language-select{
     color:#1f1f1f;
     width: 100%;
     padding: 2px 10px;
     text-align: left;
}
 #top .language-menu .language-select:hover{
     background-color: transparent;
     color: #cbba9c;
}
.affiliate-dropmenu .dropdown-menu{
	left: 0;
    right: auto;
    background-color: #ffffff;
    padding: 10px 20px;
    margin-top: 3px;
    top: 30px;
    margin: 0 auto;
}
 #form-currency .dropdown-menu, #form-language .dropdown-menu {
    position: static;
    display: block !important;
    clear: both;
    box-shadow: none;
    padding: 0 0 0 15px;
	margin: 0;
    background: transparent;
	border: none;
 }
 .myaccount a{
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .myaccount{
    float: right;
	margin:45px 0 0 8px;
}
.checkout-wrapper {
    float: right;
	padding: 0 15px 0 0;
    margin-right: 15px;
	position:relative;
}

 .myaccount a:hover{
	 color:#cbba9c;
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .myaccount a.dropdown-toggle {
	 background-image: url('../image/themeimage/myaccount.svg');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    background-size: 18px;
    height: 40px;
    width: 40px;
    font-size: 0;
}
 .myaccount:hover a.dropdown-toggle {
	 background-image: url('../image/themeimage/myaccount-hover.svg');
}
 .myaccount .dropdown-menu > li > a{
     color: #ffffff;
}
 .myaccount .dropdown-menu{
    left: auto;
    right: 0;
     background-color:rgba(0,0,0,0.9);
     padding:10px 0;
     margin:0;
     z-index: 999;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
     top: 75px;
     min-width: 200px;
     text-transform: capitalize;
}
 .nav.pull-left {
}

 .myaccount .caret{
     vertical-align:2px;
     display: none;
}
 #form-language .dropdown-menu > li > a {
     padding: 2px 10px;
     text-align: left;
}
 #form-currency .dropdown-menu .btn {
     color:#ffffff;
     border:0 none;
     margin: 0;
	 padding:0;
}
 #form-language .dropdown-menu > li > a:hover {
     color:#FFFFFF;
}
 #top .btn-link, #top-links li, #top-links a {
     color: #ffffff;
     font-size: 13px;
     letter-spacing: 0.6px;
     text-decoration: none;
	 font-weight: 400;
}
 #form-language .dropdown-menu > li > a,#form-currency .dropdown-menu > li > a,#top-links .myaccount .dropdown-menu > li > a ,.affiliate-dropmenu .dropdown-menu li a{
     color:#fff;
}
#form-currency .dropdown-menu li, #form-language .dropdown-menu li {
    padding: 3px 0;
}
 #top-links li{
     padding: 3px 0;
     display: block;
}
 #top-links .myaccount-menu li{
     padding:0;
}
 #top-links li+li{
    /*background:url("../image/themeimage/header_top_links_pipe.jpg") no-repeat scroll left 2px transparent;
     padding:0 4px 0 9px;
     */
}
 #top-links .myaccount-menu li + li{
     background:none;
     padding:0;
}
 #top-links a .fa{
     padding:5px 5px;
}
 #top .btn-link:hover, #top-links a:hover {
     color: #cbba9c;
     background-color: transparent;
}
 #form-currency .dropdown-menu.currency-menu li:hover .btn, #form-language .dropdown-menu > li:hover > a, .myaccount .dropdown-menu > li:hover > a , .affiliate-dropmenu .dropdown-menu li:hover > a{
     background-color: transparent;
     color: #cbba9c;
}
 #form-currency .dropdown-menu .btn:hover, #form-language .dropdown-menu > li > a:hover, .myaccount .dropdown-menu > li > a:hover{
}
 #top-links .dropdown-menu a ,.affiliate-dropmenu .dropdown-menu li a{
     text-shadow: none;
     padding:2px 10px;
     text-align:left;
}
 #top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
     color: #fff;
}
 #top .btn-link strong {
     font-size: 14px;
     font-weight: normal;
}
 #top-links {
	padding: 0 20px;
    float: none;
}
 #top-links .list-inline{
     margin:0 0 0;
}
 #top-links a + a {
     margin-left: 15px;
}
 #top .fa-caret-down{
     vertical-align:-2px;
}
 #cart > .btn .fa-shopping-cart:before{
     display:none;
}


 @media (max-width: 979px) {
 .myaccount a.dropdown-toggle {
    height: 35px;
    width: 35px;
}
 .myaccount {
    margin: 3px 0 0 0;
}
 .checkout-wrapper {
    float: none;
    padding: 0 0 0 20px;
    margin-right: 0;
}
 #form-currency .btn {
    border:none;
    margin: 0;
}
     #form-currency .dropdown-menu, #form-language .dropdown-menu, .affiliate-dropmenu .dropdown-menu {
		 top: 63px;
    }
	.myaccount .dropdown-menu {
		top: 60px;
	}
}
 @media (max-width: 479px) {
 #form-language .btn, #form-currency .btn {
   
}
}
/* Header */
.header-nav-wrapper {

}
.content_headercms_top {
	text-align: center;
    position: relative;
    min-height: 120px;
}
 .common-home header {
 	background:none;
 }
 .common-home header {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    background-color: rgba(0,0,0,0.4);
}
header {
    position: relative;
    background-image: url('../image/themeimage/header-bg.jpg');
    background-repeat: no-repeat;
}
 .header > .container{
     position:relative;
     padding:10px 0;
     text-align:center;
}
 .main-slider .swiper-wrapper {
     direction: ltr !important;
}
/* logo */
 .header-logo{
    z-index: 1;
    float: left;
}
 .header .search {
     display: inline-block;
     vertical-align: top;
}
.header-searchwidget {
    float: right;
    position: relative;
    z-index: 9;
    margin: 16px 0 0 0;
    padding: 0 15px 0 0;
}
.header-searchwidget:before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    left: auto;
    bottom: auto;
    height: 20px;
    width: 1px;
    background: #cccccc;
}
 .header-search{
     background-image: url("../image/themeimage/header-search.svg");
     background-size: 16px auto;
     -webkit-background-size: 16px auto;
     -moz-background-size: 16px auto;
     -ms-background-size: 16px auto;
     -o-background-size: 16px auto;
     background-position: center;
     background-repeat: no-repeat;
     float: right;
     height: 40px;
     width: 40px;
     position: relative;
     cursor: pointer;
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .header-search:hover{
     background-image: url("../image/themeimage/header-search-hover.svg");
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .header-search.active{
     background-image: url("../image/themeimage/header-close.svg");
     background-size: 16px auto;
     -webkit-background-size: 16px auto;
     -moz-background-size: 16px auto;
     -ms-background-size: 16px auto;
     -o-background-size: 16px auto;
     background-position: center;
     background-repeat: no-repeat;
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .header-search.active:hover{
     background-image: url("../image/themeimage/header-close-hover.svg");
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .header .header-cart{
     display: inline-block;
     vertical-align: top;
}
.language-currency-block {
    float: right;
	background-image: url('../image/themeimage/header-setting.svg');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    background-size: 19px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
	position:relative;
	margin: 45px 0 0 8px;
    z-index: 99;
}
.language-currency-block:hover {
	background-image: url('../image/themeimage/header-setting-hover.svg');
}
.language-currency-block-inner {
    background-color: rgba(0,0,0,0.9);
    display: none;
    left: auto;
    margin: 0;
    min-width: 200px;
    position: absolute;
    border: 0 solid #262626;
    right: 0;
    z-index: 5;
    padding: 15px 20px;
    top: 75px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.3);
    box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.3);
}

.header-logo {
    width: 226px;
    height: 61px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: auto;
    margin: 0 auto;
}

@media (max-width: 979px){
.language-currency-block-inner {
    top: 60px;
}
.language-currency-block {
    margin: 3px 0 0 8px;
    height: 35px;
    width: 35px;
}
.common-home header {
    position: static;
}
.content_headercms_top {
    padding: 20px 0;
    min-height: 83px;
    background-color: #1f1f1f;
}
.content_headercms_top.fixed {
    position: fixed;
    top: 0;
    left: 15px;
    right: 15px;
    z-index: 999;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
	animation: slide-down 0.5s;
    -webkit-animation: slide-down 0.5s;
    -moz-animation: slide-down 0.5s;
    -o-animation: slide-down 0.5s;
}
@keyframes slide-down {
		0% {
			transform: translateY(-100%)
		}
		100% {
			transform: translateY(0)
		}
	}
}
@media (max-width: 767px){
.language-currency-block {
    margin: 3px 0 0 0;
}
}
/* search */
.dropdown.search {
    display: inline-block;
    vertical-align: top;
    margin: 45px 0 0 0;
    float: right;
}
 #search {
    z-index: 9;
    display: none;
    left: auto;
    position: absolute;
    right: 0;
    top: 75px;
	bottom:auto;
}
 #search .input-lg {
	float: left;
    height: auto;
    margin: 0;
    padding: 12px 60px 12px 20px;
    vertical-align: middle;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    border: 1px solid #262626;
}
 #search .input-lg:focus {
     box-shadow: none;
     -webkit-box-shadow: none;
}
 #search .btn-lg {
    background: transparent;
    border: medium none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    height: auto;
    width: auto;
    line-height: initial;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    z-index: 9;
}
 #search .btn-lg:hover{
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 #search .input-group-btn {
    position: absolute;
    right: 4px;
    left: auto;
    width: auto;
    top: 4px;
    bottom: auto;
}
#search .search_button {
    background: url('../image/themeimage/header-search1.svg') no-repeat scroll center center #cbba9c;
    background-size: 16px;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 38px;
    line-height: 38px;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    width: 38px;
    z-index: 1;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;

}
#search .btn-lg:hover .search_button{
    background: url(../image/themeimage/header-search1-hover.svg) no-repeat scroll center center #1f1f1f;
    background-size: 16px;
}

 #search .btn-lg .fa {
     color:#1f1f1f;
}
 #search .fa {
    font-size: 14px;
    color: #1f1f1f;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
}
#search {
    width: 300px;
}
 @media (max-width: 979px) {
 #search .search_button {
   /* background: url('../image/themeimage/header-search1.svg') no-repeat scroll center center #1f1f1f;
    background-size: 16px;*/
 }
 #search .btn-lg:hover .search_button{
    background-size: 16px;
}
 .dropdown.search {
    margin-top: 0;
    text-align: center;
    float: none;
}
     #search {
		background-color: #ffffff;
		display: inline-block;
		vertical-align: top;
		position: static;
    }
	.header-searchwidget {
		margin: 5px 0 0 0;
	}
	#search {
		width: 420px;
	}
}
 @media (max-width: 767px) {

}
 @media (max-width: 479px) {
     .header > .container {
         padding: 20px 0;
    }
	 .dropdown.search {
		width: 100%;
	}
	#search {
		width: 100%;
	}
	
}
/* cart */
.header {

}
.header-nav-right {
     float: right;
	text-transform: uppercase;
	font-size: 12px;
}
.header-nav-left {
    float: left;
}
.nav-full-wrapper {
    background-color: #cbba9c;
    clear: both;
}
 #cart-total{
    font-size: 12px;
    font-weight: 400;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    bottom: auto;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    text-align: center;
    background: #cbba9c;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    color: #1f1f1f;
}
 #cart #cart-total .fa.fa-shopping-cart{
     display:none;
}
 #cart {
     margin: 0;
     float:right;
     position: static;
}
.header-cart {
    float: right;
    position: relative;
    z-index: 99;
    margin:45px 0 0 8px;
}
 #cart > .btn {
     background-image: url("../image/themeimage/header-cart.svg");
	background-size: 20px auto;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -ms-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    z-index: 0;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
 #cart > .btn:hover {
     background-image: url("../image/themeimage/header-cart-hover.svg");
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 #cart > .btn:hover #cart-total{
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 #cart > .btn.active, #cart > .btn:active{
     box-shadow: 0 0 0;
     -webkit-box-shadow: 0 0 0;
     -moz-box-shadow: 0 0 0;
     -ms-box-shadow: 0 0 0;
     -o-box-shadow: 0 0 0;
}
 #cart.open > .btn {
}
 #cart.open > .btn:hover {
     color: #444;
}
#cart .dropdown-menu {
    background-color: rgba(0,0,0,0.9);
    z-index: 1001;
    color: #ffffff;
    width: 350px;
    padding:20px 20px ;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    top: 75px;
    margin: 0;
	overflow-y: scroll;
    max-height: 400px;
    overflow-x: hidden;
}
 #cart .button-container {
     width: auto;
     float:right;
}
 #cart .dropdown-menu table {
     margin-bottom: 10px;
     background-color: transparent;
}
 #cart .dropdown-menu .text-center {
     padding: 0 0 20px 0!important;
}
 #cart .dropdown-menu table.table-striped {
     border-bottom: 1px solid #262626;
	 display: inline-block;
     vertical-align: top;
}
 .cart-menu .table-bordered tr > td, .cart-menu .table-bordered {
     border: medium none;
     padding: 4px 5px;
}
 #cart table.table-striped .btn-danger.btn-xs {
     background: none repeat scroll 0 0 transparent;
     box-shadow:none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
     margin: 0;
     padding: 0 0 0 0;
     border:0 none;
     color:#ffffff;
}
 #cart table.table-striped .btn-danger:hover{
     color:#cbba9c !important;
}
 #cart .dropdown-menu table td{
     border:none;
     background:none;
     padding: 0 8px 8px 8px;
}
 #cart .dropdown-menu li > div {
}
 #cart .dropdown-menu li p {
     margin:0px 0;
}
 .cart-menu a {
     color: #ffffff;
}
 .header-tele-cms {
     display: inline-block;
     position: relative;
}
 .header-tele-cms .telephone {
     background: url("../image/themeimage/call.png") no-repeat scroll 0 5px transparent;
     float: left;
     height: 40px;
     width: 31px;
}
 .cms-data {
    /*border-right: 1px solid #dcdcdc;
     */
     color: #696969;
     font-size: 13px;
     display: inline-block;
     letter-spacing: 0.6px;
     margin: 0 0 0 15px;
     padding-right: 20px;
}
 .call {
     float: left;
     font-size: 18px;
     line-height: 22px;
     text-transform: uppercase;
}
 .call-no {
     clear: both;
     float: left;
}
@media (max-width: 979px) {

.nav-full-wrapper {
    padding: 5px 0;
	clear: both;
	text-align: center;
}
#cart .dropdown-menu {
    top: 63px;
}
.header-navfull {
	min-height:50px;
	padding: 0 20px;
    position: relative;
}
.header-cart {
	margin:0 0 0 10px;
}
}
@media (max-width: 767px) {
.header-cart {
    margin: 0 0 0 0;
}
}
@media (max-width: 479px) {
     #search .input-lg{
    }
}
/* menu */
 .nav-inner {
    /*display: none;
     */
}
 .nav-inner-cms {
     background: none repeat scroll 0 0 #999999;
}
 .main-menu {
    z-index: 9;
    width: auto;
	float: left;
    margin: 0 0 0 0;
}
 .nav-responsive {
     display:none;
}
 .responsive-menu {
     background: #545F61;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -khtml-border-radius: 5px;
     border-radius: 5px;
     padding: 8px 10px;
    /*overflow:hidden;
     HIDE CATEGORIES THOSE ARE OUT OF MANU. */
}
 ul {
     list-style: none;
     padding: 0;
}
 .main-menu ul {
     list-style: none;
     margin: 0 ;
     padding: 0;
}
 .main-menu > ul > li {
     float: left;
     position: relative;
     z-index: 20;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     margin: 0 25px;
}
 .nav-responsive span, .main-menu > ul > li > a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 48px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
 .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav>li>a:hover {
     background: none repeat scroll 0 0;
     color: #cbba9c;
}
 .main-menu a:hover {
     text-decoration:none 
}
 .main-menu > ul > li:hover > a {
    /*background: none repeat scroll 0 0 #646464;
     */
}
 .main-menu .column1 ul.childs_1 .dropdown a::after {
     content: "\f105";
     font-family: "FontAwesome";
     font-size: 14px;
     color: #ffffff;
     position: absolute;
     right: 9px;
}
 .main-menu .column1 ul.childs_1 .dropdown a:hover::after {
     color: #cbba9c;
}
 .main-menu .column1 ul.childs_2 a::after {
     display: none;
}
 .main-menu > ul > li > ul , .responsive-menu .main-navigation{
     display: none;
     background: #ffffff;
     position: absolute;
     z-index: 5;
     padding: 5px;
}
 .main-menu > ul > li:hover > ul {
     display: block;
} .main-menu > ul > li ul > li .dropdown-menu{
     display: block;
	 border: none;
     background: transparent;
     z-index: 5;
     padding: 30px;
	left: 100%;
    right: auto;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
	margin: 0 !important;
}
 .main-menu > ul > li .column3 ul > li .dropdown-menu{
	left: 30px;
}
 .main-menu > ul > li ul.childs_2 ul.childs_3 > li .dropdown-menu{
     display: block;
     background: #ffffff;
     z-index: 5;
     padding: 5px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
 .main-menu > ul > li ul.childs_1 > li:hover .dropdown-menu, .main-menu > ul > li ul.childs_2 > li:hover .dropdown-menu{
	transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
	background: rgba(0,0,0,0.9);
}
 .main-menu > ul > li .column3 ul.childs_1 > li:hover .dropdown-menu, .main-menu > ul > li .column3 ul.childs_2 > li:hover .dropdown-menu{
	 background: transparent;   
}
 .main-menu > ul > li ul.childs_2 ul.childs_3 > li:hover .dropdown-menu{
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
 .main-menu ul li ul {
     display: table-cell;
}
 .main-menu > ul > li ul + ul {
    /*padding-left: 20px;
     */
}
 .main-menu > ul > li ul > li > a, .main-menu > ul > li li > a{
     padding: 4px 8px;
     color: #cbba9c;
     display: block;
     white-space: nowrap;
     font-size: 13px;
	 font-weight: 400;
}
 .main-menu > ul > li .column3 ul.childs_1 > li > a {
	font-weight: 400;
    padding: 0 8px 10px 8px;
    text-transform: capitalize;
    font-size: 13px;
	color: #ffffff;
}
 .main-menu > ul > li .column3 ul.childs_1 > li > a:hover {
	color: #cbba9c;
}
 .responsive-menu .main-navigation li a {
     color: #cecece;
     display: block;
     padding: 8px 12px;
     white-space: nowrap;
}
 .main-menu > ul > li ul > li > a{
     min-width: 160px;
}
 .main-menu > ul > li ul > li > a:hover, .main-menu > ul > li li > a:hover{
     color:#ffffff;
     background-color:transparent;
}
 .responsive-menu .main-navigation li a:hover {
     background-color: #393939;
     border-left: 5px solid #ffe35f;
     color: #ffffff;
     padding: 8px 7px;
}
 .main-menu > ul > li ul > li > a.activSub {
     background-image:url(../image/themeimage/cat_arrow_hover.png) ;
     background-repeat:no-repeat;
     background-position: right center;
}
 .main-menu > ul > li > ul > ul > li > a {
     color: #FFFFFF;
}






.main-menu > ul > li .column3 ul > li .dropdown-menu {
    position: static;
    box-shadow: none;
    padding: 0;
	transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.main-menu > ul > li ul > li .dropdown-menu a {
    padding: 3px 8px;
    position: relative;
}
.main-menu > ul > li ul > li > a {
    display: inline-block;
    vertical-align: top;
}



 @media (min-width: 980px) {
     #menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu{
         left: 100px;
         top: 35px;
    }
     #menu .dropdown .dropdown-menu.megamenu, #menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu{
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform-origin: top;
		-webkit-transform-origin: top;
		-moz-transform-origin: top;
		-ms-transform-origin: top;
		-o-transform-origin: top;
		transition: all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
		-moz-transition: all 0.6s ease 0s;
		-ms-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
		display: block;
		padding: 30px;
		margin: 0!important;
		left: 0;
		border: none;
    }
     #menu .dropdown:hover .dropdown-menu.megamenu, #menu .dropdown .dropdown-menu.megamenu .dropdown:hover .dropdown-menu.megamenu {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transition: all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
		-moz-transition: all 0.6s ease 0s;
		-ms-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
    }
     #menu {
		display: inline-block;
		vertical-align: top;
    }
}
 @media (max-width: 979px) {
     .header-right {
    }
}	
	
 @media (max-width: 767px) {

     #menu div.dropdown-inner > ul.list-unstyled {
         display: block;
    }
     #menu div.dropdown-menu {
         margin-left: 0 !important;
         padding-bottom: 10px;
         background-color: rgba(0, 0, 0, 0.1);
    }
     #menu .dropdown-inner {
         display: block;
    }
     #menu .dropdown-inner a {
         width: 100%;
         color: #fff;
    }
     #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
         background: rgba(0, 0, 0, 0.1);
    }
     #menu .see-all {
         margin-top: 0;
         border: none;
         border-radius: 0;
         -webkit-border-radius: 0;
         -moz-border-radius: 0;
         -ms-border-radius: 0;
         -o-border-radius: 0;
         color: #fff;
    }
}
/* Tab cms */
 .category_tab {
     padding: 0 0 60px;
     position: relative;
}
 #tab_spinner {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 9;
     background: url(../image/themeimage/category_load.gif) 50% 50% no-repeat #fff;
}
 .category_tab .nav-tabs {
     line-height: normal;
     padding:0;
	 text-align: center;
}
 .etabs {
     display: inline-block;
     float: none;
     margin: 0;
     padding: 0;
     text-align: center;
     width: 100%;
}
 .category_tab ul li {
 	margin: 0 90px;
}

.category_tab .tab-pane .product-block-inner {
    overflow: hidden;
    position: relative;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
 .category_tab .owl-item .col-lg-12{
     padding:0;
}
 .category_tab .tab-pane{
     padding:30px 0 0 !important;
     border:medium none !important;
     margin:0 -25px;
     text-align:center;
     vertical-align:middle;
}
 .category_tab .tab-pane > img {
     margin: 150px auto;
}
 .category_tab ul li:last-child {
     background:none;
	 display: inline-block;
     vertical-align: top;
	 float:none;
}
 .category_tab ul li a {
    font-size: 13px;
    background-color: transparent;
    color: #ffffff;
    padding: 12px 15px 20px;
    position: relative;
}
 .category_tab ul li.active a, .category_tab ul li.active a:hover, .category_tab ul li a:hover, .category_tab ul li a:focus{
    color: #cbba9c;
}
 
 .category_tab .tab-content {
     border: medium none;
     overflow:visible;
     margin: 0;
}

 .category_tab .nav-tabs>li>a:before {
	content: "";
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    height: 15px;
    width: 15px;
    margin: 0 auto;
    background-image: url('../image/themeimage/tab-hover.svg');
	background-repeat:no-repeat;
	background-size:12px;
	background-color:transparent;
    z-index: 1;
	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
 .category_tab ul li.active a:before, .category_tab ul li.active a:hover:before, .category_tab ul li a:focus:before,.category_tab ul li a:hover:before{
	opacity:1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	-webkit-transform: unset;
    transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    -moz-transform: unset;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
 .category_tab ul li.active a:after, .category_tab ul li.active a:hover:after, .category_tab ul li a:focus:after{
	display:none;
}
.category_tab ul li a:after{
		display:none;
}
 .tab-content {
     padding: 0px;
     z-index: 2;
     overflow: visible;
     margin-bottom:15px;
}
 .tab-content .tab {
     display: none;
}
 .category_tab .tab-pane .owl-carousel{
     margin: 0;
}
 .category_tab .tab-pane .owl-prev {
    /*right: 25px !important;
     left:auto !important;
     */
}
 .category_tab .tab-pane .owl-prev span {
    /*background: transparent url(../image/themeimage/arrow.png) no-repeat scroll 1px 3px;
     border: medium none;
     cursor: pointer;
     padding:6px;
     */
}
 .category_tab .tab-pane .owl-prev:hover span {
    /*background-position: 1px -30px;
     text-decoration: none;
     */
}
 .category_tab .tab-pane .owl-carousel .owl-buttons div {
    top: 45%;

}
 .category_tab .tab-pane .owl-next {
    /*right: 6px !important;
     */
}
 .category_tab .tab-pane .owl-next span {
/*     background: transparent url(../image/themeimage/arrow.png) no-repeat scroll -19px 3px;
     border: medium none;*/
     cursor: pointer;
     padding:6px;
}
 .category_tab .tab-pane .owl-next:hover span {
/*     background-position: -19px -30px;*/
     text-decoration: none;
}

.category_tab:hover .tab-pane .owl-carousel .owl-buttons div {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
 .category_tab .tab-pane .owl-buttons a, .related-products .customNavigation a, .home-products .customNavigation a{
     color: #CCCCCC;
     font-size: 32px;
     text-align: right;
}
 .category_tab .tab-pane .owl-buttons a:hover {
     color: #cbba9c;
}
 .owl-buttons, .home-products .customNavigation{
     z-index: 1;
}
 .related-products,.home-products{
     position: relative;
}
 .related-products .customNavigation{
     position: static;
     z-index: 1;
}
 .related-products .customNavigation a:hover , .home-products .customNavigation a:hover{
     color: #cbba9c;
}
 @media (max-width: 1299px){
.category_tab ul li {
    margin: 0 50px;
}
.category_tab .tab-pane {
    margin: 0 -15px;
}
.category_tab .tab-pane .product-block {
    margin: 0 15px;
}
}
 @media (max-width: 979px){
	 .category_tab {
		padding: 0 0 30px;
	}
     .category_tab .nav-tabs{
         padding: 0;
    }
}
 @media (max-width: 767px){
 .category_tab ul li {
    margin: 0 0 5px 0;
}
.category_tab ul li a {
    padding: 10px 15px 15px;
    font-size: 14px;
}
}
 @media (max-width: 479px) {
     .category_tab ul li a{
         text-align:center;
         margin: 0;
    }
     .nav-tabs > li > a{
         float: none!important;
    }
     .owl-buttons{
         top:-140px;
    }
}
/* End Tab cms */
/* Parallax block start */
#pstparallaxcmsblock {
    margin-bottom: 100px;	
	background-size:cover;
    background-attachment: fixed;
	background-repeat: no-repeat;
}
.parallax-wrapper {
    padding: 165px 0;
    text-align: center;
}
.parallax-text {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    letter-spacing: 5px;
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

#pstparallaxcmsblock:hover .parallax-text{
text-shadow: 0 0 10px rgba(255,255,255,0.2), 0 0 20px rgba(255,255,255,0.2), 0 0 30px rgba(255,255,255,0.2), 0 0 40px #cbba9c, 0 0 70px #cbba9c, 0 0 80px #cbba9c, 0 0 100px #cbba9c;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;

}
#pstparallaxcmsblock:hover a.parallax-text{
  color: #ffffff;
}
.parallax-text .parallax-text1 {
    font-size: 50px;
    line-height: 50px;
	font-weight:300;
}
#pstparallaxcmsblock a.parallax-text:hover {
	color:#cbba9c;
	text-shadow: none;
}

@media (max-width: 767px) {
	.parallax-text .parallax-text1 {
		font-size: 30px;
		line-height: 40px;
	}
	.parallax-text {
    	letter-spacing: 1px;
	}
	.parallax-wrapper {
		padding: 145px 0;
	}
}
/* parallex ends*/
/* Css for advertisement cms start */
.ad-item-inner img {
    max-width: 100%;
    height: auto;
}
#advertisement .owl-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}
@media (max-width: 979px){
#advertisement {
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto 50px;
}
}
/* Css for advertisement cms end */
/* Css for category cms start */
#pst_categorycmsblock {
    margin: 0 0 100px 0;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
.categorycmsblock-inner {
    margin: 0;
}
#pst_categorycmsblock .cat-item{
    padding: 0;
}
.cat-item-inner {
	position: relative;
	overflow: hidden;
}
#pst_categorycmsblock .cat-item .cat-img img{
	max-width:100%;
	height:auto;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
}
.pst-sub-cat-item-inner{
	position:relative;
	overflow: hidden;
}
.cat-details{
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    padding: 50px 50px;
    z-index: 9;
}
#pst_categorycmsblock .cat-name{
	display: block;
    margin-bottom: 5px;
    font-weight: 600;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    color: #ffffff;
    text-transform: uppercase;
}
#pst_categorycmsblock .cat-item:hover .cat-name,#pst_categorycmsblock .cat-item:hover .cat-desc {
    color:#ffffff;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#pst_categorycmsblock .cat-item .cat-name:hover {
    color: #cbba9c;
}

#pst_categorycmsblock .cat-item .cat-img{display:block;position:relative;}

#pst_categorycmsblock .cat-item:hover .cat-img img{
	transform: scale3d(1.1,1.1,1.1);
	-webkit-transform: scale3d(1.1,1.1,1.1);
	-ms-transform:scale3d(1.1,1.1,1.1);
	-o-transform:scale3d(1.1,1.1,1.1);
	-moz-transform:scale3d(1.1,1.1,1.1);
    filter: blur(2px);
	-webkit-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	-moz-filter: blur(2px);
}


@media (max-width: 979px) {
.cat-details {
    padding: 20px 30px;
}
#pst_categorycmsblock {
    margin: 0 0 50px 0;
}
}
@media (max-width: 553px) {

#pst_categorycmsblock .cat-item {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 15px;
}
}

/* Css for category cms end */

/* Css for banner cms start */
#cms_bannerblock .cms-image-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-moz-transform:scale(0);
	
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#cms_bannerblock .cmsblock-item:hover .cms-image-block {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
	
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#cms_bannerblock .cms-image-block a.cms-banner-icon {
	display:block;
	background-image: url('../image/themeimage/cms-banner-icon.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
	height: 30px;
    width: 30px;
	
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#cms_bannerblock .cms-image-block a.cms-banner-icon:hover {
	background-image: url('../image/themeimage/cms-banner-icon-hover.svg');
	
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#cms_bannerblock .cmsblock-item {
    position: relative;
}
#cms_bannerblock ul.cmsblock-wrapper-inner.owl-carousel.owl-theme {
    margin: 0;
}
#cms_bannerblock .cmsblock-item a.cms-img img {
    max-width: 100%;
    height: auto;
}
#cms_bannerblock .cmsblock-item:hover a.cms-img img {
    opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity:0.7;
}
/* Css for  banner cms end */
/* Css for Instagram start */
#instagram .insta-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-moz-transform:scale(0);
	
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#instagram .item:hover .insta-hover {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
	
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#instagram .insta-hover .fa {
	font-size:30px;
	color:#1f1f1f;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#instagram .insta-hover .fa:hover {
	font-size:30px;
	color:#cbba9c;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#instagram {
    margin-bottom: 0;
}
#instagram img {
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#instagram .item:hover img{
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	-moz-transform:scale(1.3);
	
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#instagram .item{
	overflow:hidden;
}
#instagram .insta-date {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #1f1f1f;
    right: auto;
    top: auto;
    background: #ffffff;
    padding: 5px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
#instagram .insta_comments_likes {
    position: absolute;
    bottom: auto;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 16px;
	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
	z-index:1;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#instagram .item:hover .insta_comments_likes {
    opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#instagram .insta_comments_likes .fa {
    font-size: 16px;
}
#instagram .insta-likes {
    margin: 0 20px 0 0;
}
#instagram .item a{
	display:block;
}
#instagram .item a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    visibility: hidden;
    transition: all .3s;
    z-index: 1;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
#instagram .item:hover a:before {
    opacity: 1;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    visibility: visible;
}
/* Css for  Instagram end */


/* Left-Right column css*/
/* 1-col layout */
 # .layout-3 #content{
     width:50%;
     margin-top: 20px;
     margin-bottom: 20px;
}
/* Content-top */
 .content-top {
    /*background-color: #eaeaea;
     */
}
 .slider-banner {
     float: left;
     width: 100%;
}
 .slider-banner .slide {
     float: left;
     width: 25%;
}
 .slider-banner .slide a {
     background: none repeat scroll 0 0 #107789;
     cursor: pointer;
     display: block;
     height: 100%;
     transition: background 0.2s ease 0s;
     -webkit-transition: background 0.2s ease 0s;
     -moz-transition: background 0.2s ease 0s;
     -ms-transition: background 0.2s ease 0s;
     -o-transition:background 0.2s ease 0s;
     width: 100%;
     border-top: 4px solid #064857;
}
 .slidebanner1 .cms-title {
     border-left: 0 none;
}
 .slidebanner4 .cms-title {
     border-right: 0 none;
}
 .cms-title {
     border-color: #064857;
     border-style: solid;
     border-width: 0 1px;
     padding: 15px 20px;
     text-align: center;
}
 .slider-banner .slide:hover a {
     border-top: 4px solid #ffe35f;
}
 .text1 {
     color: #ffffff;
     font-family: archivo narrow;
     font-size: 18px;
}
 .text2 {
     color: #ffe35f;
     font-size: 18px;
}
 .owl-buttons {
    /*display: none;
     */
}
/* CMSBlock */
 .cmsblock_list_cms {
     float: left;
     position: relative;
     width: 100%;
     margin: 75px 0;
}
 .cms-box:nth-child(2) {
     width: 40%;
     padding: 0 5%;
}
 .cms-box {
     float: left;
     width: 30%;
     position: relative;
}
 .list_inner {
     float: left;
     position: relative;
}
 .cmsblock_img {
     float: left;
     left: 0;
     position: relative;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition:all 0.3s ease 0s;
}
 .thumbnails .thumbnail {
     border: none;
}
 .cmsblock_list_inner {
     background-color: #fff;
    /*float: left;
     */
     bottom: 0;
     padding: 30px 0 25px;
     position: absolute;
     right: -47px;
     top: auto;
     width: 47px;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition:all 0.3s ease 0s;
}
 .list_inner:hover .cmsblock_list_inner {
     background-color: rgba(255,144,106,0.9);
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition:all 0.3s ease 0s;
}
 .cmsblock-data {
     line-height: normal;
     writing-mode: vertical-rl;
     text-orientation: upright;
     padding: 0 15px;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition:all 0.3s ease 0s;
}
 .list_inner:hover .cmsblock_list_inner .cmsblock-data {
     color: #fff;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition:all 0.3s ease 0s;
}
 @media only screen and (max-width: 479px) {
     .cms-box:nth-child(2), .cms-box {
         float: left;
         width: 100%;
         position: relative;
         text-align: center;
    }
     .cms-box:nth-child(2){
         margin: 15px 0;
         padding: 0;
    }
     .list_inner {
         float: none;
         position: relative;
         display: inline-block;
    }
}
/*Megnor category */
 ul.dropmenu{
     display: block;
     font-family: Verdana,Arial,Helvetica,sans-serif;
     font-size: 12px;
     margin: 0;
     padding: 1px 0 0;
     position: relative;
     z-index: 9;
}
 .dropmenu li{
     position: relative;
     list-style: none;
     margin: 0px;
     display: block;
     cursor: pointer;
     padding-bottom: 1px;
}
 .dropmenu li:hover{
    /*background-color:#f5f5f5;
     */
}
 .dropmenu li a{
     display: block;
     cursor: pointer;
     text-decoration: none;
     font-weight: bold;
     -moz-border-radius-bottomleft: 5px;
     -moz-border-radius-bottomright: 5px;
     -moz-border-radius-topleft: 5px;
     -moz-border-radius-topright: 5px;
}
 .dropmenu li a:hover{
}
 .dropmenu li span{
     display: block;
     float: right;
     height: 10px;
     width: 6px;
     position: absolute;
     top: 18px;
     right: 10px;
}
 .dropmenu li:hover ul, .dropmenu li:hover div{
     display: block;
}
 .dropmenu ul, .dropmenu div{
     position: absolute;
     display: none;
     width: 197px;
     left: 182px;
     top: 0px;
     margin: 0px;
     padding: 0px;
}
 .dropmenu li div ul{
     border: none;
     background: none;
     position: relative;
     display: block;
     left: 0px;
}
 .dropmenu ul li{
     border: 1px solid #e9e9e9;
     float: none;
}
 .dropmenu div ul{
     position: relative;
     display: block;
}
 .dropmenu li div{
     background-color: #cccccc;
     padding: 5px;
     display: none;
     position: absolute;
}
 .dropmenu .submenu {
     background-color: #e7e7e7;
}
 .box .box-content ul , #content .content ul {
     padding:0px;
     margin:0px;
     list-style:none;
}
 .box .box-content ul li{
}
 .box .box-content ul li:last-child a ,.box .box-content ul li ul li a{
     border-bottom:0 none;
}
 .box .box-content ul li a{
    /*border-bottom: 1px solid #e3e3e3;
     */
}
 #content .content ul li {
     line-height:22px;
     padding:5px;
}
 .box .box-content ul li ul li + li{
     border-top:medium none;
}
 .box .box-content ul li a , #content .content ul li a{
    color: #838383;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    text-transform: capitalize;
}
 .box .box-content ul li a + a , .box .box-content ul li a + a:hover{
     background:none;
     padding-left:0;
}
 .box .box-content ul li a:hover , #content .content ul li a:hover,.box .box-content ul li.collapsable a.active{
     color:#cbba9c;
}
.box .box-content ul li a.active {
}
 .box .box-content ul ul{
     margin-left:15px;
     width: 100%;
     z-index: 99;
}
 .box .box-content ul li ul li a {
     padding: 8px 0 8px 0;
}
 .box.sidebar-category .box-content ul li ul li a.activSub::before {
     right: 3px;
     top: 10px;
}
 .box.sidebar-category .box-content ul li {
     padding: 0 12px 0 0;
}
 .box .box-content ul li ul li a.activSub:before, .box .box-content ul li a.activSub:before {
     content:"\f105";
     font-family:'FontAwesome';
     position: absolute;
     right:6px;
     font-size:13px;
     color:#aba9a9;
}
 .box .box-content ul li ul li:hover > a.activSub:before, .box .box-content ul li:hover > a.activSub:before{
     color:#cbba9c;
     content:none;
}
 .box .box-content ul li ul li:hover > a.activSub, .box .box-content ul li:hover > a.activSub {
     background: rgba(0, 0, 0, 0) url("../image/themeimage/menu-hover-arrow.jpg") no-repeat scroll 209px 1px;
     margin-right: -12px;
}
 .box .box-content ul ul li ul {
     display:none;
     margin-left:21px;
}
 .box .box-content ul ul li:hover ul {
     display: block;
     top: -1px;
     left: 225px;
}
 .product-block-inner a img{
     vertical-align:middle;
}
 .box .box-category-heading {
     background: url("../image/themeimage/category.jpg") no-repeat scroll 0 0 #cbba9c;
     color: #ffffff;
     font-size: 18px;
     padding: 10px 0;
     text-transform: uppercase;
}
 .heading-img {
     margin-right: 16px;
     padding: 10px 24px;
}
/* tooltip */
 .tooltip.top .tooltip-arrow {
     border-top-color: #cbba9c!important;
}
 .tooltip.top-left .tooltip-arrow {
     border-top-color: #cbba9c!important;
}
 .tooltip.top-right .tooltip-arrow {
     border-top-color: #cbba9c!important;
}
 .tooltip.right .tooltip-arrow {
     border-right-color: #cbba9c!important;
}
 .tooltip.left .tooltip-arrow {
     border-left-color: #cbba9c!important;
}
 .tooltip.bottom .tooltip-arrow {
     border-bottom-color: #cbba9c!important;
}
 .tooltip.bottom-left .tooltip-arrow {
     border-bottom-color: #cbba9c!important;
}
 .tooltip.bottom-right .tooltip-arrow {
     border-bottom-color: #cbba9c!important;
}
 .tooltip-inner{
     background: #cbba9c!important;
}
/* content */
 .content-top #content {
     min-height:495px;
     margin-bottom:25px;
}
 .common-home #content {
     min-height: inherit;
}
 #content {
     min-height:400px;
}
 .single-banner {
}
 #banner1 {
     margin: 0 25px;
     float:left;
}
 #banner0{
     float:left;
}
 #banner2{
     float:right;
}
 .inner-cms {
     background-color: transparent;
     height: 36px;
     margin: 15px auto;
     position: relative;
     padding-left: 124px;
}
 .box-cms-content .content {
     padding: 0;
}
 @media only screen and (max-width: 979px) {
     .inner-cms{
         padding-left: 0;
    }
     .inner-cms{
         margin: 40px auto 15px;
    }
}
 @media only screen and (max-width: 479px) {
     .box-cms-content .second-content.content, .box-cms-content .third-content.content{
         padding: 0 0 75px;
    }
}
/* Content Bottom*/
/* Home Service block start */
#pst_serviceblock {
    margin: 0 0 60px 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #262626;
}

#pst_serviceblock .service-title {    
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
	
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}

#pst_serviceblock .pst-service-left {
    float: left;
    margin-top: 15px;
    width: 40%;
}
#pst_serviceblock .service-desc{
	text-transform: capitalize; 
    font-size: 12px;
	
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
#pst_serviceblock  .service-image-block{
    float: left;
    margin: 0 5px 0  0;	
}
#pst_serviceblock  .service-des{
    overflow: hidden;
    text-align: left;
    color: #ffffff;
}
.service-wrapper ul{margin:0;}
#pst_serviceblock .service-item-inner{
	display: inline-block;
    vertical-align: top;
	text-align:center;
}

#pst_serviceblock .service-item{
    text-align: center;
}
#pst_serviceblock .service-item:last-child {
}
#pst_serviceblock .service-item:hover img{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
	
	-webkit-transition-duration:200ms;
	-moz-transition-duration:200ms;
	-ms-transition-duration:200ms;
	-o-transition-duration:200ms;
	transition-duration:200ms;
}
#pst_serviceblock .service-item img{
	-webkit-transition-duration:200ms;
	-moz-transition-duration:200ms;
	-ms-transition-duration:200ms;
	-o-transition-duration:200ms;
	transition-duration:200ms;
}
#pst_serviceblock .service-item .service-image-icon{
	background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    background-size: 20px;
    padding: 0 25px;
    display: block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#pst_serviceblock .service-item:hover .service-image-icon{
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#pst_serviceblock .service-item:nth-child(1) .service-image-icon{
	background-image: url('../image/themeimage/service-1.svg');
    background-size: 22px;
    background-position: center;
    height: 24px;
}
#pst_serviceblock .service-item:nth-child(1):hover .service-image-icon{
    background-image: url('../image/themeimage/service-1-hover.svg');
}
#pst_serviceblock .service-item:nth-child(2) .service-image-icon{
    background-image: url('../image/themeimage/service-2.svg');
}
#pst_serviceblock .service-item:nth-child(2):hover .service-image-icon{
    background-image: url('../image/themeimage/service-2-hover.svg');
}
#pst_serviceblock .service-item:nth-child(3) .service-image-icon{
    background-image: url('../image/themeimage/service-3.svg');
}
#pst_serviceblock .service-item:nth-child(3):hover .service-image-icon{
    background-image: url('../image/themeimage/service-3-hover.svg');
}
#pst_serviceblock .service-item:hover .service-image-icon{
	animation-duration:1s;
	animation-timing-function:linear;
	animation-name:"bounceIn";
	
	webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-name: "bounceIn";
	
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-name: "bounceIn";
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);

  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
#pst_serviceblock .service-item:hover .service-title{
	color:#ffffff;
	
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
#pst_serviceblock .service-item:hover .service-desc{
	color:#a2a2a2;
	
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}

#pst_serviceblock .service-wrapper {
    overflow: hidden;
    display: block;
    width: 75%;
    margin: 0 auto;
}
#pst_serviceblock .navbar-toggler {
    display: none;
}
@media (max-width: 1699px){
#pst_serviceblock .service-wrapper {
    width: 70%;
}
}
@media (max-width: 1299px){
#pst_serviceblock .service-wrapper {
    width: 100%;
}
}

@media (max-width: 979px){

#pst_serviceblock .service-image-block {
    float: none;
    margin: 0 0 8px 0;
}
#pst_serviceblock .service-des {
    text-align: center;
}
}
@media (max-width: 479px){
#pst_serviceblock .service-item {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
}
#pst_serviceblock .service-item:last-child {
    margin: 0;
}
}  
/* Home Service block end */



 .tabfeatured_default_width{
     width:185px;
}
 .tabbestseller_default_width{
     width:240px;
}
 .tablatest_default_width{
     width:240px;
}
 .tabspecial_default_width{
     width:240px;
}
 .htabs {
     height: 49px;
     line-height: 16px;
     border-bottom: 1px solid #e7e7e7;
}
 .etabs {
     display: inline-block;
     float: none;
     margin: 0;
     padding: 0;
     text-align: left;
}
 .htabs .etabs li {
     display: inline-block;
     float: left;
     line-height: 17px;
     list-style: outside none none;
     position: relative;
     text-align: center;
}
 .htabs a {
     background-color: #ffffff;
     color: #1f1f1f;
     float: left;
     font-size:18px;
     margin-right: 3px;
     padding:15px 20px;
     text-align: center;
     text-transform: uppercase;
     text-decoration:none;
}
 .htabs a.selected, .htabs a:hover{
     background:#fe646f;
     border-bottom: 2px solid #cbba9c;
     color: #ffffff;
}
 .hometab .tab-content {
     position:relative;
     padding:0;
     z-index: 0;
     overflow: visible;
     margin-bottom:0px;
}
 .tab-content .tab {
     display: none;
}
 .hometab {
     clear: both;
     padding-top:25px;
     margin-bottom:25px;
}
 .box.product-box{
     margin-bottom: 100px;
}
#content .box.product-box.small-product-box {
    padding: 0 50px;
    border-right: 1px solid #2A2A2A;
    clear: unset;
}
#content .box.special.product-box.small-product-box {
	border-right: 0 ;
}


@media (max-width: 1299px) {
#content .box.product-box.small-product-box {
    margin-bottom: 50px;
    border: none;
    padding: 0 15px;
}
}
@media (max-width: 479px) {
#content .box.product-box.small-product-box {
    padding: 0;
}
}
 .cms-banner-left {
     float: left;
}
 .cms-banner-right{
     float: left;
}
 .cms-banner2 ,.cms-banner3 {
     float: left;
}
 .cms-subbanner2 {
     margin-top: 25px;
}
 .cms-banner2 {
     margin:0 25px;
}
 .post-content-top {
     padding:15px 0 10px;
     overflow:hidden;
     color:#b3b3b3;
     font-size:13px;
     font-style:italic;
     font-weight:500;
}
 .post_comment{
     float:right;
}
 .post_comment a{
     color:#b3b3b3;
}
 .byadmin{
     float:left;
}
 .post-title {
     margin-bottom:5px;
     text-transform:uppercase;
     color:#1f1f1f;
     font-size:17px;
}
 .post-title a{
     color: #1b1b1b;
    /*font-family: 'Lato', sans-serif;
     */
}
 .post-description{
     color:#838383;
}
 .post-image {
     height: 198px;
     overflow: hidden;
     position: relative;
     width: 353px;
}
 .post-date {
     position: absolute;
     right:4.5%;
     top: 0;
     background-color:#42cfa6;
     height:85px;
     min-width:55px;
     padding:12px;
     text-align:center;
}
 .post-image-hover {
     height: 100%;
     position: absolute;
     top: 0;
     transition: all 0.2s ease-out 0s;
     -webkit-transition: all 0.2s ease-out 0s;
     -moz-transition: all 0.2s ease-out 0s;
     -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s;
     width: 100%;
}
 .post-date .date{
     font-size:25px;
     color:#fff;
     font-weight:bold;
}
 .post-date .month{
     font-size:12px;
     color:#fff;
     display: block;
}
/* Home Testimonial block start */
 #psttestimonialcmsblock {
    clear: both;
    margin-bottom: 80px;
}
ul#psttestimonial-carousel {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 60%;
}
#psttestimonialcmsblock .item.cms_face {
    padding: 60px 0 20px;
    letter-spacing: 1px;
}
#psttestimonialcmsblock .name a {
	font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
}
#psttestimonialcmsblock .name a:hover{color:#cbba9c;}

#psttestimonialcmsblock .testmonial-image{     
	margin-bottom: 30px;
}
#psttestimonialcmsblock .product_inner_cms {
    display: inline-block;
    vertical-align: bottom;
    text-transform: capitalize;
    padding: 0 ;
    text-align: left;
    position: relative;
}
#psttestimonialcmsblock .testmonial-image img{
	max-width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 120px;
    width: 120px;
    border: 10px solid #F5F5F5;
	
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
#psttestimonialcmsblock:hover .testmonial-image img{
    border: 10px solid #cbba9c;
	
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
#psttestimonialcmsblock .desc {
    margin: 0 auto;
    width: 79%;
    line-height: 28px;
    text-align: center;
    position: relative;
    padding: 40px 0;
}
#psttestimonialcmsblock .desc:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    bottom: auto;
    height: 60px;
    width: 60px;
	margin:0 auto;
    background-image: url('../image/themeimage/testimonial-quote.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
    z-index: 1;
}
#psttestimonialcmsblock .designation{
    font-size: 12px;
    font-style: italic;
}
#psttestimonialcmsblock .owl-pagination{
	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#psttestimonialcmsblock:hover .owl-pagination{
	opacity:1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
@media (max-width: 979px) {
	#psttestimonialcmsblock .desc {
		width: 100%;
	}
	ul#psttestimonial-carousel {
		width: 80%;
	}
}
@media (max-width: 767px) {
ul#psttestimonial-carousel {
    width: 100%;
    padding: 0 ;
}
}
@media (max-width: 479px) {
#psttestimonialcmsblock .testmonial-image img {
    margin-bottom: 30px;
}
#psttestimonialcmsblock .product_inner_cms {
    display: block;
    padding: 0;
    text-align: center;
}
}
/* Home Testimonial block end */
 #testimonial-blog .single-post:hover .post-image-hover{
     opacity:0.35;
     -khtml-opacity: 0.35;
     -webkit-opacity: 0.35;
     -moz-opacity:0.35;
     background-color:#1f1f1f;
}
 .post-image img{
     transition: all 1s ease 0s;
     -webkit-transition: all 1s ease 0s;
     -moz-transition: all 1s ease 0s;
     -ms-transition: all 1s ease 0s;
     -o-transition: all 1s ease 0s;
     max-width: 100%;
}
 #testimonial-blog .single-post:hover .post-image img {
     transform: scale(1.08);
     -webkit-transform: scale(1.08);
     -ms-transform: scale(1.08);
     -o-transform: scale(1.08);
     -moz-transform: scale(1.08);
}
 #testimonial-blog .single-post:hover .zoom{
     opacity:1;
     -khtml-opacity:1;
     -webkit-opacity:1;
     -moz-opacity:1;
}
 .single-post .zoom {
     background: url("../image/themeimage/blog-link.png") no-repeat scroll 0 0 transparent;
     display: inline-block;
     height: 50px;
     left: 0;
     right:0;
     margin:auto;
     opacity: 0;
     -khtml-opacity: 0;
     -webkit-opacity: 0;
     -moz-opacity:0;
     padding: 18px 25px;
     position: absolute;
     top:0px;
     bottom:0;
     transition: all 0.9s ease 0s;
     -webkit-transition: all 0.9s ease 0s;
     -moz-transition: all 0.9s ease 0s;
     -ms-transition: all 0.9s ease 0s;
     -o-transition: all 0.9s ease 0s;
     width: 52px;
     z-index: 10;
}
 #testimonial-blog .single-post p{
     margin:0;
}
/*#testimonial-blog .slider-item.first_item_tm .single-post {
     margin: 0 45px 0 0;
}
 #testimonial-blog .slider-item.last_item_tm .single-post {
     margin: 0 0 0 45px;
}
 */
 #testimonial-blog.products{
     margin:50px 0;
}
 .single-banner div ,.cms-banner2 ,.cms-banner3{
     overflow:hidden;
}
 .single-banner div img ,.cms-banner-right .single-banner img {
     transition: all 0.5s ease 0s;
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -ms-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
     display: inline-block;
     vertical-align: top;
}

/***** Aboutus Css Start *****/
#blockaboutus{
	position:relative;
    line-height: 28px;
	text-align:center;
    margin-bottom: 100px;
    letter-spacing: 1px;
}
#blockaboutus .block-aboutus-text1 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 50px;
}
#blockaboutus .block-details {
    display: block;
    margin-bottom: 50px;
}
#blockaboutus a.block-aboutus-btn {
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;
    color: #cbba9c;
    font-size: 13px;
	
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
#blockaboutus a.block-aboutus-btn:hover {
    color: #ffffff;
	
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
#blockaboutus .blockaboutus-inner {
    width: 60%;
    margin: 0 auto;
}
@media (max-width: 979px) {
#blockaboutus {
    margin-bottom: 50px;
}
#blockaboutus .blockaboutus-inner {
    width: 70%;
}
}
@media (max-width: 767px) {
#blockaboutus .blockaboutus-inner {
    width: 100%;
}
#blockaboutus .block-aboutus {
    padding: 0 ;
}
}
/***** Aboutus Css End *****/
 .single-banner div:hover img ,.cms-banner-right .single-banner:hover img {
     transform: scale(1.08);
     -webkit-transform: scale(1.08);
     -ms-transform: scale(1.08);
     -o-transform: scale(1.08);
     -moz-transform: scale(1.08);
}
 .content-bottom #content .swiper-viewport {
     border: medium none;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
     margin: 0;
}
 .content-bottom .swiper-pagination-bullet.swiper-pagination-bullet-active {
     display: none;
}
 .owl-carousel .owl-item {
     float: left;
}
 .owl-carousel .owl-wrapper-outer {
     overflow: hidden;
     position: relative;
     float: left;
     width: 100%;
}
/* Blog listings */
 .blog-module .blog_grid_holder {
     padding-top:13px;
     font-size:0;
}
 .blog-module .blog_grid_holder.blogcarousel {
     padding-top:20px;
     width:inherit;
}
 #column-left .blog_grid_holder, #column-right .blog_grid_holder {
     padding-top:5px;
}
 .blog_grid_holder.related {
     padding-top:0px;
}
 .blog_item::after {
}
#footer .column.fifth {
    margin-bottom: 0;
}
 #homeblog .blog_item{
     margin-bottom: 0;
     float:left;
     width:auto;
     margin-top: 10px;
}
 #content #homeblog .box-product .product-block {
     margin: 0;
     padding: 0 10px;
}
#homeblog .blog_item .product-block .summary {
    overflow: hidden;
	 position:relative;
}
#homeblog .blog_item .product-block .summary:before {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    top: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    z-index: 1;
}
#homeblog .blog_item:hover .product-block .summary:before {
    top: 65%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}
 #content #homeblog .box .box-content {
     margin: 0 -25px;
}

 #homeblog .blog-desc {
    text-align: left;
    padding: 40px 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
 .blog_item {
     font-size:13px;
     display:inline-block;
     position: relative;
     vertical-align:top;
     margin-bottom:30px;
    width: 50%;
    float: left;
    padding: 0 15px;
}
 #homeblog .blog_title > a {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

 #homeblog .blog_item .product-block .blog_title > a:hover {
     color: #cbba9c;
}
 .blog_title > a {
     font-size: 14px;
     font-weight: 600;
     text-transform: capitalize;
}
 .extension-theme_blog-home .image,.information-blogger-blogs .image {
     margin-bottom: 0px;
     background-position: center center;
     height: 400px;
     overflow: hidden;
     width: 100%;
     background-repeat: no-repeat;
}
 .blogcarousel .blog_item {
     width:100% !important;
    /* carousel */
     margin-bottom:0px;
}
 #column-left .blog_item, #column-right .blog_item {
     width:100%;
    /* carousel */
     margin-bottom:17px;
}
 .blog_item .image {
     margin-bottom:23px;
     margin-top:5px;
     float: left;
     position: relative;
     cursor: pointer;
}
 #homeblog .image {
     margin: 0;
     overflow: hidden;
}
 .column-2 .blog_item .image, .column-3 .blog_item .image, .column-4 .blog_item .image, #column-left .blog_item .image, #column-right .blog_item .image {
     margin-bottom:17px;
}
 .blog_item .image img {
     transition:all 400ms;
     -webkit-transition: all 400ms;
     -moz-transition: all 400ms;
     -ms-transition: all 400ms;
     -o-transition: all 400ms;
     max-width: 100%;
     height: auto;
}
 .blog_item .image img:hover {
     opacity:0.8;
     -webkit-opacity:0.8;
     -moz-opacity:0.8;
     -khtml-opacity:0.8;
     transition:all 400ms;
     -webkit-transition: all 400ms;
     -moz-transition: all 400ms;
     -ms-transition: all 400ms;
     -o-transition: all 400ms;
}
 .all-blogs .blog_grid_holder .blog_item .summary .image{
     background-position: center center;
     background-repeat: no-repeat;
     height: auto;
     margin-bottom: 15px;
     overflow: hidden;
     width: 100%;
     float: none;
     position: relative;
}
 .blog_item .summary .blog_title {
     margin:5px 0;
     font-size: 20px;
     font-weight: 400;
}
 #column-left .blog_item .summary .blog_title, #column-right .blog_item .summary .blog_title {
     font-size:16px;
     margin:0 0 7px;
}
 .column-2 .summary .blog_title, .column-3 .summary .blog_title {
     font-size: 24px;
     margin: 0 0 7;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}
 .column-4 .summary .blog_title {
     font-size:20px;
}
 #homeblog .summary .blog_title{
	margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    color: #1f1f1f;
}
 .single-blog .block-title {
     margin-top: 30px;
}
 .single-blog .blog-img {
     margin-bottom: 10px;
}
 #homeblog .blog_item .summary .desc p{
    margin: 10px 0 20px;
    color: #949494;
}
 .blog_item .summary p {
     font-size: 13px;
     font-weight: 400;
     line-height: 24px;
     color: #6c6c6c;
}
.blog_item .summary p a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}
 #homeblog p.btn_readmore{
     margin: 0;
}
 #homeblog p.btn_readmore a {
     font-size: 14px;
     font-weight: 400;
     color: #cbba9c;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
     text-transform: capitalize;
     display: inline-block;
     vertical-align: top;
}
 #homeblog p.btn_readmore a:hover {
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
     color: #1f1f1f;
}
 #homeblog p.btn_readmore a:before {
     content: "\f111";
     font-family: 'FontAwesome';
     font-size: 8px;
     font-weight: 400;
     margin: 0 2px 0 0;
     display: inline-block;
     vertical-align: top;
}
 .blog_item .post_hover {
	position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    bottom: auto;
     opacity: 0;
     -webkit-opacity:0;
     -moz-opacity:0;
     -khtml-opacity:0;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
     transform: scale(0);
     -webkit-transform: scale(0);
     -ms-transform:scale(0);
     -o-transform:scale(0);
     -moz-transform:scale(0);
}
.blog_item .image:hover .post_hover {
     opacity: 1;
     -webkit-opacity:1;
     -moz-opacity:1;
     -khtml-opacity:1;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
     transform: scale(1);
     -webkit-transform: scale(1);
     -ms-transform:scale(1);
     -o-transform:scale(1);
     -moz-transform:scale(1);
}
#homeblog .blog_item .product-block:hover .image img{
     transform: scale3d(1.1,1.1,1.1);
     -webkit-transform: scale3d(1.1,1.1,1.1);
     -ms-transform: scale3d(1.1,1.1,1.1);
     -o-transform: scale3d(1.1,1.1,1.1);
     -moz-transform: scale3d(1.1,1.1,1.1);
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
	opacity:0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity:0.7;
}
.blog_item .product-block:hover .image img{
      transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
	opacity:0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity:0.7;
 }
 .blog_item .post_hover .fa{
     font-size: 14px;
}
 .icon.zoom {
     top: 30%;
     position: absolute;
     left: 0;
     right: 0;
     bottom: auto;
	 width: 40px;
     margin: 0 auto;
}
 #column-left .blog_item .summary p, #column-right .blog_item .summary p {
     font-size:13px;
     line-height:20px;
}
 .blog_item .summary p a .fa.fa-search{
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #1f1f1f;
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
}
 .blog_item .summary p a:hover .fa.fa-search {
     background-color:#cbba9c;
     color: #1f1f1f;
}
 .blog_item .summary p a .fa{
     margin-left:5px;
}
/* Blog Post */
 .blog_post .main_thumb {
     padding:0 0 15px;
     transition: all 400ms ease 0s;
     -webkit-transition: all 400ms;
     -moz-transition: all 400ms;
     -ms-transition: all 400ms;
     -o-transition: all 400ms;
}
 .blog_post .main_thumb:hover {
     opacity: 0.8;
     -webkit-opacity:0.8;
     -moz-opacity:0.8;
     -khtml-opacity:0.8;
     transition: all 400ms ease 0s;
     -webkit-transition: all 400ms;
     -moz-transition: all 400ms;
     -ms-transition: all 400ms;
     -o-transition: all 400ms;
}
 .blog_post h1 {
     margin-bottom:17px;
}
 .blog_post label {
     font-size:14px;
}
 .blog_post .main_description p {
     margin-bottom:18px;
}
 .blog_stats {
     font-size:13px;
     line-height: 24px;
     text-transform:none;
     color:#999999;
     margin:0 ;
    /*border-bottom:1px solid #f1f1f1;
     */
}
#homeblog .blog_item .product-block {
    margin-bottom: 15px;
    overflow: hidden;
}
.blog_stats a {
    color: #999999;
}
.blog_stats a:hover {
    color: #cbba9c;
}
 #common-home .blog_stats {
    background-color: transparent;
    padding: 0 ;
    position: relative;
    margin: 0;
    display: inline-block;
    vertical-align: top;
	text-transform: uppercase;
}
.view-blog {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #e6e6e6;
    padding: 0 15px;
    color: #777777;
}
.blog_stats .fa.fa-clock-o {
    margin: 0;
    color: #777777;
}
#homeblog .blog_item .product-block:hover .view-blog ,#homeblog .blog_item .product-block:hover .blog_stats .fa.fa-clock-o {
	color:#cbba9c;
}

.view-blog .write-comment .fa {
    margin-right: 4px;
}
 .column-2 .blog_stats, .column-3 .blog_stats, .column-4 .blog_stats, .blog_post .related .blog_stats {
     font-size:12px;
     margin:0 0 12px;
     padding-bottom:1px;
}
 #column-left .blog_stats, #column-right .blog_stats {
     font-size:11px;
     margin-bottom:-4px;
     border-bottom:none;
     padding-bottom:0;
}
 .blog_stats span {
     display:inline-block;
    /*margin-right:5px;
     margin-bottom:8px;
     */
     line-height:12px;
}
 .blog_stats span + span {
     padding-left:7px;
}
 .blog_stats .fa {
     color:#999999;
     margin-right:5px;
}
 .blog_stats .text {
     font-weight:inherit;
}
 #column-left .blog_stats .text, #column-right .blog_stats .text, .column-2 .blog_stats .text, .column-3 .blog_stats .text, .column-4 .blog_stats .text {
     font-size:0;
}
 .blog_stats .hl {
    color: #cbba9c;
    font-size: 13px;
    font-weight: 600;
}
.blog-time-comment {
	margin-bottom: 5px;
}
.blog-time-comment a{
    color: #ffffff;
}
 #common-home .blog_stats .hl {
	letter-spacing: 1px;
    color: #ffffff;
}
#homeblog .blog_item .product-block .blog-time-comment a:hover,#homeblog .blog_item .product-block .blog_stats .hl:hover{
}


 #column-left .blog_stats .hl, #column-right .blog_stats .hl, .column-2 .blog_stats .hl, .column-3 .blog_stats .hl, .column-4 .blog_stats .hl {
     font-weight:inherit;
}
 .blog_post .blog_stats {
     margin:0 0 22px;
}
 .blog_post .tags {
     display:block;
     padding-top:5px;
     margin-bottom:25px;
     font-size:13px;
     color:#aaaaaa;
}
 .blog_post .tags a {
     font-size:14px;
     margin-left:2px;
}
 .blog_post h3 {
     margin:20px 0 18px;
     padding-bottom:6px;
     display:block;
     border-bottom:1px solid #eeeeee;
}
 .blog_post h3 i {
     vertical-align:middle;
     margin-right:7px;
}
 .blog_post .share {
     margin-bottom:40px;
}
 .blog_post .share .fa {
     font-size:19px;
     padding:0 10px;
     margin:0 5px 10px 0;
     color:#f5f5f5;
     height:36px;
     line-height:36px;
     width:120px;
     transition:all 300ms;
     -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
     -ms-transition: all 300ms;
     -o-transition: all 300ms;
}
 .blog_post .share .fa:hover {
     opacity:0.9;
     -webkit-opacity:0.9;
     -moz-opacity:0.9;
     -khtml-opacity:0.9;
     transition:all 300ms;
     -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
     -ms-transition: all 300ms;
     -o-transition: all 300ms;
}
 .blog_post .share .fa:after {
     font-family:Arial, Helvetica, sans-serif;
     font-size:13px;
     vertical-align:top;
     margin-left:10px;
}
 .blog_post .share .fa-facebook {
     background:#3b5998;
}
 .blog_post .share .fa-facebook:after {
     content:"Facebook" 
}
 .blog_post .share .fa-twitter {
     background:#00aced;
}
 .blog_post .share .fa-twitter:after {
     content:"Twitter" 
}
 .blog_post .share .fa-google-plus {
     background:#dd4b39;
}
 .blog_post .share .fa-google-plus:after {
     content:"Google+" 
}
 .blog_post .share .fa-navicon {
     background:#EAEAEA;
     color:#888888;
     text-align:center;
     font-size:17px;
}
 .blog_post .at15t_compact, .at16nc.at16t_compact {
     background-position:-9999px -9999px !important;
}
/* Related blogs */
 .blog_post .related .blog_item {
     margin-bottom:15px;
}
 .blog_post .related .blog_title {
     font-size:18px;
}
 .blog_post .related p {
     font-size:14px;
     line-height:20px;
}
 .blog_post .related p a {
     color:#999999;
}
 .blog_post .related p .fa {
     color:#cccccc;
}
/* Comments */
 .blog_post #comment {
     margin-bottom:55px;
}
 .blog_post .blog_comment {
     display:block;
     font-size:14px;
     margin-bottom:25px;
}
/* Modules */
 .blog-module {
     margin-bottom:40px;
}
 .blog-module.latest {
    /*margin: 80px auto 70px;
     */
}
 #homeblog {
     position: relative;
     margin-bottom: 100px;
}
#homeblog .blog-module.latest {
	margin:0;
}
#homeblog .blog-module .blog_grid_holder {
    padding-top: 0;
    font-size: 0;
    border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    margin: 0;
    position: relative;
}
 .blog-module h3 {
     margin:15px 0 10px 0;
     padding-bottom:6px;
     border-bottom:1px solid #f5f5f5;
}
 .blog-module h3 a.all {
     float:right;
     font-size:13px;
     line-height:24px;
}
 .blog-module h3 a.all .fa {
     color:#cccccc;
}
 #column-left .blog-module h3 a.all, #column-right .blog-module h3 a.all {
     display:none;
}
/* Category Module */
 .blog-category > ul > li {
     position:relative;
     border-bottom:1px solid #f5f5f5;
}
 .blog-category ul > li > ul {
     display: none;
     padding-left:0;
}
 .blog-category > ul > li.active > ul {
     display: block;
}
 .blog-category > ul > li > a {
     display: block;
     line-height:34px;
     font-size:14px;
}
 .blog-category .sign {
     position:absolute;
     right:0px;
     top:0px;
     line-height:34px;
     width:30px;
     text-align:center;
     cursor:pointer;
     color:#cccccc;
}
 .blog-category li .sign .fa-minus, .blog-category li.open .sign .fa-plus {
     font-size:0;
}
 .blog-category .sign .fa, .blog-category li.open .sign .fa-minus, .blog-category li.open ul li.open .sign .fa-minus, .blog-category li.open ul li .sign .fa-plus {
     font-size:11px;
}
 .blog-category > ul > li ul > li {
     border-top:1px solid #f5f5f5;
     list-style:none;
}
 .blog-category > ul > li ul > li {
     border-top:1px solid #f5f5f5;
     list-style:none;
}
 .blog-category > ul > li ul > li a {
     line-height:34px;
     font-size:13px;
}
 .blog-category > ul > li ul > li a .fa {
     color:#cccccc;
     font-size:10px;
     margin:0 6px;
}
 .captcha_wrap img {
     max-width:none;
}
 .blog_grid_holder.blog_products {
     padding-top:5px;
}
 .blog_product {
     font-size:14px;
}
 .blog_product .image {
     margin-top:0;
}
 .blog_product .name {
     display:inline-block;
     margin-bottom:5px;
}
 .blog_product .price-old {
     text-decoration:line-through;
}
 .blog_product .price-tax {
     font-size:11px;
     display:block;
     color:#aaaaaa;
}

@media (max-width:1699px){
#homeblog .blog_item:hover .product-block .summary:before {
    top: 60%;
}
#homeblog .blog-desc {
    padding: 40px 40px;
}
}
 @media (max-width:1299px){
	#homeblog .blog_item:hover .product-block .summary:before {
		top: 60%;
	}
	#content #homeblog .box .box-content {
		margin: 0 -15px;
	}
	#content #homeblog .box-product .product-block {
		padding: 0 15px;
	}
     .cmsblock_img img {
         max-width: 100%;
    }
     .list_inner:hover .cmsblock_img{
         left: 0;
    }
     .cmsblock_list_inner {
         bottom: 20px;
         padding: 10px 0;
         right: 20px;
         top: auto;
         left: 20px;
         text-align: center;
         width: auto;
    }
     .cmsblock-data {
         line-height: normal;
         writing-mode: unset;
         text-orientation: unset;
         text-align: center;
         letter-spacing: 4px;
    }
}
 @media (max-width:979px){
 #homeblog .blog-desc {
    padding: 20px 20px;
}
 #homeblog .blog-module .blog_grid_holder {
    overflow: hidden;

}
#content #homeblog .box-product .product-block {
	padding: 0 ;
}
 #homeblog .box .box-content{
     margin: 0 0 0 15px;
}
#homeblog {
    margin-bottom: 70px;
}
 #homeblog .blog_item:hover .product-block .summary:before {
    top: 65%;
}
}
 @media (max-width:767px){
 .blog_item {
    width: 100%;
}
#homeblog .blog-desc {
    padding: 15px 20px;
}
#homeblog .blog_item:hover .product-block .summary:before {
    top: 72%;
}
     .column-3 .blog_item, .column-4 .blog_item {
         width:50%;
    }
}
 @media (max-width:544px){
     .column-2 .blog_item, .column-3 .blog_item, .column-4 .blog_item {
         width:100%;
    }
	#homeblog .blog_item:hover .product-block .summary:before {
		top: 73%;
	}
}
 @media (max-width:479px){
 #homeblog .blog_item .post_hover {
    top: 30%;
}
 #homeblog .blog-desc{
    text-align: center;
}	
#homeblog .blog_item:hover .product-block .summary:before {
    top: 53%;
}
}

/* footer */
 .footer-top {
     float: right;
}
 footer {
     color: #ffffff;
	 margin-top: 30px;
}
.common-home footer {
     color: #ffffff;
	 margin-top: 0;
}
 .home-about-me.container{
     padding:0;
}
 .social {

}
.social-block {
    text-align: center;
    padding: 18px 0;
    background-color: #2A2A2A;
    clear: both;
}
.social-block .social-title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 40px 0 0;
}
.social-block .social-title:before {
    content: ':';
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
}
 .social li:last-child a {
}
.social li a {
	font-size: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: block;
    margin:0 20px;
    text-align: center;
    background: transparent;
    color: #A0A0A0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;	
}
 .social > ul {
     display: inline-block;
     list-style: outside none none;
     margin: 0 auto;
     padding: 0;
     width: auto;
}
 .social ul li{
     display: inline-block;
     vertical-align: top;
     font-size: 0;
}
 .social li:hover a, .social li:hover a:before{
    color: #1f1f1f;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    background-color: #cbba9c;
    overflow: hidden;
}
 .social li a:before{
     font-family:'FontAwesome';
     font-size:16px;
     display: block;
}
 .facebook a:before{
     content:'\f09a';
}
 .twitter a:before{
     content:'\f099';
}
 .rss a:before{
     content:'\f09e';
}
 .youtube a:before{
     content:'\f167';
}
 .google-plus a:before{
     content:'\f0d5';
}
 .pinterest a:before{
     content:'\f0d2';
}
 .vimeo a:before{
     content:'\f27d';
}
 .instagram a:before{
     content:'\f16d ';
}
 .footer-top-right {
     background-color: #cbba9c;
     float: right;
     height: 90px;
     width: 75%;
}
 .tm-about-text:before{
     content:"\f087";
     font-family:'FontAwesome';
     font-size:45px;
     color:#fff;
     float:left;
     margin-top: 10px;
}
 .tm-about-text {
     float: left;
     margin: 23px 0;
     padding: 0 0 0 40px;
     width: 76%;
}
 .content-wrap {
     float: left;
     margin-left: 30px;
}
 .footer-top .home-about-me .footer-top-right .tm-about-text h2 {
     margin:0 0 5px;
}
 .footer-top-right .tm-about-description {
     color: #ffffff;
}
 .tm-about-description {
     font-weight: 500;
     clear:both;
}
 .tm-about-description p{
     margin:0;
}
 .aboutme-read-more {
     float: right;
     position: relative;
}
 .aboutme-read-more {
     margin: 37px 25px 0 0;
     position: relative;
     text-align: center;
     text-transform: uppercase;
     width: 150px;
     ;
}
 .aboutme-read-more a{
     color: #ffffff;
     font-weight:bold;
     background-color: #1f1f1f;
     padding: 12px;
     color: #ffffff;
     height: 44px;
}
 .aboutme-read-more a:hover {
     background-color: #ffffff;
     color: #cbba9c;
     transition-duration: 500ms;
     -webkit-transition-duration: 500ms;
     -moz-transition-duration: 500ms;
     -ms-transition-duration: 500ms;
     -o-transition-duration: 500ms;
}
 .footer-top-right .title1 {
     color: #ffffff;
     font-size: 22px;
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: 1px;
}
 #footer{
     clear: both;
}
 #footer .column {
     float: left;
     border: none;
     margin-bottom: 20px;
}
#footer .column{
    line-height: 30px;
}
 #footer #footer_cms_block {
     float: left;
     line-height: 23px;
     margin-left: 12px;
     padding-right: 20px;
}
 #footer .content_footer_top {

}
 #footer .content_footer_wrapper {
	padding: 50px 0 0;
    background-color: #1f1f1f;
	background-image: url(../image/themeimage/footer-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
}
 .col-sm-3.column.second, .col-sm-3.column.third {
     border-left: 1px solid #d9d9d9;
}
 .col-sm-3.column.third {
     border-right: 1px solid #d9d9d9;
}
 #footer .col-sm-3.column.fourth {
     padding: 0 0 0 40px;
}
 .tm-about-logo {
     margin-bottom: 15px;
}
 .tm-about-logo a img {
}
 footer a{
     color:#ffffff;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
 footer a:hover, #footer .column li:hover a:before, #footer .column li:hover a{
    color: #cbba9c;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
footer #footer .column .social li:hover a, footer #footer .column .social li:hover a:before{
    color: #ffffff;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    background-color: #cbba9c;
    overflow: hidden;
}
 footer hr {
     border-top: none;
     border-bottom: 1px solid #666;
}
 #footer .column li a:before {
    /*font-family:'FontAwesome';
     content:'\f0da';
     font-size:14px;
     padding-right:8px;
     color:#ababab;
     */
}
 #footer .column li.email a::before{
     content:none;
}
 #footer .column ul {
     list-style: outside none none;
     margin: 0;
     padding-left: 0;
}
 #footer #contact {
	position: relative;
}
 #footer #contact #block-contact_list .icon {
    float: left;
    margin: 0 10px 0 0;
}
 #footer #contact .data {
    overflow: hidden;
	text-align: left;
}
 #footer #contact #block-contact_list .icon .fa {
    font-size: 14px;
    margin: 0;
    color: #1f1f1f;
}
 #footer #contact .contact-title {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 26px;
    line-height: 30px;
}
 #footer #contact .contact-desc {
    display: block;
    font-size: 18px;
    font-weight: 100;
    color: #ffffff;
}
 #footer #contact .address::before {
     content: "\f041";
     font-family: "FontAwesome";
     font-size: 25px;
     float: left;
     margin: 18px 20px 0 0;
}
 #footer #contact .ph-no::before {
     content: "\f095";
     font-family: "FontAwesome";
     font-size: 25px;
     float: left;
     margin: 18px 20px 0 0;
}
 #footer #contact .email::before {
     content: "\f0e0";
     font-family: "FontAwesome";
     font-size: 25px;
     float: left;
     margin: 18px 20px 0 0;
}
 #footer #contact .address, #footer #contact .ph-no, #footer #contact .email{
     padding:0 
}
 #footer #contact ul li {

}
 #footer li {
}

@media (min-width: 980px){
#footer .column.forth li {
    float: left;
    margin: 0 10px 10px;
}
#footer .column.forth ul.list-unstyled {
    display: inline-block;
    vertical-align: top;
    margin: 0 -25px;
}
footer #footer .column.forth li a {
    padding: 5px 10px;
}
footer #footer .column.forth li a:hover {
   
}
}
 #footer #contact .email ,#footer #contact .ph-no{
	display: inline-block;
    vertical-align: top;
    margin: 0 50px;
}
 footer h5 {
    margin-top: 0;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 22px;
}
 #footer .copyright-container{
    clear: both;
    padding: 35px 0;
    border-top: 1px solid #262626;
}
 .content_footer_bottom {
     text-align: center;
}
 .footer-container {
}

 .footer-payment {
     display: inline-block;
     vertical-align: top;
}
 .payment-block > ul {
     margin: 0;
     padding: 0;
}
 #footer .payment-block > ul > li {
     display: inline-block;
     vertical-align: top;
     line-height: 0;
}
 .visa a {
    /*background: url("../image/themeimage/payment.png") no-repeat scroll -165px 0 transparent;
     padding: 2px 18px;
     */
}
 .paypal a {
}
 .discover a {
     display: block;
}
 .mastercard a {
}
 .payment-block li .fa {
     font-size: 26px;
     line-height: normal;
}
 #bottomfooter {
     clear: both;
     float: left;
     margin: 0px 0 3px;
     text-align: left;
     width: 100%;
}
 #bottomfooter > ul {
     list-style: outside none none;
     margin: 0;
     padding: 0;
}
 #bottomfooter > ul > li {
     background: url("../image/themeimage/header_top_links_pipe.jpg") no-repeat scroll right 13px transparent;
     display: inline;
     font-size: 13px;
     padding: 10px 12px 3px 8px;
}
 #bottomfooter > ul > li:first-child {
     padding-left: 0;
}
 #bottomfooter > ul > li a{
     color:#696969;
}
 #bottomfooter > ul > li a:hover{
     color:#cbba9c;
}
 #bottomfooter > ul .last {
     background: none repeat scroll 0 0 transparent;
}
 .powered {
    clear: both;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 15px;
}
.powered a{
}
.powered a:hover{
	color: #cbba9c;
}
 .newsletter {
	position: relative;
    background-color: #1F1F1F;
    padding: 110px 0;
}
 .newsletter .newsletter-inner {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

 .newsletter-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.newsletter-icon {
    background-image: url('../image/themeimage/newletter-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    float: left;
    height: 40px;
    margin: 0 10px 0 0;
    width: 50px;
}
.newsletter-details-inner {
    overflow: hidden;
    margin-bottom: 50px;
}
 .newsletter label{
     display: none;
}
 .newsletter .desc {
	font-weight: 300;
    display: block;
    color: #a2a2a2;
}
 .newsletter .form-group{
     position: relative;
     margin: 0 auto;
     width: 87%;
}
 #txtemail {

    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 15px 130px 15px 15px;
    background: #2A2A2A;
    color: #ffffff;
    text-align: left;
    width: 100%;
	border:0;
	
}
 #txtemail:focus {
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
     background: #3a3a3a;
}
 .newsletter .text-danger{
	color: #D8000C;
    background-color: #FFD2D2;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
}
 .newsletter .form-group .input-news {
}
 .subscribe-btn {
    text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
}
 .subscribe-btn .btn {
    font-size: 12px;
    padding: 13px 25px;
    color: #1f1f1f;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #cbba9c;
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
 .subscribe-btn .btn:hover{
	background: #A0A0A0;
    color: #ffffff;
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
 .subscribe-btn .btn i{
     color: #cbba9c;
     font-size: 25px;
}

.newsletter-details {
}
@media (max-width: 1699px){
 .newsletter .form-group{
     width: 100%;
}
}
@media (max-width: 1299px){
#footer .column.forth ul.list-unstyled {
    margin: 0 -15px;
}
footer h5 {
    text-align: left;
}
#footer #contact ul li {
    padding: 0;
}

}
@media (max-width: 979px){
footer #footer .column.forth .social li a {
    margin: 0 10px 0 0;
}

footer h5 {

}
.newsletter-details {
    margin-top: 0;
}
.newsletter-title {
    display: block;
}
.newsletter-icon {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
#footer .column.second, #footer .column.third {
    padding: 0 15px;
    margin-bottom: 0;
}
#footer .copyright-container {
    padding: 20px 0;
    margin-top: 45px;
}
#txtemail {
}
.newsletter .newsletter-inner {
    width: 80%;
}
}
@media (max-width: 767px){
 #footer #contact .ph-no::before {
     float: none;
     margin: 0 0 10px 0;
	 display:block;
}
 #footer #contact .email::before {
     float: none;
     margin: 0 0 10px 0;
	 display:block;
}
#footer #contact .data {
}
#footer #contact .contact-title {
    font-size: 20px;
}
#footer #contact .contact-desc {
    font-size: 14px;
}
#footer #contact .email, #footer #contact .ph-no{
    display: block;
    margin: 0 0 30px 0;
}
#footer #contact ul {
}
}
@media (max-width: 543px){
.social-block .social-title {
    padding: 0 0 0 0;
}
.social-block .social-title:before{
	display:none;
}
.newsletter .newsletter-inner {
    width: 100%;
}
}
@media (max-width: 479px){
.newsletter-details-inner {
    margin-bottom: 30px;
}
.newsletter .newsletter-inner {
    width: 100%;
}
.social-block .social-title {
    margin: 0 0 10px 0;
}
.subscribe-btn {
    text-align: center;
    position: static;
}
 .newsletter .form-group .input-news {
    margin-bottom: 5px;
}
.subscribe-btn .btn {
    width: 100%;
}
.social li a {
    margin: 0 8px;
}
}


/* Css for payment start */
#pstpaymentcmsblock {
}
.payment-block .icon:hover img {
	animation: jackInTheBox 0.5s ; 
	-webkit-animation: jackInTheBox 0.5s ; 
	-moz-animation: jackInTheBox 0.5s ; 
	-o-animation: jackInTheBox 0.5s ;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
.payment-block .icon img {
    -webkit-box-shadow: 0px 0px 1px 0 rgba(51,51,51,0.3);
    -moz-box-shadow: 0px 0px 1px 0 rgba(51,51,51,0.3);
    box-shadow: 0px 0px 1px 0 rgba(51,51,51,0.3);
}
.payment-block .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}
@media (max-width: 979px) {
	#pstpaymentcmsblock {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}


/* Category PAge */
 .category_description {
     margin-top: 15px;
}
 .category_img .img-thumbnail {
     border: medium none;
     border: medium none;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
     padding: 0;
}
.category_img .img-thumbnail:hover {
    opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
}
 .refine-search{
	font-size: 13px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
 .copy-right {
     border-top: 1px solid #444;
     padding: 10px 0;
     text-align:center;
}
 #content .category_list {
     margin-bottom: 15px;
     padding: 0;
}
 #content .category_list ul {
     list-style: outside none none;
     margin: 0 -15px;
     padding: 0;
     position: relative;
     width: 100%;
}
 @media (max-width: 979px) {
     #footer .column ul ,#footer .column.forth ul.list-unstyled{
         display: none;
         margin: 0 0 15px 15px;
    }
     #bottomfooter, .powered{
         text-align: center;
    }
     .footer-container, .content_footer_bottom{
	 float:none;
	     margin-bottom: 5px;
    }
	#footer .column .social ul {
		display: block;
		margin: 0;
		text-align: left;
		display: block !important;
}
}
 @media (max-width: 767px) {
     .footer-payment {
         margin: 10px 0;
         display: block;
    }
     .footer-top {
         float: none;
    }
}
/* alert */
 .alert {
     padding: 8px 14px 8px 14px;
}
/* breadcrumb */
 ul.breadcrumb {
     padding: 40px 0;
     float: right;
     width: 100%;
     text-align: center;
}
 #breadcrumb {
	border-bottom: 1px solid #262626;
    border-top: 1px solid #262626;
    margin-bottom: 40px;
}
.layout-2.left-col #breadcrumb {
    margin: 0;
}

 .common-home #breadcrumb ,.product-quick_view-50 #breadcrumb {
     margin-bottom: 0;
     border: none;
}
 ul.breadcrumb i {
     font-size: 15px;
}
 ul.breadcrumb > li {
     position: relative;
     white-space: nowrap;
     line-height: 24px;
}
 ul.breadcrumb > li:after {
}
 .pagination {
     margin: 0;
}
@media (max-width: 979px){
#breadcrumb {
    border: none;
}
}
/* buttons */
 .buttons {
     margin: 1em 0;
     display: inline-block;
     margin: 10px 0 0;
     width: 100%;
}
.btn-default {
	    color: #fff;
    background-color: #2a2a2a;
}
 .btn-default:hover {
    color: #1f1f1f;
    background-color: #cbba9c;
}	
 .btn {
     padding: 6px 20px;
     font-size: 14px;
     border-radius:0px;
     -webkit-border-radius:0px;
     -khtml-border-radius:0px;
     -moz-border-radius:0px;
	     border: none;
}
 .btn-xs {
     font-size: 9px;
}
 .btn-sm {
     font-size: 10.2px;
}
 .btn-lg {
     padding: 8px 20px;
     font-size: 15px;
}
 .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu.myaccount-menu, #form-currency .dropdown-menu .btn-link{
     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;
}
/* .product-layout.product-list .product-thumb .button-group .addtocart ,.btn-primary,#cart .text-right .addtocart,#cart .text-right .checkout ,.btn-default,#button-cart ,.btn-danger ,.button.aboutus,.btn-info {
	background: none repeat scroll 0 0 #cbba9c;
	border: medium none;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 12px;
	text-transform: none;
	width: auto;
	height:auto;
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	line-height: normal;
}
 .product-layout.product-list .product-thumb:hover .button-group .addtocart ,.btn-primary:hover ,#cart .text-right .addtocart:hover,#cart .text-right .checkout:hover ,.btn-default:hover ,#button-cart:hover ,.btn-danger:hover ,.button.aboutus:hover ,.btn-info:hover{
     background-color: #1f1f1f;
     color: #ffffff !important;
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}*/
 .product-layout.product-list .product-thumb:hover .button-group .addtocart:hover{
     background-color: #cbba9c;
}
 #cart .text-right .addtocart strong, #cart .text-right .checkout strong{
     font-weight:normal;
}
 .btn-warning {
     color: #ffffff;
     background-color: #faa732;
     background-image: linear-gradient(to bottom, #fbb450, #f89406);
     background-repeat: repeat-x;
     border-color: #f89406 #f89406 #ad6704;
}
 .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
     box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
     -ms-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
     -o-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
 .btn-success {
     color: #ffffff;
     background-color: #5bb75b;
     background-image: linear-gradient(to bottom, #62c462, #51a351);
     background-repeat: repeat-x;
     border-color: #51a351 #51a351 #387038;
}
 .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
     box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
 .btn-link {
     border-color: transparent;
     cursor: pointer;
     color: #23A1D1;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
}
 .btn-link, .btn-link:active, .btn-link[disabled] {
     background-color: rgba(0,0,0,0);
     background-image: none;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
}
 .btn-inverse {
     color: #ffffff;
     background: #363636;
     border:none;
}
 .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
     background-color: #222222;
     background-image: linear-gradient(to bottom, #333333, #111111);
}
 @media (max-width: 979px) {
  ul.breadcrumb {
     padding: 20px 0;
}
}
/* list group */
 .box .filterbox {
}
.box .filterbox .panel-footer.text-right {
    text-align: left;
}
 .filterbox .list-group a {
    display: block;
    font-weight: 600;
    padding: 0;
    border: 0 none;
    background: none;
    cursor: pointer;
}
 .filterbox .list-group-item {
     padding: 0 0;
}
.box .filterbox input[type=checkbox] {
    margin: 4px 5px 0 0;
}
 .filterbox .list-group-item .checkbox {
     line-height: 22px;
}
 #column-left .list-group, #column-right .list-group {
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    padding: 20px 15px;
    background: transparent;
}
 #column-left .list-group a, #column-right .list-group a{
     border:none;
     font-size: 13px;
}
 #column-left .list-group a:first-child,#column-right .list-group a:first-child, #column-left .filterbox .list-group a, #column-right .filterbox .list-group a {
     border-top: medium none;
}
 .list-group a {
     border:none;
     color: #ffffff;
     padding: 8px 0;
     background: none repeat scroll 0 0 transparent;
}
 .list-group a.active, .list-group a.active:hover, .list-group a:hover {
     background: transparent;
}
 .list-group a:hover{
     color:#cbba9c;
}
 .filterbox .list-group a:hover{
     color:#cbba9c;
}
 .filterbox a.list-group-item::after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 10px;
    font-weight: 400;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    float: right;
}
 .filterbox a.list-group-item.collapsed::after {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 10px;
    font-weight: 400;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    float: right;
}
 .filterbox .list-group-items {
     margin: 0 0 20px 0;
}
.box .filterbox .btn-primary {
    background-color: #cbba9c;
    color: #1f1f1f;
}
.box .filterbox .btn-primary:hover {
    background-color: #2a2a2a;
	color:#ffffff;
}
 @media (max-width: 979px) {
     .filterbox .list-group-item {
        
    }

     .filterbox {
		width: 100%;
		float: left;
    }
}
/* carousel */
 .carousel-caption {
     color: #FFFFFF;
}
 .carousel-control .icon-prev:before {
     content: '\f053';
     font-family: FontAwesome;
}
 .carousel-control .icon-next:before {
     content: '\f054';
     font-family: FontAwesome;
}
/* product list */
 .product-thumb {
     background-color: #2A2A2A;
     margin-bottom: 30px;
     overflow: hidden;
     display: inline-block;
     vertical-align: top;
}
 .product-thumb .image {
     text-align: center;
     position:relative;
     overflow: hidden;
}

.product-details {
}
 .product-thumb .image a {
     display: block;
}
 .product-thumb .image a:hover {
}
 .product-thumb .image img {
     margin-left: auto;
     margin-right: auto;
}
 .product-grid .product-thumb .image {
     float: none;
}
 .product-block .image .reg-image, #column-right .image .reg-image, #column-left .image .reg-image {
     opacity: 1;
     -webkit-opacity:1;
     -moz-opacity:1;
     -khtml-opacity:1;
     transition: all 0.5s ease 0s;
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -ms-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
}

 .product-block:hover .image .reg-image {
     position: absolute;
     top: auto;
     right: 0;
     left: 0;
     transition: all 0.5s ease 0s;
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -ms-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
}

 .product-block .image .hover-image, #column-right .image .hover-image, #column-left .image .hover-image .button-group button:hover{
     background: transparent none repeat scroll 0 0;
     color: #ffffff;
     height: auto;
     left: 0;
     opacity: 0;
     -webkit-opacity:0;
     -moz-opacity:0;
     -khtml-opacity:0;
     position: absolute;
     right: 0;
     top: 0;
     transition: all 0.4s ease 0s;
     -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
     -ms-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;


}
 .product-block:hover .hover-image, #column-right .image:hover .hover-image, #column-left .image:hover .hover-image {
     opacity: 1;
     -webkit-opacity:1;
     -moz-opacity:1;
     -khtml-opacity:1;
     position: relative;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;

}


 @media (min-width: 767px) {
     .product-list .product-thumb .image {
         float: left;
    }
}

 .product-thumb h4 {
	color: #1f1f1f;
    font-weight: 400;
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
    font-size: 12px;
    margin: 0 0 5px 0;
}

 .product-thumb h4 a{
	color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
}
 .product-thumb .caption {
	text-align: left;
    position: relative;
    padding: 15px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.product-thumb:hover .caption {
	opacity: 1;	
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.fa-star.off:before {
    content: "\f006";
}
.fa-star:before {
    content: "\f005";
}

 .product-thumb .rating {
     float: right;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
}
 #content .product-carousel .product-block:hover .rating, #content .box-product .product-block:hover .rating, #content .product-block:hover .rating{

	opacity: 1;	
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
 #content .product-carousel .product-block:hover .caption h4 , #content .box-product .product-block:hover .caption h4,#content .product-block:hover .caption h4{
	top:-35px;
	opacity: 1;	
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;

}
 .rating .fa-stack,#review .fa-stack{
     font-size: 8px;
     color:#FFC109;
}
 .fa.fa-star.off {
     color: #FFC109;
     font-size: 13px;
}
 .rating .fa-star.off,#review .fa-star.off{
     color: #FFC109;
     font-size: 13px;
     cursor: no-drop;
}
 .rating .fa-star,#review .fa-star,.fa-stack .fa{
     color: #FFC109;
     font-size: 13px;
}
 .rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o{
     color: #FFC109;
}
 h2.price {
     margin: 0;
}
 .product-thumb .price {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
	display: inline-block;
    vertical-align: top;
}
 .product-thumb .price-new {
}
 .product-thumb .price-old {
	color: #c5c5ca;
    text-decoration: line-through;
    margin: 0 5px;
    font-weight: 400;
}
 .product-thumb .price-tax {
     color: #999;
     display: none;
     font-size: 12px;
     width: 100%;
}
 .product-thumb .percentsaving {
    color: #cbba9c;
}
#column-left .product-thumb .percentsaving ,#column-right .product-thumb .percentsaving {
    font-size: 12px;
    position: static;
}

 .product-thumb .button-group {
     overflow: hidden;
}
 .product-list .product-thumb .button-group{
     overflow:visible;
}
 .product-block .button-group{
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    bottom: auto;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
 #content .product-carousel .product-block:hover .button-group, #content .box-product .product-block:hover .button-group ,#content .product-block:hover .button-group{
	opacity: 1;	
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
 .product-block:hover .addtocart, .box-product .product-block:hover .addtocart, .product-grid .product-thumb:hover .addtocart, .product-list .product-thumb:hover .addtocart{
     opacity:1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;

}
 .product-block:hover .button-group .wishlist, .box-product .product-block:hover .button-group .wishlist, .product-grid .product-thumb:hover .button-group .wishlist, .product-list .product-thumb:hover .button-group .wishlist{
     opacity:1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;
   

}
 .product-block:hover .button-group .compare, .box-product .product-block:hover .button-group .compare, .product-grid .product-thumb:hover .button-group .compare, .product-list .product-thumb:hover .button-group .compare{
     opacity:1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;


}
 .product-block:hover .quickview a, .box-product .product-block:hover .quickview a, .product-grid .product-thumb:hover .quickview a, .product-list .product-thumb:hover .quickview a{
     opacity:1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;


}
 .product-grid .btn-wish-compare, .product-grid .list-right, .product-list .btn-list-grid, .product-list .caption .price{
     display:none;
}
.product-list .btn-list-grid {
    display: block;
}

 @media (max-width: 768px) {
     .product-list .product-thumb .button-group {
         border-left: none;
    }
}
 @media (max-width: 767px) {
 .product-thumb .rating {
     float: none;
}
.product-thumb h4 {
    margin: 0 0 0 0;
}
#content .product-carousel .product-block:hover .caption h4, #content .box-product .product-block:hover .caption h4, #content .product-block:hover .caption h4 {
    top: -28px;
}
 }
 .product-list .product-thumb .button-group button::after {
     display: none;
}
 .product-thumb .addtocart{
    border: 0 none;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    font-size: 0;
    font-weight: 600;
    padding: 0;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-size: 18px;
    background-image: url('../image/themeimage/product-cart.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1F1F1F;
    height: 45px;
    width: 45px;
}

 .product-thumb .button-group .fa{
     font-size: 17px;
     display: none;
}
 .product-thumb  .addtocart:hover{
 	background-image: url('../image/themeimage/product-cart-hover.svg');
	background-color: #cbba9c;
    color: #cbba9c;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
 .product-thumb .button-group .wishlist{
    border: 0 none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    height: 45px;
    width: 45px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    font-size: 0;
    padding: 0;
    line-height: 0;
	background-size: 17px;
    background-image: url('../image/themeimage/product-wishlist.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1F1F1F;

}
 .product-thumb .button-group .wishlist:hover{
     background-image: url('../image/themeimage/product-wishlist-hover.svg');
     background-color: #cbba9c;
     color: #ffffff;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
 .product-thumb .button-group .compare{
    border: 0 none;
    display: inline-block;
    vertical-align: top;
    height: 45px;
    width: 45px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    font-size: 0;
    padding: 0;
    line-height: 0;
	background-size: 15px;
    background-image: url('../image/themeimage/product-compare.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1F1F1F;

}
 .product-thumb .button-group .compare:hover{
    background-color: #cbba9c;
    color: #ffffff;
     background-image: url('../image/themeimage/product-compare-hover.svg');
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
.product-thumb .quickview a {
	border: 0 none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    font-size: 0;
    font-weight: 600;
	height: 45px;
    width: 45px;
	background-size: 20px;
    background-image: url('../image/themeimage/product-zoom.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1F1F1F;
    padding: 0 0;
    line-height: 0;
    color: #cbba9c;
    display: block;
    text-decoration: underline;
	letter-spacing: 2px;
    text-transform: uppercase;
}
.product-thumb .quickview:hover a{
	background-image: url('../image/themeimage/product-zoom-hover.svg');
	background-color:#cbba9c;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
 .product-thumb .quickview a .fa {
     font-size: 18px;
	 line-height: 30px;
}
 .product-thumb .quickview a:hover{
    background-color: #cbba9c;
    color: #ffffff;
}
 .product-thumb .button1-group{
    display: block;
    margin: 0 0 10px 0;
}
 #cart .dropdown-menu .img-thumbnail{
     width:auto;
     max-width:none;
     border-radius: 0;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -khtml-border-radius: 0px;
     border: none;
}
 #cart .text-right .addtocart, #cart .text-right .checkout{
	margin: 0;
    padding: 8px 20px;
    background: #2a2a2a;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
}
 #cart .text-right .checkout,#cart .text-right .addtocart:hover {
     background: #cbba9c;
	     color: #1f1f1f;
}
 #cart .text-right .checkout:hover {
     background: #2a2a2a;
	     color: #ffffff;
}
 .product-thumb .button-group button + button {
     width: 20%;
     border-left: 1px solid #e7e7e7;
}
 .product-list .product-thumb .button-group .addtocart, .product-list .product-thumb .button-group .wishlist, .product-list .product-thumb .button-group .compare, .product-list .product-thumb .button-group .quickview a{
     left: 0;
     top: 0;
}
 .product-list .product-thumb .button-group .addtocart .fa{
     margin-right: 10px;
}
 .product-list .product-thumb .button-group .quickview a{
     font-size: 0;
}
 .product-list .caption {
     margin: 0 0 30px;
     text-align: left;
     position: static;
	 opacity: 1;	
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
}
 .product-list .caption .desc {
     margin-bottom: 15px;
}
 .product-list .caption .price {
     margin-bottom: 8px;
     text-align: left;
     display: block;
     width: 100%;
     padding: 0;
}
 .product-list .product-thumb .rating {
    margin-bottom: 5px;
    padding: 0;
    position: static;
    float: none;
    opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
    -webkit-transition: unset;
    transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}
 #content .product-carousel .product-list .product-block:hover .caption h4, #content .box-product .product-list .product-block:hover .caption h4, #content .product-list .product-block:hover .caption h4{
     transform: scale(1);
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     -moz-transform: scale(1);
     -webkit-transition: all 0.6s ease;
     transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
     -ms-transition: all 0.6s ease;
     -o-transition: all 0.6s ease;
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
}
 .product-list .btn-wish-compare {
     margin-top: 5px;
     display: none;
}
 #content .product-list .button-group {
}
 .product-list .product-thumb .sale {

}
 .product-list .list-right {
     border-left: 1px solid #e7e7e7;
     float: left;
     margin: 38px 0;
     padding: 0 10px 0 30px;
     width:27%;
}
 .product-list .price {
     margin: 0 0 6px;
     text-align: left;
}
 .product-list .product-thumb .price-tax {
     color: #999999;
}
 .list-buttoncart {
     padding-left: 0;
}
.caption-inner {
    background: #2A2A2A;
    padding: 10px 10px 0;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    top: auto;
    z-index: -1;
	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
}
.product-list .caption .caption-inner {
    position: static;
    padding: 0;
	transition: unset;
    -webkit-transition-duration: unset;
    -moz-transition-duration: unset;
    -ms-transition-duration: unset;
    -o-transition-duration: unset;
	opacity: 1;	
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;

}
.product-thumb:hover .caption-inner {
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    z-index: 1;
    bottom: 50px;
	opacity: 1;	
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
}
 .thumbnails {
     overflow: hidden;
     clear: both;
     list-style: none;
     padding: 0;
     margin: 0;
}
 .thumbnails > li {
}
 .thumbnails {
}
 .thumbnails > img {
     width: 100%;
}
 .image-additional a {
     margin-bottom:0px;
     display: block;
}
 .image-additional {
}
 .thumbnails .image-additional {
     float: left;
}
 @media (min-width: 1200px) {
     #content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
         clear:left;
    }
}


 @media (max-width: 767px) {
.product-list .caption .price {
    font-size: 14px;
	
}
.product-thumb:hover .caption-inner {
    bottom: 70px;
}
}
 @media (min-width: 980px) and (max-width: 1199px) {
     #content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
         clear:left;
    }
}
 @media (min-width: 768px) and (max-width: 979px) {
     #content .col-sm-2:nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
         clear:left;
    }
}
 #input-captcha, #input-payment-captcha {
     margin-bottom: 10px;
}
/* Quickview css */
 .quickview {
	padding: 0;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.product-block:hover .quickview {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
 .quickview .container {
     width:100%;
     background:#FFFFFF;
     padding:0 10px;
}
 .quickview .container .row {
     margin:0;
}
 .quickview .top_button {
     display:none;
}
 .quickview #product2 {
     float:left;
     width:100%;
}
 .quickview #product2 h3 {
     width:100%;
}
 .productpage-quickview #product2 h3 {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     font-size: 14px;
     font-weight: 600;
     margin: 0 0 10px;
     padding: 0;
     text-transform: none;
     color:#333333;
}
 @media (max-width: 767px) {
     .quickbox {
         display:none;
    }
}
/* Theme Start */
/* box */
 .box {
     margin-bottom:0;
}
 .box-heading {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    position: relative;
    text-transform: uppercase!important;
    margin: 0 0 50px 0;
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 5px;
}
.box.product-box.small-product-box .box-heading {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    width: 80%;
}
.heading-title {
	text-align:center;
	position:relative;
}
 .box-heading-desc {
     text-align: center;
}

/* small-product */
.small-product-box .product-thumb .image {
    float: left;
}
.small-product-box .product-thumb .caption {
    overflow: hidden;
    padding: 10px 0 0 10px;
    position: static;
	opacity: 1;	
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
}
.small-product-box .product-block .button-group ,.small-product-box .caption-inner ,.small-product-box .sale{
	display:none;
}
#content .small-product-box .box-product .product-items,#content .small-product-box .product-carousel .slider-item {
	text-align:left;	
}
#content .small-product-box .box-product .product-block {
    margin: 0 0 30px;
}
.small-product-box .home-products {
    margin: 0;
	position: static;
}
.small-product-box .product-thumb .rating {
    float: none;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.small-product-box .product-thumb .price {
    margin-bottom: 3px;
}
.box.product-box.small-product-box .container {
    position: relative;
}
 @media (max-width: 979px) {
.box-heading {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 30px 0;
    letter-spacing: 1px;
}
}
 @media (max-width: 767px) {
.box-heading {
	font-size: 25px;
	line-height: 25px;
}
.box.product-box.small-product-box .box-heading {
    font-size: 17px;
    letter-spacing: 0.5px;
}
}
 .box .box-content {
}
 .box.related{
     margin-top: 30px;
}
 #content .box.related .box-content{
     margin: 15px 0 30px;
}
 .box.related .box-heading, .box.related .box-content {
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
}
 .sidebar-category .box-content {
     min-height:458px;
     background-color:#efefef;
     border:none;
}
 #content .box .box-heading,.box-heading.side-box-heading {
     margin-bottom: 40px;
}
 #content .box .box-content {
     background: none;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -khtml-border-radius: 0px;
     border-radius: 0px;
     border:none;
     padding:0;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
}
 .box .box-content ul , #content .content ul {
     padding:0px;
     margin:0px;
     list-style:none;
}
 .box .box-content ul li , #content .content ul li {
     line-height: 20px;
     padding: 0 0 10px 0;
     border: 0;
}
 .box .box-content ul li ul li, #content .content ul li ul li {
     padding: 3px 0;
     margin-top: 5px;
}
 .box .box-content ul li a + a , .box .box-content ul li a + a:hover{
     background:none;
     padding-left:0;
}
 .box .box-content ul li a:hover , #content .content ul li a:hover{
}
/* Product Grid Start */
/*.product-grid-list {
}
 */
 #content .box-product 
/*, .product-grid-list ul*/
 {
     list-style-type: none;
     position:relative;
     width: 100%;
     padding:0px;
     margin:30px 0 0 0;
     list-style: none;
     overflow: hidden;
}
/*.product-grid-list ul li,*/
 #content .box-product .product-items {
     margin-bottom: 14px;
     padding: 0;
     margin:0;
     position:relative;
     overflow: hidden;
}
 .home-products {
     margin: 0 -25px;
}
 #featured-grid .product-items {
     width: 300px;
     float: left;
}
 .product-grid li, #content .box-product .product-items, #content .product-carousel .slider-item {
     width:240px;
     float:left;
     display: inline-block;
	 text-align: center;
}
 .ie7 .product-grid li{
     width:192px !important;
}
 #content .image-additional .slider-item{
     display: inline-block;
     float: left;
}
 .zoomContainer {
     overflow: hidden;
}
 .product-block-inner {
     position: relative;
	 text-align:center;
}
 .grid_default_width {
     width:360px;
}
 .featured_default_width{
     width:1000px;
}
 .module_default_width{
     width:200px;
}
 .latest_default_width{
     width:1000px;
}
 .special_default_width{
     width:1000px;
}
 .related_default_width{
     width:360px;
}
 .bestseller_default_width{
     width:360px;
}
 .additional_default_width{
     width:100px;
}
 .testimonial_default_width{
     width:1000px;
}
 .blog_default_width{
     width:120px;
}
@media (max-width: 1299px){
 .related_default_width{
     width:270px;
}
}
@media (max-width: 979px){
 .related_default_width{
     width:360px;
}
}
 .banners-slider-carousel .product-block-inner{
     text-align:center;
}
 .banners-slider-carousel .product-block-inner img {

	 	 opacity: 1;
     -webkit-opacity:1;
     -moz-opacity:1;
     -khtml-opacity:1;
}
 .banners-slider-carousel .product-block-inner:hover img {
	  opacity: 0.5;
     -webkit-opacity:0.5;
     -moz-opacity:0.5;
     -khtml-opacity:0.5;
}
 #content .product-carousel .product-block, #content .box-product .product-block 
/*, .product-layout.product-grid .product-block*/
 {
     background: none repeat scroll 0 0 #1f1f1f;
     margin:0 25px 30px;
     padding:0;
     overflow: hidden;
}
 .product-layout.product-grid .product-block{
     display: inline-block;
     vertical-align: top;
}
 .product-layout.product-grid.last-item {
     border-right:0 none;
}
 .product-layout.product-grid .product-block-inner{
     padding:0px;
}
 .product-layout.product-grid {
    /*border-right:1px solid #e4e4e4;
     */
      text-align: center;
}
 .product-listgrid .product-grid:last-child {
     border-right:0 none;
}
 .product-layout.product-list .product-block{
     margin: 0 0 30px;
	 border: none;
}
 .product-list .caption .quickview {
}
 #content .product-list .btn-wish-compare .button-group {
     position: static;
}
 #content .product-list .btn-wish-compare .button-group {
     position: static;
     text-align: left;
}
 #content .banners-slider-carousel .product-carousel .product-block{
     border-right:0 none;
     margin:0;
     padding:0;
}
 #content .box-product .last_item_tm .product-block{
     text-align: center;
}
 #content .product-carousel .product-block:hover, #content .box-product .product-block:hover {
     overflow:hidden;
     clear:both;
}
 #content .product-block h4:hover a, #content .product-carousel .product-block h4:hover a, #content .box-product .product-block h4:hover a , #content .product-layout .product-block h4:hover a {
     color:#cbba9c;
}
 .ie7 #content .product-carousel .product-block, 
/*.ie7 #content .product-grid-list .product-block,*/
 .ie7 #content .box-product .product-block {
     border:1px solid #e7e7e7;
}
 .ie7 #content .product-carousel .product-block:hover, 
/*.ie7 #content .product-grid-list .product-block:hover,*/
 .ie7 #content .box-product .product-block:hover {
     border:1px solid #e7e7e7;
}
 .product-grid .product-thumb .desc,.product-grid .product-thumb .price-tax,.product-carousel .product-thumb .price-tax ,.box-product .product-thumb .price-tax{
     display:none;
}
 .product-list .product-details{
     overflow:hidden;
     padding: 10px 15px;
}
 .product-list .product-thumb .image{
    /*width: 30%;
     */
	     overflow: hidden;
}
 .product-list .product-thumb .caption h4 {
     font-size: 16px;
     text-transform: capitalize;
     margin-bottom: 10px;
	 -webkit-transition: unset;
     transition:unset;
     -moz-transition: unset;
     -ms-transition: unset;
     -o-transition: unset;
	 position: static;
    opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
    padding: 0;
}
.product-list .product-thumb .caption h4 a {
    font-size: 14px;
    font-weight: 400;
}
 #content .product-carousel .product-block-inner, #content .box-product .product-block-inner 
/*,.product-layout.product-grid .product-block-inner*/
 {
     overflow:hidden;
     position:relative;
     margin:0;
     display: inline-block;
     vertical-align: top;
}
 .banners-slider-carousel {
     position: relative;
     width: 100%;
     background-color: transparent;
     margin-bottom: 100px;
}
 .banners-slider-carousel .container {
     position: relative;
	 width: 70%;
}

@media (min-width: 1700px){
.product-image-inner .row {
    margin: 0 -25px;
}
.product-layout.product-list {
    padding: 0 27px;
}
}
@media (max-width: 1299px){
.home-products {
    margin: 0 -15px;
}
#content .product-carousel .product-block, #content .box-product .product-block {
    margin: 0 15px 30px;
}
}
@media (max-width: 979px){
.banners-slider-carousel {
    margin-bottom: 60px;
}
 .banners-slider-carousel .container {
    width: 80%;
    margin: 0 auto;
}
}
@media (max-width: 767px){
 .banners-slider-carousel .container {
    width: 100%;
}
}
 .sale{
    background-color: transparent;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    color: #cbba9c;
    border: 1px solid #cbba9c;
    padding: 3px 10px;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    right: auto;
    left: 10px;
    top: 10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

 #content .box-product .product-block:hover .sale, #content .category_tab .product-block:hover .sale, #content .product-grid .product-thumb:hover .sale, #content .product-list .product-thumb:hover .sale{
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity:1;
     -moz-opacity:1;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
}
/* box products for Left Column and Right Column */
 #column-left .box-product, #column-right .box-product {
     width: 100%;
     overflow: hidden;
}
 #column-left .box-product > div, #column-right .box-product > div {
     display:block;
     vertical-align: top;
     margin-right:0px;
    /*margin-bottom:15px;
     */
     width:100%;
}
 #column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div, #column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
     border: 0 none;
     margin-bottom: 0;
}
 #column-left .product-thumb:hover h4 a, #column-right .product-thumb:hover h4 a{
     color:#cbba9c;
}
 #column-left .box-product .image, #column-right .box-product .image {
     display: block;
     margin-bottom: 0px;
     float:left;
     margin-right:10px;
     padding:0;
     width: auto;
     height: auto;
}
 #column-left .product-items .product-details, #column-right .product-items .product-details{
     float:left;
    /*width:55%;
     */
    /* specify width as per your requirement */
     padding-left: 10px;
     padding-right: 0;
}
 #column-left .product-thumb .caption, #column-right .product-thumb .caption{
     overflow: hidden;
     text-align: left;
     padding: 0;
	 width: auto;
     float: none;
	 opacity: 1;	
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	position: static;
}
#column-left .product-thumb .caption .caption-inner, #column-right .product-thumb .caption .caption-inner {
    position: static;
    padding: 0;
    z-index: 1;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
#column-left .product-thumb .button1-group,#column-right .product-thumb .button1-group {
    margin: 0;
    display: none;
}
 #column-left .box-product .price, #column-right .box-product .price {
     color: #ffffff;
     font-size: 12px;
     padding: 0;
 	 margin: 0;
	 border: none;
}
 #column-left .product-thumb .price-new,#column-right .product-thumb .price-new {
     color: #ffffff;
}
 #column-left .product-thumb .price-old,#column-right .product-thumb .price-old{
     font-size:13px;
}
 #column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    position: static;
    opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
    padding: 3px 0;
}
 #column-left .box-product .name, #column-right .box-product .name {
     display: block;
}
 #column-left .box-product .cart, #column-right .box-product .cart {
     display: block;
}
 #column-left .box-product .cart .button, #column-right .box-product .cart .button{
     padding:0;
     background:none;
     box-shadow:none;
     -webkit-box-shadow: none;
     -moz-box-shadow:none;
     height:auto;
     font-weight:normal;
     border-radius:0;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -khtml-border-radius: 0px;
     color:#555;
     display:block;
     text-align:left;
}
 #column-left .box-product .cart .button:hover, #column-right .box-product .cart .button:hover {
     text-decoration:underline;
}
 #column-left .box-product .image img, #column-right .box-product .image img {
     width: 76px;
}
 #column-left .box-product .rating, #column-right .box-product .rating, #column-left .box-product .name, #column-right .box-product .name, #column-left .box-product .price, #column-right .box-product .price, #column-left .box-product .cart, #column-right .box-product .cart {
}
/*#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox {
     margin-bottom:30px;
}
 */
 #column-left .box-product .product-thumb h4 a, #column-right .box-product .product-thumb h4 a {
    font-size: 11px;
	font-weight: 400;
}
#column-left .product-content .countdown,#column-right .product-content .countdown{
	display:none;
}
 
 #column-left .box, #column-right .box {
    margin-bottom: 30px;
	width: 100%;
    padding: 0;
    border: none;
}
 #column-left .box-product .rating, #column-right .box-product .rating {
    display: block;
    padding: 0;
    margin: 0;
    position: static;
    float: none;
    opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
}
 #column-left .product-thumb, #column-right .product-thumb {
     margin-bottom: 30px;
     background-color: transparent;
     border: none;
}
 #column-left .sale, #column-left .price-tax, #column-left .wishlist , #column-left .compare, #column-right .sale, #column-right .price-tax, #column-right .wishlist , #column-right .compare {
     display:none !important;
}
 #column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button {
     background: none repeat scroll 0 0 transparent;
     padding: 0;
     width: auto;
     line-height: 28px;
}
 #column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button {
     background: none repeat scroll 0 0 transparent;
     font-size: 14px;
     font-weight: 500;
     line-height: 20px;
     padding: 0;
     width: auto;
     height:auto;
     text-transform:none;
     text-align:left;
     margin-right:0;
     left: 0;
}
 #column-left .product-thumb .button-group button:after, #column-right .product-thumb .button-group button:after {
     display: none;
}
 #column-left .product-thumb .button-group button:hover, #column-right .product-thumb .button-group button:hover{
     color:#cbba9c;
}
 #column-left .product-block .button-group,#column-right .product-block .button-group{
     display: none;
}
 column-left{
     overflow: hidden;
}
 #column-right{
     overflow: hidden;
}
 #column-left .box .box-heading ,#column-right .box .box-heading {
    line-height: 24px;
    text-align: left;
    background: transparent;
    position: relative;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 15px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    display: block;
    letter-spacing: 1px;
    width: 100%;
}
#column-left .box .box-heading-text, #column-right .box .box-heading-text {
	display:none;
}
 #column-left .box .box-content ,#column-right .box .box-content {
	box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    -ms-box-shadow: unset;
    -o-box-shadow: unset;
	padding: 20px 15px;
    background: transparent;
}
 #column-left .heading-title:before , #column-right .heading-title:before{
	display:none;
}
 #column-left .swiper-viewport #banner0, #column-right .swiper-viewport #banner0 {
     float: none;
}
 .layout-1 #content{
     margin-bottom: 0;
}
 #column-left .box-heading-desc ,#column-right .box-heading-desc{
     display: none;
}
 #column-left .home-products ,#column-right .home-products{
     margin: 0;
}
 #column-left .container ,#column-right .container {
     width: auto;
     padding: 0;
}
 #column-left .swiper-viewport .swiper-pagination, #column-right .swiper-viewport .swiper-pagination{
     display: none!important;
}
 #column-left .swiper-viewport .swiper-slide, #column-right .swiper-viewport .swiper-slide{
     width: 100%!important;
}
 #column-left .swiper-viewport, #column-right .swiper-viewport {
     margin: 0 0 30px 0;
     background: #1f1f1f;
     z-index: 1;
     border: medium none;
     border-radius: 0;
     -webkit-border-radius:0;
     -khtml-border-radius:0;
     -moz-border-radius:0;
     box-shadow:none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
     width: 100%;
     position: relative;
     overflow: visible;
     display: inline-block;
     vertical-align: top;
     text-align: center;
}
 #column-left #banner1 {
     margin: 0;
}



/* 2-col layout */
 .layout-2 #content{
     margin-bottom: 25px;
}
 .layout-2 .content-bottom #content{
     width:100%;
     margin-bottom:25px;
     padding:0;
}
 .layout-2.left-col #content {
}
 .layout-2.right-col #content {
}
/* 3-col layout */
 .layout-3 #column-left, .layout-3 #column-right{
     width:25%;
     margin-top: 20px;
}
 .top_button {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 40px;
    left: auto;
    bottom: 50px;
    top: auto;
    background-image: url('../image/themeimage/top-button.svg');
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    z-index: 999;
}
.top_button:hover {
	margin-bottom:5px;
}
@-webkit-keyframes rotation {
		from {
				transform: rotateY(0deg);
				-webkit-transform:rotateY(0deg);
				-ms-transform:rotateY(0deg);
				-o-transform:rotateY(0deg);
				-moz-transform:rotateY(0deg);
		}
		to {
				transform: rotateY(359deg);
				-webkit-transform:rotateY(359deg);
				-ms-transform:rotateY(359deg);
				-o-transform:rotateY(359deg);
				-moz-transform:rotateY(359deg);
		}
}
 @media (min-width: 1700px) {
 .layout-2 #content {
    width: 80%;
    padding-top: 40px;
    padding-left: 96px;
}
#column-left {
    width: 20%;

}
 }
@media (min-width: 980px){
#column-left {
    padding-top: 30px;
    border-right: 1px solid #262626;
}
.layout-2 #content {
    padding-top: 40px;
}
}
 @media (max-width: 979px) {
 	 #column-left .box .box-heading, #column-right .box .box-heading {
		background: #2a2a2a;
		color: #ffffff;
		clear: both;
	}
	#column-left .box, #column-right .box{
		margin-bottom: 10px;
	}
	#column-left .swiper-viewport, #column-right .swiper-viewport {
		margin: 0 0 10px 0;
	}
    #column-left .container, #column-right .container {
         margin: 0;
    }
}
 @media (max-width: 767px) {
     .zoomContainer {
         display: none;
    }
}
 @media (max-width: 479px) {
 .top_button {
    bottom: 15px;
    right: 15px;
}
 }
 .categorypage, .productpage {
     background-color: #1f1f1f;
}
 .manufacturer-list {
     margin-bottom: 20px;
     padding: 0;
     background-color: #1f1f1f;
}
 .manufacturer-heading {
     background-color: #2a2a2a;
     font-size: 15px;
     font-weight: bold;
     padding: 5px 15px;
}
 .manufacturer-content {
     padding: 15px;
}
 .manufacturer-list ul {
     float: left;
     list-style: outside none none;
     margin: 0 0 10px;
     padding: 0;
     width: 25%;
}
 .category_filter .sort .form-control {
     cursor:pointer;
}
 .productpage .box {
    /*margin-top:20px;
     */
}
 .tab-content {
     padding: 0;
     overflow:hidden;
}
 .product-tab .tab-content > .active {
     display: block;
}
 .product-tab .tab-content > .tab-pane{
     padding: 30px;
     background-color: #1f1f1f;
}
 #form-review {
     padding: 0;
}
 .product-tab li a {
    background-color: #2a2a2a;
    color: #ffffff;
    margin-right: 10px!important;
}
 .product-tab li.active a, .product-tab li a:hover, .product-tab li:focus a {
     background-color: transparent;
     color: #1f1f1f !important;
}
 .product-tab .table-bordered{
     margin: 0!important;
}
 .col-sm-4.total_amount {
     margin-top: 70px;
}
 .product-tag{
     margin:5px 0;
}

.product-tab .tab-content:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    left: 14%;
    right: auto;
    height: 100%;
    width: 1px;
    background: #262626;
}


@media (min-width: 768px){
#tabs_info {
    padding: 70px 15px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #262626;
    margin-bottom: 50px;
}
.product-tab .tab-content > .tab-pane {
    padding: 0 0 0 50px;
    background-color: #1f1f1f;
}
.product-tab .nav-tabs {
    float: left;
}
.product-tab .nav-tabs>li {
    display: block;
    margin-bottom: 10px;
}
.product-tab  .nav-tabs>li>a {
    display: block;
}
}
@media (max-width: 1699px){
.product-tab .tab-content:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    left: 19%;
    right: auto;
    height: 100%;
    width: 1px;
    background: #262626;
}
}
@media (max-width: 1299px){
.product-tab .tab-content:before {
    left: 24%;
}
}
@media (max-width: 979px){
.product-tab .tab-content:before {
	display:none;
}
}
@media (max-width: 767px){
.product-tab li a {
    margin: 0 0 10px 0 !important;
}
}

 #content .aboutus {
     clear: both;
     padding: 10px;
}
 .aboutus .content{
     margin-bottom:15px;
     overflow:hidden;
}
 .image1 {
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll 7px -165px;
     float: left;
     height: 50px;
     width: 60px;
}
 .image2 {
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll 7px -116px;
     float: left;
     height: 50px;
     width: 60px;
}
 .image3 {
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll 7px -52px;
     float: left;
     height: 50px;
     width: 60px;
}
 .image4 {
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll 7px 6px;
     float: left;
     height: 50px;
     width: 60px;
}
 .aboutus h2{
     clear:both;
     font-size:20px;
}
 .about-content{
     overflow:hidden;
}
 .information-information .right{
     float:right;
}
/*.category_filter #grid-view,.category_filter #list-view{
     background:#eee;
     border:1px solid #e7e7e7;
     color:#666;
}
 .category_filter #grid-view:hover,.category_filter #list-view:hover,.category_filter #grid-view.active,.category_filter #list-view.active{
     background:#e7e7e7;
}
 .category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{
     color:#333;
}
 */
 .category_filter .btn-list-grid .btn-group .grid:hover, .category_filter .btn-list-grid .btn-group .grid.active{
     background: url("../image/themeimage/sprite.png") no-repeat scroll 5px -138px transparent;
}
 .category_filter .btn-list-grid .btn-group .list{
     background: url("../image/themeimage/sprite.png") no-repeat scroll -30px -173px transparent;
     border: medium none;
     box-shadow:none;
     -webkit-box-shadow: none;
     -moz-box-shadow:none;
     display: block;
     float: left;
     height: 27px;
     text-decoration: none;
     text-indent: -9999px;
     width: 31px;
}
 .category_filter .btn-list-grid .btn-group .list:hover, .category_filter .btn-list-grid .btn-group .list.active{
     background: url("../image/themeimage/sprite.png") no-repeat scroll -30px -138px transparent;
}
 .category_filter .btn-list-grid .btn-group .grid{
     background: url("../image/themeimage/sprite.png") no-repeat scroll 5px -173px transparent;
     border: medium none;
     box-shadow:none;
     -webkit-box-shadow: none;
     -moz-box-shadow:none;
     display: block;
     float: left;
     height: 27px;
     text-decoration: none;
     text-indent: -9999px;
     width: 31px;
     padding: 0 15px;
}
 .category_filter .btn-list-grid {
     float: left;
     margin: 5px 0 0;
     padding: 0;
     width: auto;
}
 .compare-total {
     float: left;
     margin:4px 0 0 15px;
}
 .pagination-right {
     float: right;
     margin:0;
     width: auto;
}
 .category_filter .sort-by {
     float: left;
     margin:5px 10px 0 0;
     width: auto;
     padding:0;
}
 .category_filter .sort-by label,.category_filter .show label{
     font-weight:normal;
     font-size:13px;
}
 .category_filter .show {
     float: left;
     margin: 5px 5px 0 0px;
     padding: 0;
}
 .sort-by-wrapper {
     margin-right: 10px;
}
 .category_filter .sort {
     float: left;
     height: 24px;
     margin: 1px 0 0;
     padding: 0;
     width: 180px;
}
 .category_filter .limit {
     float: right;
     height: 24px;
     margin: 1px 0 0;
     padding: 0;
     width: 80px;
}
 .sort-by-wrapper,.show-wrapper{
     float: left;
}
 .category_filter .form-control {
     padding: 3px 7px !important;
     height: 28px!important;
}
 .category_thumb .category_img, .category_thumb .category_description {
     float: left;
     width: 100%;
}
 .refine-search ul{
     padding:0;
}
 .refine-search ul li{
     list-style:none;
}
 #content .category_list ul li a {
	background-color: transparent;
    display: block;
    padding: 0 20px 0 0;
    font-weight: 400;
}
 #content .category_list ul li a:hover{
     color: #cbba9c;
}
 .category_list li a:hover {
}
 #content .category_list li {
     float: left;
     margin: 0 7px 7px 0;
     overflow: auto;
     position: relative;
}
 .category_filter {
	background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    color: #6c6c6c;
    display: inline-block;
    margin-bottom: 25px;
    padding: 15px 0;
    width: 100%;
}
 .pagination-wrapper{
    overflow: hidden;
    margin: 8px 0 0;
    padding: 15px 0;
    background-color: transparent;
}
 .pagination-wrapper .page-link {
     float: right;
     padding: 0;
     width: auto;
}
 .pagination-wrapper .page-result {
     float: left;
     padding: 0;
     width: auto;
     margin: 0;
     line-height: 30px;
     color: #6c6c6c;
}
@media (max-width: 767px){
.category_filter {
    background-color: transparent;
    border: 1px solid #2a2a2a;
    padding: 15px;
}
}
/* Product Page*/
 .productpage .product-left{
     margin-bottom: 60px;
}
 .productpage .product-right{
     padding: 0 15px 0 15px;
     margin-bottom: 30px;
}
 .product-info .image {
     display: block;
     margin-bottom: 15px;
     text-align: center;
}
 .productpage h3 {
     margin-top:0;
     width: 100%;
}
 .productpage h3.product-title {
     margin-bottom: 10px;
}
 .product-info .zoomContainer{
     z-index:9;
}
/* It need for ie7 */
 .product-info .additional-carousel{
     position:relative;
}
 .product-info .image-additional {
     clear: both;
     float: none;
     margin: 0 auto;
     overflow: hidden;
     padding-left: 25px;
     padding-right: 25px;
     width: 450px;
}
 .product-info .image-additional img {
     display: block;
     height: auto;
     margin-left: auto;
     margin-right: auto;
     max-width: 100%;
     position: relative;
	 border: 1px solid transparent;
}
 .product-info .image-additional img:hover {
     border-color: #555555;
 }
 .product-info .image-additional a {
     display: block;
}
 .product-right .btn-group .wishlist .fa,.product-right .btn-group .compare .fa{
     margin-right:5px;
}
 #content .image-additional .slider-item .product-block{
     background: none repeat scroll 0 0 #1f1f1f;
     clear: both;
     margin: 0;
     overflow: hidden;
     padding:0;
     border-right:0 none;
}
 #content .image-additional .slider-item .product-block:hover {
     box-shadow: none !important;
     -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
}
 .product-info .product-image .additional-carousel:hover .customNavigation span.prev, .product-info .product-image .additional-carousel:hover .customNavigation span.next {
     display: block;
}
 #product .btn-default,#content.return .input-group.date .btn-default{
     padding:8px 12px;
}
 #content ul.list-unstyled {
     border-top: 1px solid #262626;
     line-height: 22px;
     margin-bottom: 0;
     padding: 30px 0;
}
 #content ul.list-unstyled.price{
     border-bottom: 1px solid #262626;
     margin-bottom: 20px;
}
 #content ul.list-unstyled li {
     color: #ffffff;
     line-height: 22px;
     padding: 2px 6px 2px 0;
}
 #content ul.list-unstyled li span{
     margin-right: 5px;
     font-weight: 500;
     letter-spacing: 0.7px;
}
#content ul.list-unstyled li span.desc {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
 #content ul.list-unstyled.price li {
     display: inline-block;
}
 #content ul.list-unstyled.price li span{
     margin-right: 0;
}
 #content ul.list-unstyled li span.price-old {
     color: #696969;
     font-size: 15px;
}
 #content ul.list-unstyled li span.special-price{
     color: #1f1f1f;
     font-weight: 500;
     margin-bottom: 0;
}
 #content .list-unstyled.price li.price-tax {
     color: #acacac;
     display: inline-block;
     font-size: 12px;
}
 #content ul.list-unstyled.price li.points, #content ul.list-unstyled.price li.discount {
     color: #4d4d4d;
     display: block;
     font-size: 12px;
     font-weight: normal;
     padding: 0;
}
 #product h3.product-option {
    /*border-top: 1px solid #e7e7e7;
     */
     padding-top: 10px;
}
 #product .form-group.cart {
    /*background-color: #f9f9f9;
     border-bottom: 1px solid #e7e7e7;
     border-top: 1px solid #e7e7e7;
     margin-bottom: 10px;
     */
     padding: 10px;
}
 #product .form-group.cart .form-control {
     display: inline-block;
     vertical-align: top;
     text-align: center;
     width: auto;
}
 #product #input-quantity{
     padding: 10px;
     margin: 0 5px;
     height: 40px;
     line-height: normal;
}
 #product .btn-group .wishlist, #product .btn-group .compare {
     background: none repeat scroll 0 0 transparent;
     border: medium none;
     display: block !important;
     padding: 0;
     text-transform:none;
     color:#999;
     float:none;
}
 #product .btn-group .wishlist:hover, #product .btn-group .compare:hover {
     color: #cbba9c !important;
}
 #product .cart span {
     color: #999999;
}
 #product .alert {
     margin-bottom: 10px;
     background-color: #ffffff;
}
 .productpage .rating-star {
     border-bottom: 1px solid #e7e7e7;
     padding: 0 0 10px;
}
 .productpage .rating-wrapper .addthis_toolbox.addthis_default_style {
     padding: 15px 0 10px;
}
 #content.productpage .list-unstyled.price li h2 {
     margin-bottom: 0;
	 font-size: 16px;
}
 .button.aboutus{
     float:right;
}
/* Contact us PAge*/
 .contact-info .left {
     float: left;
     width: 50%;
}
 .contact-info .right {
     float: right;
     width: 50%;
     text-align:right;
     margin-top:20px;
}
 .row.contact-info {
     padding: 0 15px;
}
 .information-contact .panel-body{
     overflow:auto;
}
 .contact-info{
     color:#666;
}
 .contact-info .address-detail strong {
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll -6px -235px transparent;
     padding: 5px 0 0 35px;
     height:28px;
     margin:10px 0;
     float:left;
     clear:both;
}
 .contact-info .address-detail,.contact-info .telephone,.contact-info .fax{
     float:left;
     width:100%;
}
 .contact-info .telephone strong{
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll -5px -314px transparent;
     padding: 5px 0 0 35px;
     margin:10px 0;
     height:28px;
     float:left;
     clear:both;
}
 .contact-info .fax strong{
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll -5px -272px transparent;
     padding: 5px 0 0 35px;
     height:28px;
     margin:10px 0;
     float:left;
     clear:both;
}
 .contact-info address {
     display: inline-block;
     margin: 0 0 0 36px;
     float:left;
     clear:both;
}
 .contact-info .open-time strong{
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll -5px -355px transparent;
     padding: 5px 0 0 35px;
     margin:10px 0;
     height:28px;
     float:left;
     clear:both;
}
 .contact-info opentime {
     display: inline-block;
     margin: 0 0 0 36px;
     float:left;
     clear:both;
}
 #information-contact form.form-horizontal {
     padding: 20px;
     background-color: #1f1f1f;
     border: 1px solid #262626;
}
 #spinner {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 99;
     background: url("../image/themeimage/ajax-loader.gif") 50% 50% no-repeat #ffffff;
     background-size: 40px;
}
 .main-slider {
     position: relative;
	 margin-bottom:100px;
}
 .main-slider .swiper-pagination {
     bottom: 10px;
     display: none;
}
 .main-slider .swiper-viewport {
     border: medium none;
     box-shadow: none;
     margin-bottom: 0;
}
 .main-slider .swiper-slide .img-responsive {
     width: 100%;
}
 .main-slider .swiper-slide.text-center {
     margin-right: 0 !important;
}
 .main-slider .swiper-pagination-bullet{
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
}
 .main-slider .swiper-pagination-bullet-active, .main-slider .swiper-pagination-bullet:hover{
     color: #1f1f1f;
     background: #cbba9c;
}
 .information-sitemap .sitge-map ul{
     padding:0 0 0 20px;
}
 .forget-password {
     margin: 5px 0 0;
}
 .product-compare .btn-primary{
     margin:0;
}
 .productpage .write-review,.productpage .review-count{
     margin: 0 10px;
     position: relative;
}
 .productpage .write-review:before{
     position: absolute;
     content: "";
     height: 100%;
     width: 1px;
     background-color: #e7e7e7;
     left: -12px;
	 right: auto;
	 top: 0;
     bottom: auto;
} 

 .productpage .write-review i{
     margin-right: 10px;
}
 .productpage .rating-wrapper{
     margin:0 0 15px;
}
 .quickview-page h3.product-title{
     margin:0;
}
 .checkout-cart .hasCustomSelect{
     width: 95% !important;
}
 .page-title , .aboutus h1 , .affiliate-success h1 {
}
 .page-title,.product-title,.product-option ,.aboutus h1 ,.affiliate-success h1{
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}
 .blog.all-blogs h2.page-title {
     font-size: 16px;
     padding: 0 15px;
}
.blog_grid_holder {
    margin: 0 -15px;
    overflow: hidden;
}
 .affiliate-account h2{
     font-size:16px;
}
 .affiliate-account .btn-primary .list-group-item,.affiliate-account .btn-primary .list-group-item:hover{
     padding:0;
     background:none;
     color:#fff;
}
 .shopping-cart .img-thumbnail{
     max-width:none;
}
 #accordion label.col-sm-2.control-label{
     margin:7px 0 0;
     padding:0 15px 0 0;
     width:20%;
}
 #accordion #collapse-shipping label.col-sm-2.control-label{
     padding:0 15px;
}
 .checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{
     margin-left:5px;
     font-size:14px;
}
 .col-sm-3.search_subcategory {
     width: auto;
     margin-top:7px;
}
 #button-search{
     float:right;
}
 .product-search h2{
     clear:both;
}
#product-search #content {
    border: 1px solid #262626;
    padding: 20px 15px;
    margin-bottom: 30px;
}
 .checkout-cart .input-group.btn-block .form-control {
    padding: 9px 10px;
    text-align: center;
    width: 50px;
}
 .table.table-bordered .input-group-btn {
     float: left;
}
 #accordion .panel-title > a {
     color: inherit;
     display: inline-block;
     width: 100%;
}
 #accordion .panel-title{
     padding: 15px;
}
 #accordion .panel-heading .fa.fa-caret-down {
     float: right;
     margin-top:3px;
}
 #accordion .col-sm-10 {
     width: 75%;
}
 #accordion .form-horizontal .control-label {
     text-align:left;
}
 #content .well h2 {
     font-size: 16px;
     font-weight: 400;
     text-transform: capitalize;
}
 #collapse-checkout-option .panel-body h2, #collapse-checkout-option .form-group label, #content legend ,.account-account #content h2 ,.account-address h2,.affiliate-account h2{
     color: #ffffff;
	 font-size: 16px;
     margin: 15px 0 15px;
     text-transform: capitalize;
}
.account-download h2{
     color: #1f1f1f;
}
 #information-contact .page-title, #information-contact legend {
     padding-left: 15px;
}
 #information-contact .page-title {
     margin: 0 0 10px;
}
 .form-horizontal .control-label {
     width: 20%;
}
 .form-horizontal .col-sm-10 {
     width: 80%;
}
 .account-address .table-hover > tbody > tr > td {
     vertical-align: middle;
}
 #input-country, #input-zone {
     padding: 13px 0;
}
 .checkout-cart .hasCustomSelect {
     width: 95% !important;
}
 #accordion .panel-body {
     padding: 15px 20px 20px;
}
 #collapse-payment-address label{
     margin:5px 0;
}
 .checkout-checkout #accordion label.col-sm-2.control-label{
     padding:0 15px;
}
 .row.site-map {
     border: 1px solid #e7e7e7;
     margin: 0 0 20px;
     padding: 10px 0;
     background-color: #ffffff;
}
 #information-sitemap .page-title{
     padding-left: 15px;
     margin-bottom: 10px;
}
 .account-wishlist .btn-primary,.account-wishlist .btn-danger {
     margin-bottom: 2px;
}
 .account-wishlist .table-bordered .btn.btn-danger {
     padding: 7px 13px 6px;
}
 .slider-item.first_item_tm{
     margin-left: 0;
}
 .slider-item.last_item_tm {
    /*margin-right: -15px;
     */
}
 #tab-review .form-horizontal .control-label {
     font-weight: bold;
     width: auto;
}
 .productpage .prod-desc {
     margin-top:30px;
}
 .product-search .search-checkbox {
     margin: 10px 0 0;
}
 .product-search .subcategory {
     width: auto;
}
 .product-search .sortcat {
     width: 35%;
}
 .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover ,.bootstrap-datetimepicker-widget td span.active {
     background-color: #cbba9c !important;
     color: #ffffff !important;
}
 .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover,.bootstrap-datetimepicker-widget td span:hover {
     background-color: #1f1f1f !important;
     color: #ffffff !important;
}
 .account-transaction table td.text-right, .affiliate-transaction table td.text-right {
     border-right: 1px solid #262626;
}
 .account-wishlist .text-center img {
}
 .product-compare .table-bordered tbody tr td + td {
     border-left: 1px solid #262626;
     text-align: center;
}
 .product-compare .table-bordered tr td:first-child {
     font-weight: bold;
     text-align: left;
}
 .product-compare .table-bordered thead tr td:first-child {
    /*background-color: #f7f7f7;
     */
     text-align: left;
}
 .quickview-page{
     display: inline-block;
     width: 100%;
     padding: 15px 0;
}
 .quickview-page .btn.btn-default {
     padding: 8px 12px;
}
 .quickview-page #content ul.list-unstyled.short-desc {
    /*border: none;
     */
}
 .quickview-page #button-upload222 {
     margin-left: 10px;
}
 .quickview-page #input-quantity {
     padding: 10px;
     margin: 0 5px;
}
 .quickview-page .form-group.cart-block .form-control {
     display: inline-block;
     text-align: center;
     width: auto;
}
 .quickview-page #button-cart2 {
     vertical-align: top;
	font-size: 13px;
    padding: 8px 20px;
     border-radius: 0;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -khtml-border-radius: 0px;
}
 .quickview-page .btn-group.wish-comp {
     margin-bottom: 20px;
}
 .quickview-page .wish-comp .btn {
     margin-right: 10px;
     margin-bottom: 10px;
	 background-color: #cbba9c;
    color: #ffffff !important;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
 .quickview-page .wish-comp .btn:hover {
	 background-color: #2a2a2a;
    color: #ffffff !important;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
 .quickview-page .alert-info {
     color: #fff;
}
 #content ul.list-unstyled li span.old-price {
     color: #696969;
     font-size: 16px;
}
 .product-quick_view-42 div.zoomContainer .zoomWindowContainer {
     display: block;
}

 @media (max-width: 1300px) {
     #column-left .fa-shopping-cart:before, #column-right .fa-shopping-cart:before {
         display:none;
    }
     #column-left .hidden-xs, #column-left .hidden-sm, #column-left .hidden-md {
         display:block !important;
         text-transform: capitalize;
         font-weight:normal;
         margin-top: -25px;
    }
     .col-sm-4.total_amount {
         margin-top: 88px;
    }
     .cms-banner-left{
         width: 27%;
    }
     .cms-banner-right{
         width:73%;
    }
     .cms-banner img{
         max-width:100%;
    }
     .cms-banner .cms-banner-left .single-banner{
         width:100%;
    }
     .cms-banner-right .cms-banner2.single-banner{
         width:56%;
    }
     .cms-banner-right .cms-banner3.single-banner{
         width:37.1%;
    }
     .box .box-content ul ul li ul{
         margin-left:13px;
    }
     .post-image{
         width:100%;
         height:100%;
    }
}
/*@media (min-width: 980px) {
 .content_headercms_top.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    animation: slide-down 0.7s;
	-webkit-animation: slide-down 0.7s; 
	-moz-animation: slide-down 0.7s;
	-o-animation: slide-down 0.7s;
    background: rgba(0,0,0,0.9);
}
@keyframes slide-down {
		0% {
			transform: translateY(-100%)
		}
		100% {
			transform: translateY(0)
		}
	}
}*/
@media (max-width: 1699px){
.product-info .image-additional {
    width: 100%;
}
}
 @media (max-width:1299px) {
	  .header-navfull.fixed {
		left: 20px;
		right: 20px;
	}
     .text1{
         font-size:15px;
    }
     #footer .container{
        
    }
     .cms-banner-right .cms-banner2.single-banner{
         width: 55%;
    }
     .main-menu.container{
         padding:0;
    }
     .product-list .caption{
         width:53%;
    }
     .product-list .list-right{
         width: 37%;
    }
     #product .form-group.cart .btn-group {
         clear: both;
    }
     .title1 {
         font-size: 18px;
    }
     .tm-about-text {
         width: 76%;
    }
     .aboutme-read-more{
         width:149px;
    }
     .slider-banner .slide {
         width: 50%;
    }
     #column-left .box .box-content, #column-right .box .box-content{
         
    }
     #column-left .sidebar-category .box-content{
         padding:10px 0 10px 10px;
    }
     #column-left .product-items .product-details, #column-right .product-items .product-details{
         width:64%;
    }
     #column-left .box-product .image img, #column-right .box-product .image img {
        /*width:52px;
         */
    }
     .cms-banner-left {
         width: 26.5%;
    }
     .cms-banner-right{
         width:73.5%;
    }
     .cms-banner-right .cms-banner2.single-banner{
         width:55.6%;
    }
     .product-list .caption {
         width: 100%;
    }
     .footer-top-right .title1{
         font-size:19px;
    }
     .header-search{
        /*width:341px;
         */
    }
     #footer .col-sm-3.column.fourth{
        /*width:27%;
         */
    }
     .col-sm-3.search_subcategory {
         padding: 0 18px;
    }
     .box .box-content ul li ul li:hover > a.activSub, .box .box-content ul li:hover > a.activSub {
         background: url("../image/themeimage/menu-hover-arrow.jpg") no-repeat scroll 146px 1px transparent;
    }
     .newsletter{
       
    }
}

 @media (max-width: 979px) {
 .newsletter {
    padding: 100px 0;
}
 .main-slider {
    margin-bottom: 50px;
}
      .header-search{
		display:none;
    }

      #logo .img-responsive {
         max-height: 50px;
	    display: inline-block;
		vertical-align: top;
    }
     .header-logo {
		top: 17px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		float: none;
		z-index: 9;
		text-align: center;
		width: 185px;
		height: 50px;
		bottom: auto;
    }
     .main-menu {
         float: left;
         margin-top: 10px;
		 position: static;
    }
    /* css for responsive menu */
     .responsive-menu .top_level {
         padding: 0;
         width: 100%;
    }
     .nav.navbar-nav{
         display:none;
    }
     .responsive-menu .nav.navbar-nav {
         height:auto;
         overflow-y:scroll;
         padding: 12px 20px;
         background: rgba(0,0,0,0.9);
         position: absolute;
         width: auto;
         z-index: 999;
         border: 1px solid #262626;
         left:0;
         right:0;
         margin:0 auto;
         top: 83px;
    }
     .head-cont {
         box-shadow:none;
    }
     #menu.responsive-menu ul li a.mobile_togglemenu {
         right:0;
         background:none;
         margin-top:0;
         float: right;
         width: 33px;
         height:33px;
    }
     .responsive-menu li.toggle {
         box-shadow:none;
         -webkit-box-shadow: none;
         -moz-box-shadow: none;
         -ms-box-shadow: none;
         -o-box-shadow: none;
         padding:0;
         float:left;
         width:100%;
         margin:0;
    }
     .top_level.home.home_first {
         display: none;
    }
     #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {
         float: left;
    }
     #menu.responsive-menu .dropdown:hover .dropdown-menu {
         display: none;
    }
     #menu.responsive-menu .dropdown .dropdown-menu {
         background:none;
         border: medium none;
         box-shadow: none;
         -webkit-box-shadow: none;
         -moz-box-shadow: none;
         -ms-box-shadow: none;
         -o-box-shadow: none;
         padding: 0;
         position: relative;
         width: 100%;
         margin-left:0 !important;
    }
   
     #menu.responsive-menu ul li a , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a{
         color: #ffffff;
         display: block;
	     font-size: 13px;
         line-height: 24px;
         padding: 4px 0;
         text-transform: capitalize;
         float:left;
         width:100%;
         border:none;
    }
     #menu.responsive-menu ul li a.mobile_togglemenu , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a.mobile_togglemenu {
         right: 0;
         background: none;
         margin-top: 0;
         float: right;
         width: 33px;
         padding: 0;
         height: 33px;
         text-align: center;
         line-height: 33px;
         top: 0;
	     left: auto;
    }
     #menu.responsive-menu .top_level.dropdown.toggle {
         margin: 0;
    }
     #menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {
         padding: 0 0 0 15px;
         float:left;
         width:100%;
    }
     .responsive-menu ul li .mobile_togglemenu:hover {
         background-color: rgba(0, 0, 0, 0);
    }
     #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
         display: none;
    }
     #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled > li.dropdown .dropdown-menu {
         width:100%;
         float:left;
         border: medium none;
         left: 0;
         position: relative;
         top: 0;
		 padding: 0 0 0 15px;
    }
     #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a{
         color: #ffffff;
    }
	  #menu.responsive-menu ul li:hover a, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a:hover {
         background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
         color:#cbba9c;
    }
     .top_level.home {
         display: none;
    }
     #menu.responsive-menu .toggle .mobile_togglemenu:before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu:before , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle > a.mobile_togglemenu:before {
         color: #ffffff;
         content: "\f067";
         font-family: "FontAwesome";
         font-size: 10px;
         line-height: 33px;
    }
     #menu.responsive-menu .toggle.active .mobile_togglemenu:before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active > a.mobile_togglemenu:before , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active > a.mobile_togglemenu:before {
         color: #cbba9c;
         content: "\f068";
         font-family: "FontAwesome";
         font-size: 10px;
         line-height: 33px;
    }
     #menu ul.nav li .megamenu.column1 ul.list-unstyled li.dropdown > a::after{
         content:"";
    }
     #menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
         padding: 0 0 0 10px;
    }
     #menu.responsive-menu ul.nav li .megamenu ul.childs_1 {
         display: block;
         float: left;
         padding: 0 0 0 15px;
         width: 100%;
         margin: 0;
    }
     #menu.responsive-menu .list-unstyled.childs_1 > li{
         padding:0;
    }

     .newsletter .form-group{
    }
     .copyright-container.container{
         padding: 10px 15px;
         margin: 0;
    }
    /* end css for responsive menu */
     .content-top #column-left .sidebar-category{
         display:none;
    }
     .layout-2 .content-top #content{
         width:100%;
         min-height:0;
         padding:0 15px;
    }
     .nav-inner {
         display: block;
         background-color:transparent;
    }
     .main-menu.container {
         width: 100%;
         bottom: -52px;
         top: auto;
         background-color: #1f1f1f;
         padding-left: 124px;
    }
     .nav-responsive span{
         padding: 0;
         color: #1f1f1f;
         margin-right: 6px;
    }
     .nav-responsive:hover span{
         color: #cbba9c;
    }
     .responsive-menu {
         text-align: left;
         border-radius:0;
         -webkit-border-radius: 0px;
         -moz-border-radius: 0px;
         -khtml-border-radius: 0px;
    }
     .responsive-menu .main-navigation {
         background: none repeat scroll 0 0 #646464;
    }
     #column-left .box-product .image, #column-right .box-product .image {
    }
     .col-md-4.btn-list-grid {
         margin-bottom: 10px;
    }
     .pagination-right {
         clear: both;
         float: left;
         margin: 5px 0;
    }
     .product-compare .table-bordered{
         width:100%;
         float:left;
         overflow:auto;
         display:inline;
    }
     .layout-2 #content{
         width:100%;
    }
     .layout-2.left-col #column-left, .layout-2.right-col #column-right{
         width:100%;
    }
     .layout-2.left-col #column-left .toggle .mobile_togglemenu , .layout-2.right-col #column-right .toggle .mobile_togglemenu{
         top: 15px;
	     color: #ffffff;
    }
     #column-left .box .box-content, #column-right .box .box-content , #column-left .list-group, #column-right .list-group{
         display:none;
	     border: 1px solid #262626;
	     margin-bottom: 10px;
    }
     #footer .content_footer_wrapper {
       padding: 50px 0 0;
    }
     #footer .col-sm-3.column {
         padding:0 15px;
         width: 100%!important;
         margin: 0;
    }
     #footer .col-sm-3.column.third {
         padding: 0 15px;
    }
     .box.sidebar-category {
         display: none;
    }
     .slider-banner .slide {
         width: 25%;
    }
     #accordion .form-horizontal .control-label{
         width:100%;
    }
     #top .container{
         padding:0 15px;
    }
     .content_headercms_bottom{
         display:none;
    }
     .cms-banner-right .cms-banner2.single-banner{
         width: 56.7%;
         margin:0 15px;
    }
     .cms-banner-right .cms-banner3.single-banner{
         width:37.3%;
    }
     .cms-subbanner2 {
         margin-top: 15px;
    }
     #footer .column ,#footer .col-sm-3.column.fourth{
         margin-bottom: 0;
         width: 100%;
    }
     .col-sm-3.column.second, .col-sm-3.column.third,#footer .col-sm-3.column.fourth {
         border-left:0 none;
    }
     .col-sm-3.column.third{
         border-right:0 none;
    }
     #footer #footer_cms_block{
         padding:0;
         margin:0 0 10px 0;
    }
     .product-list .product-details{
    }
     .product-list .list-right{
         width: 37%;
         padding: 0 10px 0 20px;
    }
     .product-block .button-group {
    }
     .productpage .product-info .product-image .customNavigation span.prev,.productpage .product-info .product-image .customNavigation span.next{
         display:block;
    }
     .productpage .product-right{
         width: 50%;
    }
     .productpage .product-left {
         width:50%;
    }
     .checkout-cart .table.table-bordered .input-group-btn {
         clear: both;
         margin: 5px 0 0;
         float: left;
    }
     #accordion label.col-sm-2.control-label{
         width:100%;
    }
     .checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group {
         margin-left: 0 !important;
         margin-right: 3px !important;
    }
     .checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group {
         margin-left: 3px !important;
    }
     #accordion .col-sm-10 {
         width: 100%;
    }
     .form-horizontal .control-label {
         width: 22%;
    }
     .form-horizontal .col-sm-10 {
         width: 78%;
    }
     .product-list .product-thumb .caption{
         margin: 10px 0;
         padding: 0 ;
    }
	#footer .social-block .container {
		margin: 0;
	}
     .footer-top{
         height:auto;
    }
     #column-left .product-items .product-details, #column-right .product-items .product-details{
         width:63%;
    }
     #column-left .product-thumb .price-new, #column-right .product-thumb .price-new {
         margin-top:2px;
    }
     .product-search .sortcat {
         width: 60%;
    }
     .cms-banner-right{
         width:73%;
    }
     .cms-banner-left{
         width:27%;
    }
     #footer{
         margin:0 0 0 0;
    }
     .pagination-right{
         margin-left:5px;
    }
     .productpage .product-info .product-image .customNavigation span.next,.productpage .product-info .product-image .customNavigation span.prev{
       
    }
     .productpage .rating-star{
         display:inline-block;
         width:100%;
    }
     .newsletter .toggle .mobile_togglemenu {
         display: none;
    }
     #content.return .input-group.date .form-control{
         width:auto;
    }
     .tm-about-text{
         padding:0 0 0 15px;
    }
     .aboutme-read-more{
         margin:37px 15px 0 0;
    }
     .contact-info .left,.contact-info .right{
         width:100%;
    }
     .contact-info .right{
         float:left;
         text-align:left;
         clear:both;
    }
     .sidebarFilter{
       
    }
     .nav-responsive span {
         display: none !important;
    }
	#cart > .btn {
		margin-right: 0;
		margin-left: 0;
		height: 35px;
		width: 35px;
	}
	#cart {
		margin-top: 4px;
	}
}
 @media (max-width: 767px) {
  .product-list .product-thumb .caption {
         min-height: 0;
         margin-left: 0;
    }
     .product-grid .product-thumb .caption {
         min-height: 0;
    }
.newsletter .form-group{
	 width: 100%;
}

	.main-menu.container {
         padding-left: 0;
    }
     .layout-2.left-col #column-left, .layout-2.right-col #column-right{
         display:block !important;
         float: left;
    }
     .layout-2 #content,.layout-3 #content{
         width:100%;
    }
     .product-info .image-additional {
         width: 100%;
    }
     .product-info .image-additional a {
         padding: 1px;
         border: none;
    }
     .layout-2 #content{
         padding:0 15px;
         float: left;
    }
     .btn-info {
         margin-bottom:3px;
    }

     .col-sm-4.total_amount {
         margin-top: 20px;
    }
     #cart .dropdown-menu {
   
    }
     .checkout-cart .btn.btn-danger {
         margin-top: -2px !important;
    }
     .button_class {
         clear:both;
    }
     .show-wrapper{
         clear:both;
         margin:10px 0 0;
    }
     .category_filter .show {
         float: left;
         margin: 8px 10px 0 0;
    }
     .product-compare .table-bordered{
         float:left;
         width:100%;
         overflow:auto;
         display:inline;
    }
     .product-info .image, .product-info .additional-carousel {
         margin: 0 auto;
         width: 300px;
    }
     .addthis_toolbox.addthis_default_style{
         margin: 10px 0;
    }
     #content .category_list .filterbox{
         border:1px solid #e7e7e7;
         margin:10px 0;
    }
     #content .category_list .filterbox .list-group a{
         border:none;
    }
     .content-top #content{
         min-height:0;
    }
     .container.content-bottom{
         margin-top:25px;
    }
     .post-image {
         width: 100%;
    }
     .text2{
         font-size:12px;
    }
     .text1{
         font-size:10px;
    }
     #banner1{
         display: inline-block;
         margin: 0 2.3%;
    }
     .cms-title{
         padding:15px 12px;
    }
     .post-image img{
         width:100%;
    }
     #testimonial-blog .slider-item.last_item_tm .single-post,#testimonial-blog .slider-item.first_item_tm .single-post{
         margin: 0 20px !important 
    }
     .cms-banner-right .cms-banner2.single-banner{
         width: 55% 
    }
     .cms-banner-left {
         width: 26%;
    }
     .cms-banner-right {
         width: 74%;
    }
     .cms-banner-right .cms-banner3.single-banner {
         width: 36.1%;
    }
     .cms-banner-right .cms-banner2.single-banner {
         width: 54.8%;
    }
     .footer-container ,.content_footer_bottom{
    }
     #bottomfooter,.powered{
         text-align:center;
    }
     #content .category_list .filterbox{
         clear:both;
    }
     .filterbox .list-group{
    }
     .product-list .list-right{
         padding: 0 10px 0 18px;
    }
     .pagination-wrapper{
        margin-bottom:25px;
		padding: 15px;
		background-color: transparent;
    	border: 1px solid #2a2a2a;
    }
     .productpage .product-left{
         width:100%;
    }
     .productpage .product-right{
         width:100%;
         padding:35px 15px;
    }
     .form-horizontal .col-sm-10,.form-horizontal .control-label{
         width:100%;
    }
     #form-language .btn span, #form-currency .btn span{
       
    }
     .tm-about-text{
         background:none;
         padding:0 15px 0 30px;
    }
     .cms-banner-right{
         width:73.5%;
    }
     .cms-banner-left{
         width:26.5%;
    }
     .sale{
         opacity:1;
         -khtml-opacity: 1;
         -webkit-opacity:1;
         -moz-opacity:1;
    }
     .banners-slider-carousel .product-block-inner > img{
         max-width:100%;
    }
     .product-list .product-thumb .image{
         float:left;
    }
     .product-search .sortcat {
         width: 100%;
    }
     .productpage .write-review{
         display: block;
    }
     .productpage .write-review:before {
         display:none;
    }
     .account-address .table-bordered .text-right .btn-info ,.account-order-info .table-bordered .text-right .btn-primary{
         margin-bottom:0;
    }
     #content.return .input-group.date .form-control{
         width:100%;
    }
     .tm-about-text::before {
         content: none;
    }
     .content-wrap{
         margin-left:0;
    }
     .tm-about-text{
         width:65%;
         padding-left:15px;
    }
     .productpage .rating-wrapper .addthis_toolbox.addthis_default_style,.productpage .review-count{
         float:left;
    }
     .cms-banner-right{
         text-align:center;
    }
     #footer .copyright-container.container{
         margin:0;
         padding: 20px 0;
    }
     #footer .copyright-container.container .footer-container {
         float: none;
    }
     .social, .footer-top-right {
         float: none;
         text-align: center;
    }
}
@media (max-width: 544px) {
.product-list .product-details {
    overflow: visible;
    display: inline-block;
    vertical-align: top;
}
.product-list .product-thumb .caption {
    text-align: center;
}
.product-list .caption .price {
    text-align: center;
}
.product-list .product-thumb .image {
    float: none;
	display: inline-block;
	vertical-align: top;
}
}
 @media (max-width: 479px) {
       #logo .img-responsive {
         max-height: 40px;
    }
     #accordion .panel-body {
         padding: 10px 10px 20px;
         border: none;
    }
     .responsive-menu .nav.navbar-nav {
       
    }
     .header-logo {
		position: absolute;
		left: 40px;
		right: auto;
		top: 25px;
		height: 35px;
		width: 125px;
    }
     .main-menu {
       
    }
     .header-right {
         padding: 0;
    }
     #menu.responsive-menu{
         padding: 0;
    }
     #content .box .box-heading, .box-heading.side-box-heading,.newsletter-title{

    }
     .table{
         margin-bottom: 20px;
         overflow: scroll;
         width: 100%;
    }
     #top-links .list-inline{
    }
     .product-layout.product-grid{
         width:100% !important;
         text-align: center;
    }
     .shopping-cart .input-group .form-control{
         width:100%;
         padding:0;
         text-align:center;
    }
     .account-wishlist .table-bordered{
         float:left;
         width:100%;
         overflow:auto;
         display:inline;
    }
     #cart .dropdown-menu table {
         
    }
     .flex-direction-nav a:before {
         font-size:27px !important;
    }
     .dropdown-menu.pull-right {
         width: 100%;
    }
     #cart .dropdown-menu li > div {
         min-width:100%;
    }
     .category_filter .limit {
         float: left;
    }
     .contact-info .left,.contact-info .right{
         width:100%;
    }
     .product-info .image, .product-info .additional-carousel {
         width: 100%;
    }
     .nav-tabs > li{
         width:100%;
    }
     .nav-tabs > li > a{
         margin:0 0 2px;
    }
     .product-thumb .button-group .addtocart, .product-thumb .button-group .wishlist, .product-thumb .button-group .compare, .product-thumb .button-group .quickview a{
    
    }
     .productpage .review-count{
         display: inline-block;
         margin-left: 0;
    }
     .pagination-wrapper .page-link{
         float:left;
    }
     .pagination-wrapper .page-result{
         float:left;
         clear:both;
    }
     .checkout-cart .buttons .pull-right {
         clear: both;
         float: left;
         margin: 10px 0;
    }
     .bootstrap-datetimepicker-widget.dropdown-menu{
         width:auto;
    }
     .checkout-cart #accordion .input-group-btn {
         float: left;
         margin: 5px 0 0;
    }
     .single-banner {
         width: 100%;
         text-align: center;
    }
     .single-banner div ,.cms-banner-right .single-banner{
    }
     #banner1{
         margin:15px 0;
    }
     .cms-banner-left ,.cms-banner-right{
         width: 100%;
    }
     .cms-subbanner1 ,.cms-banner .cms-banner-left .cms-subbanner2.single-banner{
         width:100%;
         margin:10px 0;
    }
     .cms-banner-right .cms-banner2.single-banner {
         width:100%;
         margin:10px 0 6px;
    }
     .cms-banner-right .cms-banner3.single-banner {
         width: 100%;
         margin:10px 0;
    }
     .single-banner div img, .cms-banner-right .single-banner img{
         transition:none;
         -webkit-transition: none;
         -moz-transition: none;
         -ms-transition:none;
         -o-transition:none;
         display:inline;
    }
     .single-banner div:hover img, .cms-banner-right .single-banner:hover img{
         transform:none;
         -webkit-transform:none;
         -ms-transform:none;
         -o-transform:none;
         -moz-transform:none;
    }
     .slider-banner{
         display:none;
    }
     .container.content-bottom {
         margin-top: 0;
    }
     .content-top #content{
         margin-bottom:15px;
    }
     .htabs .etabs li {
         display: block;
         float: none;
         margin-top: 3px;
         width: 100%;
    }
     .etabs, .nav-tabs > li {
         width: 100%;
    }
     .htabs {
         height: auto;
    }
     .htabs a {
         display: block !important;
         float: none;
         margin: 3px 0 0;
         width: auto;
         background-color: #eeeeee;
         border-bottom: 2px solid #eeeeee;
    }
     .hometab .customNavigation a{
         top: -25px;
    }
     #content .hometab .box .box-content{
         padding:28px 0 0;
    }
     .owl-pagination {
        /*display: none;
         */
    }
     .product-list .caption{
         width:100%;
    }
     .product-list .list-right {
         clear: both;
         width: 100%;
         padding:0 10px;
    }
     .product-list .list-right{
         margin:0 0 10px;
         border-left:0 none;
         padding:0;
    }
     .product-list .caption{
         margin: 15px 0;
    }
     .productpage .nav-tabs > li > a {
         display: block !important;
         float: none;
         margin: 0 0 10px!important;
         width: auto;
    }
     .etabs, .nav-tabs > li {
         width: 100%;
    }
     .nav .pull-left {
         display: inline-block;
         float: none;
    }
     .nav.pull-right {
         float: none;
    }
     .nav.pull-left {
         float: none;
    }
     #top .container{
         text-align:center;
    }
     #form-currency .dropdown-menu, #form-language .dropdown-menu{
         min-width: 160px;
    }
     #cart{
        /*margin-top:10px;
         */
    }
     .content_headercms_top ,.header-cart{
         display:block;
    }
     .cms-data{
         border-right:0 none;
    }
     .header {
        /*height: 180px;
         */
    }
     .header-search{
        /*top:212px;
         */
    }
     .content_headercms_top{
        /*margin-top:0;
         */
     
    }
     .header-tele-cms{
         right:0;
    }
     .cms-data{
         padding-right:0;
    }
     #cart > .btn{
         margin-right:0;
         margin-left:0;
    }
     .checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group {
         margin: 0 !important;
    }
     .list-buttoncart{
         clear:both;
    }
     .tm-about-text {
         width: 100%;
         padding:0 15px 15px;
         margin-bottom:0;
         text-align:center;
    }
     .aboutme-read-more{
         margin:10px 0 25px 0;
         width:100%;
         text-align:center;
    }
     .product-search .sortcat{
         width: 100%;
    }
     #cart > .btn{
         margin-left:0;
    }
     #top-links{

    }
     .myaccount .dropdown-menu{
        /*margin: 6px 0 0;
         */
    }
     .box.related .box-heading{
        /*width:77%;
         */
    }
     .row.site-map{
         overflow:auto;
    }
     .contact-info .right{
         text-align:center;
    }
     .main-slider::after{
         top: 50px;
    }
     .main-slider{
        /*margin-bottom: 50px;
         */
    }
     .main-slider .swiper-pager {
         display: none;
    }
     .main-slider .swiper-pagination{
		display: block;
    }
     .newsletter{
		padding: 60px 0;
		text-align: center;
		width: 100%;
		margin: 0 0;
    }
     .newsletter .desc {
         font-size: 14px;
    }
     #txtemail{
         text-align: center;
		 width: 100%;
	     padding: 15px 10px;
    }
	#cart .dropdown-menu {
		left: auto;
		right: -50px;
		width: 290px;
		overflow: scroll;
		padding: 12px;	
    }
}
 @media (max-width: 319px){
     .product-info .product-image .customNavigation{
         width:196px;
         margin:0 auto;
         position: relative;
    }
     .product-info .additional-carousel {
         width:196px;
         margin:0 auto;
    }

     .compare-total {
         clear: both;
         margin: 8px 10px 10px 0;
    }

     #cart .text-right .addtocart{
         margin:0 0 5px;
    }
     #cart .text-right .checkout{
         margin:0;
    }
     .tm-about-text{
         background:none;
         padding:0 15px 
    }
     .aboutme-read-more{
         margin:25px 0;
    }
     #footer .column #contact ul{
         overflow: auto;
         width: 100%;
    }
     .post-date{
         min-width:45px;
    }
     .compare-total{
         margin-left:5px;
    }
     #product #input-quantity{
         margin-bottom:5px;
    }
     .account-address .table-bordered .text-right .btn-danger,account-order-info .table-bordered .text-right .btn-danger{
         float:left;
         clear:both;
         margin-top:2px;
    }
     .account-address .table-bordered .text-right .btn-info, .account-order-info .table-bordered .text-right .btn-primary{
         float:left;
    }
}
/* Theme End */
 .alert.alert-success.animated.fadeInDown{
     width:100%;
     text-align:center;
     margin:0 -5px;
}
 .product-compare .btn-block + .btn-block {
      margin-top: 0;
      background: #cbba9c;
      color: #1f1f1f;
}
  .product-compare .btn-block + .btn-block:hover {
      background: #2a2a2a;
      color: #ffffff;
}

.main-slider .swiper-pager div {
    position: static;
	margin: 0;
    background-color: #1f1f1f;
    background-size: 16px;
    float: left;
    width: 80px;
}
.main-slider .swiper-viewport .swiper-pager {
	position:absolute;
	top:auto;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	z-index:99;
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
    width: 160px;
}
.main-slider .swiper-pager div.swiper-button-prev:before {
    content: '';
    height: 25px;
    width: 1px;
    background: #4a4a4a;
    display: block;
    position: absolute;
    top: 17px;
    left: auto;
    right: 80px;
    bottom: auto;
}

.item.text-center.product-innerblock {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
}

#content .category_list ul li a {
	background-color: transparent;
    display: block;
    padding: 2px 0;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
	min-height: 52px;
}
#content .category_list ul li:hover a img {
    box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0 ,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0 ,0.1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0 ,0.1);
}
 #content .category_list ul li a:hover{
     color: #cbba9c;
}
 .category_list li a:hover {
}
 #content .category_list li {
float: left;
    margin: 0 0 5px;
    overflow: auto;
    position: relative;
}
#content .category_list li img {
    max-width: 100%;
}