body {
    background-color: #ffffff;
    color: #999999;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
}
:focus {
	outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #999999;
}
/* 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: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
legend {
	font-size: 18px;
	padding: 7px 0;
}
label {

	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;
}
.header-nav .pull-left {
	float: none;
}
/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline-block;
}
.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: #000000;
}
/* top */

#top {
	/*background-color: #fff;
     */
	padding: 0;
	text-align: left;
}
#top .container {
	padding: 0;
}
#top #form-currency .currency-select {
	text-align: left;
	width: auto;
}
#top #form-currency .currency-select:hover {
	text-shadow: none;
}
#form-language,
#form-currency {
	    line-height: 21px;
}
@media (max-width:979px) {
	#form-language,
	#form-currency {
		line-height: 21px;
		border: 1px solid #f7f7f7;
		padding: 5px;
	}
}

#form-currency .dropdown-menu .btn-link {
    text-align: left;
    width: auto;
    float: left;
    padding: 0 10px;
	    margin-right: 5px;
}
#form-language .btn,
#form-currency .btn {
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0;
    position: relative;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}
@media (min-width:980px) {
	#form-language .btn:before, #form-currency .btn:before{
	    content: '';
    position: absolute;
    right: -5px;
    left: auto;
    top: -9px;
    bottom: auto;
    border: 1px solid #dca19e;
    height: 40px;
    width: auto;
	}
	#form-language .btn.btn-link.btn-block:before{
		display:none;
	}
}
#form-currency .btn {
    border-right: none;
	    margin: 0 5px 0 15px;
}
#form-language .btn:hover,
#form-currency .btn:hover {
	color: #000000;
}
.Language-text,
.currency-text {
	display: inline-block;
}
#form-language .btn.btn-block,
#form-currency .btn.btn-block {
	color: #000000;
	padding: 4px;
}
#form-language .btn.btn-block:hover,
#form-currency .btn.btn-block:hover {
	color: #D7827E;
}
#top .language-menu .language-select {
	color: #525252;
	width: 100%;
	padding: 2px 10px;
	text-align: left;
}
#top .language-menu .language-select:hover {
	background-color: transparent;
	color: #243D47;
}
#form-currency .dropdown-menu,
#form-language .dropdown-menu,
.affiliate-dropmenu .dropdown-menu {
    left: 0;
    right: auto;
    background-color: #ffffff;
    padding: 10px 15px;
    top: 31px;
    margin: 0 auto;
}
@media (max-width: 979px){
	#form-currency .dropdown-menu,
	#form-language .dropdown-menu,
	.affiliate-dropmenu .dropdown-menu {
		    top: 35px;
	}
}
#form-language .dropdown-menu {
	
    float: left;
    width: auto;
    font-size: 0;
}
#form-language .btn.btn-link.btn-block {
    float: left;
    width: auto;
}
#form-language .btn.btn-block, #form-currency .btn.btn-block {
    color: #333333;
    padding: 4px;
}
.btn-group .language-menu li, .btn-group .currency-menu li {
    display: inline-block;
    vertical-align: top;
}
.header .header-nav-wrapper {
	padding:  0;
}
@media (max-width: 979px){
	.header .header-nav-wrapper {
		display:none;
	}
}
.user-info-image {
    display: block;
    vertical-align: top;
    font-size: 0;
    cursor: pointer;
    background-image: url(../image/themeimage/user-info-icon.svg);
    background-repeat: no-repeat;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    background-position: center;
    background-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0;
}

.header .myaccount .user-info-name {
    color: #D7827E;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 400;
	    display: none;
}
.header .myaccount:hover .user-info-name {
    color: #000000;
}
@media (max-width: 1199px) {
	.header .myaccount .user-info-name {
		display:none;
	}
}
@media (max-width: 979px) {
	.user-info-image {
		height: 30px;
		width: 30px;
		margin: 0;
		background-size: 20px;
		line-height: 30px;
		border: none;
	}
}
.header .myaccount:hover .user-info-image {
	background-image: url(../image/themeimage/user-info-icon-hover.svg);
	background-repeat: no-repeat;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.user-info-desc {
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	margin: 3px 0 0;
}
.header .myaccount:hover .user-info-desc {
	color: #000000;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.myaccount a.dropdown-toggle {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.header .myaccount .account-title {
display: none;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 10px 0 0 0;
	display: inline-block;
	vertical-align: top;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.header .myaccount:hover .account-title {
	color: #84BF67;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.user-info-wrapper {
	display: none;
	vertical-align: top;
	text-align: left;
}
.header .myaccount {
    position: relative;
    float: right;
    z-index: 9;
    display: block;
    padding: 0 0;
    margin: 19px 10px 0 0;
    vertical-align: top;
    padding-right: 15px;
    border-right: 1px solid #efefef;

}
.header .header-cart {
    padding: 0;
    margin: 19px 0 0 0;
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-left: 5px;
}

.user-info-wrapper .user-info-icon-desc {
	display: block;
	color: #c3c3c3;
	font-size: 10px;
	line-height: 12px;
	text-transform: capitalize;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.myaccount .dropdown-menu > li > a {
	    color: #777777;
    font-size: 13px;
}
.myaccount .dropdown-menu {
	right: 0;
	left: auto;
	background-color: #ffffff;
	padding: 15px;
	margin: 0;
	z-index: 999;
	top: 47px;
	min-width: 200px;
}

@media (max-width: 1299px){
	.myaccount .dropdown-menu{
		    top: 47px;
	}
}
@media (max-width: 979px){
	.header-top .container {
    	padding: 5px 0;
	}
}
.header-top {
    background-color: #D7827E;
    z-index: 5;
    padding: 8px 0;
    color: #ffffff;
    font-size: 12px;
    clear: both;
    font-weight: 300;
}
@media (max-width: 979px){
	.header-top {
		display:none;
	}
}
.myaccount .caret {
	vertical-align: 2px;
	display: none;
}
#form-language .dropdown-menu > li > a {
	padding: 2px 10px;
	text-align: left;
}
#form-currency .dropdown-menu .btn {
	border: 0 none;
}
#form-language .dropdown-menu > li > a:hover {
	color: #FFFFFF;
}
#top .btn-link,
#top-links li,
#top-links a {
	font-size: 13px;
	letter-spacing: 0.6px;
	text-decoration: none;
}
#top-links {
	float: none;
	margin: 0 10px;
}
#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;
}
#top-links li {
	padding: 0;
	display: block;
}
.btn-group .language-menu li, .btn-group .currency-menu li {
    display: inline-block;
    vertical-align: top;
}
#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:#D7827E;
	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: #D7827E;
}
#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 .list-inline {
	margin: 1px 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) {
	.header .myaccount {
		padding: 0;
		margin: 10px 7px 0 0;
		width: auto;
		height: auto;
		border: none;
	}
	.myaccount .dropdown-menu {
		top: 52px;
	}
	.user-info-wrapper {
		display: none;
	}
	#form-language .common-btn:after,
	#form-currency .common-btn:after {
		display: none;
	}

	#form-language .btn {
		padding: 3px 0;
		    color: #000000;
		    border: none;
	}
	#form-currency .btn {
		padding: 3px 0;
		    color: #000000;
	}
	#form-language img.hidden-md.hidden-lg, #form-currency span.hidden-md.hidden-lg {
		margin: 0;
		display: inline-block !important;
		opacity: 1;
	}
	.responsive-menu .nav.navbar-nav .nav.pull-left {
		float: none;
		display: block;
		text-align: center;
		padding-bottom: 50px;
		    clear: both;
    padding-top: 50px;
	}
	.responsive-menu .pull-left {
    float: none;
    display: inline-block;
    vertical-align: top;
}
	#form-language .btn-group span.hidden-xs, 
	#form-language .btn-group span.hidden-sm, 
	#form-currency .btn-group span.hidden-xs, 
	#form-currency .btn-group span.hidden-sm {
		display: inline-block !important;
		margin:0 2px;
	}
}
@media (max-width: 767px) {
	.header-nav {
		text-align: center;
	}
	.user-info-desc {
		display: none;
	}
}
@media (max-width: 479px) {
	.Language-text,
	.currency-text {
		display: none;
	}
	#form-language .btn .fa.fa-angle-down,
	#form-currency .btn .fa.fa-angle-down {
		display: none;
	}
	#form-language .btn,
	#form-currency .btn {
		padding: 0;
	}
	#form-currency {
		margin: 3px 0;
	}
	#form-language {
		margin: 3px 5px;
	}
	.myaccount .dropdown-menu {
		top: 51px;
	}
	#form-currency .dropdown-menu,
	#form-language .dropdown-menu,
	.affiliate-dropmenu .dropdown-menu {
		top: 31px;
	}
}
/**** header link****/
.header ul.list-unstyled {
    margin: 0;
}
.header .header-nav-right ul.list-unstyled li {
    display: inline-block;
    vertical-align: top;
	position: relative;
}
.header .header-nav-right ul.list-unstyled li a {
	margin-left: 15px;
	text-transform: capitalize;
	font-size: 12px;
	position:relative;
	padding: 0 5px;
}
.header .header-nav-right ul.list-unstyled li:before{
    content: '';
    position: absolute;
    left: auto;
    right: -10px;
    top: 5px;
    bottom: auto;
    background: #ccc9c9;
    width: 1px;
    height: 15px;
}
.header .header-nav-right ul.list-unstyled li:last-child:before{
	display:none;
}
/*** end ********/
/* Header */

header {
	position: relative;
}
.header > .container {
	position: relative;
	text-align: center;
}
@media (max-width: 979px) {
	.header > .container {
		margin:0;
	}
	header {
    	padding: 0 ;
	}
}
.main-slider .swiper-wrapper {
	direction: ltr !important;
}
.header .header-nav-left {
	float: left;
	padding: 0;
}
.header .header-nav-right {
	float: right;
	padding: 0;
	margin:12px 0;
}
@media (max-width: 979px) {
	.header .header-nav-right {
		display:none;
	}
}
.header .header-nav-right .pull-left {
	float: left;
}
/* logo */

.header-logo {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 41px;
    bottom: auto;
    width: 174px;
    height: 64px;
}



@media (max-width: 991px) {
	.header-logo #logo {
   		 width: auto;
	}
}
.header-nav-right .search {
	float: right;
}
.header-search {
    background-image: url(../image/themeimage/header-search.svg);
    background-size: 16px;
    -webkit-background-size: 16px;
    -moz-background-size: 16px;
    -ms-background-size: 16px;
    -o-background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    cursor: pointer;
}
.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;
}
.myaccount-menu {
	margin-bottom: 0;
}
.myaccount-menu li {
	padding: 0;
}
.myaccount-menu li a {
	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;
}
.myaccount-menu li a:hover {
	color: #000000;
	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;
}
.myaccount-menu li .fa {
	color: #000000;
	margin: 0 8px 0 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;
}
.myaccount-menu li:hover .fa {
	color: #000000;
	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;
}
.myaccount-menu li:hover a {
	color:#000000;
	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;
}
.myaccount .dropdown-menu .nav.pull-left {
	margin: 0 10px;
}
/* search */

.content_headercms_top .dropdown.search {
    margin: 19px 10px 0 0;
    z-index: 9;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-right: 15px;
    float: right;
    border-right: 1px solid #efefef;
}

#search {
    margin: 0;
    padding: 0;
    box-shadow: none;
    margin: 0;
    width: 250px;
    position: absolute;
    left: auto;
    right: 0;
    top: 47px;
    display: none;
    border-radius: 5px;
    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);
}

@media (max-width: 1699px) {
	#search {
		    width: 300px;
	}
}
@media (max-width: 1299px) {
	#search {
		    width: 250px;
	}
}


#search .input-lg {
    border: none;
    float: left;
    height: auto;
    margin: 0;
    padding: 12px 45px 12px 10px;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
}
#search .input-lg::placeholder{
	color:#c3c3c3;
	font-size:12px;
	text-transform: capitalize;
}
#search .input-lg:focus,
#search .input-lg:active {
	border-color:#000000;
}
#search .btn-lg {
    border: none;
	background: transparent;
	color: #000000;
	cursor: pointer;
	font-size: 0;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	z-index: 1;
}
#search .btn-lg:hover {
    border: none;
	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;
    font-size: 0;
    white-space: nowrap;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
    width: 45px;
    height: 45px;

}
#search .search_button {
	background-image: url(../image/themeimage/pst-header-search.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	background-color: transparent;
	display: block;
	font-size: 0;
	font-weight: 600;
	line-height: 45px;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 1;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	width: 45px;
	height: 45px;
	border-radius: 0 5px 5px 0;
}
#search .search_button:hover {
    background-image: url(../image/themeimage/pst-header-search-hover.svg);
    background-size: 18px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    background-color: transparent;
}
@media (max-width: 979px) {
		 .content_headercms_bottom #search {
		position: static;
		display: block !important;
		box-shadow: none;
		margin: 0 auto;
		text-align: center;
		float: none;
		width: 270px;
	}
	.header-search {
		display: none;
	}
	#search .btn-lg {
		
	}
	.content_headercms_bottom .search {
		background-color: transparent;
		display: inline-block;
		vertical-align: top;
		position: relative;
		top: 0;
		width: auto;
		padding: 0;
		z-index: 1;
	}
	.header .header-cart {
		padding: 0;
		margin: 10px 7px 0 0;
		width: auto;
		height: auto;
	}
	.search {
		text-align: center;
	}
	#search .input-lg {
		background: none repeat scroll 0 0 #ffffff !important;
		border: none;
		    padding: 9px 40px 9px 10px;
	}
	#search .input-lg::placeholder {
		color: #2a2a2a;
	}
	.header-logo {
		top: 22px;
		bottom: auto;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		width: 110px;
		height: auto;
		background: none;
		padding: 0;
	}
	#search .input-group-btn {
		top: 0;
		right: 0;
		width: auto;
	}
	#search .search_button {
		background-size: 15px;
		-webkit-background-size: 15px;
		-moz-background-size: 15px;
		-ms-background-size: 15px;
		-o-background-size: 15px;
		background-position: center;
		background-repeat: no-repeat;
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 0;
		padding: 0;
		background-color: transparent;
	}
	#search .search_button:hover{
		    background-image: url(../image/themeimage/header-search.svg);
		background-color: transparent;
	}
	.myaccount .dropdown-menu .nav.pull-left {
		float: left;
		margin: 0 20px;
	}
}
@media (max-width: 479px) {
	.content_headercms_bottom #search {
		width: 100%;
	}
	.content_headercms_bottom .search {
		width: 100%;
	}
}
/* cart */

#cart-total {
display: inline-block;
    vertical-align: top;
    background-color: transparent;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 18px;
    text-transform: uppercase;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    margin: 0;
    letter-spacing: 1px;
    position: absolute;
    left: -19px;
    right: auto;
    top: -2px;
    bottom: auto;
   width: 18px;
    height: 18px;
    background-color: #D7827E;
}
.header .header-cart:hover #cart-total {
    background-color: #000000;
    color: #FFFFFF;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
@media (max-width: 979px) {
	#cart-total {
		left: -22px;
		top: -10px;
		margin: 0 0;
		background-color: transparent;
		color: #000000;
	}
}
#cart #cart-total .fa.fa-shopping-cart {
	display: none;
}
#cart {
	margin: 0;
	float: right;
	position: static;
}
.header .header-cart #cart {
    padding: 0;
    position: relative;
    cursor: pointer;
    float: none;
}
@media (max-width: 979px) {
	.header .header-cart #cart{
		background-color: transparent;
		padding: 0;
	}
}
#cart > .btn {
	display: inline-block;
	background: transparent;
	padding: 0;
	border: none;
}
#cart .cart-icon {
    background-image: url(../image/themeimage/header-cart.svg);
    background-repeat: no-repeat;
    position: relative;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-position: center;
    background-size: 19px;
    display: inline-block;
    cursor: pointer;
    float: left;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 0 0;
}

.header .header-cart:hover #cart .cart-icon {
	background-image: url(../image/themeimage/header-cart-hover.svg);
	background-repeat: no-repeat;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

@media (max-width: 979px) {
#cart .cart-icon {																																																																																											  	height: 30px;
	width: 30px;
    margin: 0;
	background-size: 20px;
	}
}
#cart > .btn #cart-title {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    margin: 13px 0 0 0;
	letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.header .header-cart:hover #cart > .btn #cart-title {
	color:#000000;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#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: #ffffff;
	z-index: 1001;
	color: #000000;
	width: 350px;
	padding: 15px 15px;
	top: 47px;
}
@media (max-width: 1299px) {
	#cart .dropdown-menu {
		top: 48px;
	}
}
#cart .dropdown-menu {
	overflow-y: scroll;
	max-height: 400px;
	overflow-x: hidden;
	margin: 0;
}
#cart .button-container {
	width: auto;
	float: right;
	margin: 0 0 5px;
}
#cart .dropdown-menu table {
	margin-bottom: 15px;
	background-color: transparent;
}
#cart .dropdown-menu .text-center {
	padding: 10px 0 !important;
}
#cart .dropdown-menu table.table-striped {
	border-bottom: 1px solid #eeeeee;
}
.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 5px;
	border: 0 none;
	color: #000000;
}
#cart table.table-striped .btn-danger:hover {
	color: #000000 !important;
}
#cart .dropdown-menu table td {
	border: none;
	background: none;
}
#cart .dropdown-menu li > div {} #cart .dropdown-menu li p {
	margin: 0px 0;
}
.checkout-success .row {
	margin: 0;
}
.checkout-success #content {
	background: #ffffff;
	padding: 20px 20px;
}
.cart-menu a {
	color: #525252;
}
.content_headercms_top {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    clear: both;
}
.content_headercms_top .container {
    padding: 33px 0;
    min-height: 135px;
}
.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) {
	#cart .dropdown-menu {
		top: 52px;
	}
	.nav-full-wrapper {
		padding: 5px 0;
		background: #243D47;
	}
	#cart > .btn #cart-title {
		display: none;
	}
	.header .myaccount .account-title {
		display: none;
	}
	.common-home .header {
		position: static;
	}
	.content_headercms_top {
		margin: 0;
		padding: 0 0;
		min-height: 77px;
		width: auto;
		float: none;
	}
	.content_headercms_top .container{
		min-height: inherit;
		padding: 15px 0;
	}
	#cart > .btn {} .content_headercms_top.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		background: #ffffff;
		box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
		animation: slide-down 0.7s;
		-webkit-animation: slide-down 0.7s;
		-moz-animation: slide-down 0.7s;
		-o-animation: slide-down 0.7s;
	}
	@keyframes slide-down {
		0% {
			transform: translateY(-100%)
		}
		100% {
			transform: translateY(0)
		}
	}
}
@media (max-width: 479px) {

}
/* menu */

.nav-inner {
	/*display: none;
     */
}
.nav-inner-cms {
	    clear: both;
}

.header-bottom {
	float: left;
	width: 100%;
	padding: 0;
	clear: both;
	background-color: #ffffff;
	border-top: 1px solid #efefef;
}
@media (max-width: 979px) {
	.header-bottom {
		display:none;
	}
}
@media (min-width: 980px) {
	.header-bottom.fixed {	
		position: fixed;
		top: 0;
		left:0;
		right:0;
		width:100%;
		z-index:999;
		border-top: 0;
		-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
		box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
		animation: slide-down 0.7s;
	}

}

@keyframes slide-down {
	0% {
		transform: translateY(-100%)
	}
	100% {
		transform: translateY(0)
	}
}

.content_headercms_bottom {
    clear: both;
	    display: none;
}



.main-menu {
	position: static;
	text-align: center;
}
.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;
	padding: 0;
	    float: none;
}
.main-menu > ul > li {
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	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 5px;
}




.nav-responsive span,
.main-menu > ul > li > a {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 20px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 6;
    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: #000000;
}
.product-tab .nav-tabs>li.active>a,
.product-tab .nav-tabs>li.active>a:hover,
.product-tab .nav-tabs>li.active>a:focus,
.product-tab .nav>li>a:hover {
	color: #ffffff;
}
.main-menu a:hover {
	text-decoration: none;
       color: #ffffff;
    background-color: #D7827E !important;
}
.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: #000000;
}
.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;
	background:transparent;
	z-index: 5;
	padding: 15px;
	top: 0;
	bottom: auto;
	left: 100%;
	right: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin: 0 !important;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.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: translateY(-10%);
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%);
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	visibility: hidden;
	transition: 0s, 0s, 0.4s;
	-webkit-transition: 0s, 0s, 0.4s;
	-moz-transition: 0s, 0s, 0.4s;
	-ms-transition: 0s, 0s, 0.4s;
	-o-transition: 0s, 0s, 0.4s;
}
.main-menu > ul > li ul.childs_1 > li:hover .dropdown-menu,
.main-menu > ul > li ul.childs_2 > li:hover .dropdown-menu {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	visibility: visible;
	transition: 0s, 0s, 0.4s;
	-webkit-transition: 0s, 0s, 0.4s;
	-moz-transition: 0s, 0s, 0.4s;
	-ms-transition: 0s, 0s, 0.4s;
	-o-transition: 0s, 0s, 0.4s;
}
.main-menu > ul > li .column3 ul.childs_1 > li:hover .dropdown-menu,
.main-menu > ul > li .column3 ul.childs_2 > li:hover .dropdown-menu {} .main-menu > ul > li ul.childs_2 ul.childs_3 > li:hover .dropdown-menu {
	transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%);
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	visibility: hidden;
	transition: 0s, 0s, 0.4s;
	-webkit-transition: 0s, 0s, 0.4s;
	-moz-transition: 0s, 0s, 0.4s;
	-ms-transition: 0s, 0s, 0.4s;
	-o-transition: 0s, 0s, 0.4s;
}
.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: #000000;
	display: block;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
}
.main-menu > ul > li .column3 ul.childs_1 > li > a {
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 0;
    color: #000000;
}
.main-menu > ul > li .column3 ul.childs_1 > li > a:hover {
    color: #D7827E;
    background-color: transparent !important;
}
.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: #D7827E;
    background-color: transparent !important;
}
.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);
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.main-menu > ul > li ul > li .dropdown-menu a {
	padding: 2px 15px;
	margin: 0 0 3px 0;
	    position: relative;
}
.main-menu>ul>li ul>li .dropdown-menu a:before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 8px;
     background-color: #000000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
  	top: 12px;
    left: 3px;
    right: auto;
    bottom: auto;
    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;
}
.main-menu>ul>li ul>li .dropdown-menu a:hover:before {
    border-color:#D7827E;
    background-color: #D7827E;
    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;
}
.main-menu > ul > li ul > li > a {
	display: inline-block;
	vertical-align: top;
}
.main-menu > ul > li .column3 .childs_1 {
	padding: 0 10px;
}
@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 {
		background-color: #ffffff;
		transform: translateY(-10%);
		-webkit-transform: translateY(-10%);
		-moz-transform: translateY(-10%);
		-ms-transform: translateY(-10%);
		-o-transform: translateY(-10%);
		padding: 25px;
		margin: 0!important;
		left: 15px;
		display: block;
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		visibility: hidden;
		transition: 0s, 0s, 0.4s;
		-webkit-transition: 0s, 0s, 0.4s;
		-moz-transition: 0s, 0s, 0.4s;
		-ms-transition: 0s, 0s, 0.4s;
		-o-transition: 0s, 0s, 0.4s;
	}
	#menu .hiden_menu .dropdown-menu.megamenu {
		left: auto;
		right: 0;
		padding: 15px;
	}
	#menu .dropdown:hover .dropdown-menu.megamenu,
	#menu .dropdown .dropdown-menu.megamenu .dropdown:hover .dropdown-menu.megamenu {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		visibility: visible;
		transition: 0s, 0s, 0.4s;
		-webkit-transition: 0s, 0s, 0.4s;
		-moz-transition: 0s, 0s, 0.4s;
		-ms-transition: 0s, 0s, 0.4s;
		-o-transition: 0s, 0s, 0.4s;
	}
}
@media (max-width: 979px) {
	.content_headercms_bottom {
		margin: 0;
		position: relative;
		background: #D7827E;
		padding: 5px 15px;
		line-height: 15px;
		width: auto;
		text-align: center;
		    display: block;
	}
	.content_headercms_bottom .container {
		background: transparent;
		position: relative;
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}
}
@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;
	}
}
@media (max-width: 479px) {
	.content_headercms_bottom .container {
		display: block;
	}
}
/* Vertical Category Start*/

#nav-one .dropdown:hover .dropdown-menu,
#nav-one .hiden_menu:hover .dropdown-menu {
	display: block;
	box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.1);
}
#nav-one > li > .dropdown-menu {
	left: 100%;
	right: auto;
	padding: 0;
}
#nav-one > li.hiden_menu > .dropdown-menu {
	padding: 22px;
}
.top_level.hiden_menu {
	position: relative;
}
#nav-one li .megamenu ul.childs_1 {
	padding: 0 10px;
}
#nav-one li .megamenu ul.childs_1:last-child {} #nav-one li ul {
	display: table-cell;
	float: none;
}
#nav-one ul {
	display: inline-block;
	float: none;
	margin: 0 auto;
	text-align: left;
}
#nav-one li .megamenu ul.list-unstyled li > a,
.hiden_menu .top_level a {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 8px;
	text-transform: capitalize;
	width: 100%;
}
#nav-one li .megamenu ul.list-unstyled li > a:before {
	display: none;
}
#nav-one > li ul > li > a {
	min-width: 188px;
}
#nav-one > li ul > li > a {
	min-width: 188px;
}
#nav-one li ul > li > a,
.responsive-menu .main-navigation li a {
	color: #262626;
	display: block;
	font-size: 13px;
	padding: 8px;
	white-space: nowrap;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
	border: medium none;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav-one li ul {
	display: table-cell;
	float: none;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
    color: #000000;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    text-transform: capitalize;
	border: none;
}
#nav-one li .megamenu ul.list-unstyled.childs_2 a {
	min-width: 145px;
}
#nav-one li .megamenu.column1 ul.childs_1 {
	border: medium none;
	padding: 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled li > a,
.hiden_menu .top_level > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	border: none;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
	display: none;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
	display: block;
	padding: 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled li:hover > a,
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li:hover > a,
.hiden_menu .top_level:hover > a {
	color: #D7827E;
}
#nav-one .dropmenu li a:before {
	font-family: 'FontAwesome';
	content: '\f0da';
	font-size: 11px;
	font-weight: 400;
	color: #283546;
	margin-right: 5px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#nav-one .dropmenu li:hover a:before {
	color: #000000;
}
.column_left_cms .box.last .list-group {
	border-bottom: medium none;
	margin-bottom: 0;
	padding: 4px 0 0;
}
.column_left_cms .box.last {
	margin-bottom: 0;
}
.dropmenu li .megamenu.more .dropdown-inner {
    padding: 10px;
}
#nav-one .dropdown:hover .megamenu.more, #nav-one .hiden_menu:hover .megamenu.more {
    padding: 0;
    box-shadow: none;
}
.vertical-category li .megamenu.more a {
    padding: 5px !important;
    color: #000000;
}
.vertical-category li .megamenu.more a:before{
	display:none;
}
.vertical-category .dropdown-inner {
    -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);
}
.vertical-category .dropdown-inner:before {
	content: '';
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #dddddd;
	position: absolute;
	top: 15px;
	left: -10px;
}
.vertical-category .list-unstyled .dropdown-inner:before {
	display: none;
}
.vertical-category .list-unstyled .dropdown-inner {
	box-shadow: none;
}
.vertical-category .top_level a {
       padding: 12px 5px 12px 5px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
	    border-bottom: 1px solid rgba(221, 221, 221 );
    color: #000000;
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -ms-transition: 300ms ease;
    -o-transition: 300ms ease;
}
.vertical-category .top_level:last-child a {
    border: none;
}
@media (max-width: 1499px) {
	.vertical-category .top_level a{
		    padding: 12px 20px 12px 25px;
	}
}
@media (max-width: 1299px) {
	.vertical-category .top_level a {
		padding: 10px 12px;
	}
}
.vertical-category .top_level a:hover {
	color:#000000;
	transition: 300ms ease;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-ms-transition: 300ms ease;
	-o-transition: 300ms ease;
}
.vertical-category .top_level a:before {
    content: "";
    background-image: url(../image/themeimage/vertical-arrow.svg);
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    vertical-align: top;
    margin: 9px 10px 0 0;
    background-size: 5px;
    height: 12px;
    width: 12px;
    line-height: 12px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    background-position: center 0;
}
.vertical-category .top_level a:hover:before {
	content: "";
	background-image: url(../image/themeimage/vertical-arrow-hover.svg);
	background-repeat: no-repeat;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.vertical-category .dropdown-menu li > a:hover {
	color:#000000!important;
	background: transparent;
}
.vertical-category #nav-one > li .column3 ul > li .dropdown-inner {
	position: static;
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
@media (min-width: 980px) {

	.vertical-category {
		position: relative;
		z-index: 15;
		width: 25%;
		float: left;
		margin:0;
	}
	.vertical-category .vertical-heading {
		font-size: 12px;
		line-height: 20px;
		font-weight: 600;
		text-transform: uppercase;
		cursor: pointer;
		text-align: left;
		background: #033363;
		color: #ffffff;
		padding: 17px 30px 17px 30px;
	}
	.vertical-category .vertical-heading:hover {
    	background-color: #000000;
	}
	.vertical-content .top-vertical-category {
		padding: 15px 15px;
		margin: 0;
		text-align: left;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 999999;
		background-color: #ffffff;
		border-radius: 0 0 5px 5px;
		-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);
	}
	.vertical-content .top-vertical-category li.top_level.dropdown{
		background-image: url(../image/themeimage/vertical-menu-icon-active.svg);
		background-position: 95% center;
		background-repeat: no-repeat;
		background-size: 10px;
		transition: all 400ms ease;
		-webkit-transition: 400ms ease;
		-moz-transition: 400ms ease;
		-ms-transition: 400ms ease;
		-o-transition: 400ms ease;
	}
	.vertical-content .top-vertical-category li.top_level.dropdown:hover {
		background-image: url(../image/themeimage/vertical-menu-icon-active-hover.svg);
		background-position: 97% center;
		background-repeat: no-repeat;
		background-size: 10px;
	}
}

#nav-one li .megamenu.column3 ul.list-unstyled li .dropdown-menu {
	box-shadow: none;
}
#nav-one li .megamenu.column3 ul.list-unstyled li .dropdown-menu .dropdown-inner:before {
	display: none;
}
#nav-one li .megamenu.column3 ul.list-unstyled li a {
	font-weight: 600;
	padding: 5px 8px;
	text-transform: capitalize;
	font-size: 13px;
	color: #000000;
}
#nav-one li .megamenu.column3 ul.list-unstyled li a:hover {
	color: #999999;
}
#nav-one li .megamenu ul.list-unstyled .dropdown > a {
	border-bottom: 1px solid #e5e5e5;
	font-weight: 500;
	font-size: 12px;
	padding: 5px 8px 5px;
	margin: 0 0 5px;
}

@media (max-width: 979px) {
	.vertical-category {
		display: none;
	}
}
/* Vertical Category end */

/* Tab cms */

#Tab_Category_Slider .container {
	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 {

}
#Tab_Category_Slider .box-heading {
    border: none;
}
@media (max-width: 767px) {
	#Tab_Category_Slider .box-heading {
		float: none;
		text-align: center;
		margin-bottom: 0;
	}
}
#Tab_Category_Slider .tabs {
    text-align: center;
}
#Tab_Category_Slider .etabs {
    width: auto;
}
.category_tab .tab-pane .product-block {
	background: #fff;
	clear: both;
	
}

.category_tab .tab-pane .product-block:hover {
	clear: both;
}
.category_tab .owl-item.last_item_tm .product-block-inner {
	margin: 0;
}
.category_tab .tab-pane .product-block-inner {
	position: relative;
}
.category_tab .owl-item .col-lg-12 {
	padding: 0;
}
.category_tab .tab-pane {
	padding: 30px 0 0 !important;
	border: medium none !important;
	min-height: 410px;
	text-align: center;
	vertical-align: middle;
	    margin:0 -18px 0;
    overflow: hidden;

}
@media (max-width: 979px){
	.category_tab .tab-pane {
		margin:0;
	}
}
.category_tab .tab-pane > img {
	margin: 150px auto;
}
.category_tab ul li:last-child {
	background: none;
	display: inline-block;
	vertical-align: top;
}
.category_tab ul li a {
    color: #000000;
    position: relative;
    background: transparent;
    font-size: 13px;
    padding: 10px 15px;
    font-weight: 400;
    margin-right: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    text-transform: capitalize;

}

.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: #ffffff;
    background-color: #D7827E;
}
.category_tab .tab-content {
	border: medium none;
	overflow: visible;
	position: static;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
    margin: 0  0;
}
@media (max-width: 979px) {
	.category_tab ul li a{
		    padding: 10px 12px;
			margin-right:0;
	}
}
@media (max-width: 767px) {
	.category_tab .tab-content {
		border:none;
	}
}
.tab-content {
	position: relative;
	padding: 0px;
	z-index: 5;
	overflow: visible;
	margin-bottom: 15px;
}
.tab-content .tab {
	display: none;
}
.category_tab .tab-pane .owl-carousel {
    position: static;
    margin: 0;
}
.category_tab:hover .tab-pane .owl-prev {
    left: 0;
}
.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:hover .tab-pane .owl-next {
    right: 0;
}
.category_tab .tab-pane .owl-next span {
	/*     background: transparent url(../image/themeimage/arrow.png) no-repeat scroll -19px 3px;
     border: medium none;*/
}
.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:hover {
	color: #000000;
}
#homeblog .owl-buttons div {
	top:48%;
}
.product-box .container {
	position: relative;
}

@media (max-width: 979px) {
	.category_tab .nav-tabs {
		margin: 0 0 ;
	}
	.category_tab .tab-pane .owl-carousel {
		padding: 0;
	}
	#Tab_Category_Slider {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.category_tab ul li a:before {
		display: none;
	}
	.product-box .container {
		padding: 0;
	}

	#Tab_Category_Slider .nav-tabs>li {
		width: 100%;
		float: left;
		margin: 0 0 5px;
	}
	.category_tab ul li a{
		display: block;
		margin: 0;
		border: none;
	}
}
@media (max-width: 479px) {
	.category_tab ul li a {
		text-align: center;
	}
	.nav-tabs > li > a {
		float: none!important;
	}
	#Tab_Category_Slider .nav-tabs>li {
		width: 100%;
	}
	.owl-buttons,
	.home-products .customNavigation,
	.customNavigation {
		top: 50px;
	}
}
/* End Tab cms */
/** back top cms ***/
#blocktopcms {
    display: inline-block;
    vertical-align: top;
    float: left;
       margin: 12px 30px;
}
#blocktopcms .icon {
    display: inline-block;
    vertical-align: top;
	    margin-right: 5px;
    color: #B8B8B8;
}
#blocktopcms .text {
    font-size: 12px;
    letter-spacing: 1px;
}
/*** end ***/
/* Css for category cms start */

#categorycmsblock {
	clear: both;
	margin: 0 0 100px;
}
#categorycmsblock .container {
    width: 52%;
}
#categorycmsblock .category-item {
	padding: 0;
}
#categorycmsblock .categorycmsblock-inner {
	margin: 0 -15px;
}

#categorycmsblock .cat-img {
    float: left;
}
#categorycmsblock .cat-img img {
    max-width: 100%;
    height: auto;
	    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
#categorycmsblock li.cat-item:hover .cat-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
#categorycmsblock .cat-name {
   font-size: 30px;
    display: block;
    text-transform: uppercase;
    line-height: 30px;
    color: #033363;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: -0.5px 1px 0.9px rgba( 0, 0, 0,0.2 );
    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;
}
#categorycmsblock li.cat-item:hover .cat-name {
    color: #000000;
	    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;
}
#categorycmsblock .cat-shop-btn {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    color: #000000;
    position:relative;
}
#categorycmsblock .cat-shop-btn:hover {
    color: #000000;
}
#categorycmsblock .cat-shop-btn:after {
	display: block;
    background-color: #000000;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    content: '';
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}

#categorycmsblock .cat-shop-btn:hover:after {
	width: 100%;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
#categorycmsblock .cat-details {
	margin: 0;
	position: absolute;
	left: auto;
	right: 40px;
	top: 40px;
	bottom: auto;
}
#categorycmsblock .cat-item-inner {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
#categorycmsblock .cat-desc-1 a {
    font-size: 12px;
    display: block;
    color: #4c4c4c;
    margin-bottom: 10px;
}
#categorycmsblock .cat-desc-1 a:hover {
    color: #000000;
}
#categorycmsblock .cat-desc-1 {
    padding: 0 14px;
    display: block;
    position: relative;
}
#categorycmsblock .cat-desc-1:before {
	content: "\f105";
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	left: 1px;
	right: auto;
	font-size: 12px;
	font-weight: 400;
	top: 0;
	bottom: auto;
}
#categorycmsblock li.cat-item {
    display: inline-block;
    vertical-align: top;
}


@media (max-width: 1499px) {
	#categorycmsblock .container {
    	width: auto;
	}
}
@media (max-width: 979px) {
	#categorycmsblock .cat-details{
		    top: 20px;
	}
}
@media (max-width: 767px) {
	#categorycmsblock li.cat-item{
		    width: 50%;
	}
}
@media (max-width: 749px) {
	#categorycmsblock li.cat-item {
		width: 100%;
		margin-bottom: 60px;
	}
}
@media (max-width: 479px) {
	#categorycmsblock{
		    margin: 0 0 30px;
	}
	categorycmsblock .cat-details {
    	top: 10px;
		right: 9px;
		}
	#categorycmsblock .cat-name{
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 7px;
	}
}
/* Css for category cms 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;
}

.slider-banner .slide:hover a {
	border-top: 4px solid #ffe35f;
}
.text1 {
	color: #ffffff;
	font-size: 18px;
}
.text2 {
	color: #ffffff;
	font-size: 18px;
}
.owl-buttons {
	/*display: none;
     */
}
.thumbnails .thumbnail {
	margin: 0;
	border: none;
}
@media only screen and (max-width: 479px) {
	.list_inner {
		float: none;
		position: relative;
		display: inline-block;
	}
}
/*Megnor category */

ul.dropmenu {
	display: block;
	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;
}
.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 li:hover .dropdown-inner {
	animation: fadeInLeft 0.5s;
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-10%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.dropmenu ul,
.dropmenu div {
	position: absolute;
	display: none;
	min-width: 200px;
	left: 0;
	top: 0;
	margin: 0px;
	padding: 0px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.dropmenu li div ul {
	border: none;
	background: none;
	position: relative;
	display: block;
	left: 0px;
}
.dropmenu ul li {
	float: none;
	border: none;
}
.dropmenu div ul {
	position: relative;
	display: block;
}
.dropmenu li div {
	background-color: #FFFFFF;
	padding: 25px;
	display: none;
	position: absolute;
	z-index: 1;
}
.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 {
	font-weight: normal;
	position: relative;
}
.box .box-content ul li a.active {
	color: #D7827E;
}
.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 {
	color: #D7827E;
}
.box .box-content ul ul {
	margin-left: 15px;
	width: 100%;
	z-index: 99;
}
.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: #000000;
	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 #000000;
	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: #000000 !important;
}
.tooltip.top-left .tooltip-arrow {
	border-top-color: #000000 !important;
}
.tooltip.top-right .tooltip-arrow {
	border-top-color: #000000 !important;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #000000 !important;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #000000 !important;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #000000 !important;
}
.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #000000 !important;
}
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #000000 !important;
}
.tooltip-inner {
	background: #000000 !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;
}
#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*/
/* Css for block top contact start */
#pstblocktopcontact {
    float: left;
    text-align: left;
    margin: 0 0 0 20px;
    position: relative;
}

#pstblocktopcontact .pst-contact-item {
    margin: 3px 0 0 0;
    font-size: 12px;
    color: #777777;
    text-transform: capitalize;
	float: left;
}

#pstblocktopcontact .contact-phone {
    float: left;
    margin: 0 10px 0 0;
    display: block;
    text-align: center;
    border: 4px double rgb( 144, 143, 143 );
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#pstblocktopcontact .pst-contact-item .fa {
    font-size: 17px;
    margin: 0 0 0 4px;
    display: block;
    text-align: center;
    line-height: 33px;
    color: #777777;
}

#pstblocktopcontact .contact-title {
    font-size: 12px;
    line-height: 17px;
    overflow: hidden;
    margin:  0 0 0;
    display: block;
	color: #ffffff;
}
#pstblocktopcontact .contact-details {
    overflow: hidden;
}
#pstblocktopcontact ul {
    margin: 0;
}

@media (max-width: 979px) {
	#pstblocktopcontact{
		display:none;
	}
}
/* Css for block top contact end */
/* block top cms start */
#pstblocktopcms {
	float: right;
	margin:  0 0;

}
#pstblocktopcms .customtext{	
	text-transform: uppercase;
	color: #000000;
	font-weight:600;
}
#pstblocktopcms .fa {
    color: #c0c0c0;
    font-size: 14px;
}

/* block top cms end */
/** cms offer start***/
.common-home #pstoffercmsblock {
	display:block;
}
#pstoffercmsblock {
	padding: 0;
	overflow:hidden;
	display:none;
}

#pstoffercmsblock .close {
	float: right;
	font-size: 22px;
	color: #ffffff;
	position: absolute;
	left: auto;
	right: 20px;
	top: 20px;
	bottom: auto;
	z-index: 3;
	background: #033363;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8);
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
#pstoffercmsblock .close:hover {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}
#pstoffercmsblock .pst-offer-item-inner {
	display: block;
	position: relative;
	z-index: 1;
}

#pstoffercmsblock img {
	max-width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
#pstoffercmsblock .pst-offer-item-inner:before{
	    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 30%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
	    animation: shine 3s infinite;
    -webkit-animation: shine 3s infinite;
    -moz-animation: shine 3s infinite;
    -o-animation: shine 3s infinite;

}


#pstoffercmsblock:hover .pst-offer-item-inner:before{
	-webkit-animation: shine 3s;
	animation: shine 3s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
}
@media (max-width: 979px){
	.common-home #pstoffercmsblock {
    	 display: none; 
	}
}
/*** end ***/
/* Css for banner cms start */
#pst_cmsbannerblock {
    margin-bottom: 80px;
}
#pst_cmsbannerblock .cms-img img {
    max-width: 100%;
    height: auto;
}

#pst_cmsbannerblock .wrapper-cms-img {
    padding: 0;
	    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
#pst_cmsbannerblock .wrapper-cms-img .cms-img {
    position: relative;
    display: block;
}
#pst_cmsbannerblock .wrapper-cms-img:before,
#pst_cmsbannerblock .wrapper-cms-img:after,
#pst_cmsbannerblock .wrapper-cms-img .cms-img:before,
#pst_cmsbannerblock .wrapper-cms-img .cms-img:after{
	content: "";
	width: 50%;
	height: 50%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	transition: all 0.5s ease 0s;
}
 #pst_cmsbannerblock .wrapper-cms-img .cms-img:before {
 right: 0;
    left: auto;
}
pst_cmsbannerblock .wrapper-cms-img:before, #pst_cmsbannerblock .wrapper-cms-img:after {
    top: 0;
    left: 50%;
}
 #pst_cmsbannerblock .wrapper-cms-img:after {
    top: 50%;
}
#pst_categorycmsblock .cat-item .cat-item-inner-wrapper:after{
    top: 50%;
}
#pst_cmsbannerblock .wrapper-cms-img .cms-img:after{
	top: 50%;
	left:50%;
}
#pst_categorycmsblock .cat-item .pst-cat-img:before {
    top: 50%;
}


#pst_cmsbannerblock .wrapper-cms-img:hover:before{
	left: 50%;
    opacity: 1;
}

#pst_cmsbannerblock .wrapper-cms-img:hover:after{
opacity: 1;
    left: 0;
    top: 0;
}
#pst_cmsbannerblock .wrapper-cms-img:hover .cms-img:before{
	top: 50%;
	opacity: 1;
}
#pst_categorycmsblock .wrapper-cms-img:hover .pst-cat-img:after{
	left: 0;
	opacity: 1;
}
#pst_cmsbannerblock .wrapper-cms-img:hover .cms-img:after{
	left:0;
    opacity: 1;
}
#pst_cmsbannerblock .cms-title {
    font-size: 36px;
    line-height: 40px;
    display: block;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-weight: 500;
}
#pst_cmsbannerblock .cms-desc {
    display: block;
    text-transform: uppercase;
	margin-bottom: 30px;
}
#pst_cmsbannerblock .cms-link {
    display: block;
    margin-bottom: 30px;
}
#pst_cmsbannerblock .wrapper-cms-desc {
    padding: 0;
}
#pst_cmsbannerblock .cms-link a {
    display: inline-block;
    padding: 8px 20px;
    vertical-align: top;
    border: 1px solid #000000;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
	position:relative;
	overflow:hidden;
	z-index:5;
}
#pst_cmsbannerblock .cms-link a:hover {
    border-color: #D7827E;
    color: #ffffff;
}
#pst_cmsbannerblock .cms-link a:before{
	content: '';
    position: absolute;
    background: #D7827E;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#pst_cmsbannerblock .cms-link a:hover:before{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#pst_cmsbannerblock ul.bannercms-inner {
    margin: 0 ;
}
#pst_cmsbannerblock .cms-detail {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: auto;
    width: 60%;
    margin: 0 auto;
}
@media (max-width: 1499px) {
	#pst_cmsbannerblock .cms-title{
		font-size: 30px;
		line-height: 35px;
	}
	#pst_cmsbannerblock .cms-detail{
		    width: 80%;
	}
}
@media (max-width: 1299px) {
	#pst_cmsbannerblock .cms-detail{
		width: 90%;
		top: 40px;
	}
	#pst_cmsbannerblock .cms-title {
    	font-size: 25px;
    	line-height: 30px;
		margin-bottom: 25px;
	}
}
@media (max-width: 979px) {
	#pst_cmsbannerblock .cms-detail{
		    top: 20px;
	}
}
@media (max-width: 767px) {
	#pst_cmsbannerblock .cms-detail{
		position: static;
		width: 100%;
	}
	#pst_cmsbannerblock .cms-item {
    	margin-bottom: 15px;
    	overflow: hidden;
	}
	#pst_cmsbannerblock .wrapper-cms-img {
    	margin-bottom: 15px;
	}
	#pst_cmsbannerblock {
    	margin-bottom: 30px;
		    text-align: center;
	}
	#pst_cmsbannerblock .cms-detail{
		    text-align: center;
	}
}
@media (max-width: 479px) {
	#pst_cmsbannerblock .cms-title {
    	font-size: 18px;
    	line-height: 24px;
    	margin-bottom: 15px;
	}
}
/* Css for banner cms end */
/* Parallax block start */
#pstparallaxcmsblock {
	background-size:cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
	clear: both;
	position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}
.parallax-wrapper {
    padding:145px 0;
    text-align: center;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
#pstparallaxcmsblock .parallax-text1 {

	
	animation: flash 5s infinite; /* IE 10+, Fx 29+ */
-webkit-animation: flash 5s infinite; /* Safari 4+ */
-moz-animation: flash 5s infinite; /* Fx 5+ */
-o-animation:flash 5s infinite; /* Opera 12+ */


    font-size: 60px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 35px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}

#pstparallaxcmsblock:hover .parallax-text1 {
	text-shadow: 0 0 0 rgb(255, 255, 255), 0 0 0 rgb(255, 255, 255), 0 0 0 rgb(255, 255, 255), 0 0 10px #D7827E, 0 0 0 #D7827E, 0 0 80px #D7827E, 0 0 10px #D7827E;
	-webkit-transition: all 1s cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 1s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 1s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 1s cubic-bezier(0.42, 0, 0.58, 1);
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#pstparallaxcmsblock .parallax-text2 {
    font-size: 24px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 4px;
    color: #ffffff;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
#pstparallaxcmsblock:hover .parallax-text2 {
	text-shadow: 0 0 0 rgb(255, 255, 255), 0 0 0 rgb(255, 255, 255), 0 0 0 rgb(255, 255, 255), 0 0 10px #D7827E, 0 0 0 #D7827E, 0 0 80px #D7827E, 0 0 10px #D7827E;
	-webkit-transition: all 1s cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 1s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 1s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 1s cubic-bezier(0.42, 0, 0.58, 1);
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.parallax-wrapper .btn{
color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
	position:relative;
	overflow:hidden;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 500;
	z-index:5;
    text-transform: uppercase;
    background-color: transparent;
    letter-spacing: 2px;
    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;
}

.parallax-wrapper .btn:hover{
	background-color: #D7827E;
	    border-color: #D7827E;
	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;	
}
.parallax-wrapper .btn:before{
	content: '';
    position: absolute;
    background: #D7827E;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.parallax-wrapper .btn:hover:before{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
@media (max-width: 1499px) {
	.parallax-wrapper {
    	padding: 100px 0;
	}
	#pstparallaxcmsblock .parallax-text1{
		font-size: 50px;
		line-height: 55px;
		margin-bottom: 30px;
	}
	#pstparallaxcmsblock .parallax-text2{
		font-size: 20px;
		line-height: 25px;
	}
}
@media (max-width: 1399px){
	#pstparallaxcmsblock{
		    margin-bottom: 50px
	}
	.parallax-wrapper {
    	padding: 100px 0;
	}
}
@media (max-width: 1299px){

	#pstparallaxcmsblock .parallax-text1{
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 25px;
	}
}
@media (max-width: 979px){
	#pstparallaxcmsblock {
		margin-bottom: 50px;
	}
	#pstparallaxcmsblock .parallax-text1 {
    	font-size: 30px;
    	line-height: 30px;
    	margin-bottom: 20px;
	}
	#pstparallaxcmsblock .parallax-text1 {
    	font-size: 30px;
    	line-height: 30px;
    	margin-bottom: 20px;
	}	
	#pstparallaxcmsblock .parallax-text2 {
    	font-size: 16px;
    	line-height: 24px;
    	margin-bottom: 25px;
	}	
}

@media (max-width: 767px) {
	.parallax-wrapper {
		padding: 45px 10px;
	}
	#pstparallaxcmsblock .parallax-text1 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 18px;
	}
	#pstparallaxcmsblock .parallax-text2:before {
		top: 45px;
	}
	#pstparallaxcmsblock .parallax-text2 {
		font-size: 13px;
		line-height: 24px;
	}
}
@media (max-width: 479px) {
.parallax-text .text1 {
    font-size: 23px;
    line-height: 25px;
}
.parallax-wrapper .btn {
    font-size: 14px;
    padding: 8px 20px;
}
}
/* Home Service block start */

#pst_serviceblock {
    margin-bottom: 40px;
    text-align: center;
	background-color: #D7827E;
} 
#pst_serviceblock .container {
    padding: 15px 0;
}
#pst_serviceblock ul.pst-service-wrapper {
	margin:0  -15px;
}
#pst_serviceblock .pst-service-item.first {
    text-align: left;
}
#pst_serviceblock .pst-service-item.third {
    text-align: right;
	    border: none;
}
#pst_serviceblock .pst-service-right {
    overflow: hidden;
}
#pst_serviceblock .pst-service-title {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    margin-bottom: 0;
    color: #ffffff;
}

#pst_serviceblock  .pst-image-block{
text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
}

#pst_serviceblock .pst-service-item {
    overflow: hidden;
	text-align: center;
    display: inline-block;
    vertical-align: top;
	    border-right: 1px solid rgb( 232, 232, 232 );
}
#pst_serviceblock .service-right{
     text-align: left;
    overflow: hidden;
    display: inline-block;
    margin: 10px 0 0 0;
    vertical-align: top;
}
#pst_serviceblock .pst-service-desc {
     display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
}

#pst_serviceblock .pst-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 .pst-service-item img{
	-webkit-transition-duration:200ms;
	-moz-transition-duration:200ms;
	-ms-transition-duration:200ms;
	-o-transition-duration:200ms;
	transition-duration:200ms;
}
#pst_serviceblock .pst-service-item .pst-image-icon{
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    line-height: 40px;
    height: 40px;
    background-size: 30px;
    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 .pst-service-item:hover .pst-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 .owl-buttons div {
	top:20%;
}
#pst_serviceblock .pst-service-item.first .pst-image-icon{
	background-image: url('../image/themeimage/service-1.svg');
    background-position: center;
}
#pst_serviceblock .pst-service-item:hover.first .pst-image-icon{
	background-image: url('../image/themeimage/service-1-hover.svg');
}
#pst_serviceblock .pst-service-item.second .pst-image-icon{
    background-image: url('../image/themeimage/service-2.svg');
}
#pst_serviceblock .pst-service-item:hover.second .pst-image-icon{
	   background-image: url('../image/themeimage/service-2-hover.svg');
}
#pst_serviceblock .pst-service-item.third .pst-image-icon{
    background-image: url('../image/themeimage/service-3.svg');
}
#pst_serviceblock .pst-service-item:hover.third .pst-image-icon{
    background-image: url('../image/themeimage/service-3-hover.svg');
}
#pst_serviceblock .pst-service-item:hover .pst-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);
  }
}


@media (max-width: 1299px){
	#pst_serviceblock .pst-service-item.first {
    	text-align: center;
	}
	#pst_serviceblock .pst-image-block{
		display:block;
		margin: 0 auto 5px;
	}
	#pst_serviceblock .pst-service-item .pst-image-icon{
		margin: 0 auto;
	}
	#pst_serviceblock .service-right{
		text-align: center;
	}
	#pst_serviceblock .pst-service-item.third {
    	text-align: center;
	}
}
@media (max-width: 979px){

	#pst_serviceblock {
    	margin-bottom: 25px;
	}
}

@media (max-width: 767px){
	#pst_serviceblock .pst-service-item{
		border:none;
		margin-bottom: 25px;
	}
}
@media (max-width: 480px){
	#pst_serviceblock .pst-service-item{
		width:100%;
		    margin-bottom: 25px;
	}
	#pst_serviceblock .container {
    	padding: 30px 0;
	}
}
/* Home Service block end */
/* Css for wishlist start */

#wish-list {
	float: right;
	position: relative;
	margin: 0 0 0 15px;
}
#wish-list .wish-image {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	background-image: url(../image/themeimage/wish-list.svg);
	background-repeat: no-repeat;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	background-position: center;
	background-size: 16px;
	height: 25px;
	width: 25px;
	line-height: 25px;
}
#wish-list:hover .wish-image {
	background-image: url(../image/themeimage/wish-list-hover.svg);
	background-repeat: no-repeat;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#wish-list .header-wishlist a {
	padding: 3px 10px;
	font-size: 13px;
}
#wish-list .header-wishlist {
	margin: 0 10px;
}
#wish-list .wish-list-details {
	position: absolute;
	top: 40px;
	bottom: auto;
	margin: 0;
	left: auto;
	right: 0;
	text-align: left;
	padding: 10px 0;
	text-transform: capitalize;
}
#wish-list .wish-details {
	display: block;
	cursor: pointer;
}
@media (max-width: 479px) {
	#wish-list .wish-list-details {
		top: 33px;
	}
}
/* Css for wishlist end */

/* Css for Headerlink cms start */

#links_block_header {
	float: right;
}
#pst_headerlink {
	margin: 0;
}
#links_block_header .pst_headerlink {
	margin-bottom: 0;
}
#links_block_header li {
	float: left;
}
#links_block_header li a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 35px 0 0;
	text-transform: capitalize;
}
#links_block_header li:last-child a {
	padding: 0;
}
#links_block_header li a:hover {
	color: #000000;
}
#links_block_header li a:after {
	background: #E5E5E5;
	content: '';
	position: absolute;
	right: 15px;
	left: auto;
	top: 7px;
	width: 1px;
	height: 15px;
}
#links_block_header li:last-child a:after {
	display: none;
}
@media (max-width: 979px) {
	#footer #pst_headerlink {
		display: block;
	}
}
@media (max-width: 479px) {
	.header-nav-right #links_block_header {
		display: none;
	}
}
/* Css for Headerlink cms end */
/************add banner*****/
/************add banner*****/
#pst_adcmsblock {
  text-align: center;
    margin: -135px 0 120px;
    display: block;
}
ul.pst-adcmsblock-inner {
    margin: 0;
	display: inline-block;
    vertical-align: top;
    position: relative;
	    overflow: hidden;
}
#pst_adcmsblock .pst-adcmsblock-inner:before{
	    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 30%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);

}


#pst_adcmsblock:hover .pst-adcmsblock-inner:before{
	-webkit-animation: shine 3s;
	animation: shine 3s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
#pst_adcmsblock .pst-cat-img img {
    height: auto;
    max-width: 100%;
}
@media (max-width: 767px) {
	#pst_adcmsblock{
		    margin:-85px 0 60px;
	}
}
@media (max-width: 479px) {
#pst_adcmsblock {
    margin: -65px 0 60px;
}
}
/*************end **********/

/*************end **********/
/* Css for banner cms start */

#cms_bannerblock {
	overflow: hidden;
	margin: 0 0 90px 0;
}
#cms_bannerblock .banner-img {
	overflow: hidden;
	z-index: 1;
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#cms_bannerblock img {
	height: auto;
	max-width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#cms_bannerblock .cmsblock-item .bannercms:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#cms_bannerblock .cmsblock-item:nth-child(2) .cms-block-1,
#cms_bannerblock .cmsblock-item:nth-child(1) .cms-block-2 {
	width: 66%;
}
#cms_bannerblock .cmsblock-item:nth-child(2) .cms-block-2,
#cms_bannerblock .cmsblock-item:nth-child(1) .cms-block-1 {
	width: 34%;
}
#cms_bannerblock .cmsblock-item .bannercms {
	position: relative;
}
#cms_bannerblock .cmsblock-details {

	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 35px;
	text-align: center;
	z-index: 2;
}
#cms_bannerblock .cmsblock-details .text1 {
	display: block;
	color: #ffffff;
	font-size: 26px;
	text-transform: capitalize;
	font-weight: 700;
	text-shadow: 1px 1px 0 rgba(77, 162, 252, 0.2), -1px -1px 0 rgba(77, 162, 252, 0.2), 1px -1px 0 rgba(77, 162, 252, 0.2), -1px 1px 0 rgba(77, 162, 252, 0.2), 4px 4px 8px rgb(44, 88, 137, 0.2), -4px 4px 8px rgba(44, 88, 137, 0.2), 4px -4px 8px rgba(44, 88, 137, 0.2), -4px -4px 8px rgba(44, 88, 137, 0.2);
	-webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#cms_bannerblock .cmsblock-item .bannercms:hover .text1 {
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#cms_bannerblock .cmsblock-details .text1:hover {
	color: #000000;
}
#cms_bannerblock .cmsblock-details .text2 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	background-color: #949494;
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#cms_bannerblock .cmsblock-details .text2:hover {
	background-color: #000000;
}
#cms_bannerblock .cmsblock-item .bannercms:hover .text2 {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#cms_bannerblock .banner-img:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(90, 107, 206, 0.2);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#cms_bannerblock .cmsblock-item .bannercms:hover .banner-img:before {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	visibility: visible;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#cms_bannerblock .cmsblock-item .cms-block-1 {
	padding: 0 15px;
	float: left;
}
#cms_bannerblock .cmsblock-item .cms-block-2 {
	padding: 0 15px;
	overflow: hidden;
	float: right;
}
#cms_bannerblock .cmsblock-item:first-child {
	margin: 0 0 30px 0;
}
@media (max-width: 1299px) {
	#cms_bannerblock .cmsblock-item:nth-child(2) .cms-block-1,
	#cms_bannerblock .cmsblock-item:nth-child(1) .cms-block-2 {
		width: 65.5%;
	}
	#cms_bannerblock .cmsblock-item:nth-child(2) .cms-block-2,
	#cms_bannerblock .cmsblock-item:nth-child(1) .cms-block-1 {
		width: 34.5%;
	}
}
@media (max-width: 979px) {
	#cms_bannerblock .cmsblock-item:nth-child(2) .cms-block-1,
	#cms_bannerblock .cmsblock-item:nth-child(1) .cms-block-2 {
		width: 100%;
	}
	#cms_bannerblock .cmsblock-item:nth-child(2) .cms-block-2,
	#cms_bannerblock .cmsblock-item:nth-child(1) .cms-block-1 {
		width: 100%;
	}
	#cms_bannerblock .cmsblock-item {
		text-align: center;
	}
	#cms_bannerblock .cmsblock-item:first-child {
		margin: 0;
	}
	#cms_bannerblock .cmsblock-item .cms-block-1 {
		float: none;
	}
	#cms_bannerblock .cmsblock-item .bannercms {
		display: inline-block;
		vertical-align: top;
	}
	#cms_bannerblock .cmsblock-item .cms-block-2 {
		margin: 20px 0;
	}
}
@media (max-width: 479px) {
	#cms_bannerblock .cmsblock-details .text1 {
		font-size: 18px;
	}
	#cms_bannerblock .cmsblock-details {
		bottom: 20px;
	}
	#cms_bannerblock .cmsblock-details .text2 {
		font-size: 10px;
		padding: 3px 8px;
	}
	#cms_bannerblock .cmsblock-item .bannercms:hover .text1 {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
	}
}
/* Css for banner cms end */
/* Css for category cms start */
#pst_categorycmsblock {
    margin: 0 0 110px;
    padding: 0 52px;
	overflow: hidden;
}
ul.pst-categorycmsblock-inner {
    margin: 0 -15px;
}
#pst_categorycmsblock .pst-cat-item-inner {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
#pst_categorycmsblock .pst-cat-img img {
    max-width: 100%;
    height: auto;
	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 li.pst-cat-item:hover .pst-cat-img 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;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
	    opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
}
#pst_categorycmsblock .pst-cat-details {
    display: block;
    padding: 40px 15px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border: 4px solid transparent;
    overflow: hidden;
    opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translatey(100%);
    -webkit-transform: translatey(100%);
    -moz-transform: translatey(100%);
    -ms-transform: translatey(100%);
    -o-transform: translatey(100%);
}
#pst_categorycmsblock li.pst-cat-item:hover .pst-cat-details {
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    background-color: #ffffff;
    border: 4px solid #f8f8f8;
}
#pst_categorycmsblock .pst-cat-name {
    font-size: 14px;
    color: #000000;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#pst_categorycmsblock .pst-cat-desc {
    display: block;
}
#pst_categorycmsblock .pst-cat-shop-btn {
    float: right;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #C8C8C8;
    margin-top: 15px;
}
#pst_categorycmsblock .pst-cat-shop-btn:hover {
    color: #D7827E;
    border-color: #000000;
}
#pst_categorycmsblock .cat-wrapper {
    float: left;
	text-align: left;
}
@media (max-width: 1699px) {
	#pst_categorycmsblock {
		padding:0 30px;
	}
}
@media (max-width: 1600px) {
	#pst_categorycmsblock .pst-cat-shop-btn{
		    margin-top: 5px;
	}
}
@media (max-width: 1500px) {
	#pst_categorycmsblock .pst-cat-details{
		    padding: 30px 5px;
	}

}
@media (max-width: 1300px) {
	#pst_categorycmsblock .cat-wrapper {
		float: none;
		margin-bottom: 10px;
		display: block;
	}
	#pst_categorycmsblock .pst-cat-shop-btn{
		float: none;
	}
}
@media (max-width: 1299px) {
	#pst_categorycmsblock {
		padding:0 15px;
	}
}

@media (max-width: 979px) {
	#pst_categorycmsblock li.pst-cat-item:hover .pst-cat-details{
		background-color: rgba(255,255,255,0.8);
	}
	#pst_categorycmsblock {
   		 margin: 0 0 50px;
	}
}
@media (max-width: 767px) {
	#pst_categorycmsblock li.pst-cat-item {
    	text-align: center;
    	margin-bottom: 30px;
	}
	#pst_categorycmsblock li.pst-cat-item:hover .pst-cat-details{
		    text-align: left;
	}

}
@media (max-width: 479px) {

	#pst_categorycmsblock .pst-cat-details {
    	padding: 15px 5px;
	}
}
/* Css for category cms end */
/*** product tab****/
#Tab_Category_Slider {
    position: relative;
    padding: 0 0 0;
	margin-bottom: 100px;
	clear:both;
}
@media (max-width: 1299px) {
	#Tab_Category_Slider {
		    margin-bottom: 80px;
	}
}

/*** end **/
/* Css for testimonial cms strat */
/* Home Testimonial block start */

#psttestimonialcmsblock {
background-image: url(../image/themeimage/testimonial-bg.jpg);
    background-position: center;
    border: none;
    margin-bottom: 70px;
    clear: both;
    position: relative;
    padding: 60px 0;
    background-attachment: fixed;
}
#psttestimonialcmsblock .container {
    position: relative;
}
#psttestimonialcmsblock .testimonial-wrapper {
    overflow: hidden;

}

#psttestimonialcmsblock .products-section-title {
    text-transform: uppercase !important;
}
#psttestimonialcmsblock .title-wrapper {
    margin: 0;
}
#footer #psttestimonialcmsblock li {
    margin: 0;
}
#left-column #psttestimonialcmsblock .block_content,#right-column #psttestimonialcmsblock .block_content{width:100%;float:left;}
#psttestimonialcmsblock .name a {
font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-top: 15px;
    text-transform: uppercase;
    display: block;
}
 #psttestimonialcmsblock .name {
    display: block;
    vertical-align: top;
	    position: relative;
} 

#psttestimonialcmsblock .name a:hover{color:#D7827E;}
#psttestimonialcmsblock .designation a {
    text-transform: capitalize;
    font-weight: 300;
    
}
#psttestimonialcmsblock .designation {
    display: inline-block;
    vertical-align: top;
}
#psttestimonialcmsblock .testmonial-wrapper {
    display: inline-block;
    vertical-align: top;
}
#psttestimonialcmsblock .designation a:hover {
    color: #D7827E;
} 
#psttestimonialcmsblock .testmonial-image{     
    border: none;
    display: inline-block;
    vertical-align: top;
    float: left;
    clear: both;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    margin: 0;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
ul#psttestimonial-carousel {
	margin: 0;
	position: static;
}

#psttestimonialcmsblock .testmonial-image img{
    height: 79px;
    width: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid rgb( 215, 130, 126 );
}

 #psttestimonialcmsblock .item.cms_face {
    position: relative;
    text-align: center;
    padding-top: 50px;
}

#psttestimonialcmsblock .desc {
    color: #999999;
    font-weight: 300;
    position: relative;
    z-index: 5;
}
#psttestimonialcmsblock .desc:before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    right: auto;
    top: -29px;
    bottom: auto;
    height: 60px;
    width: 60px;
    background: url(../image/themeimage/quotes.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    z-index: -1;
}
#psttestimonialcmsblock .desc-wrapper {
    border: 3px solid rgb( 215, 130, 126 );
    width: 45%;
    margin: 0 auto 30px;
    border-radius: 30px;
    padding: 60px 30px;
    background-color: #ffffff;
    position: relative;
}

#psttestimonialcmsblock .product_inner_cms {
    margin-bottom: 0;
    float: right;
    text-align: left;
	    margin-left: 15px;
}
#psttestimonialcmsblock .owl-page {
    margin: 0 5px 0 0;
}
#psttestimonialcmsblock .products-section-title:before{
	 display:none;
}
#psttestimonialcmsblock .products-section-title:after{
	 display:none;
}


div#psttestimonialcmsblock .owl-pagination {
clear: both;
	text-align: center;
	opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}

div#psttestimonialcmsblock:hover .owl-pagination {
	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;
}
@media (min-width: 992px){
	#psttestimonialcmsblock #block_testimonial_toggle {
		display: block;
	}
	#psttestimonialcmsblock .fa {
		display:none;
	}
}
@media (min-width: 768px){
	 #psttestimonialcmsblock .desc-wrapper:before {
		background-image: url(../image/themeimage/testimonial1.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		position: absolute;
		content: '';
		height: 58px;
		width: 103px;
		display: block;
		bottom: -32.6%;
		right: 10%;
		left: auto;
		top: auto;
	}
}

@media (max-width: 1499px){
	#psttestimonialcmsblock{
		margin-bottom: 60px;
	}
	#psttestimonialcmsblock .desc-wrapper{
		width: 55%;
		margin: 0 auto 25px;
		padding: 50px 30px;
	}
	#psttestimonialcmsblock .desc-wrapper:before{
		bottom: -36.6%;
		right: 15%;
	}
}
@media (max-width: 1299px){
	#psttestimonialcmsblock .item.cms_face {
    	padding-top: 30px;
	}
	#psttestimonialcmsblock .desc{
		width: 100%;
	}
	#psttestimonialcmsblock .desc-wrapper {
    	width: 85%;
    	margin: 0 auto 25px;
    	padding: 40px 30px;
	}
	#psttestimonialcmsblock .testmonial-image{
		margin: 0 0 10px;
	}
	#psttestimonialcmsblock .desc-wrapper:before {
   		 bottom: -42%;
	}

}
@media (max-width: 1199px){

	#psttestimonialcmsblock{
		    padding: 50px 0;
	}
	#psttestimonialcmsblock .desc:before{
		top: -29px;
		height: 60px;
		width: 60px;
		background-size: 55px;
	}
	#psttestimonialcmsblock .desc-wrapper:before {
    	bottom: -41.8%;
	}
}
@media (max-width: 979px){
	.newsletter-desc {
    	width: 100%;
    	text-align: center;
	}
	#psttestimonialcmsblock .fa {
		cursor: pointer;
		display: block;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: auto;
		right: 10px;
		left: 0;
		color: #000000;
		text-align: right;
		font-weight: 600;
		font-size: 20px;
		line-height: 20px;
	}
	#psttestimonialcmsblock h3{
		display:block;
	}
	#psttestimonialcmsblock .navbar-toggler {
		display: inline-block;
		padding: 0;
		color: #000000;
	}
	#psttestimonialcmsblock .title .collapse-icons .remove {
    	display: none;
	}
	#psttestimonialcmsblock .title[aria-expanded="true"] .collapse-icons .remove {
    	display: block;
	}
	#psttestimonialcmsblock .title[aria-expanded="true"] .collapse-icons .add {
    	display: none;
	}

	#psttestimonialcmsblock .block_title.h3 {
		color: #000000;
		font-size: 13px;
		font-weight: 600;
		margin: 0;
		cursor: pointer;
	}
	#psttestimonialcmsblock .desc-wrapper:before {
    	bottom: -42%;
	}
}
@media (max-width: 767px) {
	#psttestimonialcmsblock .desc {
		width:100%;
	}
	#psttestimonialcmsblock:before {
    	top: 15%;
	}
	#psttestimonialcmsblock .desc-wrapper {
    	width: 100%;
    	padding: 40px 15px 20px 15px;
	}
	#psttestimonialcmsblock .desc:before {
		top: -19px;
		height: 50px;
		width: 50px;
		background-size: 35px;
		left: 0;
	}
}
@media (max-width: 479px){
	#psttestimonialcmsblock .item.cms_face {
    	padding-top: 30px;
	}
	#psttestimonialcmsblock:before{
		    top:5%;
	}
	#psttestimonialcmsblock {
    	padding: 35px 0;
	}
	#psttestimonialcmsblock .desc-wrapper{
		padding: 35px 10px 10px 10px;
	}
}
/* Home Testimonial block end */
.tabfeatured_default_width {
	width: 296px;
}
.tabbestseller_default_width {
	width: 296px;
}
.tablatest_default_width {
	width: 296px;
}
.tabspecial_default_width {
	width: 1428px;
}
.htabs {
	height: 49px;
	line-height: 16px;
	border-bottom: 1px solid #e7e7e7;
}
.etabs {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	
}
.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: #525252;
	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 #000000;
	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 {
     padding: 0;
    margin-bottom: 70px;
    position: relative;
}
/** special start***/
.box.special {
	    position: relative;
}
/*** special end***/
.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: #525252;
	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;
}
.single-banner div,
.cms-banner2,
.cms-banner3 {
	overflow: hidden;
}
.single-banner .swiper-wrapper {
	position: relative;
}
.single-banner .swiper-wrapper:before {
	left: 0;
	top: 0;
}
.single-banner .swiper-wrapper:after {
	bottom: 0;
	right: 0;
}
.single-banner .swiper-wrapper:before,
.single-banner .swiper-wrapper:after {
	background: rgba(195, 195, 195, 0.2) none repeat scroll 0 0;
	content: " ";
	height: 0;
	padding: 0;
	position: absolute;
	transition: all 0.8s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	width: 0;
	transform: rotate(180deg);
	z-index: 1;
}
.single-banner .swiper-wrapper:hover:before,
.single-banner .swiper-wrapper:hover:after {
	height: 100%;
	width: 100%;
	transform: rotate(0);
}
.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;
}
/***** Subbanner Css Start *****/
#pstsubbanner {
    clear: both;
    margin-bottom: 50px;
}
#pstsubbanner .subbanner-wrapper {
	overflow: hidden;
	margin: 0 -10px;
}
#pstsubbanner .subbanner-item:last-child {
    width: 35.8%;
}
#pstsubbanner .subbanner-item:first-child {
    width: 64%;
}
#pstsubbanner .subbanner-item {
	text-align: center;
	float: left;
	    padding: 0 10px;
}
#pstsubbanner .subbanner-item-inner {
	display: block;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
#pstsubbanner .subbanner-item img {
	max-width: 100%;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	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;
}
#pstsubbanner .subbanner-item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s ease 0s;
	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;
}
#pstsubbanner .subbanner-item-inner a {
	display: block;
	position: relative;
}

@media (max-width: 767px) {
	#pstsubbanner .subbanner-item:nth-child(1) {
		width: 100%;
		margin-bottom: 15px;
	}
	#pstsubbanner .subbanner-item:nth-child(2) {
		width: 100%;
	}
}
/***** Subbanner 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;
}
#homeblog .owl-carousel .owl-wrapper-outer {
	position: static;
	width: 100%;
	overflow: hidden;
}
/* Blog listings */

.blog-module .blog_grid_holder {
    padding-top: 13px;
    font-size: 0;
    position: static;
    overflow: visible;
}
.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 {} #homeblog .blog_item {
	margin-bottom: 0;
	float: left;
	width: auto;
	padding: 0 15px;
	border-bottom: none;
}

#homeblog .blog_item .product-block {
	margin: 0 ;
	position: relative;
}
#homeblog .blog-module .summary {
    margin: 0 ;
}

#homeblog .box-content {
    margin: 0 -15px !important;
}
#homeblog .date-time {
    background-color: #D7827E;
    padding: 10px 15px 2px 15px;
    text-align: center;
    margin-top: 0;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    color: #ffffff;
    left: 10px;
    line-height: 20px;
    right: auto;
}
#homeblog .date-time:before {
    border-width: 15px 30px 0 0;
    border-color: #D7827E transparent transparent transparent;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    right: auto;
    left: 0;
    top: auto;
    width: 0;
    bottom: -15px;
}
#homeblog .date-time:after {
    border-width: 0 30px 15px 0;
    border-color: transparent #D7827E transparent transparent;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    left: auto;
    top: auto;
    width: 0;
    bottom: -15px;
}
#homeblog .blog-left {
	float: left;
}
.blog_item {
	font-size: 14px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-bottom: 30px;
	width: 50%;
	float: left;
}
.information-blogger-blogs #content {
	background-color: #ffffff;
}
.all-blogs .blog_item {
	padding: 0 15px;
	    text-align: center;
}
.blog_item:last-child {
	
	border-bottom: none;
}
#homeblog .owl-pagination {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 40px 0 20px;
}
#homeblog .owl-controls .owl-page span {
	background-color: #000000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#homeblog .owl-controls .owl-page.active span,
#homeblog .owl-controls .owl-page:hover span {
	background: #000000;
}
#homeblog .blog_title > a {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
@media (max-width: 767px) {
	#homeblog .blog_title > a {
		    font-size: 12px;
	}
}
#homeblog .desc {
    font-size: 11px;
    color: #a3a3a3;
    line-height: 22px;
}
#homeblog .blog_item:hover .blog_title > a {
	color:#D7827E;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.bx-wrapper .bx-pager {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -5px;

	background: #ffffff;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #D9D9D7;
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 11px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000000;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.blog_title > a {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}
.all-blogs .blog_item .blog_stats {
	margin: 0 0 10px 0;
}
.all-blogs .blog_item .blog_stats .comment a {
	
    font-size: 12px;
}
.all-blogs .blog_item .blog_stats .comment a:hover {
    color:#D7827E;
}
.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;
	float: left;
	position: relative;
	cursor: pointer;
}
#homeblog .image {
    margin:0 0 15px;
    overflow: hidden;

}
#homeblog .desc-wrapper {
	overflow: hidden;
	text-align: left;
	padding:  0;
}
@media (max-width: 767px) {
	#homeblog .desc-wrapper{
		    padding: 15px 5px;
	}
}
.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: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;
    filter: grayscale(1) blur(1px);
    -webkit-filter: grayscale(1) blur(1px);
}
.all-blogs .blog_grid_holder .blog_item .summary .image {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
	float: none;
	position: relative;
}
.blog_item .summary .blog_title {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 400;
}
.all-blogs .summary {
    font-size: 12px;
    font-weight: 400;
}
.all-blogs .blog_item .readmore-btn a {
    display: inline-block;
    vertical-align: top;
    color: #D7827E;
    text-transform: capitalize;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #D7827E;
}
.all-blogs .blog_item .readmore-btn a:hover {
	background-color: #D7827E;
	color: #ffffff;
	border-color: transparent;
}
#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 7px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.column-4 .summary .blog_title {
	font-size: 20px;
}
#homeblog .summary .blog_title {
    margin: 0 0 10px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
}

/*#homeblog .summary .blog_title::after{
     content: "";
     position: absolute;
     width: 56px;
     height: 1px;
     background-color: #84CFB0;
     left: 0;
     right: auto;
     top: 42px;
}
 */

.single-blog .block-title {
	margin-top: 30px;
}
.single-blog .blog-img {
	margin-bottom: 10px;
}

#homeblog .blog_item .summary .desc p {
    margin: 0 0 20px;
    font-size: 12px;
    font-weight: 300;
}
#homeblog .readmore {
	display: inline-block;
	vertical-align: top;
	position: relative;
	float: right;
    margin: 10px 0;
}
@media (max-width: 1299px) {
	#homeblog .summary .blog_title {
		    margin: 0 0;
	}
	#homeblog .readmore {
			display: block;
			float:none;
			margin:0;
	}
}
#homeblog p.btn_readmore {
	margin: 0;
}
#homeblog p.btn_readmore a {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    border-bottom: 1px solid #D7827E;
}
#homeblog p.btn_readmore a:hover {
    color: #D7827E;
    border-color: #000000;
}
.blog_item .product-block .blog-stats-wrapper .post_hover {
	display: inline-block;
	vertical-align: top;
	float: left;
	margin: 0;
}
.blog_item .post_hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    bottom: 0;
    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: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);
}
.icon.zoom {
    top: 42%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
}
.all-blogs .blog_item .post_hover {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	bottom: auto;
	text-align: center;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	margin: 0;
}
.all-blogs .blog_grid_holder .blog_item:hover p.post_hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	margin: 0;
}
.blog_item:hover .product-block .blog-stats-wrapper .post_hover,
.all-blogs .blog_item:hover .post_hover {
	margin: 0 0 0 10px;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.all-blogs .blog_item .fa-search-plus {
	font-size: 15px;
}
.blog_item .product-block .blog-stats-wrapper .post_hover .text.zoom {
	color: #000000;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}
.blog_item .product-block .blog-stats-wrapper .post_hover .text.zoom:hover {
	color: #949494;
}
.blog_item .product-block .blog-stats-wrapper .post_hover .fa-angle-double-right {
	content: "\f101";
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #000000;
}
#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-plus {
    color: #D7827E;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
}
.blog_item .summary p a:hover .fa.fa-search-plus {
	background-color:#D7827E;
	color:#ffffff;
}
.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;
}
#homeblog .blog-module .blog-desc {
	text-align: left;
	padding:  0;
	clear: both;
}

.blog_item .product-block .blog-stats-wrapper {
	text-transform: none;
	margin: 0;
	text-align: right;
	border-top: 1px solid #dcdcd9;
	background-color: #ffffff;
	padding: 15px 20px;
}
.blog-desc .view-blog {
	display: inline-block;
	vertical-align: top;
}
#homeblog .write-comment a:before {
	content: "\f27a";
	font-family: 'FontAwesome';
	font-size: 14px;
	font-weight: 400;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: top;
}
.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 {

}
.all-blogs .blog_item .blog_stats span {
	border-right: 1px solid #dddddd;
	padding: 0 10px;
}
.all-blogs .blog_item .blog_stats span + span {
	border-right: none;
	color: #6f6f6f;
    font-size: 12px;
}
.all-blogs .blog_item .blog_stats .comment {
	padding: 0 10px 0 0;
}
.blog_stats .fa {
	color: #999999;
}
.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: #000000;
    font-size: 12px;
}
#homeblog .date-time .firstWord {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    line-height: 16px;
}
#common-home .blog_stats .hl {
	font-weight: 400;
    color: #ffffff;
	    font-size: 10px;
}

#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 */

#homeblog .blog-module {
	margin-bottom: 0;
	position: relative;
}
.blog-module {
	margin-bottom: 40px;
}
.blog-module.latest {
	/*margin: 80px auto 70px;
     */
}
#homeblog {
	position: relative;
	z-index: 1;
	padding: 0;
	margin-bottom: 80px;
}

.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: 767px) {
	#homeblog .blog-module .blog-desc{
		text-align: center;
	}

}
@media screen and (max-width: 767px) {
	.column-3 .blog_item,
	.column-4 .blog_item {
		width: 50%;
	}
}
@media screen and (max-width: 567px) {
	.column-2 .blog_item,
	.column-3 .blog_item,
	.column-4 .blog_item {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.column-3 .blog_item,
	.column-4 .blog_item {
		width: 50%;
	}
	#homeblog .blog-module {
		padding: 0;
	}
}
@media (max-width: 479px) {
	.blog_title > a {
		font-size: 16px;
	}
	#homeblog {
		margin: 0 0 60px;
	}
	#common-home .blog_stats .hl {
		font-size: 12px;
	}
	#common-home .blog_stats .hl:before {
		font-size: 16px;
	}
	.blog_item {
		width: 100%;
	}
	#homeblog .blog_item .icon.zoom {
		bottom: 43%;
	}
	#homeblog .blog_item .product-block:after {
		display: none;
	}
	#homeblog:before {
    	top: 31px;
	}
	#homeblog:after {
    	bottom: 31px;
	}

}
@media screen and (max-width: 567px) {
	.column-2 .blog_item,
	.column-3 .blog_item,
	.column-4 .blog_item {
		width: 100%;
	}
}
/* footer */
/*** about and newsletter***/

/*** end ****/
.header .footer-top {
	float: left;
	margin: 15px 0 0;
}
.home-about-me.container {
	padding: 0;
}
.content_headercms_top .footer-top {
	margin: 35px 0 0;
	float: left;
}
.header-cart {
	float: right;
	position: relative;
}
.footer-social {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: right;
}


@media (max-width: 979px) {
	.footer-social{
		float:none;
		display:block;
		text-align: center;
	}
	div#pstpaymentcmsblock {
		float: none;
		display: block;
		margin: 0;
	}
}
.social li a {
	display: inline-block;
	height: 30px;
	width: 30px;
	color: #eeeeee;
	vertical-align: top;
	text-align: center;
	line-height: 33px;
}
.social li a .fa {
	font-size: 16px;
}
.social li a:hover {
	color: #949494;
}

#footer .social li .fa {
	font-size: 12px;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#footer .social li:hover .fa {
	color:#D7827E;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#footer .social li a {
    color: #787878!important;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    vertical-align: top;
    width: 35px;
    line-height: 28px;
    font-size: 12px;
    margin: 0 10px 5px 0;
    text-align: center;
    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: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px double rgb( 221, 221, 221 );
}
@media (max-width: 1199px){
	#footer .social li a{
		width: 30px;
		line-height: 30px;
		height: 30px;
	}
	#footer .social li .fa{
		    font-size: 14px;
	}
}
#footer .social li a:hover {
    color: #D7827E !important;
    background-color: transparent;
    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;
    border-color: #D7827E;
}
.social > ul {
	display: inline-block;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
}
.header .footer-social {
position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    text-align: right;
    margin: 19px 0;
    cursor: pointer;

}
.header .footer-social .social-info-image{
    background-image: url(../image/themeimage/social-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    height: 35px;
	    position: relative;
    width: 35px;
    line-height: 35px;
    float: left;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 979px) {
	.header .footer-social .social-info-image{
		height: 25px;
		width: 25px;
		line-height: 25px;
		background-size: 13px;
	}
}
.header .footer-social:hover .social-info-image{
	    background-image: url(../image/themeimage/social-icon-hover.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.header .footer-social .social {
    text-align: left;
    z-index: 5;
}
.header .footer-social .name {
    text-align: left;
    display: block;
    overflow: hidden;
    text-transform: capitalize;
}
@media (max-width: 979px){
	.header .footer-social {
    display: none;
	}
}
.header .social li a {
    color: #333333;
    display: block;
}

.header .social .fa {
    font-size: 14px;
}

.header .social li a:hover{
	color: #D7827E;
    border-color: #D7827E;
}
.social ul li {
	display: inline-block;
	vertical-align: top;
}
#footer .social li a:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	display: block;
	margin: 0;
	color: #000000;
}
#footer .social li a:hover:before {
	color: #ffffff;
}
/*  .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: #000000;
	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: #525252;
	padding: 12px;
	color: #ffffff;
	height: 44px;
}
.aboutme-read-more a:hover {
	background-color: #ffffff;
	color: #243D47;
	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 {
	position:relative;
	clear: both;
	margin: 50px 0 0;
	font-size: 12px;
	
}
.checkout-cart #footer {
    margin-top: 50px;
}

#footer .content_footer_top {
    background-color: #D7827E;
}
#footer .content_footer_top .container {
    padding: 25px 0;
}
.common-home #footer {
    border-top: none;
	    margin: 0;
}
#footer .content_footer_wrapper {
	line-height: 28px;
}
#footer .column {
    line-height: 30px;
    display:block;
    margin: 0 0;
}
#footer .common.second {
    margin: 0 0 20px;
    display: block;
    vertical-align: top;
    text-align: center;
}

@media (max-width: 979px) {
	#footer .common.second, #footer .common.fourth, #footer .common.third {
		margin:0;
		width:100%;
	}
	#footer .common.second {
		margin: 0 0 20px;
		display: block;
		clear: both;
	}
}
.footer-logo img {
    margin: 0 auto;
}
.footer-logo {
    margin-bottom: 20px;
}
@media (max-width: 979px) {
	.footer-logo a {
		    margin: 0 auto 25px;
	}
}
#footer #contact .address .title, #footer #contact .ph-no .title, #footer #contact .email .title, #footer #contact .fax .title {
    display: block;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 979px) {
	#footer #contact .address .title, #footer #contact .ph-no .title, #footer #contact .email .title, #footer #contact .fax .title{
		display: inline-block;
		vertical-align: top;
	}
}
#footer li .icon {
	float: left;
	margin: 0 10px 0 0;
}
#footer li .data {
	overflow: hidden;
	text-align: left;
	margin-bottom: 5px;
}
#footer li .data br {
    display: none;
}
#footer #links_block_header.column {
	margin: 0;
}
#footer .col-sm-3.column.first {
	margin: 0 !important;
	padding: 0 25px 0 0;
	width: 30%;
}
#footer .column.forth {
	width: 16%;
}
#footer #footer_cms_block {
	float: left;
	line-height: 23px;
	margin-left: 12px;
	padding-right: 20px;
}
#footer .content_footer_wrapper {
	overflow: hidden;
}

#footer .content_footer_inner .container {
    padding: 60px 0 50px;
    color: #333333;
    line-height: 30px;
    font-size: 14px;
}


/*@media (max-width: 979px) {
		#footer .content_footer_inner {
		  padding: 0;
	}
}*/

.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 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;
}


@media (max-width: 979px) {
	#footer #contact .address,
	#footer #contact .ph-no,
	#footer #contact .email,
	#footer #contact .fax {
		padding: 0;
		display: block;
		vertical-align: top;
		margin: 0 0 15px;
		float: left;
		width: 100%;
		text-align: left;
	}
}
#footer li {
	letter-spacing: 1.1px;
}
#footer .column ul li{
	position:relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-top: 5px;
}
#footer .container .column li a {
	cursor: pointer;
	position: relative;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#footer .container .common.second li a {
	    color: #333333;
    position: relative;
}
@media (min-width: 980px) {
	#footer .container .common.second li a:before,#footer .common.fourth li a:before{
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: 2px;
		border-radius: 50%;
		background-color: #333333;
		height: 15px;
		width: 1px;
		margin: 0 -10px;
		transform: rotate(16deg);
	}
	#footer .container .common.second li:last-child a:before,#footer .common.fourth li:last-child a:before{
		display:none;
	}
}
@media (max-width: 979px) {
	#footer .column ul li{
		display:block;
	}
	#footer li .data br {
    	display: block;
	}
}
/*#footer .common.second ul li:before {
	content: '';
	position: absolute;
	left: auto;
	right: -5px;
	top: 10px;
	bottom: auto;
	background: #626262;
	width: 1px;
    height: 10px;
}
#footer .common.second ul li:last-child:before{
	display:none;
}*/
#footer .container .link-block li a:hover {
	padding: 0 0 0 10px;
}
#footer .container .column li a:hover,
#footer .container .link-block li a:hover {
    color: #D7827E;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#footer .container .link-block li a:hover:before {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#footer .container .link-block li a:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	right: auto;
	bottom: auto;
	background-color:#000000;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#footer #contact .email,
#footer #contact .ph-no {
	line-height: 30px;
}
#footer h5 {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    display:none;
    vertical-align: top;
}
#footer .copyright-container.container {
	padding: 0;
	clear: both;
}
.content_footer_bottom {
	text-align: center;
}
.content_footer_right {
	float: right;
}
.footer-payment {
	
	margin: 7px 0 0 0;
}
#footer .payment-block li a {
	color: #d0d0d0;
	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 .payment-block li a:hover {
	color: #949494;
}
.copyright-container {
    padding: 10px 0;
    clear: both;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
#pstpaymentcmsblock {
    margin: 0;
    display: block;
    vertical-align: top;
    text-align: center;
}

@media (max-width: 1299px) {
	#footer .copyright-container .content_footer_bottom {
		width:auto;
	}
}
@media (max-width: 979px) {
	.copyright-container{
		    line-height: 20px;
	}
}
#footer .payment-block img {
    margin-right: 5px;
	    border: 1px solid #eeeeee;
}
.payment-block > ul {
	padding: 0;
	margin: 0;
}
#footer .payment-block > ul > li {
	display: inline-block;
	vertical-align: top;
	filter: grayscale(100%);
	    margin: 0;
}
#footer .payment-block > ul > li:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.visa a {
	/*background: url("../image/themeimage/payment.png") no-repeat scroll -165px 0 transparent;
     padding: 2px 18px;
     */
}
.paypal a {
	display: block;
}
.discover a {
	display: block;
}
.mastercard a {
	margin-left: 7px;
	display: block;
}
.payment-block li .fa {
	font-size: 26px;
	line-height: normal;
}
#bottomfooter {
	clear: both;
	float: left;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
#bottomfooter > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#bottomfooter > ul > li {
	display: inline-block;
	vertical-align: top;
}
#bottomfooter > ul > li:first-child a {
	padding-left: 0;
}
#bottomfooter > ul > li a {
	color: #d0d0d0;
	position: relative;
	padding: 0 15px;
}
#bottomfooter > ul > li a:before {
	content: '';
	position: absolute;
	left: auto;
	right: 0;
	top: 5px;
	bottom: auto;
	width: 1px;
	height: 10px;
	background-color: #d0d0d0;
}
#bottomfooter > ul > li a:hover {
	color: #949494;
}
#bottomfooter > ul > li:last-child a:before {
	display: none;
}
.powered {
    line-height: 24px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
.powered a {
	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;
}
.powered a:hover {
	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;
}
.newsletter-title {
	font-size: 22px;
	font-weight: 400;
	color: #000000;
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
}
#column-left .newsletter .newsletter-desc {
	display: block;
	margin-bottom: 0;
}

.newsletter .title-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    text-align: right;
}
.newsletter .box .box-heading {
	 color:#ffffff;
	 letter-spacing:2px;
	 font-weight:400;
}
.newsletter .box .box-heading .last-word {
    text-transform: none;
}
.newsletter .box .box-heading:after{
	display:none;
}
.newsletter label {
	display: none;
}
.newsletter .desc {
	display: block;
	color: #d0d0d0;
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.newsletter .newsletter-info {
    display: block;
    text-transform: capitalize;
    font-size: 12px;
    margin: 0 0 5px;
    text-align: left;
    line-height: 24px;
}
.newsletter .subscribe-btn {
	display: inline-block;
	vertical-align: top;
	margin:0 0 0;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}
.newsletter-image{    
background: rgba(0, 0, 0, 0) url(../image/themeimage/pst-newletter-icon.svg) no-repeat scroll center center;
    background-size: 50px;
    float: left;
    height: 40px;
    margin: 0;
    width: 55px;
    margin-right: 10px;
    margin-top: 4px;
}
.newsletter-wraper {
    display: block;
    overflow: hidden;
}

.newsletter-wraper .newsletter-title-desc {
    font-size: 18px;
    color: #848484;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 5px;
}
@media (max-width: 979px) {
	.newsletter-wraper {
		 margin-bottom: 0;
	}
}
.newsletter .form-group {
    position: relative;
    overflow: hidden;
    width: 500px;
    margin: 0;

}
@media (max-width: 1499px) {
	.newsletter .form-group {
		    width: 480px;
	}
}
@media (max-width: 1299px){
	.newsletter .form-group {
		width: 425px;
	}
}
@media (max-width: 1199px){
	.newsletter .form-group {
		width: 400px;
	}
}
#footer .third .newsletter-block {
	margin-bottom: 0;
}
#txtemail {
    padding: 13px 150px 13px 10px;
    width: 100%;
    border: 0;
    background-color: #ffffff!important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-rad: 0;
    height: 50px;
}


@media (max-width: 979px) {
	
	.newsletter .form-group {
		width: 450px;
		margin: 0 auto;
	}
	.newsletter-block {
    	padding: 0;
	}
}

#txtemail::placeholder{
	color:#acacac;
	font-size:12px;
	text-transform:capitalize;
	letter-spacing:1px;
}
#txtemail:focus {
	background-color: #ffffff !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.newsletter .text-danger {
    color: #D8000C;
    background-color: #FFD2D2;
    padding: 8px 14px;
    width: 500px;
    text-align: left;
    line-height: 24px;
}
@media (max-width: 1499px) {
	.newsletter .text-danger {
		width:480px;
	}
}
@media (max-width: 1299px) {
	.newsletter .text-danger {
		width:425px;
	}
}
@media (max-width: 1199px){
	.newsletter .text-danger {
		width:400px;
	}
}
.subscribe-btn .btn {
    line-height: 24px;
    background-position: center;
    padding: 13px 32px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    background-color: #000000;
    color: #ffffff;
	    border: none;
    letter-spacing: 1px;
}
.newsletter-wraper .newsletter-desc.box {
    padding: 0 15px 0 0;
    margin-top: 10px;
}
.newsletter-wraper .newsletter-block {
    padding: 0 0 0 15px;
}
@media (max-width: 979px){
	.newsletter-wraper .newsletter-block {
    	padding: 0;
	}
	.newsletter-wraper .newsletter-desc.box {
    	padding: 0;
    	margin-top: 0;
	}
}
.subscribe-btn .btn:hover {
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
    background-color: #ffffff;
    color: #D7827E!important;
	    border: none;
}
.subscribe-btn .btn i {
	color: #000000;
	font-size: 16px;
	padding: 0 5px;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.subscribe-btn .btn:hover i {
	color: #000000;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
/* Category PAge */

.category_description {
	margin-top: 15px;
}
.category_img .img-thumbnail {
	border: medium none;
	border: medium none;
}
.refine-search {
	font-size: 18px;
	margin: 10px 0 25px;
}
.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;
	padding: 0;
	position: relative;
	width: 100%;
}
@media (max-width: 1299px) {
	#blockaboutus .footer-logo {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin-bottom: 20px;
	}
}
@media (max-width: 979px) {
	.newsletter {
		margin: 0 0 30px;
	}
	.newsletter .title-wrapper {
		text-align: center;
		margin-bottom: 20px;
	}
	#footer .third .newsletter-block {
		margin-bottom: 0;
	}
	#footer .third .newsletter {
		margin: 0 0 20px 0;
	}
	.newsletter .subscribe-btn {
		margin: 0;
	}

	.subscribe-btn .btn {
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		bottom: auto;
		padding: 13px 30px;
	}
	#footer .column ul {
		display: block !important;
		padding: 0;
		margin: 0;
	}
	.footer-left ul {
		padding: 0 0 0 20px;
	}
	#footer .content_footer_wrapper .second li {
		display: inline-block;
		margin: 0 10px 0 0;
		vertical-align: top;
	}
	#column-left .newsletter {
		margin: 0 0 15px;
	}
	#footer .content_footer_inner .container {
    	padding: 30px 0 30px;
	}
	#footer #links_block_header.column {
		margin: 0 0 15px;
		width: 100%;
	}
	#common-home .newsletter {
		padding: 0;
	}
	.newsletter .newsletter-desc {
		display: block;
		text-align: center;
	}
	.powered {
		clear: both;
		float: none;
		margin: 0;
		display: block;
	}
	.newsletter .newsletter-info {
		    text-align: center;
	}
	.newsletter .newsletter-icon {
		float: none;
		display: block;
		margin: 0 auto;
	}
	#footer h5 {
		position: relative;
		display: none;
		text-align: left;
		margin: 0;
		line-height: 24px;
	}
	#contact {
		margin-bottom: 0;
	}
	.footer-payment {
		float: none;
		margin: 5px 0;
	}
	#footer .column.fifth {
		margin-bottom: 0;
	}
	#footer {
		margin: 0;
		text-align: left;
	}
	#footer .column.fourth {
		margin: 0 0 10px;
	}
	#footer .container .common.second li a{
		padding: 0;
		margin-left: 0;
	}
	#footer .common.second ul li:before{
		display:none;
	}
}
@media (max-width: 767px) {
	.footer-payment {
		display: block;
	}
	.footer-top {
		float: none;
	}
	.newsletter .newsletter-info {
		padding: 0;
		border: none;
	}
}
@media (max-width: 479px) {
	#txtemail {
		width: 100%;
	}
	.subscribe-btn .btn {
		width: 100%;
		margin: 0;
		position: static;
	}
	.newsletter .text-danger {
		float: none;
		width: 100%;
	}
	.social ul li {
		margin: 0 7px 0 0;
	}
	#footer #links_block_header.column {
		padding: 0;
	}
	.newsletter .subscribe-btn{
		    position: static;
	}
}
/* alert */

.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */

ul.breadcrumb {
    padding: 30px 0;
    float: right;
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
    background-color: transparent;
}
.common-home #breadcrumb,
.product-quick_view-50 #breadcrumb {
	margin-bottom: 0;
	    clear: both;
}
ul.breadcrumb i {
	font-size: 15px;
}
ul.breadcrumb > li {
	position: relative;
	white-space: nowrap;
	line-height: 24px;
}
ul.breadcrumb > li:after {} .pagination {
	margin: 0;
}
/* buttons */

.buttons {
	margin: 1em 0;
	display: inline-block;
	margin: 10px 0 0;
	width: 100%;
}
.btn {
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover,
.dropdown-menu.myaccount-menu {
	font-size: 12px;
}
#form-currency .dropdown-menu .btn-link {
	font-size: 12px;
    margin: 0 5px 0 0;
}
#form-currency .dropdown-menu .btn-link:before{
	display:none;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.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 #000000;
    border: 1px solid transparent;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 20px;
    width: auto;
    height: auto;
    text-transform: capitalize;
    line-height: normal;
}
.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: transparent;
    border: 1px solid #000000;
    color: #000000!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 .button-group .wishlist,
  .product-layout.product-list .product-thumb .button-group .compare,
    .product-layout.product-list .product-thumb .button-group .quickview a{
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	position:static;
	
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
 }
*/

#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: #000000;
	background-image: linear-gradient(to bottom, #000000, #525252);
}
@media (max-width: 767px) {
	ul.breadcrumb {
		margin: 0 0 20px 0;
		padding: 15px 0;
	}
}
/* list group */

.box .filterbox {} .filterbox .list-group a {
	display: block;
	font-weight: 600;
	padding: 0;
	border: 0 none;
	background: none;
	cursor: pointer;
}
.filterbox .list-group-item {
	padding: 0 7px;
}
.filterbox .list-group-item .checkbox {
	line-height: 22px;
}
#column-left .list-group,
#column-right .list-group {
    padding: 15px;
    margin-bottom: 0;
    margin-top: 0;
    background: transparent;
	    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
}
#column-left .list-group a,
#column-right .list-group a {
	border: none;
	font-size: 12px;
}
#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;
}
#column-left .box .box-heading .lastWord {
	font-weight: 400;
}
.list-group a {
	border: none;
	color: #888888;
	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: #D7827E;
}
.filterbox .list-group a:hover {
	color: #D7827E;
}
.filterbox a.list-group-item::after {
	content: "\f068";
	font-family: 'FontAwesome';
	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;
	float: right;
}
.filterbox a.list-group-item.collapsed::after {
	content: "\f067";
	font-family: 'FontAwesome';
	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;
	float: right;
}
.filterbox .list-group-items {
	margin: 0 0 15px 0;
}
@media (max-width: 979px) {
	.filterbox .list-group-item {} #column-left .box-product .product-block-inner .price-old {
		margin: 0 5px 0 0;
	}
	.filterbox {
		width: 100%;
	}
}
/* 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 */

.box.product-box .box-content .slider-item {
	text-align: center;
	    margin: 0 ;
}
.product-thumb {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 30px 0;
	overflow: hidden;
	padding: 0 15px;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	margin: 0 0 ;
	overflow: hidden;
	padding: 0;

}
.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 {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	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;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms 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;
    transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
	}
}
.product-thumb h4 {
	margin: 0 0 10px;
	-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;
}
#column-left .product-thumb h4 a,
#column-right .product-thumb h4 a {
	font-size: 13px;
	line-height: 26px;
}
.product-thumb h4 a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
}
.product-grid .product-thumb h4 {
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}
.product-grid .product-thumb a {
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}
.product-thumb a {
	text-transform: capitalize;
}
.product-grid .product-thumb .product-details h4,
.product-grid .product-thumb .product-details h4 a {
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}
.product-thumb .caption {
	text-align: center;
	padding:15px 10px;
	position: relative;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.product-thumb .rating {
   margin-bottom: 0;
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 0;
    right: 0;
    width: auto;
    transform: scale(0);
	opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.product-layout.product-grid .caption .rating {
    display: none;
}
.product-list .product-thumb .image .rating {
    display: none;
}
.product-thumb:hover .rating {
	transform: scale(1);
	    opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
		text-align: center;
	}
	.product-thumb .caption {
		text-align:center;
	}
	.product-thumb .rating {
		left:0;
		right:0;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
#content .product-carousel .product-block:hover .rating,
#content .box-product .product-block:hover .rating,
#content .product-block:hover .rating {
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.product-list .caption .rating {
    margin: 0 0 15px 0;
    position: static;
    transform: scale(1);
    opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
}
.rating .fa-stack,
#review .fa-stack {
	font-size: 8px;
	color: #D7827E;
}
.fa.fa-star.off {
	color: #dddddd;
	font-size: 13px;
}
.rating .fa-star.off,
#review .fa-star.off {
	color: #dddddd;
	font-size: 13px;
	cursor: no-drop;
}
.rating .fa-star,
#review .fa-star,
.fa-stack .fa {
	color:#D7827E;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o {
	color: #D7827E;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
}
.product-thumb .price-new {} .product-thumb .price-old {
	color:#999999;
	font-weight: 400;
	text-decoration: line-through;
	margin: 0 5px;
}
.product-thumb .price-tax {
	color: #999;
	display: none;
	font-size: 12px;
	width: 100%;
}
.product-block .percentsaving {
    font-weight: 300;
    font-size: 11px;
    line-height: 24px;
    position: absolute;
    top: -100%;
    padding: 1px 5px 1px 10px;
    left: 5px;
    right: auto;
    bottom: auto;
    color: #ffffff;
    background-color: #333333;
    transform: rotate(91deg);
    letter-spacing: 1px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    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;
}
#column-left .box-product .image .percentsaving, 
#column-right .box-product .image .percentsaving {
    display: none;
}
.product-block .percentsaving:after {
    border-width: 0 20px 20px 0;
    border-color: transparent transparent #333333 transparent;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    right: -19px;
    left: auto;
    top: auto;
    width: 0;
    bottom: 0;
}
.product-block .percentsaving:before {
    border-width: 20px 20px 0 0;
    border-color: #333333 transparent transparent transparent;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    right: -19px;
    left: auto;
    top: 0;
    width: 0;
    bottom: auto;
}
.product-block:hover .percentsaving {
    top: 10px;
	    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-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;
}
.product-list .product-thumb .button-group {
	overflow: visible;
}
.product-block:hover .button-group .addtocart,
.box-product .product-block:hover .button-group .addtocart,
.product-grid .product-thumb:hover .button-group .addtocart,
.product-list .product-thumb:hover .button-group .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-grid .btn-wish-compare,
.product-grid .list-right,
.product-list .btn-list-grid,
.product-list .caption .price {
	display: none;
}
.product-thumb .product-block-inner .button-group {
    position: absolute;
    top: 10px;
    left: auto;
    right: 15px;
    bottom: auto;
    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;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    margin: 0 auto;
	
}
.product-thumb:hover .product-block-inner .button-group {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-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;
}
.product-thumb .addtocart {
	background-color: transparent;
	background-image: url(../image/themeimage/product-addtocart.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px;
	display: block;
	vertical-align: top;
	margin: 0 0 7px;
	font-size: 0;
	border: none;
	padding: 0;
	height: 34px;
	width: 34px;
	line-height: 34px;
	border: 1px solid rgba(0,0,0,0.3);
	text-align: center;
	-webkit-transform: rotateX(360deg) scale(0);
	-moz-transform: rotateX(360deg) scale(0);
	-ms-transform: rotateX(360deg) scale(0);
	-o-transform: rotateX(360deg) scale(0);
	transform: rotateX(360deg) scale(0);
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	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-thumb:hover .addtocart {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-webkit-transform: rotateX(0deg) scale(1);
	-moz-transform: rotateX(0deg) scale(1);
	-ms-transform: rotateX(0deg) scale(1);
	-o-transform: rotateX(0deg) scale(1);
	transform: rotateX(0deg) scale(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;
}
.product-thumb .addtocart:hover {
	background-image: url('../image/themeimage/product-addtocart-hover.svg');
	    background-color: #D7827E;
    border-color: transparent;
}

.product-thumb button .fa {
	font-size: 17px;
	color: #ffffff;
}
.product-thumb .wishlist {
	background-color: transparent;
	background-image: url(../image/themeimage/product-wishlist.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px;
	display: block;
	vertical-align: top;
	vertical-align: top;
	margin: 0 0 7px;
	padding: 0;
	border: none;
	font-size: 0;
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.3);
	-webkit-transform: rotateX(360deg) scale(0);
	-moz-transform: rotateX(360deg) scale(0);
	-ms-transform: rotateX(360deg) scale(0);
	-o-transform: rotateX(360deg) scale(0);
	transform: rotateX(360deg) scale(0);
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	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-thumb:hover .wishlist {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-webkit-transform: rotateX(0deg) scale(1);
	-moz-transform: rotateX(0deg) scale(1);
	-ms-transform: rotateX(0deg) scale(1);
	-o-transform: rotateX(0deg) scale(1);
	transform: rotateX(0deg) scale(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;
}
.product-thumb .wishlist:hover {
	background-image: url('../image/themeimage/product-wishlist-hover.svg');
    background-color: #D7827E;
    border-color: transparent;
}
.product-thumb .compare {
    background-color: transparent;
    background-image: url(../image/themeimage/product-compare.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    background-size: 14px;
    font-size: 0;
    border: none;
    display: block;
    vertical-align: top;
    margin-bottom: 7px;
    border: none;
    height: 34px;
    width: 34px;
    line-height: 34px;
    padding: 0;
    border: 1px solid rgba(0,0,0,0.3);
	-webkit-transform: rotateX(360deg) scale(0);
	-moz-transform: rotateX(360deg) scale(0);
	-ms-transform: rotateX(360deg) scale(0);
	-o-transform: rotateX(360deg) scale(0);
	transform: rotateX(360deg) scale(0);
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	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-thumb:hover .compare {
	    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: rotateX(0deg) scale(1);
    -moz-transform: rotateX(0deg) scale(1);
    -ms-transform: rotateX(0deg) scale(1);
    -o-transform: rotateX(0deg) scale(1);
    transform: rotateX(0deg) scale(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;
}
.product-thumb .compare:hover {
	background-image: url('../image/themeimage/product-compare-hover.svg');
	    background-color: #D7827E;
    border-color: transparent;
}
/* .product-thumb .button-group .quickview a{
	background-color: #000000;
	border: 1px solid #000000;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 35px;
	width: 35px;
	font-size: 0;
	right:0;
	left:auto;
	margin: 0 6px 0 0;
	padding:8px;
	line-height:0;
	position: relative;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
.product-thumb .button-group .quickview a:hover{
	background-color: #000000 ;
    border-color: transparent;
    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-block:hover .button-group .quickview a,
.box-product .product-block:hover .button-group .quickview a,
.product-grid .product-thumb:hover .button-group .quickview a,
.product-list .product-thumb:hover .button-group .quickview a {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
#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;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#cart .dropdown-menu .img-thumbnail:hover {
	border-color: #000000;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#cart .text-right .addtocart,
#cart .text-right .checkout {
	margin: 0;
	padding: 8px 20px;
}
#cart .text-right .checkout {
    background: #D7827E;
    color: #ffffff;
}
#cart .text-right .checkout:hover {
    background: transparent;
    color: #D7827E !important;
    border: 1px solid #D7827E;
}
.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;
	    padding: 15px 10px 10px;
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
	    text-align: left;
}
.product-list .caption .desc {
	margin-bottom: 15px;
}
.product-list .caption .price {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	padding: 0;
}
@media (max-width: 767px) {
	.product-list .caption .price {
		text-align:center;
	}
}
#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;
}
#content .product-list .button-group {
	width: auto;
}
.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;
}
.thumbnails {
	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) {
	#pstsubbanner .subbanner-item:nth-child(4) {
		clear: none;
	}
}
/*@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 .container {
	width: 100%;
	background: #FFFFFF;
	/* padding:0 10px; */
}
.product-thumb .quickview {
       display: block;
    vertical-align: top;

}
.product-thumb .quickview a {
    background-color: transparent;
    background-image: url(../image/themeimage/product-view.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
    margin: 0 0 7px;
    padding: 0;
    display: block;
    vertical-align: top;
    font-size: 0;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-transform: rotateX(360deg) scale(0);
    -moz-transform: rotateX(360deg) scale(0);
    -ms-transform: rotateX(360deg) scale(0);
    -o-transform: rotateX(360deg) scale(0);
    transform: rotateX(360deg) scale(0);
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    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-thumb:hover .quickview a {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-webkit-transform: rotateX(0deg) scale(1);
	-moz-transform: rotateX(0deg) scale(1);
	-ms-transform: rotateX(0deg) scale(1);
	-o-transform: rotateX(0deg) scale(1);
	transform: rotateX(0deg) scale(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;
}
.product-thumb .quickview a:hover {
	background-image: url(../image/themeimage/product-view-hover.svg);
	    background-color: #D7827E;
    border-color: transparent;
}
.product-thumb .quickview .fa {
	font-size: 18px;
	line-height: inherit;
	display: block;
}
.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: #000000;
}
/* Theme Start */

/* box */

.title-wrapper {
    display: block;
    position: relative;
    margin-bottom: 50px;
    padding: 0 0 0 0;
    text-align: center;
}
.heading-title {
    text-align: center;
    display: block;
    margin-bottom: 50px;
	position: relative;
}
@media (max-width: 767px) {
	.heading-title {
		margin-bottom:25px;
	}
	.title-wrapper {
		margin-bottom:25px;
	}
}
.box .box-heading {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;

}
.box .box-heading .last-word {
    color: #000000;
}
@media (max-width: 767px) {
	.box .box-heading {
		font-size: 18px;
		line-height: 24px;
	}
}



#column-left .box .box-heading:before,
#column-right .box .box-heading:before {
	display: none;
}
.newsletter .box .box-heading:before {
	display: none;
}
#column-left .title-wrapper {
	margin-bottom: 0;
	position: relative;
	padding: 0;
	border: none;
}
.box .box-heading .reguler {
	font-weight: 100;
	padding: 0 7px;
}
.box-heading-desc {
	text-align: center;
}
.home-products {
	margin: 0 -15px;
}
.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-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border: none;
	    margin: 0 0 0 ;
		    overflow: hidden;
	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 {}@media (max-width: 1299px) {
	.product-thumb .product-group .rating {
		float: none;
		display: block;
	}
	.product-thumb .product-group .button-group {
		float: none;
		display: block;
	}
}
@media (max-width: 979px) {
	#column-left .title-wrapper:after {
		bottom: 10px;
	}
}
@media (max-width: 767px) {
	.quickbox {
		display: none;
	}
	
	#content .product-list .button-group {
		text-align: center;
	}
}

/* Product Grid Start */

/*.product-grid-list {
}
 */

#content .box-product
/*, .product-grid-list ul*/

{
	list-style-type: none;
	position: relative;
	width: 100%;
	padding: 0px 0;
	margin: 15px 0 0 0;
	list-style: none;
}
#content .productbox-grid.box-product {
	overflow: hidden;
}
#content #homeblog .box-product {
	position: static;
	text-align: center;
}
/*.product-grid-list ul li,*/

#content .box-product .product-items {
	margin-bottom: 14px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
/*Besetseller end*/

#featured-grid .product-items {
	width: 300px;
	float: left;
}
.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
	width: 241px;
	float: left;
	display: 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;
	background-color: #ffffff;
	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;
}

.grid_default_width {
	width: 270px;
}
.featured_default_width {
	width: 300px;
}
.module_default_width {
	width: 250px;
}
.latest_default_width {
	width: 300px;
}
.special_default_width {
	width: 300px;
}
.related_default_width {
	width: 300px;
}
.bestseller_default_width {
	width: 300px;
}
.additional_default_width {
	width: 100px;
}
.testimonial_default_width {
	width: 1000px;
}
.blog_default_width {
	width: 120px;
}

.banners-slider-carousel .product-block-inner {
	text-align: center;
	    background-color: transparent;
}
.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.4;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
}
#content .product-carousel .product-block,
#content .box-product .product-block {
	background: none repeat scroll 0 0 transparent;
	overflow: hidden;
}
#content .banners-slider-carousel .product-carousel .product-block {
	background: transparent;
}
.product-layout.product-grid .product-block {
	display: inline-block;
	vertical-align: top;
}
.product-layout.product-grid:last-child .product-block {
    border: none;
}
@media (max-width: 767px) {
	.additional_default_width {
		width: 150px;
	}

}

.product-layout-wrap {
    
}
.product-layout-wrap .row {
    margin: 0 -15px;
}
@media (max-width: 979px) {
	.product-layout-wrap .row {
		margin:0;
	}
}
.product-layout-wrap .product-layout.product-list {
    padding: 0 10px;
}
.product-layout.product-grid {
	/*border-right:1px solid #e4e4e4;
     */
	text-align: center;
	padding: 0;
}
.product-listgrid .product-grid:last-child {
	border-right: 0 none;
}
.product-layout.product-list .product-block {
    border: none;
    text-align: left;
    background-color: transparent;
    margin: 0 0 30px 0;
    display: block;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.categorypage .product-layout.product-list .product-block .product-block-inner {
	border: none;
	padding: 0;
	text-align: center;
	background-color: transparent;
}
#product-special .product-layout.product-list .product-block .product-block-inner {
	border: none;
	padding: 0;
	    background-color: transparent;
}
#product-search .product-layout.product-list .product-block-inner {
    background-color: transparent;
}
#product-special .product-layout.product-list .product-block:hover .caption {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.categorypage .product-layout.product-list .product-block:hover .caption {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
#content .product-list .btn-wish-compare .button-group {
	position: static;
	text-align: left;
}
#content .banners-slider-carousel .product-carousel .product-block {
	margin: 0;
	padding: 0;
}
#content .product-carousel .product-block:hover,
#content .box-product .product-block:hover {
	overflow: hidden;
	clear: both;
}
#content .product-block h4 a:hover,
#content .product-carousel .product-block:hover h4 a,
#content .box-product .product-block:hover h4 a,
#content .product-layout .product-block:hover h4 a {
	color: #D7827E;
}
.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: 0 15px;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform:none;
    position: static;
}
.product-list .product-block:hover .product-details{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-moz-transform:none;
	position: static;
}
.product-list .product-thumb .image {
	position: relative;
	overflow: hidden;
	margin: 0;
}
.product-list .product-thumb .caption h4 {
	margin-bottom: 15px;
	-webkit-transition: unset;
	transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}
.product-list .product-thumb .caption h4 a {
	font-size: 18px;
	font-weight: 500;
}
.product-list .product-thumb .caption h4 a {
	-webkit-transition: unset;
	transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}
#content .product-carousel .product-block-inner,
#content .box-product .product-block-inner
/*,.product-layout.product-grid .product-block-inner*/

{
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #F8F8F8;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
}

#carousel-0 .product-carousel .product-block-inner {
	padding: 0;
	border: none;
	background: transparent;
}

.banners-slider-carousel .container {
	position: relative;
}
.banners-slider-carousel {
    clear: both;
    position: relative;
    margin-bottom: 50px;
}
@media (max-width: 1299px) {
	.banners-slider-carousel .container {
		width:auto;
	}
}


.sale {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    padding: 1px 5px 1px 10px;
    background-color: #D7827E;
    text-align: center;
    position: absolute;
    right: auto;
    left: 0px;
    top: 10px;
    transform: rotate(91deg);
    -webkit-transform: rotate(91deg);
    -ms-transform: rotate(91deg);
    -o-transform: rotate(91deg);
    -moz-transform: rotate(91deg);
    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-thumb:hover .sale {
    top: -100% !important;
    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;
    opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
.sale:after {
    border-width: 0 20px 20px 0;
    border-color: transparent transparent #D7827E transparent;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    right: -19px;
    left: auto;
    top: auto;
    width: 0;
    bottom: 0;
}
.sale:before {
    border-width: 20px 20px 0 0;
    border-color: #D7827E transparent transparent transparent;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    right: -19px;
    left: auto;
    top: 0;
    width: 0;
    bottom: auto;
}
#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 {
	/*top: 0;
     */
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
/* 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 h4 a:hover {
	color:#000000;
}
#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float: left;
	margin-right: 15px;
	padding: 0;
	width: auto;
	height: auto;
}
#column-left .box-product .image .quickview,
#column-right .box-product .image .quickview {
	display: none;
}
#column-left .box-product .product-block-inner,
#column-right .box-product .product-block-inner {
	padding: 0;
	border: none;
	overflow: hidden;
	background-color: transparent;
}
#column-left .product-items .product-details,
#column-right .product-items .product-details {
    padding-left: 10px;
    padding-right: 0;
    position: static;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    padding: 0;
    width: auto;
    overflow: hidden;
    float: none;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	overflow: hidden;
	text-align: left;
	margin: 7px 0 7px;
	width: auto;
	padding: 0;
	float: none;
}
#column-left .saleback,
#column-right .saleback {
	display: none;
}
#column-left .box-product .price,
#column-right .box-product .price {
	padding: 0;
	font-size: 13px;
}
#column-left .product-thumb .price-new,
#column-right .product-thumb .price-new {
	color: #000000;
}
#column-left .box-product .product-thumb h4,
#column-right .box-product .product-thumb h4 {
	font-weight: 400;
	font-size: 13px;
	margin: 0px 0 7px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#column-left .box-product .product-block-inner .caption h4 {
	display: block;
	margin: 0 0 5px 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 .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 {
	margin-bottom: 0;
}
/*#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox {
     margin-bottom:30px;
}
 */

#column-left #button-filter,
#column-right #button-filter {
background-color: transparent;
    color: #D7827E;
    padding: 8px 20px;
    line-height: 24px;
    border: 1px solid #D7827E;
}
#column-left #button-filter:hover,
#column-right #button-filter:hover {
	background-color: #D7827E;
	border-color: transparent;
	color: #ffffff!important;
}
#column-left .box,
#column-right .box {
	margin-bottom: 30px;
	padding: 0;
	background-image: none;

}
#column-left .box .heading-title, #column-right .box .heading-title {
    margin: 0;
}
#column-left .box-product .rating,
#column-right .box-product .rating {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	display: none;
}
#column-left .product-thumb,
#column-right .product-thumb {
	margin-bottom: 15px;
	background-color: transparent;
	border: none;
	padding: 0;
	display: block;
}
#column-left .product-thumb .product-group {
	display: none;
}
#column-left .sale,
#column-left .price-tax,
#column-left .wishlist,
#column-left .quickview,
#column-left .addtocart,
#column-left .compare,
#column-right .sale,
#column-right .price-tax,
#column-right .wishlist,
#column-right .quickview,
#column-right .compare,
#column-right .addtocart {
	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 {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	width: auto;
	height: auto;
	line-height: 24px;
	text-transform: none;
	text-align: left;
}
#column-left .product-thumb .button-group .addtocart:after,
#column-right .product-thumb .button-group .addtocart:after {
	content: "\f101";
	font-family: 'FontAwesome';
	font-size: 14px;
	margin: 0 0 0 6px;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	line-height: 24px;
	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;
}
#column-left .product-thumb .button-group .addtocart:hover:after,
#column-right .product-thumb .button-group .addtocart:hover:after {
	color: #000000;
	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;
}
#column-left .product-block:hover.product-thumb .caption,
#column-right .product-block:hover.product-thumb .caption {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
#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: #000000;
}
#column-left .product-block .button-group,
#column-right .product-block .button-group {
	display: inline-block;
	vertical-align: top;
}
#column-left .box .box-heading,
#column-right .box .box-heading {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	display: block;
	text-align: left;
	padding: 15px 20px;
	position: relative;
	margin-bottom: 0;
	color: #ffffff;
	background: #D7827E;
}
#column-left .box .box-heading  .last-word,
#column-right .box .box-heading  .last-word{
	color:#ffffff
}
#column-left .box .products-text, #column-right .box .products-text{
	display:none;
}
#column-left .box .box-heading:After, 
#column-right .box .box-heading:After{
	display:none;
}
#column-left .box .box-content,
#column-right .box .box-content {
    margin-top: 0;
    background: #ffffff;
    padding: 15px;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    -ms-box-shadow: unset;
    -o-box-shadow: unset;
    background-color: #ffffff;
	border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
}
#column-left .swiper-viewport #banner0,
#column-right .swiper-viewport #banner0 {
	float: none;
}
.layout-1 #content {} #column-left .box-heading-desc,
#column-right .box-heading-desc {
	display: none;
}
#column-left .home-products,
#column-right .home-products {
	margin: 0;
	width: 100%;
}
#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;
	text-align: left;
}
#column-left .swiper-viewport,
#column-right .swiper-viewport {
    margin: 0 0 30px 0;
    background: #fff;
    z-index: 1;
    border: medium none;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
#column-left .swiper-viewport .swiper-slide a,
#column-right .swiper-viewport .swiper-slide a {
	display: block;
}
#column-left #banner1 {
	margin: 0;
}
@media (min-width: 1299px) {
	#column-left .box-product .image,
	#column-right .box-product .image {
		margin-right: 10px;
	}
}
/* 2-col layout */

.layout-2 #content {
	margin-bottom: 30px;
}
.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 {
bottom: 85px;
    display: none;
    height: 40px;
    position: fixed;
    right: 40px;
    width: 40px;
    background-color: #ffffff;
    text-align: center;
    line-height: 35px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 9;
    font-size: 0;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 3px 10px 0px rgba(153,153,153,0.35);
    -moz-box-shadow: inset 0px 3px 10px 0px rgba(153,153,153,0.35);
    box-shadow: inset 0px 3px 10px 0px rgba(153,153,153,0.35);
}
.top_button:hover {
    background-color: #D7827E;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.top_button:before {
    font-family: 'FontAwesome';
    content: "\f106";
    font-size: 20px;
    color: #000000;
    margin: 0;
    display: block;
    line-height: 39px;
}
.top_button:hover:before {
    color: #ffffff;
}
@media (max-width: 1299px) {
	.module_default_width {
		width: 200px;
	}
	#column-left .box-product .image,
	#column-right .box-product .image {
		margin-right: 10px;
	}
}
@media (max-width: 979px) {
	#column-left .box,
	#column-right .box {
		
		margin-bottom: 15px;
	}
	#column-left #banner1 {
		display: inline-block;
		vertical-align: top;
		padding: 15px 0;
	}
	.top_button {
		
		    right: 10px;
	}
	#column-left .product-thumb,
	#column-right .product-thumb {
		display: block;
	}
	#column-left .container,
	#column-right .container {
		margin: 0;
	}
	#column-left .swiper-viewport #banner0,
	#column-right .swiper-viewport #banner0 {
		display: inline-block;
		vertical-align: top;
		padding: 0 0;
		float: left;
	}
	.product-block .button-group {
		text-align: center;
	}
	#column-left .product-thumb .caption,
	#column-right .product-thumb .caption {
		margin: 5px 0 0;
	}
	#content .box-product {
		padding: 0;
	}
	#column-left .box-product .price,
	#column-right .box-product .price {
		font-size: 13px;
	}
	#column-left .box .box-heading,
	#column-right .box .box-heading {
		padding: 15px;
	}
}
@media (max-width: 767px) {
	.zoomContainer {
		display: none;
	}
	#content .product-list .btn-wish-compare .button-group {
		text-align: center;
	}
	.product-list .product-details {
		position: relative;
	}
	.product-list .product-thumb .button-group .quickview a {
		margin: 0;
	}
}
@media only screen and (min-width: 715px) and (max-width: 767px) {
	.product-layout.product-grid .product-block {
		margin: 0 15px 30px;
	}
}
@media (max-width: 479px) {
	.banners-slider-carousel {
		margin-bottom: 30px;
	}
	#content .banners-slider-carousel .product-carousel .product-block {
    	border-right: none;
	}
	.product-layout.product-grid .product-block {
		margin: 0 0 30px;
	}
	#column-left .swiper-viewport #banner0,
	#column-right .swiper-viewport #banner0,
	#column-left #banner1 {
		padding: 0;
	}
}
.manufacturer-list {
	margin-bottom: 20px;
	padding: 0;
	background-color: #fff;
}
.manufacturer-heading {
	background-color: #E3E3E3;
	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 #tabs_info {
	margin: 80px 0;
}
.tab-content {
	overflow: hidden;
	background-color: #f7f7f7;
}
.product-tab .tab-content > .active {
	display: block;
}
.product-tab .tab-content > .tab-pane {
	padding: 30px;
	background-color: transparent;
}
#form-review {
	padding: 0;
	    background-color: transparent;
}
.product-tab li a {
	background-color: #ffffff;
	color: #000000;
	margin-right: 10px!important;
}
.product-tab .table-bordered {
	margin: 0!important;
}
.col-sm-4.total_amount {
	margin-top: 70px;
}
.product-tag {
	margin: 5px 0;
}
#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: 2px 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: 12px;
}
.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: 7px 7px !important;
    height: 28px!important;
    border: none !important;
    background-color: transparent !important;
}
.category_thumb .category_img,
.category_thumb .category_description {
	float: left;
	width: 100%;
}
.category_thumb .category_img_wrapper {
	position: relative;
}
.category_thumb .category_img_wrapper:before,
.category_thumb .category_img_wrapper:after {
	background: rgba(195, 195, 195, 0.2) none repeat scroll 0 0;
	content: " ";
	height: 0;
	padding: 0;
	position: absolute;
	transition: all 0.8s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	width: 0;
	transform: rotate(180deg);
}
.category_thumb .category_img_wrapper:hover:before,
.category_thumb .category_img_wrapper:hover:after {
	height: 100%;
	transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-khtml-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	width: 100%;
}
.category_thumb .category_img_wrapper:after {
	bottom: 0;
	right: 0;
}
.category_thumb .category_img_wrapper:before {
	left: 0;
	top: 0;
}
.refine-search ul {
	padding: 0;
}
.refine-search ul li {
	list-style: none;
}
#content .category_list ul li a {
   background-color:#F8F8F8;
    display: block;
    padding: 5px 10px;
}
#content .category_list ul li a:hover {
      background-color: #D7827E;
    color: #ffffff;
}
.category_list li a:hover {} #content .category_list li {
	float: left;
	margin: 0 7px 7px 0;
	overflow: auto;
	padding: 0;
	position: relative;
}
.category_filter {
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    color: #999999;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%;
  background-color: #F8F8F8;
}
.pagination-wrapper {
	overflow: hidden;
    margin: 30px 0 0;
    padding: 15px;
    background-color: transparent;
 	background-color: #F8F8F8;
}
.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;
}
/* Product Page*/

.productpage .product-right-inner {
	background: #ffffff;
	padding: 15px;
    text-align: left;
}
.product-info .image {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.productpage h3 {
	margin-top: 0;
	width: 100%;
}
.productpage h3.product-title {
	margin-bottom: 20px;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
}
.product-info .zoomContainer {
	z-index: 9;
}
/* It need for ie7 */

.product-info .additional-carousel {
	position: relative;
	width: 70%;
	margin: 0 auto;
}
.product-info .image-additional {
	clear: both;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}
.product-info .image-additional img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.product-info .image-additional img:hover {
	border-color: #000000;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.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 {
	clear: both;
	margin: 0 7px;
	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:9px 12px;
}
#content ul.list-unstyled {
	border-top: 1px solid #e7e7e7;
	line-height: 22px;
	margin-bottom: 0;
	padding: 20px 0;
}

#content ul.list-unstyled.price {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
}
#content ul.list-unstyled li {
	color: #000000;
	line-height: 22px;
	padding: 5px;
}
#content ul.list-unstyled li span {
	margin-right: 5px;
	font-weight: 500;
	letter-spacing: 0.7px;
}
#content ul.list-unstyled li span.desc {
	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: #888888;
	font-size: 18px;
	font-weight: 400;
}
#content ul.list-unstyled li span.special-price {
	color: #525252;
	font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	margin-bottom: 0;
}
#content .list-unstyled.price li.price-tax {
	color: #999999;
	display: inline-block;
	font-size: 14px;
}
#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;
}
.addthis_toolbox.addthis_default_style .addthis_button_tweet {
	float: none;
}
#product .form-group.cart .form-control {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: auto;
}
#product #input-quantity {
	    padding: 8px 10px;
    margin: 0 5px;
    height: 37px;
    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: #777777;
	float: none;
}
#product .btn-group .btn:hover {
	color: #D7827E !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-weight: 700;
}
.button.aboutus {
	float: right;
}
@media (max-width: 979px) {
	.content_headercms_top.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		border-top: none;
		border-bottom: none;
		animation: slide-down 0.9s;
		-webkit-animation: slide-down 0.9s;
		-moz-animation: slide-down 0.9s;
		-o-animation: slide-down 0.9s;
		background-color:#ffffff;
		-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);
	}
	@keyframes slide-down {
		0% {
			transform: translateY(-100%)
		}
		100% {
			transform: translateY(0)
		}
	}
}
.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: #fff;
	border: 1px solid #e7e7e7;
}
.main-menu .level0 .tooltip {
	position: absolute;
	top: 50px;
	bottom: auto;
	left: 0;
	right: 0;
}
#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 #fff;
	background-size: 64px;
}
.header-top-links {
    float: left;
}
@media (max-width: 979px) {
	.header-top-links {
		float: none;
		display: block;
		text-align: center;
		clear: both;
		padding: 40px 0;
	}
	.header-top-links .pull-left {
		float: none !important;
		display: inline-block;
		vertical-align: top;
		padding: 5px;
	}
}
.main-slider {
    position: relative;
    zoom: 1;
    padding:0 0;
    overflow: hidden;
    margin-bottom: 0;
}
.main-slider .swiper-pagination {
	bottom: 50px;
	display: none;
}

@media (max-width: 1299px) {
	.main-slider .swiper-pagination {
		display:block;
	}

}
.main-slider .swiper-viewport {
	border: medium none;
	box-shadow: none;
	margin-bottom: 0;
}
@media (max-width: 979px) {
	.main-slider .swiper-viewport {
		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: #D7827E;
    background: #D7827E;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
.information-sitemap .sitge-map ul {
	padding: 0 0 0 20px;
}
.forget-password {
	margin: 5px 0 0;
}
.product-compare .btn-primary {
	margin: 5px 0 5px;
}
.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;
}
.productpage .write-review i {
	margin-right: 10px;
}
.productpage .rating-wrapper {
	margin: 0 0 20px;
}
.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: 18px;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
}
.page-info-title {
	font-size: 22px;
}
#information-information {
	font-size: 20px;
}
.blog.all-blogs h2.page-title {
	font-size: 20px;
	padding: 0 15px;
	margin: 0 0 15px 0;
	font-weight: 600;
}
.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: 13px;
	    padding: 9px 20px;
}
.col-sm-3.search_subcategory {
	width: auto;
	margin-top: 7px;
}
#button-search {
	float: right;
}
.product-search h2 {
	clear: both;
}
#product-search #content {
	margin-bottom: 30px;
}
#product-search .product-search-inner {
	background: #ffffff;
	padding: 20px 20px;
}
.checkout-cart .input-group.btn-block .form-control {
	padding: 9px 5px;
	text-align: center;
	width: 40px;
}
.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: uppercase;
}
#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: #525252;
	font-size: 16px;
	margin: 0 0 15px;
	text-transform: capitalize;
}
.account-download h2 {
	color: #525252;
}
#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: none;
	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: #000000 !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: #525252 !important;
	color: #ffffff !important;
}
.account-transaction table td.text-right,
.affiliate-transaction table td.text-right {
	border-right: 1px solid #e7e7e7;
}
.account-wishlist .text-center img {} .product-compare .table-bordered tbody tr td + td {
	border-left: 1px solid #e7e7e7;
	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: 8px;
	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: 14px;
	padding: 8px 20px;
}
.quickview-page .btn-group.wish-comp {
	margin-bottom: 20px;
}
.quickview-page .wish-comp .btn {
	padding: 10px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 13px;
    border: 1px solid transparent;
}
.quickview-page .wish-comp .btn:hover {
    background-color: transparent;
    color: #000000 !important;
    border: 1px solid #000000;
}
.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: 1299px) {
	#column-left .box .box-content,
	#column-right .box .box-content,
	#column-left .list-group,
	#column-right .list-group {
		padding: 10px;
	}
}
@media (max-width: 1200px) {
	.product-info .image-additional {
		width: 100%;
	}
	#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;
	}
	.box .box-content ul ul li ul {
		margin-left: 13px;
	}
	.post-image {
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 1199px) {
	.text1 {
		font-size: 15px;
	}
	.main-menu.container,
	.header,
	#top .container,
	.container {
		padding: 0;
	}
	.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;
		padding: 10px 0 0 !important;
	}
	.title1 {
		font-size: 18px;
	}
	.tm-about-text {
		width: 76%;
	}
	.aboutme-read-more {
		width: 149px;
	}
	.slider-banner .slide {
		width: 50%;
	}
	#column-left .sidebar-category .box-content {
		padding: 10px 0 10px 10px;
	}

	#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;
	}
}
@media (max-width: 979px) {

	.content_headercms_top.fixed .myaccount .myaccount-menu {
		
		overflow-y: scroll;
	}
	.main-slider .swiper-pagination {
		display: block;
		bottom: 15px;
	}
	.main-slider:hover .swiper-pagination {
		opacity:1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity:1;
	}
	.main-slider {
		width: 100%;
	}
	.main-menu {
    float: left;
    padding: 0;
    margin: 3px 0 0 0;
    display: block;
	}
	/* css for responsive menu */
	.responsive-menu .top_level {
		padding: 0;
		width: 100%;
	}
	.nav.navbar-nav {
		display: none;
	}
	.responsive-menu .nav.navbar-nav {
		height: 450px;
		overflow-y: scroll;
		padding: 0;
		background: #ffffff;
		position: absolute;
		width: auto;
		z-index: 999;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 100%;
		overflow-x: hidden;
		border-top: 1px solid #f7f7f7;
	}
	.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:hover,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a:hover,
	#menu.responsive-menu .top_level.active a,
	#menu.responsive-menu ul.nav li .megamenu .dropdown.toggle a:hover {
		color: #D7827E;
	}
	#menu.responsive-menu ul li a,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {
		color: #777777;
		display: block;
		font-size: 13px;
		line-height: 24px;
		padding: 10px 20px;
		text-transform: capitalize;
		float: left;
		width: 100%;
		border-bottom: 1px solid #f7f7f7;
	}
	#menu.responsive-menu ul li a.mobile_togglemenu,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a.mobile_togglemenu {
		right: 15px;
		background: none;
		margin-top: 0;
		float: right;
		width: 33px;
		padding: 0;
		height: 33px;
		text-align: center;
		line-height: 33px;
		top: 10px;
		left: auto;
		margin: 0;
		border: none;
	}
	#menu.responsive-menu .top_level.dropdown.toggle {
		margin: 0;
	}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {
		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;
		margin: 0;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
		padding: 10px 20px 10px 50px;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover {
		color: #949494;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu.responsive-menu ul.nav li .megamenu .dropdown.toggle a {
		padding:10px 20px 10px 35px;
	}
	.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:#7777777;
		content: "\f067";
		font-family: "FontAwesome";
		font-size: 12px;
		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: #D7827E;
		content: "\f068";
		font-family: "FontAwesome";
		font-size: 12px;
		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;
		width: 100%;
		margin: 0;
	}
	#menu.responsive-menu .list-unstyled.childs_1 > li {
		padding: 0;
	}
	.newsletter-image{
		margin: 0 auto;
		display: block;
		float:none;
	}
	.newsletter .box .box-heading{
		    text-align: center;
	}
	.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: #525252;
		padding-left: 124px;
	}
	.nav-responsive span {
		padding: 0;
		color: #525252;
		margin-right: 6px;
	}
	.nav-responsive:hover span {
		color: #000000;
	}
	.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 {
		margin-right: 15px;
	}
	.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;
		right: 20px;
	}
	#column-left .box .box-content,
	#column-right .box .box-content,
	#column-left .list-group,
	#column-right .list-group {
		display: none;
	}
	#footer .col-sm-3.column {
		padding: 0;
		width: 100%!important;
		margin: 0;
	}
	#footer .col-sm-3.column.third {
		padding: 0 0 20px;
	}
	.box.sidebar-category {
		display: none;
	}
	.slider-banner .slide {
		width: 25%;
	}
	#accordion .form-horizontal .control-label {
		width: 100%;
	}
	#top .container {
		padding: 0 15px;
	}
	.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 {
		width: 100%;
		clear: both;
		margin: 0 0 ;
		border: none;	
		min-height: inherit;
	}
	.footer-left.column.col-md-3.col-lg-3.first {
    	margin-bottom: 15px;
	}
	.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%;
		padding: 0 15px;
	}
	.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%;
	}
	#footer .col-sm-3.column.first {
		padding: 0;
	}
	#footer .column .footer-social ul {
		display: block;
		padding: 0;
	}
	#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 {
		display: block;
	}
	.product-search .sortcat {
		width: 60%;
	}
	.cms-banner-right {
		width: 73%;
	}
	.cms-banner-left {
		width: 27%;
	}
	.pagination-right {
		margin-left: 5px;
	}
	.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;
	}
	#menu .level0 {
		display: none;
	}
}
@media (max-width: 767px) {
	.main-menu.container {
		padding-left: 0;
	}

	.main-slider .swiper-pager {
		display: none;
	}
	.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 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;
	}
	.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 15px;
		width: 240px;
	}
	.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;
	}
	.productpage .product-left {
		width: 100%;
		margin-bottom: 50px;
	}
	.productpage .product-right {
		width: 100%;
	}
	.form-horizontal .col-sm-10,
	.form-horizontal .control-label {
		width: 100%;
	}
	.tm-about-text {
		background: none;
		padding: 0 15px 0 30px;
	}
	.cms-banner-right {
		width: 73.5%;
	}
	.cms-banner-left {
		width: 26.5%;
	}
	.banners-slider-carousel .product-block-inner > img {
		max-width: 100%;
	}
	.product-list .product-thumb .image {
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin: 0 0 15px;
	}
	.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;
	}
	.cms-banner-right {
		text-align: center;
	}
	#footer .copyright-container.container {
		margin: 0;
		padding: 20px 0;
	}
	#footer .copyright-container.container .footer-container {
		float: none;
	}
	.newsletter .form-group {
		width: 400px;
	}
	.newsletter .text-danger {
		width: 400px;
	}
	.productpage .nav-tabs > li > a {
		display: block;
		margin: 0!important;
	}
	.product-tab .nav-tabs>li {
		display: block;
		margin: 0 0 10px 0;
	}
	.tab-content {
		padding: 0;
	}
	.col-sm-3.sort {
		margin-top: 5px;
	}
}
@media (max-width: 479px) {
	#accordion .panel-body {
		padding: 10px 10px 20px;
		border: none;
	}
	.header-logo {
		top: 24px;
		width: 90px;
		left: 45px;
		right: auto;
	}
	.main-slider .swiper-pagination{
		bottom: 5px;
	}
	.header-right {
		padding: 0;
	}
	#menu.responsive-menu {
		padding: 0;
	}
	.table {
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
	.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 {
		width: 100%;
	}
	.product-info .additional-carousel {
		width: 150px;
	}
	.nav-tabs > li {
		width: 100%;
	}
	.nav-tabs > li > a {
		margin: 0 0 2px;
	}
	.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;
	}
	.productpage .nav-tabs > li > a {
		display: block !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;
	}
	#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;
         */
		position: relative;
	}
	.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 {
		padding-top: 0;
	}
	.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;
         */
	}
	.newsletter .input-news {
		margin: 0 0  0;
	}
	.newsletter .desc {
		font-size: 14px;
	}
	#txtemail {
		font-size: 12px;
		    margin-bottom: 10px;
	}
	.newsletter .subscribe-btn {
		display: block;
	}
	#cart .dropdown-menu {
	    right: -15px;
    width: 300px;
    top: 50px;
    left: auto;
	}
	.newsletter .form-group {
		width: 100%;
	}
	.newsletter .text-danger {
		width: 100%;
		margin: 10px auto;
	}
}
@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;
}
.information-sitemap .site-map ul {
	padding: 0 0 0 40px;
}
