@import url("themecss/animate.css");
@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	background-color: #fff;
	color: #606060;
	font-family: 'Work Sans', sans-serif; /*Titillium Web*/
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
@font-face {
  font-family: empty;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAQ0AAoAAAAAA+wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAJ4AAACeXQ48j09TLzIAAAGUAAAAYAAAAGAIIgbWY21hcAAAAfQAAABEAAAARAAyAGlnYXNwAAACOAAAAAgAAAAIAAAAEGhlYWQAAAJAAAAANgAAADb9mzB5aGhlYQAAAngAAAAkAAAAJAHiAeVobXR4AAACnAAAABAAAAAQAAAAAG1heHAAAAKsAAAABgAAAAYABFAAbmFtZQAAArQAAAFdAAABXVqZXRlwb3N0AAAEFAAAACAAAAAgAAMAAAEABAQAAQEBDHNwYWNlLWVtcHR5AAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAfA8dAAAAgREdAAAACR0AAACVEgAFAQEMFxkbHnNwYWNlLWVtcHR5c3BhY2UtZW1wdHl1MHUxdTIwAAACAYkAAgAEAQEEBwoN/JQO/JQO/JQO/JQO+JQU+JQViwwKAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAIAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAIP/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAABAAAAeR2GXw889QALAgAAAAAAzz54vgAAAADPPni+AAAAAAAAAAAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAABQAAAEAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgAoAIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgAoAIcAcwBwAGEAYwBlAC0AZQBtAHAAdAB5AFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAHAAYQBjAGUALQBlAG0AcAB0AHlzcGFjZS1lbXB0eQBzAHAAYQBjAGUALQBlAG0AcAB0AHkAUgBlAGcAdQBsAGEAcgBzAHAAYQBjAGUALQBlAG0AcAB0AHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('woff');
}
:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #444; 
}

/* default font size */

.fa {
	vertical-align: middle;
}
.fa-stack {
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin: 0 3px 0 0;
}
.fa-stack:last-child {
	margin: 0;
}
.fa-stack .fa {
	font-size: 13px;
	color: #ffc315;
}
/* 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: #777;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
a:hover {
	text-decoration: none;color:#b9b9b9;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, 
textarea.form-control, 
input[type="text"].form-control, 
input[type="password"].form-control, 
input[type="datetime"].form-control, 
input[type="datetime-local"].form-control, 
input[type="date"].form-control, 
input[type="month"].form-control, 
input[type="time"].form-control, 
input[type="week"].form-control, 
input[type="number"].form-control, 
input[type="email"].form-control, 
input[type="url"].form-control, 
input[type="search"].form-control, 
input[type="tel"].form-control, 
input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, 
.input-group .dropdown-menu, 
.input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
#comment_form {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e7e7e7;
}

/* Fix some bootstrap issues */

span.hidden-xs, span.hidden-sm, 
span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #b9b9b9;
}
ul, ol {
	list-style: none;
	padding: 0;
}

/* top */

#top {
	/*background-color: #fff;*/
	padding:0;
	min-height: 40px;
	text-align: left;
}
#top .container {
	padding:0px;
}
#top #form-currency .currency-select:hover {
	text-shadow: none;
}
#form-language .btn, #form-currency .btn {
	letter-spacing: 1px;
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	padding: 3px 20px;
	text-decoration: none;
	border: 0 none;
	text-transform: capitalize;
	width: 100%;
	text-align: left;
}
#form-language .btn:hover, 
#form-currency .btn:hover {
	color: #b9b9b9;
}
#form-language.active .btn .fa-caret-down::before,
#form-currency.active .btn .fa-caret-down::before {
	content: "\f0d8";
}
#top .language-menu .language-select:hover {
	color: #b9b9b9;
}
#form-currency .dropdown-menu, 
#form-language .dropdown-menu, 
.affiliate-dropmenu .dropdown-menu {
	right: 0;
	left: auto;
	top: 30px;
	background-color: #fff;
	padding: 5px 0;
	margin: 0;
	z-index: 999;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
#form-language .dropdown-menu:after,
#form-currency .dropdown-menu:after,
#form-language .dropdown-menu:before,
#form-currency .dropdown-menu:before {
	display: none;
}
.affiliate-dropmenu .dropdown-menu {
	top: 25px;
}
.header-middle .myaccount-mycart-wrapper {
	font-size: 0;
	font-family: empty;
}
.myaccount {
	text-align: right;
	float: right;
}
.myaccount a.dropdown-toggle {
	background-color: transparent;
	background-image: url("../image/themeimage/user.svg");
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	background-size: 28px;
}
.header .header-middle .myaccount-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin: 0 32px 0 0;
	font-family: 'Work Sans', sans-serif;
}
.header .header-middle .header-cart-wrapper {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Work Sans', sans-serif;
}
.myaccount .dropdown-menu {
	right: 0;
	left: auto;
	background-color: #fff;
	padding: 5px 0;
	margin: 0;
	z-index: 999;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	top: 50px;
	box-shadow: none;
	border: 1px solid #f0f0f0;
	min-width: 220px;
}
.myaccount-mycart .dropdown-menu > li > a:hover, 
.myaccount-mycart .dropdown-menu > li > a:focus {
	background-color: transparent;
}
.nav.pull-left {padding: 3px 20px;}
#form-currency .dropdown-menu li .btn-link, 
#form-language .dropdown-menu li .btn-link {
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 5px 15px;
}
#form-language .dropdown-menu > li > a {padding: 2px 10px;   text-align: left;}
#form-currency .dropdown-menu .btn {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	color: #333;
	white-space: nowrap;
	border: 0 none;
}
#form-language .dropdown-menu > li > a:hover {color:#FFFFFF;}
#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 a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	color: #333;
	white-space: nowrap;
}
#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: #b9b9b9;
	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: #b9b9b9;
}
#form-currency .dropdown-menu .btn:hover, 
#form-language .dropdown-menu > li > a:hover,
.myaccount .dropdown-menu > li > a:hover{}
#top-links .dropdown-menu a ,.affiliate-dropmenu .dropdown-menu li a{
	text-shadow: none; padding:2px 10px;text-align:left;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
	color: #fff;
}
#top .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}
#top-links {}
#top-links .list-inline li {
	padding: 0;
	display: block;
}
#top-links a + a {
	margin-left: 15px;
}
#top .fa-caret-down{vertical-align:-2px;}

/* Header */

header {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
header .header .header-middle.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	animation: slide-down 0.7s;
	-webkit-animation: slide-down 0.7s;
	-moz-animation: slide-down 0.7s;
	-ms-animation: slide-down 0.7s;
	-o-animation: slide-down 0.7s;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 0;
}
@keyframes slide-down {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
.header > .container{position:relative;padding:20px 0;}
.main-slider .swiper-wrapper {
  direction: ltr !important;
}

/* logo */

.header-logo {
	display: inline-block;
}
.header-logo .img-responsive {
	display: inline-block;
}
/* logo */
.header-middle .myaccount-mycart-wrapper .search {
	display: inline-block;
	vertical-align: middle;
	margin: 0 32px 0 0;
	font-family: 'Work Sans', sans-serif;
}
.header-search {
	background-color: transparent;
	background-image: url("../image/themeimage/search.svg");
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	height: 25px;
	width: 25px;
	position: relative;
	cursor: pointer;
	background-size: 25px;
}
.header-search.active {
	background-image: url("../image/themeimage/close.svg");
	background-size: 22px;
}

/* cart */

.header .header-cart {
	float: right;
	position: relative;
}

/* cart */

/* Header Top Block */

#header-top-cms-wrapper {
	font-size: 0;
}
#header-top-cms-wrapper .block-top-cms {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
#header-top-cms-wrapper .lang-curr-wrapper {
	display: inline-block;
	width: 50%;
	text-align: right;
	vertical-align: middle;
}
#header-top-cms-wrapper .block-top-cms p {
	margin: 0;
	font-size: 13px;
	color: #777777;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 400;
}
.header .header-middle .myaccount-wrapper .lang-curr-wrapper #form-language .btn-group, 
.header .header-middle .myaccount-wrapper .lang-curr-wrapper #form-currency .btn-group {
	width: 100%;
}
.header .header-middle .myaccount-wrapper .lang-curr-wrapper #form-language .btn-group span, 
.header .header-middle .myaccount-wrapper .lang-curr-wrapper #form-currency .btn-group span {
	font-weight: 700;
	padding: 3px 20px;
	display: inline-block;
	width: 100%;
}
.header .header-middle .myaccount-wrapper .lang-curr-wrapper #form-language .language-menu, 
.header .header-middle .myaccount-wrapper .lang-curr-wrapper #form-currency .currency-menu {
	padding: 0 0 0 20px;
	clear: both;
}

#header-top-cms-wrapper .lang-curr-wrapper #form-language,
#header-top-cms-wrapper .lang-curr-wrapper #form-currency {
	display: inline-block;
	vertical-align: middle;
}
#header-top-cms-wrapper .lang-curr-wrapper #form-language {
	margin: 0 25px 0 0;
}

/* Header Top Block */

/* search */
#search {
	display: none;
	left: auto;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: 50px;
	bottom: auto;
	z-index: 99;
	width: auto;
}
#search .input-lg {
	background: #ffffff;
	border: 1px solid #b9b9b9;
	margin: 0;
	padding: 0 55px 0 15px;
	vertical-align: middle;
	width: 300px;
	height: 40px;
	font-size: 12px;
	color: #c2c2c2;
	letter-spacing: 1px;
	float: none;
	text-transform: capitalize;
	border-radius: 0;
}
#search .input-lg:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#search .btn-lg {
	background-color: #000;
	border: 0 none;
	border-radius: 0;
	cursor: pointer;
	float: left;
	font-size: 0;
	margin: 0;
	padding: 0;
	z-index: 9;
	width: 40px;
	height: 40px;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#search .btn-lg:hover {
	background-color: #b9b9b9;
}
#search .input-group-btn {
	font-size: 0;
	white-space: nowrap;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: auto;
}
#search .fa {
	font-size: 14px;
	color: #fff;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
}
/* cart */
#cart > .btn span#cart-title {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 600;
	display: block;
	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;
}
#cart > .btn:hover span#cart-title {
	color: #b9b9b9;
}
#cart > .btn span#total-text, 
#cart > .btn span#total-cart {
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 1px;
}
#cart #cart-total .fa.fa-shopping-cart{
	display:none;
}
#cart {
	margin: 0;
	float: right;
	position: static;
}
#cart > .btn {
	background-color: transparent;
	background-image: url("../image/themeimage/cart.svg");
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 0;
	width: 29px;
	height: 29px;
	padding: 0;
	background-size: 29px;
}
#cart.open > .btn {}
#cart .dropdown-menu {
	width: 350px;
	padding: 12px 20px 20px;
	border-radius: 0;
	background-color: #fff;
	z-index: 1001;
	color: #000;
	top: 50px;
	margin: 0;
	box-shadow: none;
	border: 1px solid #f0f0f0;
}
#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	background-color: transparent;
}
#cart .dropdown-menu .text-center {
	padding: 8px 0 !important;
	letter-spacing: 1px;
}
body .img-thumbnail {
	border-radius: 0;
	border: 0 none;
}
#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;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	margin: 0;
	padding: 0;
	border: 0 none;
	color: #000;
}
#cart table.table-striped .btn-danger:hover{color:#b9b9b9 !important;}
#cart .dropdown-menu table td{border:none;background:none;}
#cart .dropdown-menu li > div {}
#cart .dropdown-menu li p {	margin:0px 0;}
.header .header_top {
	border-bottom: 1px solid #f2f2f2;
	padding: 12px 0;
	float: left;
	width: 100%;
	clear: both;
}
.header .header-middle {
	float: left;
	position: relative;
	width: 100%;
	text-align: right;
	clear: both;
	font-size: 0;
	padding: 30px 0 12px;
	font-family: empty;
}
.header-middle .header-logo-wrapper {
	text-align: center;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Work Sans', sans-serif;
}
.header-middle .header-left {
	display: inline-block;
	vertical-align: middle;
	float: none;
	text-align: left;
	font-family: 'Work Sans', sans-serif;
}
.header-middle .myaccount-mycart {
	display: inline-block;
	vertical-align: middle;
	float: none;
	text-align: right;
	font-family: 'Work Sans', sans-serif;
}
.header-middle .header-left .header-offer-block-wrapper {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../image/themeimage/offer-block.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 80px;
}
.header-middle .header-left .header-offer-block-wrapper span {
	display: block;
	text-align: left;
	letter-spacing: 1px;
}
.header-middle .header-left .header-offer-block-wrapper .header-offer-block-title {
	font-size: 13px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}
.header-middle .header-left .header-offer-block-wrapper .header-offer-block-description {
	color: #777777;
	font-size: 13px;
	font-weight: 400;
}
.header .header-bottom {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	padding: 12px 0 30px;
}
.header-bottom > .container {
	position: relative;
}
#checkout-cart #content h2 {
	clear: both;
	margin: 0 0 15px;
}

/***************************************************  Call us  ***********************************************************/

.call-us-content #call-us {
	padding: 20px 0;
	float: left;
}
#call-us .call-us-wrapper {
    background: url(../image/themeimage/call.png) no-repeat left center;
    float: left;
    padding: 0 0 0 50px;
    cursor: pointer;
    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;
}
#call-us:hover .call-us-wrapper {
	background-image: url("../image/themeimage/call-hover.png");
}
#call-us span {
	display: block;
	text-align: left;
	color: #fff;
}
#call-us span.call {
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1.2px;
    font-weight: 700;
    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;
}
#call-us:hover:hover span.call {
	color: #b9b9b9;
}
#call-us span.call-no {
	clear: both;
	float: left;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
}

/***************************************************  Call us  ***********************************************************/

/***************************************************  Our Story  ***********************************************************/

#our-story-block {
	float: left;
	text-align: center;
	width: 100%;
	margin: 100px 0 50px;
	clear: both;
}
#our-story-block .our-story-block-sub-title {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 28px;
	margin: 0 0 20px;
}
#our-story-block .our-story-block-desctiption {
	display: block;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 15px;
}
#our-story-block .our-story-block-wrapper span {
	padding: 0 220px;
}

/***************************************************  Our Story  ***********************************************************/

/***************************************************  Promo code  ***********************************************************/

#promo-code-cms-block {
	clear: both;
	float: left;
	width: 100%;
	margin: 50px 0;
}
#promo-code-cms-block .promo-code-cms-block-wrapper {
	font-size: 0;
	cursor: pointer;
	font-family: empty;
}
#promo-code-cms-block .promo-code-cms-block-image {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	overflow: hidden;
	font-family: 'Work Sans', sans-serif;
}
#promo-code-cms-block .promo-code-cms-block-image img {
	width: 100%;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#promo-code-cms-block .promo-code-cms-block-details {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	background: #FAFAFA;
	position: relative;
	text-align: center;
	padding: 60px;
	font-family: 'Work Sans', sans-serif;
}
#promo-code-cms-block .promo-code-cms-block-details::after {
	position: absolute;
	content: "";
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -ms-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	height: -moz-calc(100% - 60px);
	height: -ms-calc(100% - 60px);
	height: -o-calc(100% - 60px);
	height: calc(100% - 60px);
	border: 4px dotted #e6e5e5;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#promo-code-cms-block .promo-code-cms-block-details .promo-code-cms-block-details-wrapper {
	position: absolute;
	top: 50%;
	left: 60px;
	right: 60px;
	margin: auto 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}
#promo-code-cms-block .promo-code-cms-block-title {
	font-size: 30px;
	line-height: 30px;
	display: block;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 18px;
}
#promo-code-cms-block .promo-code-cms-block-description {
	font-size: 13px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 400;
	display: block;
	margin: 0 0 26px;
}
#promo-code-cms-block .promo-code-cms-block-link {
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	font-weight: 600;
	border: 1px solid #969696;
	padding: 9px 29px;
}
#promo-code-cms-block .promo-code-cms-block-link:hover {
	border-color: #000;
	background: #000;
	color: #fff;
}
#promo-code-cms-block .promo-code-cms-block-wrapper:hover .promo-code-cms-block-image img {
	opacity: 0.7;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#promo-code-cms-block .promo-code-cms-block-wrapper:hover .promo-code-cms-block-details::after {
	-webkit-animation: bounceIn 1s infinite;
	-moz-animation: bounceIn 1s infinite;
	-ms-animation: bounceIn 1s infinite;
	-o-animation: bounceIn 1s infinite;
	animation: bounceIn 1s infinite;
}

/***************************************************  Promo code  ***********************************************************/

/***************************************************  Category Cms  ***********************************************************/

#categorycms {
	overflow: hidden;
	margin: 50px 0;
	float: left;
	width: 100%;
	clear: both;
}
#categorycms .cat-item {
	padding: 0;
	cursor: pointer;
}
#categorycms .cat-item-inner {
	position: relative;
	overflow: hidden;
}
#categorycms .cat-item-inner::after {
    position: absolute;
	top: 0;
	left: -80%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: -o-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);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
#categorycms .cat-item-inner:hover::after {
	-webkit-animation: shine 1s;
	-moz-animation: shine 1s;
	-ms-animation: shine 1s;
	-o-animation: shine 1s;
	-webkit-animation: shine 1s;
	-moz-animation: shine 1s;
	-ms-animation: shine 1s;
	-o-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@-moz-keyframes shine {
	100% {
		left: 125%;
	}
}
@-ms-keyframes shine {
	100% {
		left: 125%;
	}
}
@-o-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

#categorycms .cat-item .cat-img {
	display: block;
	position: relative;
}
#categorycms .cat-item img {
	max-width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	width: 100%;
}
#categorycms .cat-details {
	right: auto;
	margin: 0 auto;
	position: absolute;
	left: 45px;
	bottom: 51px;
	text-align: left;
	top: auto;
	z-index: 9;
}
#categorycms .cat-details .cat-title {
	font-size: 40px;
	color: #f93c3c;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin: 0 0 30px;
}
#categorycms .cat-details .cat-description {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 25px;
	display: block;
	margin: 5px 0 0;
	letter-spacing: 0.5px;
}
#categorycms .cat-action a {
	color: #b9b9b9;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	font-style: italic;
	border-bottom: 2px solid #bfc7e5;
}
#categorycms .cat-action a:hover {
	color: #f93c3c;
	border-bottom-color: #f93c3c;
}
#categorycms .cat-action {
	display: inline-flex;
}
#categorycms .cat-item2 .cat-details {
	text-align: center;
	left: 47px;
	right: auto;
	top: 75px;
	bottom: auto;
}
#categorycms .cat-item2 .cat-details span {
	display: block;
	text-transform: uppercase;
}
#categorycms .cat-item2 .cat-details span.cat-title1 {
	font-size: 17px;
	color: #b9b9b9;
	font-weight: 400;
	margin: 0 0 13px;
}
#categorycms .cat-item2 .cat-details span.cat-title2 {
	font-size: 30px;
	color: #f93c3c;
	font-weight: 700;
	margin: 0 0 25px;
}
#categorycms .cat-item2 .cat-details span.cat-action {
	display: inline-flex;
}
#categorycms .cat-item2 .cat-details span.cat-action a {
	color: #000000;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0;
	font-style: normal;
	border-bottom: 2px solid #000;
}
#categorycms .cat-item2 .cat-details span.cat-action a:hover{
	color:  #f93c3c;
	border-bottom-color: #f93c3c;
}
#categorycms .cat-item .cat-link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 70px;
	top: auto;
	text-align: center;
	margin: 0 auto;
}
#categorycms .cat-item .cat-link .categorycms-link {
	background: #fff;
	padding: 16px 40px;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
#categorycms .cat-item:hover .cat-link .categorycms-link {
	background: #000;
	color: #fff;
}
#categorycms .cat-item:hover .cat-link .categorycms-link:hover {
	background: #fff;
	color: #000;
}

/***************************************************  Category Cms  ***********************************************************/

/***************************************************  Parallax Cms Block  ***********************************************************/

#parallax-cms-block {
	background-repeat: no-repeat;
	clear: both;
	float: left;
	width: 100%;
	margin: 50px 0;
	padding: 239px 0;
	text-align: left;
}
#parallax-cms-block .category-tab-container {
	padding: 0 0 0 150px;
	width: 760px;
}
#content #parallax-cms-block .box-heading .products-section-title {
	font-size: 92px;
	line-height: 92px;
}
#content #parallax-cms-block .box-heading {
	margin: 0 0 55px;
	text-align: left;
}
#parallax-cms-block .parallax-cms-block-description {
	display: block;
	color: #5f5f5f;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 60px;
	line-height: 30px;
}
#parallax-cms-block .parallax-cms-block a.parallax-cms-block-link {
	background-color: #333333;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 15px 31px;
	display: inline-block;
}
#parallax-cms-block .parallax-cms-block a.parallax-cms-block-link:hover {
	background-color: #fff;
	color: #000;
}


/***************************************************  Parallax Cms Block  ***********************************************************/

/***************************************************  Featured Category Cms Block  ***********************************************************/

#featured-category-cms-block {
	clear: both;
	background: #333333;
	padding: 80px 0;
	float: left;
	width: 100%;
	margin: 0 0 40px;
}
#featured-category-cms-block .featured-category {
	position: relative;
	margin: 0 -10px;
}
#featured-category-cms-block .service-item-inner .image-block img {
	max-width: 100%;
	width: 100% !important;
}
#featured-category-cms-block .service-item-inner {
    cursor: pointer;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}
#featured-category-cms-block .service-item-inner::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 100%;
	bottom: 0;
	background: rgba(249,60,60,0.8);
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0;
	text-align: center;
	z-index: 0;
	border-radius: 4px;
}
#featured-category-cms-block .service-item-inner:hover:after {
	opacity: 1;
	top: 0;
}
#featured-category-cms-block .service-item-inner .service-wrapper {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0;
}
#featured-category-cms-block .service-item-inner:hover .service-wrapper {
	opacity: 1;
}
#featured-category-cms-block .service-item-inner .service-wrapper span {
	display: block;
	color: #fdfbfb;
	font-size: 30px;
	line-height: 42px;
	font-weight: 400;
	text-transform: uppercase;
}

/***************************************************  Featured Category Cms Block  ***********************************************************/

/* menu */

.nav-inner {
    /*display: none;*/
}
.main-menu.container {   
    width: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
.header .header-bottom .main-menu {
	-webkit-box-shadow: 0px 10px 20px -15px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 20px -15px rgba(0,0,0,0.15);
	-ms-box-shadow: 0px 10px 20px -15px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 10px 20px -15px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 20px -15px rgba(0,0,0,0.15);
}
.nav-responsive { display:none;}
.responsive-menu {
	background-color: #545F61;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 5px;
	/* overflow: hidden; */
	float: left;
}
.header-bottom .navbar-nav {
	float: none;
	margin: 0;
	font-size: 0;
}
.header-bottom .main-menu > ul > li {
	float: none;
	position: relative;
	z-index: 20;
	display: inline-block;
	vertical-align: middle;
}
.header-bottom .nav-responsive span, 
.header-bottom .main-menu > ul > li > a {
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0 30px;
	position: relative;
	text-transform: uppercase;
	z-index: 6;
}
.header-bottom .main-menu > ul > li:first-child > a {
	padding: 0 30px 0 0;
}
.header-bottom .main-menu > ul > li:last-child > a {
	padding: 0 0 0 30px;
}
.header-bottom .main-menu a:hover, 
.header-bottom .main-menu a.active {
	color: #b9b9b9;
}
.header-bottom .main-menu a.active:hover {
	color: #000;
}
.header-bottom .main-menu > ul > li > a::after {
	position: absolute;
	content: "/";
	color: #c7c7c7;
	right: -4px;
	left: auto;
	bottom: 0;
	margin: auto 0;
	font-size: 13px;
}
.header-bottom .main-menu > ul > li:last-child > a:after {
	display:  none;
}
.main-menu .column1 ul.childs_1 .dropdown a::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 9px;
}
.main-menu .column1 ul.childs_1 .dropdown a:hover::after {
    color: #b9b9b9;
}
.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: none;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-13px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform-origin: 150px 0 0;
	-webkit-transform-origin: 150px 0 0;
	-moz-transform-origin: 150px 0 0;
	-ms-transform-origin: 150px 0 0;
	-o-transform-origin: 150px 0 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;
}
.main-menu > ul > li .column3 ul > li .dropdown-menu{
	position: relative;	
	padding: 0;	
	margin-left:0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	top: 0;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.main-menu > ul > li ul.childs_2 ul.childs_3 > li .dropdown-menu{
	display: block;
	background: #ffffff;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-13px;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform-origin: 150px 0 0;
	-webkit-transform-origin: 150px 0 0;
	-moz-transform-origin: 150px 0 0;
	-ms-transform-origin: 150px 0 0;
	-o-transform-origin: 150px 0 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;
}
.main-menu > ul > li ul.childs_1 > li:hover .dropdown-menu,
.main-menu > ul > li ul.childs_2 > li:hover .dropdown-menu{
	/*display: block;*/
	top: 0px;
    left: 150px;
    transform: scale(1);
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: 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;
}
.main-menu > ul > li .column3 ul.childs_1 > li:hover .dropdown-menu,
.main-menu > ul > li .column3 ul.childs_2 > li:hover .dropdown-menu{
    left: 0;
}
.main-menu > ul > li ul.childs_2 ul.childs_3 > li:hover .dropdown-menu{
	/*display: block;*/
	top: 0px;
    left: 150px;
    transform: scale(1);
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: 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;
}
.main-menu ul li ul {
	display: table-cell;
	min-width: 160px;
}
.main-menu > ul > li ul > li > a, 
.main-menu > ul > li li > a {
	padding: 4px 8px;
	color: #000;
	display: block;
	white-space: nowrap;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 1px;
}
.main-menu > ul > li .column3 ul.childs_1 > li > a {
	padding: 5px 10px;
	letter-spacing: 1px;
	background: transparent;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.responsive-menu .main-navigation li a {
    color: #cecece;
    display: block;
    padding: 8px 12px;
    white-space: nowrap;
}
.main-menu > ul > li ul > li > a:hover, 
.main-menu > ul > li li > a:hover {
	color: #b9b9b9;
	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: #fff;
} 
@media (min-width: 980px) {
	#menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu{
		left: 100px;
		top: 0;
	}
	#menu .dropdown .dropdown-menu.megamenu, 
	#menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform-origin: left top;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		display: block;
		padding: 15px;
		margin: 0 !important;
		left: 30px;
		top: 50px;
		background: #fff;
		border-color: #f7f7f7;
	}
	#menu .dropdown:hover .dropdown-menu.megamenu, 
	#menu .dropdown .dropdown-menu.megamenu .dropdown:hover .dropdown-menu.megamenu {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: 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;
	}
}
@media (max-width: 767px) {
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		
		color: #fff;
	}	
}

/* Tab cms */

.container-padding {
	padding: 0 150px;
}
.category_tab.box {
	margin: 50px 0;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
#tab_spinner {
	background: #fff url(../image/themeimage/category_load.gif) no-repeat 50% 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.category_tab .nav-tabs {
	line-height: normal;
	padding: 0;
	font-size: 0;
	display: block;
	border: 0 none;
	text-align: center;
}
.product-block {
	padding: 0 26px;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.product-block:hover {
	overflow:hidden;
	clear:both;
}
.banners-slider .product-block {
	padding: 0;
}
.product-block-inner {
	overflow: hidden;
	position: relative;
	font-size: 0;
	font-family: empty;
}
#column-left .product-block-inner, #column-right .product-block-inner {
	font-size: 0;
	font-family: empty;
}
.category_tab .owl-item .col-lg-12{padding:0;}
.category_tab .tab-content .tab-pane {
	margin: 0 -26px;
	padding: 0;
}
.category_tab .tab-pane > img {
    margin: 150px auto;
}
.category_tab ul li:last-child {background:none}
.category_tab .nav-tabs > li > a {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #b9b9b9;
	padding: 0 0 10px;
	margin: 0 0 10px;
	font-family: inherit;
	line-height: 28px;
}
.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: #000;
}
.category_tab .nav-tabs li a::after {
	position: absolute;
	content: "";
	right: 0;
	top: auto;
	bottom: 0;
	left: 0;
	margin: auto 0;
	background-color: #3d3d3d;
	width: 20px;
	height: 2px;
	margin: 0 auto;
	opacity: 0;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.category_tab .nav-tabs li a:hover:after,
.category_tab ul li.active a:hover:after, 
.category_tab ul li.active a:after, 
.category_tab ul li a:hover:after, 
.category_tab ul li a:focus:after {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.category_tab .tab-content {
    border: medium none;
	overflow:visible;
}
.tab-content {
	position: relative;
	padding: 0px;
	z-index: 2;
	overflow: visible;
	margin-bottom: 0;
	font-size: 14px;
}
.tab-content .tab {
    display: none;
}
.category_tab .tab-pane .owl-carousel{overflow:visible;}	
@media (max-width: 979px){
	.category_tab .nav-tabs {padding: 0;}
}
@media (max-width: 479px) {
	.category_tab ul li a{
		text-align:center;
		margin: 0;
	}
	.nav-tabs > li > a{float: none!important;}
	.owl-buttons{top:-140px;}
}
/* End Tab cms */
/* Start Category Cms Block */
#pstcategorycmsblock {
    padding: 0;
    float: left;
    width: 100%;
}
li.pst-cat-item-first .pst-cat-item-inner,
li.pst-cat-item-third .pst-cat-item-inner {
    float: left;
}
.pst-cat-item-first,
.pst-cat-item-third,
.cat-item-content-first,
.cat-item-content-third {
    float: left;
}
li.pst-cat-item-second .pst-cat-item-inner {
    float: right;
}
.pst-cat-item-second,
.cat-item-content-second {
    float: right;
}
.pst-cat-item-first {
    margin-bottom: -67px;
    list-style: none;
}
.pst-cat-item-second {
    position: relative;
    z-index: 9;
    list-style: none;
}
.pst-cat-item-third {
    margin-top: -67px;
    list-style: none;
}
.cat-item-content-first{
	margin-top: 100px;
	padding-left: 15px;
	transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}
.cat-item-content-second{
	margin-top: 217px;
	text-align: right;
	transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}
.cat-item-content-third{
	margin-top: 217px;
	padding-left: 15px;
	transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}
.psttitle {
    font-size: 38px;
    line-height: 24px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #000;
}
.pstdesc {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
    color: #000;
    margin: 25px 0 40px;
    position: relative;
}
.pst-shopnow {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    letter-spacing: 0.5px;
    background-color: #000;
    padding: 10px 30px;
    text-transform: capitalize;
    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-shopnow:hover {
    background-color: #b9b9b9;
    color: #fff;
    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-cat-item-inner a.pst-cat-img {
    float: left;
    position: relative;
    overflow: hidden;
}
.pst-cat-item-inner a::before{
    left: 0;
    top: 0;
}
.pst-cat-item-inner a::after{
    bottom: 0;
    right: 0;
}
.pst-cat-item-inner a::before, 
.pst-cat-item-inner a::after {
    background: rgba(35,47,62,0.1) none repeat scroll 0 0;
    content: " ";
    height: 0;
    padding: 0;
    position: absolute;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    width: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
li:hover .pst-cat-item-inner a::before, 
li:hover .pst-cat-item-inner a::after {
    height: 100%;
    width: 100%;
    transform: rotatex(-180deg);
    -webkit-transform: rotatex(-180deg);
	-moz-transform: rotatex(-180deg);
	-ms-transform: rotatex(-180deg);
	-o-transform: rotatex(-180deg);
}
.pst-cat-item-inner a.pst-cat-img img{
	max-width: 100%;
}
.pst-cat-item-first:hover .cat-item-content-first,
.pst-cat-item-third:hover .cat-item-content-third {
    margin-left: 30px;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}
.pst-cat-item-second:hover .cat-item-content-second {
    margin-right: 30px;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}
.pstdesc::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 292px;
    background-color: #808080;
    left: -270px;
    top: -7px;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}
.pst-cat-item-first:hover .cat-item-content-first .pstdesc::after,
.pst-cat-item-third:hover .cat-item-content-third .pstdesc::after{
	left: 0;
	transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}
.pst-cat-item-second .cat-item-content-second .pstdesc::after{
	left: auto;
	right: -270px;
	transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}
.pst-cat-item-second:hover .cat-item-content-second .pstdesc::after{
	left: auto;
	right: 0;
	transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}
@media (max-width: 1199px){
	li .pst-cat-item-inner,
	.cat-item-content-first,
	.cat-item-content-second,
	.cat-item-content-third{
		width: 50%;
	}
	.cat-item-content-second,
	.cat-item-content-third{
		margin-top: 150px;
	}
	.pst-cat-item-first:hover .cat-item-content-first, 
	.pst-cat-item-third:hover .cat-item-content-third{
		margin-left: 0;
		padding-left: 30px;
	}
	.pst-cat-item-second{
		width: 100%;
	}
	.pst-cat-item-second:hover .cat-item-content-second{
		margin-right: 0;
		padding-right: 10px;
	}
	.psttitle{
		font-size: 32px;
	}
}
@media (max-width: 979px){
	.pst-cat-item-first{
		margin-bottom: 0;
	}
	.pst-cat-item-third{
		margin-top: 0;
	}
	.psttitle{
		font-size: 24px;
	}
	.cat-item-content-second{
		margin-top: 80px;
	}
	.cat-item-content-first,
	.cat-item-content-third{
		margin-top: 50px;
	}
}
@media (max-width: 695px){
	.psttitle{
		font-size: 18px;
	}
	.pstdesc{
		margin: 15px 0 30px;
		font-size: 12px;
	}
	.pst-shopnow{
		font-size: 12px;
	}

	.pstdesc::after{
		width: 200px;
		left: -180px;
	}
	.pst-cat-item-second .cat-item-content-second .pstdesc::after{
		width: 200px;
		right: -180px;
	}
}
@media (max-width: 560px){
	.psttitle {
	    font-size: 16px;
	}
	.pstdesc {
	    margin: 15px 0;
	    font-size: 0;
	    line-height: 0;
	}
	.pst-cat-item-first:hover .cat-item-content-first, 
	.pst-cat-item-third:hover .cat-item-content-third{
		padding-left: 15px;
	}
	.cat-item-content-second{
		padding-right: 10px;
	}
}
@media (max-width: 480px){
	li .pst-cat-item-inner, .cat-item-content-first, .cat-item-content-second, .cat-item-content-third{
		width: 100%;
	}
	.cat-item-content-first, .cat-item-content-third {
	    margin-top: 30px;
	}
	.cat-item-content-second {
	    margin-top: 30px;
	}
	.pstdesc::after{
		left: 0;
	}
	.pst-cat-item-second .cat-item-content-second .pstdesc::after{
		right: 0;
	}
	.pstdesc {
	    margin: 15px 0;
	    font-size: 12px;
	    line-height: 24px;
	}
	.pst-cat-item-first:hover .cat-item-content-first, 
	.pst-cat-item-third:hover .cat-item-content-third{
		padding-left: 15px;
	}
	.cat-item-content-second{
		padding-right: 10px;
	}
	.pst-cat-item-first {
	    margin-bottom: 15px;
	}
	.pst-cat-item-second {
	    margin-bottom: 30px;
	}
}

/* End Category Cms Block */

/* 1-col layout */

#column-left {
	width: 24.25%;
	padding: 0 20px 0 15px;
}
#column-right{
	width: 24.25%;
	padding: 0 15px 0 20px;
}
#column-left .box .container, 
#column-right .box .container {
	width: auto;
	padding: 0;
}
#column-left .box .container-padding, 
#column-right .box .container-padding {
	padding: 0;
}
#column-left .box-heading, 
#column-right .box-heading {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 23px 30px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
	color: #000;
}
#column-left .box-heading h2, 
#column-right .box-heading h2 {
    font-size: 16px;
	font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#column-left .box-content, 
#column-right .box-content {
	padding: 22px 30px;
}
#column-left .box-content .featured-products,
#column-right .box-content .featured-products,
#column-left .box-content .special-products,
#column-right .box-content .special-products {
	margin: 0;
}
.layout-2 .content-bottom #content{width:100%;margin-bottom:25px;padding:0;}
#account-order #content h1 {
	display: inline-block;
}

/* 2-col layout */

.layout-2.left-col #column-left{}
.layout-2.right-col #column-right{}
.layout-2 #content{}
.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;
}
.layout-3 #content{		
	width:50%;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Content-top */

.content-top {}
.slider-banner {
    float: left;
    width: 100%;
}
.slider-banner .slide {
    float: left;
    width: 25%;
}
.slider-banner .slide a {
    background-color: #107789;
    cursor: pointer;
    display: block;
    height: 100%;
    transition: background 0.2s ease 0s;
	-webkit-transition: background 0.2s ease 0s;
	-moz-transition: background 0.2s ease 0s;
	-ms-transition: background 0.2s ease 0s;
	-o-transition:background 0.2s ease 0s;
    width: 100%;
	border-top: 4px solid #064857;
}
.slidebanner1 .cms-title {
    border-left: 0 none;
}
.slidebanner4 .cms-title {
    border-right: 0 none;
}
.cms-title {
    border-color: #064857;
    border-style: solid;
    border-width: 0 1px;
    padding: 15px 20px;
    text-align: center;
}
.slider-banner .slide:hover a {
    border-top: 4px solid #ffe35f;
}
.owl-buttons {
    /*display: none;*/
}

/* CMSBlock */

.cmsblock_list_cms {
    float: left;
    position: relative;
    width: 100%;
    margin: 75px 0;
}
.cms-box:nth-child(2) {
    width: 40%;
    padding: 0 5%;
}
.cms-box {
    float: left;
    width: 30%;
    position: relative;
}
.list_inner {
    float: left;
    position: relative;
}
.cmsblock_img {
    float: left;
    left: 0;
    position: relative;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
.thumbnails .thumbnail {
    margin: 0;
    border: none;
}
.cmsblock_list_inner {
    background-color: #fff;
    /*float: left;*/
    bottom: 0;
    padding: 30px 0 25px;
    position: absolute;
    right: -47px;
    top: auto;
    width: 47px;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
.list_inner:hover .cmsblock_list_inner {
    background-color: rgba(255,144,106,0.9);
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
.cmsblock-data {
	line-height: normal;
    writing-mode: vertical-rl;
  	text-orientation: upright;
  	padding: 0 15px;
  	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
.list_inner:hover .cmsblock_list_inner .cmsblock-data {
    color: #fff;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

@media only screen and (max-width: 479px) {
	.cms-box:nth-child(2),
	.cms-box {
	    float: left;
	    width: 100%;
	    position: relative;
	    text-align: center;
	}
	.cms-box:nth-child(2){
		margin: 15px 0;
		padding: 0;
	}
	.list_inner {
	    float: none;
	    position: relative;
	    display: inline-block;
	}
}

/*Megnor category */

ul.dropmenu{
	display: block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 1px 0 0;
    position: relative;
    z-index: 9;
}
.dropmenu li{
	position: relative;
	list-style: none;
	margin: 0px;
	display: block;
	cursor: pointer;
    padding-bottom: 1px;
}
.dropmenu li a{
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.dropmenu li a:hover{}
.dropmenu li span{
	display: block;
	float: right;
	height: 10px;
	width: 6px;
	position: absolute;
	top: 18px;
	right: 10px;
}
.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}
.dropmenu ul, .dropmenu div{
	position: absolute;
	display: none;
	width: 197px;
	left: 182px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.dropmenu li div ul{
	border: none;
	background: none;
	position: relative;
	display: block;
	left: 0px;
}
.dropmenu ul li{
	border: 1px solid #e9e9e9;
	float: none;
}
.dropmenu div ul{
	position: relative;
	display: block;
}
.dropmenu li div{
	background-color: #cccccc;
	padding: 5px;
	display: none;
	position: absolute;
}
.dropmenu .submenu {background-color: #e7e7e7;}
.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li{}
#content .content ul li {
	line-height:22px;
	padding:5px;
}
.box .box-content ul li ul li + li{border-top:medium none;}
.box .box-content ul li a, #content .content ul li a {
	color: #838383;
	font-size: 13px;
	font-weight: 400;
	position: relative;
	letter-spacing: 1px;
	margin: 0 0 20px;
	display: inline-block;
}
.box .box-content ul li ul li a, 
#content .content ul li ul li a {
	margin: 0 0 5px;
}
.box .box-content ul li ul li.last a, 
#content .content ul li ul li.last a {
	margin: 0 0 5px;
}
.box .box-content ul li.last a, 
#content .content ul li.last a {
	margin: 0;
}

.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:#000;
}
.box .box-content ul ul{
	/*background: #f5f5f5;*/
	margin-left:15px;
	width: 100%;
	z-index: 99;
	/*border: 1px solid #e3e3e3;*/
	/*border-left:0 none;*/
}
.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:#b9b9b9; 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; width: 100%;}
.box .box-category-heading {
    background: url("../image/themeimage/category.jpg") no-repeat scroll 0 0 #b9b9b9;
    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: #b9b9b9!important;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #b9b9b9!important;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #b9b9b9!important;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #b9b9b9!important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #b9b9b9!important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #b9b9b9!important;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #b9b9b9!important;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #b9b9b9!important;
}
.tooltip-inner{
	background: #b9b9b9!important;
}

/* content */

.content-top #content {
	min-height:495px;margin-bottom:25px;
}
.common-home #content {
	min-height: inherit;
	margin: 0;
}
#content {
	min-height: 400px;
	margin: 0 0 30px;
}
#content.col-sm-9 {
	width: 75.75%;
	padding: 0 15px 0 20px;
}
.single-banner {}
#banner1 {
    margin: 0 25px;
	float:left;
}
#banner0{float:left;}
#banner2{float:right;}

/*************************************************** Service cms ****************************************************/

.header .header-bottom .header-bottom-service {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 24px 0;
}
.header .header-bottom .header-bottom-service .service-cms {
	margin-bottom: 0;
}
.header .header-bottom .header-bottom-service .service-cms .service-list {
	cursor: pointer;
}
.header .header-bottom-service .service-cms .service-list .service-title {
	background-color: transparent;
	background-image: url("../image/themeimage/services.png");
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 12px;
	color: #222222;
	letter-spacing: 1px;
	font-weight: 400;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	padding: 5px 0 5px 37px;
}
.header .header-bottom-service .service-cms .service-list.first .service-title {
	background-position: left -385px;
}
.header .header-bottom-service .service-cms .service-list.first:hover .service-title {
	background-position: left -579px;
}
.header .header-bottom-service .service-cms .service-list.second .service-title {
	background-position: left -773px;
}
.header .header-bottom-service .service-cms .service-list.second:hover .service-title {
	background-position: left -966px;
}
.header .header-bottom-service .service-cms .service-list.third .service-title {
	background-position: left 0;
}
.header .header-bottom-service .service-cms .service-list.third:hover .service-title {
	background-position: left -193px;
}
.header .header-bottom-service .service-cms .service-list:hover .service-title {
	color: #b9b9b9;
}
#serviceblock .service-title {
	color: #fff;
	display: block;
	font-size: 16px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0 0 15px;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
#serviceblock .service-item:hover .service-title {
	color: #b9b9b9;
}
#serviceblock .service-desc {
	color: #8e8e8e;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 20px;
}

/*************************************************** Service cms ****************************************************/

/*************************************************** Footer About Cms****************************************************/

#footer .first .list-unstyled .icon {
	display: inline-block;
	line-height: 20px;
	margin: 3px 0 0 0;
	vertical-align: top;
	min-width: 20px;
	text-align: left;
}
#footer .first .list-unstyled .icon .fa {
	color: #e51515;
	font-size: 16px;
	margin: 0;
	text-align: left;
	line-height: 25px;
}
#footer .first .list-unstyled .data {
	color: #4a4a4a;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	font-weight: 100;
	letter-spacing: 1px;
}
#footer .first .list-unstyled .data a {
	letter-spacing: 1px;
	text-transform: none;
}

/*************************************************** Footer About Cms ****************************************************/

@media only screen and (max-width: 979px) {
	.inner-cms{
		padding-left: 0;
	}	
	.service-right{
		padding: 10px 5px;
	}
	.service-content, .second-content .service-content {
	    padding: 0;
	}
	.inner-cms{
		margin: 40px auto 15px;
	}
}
@media only screen and (max-width: 725px) {
	.servicecms {
	    display: none;
	}
}
@media only screen and (max-width: 479px) {
	.first-content {
	    width: 100%;
	}
	.second-content {
	    width: 100%;
	}
	.third-content {
	    width:100%;
	}
	.box-cms-content .second-content.content,
	.box-cms-content .third-content.content{
		padding: 0 0 75px;
	}
	.first-content .service-content,
	.second-content .service-content{
		border: none;
		padding: 0!important;
	}
	.third-content .service-content{
		width: 100%;
	}
}

/* Content Bottom*/

.tabfeatured_default_width{ width:260px;}
.tabbestseller_default_width{ width:260px;}
.tablatest_default_width{ width:260px;}
.tabspecial_default_width{ width:260px;}

.htabs {
	height: 49px;
	line-height: 16px;
	border-bottom: 1px solid #e7e7e7;
}
.category_tab.box .etabs {
	margin: 0 0 48px;
}
.category_tab .nav-tabs li {
	margin: 0 24px;
	position: relative;
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.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: #313131;
    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:#b9b9b9;
    border-bottom: 2px solid #b9b9b9;
    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.featured {
	clear: both;
	margin: 40px 0;
	overflow: hidden;
	float: left;
	width: 100%;
}
.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:#313131;
	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;}
#pxtestimonialblock {
	clear: both;
	margin: 50px 0;
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
#testimonial-carousel {
	margin: 0;
	text-align: center;
	position: static;
}
#pxtestimonialblock .homepage-testimonials-inner {
	position: static;
}
#testimonial-carousel .slider-wrapper-outer {
	text-align: center;
}
#testimonial-carousel .owl-item .item .owl-item {
    padding: 0 15px;
}
.testimonial_right {
	position: relative;
	display: inline-block;
	margin: 0 0 25px;
}
.testimonial_left {
	display: block;
	position: relative;
	width: 72%;
	margin: 0 auto;
}
.testimonial_left::before {
	background: url("../image/themeimage/quote.png") no-repeat center center;
	position: absolute;
	content: "";
	width: 50px;
	height: 40px;
	left: -70px;
	right: auto;
	top: -30px;
	bottom: auto;
}
#testimonial-carousel .post-description {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0 260px;
	margin: 0 0 20px;
}
#pxtestimonialblock .post-author a:hover {
    color: #b9b9b9;
}
#pxtestimonialblock .image-block {
	
}
#pxtestimonialblock .image-block .img {
	position: relative;
	display: inline-block;
	z-index: 99;
	vertical-align: middle;
	margin: 0 17px 0 0;
}
#pxtestimonialblock .slider-item .image-block .mask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-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;
	transition: all 0.3s ease 0s;
	border: 3px solid #b9b9b9;
	margin: auto;
	width: 100%;
	height: 100%;
}
#pxtestimonialblock .slider-item:hover .image-block .mask {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-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;
	transition: all 0.3s ease 0s;
}
#testimonial-carousel .post-description p {
	background-image: url("../image/themeimage/quote.png");
	background-repeat: no-repeat;
	background-position: top center;
	color: #838383;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	text-align: center;
	padding: 90px 0 0;
}
.tmotestimonial .test-image .cms-box-heading {
    display: inline-block;
    padding: 20px 10px;
    text-align: left;
    width: auto;
}
#pxtestimonialblock .post-author > a {
	color: #000;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}
.testimonial_right .post-author {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-align: left;
}
#pxtestimonialblock .location {
	color: #b9b9b9;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 26px;
	text-transform: capitalize;
}
#pxtestimonialblock .slider-controls {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.3s ease-out 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;
}
#pxtestimonialblock .slider-controls {
    margin: 0 auto;
    transition: all 0.3s ease-out 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;
}
#pxtestimonialblock .slider-page {
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle;
}
#pxtestimonialblock .slider-page.active > span, 
#pxtestimonialblock .slider-page:hover > span {
	background-color: #b9b9b9;
	outline: 2px solid #b9b9b9;
	outline-offset: -1px;
}
#pxtestimonialblock .slider-page > span {
	background-color: #d9d9d9;
	cursor: pointer;
	display: block;
	height: 9px;
	text-indent: -9999px;
	width: 9px;
	transition: all 0.3s ease-out 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;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width:979px){
	.testimonial_right .post-author{
		background: none;
		padding: 0;
	}
	.testimonial_right{
		text-align: center;
	}
}
#testimonialblog {
    margin-top: 25px;
}
#testimonial-blog .single-post {
    margin: 0 23px;
    overflow: hidden;
    position: relative;
}
#testimonial-blog .single-post:hover .post-image-hover{opacity:0.35;-khtml-opacity: 0.35;-webkit-opacity: 0.35;-moz-opacity:0.35; background-color:#313131;}
.post-image img{  
	transition: all 1s ease 0s;
	-webkit-transition:   all 1s ease 0s;
	-moz-transition:  all 1s ease 0s;
	-ms-transition:  all 1s ease 0s;
	-o-transition:  all 1s ease 0s;   
	max-width: 100%;
}
#testimonial-blog .single-post:hover .post-image img {
    transform: scale(1.08);-webkit-transform: scale(1.08);-ms-transform: scale(1.08);-o-transform: scale(1.08);-moz-transform: scale(1.08);
}
#testimonial-blog .single-post:hover .zoom{opacity:1;-khtml-opacity:1;-webkit-opacity:1;-moz-opacity:1;}
.single-post .zoom {
    background: url("../image/themeimage/blog-link.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 50px;
    left: 0;
	right:0;
	margin:auto;
    opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
    padding: 18px 25px;
    position: absolute;
    top:0px;
	bottom:0;
    transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
    width: 52px;
    z-index: 10;
}
#testimonial-blog .single-post p{margin:0;}
#testimonial-blog.products{margin:50px 0;}
.single-banner div ,.cms-banner2 ,.cms-banner3{overflow:hidden;}
.single-banner div img, .cms-banner-right .single-banner img {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	vertical-align: middle;
}
.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;
}
#column-left .swiper-viewport .swiper-pagination, #column-right .swiper-viewport .swiper-pagination{
	display: none!important;
}
#column-left .swiper-viewport .swiper-slide, #column-right .swiper-viewport .swiper-slide{
	width: 100%!important;
}
#column-left .swiper-viewport, #column-right .swiper-viewport {
	margin: 0 0 30px 0;
	background: transparent;
	z-index: 1;
	border: 0 none;
	width: 100%;
	position: relative;
	overflow: visible;
	display: inline-block;
	overflow: hidden;
}
/* Blog listings */

/*.blog-module .blog_grid_holder {
	margin-left:-15px;
	margin-right:-15px;
	font-size:0;
}
.blog-module .blog_grid_holder.blogcarousel {	
	margin: 0 -15px;
	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;
}
.all-blogs .blog_item {
	padding: 0;
}
.blog_item {
	font-size: 0;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 0 0 40px;
	width: 100%;
}
.box .box-content ul li .blog-left {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.box .box-content ul li .blog-right {
	width: 100%;
	padding: 0 20px;
	float: left;
}
.blog_title > a {
	color: #000;
}
.blogcarousel .blog_item {
	width:100% !important; /* carousel */
	margin: 0;
}
#column-left .blog_item, #column-right .blog_item {
	width:100%; /* carousel */
	margin-bottom:17px;
}
.blog_item .image {
	position: relative;
	overflow: hidden;
}
#content .blogcarousel .blog_item .product-block {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.information-blogger #content .blog-img {
	margin: 0 0 15px;
}
.information-blogger #content .page-title {}
.information-blogger #content p {
	clear: both;
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 13px;
}
.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 .summary .blog_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.blog_item .summary .blog_title a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
	clear: both;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.blog_item .summary .blog_title a:hover {
	color: #b9b9b9;
}
.blog_item .summary .blog-right a.read-more-link {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog_stats {
	margin: 0 0 40px;
}
.information-blogger-blogs .blog.all-blogs .blog_item .summary .read-more-link {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #333333;
	line-height: 25px;
	padding: 12px 24px;
	display: inline-block;
}
.information-blogger-blogs .blog.all-blogs .blog_item .summary .read-more-link:hover {
	color: #000;
	background: #fff;
}
.all-blogs .blog_grid_holder .page-title {
	margin: 0 0 20px;
}
.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog-right-content p {
	font-size: 13px;
	color: #808080;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0 0 55px;
}
#column-left .blog_item .summary .blog_title, 
#column-right .blog_item .summary .blog_title {
	font-size:16px;
	margin:0 0 7px;
}
#homeblog .blog_item .summary .blog-right .desc,
#homeblog .blog_item .summary .blog-right .readmore {
	display: none;
}
.column-2 .summary .blog_title, .column-3 .summary .blog_title {
	font-size: 24px;
	margin: 0 0 7;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.column-4 .summary .blog_title {
	font-size:20px;
}
.blog_item .summary .blog-right .desc {
	margin: 0 0 30px;
}
.blog_item .summary .blog-right .desc p {
	font-size: 12px;
	font-weight: 100;
	line-height: 22px;
	color: rgba(71, 71, 71, 0.8);
	margin: 0;
	letter-spacing: 1px;
}
#homeblog p.btn_readmore {
	margin: 0;
}
#homeblog p.btn_readmore a {
    padding: 12px 27px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #000;
    transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	text-transform:capitalize;
}
#homeblog p.btn_readmore a:hover {
    background-color: #b9b9b9;
    transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.blog_item .post_hover {
    margin: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transform: translateY(-50%);
    top: 50%;
}
.blog_item .image img {
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	max-width: 100%;
}
.blog_item:hover .image 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: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}
.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;
}
.blog_item .post_hover a.icon {
	color: #000;
	height: 45px;
	width: 45px;
	line-height: 43px;
	background-color: #fff;
	margin: 0 5px;
	font-size: 20px;
	display: inline-block;
}
.blog_item .post_hover a.icon:hover {
	background-color: #000;
	color: #fff;
}
.blog_item:hover .post_hover a.icon {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
#column-left .blog_item .summary p, 
#column-right .blog_item .summary p {
	font-size:13px;
	line-height:20px;
}

/* 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;
    -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;
}
#common-home .blog_stats {
	margin: 0 0 10px;
}
.column-2 .blog_stats, 
.column-3 .blog_stats, 
.column-4 .blog_stats, 
.blog_post .related .blog_stats {
	font-size:12px;
	margin:0 0 12px;
	padding-bottom:1px;
}
#column-left .blog_stats, #column-right .blog_stats {
	font-size:11px;
	margin-bottom:-4px;
	border-bottom:none;
	padding-bottom:0;
}
.blog_stats span {
	display:inline-block;
	/*margin-right:5px;
	margin-bottom:8px;*/
	line-height:12px;
}
.blog_stats span {
	margin: 0 10px 0 0;
	font-size: 14px;
	color: #777;
}
.all-blogs .blog_item .summary {
	font-size: 0;
	font-family: empty;
}
.all-blogs .blog_item .summary .blog-right-content {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 0 0 20px;
	font-family: 'Work Sans', sans-serif;
}
.all-blogs .blog_item .summary .blog-left-content {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-family: 'Work Sans', sans-serif;
}
.all-blogs .blog_item .summary .blog-right-content .blog_title a {
	font-size: 18px;
	color: #000;
	line-height: 35px;
	font-weight: 600;
	letter-spacing: 1px;
}
.all-blogs .blog_item .summary .blog-right-content .blog_title a:hover {
	color: #b9b9b9;
}
.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog_stats span a, 
.information-blogger-blogs .blog.all-blogs .blog_item .summary span {
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 1px;
}
.information-blogger-blogs .blog.all-blogs .blog_item .summary span {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	position: relative;
}
.information-blogger-blogs .blog.all-blogs .blog_item .summary span:last-child {
	margin: 0;
	padding: 0;
}
.information-blogger-blogs .blog.all-blogs .blog_item .summary span:last-child:after {
	display: none;
}
.information-blogger-blogs .blog.all-blogs .blog_item .summary span:after {
	position: absolute;
	content: "/";
	right: -3px;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog_stats span a:hover {
	color: #b9b9b9;
}
.blog_stats span + span:last-child {
	margin: 0;
}
.blog_stats .fa {
	margin-right:5px;
}
.blog_stats .text {
	font-weight:inherit;
}
#column-left .blog_stats .text, #column-right .blog_stats .text, .column-2 .blog_stats .text, .column-3 .blog_stats .text, .column-4 .blog_stats .text {
	font-size:0;
}
.blog_stats .hl {
	color: #999999;
}
#common-home .blog_stats .hl {
	color: #000;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
#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 {
	position: relative;
	margin: 50px 0;
	overflow: hidden;
	width: 100%;
	float: left;
	clear: both;
}
#content #homeblog .box .box-content {
	position: relative;
}
.banners-slider {
	position: relative;
	margin: 0 -15px;
}
.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;
}
.box.bestseller {
	margin: 50px 0;
	float: left;
	width: 100%;
}
.bestseller .bestseller-products {
	position: relative;
	margin: 0 -26px;
}
@media screen and (max-width:1199px){
	.cmsblock_img img {
	    max-width: 100%;
	}
	.list_inner:hover .cmsblock_img{
		left: 0;
	}
	.cmsblock_list_inner {
	    bottom: 20px;
	    padding: 10px 0;
	    right: 20px;
	    top: auto;
	    left: 20px;
	    text-align: center;
	    width: auto;
	}
	.cmsblock-data {
		line-height: normal;
		writing-mode: unset;
		text-orientation: unset;
		text-align: center;
		letter-spacing: 4px;
	}	
}
@media screen and (max-width:1199px) and (min-width:980px){
	#homeblog .image {
		width: 100%;
	}
	.blog_item .summary .blog_title a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}
}
@media screen and (max-width:979px) and (min-width:480px){
	.cmsblock-data {
		letter-spacing: 1px;
	}
}
@media screen and (max-width:767px){
	.column-3 .blog_item, .column-4 .blog_item {width:50%;}
	.blog_stats .text {font-size:0}
	.blog-module .blog_grid_holder.blogcarousel{
		margin: 0;
	}
}
@media screen and (max-width:567px){
	.column-2 .blog_item, .column-3 .blog_item, .column-4 .blog_item {width:100%; }
}
@media screen and (max-width:479px){
	#common-home .blog_stats{
		right: 0;
		width: auto;
	}
}
@media screen and (max-width:1199px){
	.cmsblock_img img {
	    max-width: 100%;
	}
	.list_inner:hover .cmsblock_img{
		left: 0;
	}
	.cmsblock_list_inner {
	    bottom: 20px;
	    padding: 10px 0;
	    right: 20px;
	    top: auto;
	    left: 20px;
	    text-align: center;
	    width: auto;
	}
	.cmsblock-data {
		line-height: normal;
		writing-mode: unset;
		text-orientation: unset;
		text-align: center;
		letter-spacing: 4px;
	}
	.icon.zoom{
		top: 42%;
	}
}
@media screen and (max-width:767px){
	.column-3 .blog_item, .column-4 .blog_item {width:50%;}
	.blog_stats .text {font-size:0}
	.blog_grid_holder.blogcarousel{
		margin: 0;
	}
}
@media screen and (max-width:567px){
	.column-2 .blog_item, .column-3 .blog_item, .column-4 .blog_item {width:100%; }
}
@media screen and (max-width:479px){
	#homeblog .image{width: auto;}
	#common-home .blog_stats{
		right: 0;
		width: auto;
	}
	.icon.zoom{top: 47%;}
	#homeblog .blog_item .summary p.desc{
		margin-bottom: 20px;
	}
}
/* footer */
.home-about-me.container{padding:0;}
.social {
    /*background-color: #313131;*/
    float: left;
    /*height: 90px;*/
    text-align: left;
    /*width:25%;*/
}
.social > ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    width: auto;
}
.social ul li {
    /*display: inline-block;*/
}
.social ul li{
	/*display: inline-block;*/
	
	width: auto;
	height: auto;
}
.footer-top-right {
    background-color: #b9b9b9;
    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: #313131;
	padding: 12px;
	color: #ffffff;
	 height: 44px;
}
.aboutme-read-more a:hover {
    background-color: #ffffff;
    color: #b9b9b9;
    transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
}
.footer-top-right .title1 {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
	letter-spacing: 1px;
}
#footer {
	clear: both;
	overflow: hidden;
	width: 100%;
	float: left;
}
#footer #footer_cms_block {
    float: left;
    line-height: 23px;
    margin-left: 12px;
    padding-right: 20px;  
}
.tm-about-logo {
    margin-bottom: 15px;
}
.tm-about-logo a img {}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
#footer .column li.email a::before{content:none;}
#footer .content_footer-middle .preto {color: #000;}
#footer .content_footer_middle li a:hover {
	color: #eee;
}
#footer .content_footer_middle .column {
	width: 23%;
}
#footer .content_footer_middle .column.fourth {
	width: 31%;
}
#footer .column ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#footer #contact .address::before {
   content: "\f041";
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 0 7px 0 0;
    vertical-align: top;
	margin-right: 10px;
	color:#000;
}
#footer #contact .ph-no::before {
   content: "\f095";
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 0 7px 0 0;
    vertical-align: top;
	margin-right: 10px;
	color:#000;
}
#footer #contact .email::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 11px;
    padding: 0 4px 0 0;
    vertical-align: top;
	margin-right: 10px;
	color:#000;
}
#footer #contact .address, 
#footer #contact .ph-no, 
#footer #contact .email{
	padding:0
}
#footer .content_footer_middle .column.fourth ul li {
	margin: 0 0 10px;
}
#footer .content_footer_middle .column.fourth ul li:last-child {
	margin: 0;
}
#footer .column ul .data {
	color: #838383;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
}
#footer .column ul .data .fa {
	min-width: 20px;
	font-size: 16px;
	color: #000;
}
#footer .column ul .data .fa.fa-envelope {
	font-size: 12px;
}
#footer .column ul .data a {
	text-transform: none;
}
#footer .column ul .data .phone {
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px 0 0;
}
#footer .column ul .data .phone:last-child {
	margin: 0;
}
#footer #contact ul li {
    padding: 0 0 0 26px;
    line-height: 30px;
}
#footer .content_footer_middle li a {
	color: #000;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}
#footer #contact .email,
#footer #contact .ph-no{ 
	line-height: 32px;
	margin: 7px 0;
}
#footer .content_footer_middle {
	border-bottom: 1px solid #ececec;
	clear: both;
	padding: 69px 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
#footer .content_footer_middle h5 {
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 35px;
	font-weight: 600;
	margin: 0 0 16px;
	position: relative;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.block_newsletter-wrapper {
	text-align: left;
	font-size: 0;
}
#footer .box-heading {
	margin: 0 30px 0 0;
}
.copyright-container {
	padding: 63px 0;
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
}
.block_newsletter-wrapper h5 {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 20px;
	padding: 0;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 26px 0 0;
	vertical-align: middle;
}
.block_newsletter-wrapper .newsletter-sub-title p {
	margin: 0;
	font-size: 13px;
	color: #838383;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 400;
}
.block_newsletter-wrapper .newsletter-content-wrapper {
	text-align: center;
	padding: 0 227px;
}
.block_newsletter-wrapper .newsletter-form .form-group {
	margin: 0;
	position: relative;
	display: inline-block;
	width: 100%;
}
.footer-container {
	float: left;
	width: 100%;
}
#footer .col-sm-7.five-three {
	width: 60%;
}
#footer .col-sm-5.five-two {
	width: 40%;
}
.block_newsletter-wrapper {
	background-color: transparent;
	/*background-image: url("../image/themeimage/newsletter-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;*/
	float: left;
	width: 100%;
	margin: 50px 0 0;
	padding: 175px 0;
}

/************************    Social Media Links    ************************************/

#footer .block-social {
	text-align: right;
	margin: 6px 0;
}
.block-social .social-media-list {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
#footer .block-social .social-media-list li {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 42px;
	margin: 0 15px 0 0;
	cursor: pointer;
	position: relative;
}
#footer .block-social .social-media-list li:last-child {
	margin: 0;
}
#footer .block-social .social-media-list li::after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#footer .block-social .social-media-list li:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#footer .block-social .social-media-list li a {
	color: inherit;
	z-index: 9;
	position: relative;
}
#footer .block-social .social-media-list li a .fa {
	font-size: 16px;
}
/************************    Social Media Links    ************************************/

/************************    Payment Block    ************************************/
.payment-block > ul {
	margin: 0;
	font-size: 0;
}
#footer .payment-block > ul > li {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#footer .payment-block > ul > li:last-child {
	margin: 0;
}
#footer .payment-block > ul > li img {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	cursor: pointer;
}
#footer .payment-block > ul > li img:hover {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.footer-links-payment {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
/************************    Payment Block    ************************************/
#bottomfooter {
    clear: both;
    float: left;
    margin: 0px 0 3px;
    text-align: left;
    width: 100%;
}
#bottomfooter > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#bottomfooter > ul > li {
    background: url("../image/themeimage/header_top_links_pipe.jpg") no-repeat scroll right 13px transparent;
    display: inline;
    font-size: 13px;
    padding: 10px 12px 3px 8px;
}
#bottomfooter > ul > li:first-child {
	padding-left: 0;
}
#bottomfooter > ul > li a{color:#696969;}
#bottomfooter > ul > li a:hover{color:#b9b9b9;}
#bottomfooter > ul .last {
    background: transparent;
}
#footer-bottom-links {
	float: left;
	width: 80%;
}
#footer-bottom-links ul {
	margin: 0;
	font-size: 0;
}
#footer-bottom-links ul li {
	display: inline-block;
	position: relative;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}
#footer-bottom-links ul li::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 13px;
	background: #787878;
	right: 0;
	left: auto;
	bottom: 0;
	top: 0;
	margin: auto 0;
}
#footer-bottom-links ul li:last-child {
	margin: 0;
	padding: 0;
}
#footer-bottom-links ul li:last-child::after {
	display: none;
}
#footer-bottom-links ul li a {
	font-size: 13px;
	color: #5b5b5b;
	letter-spacing: 1px;
	font-weight: 100;
	text-transform: capitalize;
	line-height: 26px;
}
#footer-bottom-links ul li a:hover {
	color: #f93c3c;
}
#footer .copyright-container .copyright {
	clear: both;
	font-size: 12px;
	text-align: center;
	color: #838383;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 20px;
	font-family: 'Poppins', sans-serif;
}
#footer .copyright-container .copyright a {
	color: #838383;
	margin: 0;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1.5px;
}
#footer .copyright-container .copyright a:hover {
	color: #000;
}
#footer .content_footer_top {}
.newsletter label {
	display: none;
}
.newsletter .desc {
	background: url("../image/themeimage/email.png") no-repeat left center;
    letter-spacing: 0.8px;
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	padding: 10px 0 10px 60px;
    background-size: 40px;
    -webkit-background-size: 40px;
    -moz-background-size: 40px;
    -ms-background-size: 40px;
    -o-background-size: 40px;
}
.newsletter .form-group {
	position: relative;
	margin: 0;
	float: right;
	width: 50%;
}
.block_newsletter-wrapper .newsletter-content-wrapper .newsletter-form .input-news {
	position: relative;
}
.block_newsletter-wrapper .newsletter-content-wrapper .newsletter-form .input-news::after {
	background-color: transparent;
	background-image: url("../image/themeimage/rocket.svg");
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 28px;
	right: auto;
	background-size: 18px;
}
#content #txtemail {
	height: 50px;
	border-radius: 0;
	padding: 0 150px 0 60px;
	border: 0 none;
	color: #838383;
	font-size: 12px;
	letter-spacing: 1px;
	width: 100%;
	
}
.block_newsletter-wrapper .newsletter-form .form-group .subscribe-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	left: auto;
	top: 0;
	margin: auto 0;
}
.block_newsletter-wrapper .newsletter-content-wrapper .newsletter-form {
	padding: 0 70px;
}
.block_newsletter-wrapper .newsletter-content-wrapper .newsletter-sub-title {
	margin: 0 0 60px;
}
.newsletter-form .text-danger {
	font-size: 14px;
	margin: 15px 0 0;
	position: absolute;
	letter-spacing: 1px;
	left: 0;
	right: 0;
	text-align: center;
}
#txtemail:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.productpage #content #product .text-danger {
	margin: 0 0 5px;
}
#checkout-checkout .page-title {
	margin: 0 0 15px;
}
#checkout-checkout #accordion .panel {
	clear: both;
}
#checkout-checkout #accordion .panel .form-group a {
	display: inline-block;
	margin: 10px 0 0;
}
.newsletter .text-danger{position: absolute;}
.subscribe-btn .btn {
	font-size: 12px;
	height: 50px;
	padding: 0 32px;
	background-color:  #34519E;
	color: #fff;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.subscribe-btn .btn:hover{
	background-color: #443E39;
}
.subscribe-btn .btn i{
	color: #b9b9b9;
	font-size: 25px;
}
/* Category PAge */
.category_description {margin-top: 15px;}
.category_img .img-thumbnail {
	border: 0 none;
	width: 100%;
}
#content .category_thumb {
	margin: 0 0 15px;
}
.refine-search {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 15px;
}
.copy-right {
    border-top: 1px solid #444;
    padding: 10px 0;
	text-align:center;
}
#content .category_list {
	margin-bottom: 15px;
	padding: 0;
	display: inline-block;
	width: 100%;
}
#content .category_list ul {
  	list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
@media (max-width: 979px) {
	#footer .column ul {
	    display: none;
	}
	#footer .column {
		width: 100%;
		margin: 0 0 10px;
	}
	#footer .column:last-child {
		margin: 0;
	}
	#bottomfooter,
	.copyright{
		text-align: center;	
	}
	.footer-container,
	.content_footer_bottom{
		float: none;
	}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* alert */
/* breadcrumb */
ul.breadcrumb {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0;
}
ul.breadcrumb a {
	color: black;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1px;
	display: inline-block;
}
ul.breadcrumb a:hover {
	color: #000;
	border-bottom-color: #000;
}
#breadcrumb {
	background-color: #f7f7f7;
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 30px;
}
.breadcrumb li a:hover {
	color: #b9b9b9;
}
[class*="product-quick_view-"] #breadcrumb {
	display: none;
}
[class*="product-quick_view-"] #content {
	margin: 0;
}
.common-home #breadcrumb {
	display: none;
}
#breadcrumb > .container {
	padding: 30px 15px;
}
ul.breadcrumb i {
	font-size: 20px;
	vertical-align: middle;
}
ul.breadcrumb > li {
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
}
ul.breadcrumb > li + li::before {
    content: "/";
    padding: 0;
    margin: 0 10px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	display: inline-block;
	margin: 15px 0 0;
	width: 100%;
}
body .btn {
	padding: 10px 14px;
	font-size: 15px;
	border: 0 none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0;
}
.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, 
#form-currency .dropdown-menu .btn-link {
	font-size:13px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-primary, 
#cart .text-right .addtocart, 
#cart .text-right .checkout, 
.btn-default, 
#button-cart, 
.btn-danger, 
.button.aboutus, 
.btn-info {
	background-color:  #34519E;
	border: 0 none;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 8px 13px;
	width: auto;
	height: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.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: #b9b9b9;
	color: #fff;
}
#cart .text-right .addtocart strong, #cart .text-right .checkout strong{font-weight:normal;}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;	
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.btn-inverse {
	color: #ffffff;	
	background: #363636;
	border:none;		
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.filterbox .list-group a {
    display: block;
    font-weight: bold;
    padding: 0 5px;
	border:0 none;
	background:none;
	cursor: pointer;
}
.filterbox .list-group-item {
    padding: 0 10px;
}
.filterbox .list-group-item .checkbox {
    line-height: 22px;
}
#column-left .list-group, #column-right .list-group {
    background-color: rgba(229,229,229,0.5);
	box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1) inset;
    border: none;
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
    margin-bottom: 25px;
    padding: 10px;
}
#column-left .list-group a, #column-right .list-group a{
	border:none;
	font-size: 14px;
}
#column-left .list-group a:first-child,#column-right .list-group a:first-child, #column-left .filterbox .list-group a, #column-right .filterbox .list-group a {
    border-top: medium none;
}
.list-group a {
	border:none;
	color: #888888;
	padding: 8px 5px;
	background: transparent;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	background: transparent;
}
.list-group a:hover{color:#b9b9b9;}
.filterbox .list-group a:hover{color:#555555;}
.filterbox a.list-group-item::after {
    content: "";
    left: auto;
    position: absolute;
    right: 5px;
    width: 25px;
    height: 25px;
    background: url("../image/themeimage/sprite.png") no-repeat scroll -38px -98px transparent;
}
.filterbox a.list-group-item.collapsed::after {
    content: "";
    background: url("../image/themeimage/sprite.png") no-repeat scroll -38px -72px transparent;
}
.filterbox .list-group-items {
    margin: 10px 0;
}
@media (max-width: 979px) {
	.filterbox .list-group-item {
	    display: none;
	}
	.filterbox a.list-group-item::after {
	    background: url("../image/themeimage/sprite.png") no-repeat scroll -38px -72px transparent;
	}
	.filterbox a.list-group-item.collapsed::after {
	    background: url("../image/themeimage/sprite.png") no-repeat scroll -38px -98px transparent;
	}
	.filterbox {
	    width: 100%;
	    float: left;
	    border: 1px solid #e7e7e7;
	    margin: 10px 0;
	    background-color: #fbfbfb;
	    padding: 10px;
	}
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
#product-category .list-grid-wrapper .product-thumb {
	margin: 0 0 30px;
	overflow: hidden;
}
#content .list-grid-wrapper {
	margin: 0 -26px 35px;
}
.product-layout.product-grid, .product-layout.product-list {
	padding: 0;
	margin: 0;
}
.product-thumb .image {
	position: relative;
	font-family: 'Work Sans', sans-serif;
}
.product-thumb .product-details {
	font-family: 'Work Sans', sans-serif;
}
.product-block .image .image-wrapper {
	background: #f7f7f7!important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
.product-block:hover .image .image-wrapper {
	-webkit-transform: translateY(-34px);
	-moz-transform: translateY(-34px);
	-ms-transform: translateY(-34px);
	-o-transform: translateY(-34px);
	transform: translateY(-34px);
}
#column-left .product-block:hover .image .image-wrapper,
#column-right .product-block:hover .image .image-wrapper {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
#column-right .image .reg-image, 
#column-left .image .reg-image {
	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;
}
#column-left .product-block:hover .image .reg-image, 
#column-right .product-block:hover .image .reg-image {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	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;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
#column-right .image .hover-image .button-group button:hover,
#column-left .image .hover-image .button-group button:hover {
	background: transparent;
	color: #ffffff;
	height: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 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;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
#column-right .image:hover .hover-image, 
#column-left .image:hover .hover-image {
	opacity: 1;
	position: relative;
	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;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.product-block .image .reg-image {
	margin: 0 auto;
	height: auto;
	max-width: 100%;
	/*transition-delay: 0.5s;*/
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	-moz-transition: 0.7s ease-in-out;
	-webkit-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.product-block .image .hover-image {
	position: absolute;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	top: 0;
	left: 0%;
	right: 0;
	transition: 0.7s ease-in;
	-webkit-transition: 0.7s ease-in;
	-moz-transition: 0.7s ease-in;
	-ms-transition: 0.7s ease-in;
	-o-transition: 0.7s ease-in;
	visibility: hidden;
	max-width: 100%;
	height: auto;
}
.product-block:hover .image .reg-image {
	opacity: 1;
	position: absolute;
	-webkit-transform-origin: 10px 90%;
	-moz-transform-origin: 10px 90%;
	-ms-transform-origin: 10px 90%;
	-o-transform-origin: 10px 90%;
	transform-origin: 10px 90%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	bottom: 20px;
	left: 10px;
	top: auto;
	right: auto;
	z-index: 99;
	-webkit-transform: translateY(34px) scale(0.25);
	-moz-transform: translateY(34px) scale(0.25);
	-ms-transform: translateY(34px) scale(0.25);
	-o-transform: translateY(34px) scale(0.25);
	transform: translateY(34px) scale(0.25);
	-webkit-transition: 0.7s ease-in;
	-moz-transition: 0.7s ease-in;
	-ms-transition: 0.7s ease-in;
	-o-transition: 0.7s ease-in;
	transition: 0.7s ease-in;
}
.product-block:hover .hover-image {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	visibility: visible;
	position: relative;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
	}
}
.product-thumb h4 {
	color: #838383;
	font-weight: 400;
	margin: 0 0 10px;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: 'Work Sans', sans-serif;
}
.product-thumb h4  a {
	color: inherit;
	text-transform: inherit;
}
.product-thumb .caption {
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
	font-size: 0;
	overflow: hidden;
	margin: -30px 0 0;
	padding: 15px 0 0;
	font-family: empty;
}
.product-thumb .caption .button-group {
	display: inline-block;
	margin: 0;
	opacity: 0;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	font-family: 'Work Sans', sans-serif;
}
.product-block:hover .caption .button-group {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
@media (max-width: 767px) {
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	display: inline-block;
	opacity: 0;
	width: 50%;
	text-align: right;
	vertical-align: middle;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	font-family: 'Work Sans', sans-serif;
}
.product-block:hover .rating {
	opacity: 1;
}
.fa.fa-star {
	color: #ffc315;
	font-size: 13px;
}
.fa.fa-star.off {
	color: #ffc315;
}
.fa.fa-star.off:before {
	content: "\f006";
}
.rating .fa-star + .fa-star-o, 
#review .fa-star + .fa-star-o {
	font-size: 13px;
	color: #ffc315;
}
.review .fa-stack .fa,
#review .fa-stack .fa {
	font-size: 13px;
}
h2.price {
	margin: 0;
}
.product-thumb .price .price-new {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.product-thumb .price, .product-thumb .caption .saleback {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: 50%;
	font-family: 'Work Sans', sans-serif;
}
.product-thumb .price-old {
	color: #cfcfcf;
	text-decoration: line-through;
	margin: 0 12px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
}
.product-thumb .price-tax {
	color: #999;
    display: none;
    font-size: 12px;
    width: 100%;
}
.product-thumb .button-group {
	overflow: hidden;
}
.product-list .product-thumb .button-group{overflow:visible;}
.product-block .image .button-group {
	position: absolute;
	left: auto;
	right: -40px;
	top: 20px;
	width: 40px;
	opacity: 0;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	text-align: center;
}
.product-block:hover .button-group {
	opacity: 1;
	right: 10px;
}
.product-list .btn-list-grid, 
.product-list .caption .btn-wish-compare .button-group {
	display: block;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-block .button-group .addtocart, 
.product-block .button-group .quickview a, 
.product-block .caption .button-group .addtocart, 
.product-block .caption .button-group .quickview a {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 22px;
	position: relative;
	text-align: center;
	white-space: normal;
	font-weight: 600;
	color: #000;
	border-width: 0 0 1px;
	border-style: none none solid;
	border-color: transparent transparent transparent;
}
.product-block .button-group .addtocart:hover, 
.product-block .button-group .quickview a:hover, 
.product-block .caption .button-group .addtocart:hover, 
.product-block .caption .button-group .quickview a:hover {
	border-width: 0 0 1px;
	border-style: none none solid;
	border-color: transparent transparent #000;
}
.product-block .button-group .addtocart {
	margin: 0 20px 0 0;
}
.product-block .button-group .quickview a {
	margin: 0;
}
.product-thumb .image .button-group .wishlist, 
.product-thumb .image .button-group .compare {
	font-size: 0;
	background-color: transparent;
	border: 0 none;
	border-radius: 0;
	padding: 0;
	position: relative;
	text-align: center;
	white-space: normal;
	font-weight: 600;
	color: #000;
	letter-spacing: 0;
	width: 30px;
	height: 30px;
}
.product-block .button-group .compare {
	margin: 0 0 10px;
}
.product-thumb .image .button-group .wishlist .fa, 
.product-thumb .image .button-group .compare .fa {
	font-size: 16px;
	display: block;
	line-height: 28px;
}
.product-block .image .percentsaving {
	color: #000;
	display: block;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	top: 20px;
	z-index: 9;
	background: #fff;
	border-radius: 50px;
	font-size: 13px;
	left: auto;
	right: 20px;
	letter-spacing: 1px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	opacity: 1;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.product-block:hover .percentsaving {
	right: -20px;
	opacity: 0;
}
.product-block .button-action-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.product-block .button-group .fa, 
.product-block .caption .button-group .fa {
	font-size: 0;
	display: none;
}
.product-thumb .button-group button + button {
	/*width: 20%;
	border-left: 1px solid #e7e7e7;	*/
}
.product-list .product-thumb .button-group .addtocart, 
.product-list .product-thumb .button-group .wishlist, 
.product-list .product-thumb .button-group .compare, 
.product-list .product-thumb .button-group .quickview a {
	opacity: 1;
	text-align: center;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	position: relative;
	white-space: normal;
	font-weight: 600;
	color: #000;
	margin: 0 10px 0 0;
	font-size: 12px;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
}
.product-list .product-thumb .button-group .addtocart:hover, 
.product-list .product-thumb .button-group .wishlist:hover, 
.product-list .product-thumb .button-group .compare:hover, 
.product-list .product-thumb .button-group .quickview a:hover {
	border-width: 0 0 1px;
	border-style: none none solid;
	border-color: transparent transparent #000;
}
.product-list .product-thumb .button-group .wishlist {
	margin: 0;
}
.product-thumb .button-group .fa.fa-shopping-cart::before {
	content: "\f291";
}
.product-list .caption {
	padding: 0 0 0 20px;
	margin: 0;
	font-family: 'Work Sans', sans-serif;
}
.product-list .caption .desc {
	margin: 0 0 15px;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #000;
}
.product-list .caption .price {
	margin: 0 0 15px;
	text-align: left;
	display: block;
	width: 100%;
	padding: 0;
}
.product-list .product-thumb .rating {
	margin: 0 0 15px;
	display: inline-block;
	text-align: left;
	opacity: 1;
}
.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;
}
body #content.col-sm-9 .col-sm-6.text-left {
	float: left;
	width: 50%;
	text-align: left;
}
body #content.col-sm-9 .col-sm-6.text-right {
	float: left;
	text-align: right;
	width: 50%;
}
.thumbnails {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {	}
.thumbnails {	}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	
}
.product-info .additional-carousel .customNavigation a, 
.product-info .additional-carousel .owl-buttons a {
	opacity: 1;
}
.thumbnails .image-additional {
	float: left;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
#input-captcha, #input-payment-captcha {
    margin-bottom: 10px;
}
/* Quickview css */ 
.quickview {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}
.quickview .container { width:100%; background:#FFFFFF; padding:0 10px; }
.quickview .container .row { margin:0; }
.quickview .top_button { display:none; }
.quickview #product2 { float:left; width:100%; }
.quickview #product2 h3 { width:100%; } 
.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
	color:#333333;
}
@media (max-width: 767px) {  	
	.quickbox { display:none; }
}
/* Theme Start */
/* box */  
.box {
	margin-bottom:0;
}
.box.special {
	margin: 45px 0;
	width: 100%;
	float: left;
	overflow: hidden;
	clear: both;
}
.box.special .special-products {
	position: relative;
	margin: 0 -15px;
}
#content .box-heading, .box-heading.side-box-heading {
	position: relative;
	margin: 0 0 35px;
	text-align: center;
}
.box .box-content {
	padding: 15px;
	clear: both;
}
.box.related {
	margin: 50px 0 0;
}
.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;}
.box-heading.side-box-heading {
	margin: 0 0 20px;
}
#content .box-heading .products-section-title, .box-heading.side-box-heading {
	color: #000000;
	font-size: 70px;
	font-weight: 400;
	margin: 0;
	position: relative;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	z-index: 9;
	font-family: 'Arapey', cursive;
	line-height: 70px;
}
/*#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border: none;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	margin: 0;
}*/
.box .box-content ul, #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li, #content .content ul li {
	cursor: pointer;
	line-height: 20px;
	border: 0;
}
.box .box-content ul li a + a, .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover, #content .content ul li a:hover{}
/* Product Grid Start */
/*.product-grid-list { }*/
#content .box-product
/*.product-grid-list ul*/{ 
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style: none;
	overflow: hidden;
}
/*.product-grid-list ul li,*/
#content .box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
}
.featured-products {
	position: relative;
	margin: 0 -10px;
}
#featured-grid .product-items {
    width: 240px;
    float: left;
}
.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
	width:240px;
	float:left;
	display: inline-block;
}
.ie7 .product-grid li{ width:192px !important; }
#content .image-additional .slider-item{	
	display: inline-block;
    float: left;
}
.grid_default_width { width:413px;}
.featured_default_width{ width:413px;}
.module_default_width {width: 196px;}
.latest_default_width{ width:413px;}
.special_default_width{ width:413px;}
.related_default_width{ width:413px;}
.bestseller_default_width{ width:413px;}
.additional_default_width{ width:120px;}
.testimonial_default_width{width:100%;}

.banners-slider-carousel .product-block-inner{text-align:center;}
.banners-slider-carousel .product-block-inner img {
	opacity: 0.25;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	width: auto;
}
.banners-slider-carousel .product-block-inner:hover img {
    opacity: 1;
}
.product-carousel .slider-item .product-thumb {
	margin: 0;
}
.box .box-content {
	padding: 0;
}
.product-layout.product-grid .product-block{}
#content .product-carousel .product-block:hover,
#content .box-product .product-block:hover {
	overflow:hidden;
	clear:both;
}
#content .product-block:hover h4 a,
#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:#000;
}
#content .product-block:hover h4 a:hover,
#content .product-carousel .product-block:hover h4 a:hover, 
#content .box-product .product-block:hover h4 a:hover,
#content .product-layout .product-block:hover h4 a:hover {
	color:#b9b9b9;
}
.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 {
	width: 70%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	font-family: 'Work Sans', sans-serif;
}
.product-list .product-thumb .image {
	width: 30%;
	margin: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	font-family: 'Work Sans', sans-serif;
}
.product-list .product-thumb .caption h4 {
	margin: 0 0 15px;
	font-size: 16px;
}
.banners-slider-carousel {
	margin: 50px 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	float: left;
	clear: both;
}
.product-block .sale {
	color: #000;
	display: block;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
	z-index: 9;
	background: #fff;
	border-radius: 50px;
	font-size: 13px;
	left: 20px;
	right: auto;
	letter-spacing: 1px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	opacity: 1;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.product-block:hover .sale {
	opacity: 0;
	left: -20px;
}
/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#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 {
    margin-bottom: 0;
}
#column-left .product-thumb h4 a:hover {
	color: #000;
}
#column-left .bestseller .bestseller-products, 
#column-right .bestseller .bestseller-products {
	margin: 0;
}
#column-left .box-product .image, 
#column-right .box-product .image {
	display: inline-block;
	border: 0 none;
	width: 30%;
	height: auto;
	min-width: 30%;
	float: none;
	vertical-align: middle;
	overflow: hidden;
	font-family: 'Work Sans', sans-serif;
}
#column-left .product-thumb .caption, 
#column-right .product-thumb .caption {
	padding: 0 0 0 15px;
	text-align: left;
	width: 63%;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin: 0;
	font-family: 'Work Sans', sans-serif;
}
#column-left .product-items .product-details,
#column-right .product-items .product-details{
	float:left;
	/*width:55%;*/ /* specify width as per your requirement */
	padding-left: 10px;
	padding-right: 0;
}
#column-left .product-thumb .price-new, 
#column-right .product-thumb .price-new {
	margin: 0;
	font-size: 12px;
	display: inline-block;
}
#column-left .product-thumb .price-old, 
#column-right .product-thumb .price-old {
	font-size: 12px;
	margin: 0 5px;
	display: inline-block;
}
#column-left .box-product .percentsaving, 
#column-right .box-product .percentsaving {
	font-size: 12px;
	margin: 0;
	display: none;	
}
#column-left .box-product .product-thumb h4, 
#column-right .box-product .product-thumb h4 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	margin: 0 0 5px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#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; width: 100%;}
/*#column-left .box .box-content, #column-right .box .box-content,
#column-left .box .filterbox, #column-right .box .filterbox
{margin-bottom:30px;}
*/
#column-left .box, #column-right .box, #column-left .box .filterbox, #column-right .box .filterbox {
	margin: 0 0 30px;
	clear: both;
	border: 1px solid #f7f7f7;
	background: #f7f7f7;
}
#column-left .box-product .rating, 
#column-right .box-product .rating {
	display: block;
	margin-bottom: 0;
	padding: 0;
	opacity: 1;
	text-align: left;
}
#column-left .product-thumb .saleback, 
#column-right .product-thumb .saleback {
	display: none;
}
#column-left .product-thumb, #column-right .product-thumb {
	margin-bottom: 20px;
	padding: 0;
}
#column-left .sale, #column-left .price-tax, #column-left .wishlist , #column-left .compare,
#column-right .sale, #column-right .price-tax, #column-right .wishlist , #column-right .compare {display:none !important;}
#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button  {   
	background: transparent;
    padding: 0;
    width: auto;
	line-height: 28px;
}	
#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button {
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    width: auto;
	height:auto;
	text-transform:none;
	text-align:left;
	margin-right:0;
	left: 0;
}
#column-left .product-thumb .button-group button:after, 
#column-right .product-thumb .button-group button:after {
	display: none;
}
#column-left .product-thumb .button-group button:hover, #column-right .product-thumb .button-group button:hover{color:#b9b9b9;}
#column-left .product-block .button-group, #column-right .product-block .button-group {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	clear: both;
	position: relative;
	top: 0;
	width: auto;
	display: none;
}
.top_button {
	background-color: transparent;
	background-image: url("../image/themeimage/back_to_top.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
	height: 40px;
	width: 40px;
	right: 15px;
	bottom: 15px;
	display: none;
	position: fixed;
	z-index: 95;
	font-size: 0;
}
.top_button:hover {
    background-image: url("../image/themeimage/back_to_top_hover.png"); 
    -webkit-animation: tada 1s infinite;
    -moz-animation: tada 1s infinite;
	-ms-animation: tada 1s infinite;
    -o-animation: tada 1s infinite;
	animation: tada 1s infinite;
}
.categorypage,
.productpage {
    background-color: #ffffff;
}
.manufacturer-list {
    border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding: 0;
	background-color: #fff;
}
.manufacturer-heading {
    background-color: #E5E5E5;
	box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1) inset;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px;
}
.manufacturer-content {
    padding: 15px;
}
.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}
.category_filter .sort .form-control {cursor:pointer;}
.productpage .box {/*margin-top:20px;*/}
.tab-content {
	overflow:hidden;
}
.product-tab .tab-content > .active {
	display: block;
}
.product-tab .tab-content > .tab-pane {
	padding: 30px;
	max-height: 400px;
	overflow: auto;
	background: #f7f7f7;
}
.product-tab .tab-content > .tab-pane p, 
.product-tab .tab-content > .tab-pane li {
	margin: 0;
	line-height: 30px;
	font-size: 13px;
}
.productbox-grid .product-block {
	margin: 0 0 15px;
}
.related-products {
	margin: 0 -26px;
	position: relative;
}
#related-carousel.box-product {
	margin: 0 0 50px;
}
#form-review {
    padding: 0;
    background: none;
}
#form-review table {
    background: none;
}
.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,
.category_filter .btn-list-grid .btn-group .list {
	background-color: transparent;
	background-image:  url("../image/themeimage/gird-list.png");
	background-repeat: no-repeat;
	border: 0 none;
	display: block;
	float: left;
	height: 22px;
	text-decoration: none;
	text-indent: -9999px;
	width: 22px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.category_filter .btn-list-grid .btn-group .grid {
	background-position: 0 0;
	margin: 0 15px 0 0;
}
.category_filter .btn-list-grid .btn-group .grid:hover, 
.category_filter .btn-list-grid .btn-group .grid.active{
	background-position: 0 -29px;
}
.category_filter .btn-list-grid .btn-group .list {
 	background-position: -26px 0;
}
.category_filter .btn-list-grid .btn-group .list:hover, 
.category_filter .btn-list-grid .btn-group .list.active {
 	background-position: -26px -29px;
}
.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:14px;}
.category_filter .show { float: left;
    margin: 5px 5px 0 0px;
    padding: 0;}
.sort-by-wrapper {
    margin-right: 10px;
}
.category_filter .sort {  float: left;
    height: 24px;
    margin: 1px 0 0;
    padding: 0;
    width: 180px;}
.category_filter .limit { float: right;
    height: 24px;
    margin: 1px 0 0;
    padding: 0;
    width: 80px;}
.sort-by-wrapper,.show-wrapper{
    float: left;
}
.category_filter .form-control {
	padding: 3px 7px !important;
	height: 28px !important;
	line-height: 22px;
}
.category_thumb .category_img, 
.category_thumb .category_description {
	float: left;
	width: 100%;
	padding: 0;
}
.category_thumb .category_description p {
	letter-spacing: 1px;
}
.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
#content .category_list ul li a {
	background-color: #000;
	display: block;
	padding: 5px 8px;
	color: #fff;
}
#content .category_list ul li a:hover{
	background-color: #b9b9b9;
	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 {
	display: inline-block;
	width: 100%;
	margin: 0 0 15px;
}
.pagination-wrapper {
	clear: both;
	float: left;
	margin: 0 0 30px;
	width: 100%;
}
.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: #777777;
}
/* Product Page*/
.productpage .product-left {
	width: 45%;
	margin: 0 0 50px;
}
.productpage .product-right{
    width: 55%;
    margin: 0 0 50px;
}
.product-info .image {
	 display: block;
    margin-bottom: 15px;
    text-align: center;
}
.productpage h3 {
	margin-top:0;
	width: 100%;
}
.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel{ position:relative;}
.product-info .image-additional {
	clear: both;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 25px;
	padding-right: 25px;
	width: 376px;
}
.product-info .image-additional img {
	display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}
.product-info .image-additional a {
	display: block;	
}
.product-right .btn-group .wishlist .fa, 
.product-right .btn-group .compare .fa {
    margin-right: 5px;
    vertical-align: baseline;
    display: none;
}
#content .image-additional .slider-item .product-block{	
	background: none repeat scroll 0 0 #ffffff;
	clear: both;
	margin: 4px 5px;
	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;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
}
.productpage .product-right .form-group.cart .btn-group {
	margin: 20px 0 0;
	width: 100%;
}
.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 15px;
	font-size: 12px;
}
#content ul.list-unstyled {  
	border-top: 1px solid #e7e7e7;
    line-height: 22px;
    margin-bottom: 0;
    padding: 15px 0;
}
#content ul.list-unstyled.price{
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 5px;
}
#content ul.list-unstyled li {
    color: #444444;
    line-height: 22px;
    padding: 2px 6px 2px 0;
}
#content ul.list-unstyled li span{
	margin-right: 5px;
	font-weight: 500;
	letter-spacing: 0.7px;
}
#content ul.list-unstyled.price li {
    display: inline-block;
}
#content ul.list-unstyled.price li span{
	margin-right: 0;
}
#content ul.list-unstyled li span.price-old {
    color: #696969;
    font-size: 16px;
}
#content ul.list-unstyled li span.special-price{
    color: #313131;
    font-family: "Ubuntu",sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
#content .list-unstyled.price li.price-tax {
    color: #acacac;
    display: inline-block;
    font-size: 12px;
}
#content ul.list-unstyled.price li.points, 
#content ul.list-unstyled.price li.discount {
    color: #4d4d4d;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}
#product h3.product-option {
	margin: 10px 0;
}
.productpage .product-right .form-group {
	clear: both;
}
#content .product-tab .table-bordered > thead > tr, 
#content .table-bordered > thead > tr {
	background-color: #f4f4f4;
	border-bottom: 0 none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
#content.productpage .table-bordered {
    background: transparent;
    font-size: 14px;
}
#content .panel-default > .panel-heading {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border: 0 none;
}
#content .table-bordered > thead > tr td {
	padding: 15px;
}
#product .form-group.cart {
    /*background-color: #f9f9f9;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 10px;*/
    padding: 10px;
}
#product .form-group.cart .form-control {
    display: inline-block;
    text-align: center;
   width: auto;
}
#product #input-quantity{
	padding: 10px;
	margin: 0 5px;
	height: 40px;
	line-height: normal;
	vertical-align: top;
}
#product .btn-group .wishlist, 
#product .btn-group .compare {
	margin: 0 5px 5px;
	display: inline-block;
}
#product .cart span {
	color: #999999;
	margin: 0 10px;
}
#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;
}
.button.aboutus{float:right;}

/* Contact us PAge*/

.contact-info .left {
    float: left;   
    width: 50%;	
}
.contact-info .right {
   float: right;
    width: 50%;
	text-align:right;
	margin-top:20px;
}
.row.contact-info {
    padding: 0 15px;
}
.information-contact .panel-body{padding:30px;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 -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;
}
#spinner {
	background-color: #fff;
	background-image: url("../image/themeimage/ajax-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 300px;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.main-slider {
    position: relative;
}
.main-slider .swiper-pager {
  /*display: none;*/
}
.main-slider .swiper-pagination {
	bottom: 10px;
}
.main-slider .swiper-slide .img-responsive {
    width: 100%;
}
.main-slider .swiper-slide.text-center {
    margin-right: 0 !important;
}
.main-slider .swiper-pagination-bullet {
	background: #f93c3c;
	color: #f93c3c;
	font-size: 18px;
	height: 11px;
	margin: 0 7px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	width: 11px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.main-slider .swiper-pagination-bullet-active, 
.main-slider .swiper-pagination-bullet:hover {
	color: #b9b9b9;
	background: #b9b9b9;
	outline: 1px solid #b9b9b9;
	outline-offset: 4px;
}
.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 i{
	margin-right: 10px;  
}
.productpage .rating-wrapper {
	margin: 0 0 15px;
	clear: both;
	display: inline-block;
}
.quickview-page .rating-wrapper {
	margin: 0 0 10px;
}
.checkout-cart .hasCustomSelect{width: 95% !important;}
.page-title, .product-title, .product-option, .aboutus h1, .affiliate-success h1 {
	font-size: 20px;
	font-weight: 600;
	color: #373737;
	text-transform: capitalize;
	float: left;
	line-height: 24px;
	letter-spacing: 1px;
}
#breadcrumb .page-title {
	float: none;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 600;
	margin: 14px 0 0;
}
.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;}
#content .affiliate-logout {}
.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: 12px;
	padding: 10px 14px;
	border-radius: 0;
}
.col-sm-3.search_subcategory {width: auto; margin-top:7px;}
#button-search{float:right;}
.product-search h2{clear:both;}
.checkout-cart .input-group.btn-block .form-control {
    padding: 6px 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: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
#collapse-checkout-option .panel-body h2, 
#collapse-checkout-option .form-group label, 
#content legend, 
.account-account #content h2, 
.account-download h2, 
.account-address h2, 
.affiliate-account h2 {
	color: #696969;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: capitalize;
}
#information-contact .page-title,
#information-contact legend {}
.product-search h2 {
	/*font-size:16px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    text-transform: uppercase;*/
}
.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;}
.panel-default .panel-collapse label {
	margin: 5px 0;
	display: inline-block;
}
.checkout-checkout #accordion label.col-sm-2.control-label{padding:0 15px;}
.row.site-map {
	border: 1px solid #e7e7e7;
	margin: 0;
	padding: 30px 0;
	background-color: #ffffff;
	clear: both;
}
.row.site-map .col-sm-6 ul {
	padding: 0;
	margin: 0;
}
.row.site-map .col-sm-6 ul li a {
	margin: 0 0 7px;
	display: inline-block;
}
.account-wishlist .text-right .btn-primary, 
.account-wishlist .text-right .btn-danger {
	margin-bottom: 2px;
	padding: 6px 10px;
}
.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;
	margin: 0 0 10px;
	padding: 0;
}
.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: #b9b9b9 !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: #313131 !important;
    color: #ffffff !important;
}
.account-transaction table td.text-right, .affiliate-transaction table td.text-right {
    border-right: 1px solid #e7e7e7;
}
.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: right;
}
.product-compare .table-bordered thead tr td:first-child {
    /*background-color: #f7f7f7;*/
    text-align: left;
}
.product-compare #content table .rating .fa-stack {
	margin: 0 0 10px;
	display: inline-block;
}
.quickview-page{
	display: inline-block;
	width: 100%;
	padding: 15px 0;
}
.quickview-page .btn.btn-default {
	padding: 9px 12px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.quickview-page #content ul.list-unstyled.short-desc {
    /*border: none;*/
}
.quickview-page #button-upload222 {
    margin-left: 10px;
}
.quickview-page #input-quantity {
    padding: 10px;
    margin: 0 5px;
}
.quickview-page .form-group.cart-block .form-control {
    display: inline-block;
    text-align: center;
    width: auto;
}
.quickview-page #button-cart2 {
	vertical-align: middle;
	font-size: 12px;
	padding: 9px 12px;
	text-transform: uppercase;
	font-weight: 400;
}
.quickview-page .wish-comp .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
.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;
}
#account-return .form-group .input-group.date .btn.btn-default {
	padding: 8px 12px;
}
#account-login #content .form-group a {
	margin: 10px 0 0;
	display: inline-block;
}
.myaccount .dropdown-toggle .fa-user {
	display: none;
}
.btn {
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.account-wishlist #account-wishlist #content table .fa-shopping-cart::before,
.account-order-info #account-order #content table .fa-shopping-cart::before {
	content: "\f291";
}
#content .form-control {
	height: 40px;
}
.alert {
	clear: both;
	border-radius: 6px;
}
.alert-success .close {
	color: #fff !important;
	opacity: 1;
}
.alert-success .close:hover {
	color: #f93c3c;
}
#content textarea.form-control {
	height: auto;
}
.view-comment .panel-default .form-group {
	display: inline-block;
	width: 100%;
}
.product-search .control-label {
	width: 100%;
}
.information-blogger .view-comment .panel {
	padding: 10px 15px !important;
}
body #checkout-cart #content .pull-left .btn.btn-default {
	background: #443E39;
}
body #checkout-cart #content .pull-left .btn.btn-default:hover {
	background: #CFC7BE;
}
body #checkout-cart #content .pull-right .btn.btn-primary {
	background: #34519E;
}
body #checkout-cart #content .pull-right .btn.btn-primary:hover {
	background: #CFC7BE;
}

.matcha{
    color: #34519E;
}

.btn-group > .btn-lg #cart-total {
	text-transform: capitalize;
	position: absolute;
	background: #34519E;
	right: -10px;
	left: auto;
	top: -10px;
	bottom: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50px;
	color: #ffffff;
	font-size: 12px;
}
.productpage .nav-tabs {
	border-bottom: 0 none;
	padding: 0;
	clear: both;
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}
.productpage .tab-content {
	overflow: hidden;
	width: 80%;
	display: inline-block;
	vertical-align: top;
}
.productpage .nav-tabs > li {
	background: #fff;
	display: inline-block;
	position: relative;
	border-width: 0 0 0 3px;
	border-style: none none none solid;
	border-color: transparent; 
	width: 100%;
	text-align: center;
}
.productpage .nav-tabs > li.active {
	border-color: transparent transparent transparent #000;
	background: #f7f7f7;
}
.productpage #tabs_info {
	font-size: 0;
}
.productpage .nav-tabs > li > a {
	font-size: 12px;
	padding: 15px 50px;
	color: #000;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-align: center;
	background: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	font-family: inherit;
	text-transform: uppercase;
	margin: 0;
	width: 100%;
}
.zoomContainer {
	overflow: hidden;
}
div#header-top-links-wrapper {
    font-size: 0;
    text-align: center;
}
div#header-top-links-wrapper div#header-top-links {
    display: inline-block;
    vertical-align: top;
}
div#header-top-links-wrapper .lang-curr-wrapper {
    display: inline-block;
    vertical-align: top;
}
div#header-top-links-wrapper .lang-curr-wrapper form {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    vertical-align: middle;
    position: relative;
}
div#header-top-links-wrapper .lang-curr-wrapper form#form-currency {
    padding: 0;
    margin: 0;
}
div#header-top-links-wrapper .lang-curr-wrapper form#form-currency:after {
	display: none;
}
.category_tab.box:hover .customNavigation a, 
.category_tab.box:hover .owl-buttons a {
	opacity: 1;
}
/*.header .container,
#footer .container,
.banners-slider-carousel .container,
#promo-code-cms-block .container,
#our-story-block .container,
#pxtestimonialblock .container,
.block_newsletter-wrapper .container {
	max-width: 1230px;
}*/
.product-layout.product-grid .grid-view-button-group {
	display: inline-block;
}
.product-layout.product-grid .grid-view-button-group .compare, 
.product-layout.product-grid .grid-view-button-group .wishlist {
	display: none;
}
.product-layout.product-grid .grid-view-button-group .compare, 
.product-layout.product-grid .grid-view-button-group .wishlist {
	display: none;
}
.product-list .product-thumb .image .compare,
.product-list .product-thumb .image .wishlist {
	display: none;
}
.product-layout.product-list .list-view-button-group {
	display: block;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
}
.product-layout.product-grid .list-view-button-group {
	display: none;
}
.product-layout.product-list .grid-view-button-group {
	display: none;
}
.common-home footer {
	border-top: 0 none;
}
footer {
	border-top: 1px solid #ececec;
}
.text-right .btn.btn-info .fa {
	vertical-align: baseline;
}
#column-left .box-product .image img {
	max-width: 100%;
}
#content .product-rightinfo {
	margin: 20px 0 0;
}
#content .panel-default {
	border: 0 none;
}
#information-information #content p {
	clear: both;
}
#content select.form-control {
	height: 40px;
	line-height: 35px;
	background-color: transparent;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}


/****************************************** Responsive ******************************************/

@media (min-width:1681px) {}
@media only screen and (min-width: 1480px) and (max-width: 1680px) {
	.container-padding {
		padding: 0 50px;
	}
	#our-story-block .our-story-block-wrapper span {
		padding: 0 180px;
	}
	.grid_default_width { width:358px;}
	.featured_default_width{ width:358px;}
	.module_default_width {width: 186px;}
	.latest_default_width{ width:358px;}
	.special_default_width{ width:358px;}
	.related_default_width{ width:358px;}
	.bestseller_default_width{width: 358px;}
	#testimonial-carousel .post-description {
		padding: 0 220px;
	}
	.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog-right-content p {
		margin: 0 0 20px;
	}
	.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog_stats {
		margin: 0 0 20px;
	}
	.product-block:hover .image .reg-image {
		bottom: 25px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1479px) {
	.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;}
	.cms-banner-left{width: 27%;}
	.cms-banner-right{width:73%;}
	.copyright-container.container{padding:20px 15px;}
	.single-banner {/*width: 31.9%;*/}
	.cms-banner img{max-width:100%;}
	.cms-banner .cms-banner-left .single-banner{width:100%;}
	.cms-banner-right .cms-banner2.single-banner{width:56%;}
	.cms-banner-right .cms-banner3.single-banner{width:37.1%;}
	.box .box-content ul ul li ul{  margin-left:13px;}
	.post-image{width:100%;height:100%;}
	.header,#top .container{/*padding:0 15px;*/}
	.main-menu.container{/*width:1170px;*/padding:0;}
	.header-search{/*right:26px;*/}
	/*.second-content .service-content{padding:0 20px 0 45px;}*/
	#categorycms .cat-details .cat-name1,
	#categorycms .cat-details .cat-name3 {
		font-size: 40px;
		line-height: 50px;
	}
	#serviceblock .service-item:first-child .service-item-inner {
		padding: 0 30px;
	}
	#serviceblock .service-item-inner {
		padding: 0 15px;
	}
	#serviceblock .service-item:last-child .service-item-inner {
		padding: 0 30px;
	}
	#footer .box-heading {
		margin: 0 15px 0 0;
	}
	#footer .newsletter-sub-title {
		margin: 0 15px 0 0;
	}
	#txtemail {
		width: 351px;
	}
	#footer .first .list-unstyled .icon {
		min-width: 15px;
	}
	#categorycms .cat-item2 .cat-details {
		left: 28px;
		top: 57px;
	}
	#footer-bottom-links ul li {
		margin: 0 17px 0 0;
		padding: 0 17px 0 0;
	}
	#footer .first .list-unstyled .data a {
		letter-spacing: 0.5px;
	}
	#column-left {
		width: 24%;
	}
	#column-right {
		width: 24%;
	}
	#content.col-sm-9 {
		width: 76%;
	}
	.category_tab .tab-content .tab-pane {
		margin: 0 -15px;
	}
	.product-block {
		padding: 0 15px;
	}
	.bestseller .bestseller-products {
		margin: 0 -15px;
	}
	#parallax-cms-block {
		padding: 150px 0;
	}
	#parallax-cms-block .category-tab-container {
		padding: 0 0 0 50px;
		width: 650px;
	}
	#content #parallax-cms-block .box-heading {
		margin: 0 0 50px;
	}
	#parallax-cms-block .parallax-cms-block-description {
		margin: 0 0 50px;
	}
	#column-left .product-thumb .caption, 
	#column-right .product-thumb .caption {
		padding: 0 0 0 10px;
	}
	#content .list-grid-wrapper {
		margin: 0 -15px 35px;
	}
	.productpage .nav-tabs {
		width: 25%;
	}
	.productpage .tab-content {
		width: 75%;
	}
	.productpage .nav-tabs > li > a {
		padding: 15px 20px;
	}
	.product-thumb .price .price-new {
		font-size: 12px;
	}
	.product-thumb .price-old {
		margin: 0 5px;
	}
	.product-thumb .price, .product-thumb .caption .saleback {
		width: 55%;
	}
	.product-thumb .rating {
		width: 45%;
	}
	#our-story-block .our-story-block-wrapper span {
		padding: 0 180px;
	}
	.container-padding {
		padding: 0 25px;
	}
	.grid_default_width { width:295px;}
	.featured_default_width{ width:295px;}
	.module_default_width {width: 186px;}
	.latest_default_width{ width:295px;}
	.special_default_width{ width:295px;}
	.related_default_width{ width:295px;}
	.bestseller_default_width{ width:295px;}
	#testimonial-carousel .post-description {
	    padding: 0 220px;
	}
	.block_newsletter-wrapper {
	    padding: 100px 0;
	}
	.block_newsletter-wrapper .newsletter-content-wrapper {
	    padding: 0 180px;
	}
	.related-products {
		margin: 0 -15px;
	}
	.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog-right-content p {
		margin: 0 0 10px;
	}
	.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog_stats {
		margin: 0 0 10px;
	}
	.information-blogger-blogs .blog.all-blogs .blog_item .summary .read-more-link {
		font-size: 12px;
		line-height: 20px;
		padding: 10px 20px;
	}
	.all-blogs .blog_item .summary .blog-right-content {
		padding: 0 30px;
	}
	.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog_title {
		margin: 0 0 10px;
	}
}
@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{/*width:940px;*/padding:0;}
	.product-list .caption{ width:53%;}
	.product-list .list-right{  width: 37%;}
	.title1 {font-size: 18px;}
	.tm-about-text { width: 76%;}
	.aboutme-read-more{width:149px;}
	.slider-banner .slide { width: 50%;}
	#column-left .box-heading, #column-right .box-heading {
		font-size: 14px;
		padding: 15px 20px;
	}
	#column-left .box-content, #column-right .box-content {
		padding: 15px 20px;
	}
	#column-left .sidebar-category .box-content{padding:10px 0 10px 10px;}
	#column-left .product-items .product-details, #column-right .product-items .product-details{width:64%;}
	.cms-banner-right .cms-banner2.single-banner{width:55.6%;}
	.product-list .caption { width: 100%;}
	.footer-top-right .title1{font-size:19px;}
	.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: transparent url("../image/themeimage/menu-hover-arrow.jpg") no-repeat 146px 1px;
	}
	.newsletter{
		padding: 20px 15px;
	}
	.newsletter .desc{
		font-size: 18px;
	}
	#categorycms .cat-details .cat-name1, 
	#categorycms .cat-details .cat-name3 {
		font-size: 30px;
		line-height: 35px;
	}
	#serviceblock .service-item:first-child .service-item-inner,
	#serviceblock .service-item-inner,
	#serviceblock .service-item:last-child .service-item-inner {
		padding: 0;
	}
	#pxtestimonialblock {
		margin: 25px 0;
	}
	.content_footer_top h5 {
		margin: 0 20px 0 0;
	}
	#txtemail {
		padding: 0 100px 0 10px;
		width: 100%;
	}
	#footer .box-heading {
		width: 33.33%;
		margin: 0;
	}
	#footer .newsletter-sub-title {
		width: 33.33%;
		margin: 0;
	}
	.header .header-bottom-service .service-cms .service-list .service-title {
		letter-spacing: 0.5px;
		padding: 5px 0 5px 30px;
	}
	#categorycms .cat-item2 .cat-details {
		left: 33px;
		top: 45px;
	}
	#categorycms .cat-item2 .cat-details span.cat-title1 {
		font-size: 14px;
		margin: 0 0 10px;
	}
	#categorycms .cat-item2 .cat-details span.cat-title2 {
		font-size: 20px;
		margin: 0 0 10px;
	}
	#categorycms .cat-item2 .cat-details span.cat-action a {
		font-size: 14px;
	}
	.etabs {
		margin: 0 80px 0 0;
	}
	.category_tab .nav-tabs li {
		margin: 0 15px;
	}
	#parallax-cms-block {
		padding: 50px 0;
		margin: 25px 0;
	}
	#parallax-cms-block .parallax-cms-block span.text1, 
	#parallax-cms-block .parallax-cms-block span.text2 {
		font-size: 55px;
		line-height: 65px;
	}
	#parallax-cms-block .parallax-cms-block span.text2 {
		margin: 0 0 20px;
	}
	#parallax-cms-block .parallax-cms-block span.text3 {
		margin: 0 0 20px;
	}
	#footer .block_newsletter-wrapper .box-heading .products-section-title {
		padding: 0 0 0 30px;
		background-size: 25px 17px;
	}
	#footer .first .list-unstyled .icon {
		min-width: 15px;
	}
	#footer .first .list-unstyled .icon .fa {
		font-size: 12px;
	}
	#footer .first .list-unstyled .data {
		font-size: 12px;
		letter-spacing: 0;
	}
	#footer .first .list-unstyled .data a {
		letter-spacing: 0;
		font-size: 11px;
	}
	#footer-bottom-links ul li {
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
	}
	#footer-bottom-links ul li a {
		font-size: 12px;
		letter-spacing: 0;
	}
	#footer .content_footer_middle li a {
		font-size: 12px;
	}
	.testimonial_left {
		width: 85%;
	}
	.product-info .image-additional {
		width: 100%;
	}
	#column-left {
	    width: 29%;
	    padding: 0 15px;
	}
	#column-right {
	    width: 29%;
		padding: 0 15px;
	}
	#content.col-sm-9 {
	    width: 71%;
		padding: 0 15px;
	}
	.header .header_top {
		padding: 10px 0;
	}
	.header .header-middle {
		padding: 20px 0;
	}
	.header .header-bottom {
		padding: 20px 0;
	}
	#menu .dropdown .dropdown-menu.megamenu, 
	#menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu {
		top: 40px;
	}
	#our-story-block {
		margin: 50px 0 25px;
	}
	#our-story-block .our-story-block-wrapper span {
		padding: 0 100px;
	}
	#promo-code-cms-block {
		margin: 25px 0;
	}
	#categorycms {
		margin: 25px 0;
	}
	.category_tab.box {
		margin: 25px 0;
	}
	#content .box-heading .products-section-title, 
	.box-heading.side-box-heading {
		font-size: 45px;
		line-height: 45px;
	}
	#homeblog {
		margin: 25px 0;
	}
	.block_newsletter-wrapper {
		margin: 25px 0 0;
		padding: 50px 0;
	}
	.block_newsletter-wrapper .newsletter-content-wrapper {
	    padding: 0 100px;
	}
	.copyright-container {
	    padding: 25px 0;
	}
	.block_newsletter-wrapper .newsletter-content-wrapper .newsletter-sub-title {
		margin: 0 0 40px;
	}
	#testimonial-carousel .post-description {
		padding: 0 130px;
	}
	#content .box-heading, .box-heading.side-box-heading {
		margin: 0 0 30px;
	}
	.category_tab.box .etabs {
		margin: 0 0 30px;
	}
	.product-block {
		padding: 0 20px;
	}
	.category_tab .tab-content .tab-pane {
		margin: 0 -20px;
	}
	.product-thumb .price .price-new {
		font-size: 12px;
		letter-spacing: 0;
	}
	.product-thumb .price-old {
		margin: 0 10px;
		font-size: 12px;
		letter-spacing: 0;
	}
	#content #parallax-cms-block .box-heading .products-section-title {
		font-size: 70px;
		line-height: 70px;
	}
	#content #parallax-cms-block .box-heading {
		margin: 0 0 50px;
	}
	#parallax-cms-block .parallax-cms-block-description {
		margin: 0 0 50px;
	}
	#parallax-cms-block .category-tab-container {
		padding: 0 0 0 50px;
		width: 530px;
	}
	#footer .column ul .data .phone {
		margin: 0 10px 0 0;
	}
	#content .list-grid-wrapper {
		margin: 0 -15px 35px;
	}
	.box .box-content ul li a, 
	#content .content ul li a {
		margin: 0 0 10px;
	}
	#breadcrumb .page-title {
		font-size: 30px;
	}
	.related-products {
		margin: 0 -20px;
	}
	.productpage .nav-tabs > li > a {
		font-size: 12px;
		padding: 15px 10px;
		letter-spacing: 1px;
	}
	.productpage .nav-tabs {
		width: 25%;
	}
	.productpage .tab-content {
		width: 75%;
	}
	.all-blogs .blog_item .summary .blog-right-content {
		padding: 0 40px;
	}
	.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog_title {
		margin: 0 0 10px;
	}
	.all-blogs .blog_item .summary .blog-right-content .blog_title a {
		font-size: 12px;
		line-height: 20px;
	}
	.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog-right-content p {
		margin: 0 0 10px;
		height: 30px;
		overflow: hidden;
	}
	.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog_stats {
		margin: 0 0 10px;
	}
	.information-blogger-blogs .blog.all-blogs .blog_item .summary .read-more-link {
		font-size: 12px;
		line-height: 20px;
		padding: 10px 20px;
	}
	.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog_stats span a, 
	.information-blogger-blogs .blog.all-blogs .blog_item .summary span {
		font-size: 12px;
	}
	.product-thumb .price, .product-thumb .caption .saleback {
		width: 56%;
	}
	.product-thumb .rating {
		width: 44%;
	}
	.container-padding {
		width: 970px;
		padding: 0 15px;
		margin: 0 auto;
	}
	.category_tab .tab-content .tab-pane {
		margin: 0 -15px;
	}
	.product-block {
		padding: 0 15px;
	}
	#our-story-block .our-story-block-wrapper span {
	    padding: 0 90px;
	}
	.grid_default_width { width:363px;}
	.featured_default_width{ width:363px;}
	.module_default_width {width: 157px;}
	.latest_default_width{ width:363px;}
	.special_default_width{ width:363px;}
	.related_default_width{ width:363px;}
	.bestseller_default_width{ width:363px;}
	.bestseller .bestseller-products {
	    margin: 0 -15px;
	}
	#footer .content_footer_middle .column {
	    width: 21%;
	}
	#footer .content_footer_middle .column.fourth {
	    width: 37%;
	}
	#footer .content_footer_middle {
	    padding: 50px 0;
	}
	.header-logo .img-responsive {
	    width: 165px;
	}
	#column-left .box .container-padding, 
	#column-right .box .container-padding {
	    width: auto;
	}
	.product-list .product-thumb .image {
	    width: 40%;
	}
	.product-list .product-details {
	    width: 60%;
	}
	.product-block:hover .image .reg-image {
		bottom: 25px;
	}
	.related-products {
		margin: 0 -15px;
	}
	.product-tab .tab-content > .tab-pane {
		max-height: 300px;
	}
	#footer .column ul .data .fa {
		min-width: 15px;
	}
}
@media (max-width: 979px) {
	/* css for responsive menu */
	.nav.navbar-nav{display:none;}
	.navbar-nav > li {
		width: 100%;
	}
	.responsive-menu .nav.navbar-nav {
		max-height: 200px;
		overflow-y: scroll;
		padding: 12px 25px;
		background: #fff;
		position: absolute;
		min-width: auto;
		z-index: 999;
		border: 1px solid #ccc;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		-ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		-o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		left: 15px;
		right: 15px;
		margin: 0 auto;
		top: 55px;
		bottom: auto;
	}
	.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;
	}
	#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: 0 none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		padding: 0;
		position: static;
		width: 100%;
		margin-left: 0 !important;
	}
	#menu.responsive-menu ul li a:hover {background: none;  color: #b9b9b9;}
	#menu.responsive-menu ul li a {
		color: #000;
		display: block;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 24px;
		padding: 2px 0;
		text-transform: uppercase;
		float: left;
		width: 100%;
	}
	#menu.responsive-menu ul li a.active {
		color: #b9b9b9;
	}
	#menu.responsive-menu ul li a.active:hover {
		color: #000;
	}
	#menu.responsive-menu ul li a.mobile_togglemenu {
		right: 0;
		background: none;
		margin-top: 0;
		float: right;
		width: 28px;
		height: 28px;
	}
	#menu.responsive-menu .top_level.dropdown.toggle {  margin: 0;}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {  padding: 0 15px 20px; 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;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
		margin: 0 0 0 20px;
		font-weight: 400;
	}
	#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: #000;
		content: "\f067";
		font-family: "FontAwesome";
		font-size: 12px;
		left: 0;
		line-height: 25px;
		position: absolute;
		right: 0;
		margin: auto;
		text-align: right;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
		-moz-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		-o-transition-duration: 300ms;
	}
	#menu.responsive-menu .list-unstyled.childs_1 > li > a {
		color: #b9b9b9;
	}
	#menu.responsive-menu .list-unstyled.childs_1 > li > a.active {
		color: #000;
	}
	#menu.responsive-menu .list-unstyled.childs_1 > li > a.active:hover {
		color: #b9b9b9;
	}
	#menu.responsive-menu .list-unstyled.childs_1 > li > a:hover {
		color: #000;
	}
	#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 { 
		content: "\f068";
	}
	#menu.responsive-menu .toggle .mobile_togglemenu:hover::before, 
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu:hover::before, 
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle > a.mobile_togglemenu:hover::before {
		color: #b9b9b9;
	}
	#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: 10px 0 3px 20px;}
	#menu.responsive-menu ul.nav li .megamenu ul.childs_1 {
		display: block;
		float: left;
		padding: 0 0 0 15px;
		width: 100%;
		margin: 0;
	}
	#menu.responsive-menu .list-unstyled.childs_1 > li{padding:0;}
	.newsletter{
		padding: 20px 30px;
		text-align: center;
	}
	.newsletter .desc{
		float: none;
		display: inline-block;
		margin-bottom: 5px;
	}
	.newsletter .form-group{
		width: 100%;
	}
	.copyright-container.container{
		padding: 10px 15px;
	}
	/* end css for responsive menu */
	.dropdown.myaccount {    /*float: right;*/}
	.content-top #column-left .sidebar-category{display:none;}
	.layout-2 .content-top #content{width:100%;min-height:0;padding:0 15px;}
	.layout-2 #content{width: 70%;}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right{ width: 30%;}
	.main-menu.container { 
		/*display: none;*/
		width: 100%;
		bottom: -52px;
		top: auto;
		background-color: #000;
		padding-left: 124px;
	}
	.nav-responsive span {
		padding: 14px 0;
		color: #ffffff;
		display: none;
	}
	.responsive-menu { 
		background-color: transparent; 
		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;}
	.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%;
	}
	#column-left .box .box-content, #column-right .box .box-content , #column-left .list-group, #column-right .list-group{display:none;}
	.box.sidebar-category {    display: none;}
	.slider-banner .slide { width: 25%;}
	#accordion .form-horizontal .control-label{width:100%;}
	#top .container{padding:0 15px;}
	.content_headercms_bottom{display:none;}
	.single-banner {  /*width: 30.9%;*/}
	.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;}
	#logo{/*margin: 40px 0 0;*/}
	#footer #footer_cms_block{padding:0;margin:0 0 10px 0;}
	.product-list .list-right{  width: 37%;  padding: 0 10px 0 20px;}
	.product-block .button-group {  opacity:1;-khtml-opacity: 1;-webkit-opacity:1;-moz-opacity:1;}
	.productpage .product-info .product-image .customNavigation span.prev,.productpage .product-info .product-image .customNavigation span.next{display:block;}
	.productpage .product-left {
		width: 50%;
		float: left;
	}
	.productpage .product-right {
		width: 50%;
		float: left;
	}
	.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%;}
	 .social,.footer-top-right { width: 100%;height:auto;}
	 .footer-top{height:auto;}
	 #column-left .product-items .product-details, #column-right .product-items .product-details{width:63%;}
	 #column-left .product-thumb .price-new, #column-right .product-thumb .price-new {display:block;margin-top:2px;}
	 .product-search .sortcat { width: 60%;}
	 .cms-banner-right{width:73%;}
	 .cms-banner-left{width:27%;}
	#footer{/*padding:70px 0 58px;*/ margin: 0;}
	.pagination-right{margin-left:5px;}
	.productpage .write-review{/*float:left;margin:0;clear:both;*/}
	.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{
		display: none;
	}
	.call-us-content #call-us {
		padding: 11px 0;
	}
	span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
		display: none;
	}
	#categorycms .cat-details .cat-name1, #categorycms .cat-details .cat-name3 {
		font-size: 25px;
		line-height: 30px;
	}
	#categorycms .cat-details .cat-name1 .cat-name2 {
		margin: 0 5px;
	}
	#categorycms .cat-details .cat-description {
		font-size: 12px;
		line-height: 20px;
	}
	#categorycms .cat-details {
		left: 20px;
	}
	#categorycms .cat-details .cat-title {
		font-size: 30px;
		margin: 0 0 15px;
	}
	#categorycms .cat-item2 .cat-details {
		left: 13px;
		top: 20px;
	}
	#serviceblock .service-title {
		font-size: 14px;
		letter-spacing: 1.5px;
	}
	.content_footer_top h5 {
		margin: 0 0 10px;
		display: block;
	}
	#footer .block-social {
		text-align: left;
		margin: 21px 0;
	}
	#footer .content_footer_middle {
		padding: 22px 0;
	}
	#footer .column ul {
		margin: 0;
		width: 100% !important;
	}
	#column-left .box, 
	#column-right .box, 
	#column-left .box .filterbox, 
	#column-right .box .filterbox {
		margin: 0 0 15px;
	}
	#checkout-cart #content {
		margin: 0 0 20px;
	}
	#content {
		min-height: auto;
		margin: 0 0 30px;
	}
	.pagination-wrapper {
		margin: 0;
	}
	#related-carousel.box-product {
		margin: 0;
	}
	.header .header-bottom .header-bottom-service {
		display: none;
	}
	.header .header-center {
	    width: 100%;
	    padding: 10px 15px;
	}
	#cart > .btn span#cart-title {
	    line-height: 18px;
	}
	.header-middle .myaccount-mycart-wrapper {
		padding: 0;
	}
	.header-bottom .nav-responsive span {
		display: none;
	}
	.testimonial_left {
		width: 100%;
	}
	#content .box-heading, .box-heading.side-box-heading {
		text-align: center;
	}
	#content .box-heading .products-section-title, .box-heading.side-box-heading {
		font-size: 50px;
		line-height: 50px;
	}
	#our-story-block .our-story-block-wrapper span {
		padding: 0;
	}
	.etabs {
		margin: 10px 0 0;
		text-align: center;
		float: none;
	}
	#footer .box-heading {
		width: 45%;
		margin: 0;
	}
	#footer .newsletter-sub-title {
		width: 55%;
		margin: 0;
	}
	.block_newsletter-wrapper .newsletter-content-wrapper {
		padding: 0;
	}
	#footer .col-sm-7.five-three {
		width: 100%;
	}
	#footer .col-sm-5.five-two {
		width: 100%;
	}
	#footer .column .toggle {
		margin: 0;
	}
	#footer-bottom-links {
		width: 65%;
	}
	#categorycms {
		margin: 25px 0;
	}
	.category_tab.box {
		margin: 25px 0;
	}
	#parallax-cms-block {
		padding: 75px 0;
		margin: 25px 0;
	}
	#featured-category-cms-block {
		padding: 50px 0;
		margin: 0 0 25px;
	}
	.box.featured {
		margin: 25px 0;
	}
	#pxtestimonialblock .slider-controls {
		bottom: 20px;
	}
	.header-middle .header-left {
		position: static;
	}
	#content #parallax-cms-block .box-heading .products-section-title {
		font-size: 70px;
		line-height: 70px;
	}
	#content #parallax-cms-block .box-heading {
		margin: 0 0 30px;
	}
	#parallax-cms-block .parallax-cms-block-description {
		margin: 0 0 50px;
	}
	.banners-slider-carousel {
		margin: 25px 0;
	}
	.box.bestseller {
		margin: 25px 0;
	}
	.header-middle .header-left .header-offer-block-wrapper {
		padding: 0 0 0 50px;
		background-size: 40px 29px;
	}
	.header-middle .header-left .header-offer-block-wrapper .header-offer-block-description {
		letter-spacing: 0.5px;
	}
	.header .header-middle #header-offer-block {
		display: none;
	}
	#promo-code-cms-block .promo-code-cms-block-details {
		padding: 20px;
	}
	#promo-code-cms-block .promo-code-cms-block-details::after {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	#promo-code-cms-block .promo-code-cms-block-title {
		font-size: 20px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	#promo-code-cms-block .promo-code-cms-block-description {
		margin: 0 0 10px;
	}
	#promo-code-cms-block .promo-code-cms-block-link {
		padding: 5px 20px;
	}
	#promo-code-cms-block .promo-code-cms-block-details .promo-code-cms-block-details-wrapper {
		left: 20px;
		right: 20px;
	}
	.header .header-bottom {
		display: none;
	}
	#categorycms .cat-item .cat-link {
		bottom: 35px;
	}
	#categorycms .cat-item .cat-link .categorycms-link {
		padding: 10px 20px;
	}
	.header-logo .img-responsive {
		width: 150px;
	}
	#testimonial-carousel .post-description {
		padding: 0;
	}
	.block_newsletter-wrapper .newsletter-content-wrapper {
		padding: 0 50px;
	}
	#footer .content_footer_middle {
		padding: 50px 0;
	}
	.header-middle .myaccount-mycart-wrapper .search {
		margin: 0 15px 0 0;
	}
	.header .header-middle .myaccount-wrapper {
		margin: 0 15px 0 0;
	}
	#column-left .box-product .image, #column-right .box-product .image {
		width: auto;
		min-width: auto;
	}
	.blog_item .post_hover a.icon {
		height: 35px;
		width: 35px;
		line-height: 32px;
		font-size: 16px;
	}
	.header .header-middle .container {
		position: relative;
	}
	.container-padding {
		width: 724px;
	}
	#footer .content_footer_middle .column {
		width: 100%;
	}
	#footer .content_footer_middle .column.fourth {
		width: 100%;
	}
	body .form-horizontal {
        padding: 15px 0 20px;
    }
}
@media (max-width: 767px) {
	.main-menu.container { 
		padding-left: 0;
	} 
	.layout-2.left-col #column-left, .layout-2.right-col #column-right{display:block !important;padding:0 15px; float: left;}
	.layout-2 #content,.layout-3 #content{width:100%;}
	.product-info .image-additional {width: 100%;} 
	.product-info .image-additional a {padding: 1px;} 
	.header-logo{/*text-align:center;*/}
	.layout-2 #content{padding:0 15px; float: left;}
	.header-logo > div{/*display:inline-block;*/}
	.btn-info {margin-bottom:3px;} 
	#input-search {/*margin-bottom: 8px;*/}
	.col-sm-4.total_amount {margin-top: 20px;}
	#cart{/*float:none;*/}	
	#cart .dropdown-menu {/*right: -89px;width: 350px;*/}
	.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: 300px;
	}
	.addthis_toolbox.addthis_default_style{margin: 10px 0;}
	#content .category_list .filterbox{border:1px solid #e7e7e7;margin:10px 0;}
	#content .category_list .filterbox .list-group a{border:none;}
	#logo{ /* margin: 25px 0 0;*/}
	.header-right { /*display: inline-block;  float: none;  text-align: center;  width: 100%;*/}
	.header_top{/*float:none;margin-top:10px;display:inline-block;*/}
	.header-cart{/*float:none;display:inline-block;*/}
	#cart{/*margin-top:-27px;*/}
	.content-top #content{min-height:0;}
	.container.content-bottom{margin-top:25px;}
	.copyright-container.container{width: 100%;}
	.social,.footer-top-right { width: 100%;height:auto;}
	.post-image {width: 100%;}
	.text2{font-size:12px;}
	.text1{font-size:10px;}
	#banner1{ display: inline-block;margin: 0 2.3%;}
	.single-banner{/*width:31.8%;*/}
	.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{ float: none;}
	#bottomfooter,.copyright{text-align:center;}
	#content .category_list .filterbox{clear:both;}
	.filterbox .list-group{/*padding:10px;*/}.product-list .list-right{  padding: 0 10px 0 18px;}
	#content.productpage-quickview {margin: 0;}
	.form-horizontal .col-sm-10,.form-horizontal .control-label{width:100%;}
	.tm-about-text{background:none;padding:0 15px 0 30px;}
	.header,#top .container{/*padding:0 15px;*/}
	.cms-banner-right{width:73.5%;}
	.cms-banner-left{width:26.5%;}
	.sale{opacity:1;-khtml-opacity: 1;-webkit-opacity:1;-moz-opacity:1;}
	.banners-slider-carousel .product-block-inner > img{max-width:100%;}
	.product-list .product-thumb .image{float:left;}
	.product-search .sortcat {  width: 100%;}
	.productpage .write-review{/*margin:5px 0 0;*/}
	.account-address .table-bordered .text-right .btn-info ,.account-order-info .table-bordered .text-right .btn-primary{margin-bottom:0;}
	#content.return .input-group.date .form-control{width:100%;}
	.tm-about-text::before { content: none;}
	.content-wrap{margin-left:0;}
	.tm-about-text{width:65%;padding-left:15px;}
	.productpage .rating-wrapper .addthis_toolbox.addthis_default_style,.productpage .review-count{float:left;}
	.cms-banner-right{text-align:center;}
	#collapse-checkout-option .col-sm-6 {
		margin: 0 0 10px;
	}
	#collapse-checkout-option .col-sm-6:last-child {
		margin: 0;
	}
	#call-us .call-us-wrapper {
		background-size: 25px auto;
		padding: 0 0 0 30px;
	}
	#call-us span.call {
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 0;
	}
	#call-us span.call-no {
		font-size: 12px;
		letter-spacing: 0;
	}
	.btn-group > .btn-lg #cart-total {
	text-transform: capitalize;
		right: -5px;
		top: -15px;
	}
	#cart > .btn span#cart-title {
		font-size: 12px;
		letter-spacing: 0;
		display: block;
	}
	#categorycms .cat-item-wrapper {
	    margin: 0 0 20px;
	    text-align: center;
	}
	#categorycms .cat-item-wrapper:last-child {
		margin: 0;
	}
	.product-thumb .price {
		font-size: 12px;
		letter-spacing: 0;
	}
	.product-thumb .price-old {
		font-size: 12px;
		letter-spacing: 0;
	}
	#serviceblock .service-item {
		margin: 0 0 20px;
	}
	#serviceblock .service-item:last-child {
		margin: 0;
	}
	#footer .block-social {
		margin: 0;
	}
	#footer .block_newsletter-wrapper {
		margin: 0 0 10px;
	}
	#footer .copyright-container .copyright {
		margin: 0 0 15px;
	}
	#footer .payment {
		text-align: center;
	}
	.product-list .caption .price {
		margin-bottom: 10px;
	}
	.product-list .product-thumb .caption h4 {
		margin-bottom: 10px;
	}
	.product-list .product-thumb .image {
		width: 50%;
	}
	.product-list .product-details {
		width: 50%;
	}
	#button-payment-method {
		margin: 15px 0 0;
	}
	.breadcrumb li a {
		font-size: 12px;
		margin: 0;
		letter-spacing: 0;
		padding: 0 0 5px;
	}
	.main-slider .swiper-pagination {
		display: none;
	}
	#testimonial-carousel .post-description p {
		font-size: 12px;
		padding: 70px 0 0;
	}
	.responsive-menu .nav.navbar-nav {
		left: 15px;
		right: 15px;
		min-width: 250px;
		top: 49px;
	}
	ul.breadcrumb .page-title {
		display: none;
	}
	#column-left .box .container, #column-right .box .container {
		padding: 0 !important;
	}
	body #content.col-sm-9 .col-sm-6.text-left {
		float: none;
		width: 100%;
		text-align: center;
		clear: both;
		margin: 0 0 10px;
	}
	body #content.col-sm-9 .col-sm-6.text-right {
		float: none;
		text-align: center;
		width: 100%;
		clear: both;
	}
	#header-top-links-wrapper #header-top-links ul li a {
		padding: 0 10px 0 15px;
		margin: 0 10px 0 0;
		font-size: 11px;
		letter-spacing: 0;
	}
	.category_tab .nav-tabs li {
		padding: 0 20px;
		width: 50%;
		margin: 0;
	}
	.category_tab .nav-tabs > li > a {
		width: 100%;
	}
	#categorycms .cat-details {
		left: 20px;
		bottom: 20px;
	}
	#categorycms .cat-item2 .cat-details {
		left: 30px;
		top: 40px;
	}
	.category_tab .nav-tabs li::after {
		font-size: 12px;
	}
	#parallax-cms-block .parallax-cms-block span.text1, 
	#parallax-cms-block .parallax-cms-block span.text2 {
		font-size: 30px;
		line-height: 40px;
	}
	#parallax-cms-block .parallax-cms-block span.text2 {
		margin: 0 0 10px;
	}
	#parallax-cms-block .parallax-cms-block span.text3 {
		font-size: 16px;
		margin: 0 0 10px;
	}
	.product-thumb h4 a {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.blog_item .summary .blog_title a {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	#common-home .blog_stats {
		margin: 0 0 5px;
	}
	.blog_item .summary .blog-right .desc {
		margin: 0 0 5px;
	}
	.testimonial_left::before {
		left: -20px;
	}
	#footer .block-social {
		text-align: center;
	}
	#footer-bottom-links {
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}
	#paymentcmsblock {
		width: 100%;
		text-align: center;
	}
	.myaccount a.dropdown-toggle {
		width: 20px;
		height: 20px;
		background-size: 20px;
	}
	.myaccount .dropdown-menu {
		top: 40px;
	}
	#cart > .btn {
		height: 20px;
		width: 20px;
		background-size: 20px 20px;
	}
	#cart .dropdown-menu {
		top: 40px;
	}
	div#header-top-links-wrapper div#header-top-links {
		display: none;
	}
	#cart > .btn span#cart-title {
		display: none;
	}
	.header-search {
		height: 20px;
		width: 20px;
		background-size: 20px 20px;
	}
	.header-search.active {
		background-size: 18px;
	}
	#search {
		min-width: 250px;
		top: 40px;
	}
	#content .box-heading .products-section-title, .box-heading.side-box-heading {
		font-size: 40px;
		line-height: 40px;
	}
	#our-story-block .our-story-block-sub-title {
		font-size: 11px;
		letter-spacing: 1px;
	}
	#our-story-block .our-story-block-desctiption {
		letter-spacing: 0.5px;
	}
	#promo-code-cms-block .promo-code-cms-block-title {
		font-size: 12px;
		margin: 0;
	}
	#promo-code-cms-block .promo-code-cms-block-description {
		letter-spacing: 0.5px;
		font-size: 11px;
	}
	#promo-code-cms-block .promo-code-cms-block-link {
		padding: 0 10px;
		font-size: 10px;
	}
	#categorycms .cat-item {
		width: 33.33%;
	}
	#categorycms .cat-item .cat-link .categorycms-link {
		padding: 8px 15px;
		font-size: 10px;
	}
	#categorycms .cat-item .cat-link {
		bottom: 30px;
	}
	.product-block {
		padding: 0 15px;
	}
	.product-thumb .price, .product-thumb .caption .saleback {
		width: 60%;
	}
	.product-thumb .rating {
		width: 40%;
	}
	#content #parallax-cms-block .box-heading .products-section-title {
		font-size: 50px;
		line-height: 50px;
	}
	#content #parallax-cms-block .box-heading {
		margin: 0 0 15px;
	}
	#parallax-cms-block .parallax-cms-block-description {
		margin: 0 0 15px;
	}
	#parallax-cms-block .parallax-cms-block a.parallax-cms-block-link {
		padding: 10px 20px;
	}
	#parallax-cms-block {
		padding: 50px 0;
	}
	.block_newsletter-wrapper .newsletter-content-wrapper {
		padding: 0;
	}
	.block_newsletter-wrapper .newsletter-content-wrapper .newsletter-form {
		padding: 0 50px;
	}
	.block_newsletter-wrapper .newsletter-content-wrapper .newsletter-sub-title {
		margin: 0 0 30px;
	}
	.copyright-container {
		padding: 25px 0;
	}
	#column-left .box-heading h2, #column-right .box-heading h2 {
		font-size: 12px;
	}
	#column-left .box-heading, #column-right .box-heading {
		font-size: 12px;
	}
	#footer .content_footer_middle {
		padding: 20px 0;
	}
	.copyright-container {
		padding: 20px 0;
	}
	.productpage .nav-tabs {
		width: 30%;
	}
	.productpage .tab-content {
		width: 70%;
	}
	ul.breadcrumb i {
		font-size: 14px;
	}
	#content.productpage .col-md-12 {
		clear: both;
	}
	.all-blogs .blog_item .summary .blog-left-content {
		width: 100%;
	}
	.all-blogs .blog_item .summary .blog-right-content {
		padding: 40px;
		width: 100%;
	}
	.productpage .product-left {
		width: 100%;
		float: left;
	}
	.productpage .product-right {
		width: 100%;
		float: left;
	}
	.product-list .caption .desc {
		font-size: 12px;
		height: 72px;
		overflow: hidden;
	}
	.container-padding {
		width: auto;
	}
	.grid_default_width { width:360px;}
	.featured_default_width{ width:360px;}
	.latest_default_width{ width:360px;}
	.special_default_width{ width:360px;}
	.related_default_width{ width:360px;}
	.bestseller_default_width{width: 360px;}
	.product-block:hover .image .reg-image {
		bottom: 35px;
	}
	.block_newsletter-wrapper .newsletter-content-wrapper .newsletter-form .input-news::after {
		left: 15px;
	}
	#content #txtemail {
		padding: 0 110px 0 60px;
	}
	.subscribe-btn .btn {
		padding: 0 15px;
	}
	.information-blogger-blogs .blog.all-blogs .blog_item .summary .blog-right-content p {
		height: 60px;
	}
	#parallax-cms-block .category-tab-container {
		width: 400px;
	}
}
@media only screen and (max-width: 479px) {
	.product-info .image-additional a{float:none; text-align:center; padding: 1px;}
	.table{
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
	.product-layout.product-grid{width:100% !important;}
	.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 {display: inline-block;}
	.flex-direction-nav a:before {font-size:27px !important;}
	#cart .dropdown-menu {/*right: -68px;*/  width: 290px;}
	.dropdown-menu.pull-right {width: 100%;}
	#cart .dropdown-menu li > div {min-width:100%;}	
	.category_filter .limit {float: left;}
	.contact-info .left,.contact-info .right{width:100%;}
	.product-info .image, .product-info .additional-carousel {width: 100%;}
	.nav-tabs > li{width:100%;}	
	.nav-tabs > li > a{margin:0 0 2px;}
	.productpage .review-count{display: inline-block;margin-left: 0;}
	.pagination-wrapper .page-link{float:left;}
	.pagination-wrapper .page-result{float:left;clear:both;}
	.bootstrap-datetimepicker-widget.dropdown-menu{width:auto;}
	.checkout-cart #accordion .input-group-btn {float: left; margin: 5px 0 0;}
	.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;}
	.slider-banner{display:none;}
	.container.content-bottom { margin-top: 0;}
	.content-top #content{clear: both;}
	.htabs .etabs li { display: block;    float: none;    margin-top: 3px;    width: 100%;}
	.etabs, .nav-tabs > li {  width: 100%;}
	.htabs { height: auto;}
	.htabs a { display: block !important;  float: none; margin: 3px 0 0;  width: auto; background-color: #eeeeee; border-bottom: 2px solid #eeeeee;}
	.hometab .customNavigation a{  top: -25px;}
	#content .hometab .box .box-content{padding:28px 0 0;}
	.owl-pagination { /*display: none;*/}
	.product-list .caption{width:100%;}
	.product-list .list-right { clear: both; width: 100%;padding:0 10px;}
	.product-list .list-right{margin:0 0 10px;border-left:0 none; padding:0;}
	.product-list .caption {
		padding: 20px 0 0;
	}
	.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;*/}
	.header_top ,.header-cart{display:block;}
	.cms-data{border-right:0 none;}
	.header-tele-cms{right:0;}
	.cms-data{padding-right:0;}
	#cart > .btn{margin-right:0;margin-left:0;}
	#cart .dropdown-menu{/*right:-119px;*/}
	.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;padding-bottom:6px; }
	.box.related .box-heading{/*width:77%;*/}
	.row.site-map{overflow:auto;}
	.contact-info .right{text-align:center;}
	.main-slider::after{
		top: 50px;
	}
	.main-slider{
		/*margin-bottom: 50px;*/
	}
	.main-slider .swiper-pager {
	  display: none;
	}
	.main-slider .swiper-pagination{
		/*bottom: -37px;*/
	}
	.newsletter{
		padding: 20px 15px;
		text-align: center;
	}
	.newsletter .desc {
	    font-size: 14px;
	}
	#txtemail {
		font-size: 10px;
		padding: 0 105px 0 10px;
	}
	.call-us-wrapper {
		display: none;
	}
	.header .header_top {
		display: none;
	}
	#categorycms .cat-details .cat-name1, 
	#categorycms .cat-details .cat-name3 {
		font-size: 14px;
		line-height: 20px;
	}
	#categorycms .cat-action a {
		padding: 5px 10px;
		font-size: 10px;
	}
	#serviceblock {
		padding: 30px 0;
		margin: 15px 0;
	}
	#pxtestimonialblock .slider-controls {
		bottom: 20px;
	}
	#footer .copyright-container .copyright a {
		margin: 0;
	}
	#footer .copyright-container .copyright {
		letter-spacing: 0.5px;
	}
	#categorycms .cat-details {
		right: 20px;
		left: 20px;
	}
	#categorycms .cat-item2 .cat-details {
		left: 20px;
		top: 20px;
	}
	.page-title, 
	.product-title, 
	.product-option, 
	.aboutus h1, 
	.affiliate-success h1 {
		font-size: 16px;
	}
	.product-list .product-thumb .image {
		width: 100%;
	}
	.product-list .product-details {
		width: 100%;
	}
	.box.related {
		margin: 30px 0 0;
	}
	ul.breadcrumb .page-title {
		display: none;
	}
	ul.breadcrumb i {
		font-size: 14px;
	}
	#cart .dropdown-menu {
		padding: 10px;
	}
	.blog_item .summary .blog_title {
		letter-spacing: 0;
	}
	body .btn {
		letter-spacing: 0;
		font-size: 10px;
	}
	.header .myaccount-mycart {
		width: 30%;
	}
	.category_tab .nav-tabs li {
		width: 100%;
		padding: 0;
	}
	#content .box-heading .products-section-title, 
	.box-heading.side-box-heading {
		font-size: 30px;
		line-height: 30px;
	}
	.etabs {
		margin: 0;
	}
	#common-home .blog_stats .hl {
		font-size: 12px;
	}
	.testimonial_left::before {
		background-size: 30px;
	}
	#footer .box-heading {
		width: 100%;
		margin: 0 0 10px;
	}
	#footer .newsletter-sub-title {
		width: 100%;
		margin: 0 0 10px;
	}
	.block_newsletter-wrapper .newsletter-form {
		margin: 0;
	}
	#footer .block_newsletter-wrapper .box-heading .products-section-title {
		display: inline-block;
		width: auto;
	}
	#footer .block_newsletter-wrapper {
		text-align: center;
	}
	.header-logo .img-responsive {
		width: 100px;
	}
	#content .blogcarousel .blog_item .product-block .blog-left, 
	#content .blogcarousel .blog_item .product-block .blog-right {
		width: 100%;
	}
	header .header .header-middle.fixed .header-center {
		margin: 0;
	}
	div#header-top-links-wrapper {
	    text-align: left;
	}
	#form-currency .dropdown-menu, 
	#form-language .dropdown-menu, 
	.affiliate-dropmenu .dropdown-menu {
	    min-width: 150px;
	}
	.header-middle .header-left {
		width: 10%;
	}
	.header-middle .header-logo-wrapper {
		width: 50%;
		text-align: left;
	}
	.header-middle .myaccount-mycart {
		width: 40%;
		position: static;
	}
	#our-story-block .our-story-block-sub-title {
		font-size: 10px;
	}
	#promo-code-cms-block .promo-code-cms-block-image {
		width: 100%;
	}
	#promo-code-cms-block .promo-code-cms-block-details {
		width: 100%;
		padding: 60px;
	}
	#promo-code-cms-block .promo-code-cms-block-title {
		margin: 0 0 10px;
	}
	#promo-code-cms-block .promo-code-cms-block-details::after {
		width: calc(100% - 30px);
		height: calc(100% - 30px);
	}
	#categorycms .cat-item {
		width: 100%;
	}
	#content #parallax-cms-block .box-heading .products-section-title {
		font-size: 35px;
		line-height: 35px;
	}
	#parallax-cms-block {
		padding: 30px 0;
	}
	#testimonial-carousel .post-description p {
		letter-spacing: 1px;
	}
	.block_newsletter-wrapper {
		padding: 30px 0;
	}
	.block_newsletter-wrapper .newsletter-content-wrapper .newsletter-form {
		padding: 0;
	}
	.block_newsletter-wrapper .newsletter-content-wrapper .newsletter-sub-title {
		margin: 0 0 20px;
	}
	#content #txtemail {
		background-color: #fff;
	}
	#content #txtemail {
		padding: 0 100px 0 35px;
	}
	.block_newsletter-wrapper .newsletter-content-wrapper .newsletter-form .input-news::after {
		left: 10px;
	}
	.productpage .nav-tabs {
		width: 100%;
	}
	.productpage .tab-content {
		width: 100%;
	}
	.productpage .nav-tabs > li {
		border-color: transparent;
		border-style: solid none none none;
		border-width: 3px 0 0 0;
	}
	.productpage .nav-tabs > li.active {
		border-color: #000 transparent transparent transparent;
		border-style: solid none none none;
		border-width: 3px 0 0 0;
	}
	#search {
		min-width: auto;
		left: 15px;
		width: auto;
		top: 55px;
	}
	ul.breadcrumb > li + li::before {
		margin: 0 5px;
	}
	.all-blogs .blog_item .summary .blog-right-content {
		padding: 20px;
	}
	header .header .header-middle.fixed {
		padding: 15px 0;
	}
	.responsive-menu .nav.navbar-nav {
		top: 45px;
	}
	#search {
		min-width: auto;
		top: 45px;
		left: 15px;
		right: 15px;
	}
	#search .input-lg {
		width: 100%;
	}
	.header-middle .myaccount-mycart-wrapper .search {
		position: static;
	}
	.product-block .image .button-group {
		right: 10px;
		opacity: 1;
	}
	.product-block .image .percentsaving,
	.product-block .image .saleback {
		display: none;
	}
	.product-thumb .rating {
		opacity: 1;
	}
	.product-thumb .caption {
		margin: 0;
	}
	.product-thumb .caption .button-group {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.product-block:hover .caption .button-group {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.product-block:hover .image .image-wrapper {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.product-block:hover .image .reg-image {
		bottom: 20px;
	}
	.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 {
		margin: 0 10px 0 0;
		letter-spacing: 0;
	}
	.fa-stack {
	    margin: 0 1px 0 0;
	}
	.product-thumb .price .price-new {
	    font-size: 10px;
	}
	.product-thumb .price-old {
	    font-size: 10px;
	    margin: 0 3px;
	}
	#parallax-cms-block .category-tab-container {
		width: 280px;
		padding: 0 0 0 20px;
	}
}
@media only screen and (max-width: 320px) {
	.product-info .additional-carousel {width:196px; margin:0 auto;}
	.service-right .sub-title{padding: 0;}
	.btn-primary {margin-bottom:2px;}
	.compare-total {clear: both; margin: 8px 10px 10px 0;}
	#cart .dropdown-menu { width: 280px;}
	#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;}
}
/* Theme End */
.alert.alert-success.animated.fadeInDown{width:100%;text-align:center;margin:0 -5px;}
.product-compare .btn-block + .btn-block {  margin-top: 0;}

#product .radio-type-button {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 5px 0px;
    padding: 0px; }
  #product .radio-type-button label {
    padding: 0;
    font-size: 16px; }
  #product .radio-type-button input {
    visibility: hidden; }
  #product .radio-type-button .option-content-box {
    /*background: #f3f4f6;*/
	border: #f3f4f6 1px solid;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px; }
  #product .radio-type-button .option-content-box.active, #product .radio-type-button .option-content-box.active:hover {
    background: #000;/*#666*/
    color: white;
    border: 3px solid;}
  #product .radio-type-button .option-content-box:hover {     
	border: #dadada 1px solid;
	}
  #product .radio-type-button.option_image .option-name {
    display: none; }
  #product .radio-type-button input:checked + .option-content-box {
    background: #000; /* Cor de fundo escura para estado selecionado */
    color: #fff;      /* Cor do texto para contraste */
    border: 3px solid #000; /* Borda mais evidente */    
  }
  /* Container que agrupa os radios */
  #input-option {
      display: flex;
      flex-wrap: wrap;
      /* Quebra de linha se nÃ£o couber */
      gap: 10px;
      /* EspaÃ§o entre eles */
  }

  /* Cada opÃ§Ã£o */
  .radio.radio-type-button {
      flex: 1 1 120px;
      /* mÃ­nimo 120px, mas cresce proporcional */
      max-width: 150px;
      /* tamanho mÃ¡ximo */
  }

  /* Oculta o input nativo e estiliza o span */
  .radio.radio-type-button input[type="radio"] {
      display: none;
  }

  .radio.radio-type-button label {
      display: block;
      width: 100%;
      cursor: pointer;
  }

  /* Caixa visual da opÃ§Ã£o */
  .option-content-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      
      padding: 10px;
      border: 2px solid #ccc;
      border-radius: 10px;
      text-align: center;
      transition: all 0.2s ease-in-out;
  }

  /* Quando selecionado */
  .radio.radio-type-button input[type="radio"]:checked+.option-content-box {
      border-color: #007bff;
      background: #f0f8ff;
  }

  /* Ajusta imagem para centralizar */
  .option-content-box img {
      max-width: 50px;
      max-height: 50px;
      margin-bottom: 5px;
  }