body {
	color: #666666;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 24px;
	background: #fff;
}

body.common-home {
	background: #fff none repeat scroll 0 0;
}

:focus {
	outline: none !important;
}

button[type="button"] {
	cursor: pointer !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666666;
}

/* default font size */
.fa {
	font-size: 14px;
}

.fa-stack {
	width: 12px;
	font-size: 8px;
}

.right-myaccount-menu .fa.fa-heart {
	display: none;
}

.right-myaccount-menu .fa.fa-share {
	display: none;
}

.fa-stack .fa {
	font-size: 12px;
}

/* 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: #666666;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #b2b2b2;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 13px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 13px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 1px;
}

.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}

.blog_page .blog_top_content {
	float: left;
	width: 100%;
}

.blog_page .blog_top_content .blog-image {
	float: left;
	position: relative;
}

.extension-caprica_blog-home .blog-image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
}

.header_left .box-content-category a:hover {
	padding-left: 5px;
	transition: all 0.3s ease 0s;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

#content .col-sm-6.product-left {
	width: 480px !important;
}

#column-right .swiper-viewport {
	background: none;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin: 0;
}

#banner0 .swiper-pagination {
	display: none;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: #000 none repeat scroll 0 0 !important;
	border: 1px solid #000 !important;
	color: #ffffff !important;
}

.pagination>li>a,
.pagination>li>span {
	color: #000 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	background: #000 none repeat scroll 0 0 !important;
	border: 1px solid #000 !important;
	color: #ffffff !important;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.swiper-viewport .swiper-button-prev {
	left: 40px !important;
}

.swiper-viewport .swiper-button-next {
	right: 40px !important;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #e6e6e6;
	background-color: #229ac8;
}

/* Blog listings */
.blog_grid_holder {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 13px;
	font-size: 0;
}

.blog_grid_holder.carousel-1 {
	margin-left: -17px;
	margin-right: -17px;
	padding-top: 10px;
	width: inherit;
}

#column-left .blog_grid_holder,
#column-right .blog_grid_holder {
	padding-top: 5px;
}

.blog_grid_holder.related {
	padding-top: 0px;
}

.blog_item {
	font-size: 12px;
	padding: 0px 15px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	width: 100%;
	/* 1 column grid is default */
}

.carousel-1 .blog_item {
	width: 100% !important;
	/* carousel */
	margin-bottom: 0px;
}

#column-left .blog_item,
#column-right .blog_item {
	width: 100%;
	/* carousel */
	margin-bottom: 17px;
}

.blog_item .image {
	margin-bottom: 23px;
	margin-top: 5px;
}

.column-2 .blog_item .image,
.column-3 .blog_item .image,
.column-4 .blog_item .image,
#column-left .blog_item .image,
#column-right .blog_item .image {
	margin-bottom: 17px;
}

.blog_item .image img {
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}

.blog_item .image img:hover {
	opacity: 0.8;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}

.all-blogs .blog_grid_holder .blog_item .summary .image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
	float: left;
	position: relative;
}

.blog_item .summary .blog_title {
	margin: 0 0 10px;
	font-size: 26px;
}

#column-left .blog_item .summary .blog_title,
#column-right .blog_item .summary .blog_title {
	font-size: 16px;
	margin: 0 0 7px;
}

.column-2 .summary .blog_title,
.column-3 .summary .blog_title {
	font-size: 24px;
	margin: 0 0 7px;
}

.column-4 .summary .blog_title {
	font-size: 20px;
}

.blog_item .summary p {
	font-size: 14px;
	line-height: 21px;
}

#column-left .blog_item .summary p,
#column-right .blog_item .summary p {
	font-size: 13px;
	line-height: 20px;
}

.blog_item .summary p .fa {
	color: #cccccc;
}

/* Blog Post */
.blog_post .main_thumb {
	padding: 20px 0 7px;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
}

.blog_post .main_thumb:hover {
	opacity: 0.8;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
}

.blog_post h1 {
	margin-bottom: 17px;
}

.blog_post label {
	font-size: 14px;
}

.blog_post .main_description p {
	margin-bottom: 18px;
}

.blog_stats {
	font-size: 13px;
	text-transform: none;
	color: #999999;
	margin: 0 0 15px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 5px;
}

.column-2 .blog_stats,
.column-3 .blog_stats,
.column-4 .blog_stats,
.blog_post .related .blog_stats {
	font-size: 12px;
	margin: 0 0 12px;
	padding-bottom: 1px;
}

#column-left .blog_stats,
#column-right .blog_stats {
	font-size: 11px;
	margin-bottom: -4px;
	border-bottom: none;
	padding-bottom: 0;
}

.blog_stats span {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 8px;
	line-height: 12px;
}

.blog_stats span+span {
	padding-left: 7px;
	border-left: 1px solid #eeeeee;
}

.blog_stats .fa {
	color: #bbbbbb;
	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: #777777;
}

#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;
}

/* Comments */
.blog_post #comment {
	margin-bottom: 55px;
}

.blog_post .blog_comment {
	display: block;
	font-size: 14px;
	margin-bottom: 25px;
}

/* Modules */
.blog-module {
	margin-bottom: 40px;
}

.blog-module.latest {
	margin-bottom: 20px;
}

.blog-module h3 {
	margin: 15px 0 10px 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #f0f0f0;
}

.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 #f0f0f0;
}

.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 #f0f0f0;
	list-style: none;
}

.blog-category>ul>li ul>li {
	border-top: 1px solid #f0f0f0;
	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;
}

#content .blog .box-content {
	margin: 0 -20px;
}

#content #blog-carousel .product-block,
#content #blog-grid .product-block {
	margin: 0 20px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.blog-left .blog-image img {
	border: none;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.post-image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.product-block:hover .blog-left .post-image-hover {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
}

.blog-left .blog-image .zoom {
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 12px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}

.blog-left .blog-image .readmore_link {
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 12px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}

.blog-left .icon.zoom .fa,
.blog-left .icon.readmore_link .fa {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.blog-image .post_hover {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 40%;
}

.product-block:hover .blog-left .post_hover,
.product-block:hover .blog-left .zoom,
.product-block:hover .blog-left .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.blog-left,
.blog-image {
	position: relative;
}

.box.capricablog {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 50px;
}

.capricablog .buttons.text-center {
	display: none;
}

.blog-right a {
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.blog-desc {
	margin: 5px 0 0px;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
}

.single-blog h4 {
	font-size: 16px;
	font-weight: 500;
	color: inherit;
}

.single-blog .view-comment .panel {
	background-color: #f9f9f9;
	padding: 15px !important;
}

.single-blog .blog-desc {
	padding: 15px;
}

.single-blog .panel {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
}

.single-blog .block-title {
	margin-top: 40px;
}

.single-blog .panel legend {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1px;
	color: inherit;
	border: none;
}

.single-blog .panel fieldset {
	margin-top: 30px;
}

.view-blog {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 10px;
}

.write-comment {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}

.read-more {
	float: left;
}


.blog-left-content .post_hover {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 44%;
}

.blog-left-content .blog-image .zoom {
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 12px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}

.blog-left-content .blog-image .readmore_link {
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 12px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}

.all-blog .blog-left-content .blog-image {
	float: left;
	position: relative;
}

.all-blog .blog-left-content {
	float: left;
	width: 100%;
}

.blog-left-content:hover .post-image-hover {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	transition: all 0.5s ease-out 0s;
}

.all-blog .blog-left-content:hover .post_hover,
.all-blog .blog-left-content:hover .zoom,
.all-blog .blog-left-content:hover .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.all-blog h5 a {
	font-size: 20px;
	font-weight: 900;
	color: #3a3939;
	line-height: 20px;
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0;
}

.all-blog .blog-desc {
	margin: 20px 0;
	text-align: center;
}

.all-blog .write-comment {
	line-height: 15px;
	margin: 2px 0 0;
	padding-right: 15px;
	text-align: right;
	width: 50%;
}

.all-blog .blog-date {
	text-align: center;
}

.all-blog .read-more {
	float: none;
	position: relative;
}

.all-blog .blog-left-content .blog-image img {
	border: none;
	padding: 0;
}


.blog .box-content .date-time .fa.fa-calendar {
	display: none;
}

@media screen and (max-width:767px) {

	.column-3 .blog_item,
	.column-4 .blog_item {
		width: 50%;
	}

	.blog_stats .text {
		font-size: 0
	}
}

@media screen and (max-width:567px) {

	.column-2 .blog_item,
	.column-3 .blog_item,
	.column-4 .blog_item {
		width: 100%;
	}
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls .owl-buttons div {
	position: absolute;
}

.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}

.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}

.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

/* OpenCart Code */
.owl-carousel {
	margin: 0 0 20px;
	background: #fff;
	direction: ltr !important;
	z-index: 1;
}

.owl-carousel .owl-buttons div {
	opacity: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;
}

.owl-carousel .owl-buttons .owl-prev {
	left: 10px;
}

.owl-carousel .owl-buttons .owl-next {
	right: 10px;
}

.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}

.owl-pagination {
	text-align: center;
	top: 20px;
	position: relative;
}

.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}

.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}




/* top */

.header-top-banner .swiper-viewport::after,
.header-top-banner .swiper-viewport::before {
	background-color: #000;
	content: "";
	height: 0;
	opacity: 0.03;
	-moz-opacity: 0.03;
	-khtml-opacity: 0.03;
	-webkit-opacity: 0.03;
	/*position: absolute;*/
	transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-khtml-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	width: 0;
	z-index: 9;
}

.header-top-banner .swiper-viewport::before {
	left: 0;
	top: 0;
}

.header-top-banner .swiper-viewport::after {
	bottom: 0;
	right: 0;
}

.header-top-banner .swiper-viewport:hover::after,
.header-top-banner .swiper-viewport:hover::before {
	height: 100%;
	transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-khtml-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	width: 100%;
}

.header-top-banner .swiper-viewport .close-button i {
	font-size: 14px;
}

.header-top-banner .swiper-viewport .close-button {
	position: absolute;
	top: 10px;
	left: auto;
	right: 10px;
	margin: 0 auto;
	color: #ffffff;
	background: #000000;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 0 5px;
	cursor: pointer;
	line-height: 19px;
	z-index: 99;
	text-align: center;
}

#top-links .pull-left {
	float: right !important;
	padding: 0 13px;
}

#top {
	margin: 0;
	background: #111111 none repeat scroll 0 0;
	height: 40px;
	float: left;
	width: 100%;
}

#top .container {
	padding: 0;
	top: auto;
	text-align: center;
}

#top-links span {
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
}

#form-currency .currency-select {
	text-align: left;
	width: 100%;
	text-transform: capitalize;
}

#form-currency .currency-select:hover {
	text-shadow: none;
	color: #1f2022;
	background-color: #fff;
}


.dropdown-menu-right {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

#form-language .dropdown-menu,
#form-currency .dropdown-menu {
	margin: 0;
	border: 1px solid #f0f0f0;
	padding: 8px 10px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-o-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-ms-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#form-language .dropdown-menu>li>.btn {
	padding: 7px 3px;
	text-transform: capitalize;
	color: #666666;
}

#form-currency .dropdown-menu .btn {
	padding: 7px 0px !important;
	color: #666666;
}

#form-language .dropdown-menu>li>.btn:hover,
#form-currency .dropdown-menu .btn:hover {
	color: #000;
	background: transparent;
}

.box-content-category ul {
	padding: 0;
	margin: 0 !important;
}

.box-content-category a {
	padding-bottom: 6px;
	transition: all 0.3s ease 0s;
}

.box-content-category ul:last-child li {
	border: none;
}

.header .btn-link,
header a {
	/*color: #000000;*/
	/*display: block;*/
	/*font-size: 13px;*/
	/*font-weight: normal;*/
	/*text-transform: capitalize;*/
}

header li {
	/*list-style: none;*/
}

.quickview .header-container {
	display: none;
}

/* header cms start*/

.content_header_topleft {
	padding: 0;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;


}

.content_header_top .single-banner {
	margin: 0;
}

.static_links {
	/*display: table-cell;*/
	list-style: outside none none;
	margin: 0;
	padding: 2px 0 0 0;
	padding-left: 8px;
}

.static_links li {
	position: relative;
	padding: 0;
	float: left;
}

.static_links .hiden_menu .top_level>a {
	padding: 10px 20px !important;
	margin-right: 0;
}

.static_links li .megamenu li.list-unstyled.childs_1 li {
	padding: 0;
}

.static_links .myaccount ul {
	height: auto;
	border: 1px solid #ebebeb;
	padding: 10px 5px;
}

.static_links ul.nav li .megamenu.column1 ul.childs_1 {
	border: medium none;
}

.static_links ul.nav li .megamenu.column1 ul.list-unstyled li>a {
	color: #000;
	display: inline-block;
	font-size: 14px;
	padding: 8px 7px !important;
	position: relative;
	text-transform: capitalize;
	font-weight: 400;
}

.static_links ul.nav li .megamenu.column1 ul.list-unstyled li>a:hover {
	color: #b2b2b2;
}

#menu ul.nav li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
	width: 100%;
}

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
	border: medium none;
	margin: 0;
	padding: 5px 0;
	position: relative;
	box-shadow: none;
}

#menu ul li .megamenu ul.list-unstyled:last-child {
	padding-right: 0;
}

#menu .dropdown .dropdown-menu {
	padding: 8px 0;
	background: #fff none repeat scroll 0 0;
	visibility: visible !important;
	border: none;
	border-radius: 0;
}

.static_links .dropdown-menu .list-unstyled.childs_1>li {
	padding-bottom: 0;
}

.static_links ul {
	text-align: left;
}

.static_links .cart-menu>li {
	padding: 0;
}

.header-cart .dropdown-menu {
	border: 1px solid #ebebeb;
	min-width: 280px;
	padding: 10px;
	top: 36px;
}

.static_links ul li ul {
	display: table-cell;
	float: none;
}

#account-return .btn.btn-default {
	padding: 5px 12px !important;
}

.nav .navbar-nav .top-level.dropdown li a:hover {
	display: inline-block;
}

.static_links li.hiden_menu div {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e6e6e6;
	display: none;
	min-width: 155px;
	padding: 15px 0;
	position: absolute;
	text-align: left;
	border-radius: 0 0 5px 5px;
	top: 56px;
	border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
}

.static_links li.hiden_menu:hover div {
	display: block;
	color: #767676;
}

.static_links li.hiden_menu div li a::before {
	background: none;
}

.static_links li.hiden_menu .top_level a:hover {
	background: none;
}

.static_links .dropdown-inner .top_level li a::before {
	background: none;
}

.static_links li a::before {
	background: url("../image/caprica/Pipe01.png") no-repeat scroll 0 0;
	content: "";
	display: block;
	height: 13px;
	position: absolute;
	right: 7px;
	width: 100%;
}

.list-unstyled li>a::before {
	margin: 0 10px;
}

.static_links .dropdown.myaccount li a::before {
	background: none;
}

.static_links .dropdown.myaccount li a:hover {
	background: none;
	color: #b2b2b2;
}

.static_links li:first-child a::before {
	background: none;
	padding: -10px;
}

.static_links li a {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 10px;
	margin: 1px 11px 0px 0;
	padding: 15px 20px !important;
	position: relative;
	text-transform: capitalize;
	z-index: 6;

}

.list-unstyled.childs_2 a {
	margin: 0;
}

.list-unstyled.childs_2>li {
	padding: 0;
	width: 100%;
	margin: 0 0 0 0
}

.static_links li:last-child a {
	padding-right: 8px;
}

.list-unstyled.childs_2 a {
	color: #e6e6e6;
	display: inline-block;
	position: relative;
	text-transform: capitalize;
}

.list-unstyled.childs_1 a:hover {
	color: #b2b2b2;
	background: none;
}

.btn-link:hover,
.btn-link:focus {
	color: #000000;
}


.list-unstyled.childs_1 li a::before {
	background: none;
}

.content_footer_top .sale-cms .sale-cms-text {
	position: relative;
}

.content_footer_top .sale-cms-text:hover::before {
	-webkit-animation: 1s ease 0s normal;
	animation: 1s ease 0s normal;
}

.content_footer_top .sale-cms::after {
	border-right: 10px solid transparent;
	border-top: 10px solid #0a1e3d;
	border-top-right-radius: 10%;
	content: "";
	height: 0;
	left: 24% !important;
	position: absolute;
	top: -5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	z-index: -1;
}

#form-language img {
	margin-right: 2px;
	margin-top: -2px;
	vertical-align: inherit;
	display: none;
}

#top-links li,
.header-search li {
	padding: 0;
	list-style: none
}

#top-links a:hover,
#top-links a:focus {
	color: #b2b2b2;
}

header .btn-link:hover,
header .btn-link:focus {
	color: #e6e6e6;
	background: none;
	text-decoration: none
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover,
#top-links .dropdown-menu a:focus {
	color: #e6e6e6;
}

#top .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}

#top-links {
	padding-top: 0px;
}

#top-links a+a {
	margin-left: 15px;
}

.dropdown-menu.dropdown-menu-right.myaccount-menu {
	margin-top: 0;
	top: 36px;
	padding: 7px 10px;
}

.dropdown-menu.myaccount-menu>li {
	line-height: 20px;
}

#top-links ul.list-inline {
	margin-top: 7px;
}

#top-links ul.list-inline li {
	background: transparent;
	padding: 0 10px;
	font-weight: 400
}

#top-links .pull-left ul li {
	padding: 0;
}

.lang-curr {
	margin: 0;
	display: inline-block;
}

.container .container-top a {
	color: #000;
}

.nav.pull-right {
	display: inline-block;
	float: none !important;
	padding: 0;
}

.right-links {
	float: right;
	margin: 0;
}


.container .result-search-autocomplete ul li {
	float: left;
}

.right-links ul li {
	float: left;
	margin-left: 10px;
	font-size: 12px;
}

.container .container-top a:hover {
	color: #b2b2b2;
}

.right-myaccount-menu>li #wishlist-total {
	border-right: 1px solid;
	padding: 0 10px 0 0;
}

.right-links .right-myaccount-menu ul li {
	margin-right: 10px;
}

#form-language .fa-angle-down,
#form-currency .fa-angle-down {
	display: inline-block !important;
	margin: -13px 0 0 0;
}

.fa-angle-down {
	color: #ddd;
	margin: -13px 0 0 6px;
}

#form-currency .btn-link,
#form-language .btn-link {
	padding: 5px 0px 12px;
	text-decoration: none;
	color: #000000;
	border: none;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	width: 100%;
}

.myaccount .dropdown-toggle span {
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;

}

.myaccount:hover .dropdown-toggle span,
.myaccount:hover .dropdown-toggle i {
	color: #fff;
}

.right-links i.fa-angle-down {
	position: relative;
	top: 1px;
}

.pull-left #form-language:hover .btn-group span,
.pull-left #form-currency:hover .btn-group span,
form-currency:hover strong,
#form-language:hover strong,
#form-currency:hover i.fa-angle-down,
#form-language:hover i.fa-angle-down {
	color: #b2b2b2;
}

#form-currency .btn-link strong {
	font-weight: normal;
	display: none;
}

.dropdown.myaccount {
	float: left;
	line-height: 13px;
	margin: 5px 10px;
	color: #fff;
	padding: 5px 0;
}

.header-right .head {
	float: right;
	margin: 5px 5px 0 0;
	padding: 2px;
}

.product-quick_view-47 {
	display: inline-block;
}

.header-center {
	float: left;
	padding: 9px 0 26px;
	width: 100%;
}

/* logo */

.header-search {
	float: left;
}

.header-cart {
	float: left;
}

.header-main {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: 50px;
}

.header-left {
	float: left;
	width: auto;
	margin: 0 79px 0 0;
}

.head-right-top {
	display: none;
}

.header-right {
	float: left;
	position: relative;
	top: 0;
	width: 100%;
	transition: top 800ms ease 0s;
	-webkit-transition: top 800ms ease 0s;
	-moz-transition: top 800ms ease 0s;
	-ms-transition: top 800ms ease 0s;
	-o-transition: top 800ms ease 0s;
}

@-webkit-keyframes fixedAnim {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@keyframes fixedAnim {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

/* header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	animation: slide-down 1.5s ease-in-out 0.5s;
	-moz-animation: slide-down 1.5s ease-in-out 0.5s;
	-webkit-animation: slide-down 1.5s ease-in-out 0.5s;
	-o-animation: slide-down 1.5s ease-in-out 0.5s;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	-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);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
} */

@keyframes slide-down {
	0% {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		/* -webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0); */
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
		/* -webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0); */
	}
}

@-webkit-keyframes slide-down {
	0% {
		/* -webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0); */
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
	}

	100% {
		/* -webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0); */
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
	}
}

header {
	/*padding: 0;*/
	/*z-index: 9;*/
	/*position: relative;*/
	/*margin: 0;*/
	/*clear: both;*/
	/*border-radius: 0;*/
	/*-webkit-border-radius: 0;*/
	/*-moz-border-radius: 0;*/
	/*-ms-border-radius: 0;*/
	/*-o-border-radius: 0;*/
	/*background: #fff none repeat scroll 0 0;*/

}

.header_left .box-category::after {
	border-right: 10px solid transparent;
	border-top: 10px solid #0a1e3d;
	border-top-right-radius: 10%;
	content: "";
	height: 0;
	position: absolute;
	right: -5px;
	top: 2px;
	transform: rotate(45deg);
	z-index: -1;
}

.header_left .box-category {
	background: #143873 none repeat scroll 0 0;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: 600;
	margin-right: 10px;
	margin-top: -7px;
	padding: 2px;
	position: relative;
	text-align: left;
	text-transform: capitalize;
	width: 250px;
}

.header-logo {
	width: 10%;
	margin-left: 43px;
	margin-right: 38px;
	float: left;
}

.header-search {
	float: left;
	padding: 0;
	position: relative;
	width: 45%;
	background: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	overflow: hidden;
}

.col-sm-3.sort {
	padding: 0;
}

.header-search .col-sm-3.sort {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	display: block;
	width: 30%;
}

#searchbox .col-sm-3.sort {
	padding: 0 15px;
}

.col-sm-3.sort select.form-control {
	padding: 0;
	height: auto;
	text-transform: capitalize;
	background-color: #fff;
	color: #666666;
	border: none;
	overflow: hidden;
	left: 0;
	width: 100% !important;



}

.head-right-bottom {
	float: right;
	position: relative;
}

.headertopleft {
	float: left;
	text-align: left;
	margin-top: 10px
}

.headertopright {
	position: relative;
	text-align: left;
	padding-left: 50px;
}

.headertopright .text2 a {
	color: #2d2d2d;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 500;
}

#logo {

	display: block;
}

/*header-cms*/
#tmheadercontentcms {
	float: left;
	width: 100%;
}

#tmheadercontentcms .headercms1,
#tmheadercontentcms .headercms2,
#tmheadercontentcms .headercms3 {
	float: left;
	font-size: 14px;
	margin: 0 30px 0 0;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	width: 426px;
	background: #ededed;
	color: #000;
	letter-spacing: 2px;
}

#header_content_block #tmheadercontentcms .headercms3 {
	margin-right: 0;
}

.headercms1 span,
.headercms3 span,
.headercms2 span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}


.quickview {
	padding: 15px;
	display: inline-block;
	width: 100%;
}

.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: #666666;
}

@media (max-width: 767px) {
	.quickbox {
		display: none;
	}
}



/* Caprica Category CSS */

#nav-one>li>.dropdown-menu {
	background: #262626 none repeat scroll 0 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
	padding: 0 22px;
	left: 230px;
	top: 0;
}

#nav-one>li.hiden_menu>.dropdown-menu {
	padding: 22px;
}

.top_level.hiden_menu {
	position: relative;
}

#nav-one li .megamenu ul.childs_1 {
	padding: 30px 2px 30px 20px;
}

#nav-one li .megamenu ul.childs_1:last-child {}

#nav-one li ul {
	display: table-cell;
	float: none;
}

#nav-one ul {
	display: inline-block;
	float: none;
	margin: 0 auto;
	text-align: left;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 13px;
	font-weight: 700;
	padding: 1px 8px;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
	width: 100%;
}

#nav-one>li ul>li>a {
	min-width: 188px;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 1px 8px;
	text-transform: uppercase;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
	width: 100%;
}

#nav-one>li ul>li>a {
	min-width: 188px;
}

#nav-one li ul>li>a,
.responsive-menu .main-navigation li a {
	color: #262626;
	display: block;
	font-size: 13px;
	padding: 8px;
	white-space: nowrap;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
	background: #262626 none repeat scroll 0 0;
	border: medium none;
	margin: 0;
	padding: 6px 0 0;
	position: relative;
}

#nav-one li ul {
	display: table-cell;
	float: none;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #b2b2b2;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	position: relative;
	text-transform: capitalize;
}

#nav-one li .megamenu ul.list-unstyled.childs_2 a {
	min-width: 145px;
}

#nav-one li .megamenu.column1 ul.childs_1 {
	border: medium none;
}

#nav-one li .megamenu.column1 ul.list-unstyled li>a,
.hiden_menu .top_level>a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	color: #b2b2b2;
}

#nav-one li .megamenu.column1 ul.list-unstyled>li.dropdown .dropdown-menu {
	display: none;
	left: 188px;
	padding: 10px;
	position: absolute;
	top: 0;
}

#nav-one li .megamenu.column1 ul.list-unstyled>li.dropdown:hover>.dropdown-menu {
	display: block;
	padding: 10px 22px;
}

#nav-one li .megamenu.column1 ul.list-unstyled li:hover>a,
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li:hover>a,
.hiden_menu .top_level:hover>a {
	color: #fff;
}

.column_left_cms .box.last .list-group {
	border-bottom: medium none;
	margin-bottom: 0;
	padding: 4px 0 0;
}

.column_left_cms .box.last {
	margin-bottom: 0;
}

/* Caprica Category CSS */



.form-control {
	padding: 8px 12px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	line-height: inherit !important;
}




.menu_toggle {
	background: #ffffff none repeat scroll 0 0;
	display: none;
	left: 0;
	position: absolute;
	top: 62px;
	width: 100%;
	z-index: 99;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.menu_toggle .menu_inner {
	float: left;
	padding: 30px 30px 0;
	width: 100%;
}

.menu_toggle .main-menu {
	float: left;
	padding: 0;
	width: 81.3%;
}

.menu_inner .image {
	float: right;
	padding: 0;
	width: 18.7%;
}

.image .menu_image {
	background: #ffffff url("../image/caprica/menu-right.jpg") no-repeat scroll 0 0;
	display: block;
	height: 402px;
}

/* search */
#search {
	/*float: left;*/
	/*width: 100%;*/

}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	width: 100%;
	border: none;
	text-transform: capitalize;
	color: #3c3c3c;
	font-size: 13px;
	padding: 8px 55px 8px 25px;
	letter-spacing: 0.05em;
}

#search .fa.fa-search {
	display: none;
}

.header-search .customSelect.form-control {
	border: none;
	color: #000;
	height: auto;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
}

.head-right-top .static_links .top_level.dropdown:hover .dropdown-menu {
	display: block;
}

.head-right-top .static_links .top_level.dropdown .dropdown-menu .list-unstyle.childs_2.dropdown:hover {
	left: 148px;
	position: absolute;
	padding: 10px 10px 0px 10px;
	top: -100px;
	display: block;
	margin: 10px;
	height: 100px;

}

.tabfeatured_default_width {
	width: 185px;
}

.tabbestseller_default_width {
	width: 185px;
}

.tablatest_default_width {
	width: 185px;
}

.tabspecial_default_width {
	width: 185px;
}

.etabs {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.htabs .etabs li {
	display: inline-block;
	float: left;
	line-height: 17px;
	list-style: none outside none;
	position: relative;
	text-align: center;
}

.htabs a {
	color: #313131;
	display: block;
	float: left;
	font-size: 18px;
	margin-right: 3px;
	padding: 12px 22px;
	text-align: center;
}

.tab-content {
	position: relative;
	padding: 10px;
	z-index: 2;
	overflow: visible;
	margin-bottom: 25px;
}

.tab-content .tab {
	display: none;
}


.box-content .customNavigation a,
.hometab .customNavigation a {
	top: -58px;
	padding: 3px 11px;
}

.box-content .customNavigation a.next {
	color: #000000;
	right: 15px;
	height: 30px;
	width: 30px;
}

.box-content .customNavigation a.prev {
	color: #000000;
	right: 50px;
	height: 30px;
	width: 30px;
	margin: 0;
}

.static_links ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {

	border: medium none;
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
}

.static_links ul.nav li .megamenu ul.list-unstyled li.dropdown.dropdown-menu {
	border: 1px solid #000;
	margin: 0;
	padding: 10px;
	position: absolute;
	left: 188px;
	top: 0;
}

.static_links ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
	display: block;
}

.static_links ul.nav li .megamenu.column1 ul.list-unstyled>li.dropdown .dropdown-menu {
	border: 1px solid #d9d9d9;
	display: none;
	left: 165px;
	padding: 10px;
	position: absolute;
	top: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.static_links ul.nav li .megamenu.column1 ul.list-unstyled>li.dropdown:hover .dropdown-menu {
	display: block;
}


.col-sm-3.sort select.form-control {}

.header-search .customSelectInner,
.header-search .customSelectOpen .customSelectInner {
	background-image: none;
}

.header-search .customSelectInner:after {
	font-family: 'FontAwesome';
	content: '\f107';
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 10px;
}

.main-slider .swiper-viewport {
	border: medium none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	margin: 0;
	overflow: hidden;
}

.main-slider .swiper-button-prev:hover,
.main-slider .swiper-button-next:hover {
	background: #fff;
	border: 1px solid #000;
}

.main-slider .swiper-button-prev {
	background: #000;
	border-radius: 50%;
}

.main-slider .swiper-button-prev:hover::before,
.main-slider .swiper-button-next:hover::before {
	color: #000;
}

.main-slider .swiper-button-prev::before,
.main-slider .swiper-button-next::before {
	color: #fff;
	padding: 0 14px;
	font-size: 14px;
}

.main-slider .swiper-button-next::before {
	padding: 0 17px;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
	height: 42px;
	width: 42px;
	background: #000;
	border-radius: 50%;
	border: 1px solid #000;
}

.main-slider .swiper-pager {
	line-height: 43px;
	top: 45%;
	transition: all 0.6s ease-in-out;
}

.main-slider .swiper-viewport .swiper-button-next {
	right: -15% !important;
	transition: all 0.6s ease-in-out;
}

.main-slider .swiper-viewport:hover .swiper-button-next {
	right: 10% !important;
	transition: all 0.6s ease-in-out;
}

.main-slider .swiper-viewport .swiper-button-prev {
	left: -15% !important;
	transition: all 0.6s ease-in-out;
}

.main-slider .swiper-viewport:hover .swiper-button-prev {
	left: 10% !important;
	transition: all 0.6s ease-in-out;
}

.main-slider .swiper-pagination {
	display: none;
}

.main-slider.swiper-button-next,
.main-slider.swiper-button-prev {
	width: 70px;
}

.header-search .customSelectOpen .customSelectInner:after {
	font-family: 'FontAwesome';
	content: '\f106';
	font-size: 12px;
	position: absolute;
	right: 5px;
}

.header-cart .cart .btn-lg .dropdown-toggle:before {
	content: '\f291';
	font-family: 'FontAwesome';
	font-size: 12px;
}

.header-search .form-control::-moz-placeholder {
	color: #848484;
	font-size: 12px;
	font-weight: 500;
}

#search .input-group-btn {
	float: right;
	width: auto;
	position: absolute;
	right: 0;
}

#search .btn-lg {
	background: rgba(0, 0, 0, 0) url("../image/caprica/searchicon.png") no-repeat scroll 0 -183px;
	padding: 10px 15px;
}

#search .btn-lg {
	background: #e5e5e5;
	/* Old browsers */
	border: 1px solid #e5e5e5;
	color: #000000;

	height: 40px;
}

#search .btn-lg:hover {
	background: #000;
	/* Old browsers */
	color: #fff;
}

.show-result {
	overflow: hidden;
}

.header-search .show-result>li {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.header .dropdown.myaccount>a:hover {
	background: #000000;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #000000 0%, #424242 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#424242', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #fff;
}

.header .dropdown.myaccount>a {
	padding: 2px 13px 0 8px;
	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;
	background: #ff8142;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff8142 0%, #de4d04 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8142', endColorstr='#de4d04', GradientType=0);
	/* IE6-9 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	float: left;
	margin: 3px 0 0;
	height: 40px;
}

header .dropdown.myaccount a .fa {
	/*background-color: transparent;*/
	/*padding: 10px 8px;*/

}

header .header-cart a .fa {
	/*background: transparent;*/
}

.header-container {
	height: auto;
	width: 100%;
	z-index: 99;
	background: #111111 none repeat scroll 0 0;

}

header .header_left {
	float: left;
	width: 260px;
}

.header-container.smaller {
	z-index: 999;
}

.header-logo img {
	display: inline-block;
	max-width: 52%;
}

.hed-right-top {
	position: relative;
	width: 100%;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	margin: 0px;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;

}

.content_header_top .box.capricacategory {
	left: 0;
	position: absolute;
	top: 0;
	width: 277px;
	z-index: 9;
}

/*end caprica category */
.product_banner1 .img {
	max-width: 100%;
}

/*homepage sub banner1*/
.product_img1:hover::before {
	animation: 1s ease 0s normal none 1 running fixedAnim;
	animation: 1s ease 0s normal none 1 running fixedAnim;
	-webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
	-moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}

@-webkit-keyframes fixedAnim {
	0% {
		right: 125%;
	}

	125% {
		right: 0;
	}
}

@keyframes fixedAnim {
	0% {
		right: 125%
	}

	125% {
		right: 0;
	}
}

.product_img1 {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 27px;
}

.product_img1::before {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -75%;
	top: 0;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	width: 50%;
	z-index: 2;

}

.home_banner {
	float: left;
	margin: 30px 0;
	width: 100%;
}

.ctsubbanner-container1,
.ctsubbanner-container2,
.ctsubbanner-container3 {
	float: left;
	position: relative;
	overflow: hidden;
}

.ct_image {
	overflow: hidden;
}

.ctsubbanner-container1:hover img,
.ctsubbanner-container2:hover img,
.ctsubbanner-container3:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	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;
}

.ct_image img {
	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;
}

.ctsubbanner-container2 {
	margin: 0 30px;
}

.ct_subbanner .ct_content {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	margin-top: 75px;
	text-align: center;
	margin-right: 20px;
}

div.ct_button {
	margin-top: 15px;
}

.ct_content .text1 {
	color: #e6e6e6;
	font-size: 22px;
	float: left;
	margin-bottom: 15px;
	width: 100%;
	letter-spacing: 0.3px;
	text-transform: capitalize;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
	background: none !important;
}

.ct_content .text2 {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #000000;
}

.ct_content .ct_button>a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #000000;
	font-size: 12px;
	padding: 7px 23px;
	color: #000000;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	font-weight: 700;
}

.ct_button>a:hover {
	background: #e6e6e6 none repeat scroll 0 0;
	border: 2px solid #e6e6e6;
	color: #ffffff;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.caprica-tab-text>a {
	color: #ffffff;
}

.caprica-tab-text>a:hover {
	color: #000;
}

/*end homepage sub banner1*/

/* homepage sub banner2*/
.caprica-tab-text {
	background: #e6e6e6 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 20px 0;
	text-align: center;
}

.caprica-tab-text>span {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}


/*end homepage sub banner2*/


/*homepage category list*/
.category_list_cms {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.category_list_cms .box:hover img {
	transform: scale3d(1.05, 1.05, 1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-ms-transform: scale3d(1.05, 1.05, 1.05);
	-o-transform: scale3d(1.05, 1.05, 1.05);
	-moz-transform: scale3d(1.05, 1.05, 1.05);
}

.category_list_cms .box img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.category_list_cms .box-heading {
	padding-right: 0 !important;
	padding-left: 20px !important;
}

#product-category .single-banner .img-thumbnail {
	border-radius: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.category_list1,
.category_list2 {
	margin-right: 28px;
}

.category_list_cms .box-head {
	margin-bottom: 0;
}

.category_list1,
.category_list2,
.category_list3 {
	border: 1px solid #ebebeb;
	float: left;
	width: 32%;
	padding: 15px;
}

.category_img {
	float: right;
	width: 50%;
	overflow: hidden;
	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;
}



.category_list_inner {
	float: left;
	padding: 10px 30px 0;
}

.category_list_cms .subcategory li {
	width: 100%;
	margin: 0;
	list-style: outside none none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.category_list_cms .subcategory li a {
	color: #000;
	display: block;
	padding: 0 0 10px;
	border: none;
	font-size: 13px;
}

.category_list_cms .subcategory li:last-child a {
	padding: 0;
}

.category_list_cms .subcategory li a:after {
	content: "\f105";
	font-family: "fontawesome";
	font-size: 14px;
	color: #666666;
	float: left;
	padding-right: 7px;
}

.category_list_cms .subcategory li:hover a::after,
.category_list_cms .subcategory li:hover a {
	color: #b2b2b2;
}

.category_list_cms .subcategory {
	padding: 0;
	margin: 0;
}

.view h3 {
	padding-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal !important;
}

#content .view h3:hover {
	letter-spacing: 2px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

#content .view h3 {
	color: #000000;
	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;
}

.category_img .cat_image1,
.category_img .cat_image2,
.category_img .cat_image3 {
	margin: 0;
}

/*end homepage category list*/


/* cart */
.header-cart .cart-menu li>a>img {
	width: 100%;
}

.header-cart {
	float: left;
	width: auto;
	padding: 0;
	margin-top: 5px;
}

.header-center-right {
	float: right;
	margin-right: 15px;
}

.header-search .col-sm-3.sort .customSelect.form-control {
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	height: 38px;
}

.cart-menu .img-thumbnail {
	max-width: none;
	width: auto;
	border: 1px solid #e1e1e1;
}

#cart .dropdown-menu .table {
	border: medium none;
	margin-bottom: 10px;
}

#cart {
	margin-bottom: 0px;
	float: right;

}

.btn-danger {
	padding: 6px 19px !important;
	line-height: inherit;
}

.header-cart .btn-danger {
	padding: 0px 2px !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.alert {
	float: right;
	display: inline-block;
	width: 81%;
}

#cart button>h4 {
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	text-transform: capitalize;
	line-height: 16px;
	padding: 0 0 0 21px;
	margin: -20px 0 0 10px;
	color: #fff;
}

.header-container .dropdown.myaccount .dropdown-toggle .fa.fa-user {
	color: #fff;
	font-size: 17PX;
}

#cart>.btn {
	background: none;
	width: 100%;
	text-align: center;
	padding: 3px 15px;
}

.static_links .cart-menu li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	margin: 0 15px 7px 0;
	padding: 10px;
	position: relative;
	text-transform: capitalize;
	z-index: 6;
	color: #000;
}

.static_links .cart-menu li a:hover {
	background: #ff8142;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff8142 0%, #de4d04 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8142', endColorstr='#de4d04', GradientType=0);
	/* IE6-9 */
	color: #fff;
}

.static_links .cart-menu li tr a:hover {
	background: none;
	color: #000;
}




#cart h4 {
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 14px;
	position: absolute;
	right: 12px;
	top: -2px;
	z-index: 999;
}

.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle>span,
.header-center-right #myaccount-title {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
}

.header-center-right #myaccount-title {
	display: none;
}

.pull-right .myaccount .dropdown-toggle {
	color: #000;
}

.pull-left #form-language .btn-group span,
.pull-left #form-currency .btn-group span {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
}

#top-links .fa {
	display: none;
}

#top-links a {
	color: #fff;
}

#cart>.btn .fa {
	display: inline-block;
	margin: 0 3px 0 0;
	color: #fff;
}

#cart>.btn:hover .fa,
.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle:hover>span,
.header-container .dropdown.myaccount .dropdown-toggle:hover .fa.fa-user,
.header-center-right .dropdown.myaccount .dropdown-toggle:hover #myaccount-title {
	color: #b2b2b2;
}

header #cart li a,
header #cart li {
	color: #666666;
	background: none;
}

#cart.open>.btn {
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #fff;
}

#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}

.btn.active,
.btn:active {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

#cart .dropdown-menu {
	width: 330px;
	padding: 15px 10px;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	display: none;
	margin-top: 0;
	height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: none;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-o-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-ms-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.static_links .header-cart li a::before {
	background: none;
}

#cart .dropdown-menu li {
	float: none
}

#cart .dropdown-menu li:first-child {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

#cart .dropdown-menu li+li {
	border-top: 1px solid #e5e5e5;
	padding: 5px 0 0;
}

#cart .button-container {
	width: auto;
	float: right;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
	border: none;
}

#cart .dropdown-menu table td {
	border: none;
	background: none;
}

#cart .dropdown-menu table.total-table td {
	border: medium none;
}

#cart .dropdown-menu li>div {}

#cart .dropdown-menu li p {
	margin: 15px auto;
	color: #666666;
	line-height: 12px !important;
}

.product-block:hover .button-gr.lists {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.button-gr.lists {
	bottom: 50%;
	position: absolute;
	width: 100%;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3);

	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.productpage .image a.elevatezoom-gallery {
	border: 1px solid #e0e0e0;
}

.cart-menu .table td {
	padding: 10px 5px;
}

.table-responsive .table.table-bordered.shopping-cart .table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {

	color: #000;
	padding: 8px;
	vertical-align: top;


}

.dropdown-menu .cart-menu .table.table-striped>tr>td .text-center>img {
	width: 100%;
}

.cart-menu p {
	margin: 10px 0;
	color: #000;
}

.static_links li .addtocart {
	padding: 10px 20px 10px 0;
}

.static_links li .checkout {
	padding: 10px 20px 10px 0;
}

.text-right.button-container .addtocart {
	background: #f0f0f0;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0f0f0 0%, #e6e6e6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0);
	/* IE6-9 */
	float: right;
	width: auto;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	bottom: 10px;
	padding: 10px 12px 8px !important;
	margin: 0 0 0 10px;
}

.text-right.button-container .checkout {
	background: #f0f0f0;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0f0f0 0%, #e6e6e6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0);
	/* IE6-9 */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	float: right;
	width: auto;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	bottom: 10px;
	padding: 10px 12px 8px !important;
	margin: 0 0 0 10px;
}

.table.table-bordered.total-table tr {
	color: #000;
}

.text-right>strong {}

.text-right.button-container {
	display: inline-block;
	width: 100%;
}

.content-bottom>.container {
	width: 100%;
	background-color: #fff;
}

.common-home .alert {
	margin-bottom: 20px
}

.serach-inner {
	float: left;
	margin-top: 25px;
	width: 100%;
}

.panel {
	background-color: #fff;
}

/* menu */

.content-top #servicecmsblock {
	background: none repeat scroll 0 0 #ffffff;
	font-size: 14px;
	padding: 30px 15px;
	position: relative;
	width: 100%;

}

.content-top .first-content-one {
	cursor: pointer;
	float: left;
	position: relative;
	width: 35%;
}

.content-top .second-content-two {
	border-left: 1px solid #dcdcd9;
	border-right: 1px solid #dcdcd9;
	cursor: pointer;
	float: left;
	padding-left: 40px;
	position: relative;
	width: 35%;
}

.content-top .first-content-one:hover .title {
	color: #b2b2b2;
}

.content-top .second-content-two:hover .title {
	color: #b2b2b2;
}

.content-top .third-content-three:hover .title {
	color: #b2b2b2;
}

.content-top .third-content-three {
	cursor: pointer;
	float: left;
	padding-left: 40px;
	position: relative;
	width: 30%;
}

.service-content {
	margin: 5px 0;
}

.content-top .first-content-one:hover .icon-left1 {
	background: url("../image/caprica/iconhover.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
	margin-left: 60px;
}

.content-top .first-content-one .icon-left1 {
	background: url("../image/caprica/icon1.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
	margin-left: 60px;
}

.content-top .icon-left1,
.icon-left2,
.icon-left3 {
	float: left;
	height: 52px;
	margin-right: 15px;
	transition: all 500ms 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;
	width: 50px;
}

.content-top .service-right {
	float: left;
}

.service-right .title:hover {
	color: #fff;
}



.content-top .service-right .title {
	color: #000000;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px;
}

.content-top .first-content-one {
	cursor: pointer;
}

.content-top .second-content-two:hover .icon-left2 {
	background: url("../image/caprica/iconhover.png") no-repeat scroll 0 -154px rgba(0, 0, 0, 0);
	margin-left: 60px;

}

.content-top .second-content-two .icon-left2 {
	background: url("../image/caprica/icon1.png") no-repeat scroll 0 -154px rgba(0, 0, 0, 0);
	margin-left: 60px;
}

.content-top .third-content-three:hover .icon-left3 {
	background: url("../image/caprica/iconhover.png") no-repeat scroll 0 -318px rgba(0, 0, 0, 0);
}

.content-top .third-content-three .icon-left3 {
	background: url("../image/caprica/icon1.png") no-repeat scroll 0 -318px rgba(0, 0, 0, 0);
}

.nav-responsive {
	display: none;
	background: none !important;
}

#main-menu .nav-responsive {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.nav-inner.container {
	background: #ffffff none repeat scroll 0 0;
	padding: 35px 45px 30px;
	top: auto;
	box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom: 30px;
	display: none;
}

.responsive-menu,
.main-menu {
	background: transparent;
	height: auto;
	margin-bottom: 0px;
	border-radius: 0px;
	padding: 0px;
	text-align: center;
}

.lang-curr .fa.fa-angle-down {
	vertical-align: middle;
}

.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li .megamenu ul.list-unstyled {
	padding: 0px;
	border: none;
}

#menu ul {
	display: table-cell;
	float: none;
	list-style: outside none none;
	margin: 0;
	top: auto;
}

.main-menu ul>li {
	position: relative;
	float: none;
	z-index: 20;
	margin: 0 22px;
	display: inline-block;

}

.main-menu ul>.top_level::before {
	position: absolute;
	right: -25px;
	left: auto;
	;
	margin: 0 auto;
	top: 15px;
	width: 1px;
	height: 21px;
	content: "";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,000000+51,f2f2f2+100 */
	background: #f2f2f2;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f2f2 0%, #000000 51%, #f2f2f2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f2f2f2', GradientType=0);
	/* IE6-9 */
	opacity: 0.2;
	-webkit-opacity: 0.2;
	-ms-opacity: 0.2;
	-moz-opacity: 0.2;
	-o-opacity: 0.2;

}

.main-menu ul>.top_level:last-child::before {
	content: none;
}


#main-menu .nav-responsive .expandable {
	background: none;
	margin-top: 8px;
}

#main-menu .nav-responsive .expandable:before {
	content: "\f0c9";
	font-family: "fontawesome";
	font-size: 21px;
	color: #fff;
	font-weight: normal;
}

.nav-responsive span,
.main-menu ul>li>a,
.hiden_menu li>a {
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.5px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 6;
	margin: 17px 12px;
}

.main-menu ul>li .dropdown-menu a {
	margin: 0;
}

.main-menu .dropdown>a::after {
	font-family: 'FontAwesome';
	/*	content:'\f107';*/
	position: absolute;
	color: #adadad;
	right: 5px;
	font-size: 14px;
}

.main-menu>ul>.dropdown .megamenu.column1 ul>li.dropdown>a::after {
	font-family: 'FontAwesome';
	/*	content:'\f105';*/
	position: absolute;
	color: #adadad;
	right: -15px;
	font-size: 14px;
}

.main-menu ul li ul .list-unstyled a::before {
	color: #666666;
	content: "\f105";
	font-family: fontawesome;
	font-size: 15px;
	position: relative;
}

#menu ul.nav li .megamenu ul.list-unstyled li.dropdown ul li>a::before {
	content: none;
}

.main-menu>ul>.dropdown .megamenu ul>li.dropdown>a::after,
.main-menu .hiden_menu .dropdown>a::after {
	content: none;
}

.main-menu ul>li:last-child>a {
	border: none
}

.main-menu a:hover {
	text-decoration: none
}

.main-menu>ul>li:hover>a {
	background: transparent;
	color: #b2b2b2;
}

.main-menu>ul>li:hover>a {
	color: #b2b2b2;
}

.main-menu>ul>li>ul,
.responsive-menu .main-navigation {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	display: none;
	padding: 5px;
	position: absolute;
	z-index: 5;
}

.main-menu>ul>li:hover>ul {
	display: block;
}

.main-menu>ul>li ul>li>ul {
	display: none;
	background: #15BCF0;
	position: absolute;
	z-index: 5;
	padding: 5px;
	margin-left: -13px;
}

.main-menu>ul>li ul>li:hover>ul {
	display: block;
	top: 0px;
	left: 173px;
}

.main-menu>ul>li>ul>ul {
	/*display: table-cell;*/
}

.navbar-nav>li:last-child .dropdown-menu {
	right: 0;
	left: auto;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled>li:hover.dropdown .dropdown-menu {
	display: block;
}

#menu ul li .megamenu.column1 ul.list-unstyled li {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled>li.dropdown:hover>.dropdown-menu {
	display: block;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled>li.dropdown .dropdown-menu {
	padding: 0;
	position: absolute;
	top: 0;
	display: none;
	width: 100%;
	margin: 0 !important;
	left: 100%;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-o-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-ms-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.main-menu>ul>li ul>li>a {
	padding: 8px 15px;
	color: #1f2022;
	display: block;
	white-space: nowrap;
}

.responsive-menu .main-navigation li a {
	padding: 5px 10px !important;
	color: #666666;
	display: block;
	white-space: normal;
}

.main-menu>ul>.dropdown ul>li {
	margin: 0;
	display: block;
}

.main-menu ul>li.dropdown:hover>a {
	color: #b2b2b2;
}

.main-menu>ul>li ul>li>.dropdown-inner ul li a {
	color: #adadad;
}

.main-menu>ul>.dropdown ul>li>a,
.hiden_menu .top_level>a {
	padding: 5px 15px;
	line-height: 22px;
	font-size: 13px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	font-weight: 400;
}

.main-menu ul li ul .list-unstyled a {
	color: #666666;
	font-weight: normal;
	padding: 8px 0;
	text-transform: capitalize;
	line-height: 22px;
}

.main-menu>ul>li ul>li>a:hover,
.responsive-menu .main-navigation li a:hover {
	color: #b2b2b2;
	background-color: #fff;
}

.main-menu ul li ul .list-unstyled a {
	color: #000;
	font-weight: normal;
	padding: 8px 15px;
	text-transform: capitalize;
	line-height: 22px;
}

.list-unstyled.childs_1 a {
	color: #000;
	float: none;
	line-height: 0;
}

.main-menu>ul>li>ul>ul>li>a {
	color: #FFFFFF;
}

#menu ul li .megamenu ul.list-unstyled {
	padding: 0px 25px 0px 0px;
}

#menu ul.nav li .megamenu .list-unstyled.childs_1 li .dropdown-menu {
	padding: 0 0 0 10px;
}

#menu .nav li .list-unstyled .dropdown {
	float: none;
	display: inline-block;
	vertical-align: top;
}

#menu ul li.hiden_menu .dropdown-menu {

	visibility: visible !important;
	display: block;
}


.hiden_menu .top_level>a {
	color: #1f2022;
}



/* caprica Category CSS */
#column-left .box.category-left-box,
#column-right .box.category-left-box {
	margin-bottom: 30px !important;
}

.catgory-left {
	width: 24%;
	float: left;
	padding-right: 30px;
}

.category-left-box {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	border-top: none;
	background: #ffffff;
	margin: 0 !important;
}

.category-left-box .box-content {
	display: none;
}

.category-left-box .box-content ul li a {
	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;
	padding: 8px 0;
	border-bottom: 1px dashed #e4e4e4;
}

.category-left-box .box-content>ul>li:hover>a:hover {}

.category-left-box .box-content>ul>li:hover>a {
	padding-left: 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;
}

.common-home #column-left .box.category-left-box .box-content {
	display: none;
}

#column-left .box.category-left-box .box-content {
	margin: 0;
	background: #FFFFFF;
}

#nav-one .dropdown:hover .dropdown-menu,
#nav-one .hiden_menu:hover .dropdown-menu {
	display: block;
}

#nav-one .hiden_menu .dropdown-menu li.dropdown .dropdown-menu {
	display: none;
}

#nav-one>li>.dropdown-menu {
	background: #fff none repeat scroll 0 0;
	margin-top: 0;
	padding: 5px;
	left: 248px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.box-content-category ul .childs_1 li {
	line-height: 30px;
	padding: 0 15px 0 0;
}

.box-content-category ul li {
	line-height: 35px;
	padding: 0 20px;
	border-bottom: 1px solid #e5e5e5;
}

#nav-one>li.dropdown:after,
#nav-one>li.hiden_menu:after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	position: absolute;
	right: 25px;
	top: 0;
	color: #666666;
}

#nav-one>li.dropdown .column1 ul .dropdown:after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	position: absolute;
	right: 25px;
	top: 5px;
	color: #000;
}

#nav-one li .megamenu.column1 ul.list-unstyled li:last-child>a,
.hiden_menu .top_level>a {
	border-bottom: medium none;
}

#nav-one>li.dropdown:hover:after,
#nav-one>li.hiden_menu:hover:after,
#nav-one>li.dropdown .column1 ul .dropdown:hover:after {
	color: #e6e6e6;
}

#nav-one>li.hiden_menu>a {
	font-size: 12px;
	font-weight: 600;
	color: #666666;
}

#nav-one>li.hiden_menu>.dropdown-menu {
	padding: 22px;
}

.top_level.hiden_menu {
	position: relative;
}

#nav-one li .megamenu ul.childs_1 {
	padding: 12px 0 11px 10px;
}

#nav-one li .megamenu.column1 ul.childs_1 {
	padding: 10px 10px;
}

#nav-one li .megamenu ul.childs_1:last-child {}

#nav-one li ul {
	display: table-cell;
	float: none;
}

#nav-one ul {
	display: inline-block;
	float: none;
	margin: 0 auto;
	text-align: left;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 13px;
	font-weight: 700;
	padding: 1px 8px;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
	width: 100%;
}

#nav-one>li ul>li>a {
	min-width: 188px;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#nav-one li .megamenu ul.list-unstyled>li.dropdown>a {
	padding-bottom: 5px;
	color: #000;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
	width: 100%;
	color: #000000;
	border: none;
}

#nav-one>li ul>li>a {
	min-width: 188px;
}

#nav-one li ul>li>a,
.responsive-menu .main-navigation li a {
	color: #000000;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 2px 8px;
	text-transform: capitalize;
	white-space: nowrap;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
	background: #fff none repeat scroll 0 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 220px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

#nav-one li ul {
	display: table-cell;
	float: none;
	width: 210px;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #666666;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	line-height: 0;
	position: relative;
	text-transform: capitalize;
}

#nav-one li .megamenu ul.list-unstyled.childs_2 a {
	min-width: 145px;
}

#nav-one li .megamenu.column1 ul.childs_1 {
	border: medium none;
}

#nav-one li .megamenu.column1 ul.list-unstyled li>a,
.hiden_menu .top_level>a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 5px;
	color: #000;
	text-transform: none;
	padding: 14px 0;
}

.main-menu>ul>.dropdown ul>li:last-child>a,
.hiden_menu .top_level:last-child>a {
	border: medium none;
}

.main-menu>ul>.dropdown .megamenu.column1 ul>li.dropdown:last-child>a {
	border-bottom: 1px dashed #d9d9d9;
}

#nav-one li .megamenu.column1 ul.list-unstyled>li.dropdown .dropdown-menu {
	display: none;
	left: 238px;
	padding: 10px;
	position: absolute;
	top: 0;
}

#nav-one li .megamenu.column1 ul.list-unstyled>li.dropdown .dropdown-menu {
	left: 203px;
}

#nav-one li .megamenu.column1 ul.list-unstyled>li.dropdown:hover>.dropdown-menu {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	display: block;
	padding: 10px 10px 10px 20px;
	width: 150px;
}

#nav-one li .megamenu.column1 ul.list-unstyled>li.dropdown:hover>.dropdown-menu ul {
	min-width: 190px;
}

#nav-one li .megamenu.column1 ul.list-unstyled li:hover>a,
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li:hover>a,
.hiden_menu .top_level:hover>a {
	color: #000000;
}

.column_left_cms .box.last .list-group {
	border-bottom: medium none;
	margin-bottom: 0;
	padding: 4px 0 0;
}

.column_left_cms .box.last {
	margin-bottom: 0;
}

/* caprica Category CSS */



/* 1-col layout */

#column-left {
	width: 24%;
}

#column-right {
	width: 24%;
}

.common-home.layout-1 #content {
	padding: 0;
}

/* 2-col layout */

.layout-2.left-col #column-left {
	margin-top: 15px;
	padding: 0 15px 0 0px;
	width: 20.1%;
}

.layout-2.right-col #column-right {
	margin-top: 15px;
	padding: 0 0 0 15px;
	width: 20.1%;
}

.layout-2 #content {
	width: 76%;
}

.layout-2.left-col #content {

	margin-top: 15px;
	padding: 0 0 0 15px;
	width: 79.9%;

}

.layout-2.right-col #content {
	margin-top: 20px;
	padding: 0 15px 0 0;
	width: 79.9%;
}

.layout-2 .content-bottom #content {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto
}

/* 3-col layout */
.layout-3 #column-left {
	width: 24%;
}

.layout-3 #column-right {
	width: 24%;
}

.layout-3 #content {
	width: 52%;
}

/* content */
.layout-1 #content {
	padding: 15px;
}

.common-home #content {
	padding-top: 0;
}

.prd_image {
	width: 100%;
}

.header-tag-widget .tags a:last-child::after {
	border-left: none;
	content: none;
}

/* footer */
footer {
	padding-top: 0px;
	background: #111111 none repeat scroll 0 0;
	position: relative;
	color: #e6e6e6;
	font-size: 13px;
	letter-spacing: 0.8px;
	line-height: 30px;
	font-weight: 400;
}

footer h5,
footer .follow,
footer .payment {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0 15px;
	position: relative;
	letter-spacing: 0;
	text-transform: uppercase;
}

.footertop-cms.container,
header .container {
	top: auto;
	padding-top: 0;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #e6e6e6;
}

footer #footer .container .footer-blocks ul li {
	float: none;
}

#footer .column li a:hover,
#footer .column li a:focus {
	color: #b2b2b2;
	background-position: 0 -23px;
}

footer a:hover,
footer a:focus {
	color: #b2b2b2;
}

.newsletter {
	display: flex;
	justify-content: space-between;
	padding: 15px 80px 15px 63px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #e6e6e6;
}

.newsleft .news-title4 {
	font-size: 20px;
	color: #e6e6e6;
	display: inline-block;
	margin: 0 10px;
	font-weight: 700;
	text-transform: capitalize;
	font-style: inherit;

}

.newsright {
	flex-grow: 1;
}

.newsleft {
	background: url(../image/caprica/mail.png) no-repeat left 2px;
	padding-left: 55px;
}

.newsleft span {
	float: left;
	width: auto;
}

.newsleft .news-title1,
.newsleft .news-title3 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0.7px;
	line-height: 25px;
	padding: 5px 0;
	text-align: left;
}

.newsleft .news-title2 {
	color: #ffffff;
	font-size: 14px;
	text-transform: capitalize;
}

footer .footer-payment {
	margin-top: 30px;
}

.footer-payment ul,
.footer-social ul {
	list-style: outside none none;
	padding: 0;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

footer .footer-social {
	margin-top: 40px;
}

#footer_storeinformation_block>ul {
	padding: 0;
	list-style: outside none none;
}

#footer #footer_storeinformation_block li.address,
#footer #footer_storeinformation_block li.call-num,
#footer #footer_storeinformation_block li.email {
	border: medium none;
	padding-left: 0;
}

#footer #footer_storeinformation_block li {
	padding-left: 25px;
}

#footer li.address:before {
	content: "\f041";
	font-family: "fontawesome";
	font-size: 13px;
	margin-right: 15px;
	color: #e6e6e6;
}

#footer li.call-num:before {
	content: "\f095";
	font-family: "fontawesome";
	font-size: 13px;
	margin-right: 15px;
	color: #e6e6e6;
}

#footer li.email:before {
	content: "\f0e0";
	font-family: "fontawesome";
	font-size: 13px;
	margin-right: 15px;
	color: #e6e6e6;
}

#social_block .toggle-footer {
	padding: 0;
}

#social_block .toggle-footer li {
	background: #e8e8e8 none repeat scroll 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	float: left;
	height: 35px;
	margin: 0 5px 0 0;
	padding: 3px 0;
	text-align: center;
	width: 35px;
	cursor: pointer;
}

#footer_aboutus_block>ul {
	padding: 0;
	list-style: outside none none;
}

footer .ct-about-logo {
	margin-bottom: 22px;
	margin-top: 8px;
}

#footer {
	padding: 60px 15px 52px;
}

#footer #contact.col-sm-3.column .fa {
	clear: left;
	color: #fec107;
	float: left;
	font-size: 16px;
	margin-right: 10px;
	margin-top: 6px;
}

#footer #contact.col-sm-3.column .fa.fa-envelope {
	font-size: 12px;
	margin-top: 8px;
}

#footer #contact.col-sm-3.column {
	font-size: 14px;
}

#footer #contact.col-sm-3.column li a {
	background: none;
	padding: 0;
}

.address_content {
	overflow: hidden;
	padding-left: 45px;
	padding-right: 135px;
	background: rgba(0, 0, 0, 0) url("../image/caprica/footer-icon.png") no-repeat scroll -8px 4px;
	margin-bottom: 35px;
}

#contact .phone {
	background: url(../image/caprica/footer-icon.png) no-repeat scroll -6px -66px transparent;
	padding-left: 45px;
	margin-bottom: 35px;
	padding-top: 7px;
}

#contact .email {
	background: url(../image/caprica/footer-icon.png) no-repeat scroll -6px -132px transparent;
	padding-left: 45px;
}

#footer #footer_aboutus_block.col-sm-3.column {
	width: 26%;
	padding: 0;
	border: none;
	margin-right: 50px;
}

#footer .column {
	width: 16%;
	margin-right: 13px;
	padding: 0;
}

#footer #contact.column {
	width: 35.8%;
}

#footer_storeinformation_block.col-sm-3.column {
	width: 19%;
}

#footer #contact.column h5 {
	display: none;
}

#footer .col-sm-3.column {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	padding: 0 0 0 20px;
}

#social_block .toggle-footer li:hover .fa {
	color: #ffffff;
}

#social_block .toggle-footer li.facebook:hover {
	background: #3b5998 none repeat scroll 0 0;
	color: #ffffff;
}

#social_block .toggle-footer li.twitter:hover {
	background: #4099ff none repeat scroll 0 0;
	color: #ffffff;
}

#social_block .toggle-footer li.gplus:hover {
	background: #c63d2d none repeat scroll 0 0;
	color: #ffffff;
}

#social_block .toggle-footer li.linkedin:hover {
	background: #3b5998 none repeat scroll 0 0;
	color: #ffffff;
}

#footer #footer_storeinformation_block .payment-cms .payment li {
	color: #666666;
	display: inline-block;
	margin-right: 5px;
	padding: 0;
}

/* New CSS */
.product-carousel .slider-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
	display: inline-block;
	float: left;
}

#footer .column:last-child {
	margin: 0;
}

#contact ul,
#aboutcms ul {
	list-style: none;
	padding: 0
}

#aboutcms h5 {
	display: none
}

.manufacture_block {
	float: left;
	padding: 25px 0 10px;
	width: 100%;
	text-align: left;
}

.manufacturer_title {
	color: #666666;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.manufacture_block>ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding-left: 15px;
	width: 93%;
}

.manufacture_block>ul li {
	background: url("../image/caprica/pipe.gif") no-repeat scroll right 6px transparent;
	display: inline-block;
	padding: 0 15px 2px 10px;
}

.manufacturer_item>a {
	color: #666666;
}

.manufacturer_item>a:hover {
	color: #d95026;
}

.manufacture_block>ul li:last-child {
	background: none repeat scroll 0 0 transparent;
}


.testimonials {
	position: relative;
}

.homepage-testimonials-inner.box-content {
	background: #f0f0f0 none repeat scroll 0 0;
	display: block;
	position: relative;
	padding: 20px 18px;
}

.peoplesay-block {
	position: relative;
	text-align: center;
}

.test-image {
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

.testi-details>a {
	clear: both;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	text-transform: capitalize;
	width: 100%;
}

#testimonial .designation {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	font-weight: 300;
}

#column-left #testimonial .customNavigation,
#column-right #testimonial .customNavigation {
	display: block;
}

#testimonial .customNavigation a.next::before {
	left: auto;
	top: 0px;
	color: #959595;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 18px;
	position: absolute;
	right: 0;
}

#testimonial .customNavigation a.prev::before {
	right: auto;
	top: 0px;
	content: "\f104";
	font-family: "FontAwesome";
	color: #959595;
	font-size: 18px;
	left: 0;
	position: absolute;
}

#testimonial .customNavigation a.next:hover::before,
#testimonial .customNavigation a.prev:hover::before {
	color: #fff;
}

#testimonial .customNavigation a.next {
	right: 0;
	border: medium none;
	height: 20px;
	width: 15px;
	background: none;
	top: -50px;
}

#testimonial .customNavigation a.next:hover,
#testimonial .customNavigation a.prev:hover {
	background: transparent;
}

#testimonial .customNavigation a.prev {
	right: 10px;
	border: medium none;
	height: 20px;
	width: 15px;
	background: none;
	top: -50px;
}

.test-content .quote-img {
	background: url(../image/caprica/quote.png) no-repeat scroll center center transparent;
	width: 23px;
	height: 19px;
	position: relative;
	display: block;
	margin: 15px auto;
}

.test-content {
	display: inline-block;
	position: relative;
	text-align: center;
}

#testimonial .designation a {
	color: #e6e6e6;
}

.footer-logo {
	margin-bottom: 5px;
}

.newsletter label {
	display: none;
}

.newsletter .input-news {
	/* width: 62%;
	float: left; */
	max-width: 300px;
	width: 100%;
	flex-shrink: 0;
	position: relative;
	margin-right: 10px;
}

.input-news .text-danger {
	color: #000;
}

.subscribe-btn {
	/* float: left; */
}

.newsletter .form-group {
	margin: 0;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

@media (max-width: 1020px) {
	.newsletter {
		flex-wrap: wrap;
	}

	.newsletter .form-group {
		justify-content: flex-start;
	}
}

.newsletter #txtemail {
	background-color: #ffffff;
	border: none;
	height: 38px;
	width: 100%;
}

.newsletter .form-control::-moz-placeholder {
	color: #676666;
}

.subscribe-btn .btn.btn-lg {
	background: #000;
	/* Old browsers */
	border-color: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 20px;
	line-height: 26px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;

}

.subscribe-btn .btn.btn-lg:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}

#account-order .col-sm-6.text-right {
	clear: both;
}

#contact ul li,
.newsletter ul li {
	line-height: 22px;
}

#contact li.call-num {
	margin-top: 15px;
}

.categoryblock {
	padding-left: 11px;
	padding-right: 11px;
	float: left;
	width: 33.333%;
	margin-bottom: 22px;
}

.category-cms {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-bottom: 2px;
}

.category-container {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.category-row {
	margin-left: -11px;
	margin-right: -11px;
}

#aboutcms li.content {
	line-height: 25px;
}

ul.subcats {
	list-style: none;
	padding: 0;
	overflow: hidden;
	vertical-align: top;
	margin: 0;
	clear: both;
	float: left
}

ul.subcats li a {
	color: #666666;
	display: inline-block;
	font-size: 13px;
	position: relative;
	text-transform: capitalize;
}

ul.subcats li a:hover {
	color: #e6e6e6;
}

ul.subcats li a:hover::before {
	font-size: 4px;
	padding-right: 10px;
	color: #e6e6e6;
}

ul.subcats li a:hover {
	padding-left: 10px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
}

ul.subcats li a::before {
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 0;
	left: 0;
	line-height: 20px;
	position: absolute;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	z-index: 99;
}

ul.subcats li,
ul.subcats li a {
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
}

#product2 .control-label.qty {
	float: left;
	margin: 6px 20px 0 0;
	font-size: 18px;
	font-weight: 500;
}

#content .product-right>ul.list-unstyled.short-desc {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	margin: 0 0 20px;
	border-left: none;
	border-right: none;
}

#content .product-right>ul.list-unstyled {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	border: none;
}

.box-category .box-heading {
	background: #143873;
	cursor: pointer;
	height: 53px;
}

#column-left .box-content-category {
	position: relative;
	top: -15px;
	display: block;
}

#column-left .box-content-category a {
	display: inline-block;
	width: 100%;
}

#column-left .box-content-category a:hover {
	padding-left: 15px;
	transition: all 0.3s ease 0s;
}

#column-left .box-category .box-heading {
	position: absolute;
	top: -70px;
	z-index: 999999;
	width: 250px;
	height: 53px;
}

.box-content-category {
	background-color: #FFF;
	position: absolute;
	width: 250px;
	top: 50px;
	border: 1px solid #E0E0E0;
	color: #000 !important;
	margin-bottom: 10px;
	display: none;
	z-index: 999999;
}

.category .customNavigation a {
	top: -90px;
}

.cate-heading {
	text-transform: uppercase;
	font-size: 16px;
	color: #1e1f22;
	font-weight: 700;
	float: left;
	margin-bottom: 15px;
}

/*---category cms banner--*/
.category {
	padding: 55px 0 60px;
	overflow: visible;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

.category_inner {
	margin: 0 -15px;
}

.category .categoryimage {
	position: absolute;
	top: 0px;
	left: auto;
	right: 10px;
	margin: 0 auto;
}

.category .category-inner {
	position: relative;
}

.category .category-item .categoryimage img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-webkit-transition-delay: 0s;
	transition: all 0.5s ease 0s;
	transform: translate3d(0, 0, 0);
}

.category .category-item:hover .categoryimage img {
	transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
	-webkit-transition: all 0.5s ease;
	-webkit-transition-delay: 0s;
	transition: all 0.5s ease 0s;
}

.category .categorylist {
	float: left;
	text-align: left;
	text-transform: capitalize;
	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;
}

.category .cate-heading {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.6px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
	transition: all 1.1s ease 0s;
	-webkit-transition: all 1.1s ease 0s;
	-moz-transition: all 1.1s ease 0s;
	-ms-transition: all 1.1s ease 0s;
	-o-transition: all 1.1s ease 0s;
}

.categorylist .subcategory {
	padding: 0;
	list-style-type: none;
}

.categorylist li a {
	white-space: nowrap;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0.3px;
	color: #000;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
	transition: padding 0.45s ease 0s;
	-webkit-transition: padding 0.45s ease 0s;
	-webkit-transition-delay: 0s;
	-moz-transition: padding 0.45s ease 0s;
	-o-transition: padding 0.45s ease 0s;
}

.categorylist li a::before {
	content: "\f105";
	font-family: "fontawesome";
	color: #717070;
	font-size: 14px;
	position: absolute;
	top: -5px;
	left: 0;
	right: auto;
	margin: 0 auto;
}

.categorylist li:hover a {
	color: #b2b2b2;
	transition: padding 0.45s ease 0s;
	-webkit-transition: padding 0.45s ease 0s;
	-webkit-transition-delay: 0s;
	-moz-transition: padding 0.45s ease 0s;
	-o-transition: padding 0.45s ease 0s;
	padding-left: 27px;
}

.categorylist .more a:hover {
	color: #b2b2b2;
	transition: padding 0.45s ease 0s;
	-webkit-transition: padding 0.45s ease 0s;
	-webkit-transition-delay: 0s;
	-moz-transition: padding 0.45s ease 0s;
	-o-transition: padding 0.45s ease 0s;
	padding-left: 20px;
}

.categorylist li:hover a::before {
	color: #b2b2b2;
}

.categorylist .more a {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0.2px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	transition: padding 0.45s ease 0s;
	-webkit-transition: padding 0.45s ease 0s;
	-webkit-transition-delay: 0s;
	-moz-transition: padding 0.45s ease 0s;
	-o-transition: padding 0.45s ease 0s;
}

/* end category cms--*/
/*----subbanner cms block-------------*/
#subbannercmsblock {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}

#subbannercmsblock .banner {
	position: relative;
	overflow: hidden;
	width: 49%;
	float: left;
	padding: 0;
}

.subbannercmsblock1.banner {
	margin-right: 26px;
}

.subbannercmsblock1.banner .title {
	padding-left: 15px;
}

#subbannercmsblock .content {
	position: absolute;
	top: 31.2%;
	left: 0;
	right: auto;
	margin: 0 auto;
	text-align: center;
	text-transform: capitalize;
	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;
}

#subbannercmsblock .img {
	overflow: hidden;
}

#subbannercmsblock .banner img {
	max-width: 100%;
	height: auto;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-o-transition: all 3s ease;
	-ms-transition: all 3s ease;
}

#subbannercmsblock .banner::before {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -75%;
	top: 0;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	width: 50%;
	z-index: 2;
}

#subbannercmsblock .banner:hover::before {
	animation: 1s ease 0s normal none 1 running fixedAnim;
	animation: 1s ease 0s normal none 1 running fixedAnim;
	-webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
	-moz-animation: 1s ease 0s normal none 1 running fixedAnim;

}

.subbannercmsblock1.banner .content {
	width: 48%;
}

.subbannercmsblock2.banner .content {
	width: 43%;
}

#subbannercmsblock .title {
	font-size: 38px;
	color: #000;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0.8px;
	font-family: 'Raleway', sans-serif;
	margin-top: 22px;
}

#subbannercmsblock .button {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #010101;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.4px;
	line-height: 18px;
	display: inline-block;

	background: #fff;
	box-shadow: 1px 1px 1px 0px rgba(58, 58, 58, 0.3);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(58, 58, 58, 0.3);
	-moz-box-shadow: 1px 1px 1px 0px rgba(58, 58, 58, 0.3);
	-ms-box-shadow: 1px 1px 1px 0px rgba(58, 58, 58, 0.3);
	-o-box-shadow: 1px 1px 1px 0px rgba(58, 58, 58, 0.3);
	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;
}

#subbannercmsblock .button a {
	display: block;
	padding: 4px 16px;
	color: #010101;
}

#subbannercmsblock .button:hover a {
	color: #fff;
}

#subbannercmsblock .button:hover {
	background: #000;
	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;
}

#subbannercmsblock .banner:hover img {
	transform: scale(1.15) rotate(4deg);
	-moz-transform: scale(1.15) rotate(4deg);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-o-transition: all 3s ease;
	-ms-transition: all 3s ease;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}


/*end subbanner--*/

/*--cms block-*/
.cmsblock.banner {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0;
	float: left;
	margin-bottom: 50px;
	clear: both;
	background-size: cover;
	/*background: url("../image/caprica/Cms-Banner-01.jpg") no-repeat scroll 0 0;*/
	background: url("/image/catalog/sales-min.png") no-repeat scroll 0 0;
}

.cmsblock.banner .img {}

.cmsblock .content {
	float: right;
	padding: 71px 0 67px;
	text-align: center;
	margin: 0 -15px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

.cmsblock .content .image-inner {
	background: url("../image/caprica/cms-img.png") no-repeat scroll center center;
	z-index: 95;
	width: 229px;
	height: 70px;
	display: inline-block;
	vertical-align: top;

}

.cmsblock .title {
	color: #000;
	font-size: 38px;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 400;
	border: 3px solid rgba(0, 0, 0, 0.1);
	padding: 20px 22px;
	background: #fff;
	margin: 14px auto 25px;
	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;
}

.cmsblock .button {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #000;
	font-weight: 400;
}

.cmsblock .button a {
	color: #000;
}

.cmsblock .button:hover a {
	color: #b2b2b2;
}

.cmsblock.banner::before {
	position: absolute;
	content: "";
	position: absolute;
	transition: 0.5s ease-in-out;
	border: 80px double rgba(0, 0, 0, 0);
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.cmsblock.banner:hover::before {
	border: 0px double rgba(0, 0, 0, 0.1);
	opacity: 0;
}

/*end cms*/


.bottomfooter {
	margin: 0;
	text-align: center;
	clear: both;
	background: #111111 none repeat scroll 0 0;
	/* Old browsers */
	padding: 26px 0;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bottomfooter .container {
	padding: 0 15px;
}

.bottomfooter ul li {
	border-left: 1px solid;
	display: inline-block;
	line-height: 11px;
	padding: 0 1px;
}

footer .bottomfooter .list-unstyled li:first-child a {
	padding-left: 0;
}

footer .bottomfooter .list-unstyled li:last-child a {
	padding-right: 0;
}

footer .bottomfooter .list-unstyled a {
	padding: 0 10px;
}

.bottomfooter ul li:first-child {
	border: medium none;
	padding-left: 0;
}

p.powered {
	text-align: right;
	float: right;
	margin: 0;
	font-size: 13px;
}

.footerbottom-cms {
	float: right;
}

@media (max-width: 979px) {

	#footer .column ul {
		display: none;
	}

	#footer .column {
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;

}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	position: relative;
	line-height: 14px;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
	color: #000;
}

.breadcrumb>li:after {}

.breadcrumb>li:last-child a,
.breadcrumb>li a:hover,
.breadcrumb>li a.active {
	color: #000;
}

.breadcrumb>li a {
	color: #000;
}

.breadcrumb>li a:hover {
	color: #b2b2b2;
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
	display: inline-block;
	width: 100%;
}

.btn {
	padding: 6px 19px;
	border: 1px solid #e5e5e5;

}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover,
.dropdown-menu.myaccount-menu {
	font-size: 13px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #000;
	background: #428bca;
	border: 1px solid #357ebd;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.btn-primary {
	color: #000;
	background: #f0f0f0;
	/* Old browsers */
}

.btn-primary {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	padding: 6px 19px !important;
	line-height: inherit;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #000;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;

}

.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-danger {
	color: #ffffff;
	background: #d9534f;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[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);
	-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);
	color: #000;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
}

.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;

}

.btn-inverse {
	color: #ffffff;
	background: #363636;
	border: none;
}

.col-xs-11.col-sm-3.alert span a:hover {
	color: #b2b2b2;
}

/* list group */
.dropdown-menu {
	top: 89%;
}

.box .filterbox {
	border: medium none;
}

.panel-footer {
	background-color: transparent !important;
	border-top: medium none !important;
	padding: 0 !important;
}

.panel-footer.text-right {
	text-align: right;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	background: transparent !important;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin-left: -20px !important;
}

.list-group-item {
	border: none;
	padding: 0 !important;
}

.list-group a {
	padding: 5px 0px;
	text-transform: capitalize;
	font-size: 13px;
	border: none;
	line-height: 30px;
}

.list-group .list-group-item.title {
	font-weight: bold;
	color: #333;
	padding: 0;
}

#cart .dropdown-menu li p a:hover {
	background: #e6e6e6;
	color: #000;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

#cart .dropdown-menu li p a {
	background: #000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 10px 20px;
	color: #fff;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #b2b2b2;
}

#button-filter.btn.btn-primary {
	color: #000000;
	border: none;
	background: none;
	padding: 10px 10px !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	text-decoration: underline;
}

#button-filter.btn.btn-primary:hover {
	text-decoration: none;
	color: #b2b2b2;
}

.list-group-item.group-name {
	color: #1f2022;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 0 18px;
}

.filterbox .list-group-item .checkbox>label {
	color: #666666;
}

.filterbox .list-group-item {
	padding: 0px;
	color: #000;
}

.filterbox .panel-footer {
	padding: 0 0 15px;
	text-align: left;
	border: medium none;
	background: #fff;
}

/* 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-layout.product-grid.col-lg-3 {
	padding: 0;
	margin: 0;
}

/* product list */

.product-thumb .image {
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 1px solid #dddddd;

}

.category_tab .tab-pane {
	margin: 0 -15px;
}

.product-grid .product-thumb .image {
	float: none;
}

.product-layout.product-grid {
	padding: 0 5px;
}

.product-layout.product-list {
	padding: 10px 12px 15px;
}

.product-layout:hover .addtocart {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000000 0%, #000000 100%) repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

#content .product-grid .product-block {
	padding: 10px 10px 0;
}

#content .product-grid .product-block {
	margin: 0;
	padding: 0;
}

#content .product-list .product-block {
	padding: 0;
}

.product-grid .product-block-inner {
	overflow: hidden;
	margin: 10px 12px 0;
	position: relative;
	text-align: center;
}

.row.cat_prod {
	margin: 0 -12px;
}

.product-list .product-thumb .image {
	margin-right: 10px;
}

#content .product-list .product-block:hover {
	box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.alert-success .fa.fa-check-circle {
	margin-right: 5px;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
	}
}

.static_links li a:hover {
	color: #e6e6e6 !important;
}

.single_product_img:hover::before {
	-webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
	animation: 1s ease 0s normal none 1 running fixedAnim;
}

.single_product_img {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.single_product_img::before {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -75%;
	top: 0;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	width: 50%;
	z-index: 2;
}

.product-thumb h4 {
	font-weight: 400;
	margin-top: 8px;
	margin-bottom: 0px;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}

.product-list .product-thumb h4 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
	padding-bottom: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}

.product-thumb h4 a {
	color: #000000;
}

#column-left .product-thumb h4 a:hover {
	color: #b2b2b2 !important;
}

#column-left .product-thumb h4 a {
	color: #666666;
}

#column-left .product-thumb .price {
	width: auto;
}

#column-left .product-thumb .price-new {
	float: left;
	margin-right: 5px;
}

#column-left .product-thumb .price-old {
	float: left;
}

.product-thumb h4 a:hover {
	color: #b2b2b2;
}

.product-block:hover h4 a {
	color: #b2b2b2;
}

header #cart li a:hover {
	color: #000;
}

.product-thumb .caption {
	padding: 6px 12px 14px;
	text-align: center;
	float: left;
	width: 100%;
}

#column-left .product-thumb .caption {
	min-height: 0px;
}

#special-carousel .product-carousel .product-thumb .caption {
	padding: 10px;
}

.account-wishlist table .text-center img {
	border: 1px solid #e5e5e5;
}


@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;

	}
}

.product-thumb .rating {
	bottom: -37px;
	line-height: normal;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	position: absolute;
	background: rgba(221, 221, 221, 0.5);
	width: auto;
	right: 0;
	left: 0;
	transition: all 0.6s ease 0s;
	padding: 10px;
}

.percentsaving::before {
	position: absolute;
	content: "\f0d9";
	top: 2px;
	z-index: -1;
	left: -5px;
	color: red;
	font-family: fontawesome;
	font-size: 15px;
}

.product-thumb:hover .rating {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	bottom: 0px;
	transition: all 0.6s ease 0s;
}

.product-thumb .percentsaving {
	background-color: #ff0000;
	color: #ffffff;
	display: block;
	font-size: 12px;
	letter-spacing: 0.8px;
	padding: 2px;
	position: absolute;
	right: 12px;
	text-align: center;
	text-transform: capitalize;
	top: 15px;
	z-index: 1;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	text-transform: capitalize;
	height: 20px;
	width: 35px;
	line-height: 15px;
	font-weight: 600;
	left: auto;
}

.product-thumb:hover .percentsaving {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transform: rotateX(360deg);
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);

}

.product-list .product-thumb .percentsaving.list-save {
	right: 5px;
	top: 0px;
	display: block;
	position: absolute;
}

.product-list .product-thumb .percentsaving.grid-save,
.product-grid .product-thumb .percentsaving.list-save {
	display: none;
}

.common-home .content-top-breadcum {
	display: none;
}

.rating .fa-stack,
#review .fa-stack {
	font-size: 8px;
	width: 10px;
	color: #ffe11b;
}

.rating .fa-star+.fa-star-o,
#review .fa-star+.fa-star-o,
.rating-wrapper .fa-star+.fa-star-o {
	color: #ffe11b;
}



h2.price {
	margin: 0;
}

.nav-tabs>li.active>a {
	background: #ffffff none repeat scroll 0 0 !important;
	color: #b2b2b2 !important;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #000000;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.account-address .btn-info:hover,
.btn.btn-primary:hover,
#account-order .table-responsive .text-right .btn.btn-info:hover,
.btn.btn-default:hover,
#information-contact .buttons .pull-right .btn.btn-primary:hover,
#account-return .form-horizontal .pull-right .btn.btn-primary:hover,
#product-compare .btn.btn-primary.btn-block:hover,
#account-return .form-horizontal .pull-left .btn.btn-default:hover,
#button-review.btn.btn-primary:hover {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #000000;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #000000;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

#account-order .table-responsive .text-right .btn.btn-info,
.account-address .btn-info,
.btn.btn-default,
.btn-primary,
#information-contact .buttons .pull-right .btn.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary#account-return .form-horizontal .pull-right .btn.btn-primary,
#account-return .form-horizontal .pull-left .btn.btn-default,
#button-review.btn.btn-primary,
#product-compare .btn.btn-primary.btn-block {
	background: #000000 none repeat scroll 0 0;
	border-color: #000000;
	color: #ffffff;

}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #b2b2b2;
}

.product-thumb .price {
	color: #000;
	display: block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-top: 4px;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: 600;
	float: none;
	width: 100%;
	min-height: 48px;
}

.product-thumb .list .price {
	font-size: 18px;
	margin-bottom: 10px;
}

.product-thumb .list .price-new {
	font-size: 18px;
}

.product-thumb .price-new {
	font-weight: 600;
	position: relative;
	font-size: 15px;
}

.product-thumb .price-old {
	color: #b5b5b5;
	text-decoration: line-through;
	margin-left: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.product-list .product-thumb .price-old {
	font-size: 18px;
}

.product-thumb .price-tax {
	color: #666666;
	display: none;
	font-size: 12px;
	width: 100%;
}

.product-list .product-thumb .price-tax {
	display: block;
	clear: both;
	line-height: 18px;
	margin-top: 8px;
}

#content h3.product-option {
	font-size: 16px;
}

.myaccount-menu.dropdown-menu>li>a {
	padding: 6px 3px !important;
	color: #666666;
}

.myaccount .dropdown-toggle:hover,
.myaccount .dropdown-toggle:focus {
	color: #fff;
}

.product-thumb .button-group {
	overflow: visible;
	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;
	margin-top: 8px;
}

.product-block.product-thumb .button-group {
	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;
	opacity: 0;
	filter: alpha(opacity=0);
}

.product-block:hover.product-thumb .button-group {
	opacity: 1;
	filter: alpha(opacity=100);
	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;
}

#content .product-carousel .product-block:hover .price,
#content .product-grid .product-block:hover .price,
#content .box-product .product-block:hover .price {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

#content .product-list .product-block .button-group,
#content .product-list .product-block:hover .button-group {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: block;
	opacity: 1;
	margin: 0;
	padding: 0;
	position: relative;
}

.product-list .product-block .product-details.list .compare {
	display: block;
}

.product-list .product-thumb .image .button-group {
	display: none
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}

	.sale-cms-text>img {
		width: 100%;
	}

}

.layout-2.left-col #content.productpage-quickview {
	margin: 0;
}

.product-thumb .button-group button {
	background: #000000;
	/* Old browsers */
	border: medium none;
	color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.04em;
	padding: 6px 19px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;

}

.filterbox .btn-primary {
	background: #f0f0f0;
	/* Old browsers */
	border: none;
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 600;
}

.filterbox .btn-primary:hover {
	background: #de4d04;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #de4d04 0%, #ff8142 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de4d04', endColorstr='#ff8142', GradientType=0);
	/* IE6-9 */
	border: none;
}

.radio label,
.checkbox label:hover {
	cursor: pointer;
	display: inline;
	font-weight: 400;
	color: #b2b2b2;
}

.filterbox .list-group-item.title {
	font-weight: bold;
	color: #333;
	padding: 0;
}

.product-thumb .button-group .addtocart:before {
	font-family: "fontawesome";
	color: #fff;
	float: left;
	font-size: 10px;
	font-weight: normal;
	position: relative;
	right: 9px;
}

.product-thumb .button-group button .fa {
	display: none;
}

.product-list .product-thumb .button-group button {
	left: 0;
}

.product-list .product-thumb .button-group button+button {
	left: 0;
	padding: 10px 8px 6px;
}

.product-list .product-thumb .caption {
	border: none;
	padding: 15px;
}

.product-list .product-block .rating,
.product-grid .product-block .rating.list-rate {
	margin: 0 0 5px 0;
	display: block;
	padding: 0;
}

.product-list .product-block .rating.list-rate {
	margin: 0 0 15px;
	display: inline-block;
	width: 100%;
}

.product-list .product-block .image .rating {
	display: none;
}

.product-list .product-thumb .rating {
	position: relative;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	top: -5px;
	left: 0;
	right: auto;
	margin: 0 auto;
	background: none;
}

.product-list .product-block:hover .rating {
	bottom: auto;
}

.product-list .product-block .desc {
	margin-bottom: 10px;
}

#cart .text-right .addtocart,
#cart .text-right .checkout {
	width: auto;
	border: none;
	display: inline-block;
	float: left;
	background: #f0f0f0;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0f0f0 0%, #e6e6e6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0);
	/* IE6-9 */
	padding: 5px 12px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	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;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#cart .addtocart>strong,
#cart .checkout>strong {
	font-weight: 600
}

#cart .text-right .addtocart:hover,
#cart .text-right .checkout:hover {
	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;
	background: #ff8300 none repeat scroll 0 0;
	color: #ffffff;
}

#cart .dropdown-menu .img-thumbnail {
	border: 1px solid #e6e6e6;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	max-width: none;
	width: auto;
	margin: -10px 1px 15px 0px;
}

#cart .text-right .addtocart {
	margin: -4px 15px 5px 0;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.product-thumb .button-group button+button {
	padding: 7px 10px;
	position: relative;
	display: none;
}

.header-cart .cart-menu li a {
	margin: 0;
	height: auto;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.6px;
}

.cart-menu .total-table .text-right {
	border: none;
}

.cart-menu .total-table {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #dddddd currentcolor currentcolor;
	-o-border-image: none;
	border-image: none;
	border-style: solid none none;
	border-width: 1px medium medium;
}

.static_links li .header-cart.cart-menu .addtocart a {
	border: 1px solid;
	padding: 5px;
}

.box.featured {
	float: left;
	margin: 0 auto;
	width: 100%;
}

.featured-inner-content,
.tab-bestseller-inner-content,
.tab-latest-inner-content,
.tab-special-inner-content,
.special-inner-content,
.blog-inner-content,
.bestseller-inner-content,
.related-products {
	margin: 0 -15px 0;
}

#column-left .special-inner-content,
#column-left .featured-inner-content,
#column-left .bestseller-inner-content,
#column-right .special-inner-content,
#column-right .featured-inner-content,
#column-right .bestseller-inner-content {
	margin: 0 auto;
}

.product-list .product-block .product-details.list .compare,
.product-list .product-block .product-details.list .wishlist {
	color: #666666;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	margin: 0 15px 0 0;
	float: left;
	cursor: pointer;
	background: none;
}

.product-list .product-block .button-group-hover .compare,
.product-list .product-block .button-group-hover .wishlist {
	display: none;
}

.button-group.prd_page {
	float: left;
	width: 100%;
	margin: 10px 0;
}

.product-list .product-block .product-details.list .wishlist:hover::before,
.product-list .product-block .product-details.list .wishlist:hover,
.product-list .product-block .product-details.list .compare:hover::before,
.product-list .product-block .product-details.list .compare:hover,
.productpage .form-group.qty .wishlist:hover:before,
.productpage .form-group.qty .wishlist:hover,
.productpage .form-group.qty .compare:hover:before,
.productpage .form-group.qty .compare:hover,
.quickview .btn-group.wish-comp .wishlist:hover,
.quickview .btn-group.wish-comp .compare:hover,
.quickview .btn-group.wish-comp .wishlist:hover::before,
.quickview .btn-group.wish-comp .compare:hover::before {
	color: #000000;
}

#button-search.btn.btn-primary,
#product .form-group.required .btn.btn-default,
#product .form-group.required .btn.btn-default.btn-block {
	background: #000;
	border-color: #000;
	color: #fff;
}

.product-list .product-thumb .price-new,
.product-list .product-thumb .price-old {
	float: none;
}

.product-list .addtocart {
	background: #000000 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.6px;
	padding: 6px 19px;
	text-transform: capitalize;
	margin: 10px 0 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;

}

.product-list .addtocart:hover {
	background: #e6e6e6 none repeat scroll 0 0;
	border-color: #e6e6e6;
	color: #000000;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}

.product-thumb .button-group .addtocart:hover {
	background: #e6e6e6 none repeat scroll 0 0;
	border-color: #e6e6e6;
	color: #000000;
}

.product-thumb:hover .button-group button+button {
	left: 0;
	display: none;
}

.product-thumb:hover .button-group button {
	left: 0;
}

.product-thumb .button-group button:hover,
.product-thumb .button-group button:focus {
	color: #e6e6e6;
	text-decoration: none;
	cursor: pointer;
}

.product-thumb .button-group button:hover,
.product-block:hover .button-group button {
	/* Old browsers */
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.product-thumb .button-group button.compare .fa {}

.product-thumb .button-group button.compare {}



@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		position: static !important;
	}

}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {}

.thumbnails {}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 0px;
	display: block;
}

.image-additional {}

.thumbnails .image-additional {
	float: left;
}

.left.product-image .image .thumbnail {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: 0 !important;
}

.product-info .image {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

#content.productpage h3 {
	margin-top: 0;
	font-size: 15px;
	margin-bottom: 0px;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #000;
}

.product-info .zoomContainer {
	z-index: 9;
}

/* It need for ie7 */
.product-info .additional-carousel {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	width: 440px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.product-info .image-additional img {
	height: auto;
	max-width: 100%;
}

.product-info .image-additional a {
	float: none;
	display: block;
	border: 1px solid #f0f0f0;
}

.product-info .image-additional a:hover {
	border-color: #000;
}

.product-right .btn-group .wishlist .fa,
.product-right .btn-group .compare .fa {
	margin-right: 5px;
}

#input-captcha,
#input-payment-captcha {
	margin-bottom: 10px
}

.quickview .form-group.qty .wishlist,
.quickview .form-group.qty .compare {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none;
	color: #666666 !important;
	font-size: 13px;
	font-weight: 500;
	padding: 7px 5px;
	text-transform: capitalize;
}

.productpage #input-quantity,
.quickview #input-quantity {
	float: left;
	margin-right: 15px;
	width: auto;
	height: 36px;
	text-align: center;
}

.form-group.qty .control-label {
	float: left;
	margin: 6px 10px 0 0;
	font-size: 14px;
}

.subbanner-cms2 .sub-heading {
	display: none;
}

/* caprica www.capricathemes.com Start */

/* box */
.box {
	margin-bottom: 0;
}




.box .box-heading,
#testimonial .box-heading {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 0;
	text-transform: uppercase;
}

#column-left .box .box-heading,
#column-left #testimonial .box-heading,
#column-right .box .box-heading,
#column-right #testimonial .box-heading {
	position: relative;
}

#column-left .box .box-heading {
	background: #e6e6e6;
	/* Old browsers */
	color: #000000;
	padding: 10px 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	letter-spacing: 0;
}

.service-banner .box-heading {
	display: none;
}

.box .box-content {
	border-radius: 0px;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.box-heading .fa.fa-angle-down {
	background: #e6e6e6 none repeat scroll 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #000;
	float: right;
	padding: 2px 4px;
	margin: 4px 0 0;
	font-weight: 600;
}

.static_links li:first-child a {
	padding-left: 10px !important;
}

#content .box .blogs,
.box-heading {
	color: #fff;
	font-size: 13px;
	font-weight: inherit;
	padding: 15px;
}

.main-slider .swiper-button-next,
.swiper-button-prev {
	margin-top: 0 !important;

}

#content .box.blogs .box-heading {
	padding: 15px 0 0 0;
	margin-left: 0;
}

#content .box .box-heading,
.hometab .box-heading,
#content .box.featured .box-heading {
	border: medium none;
	color: #000;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	float: left;
	padding: 0;
}


.featured_tagline {
	color: #666666;
	font-size: 14px;
	text-transform: capitalize;
	display: none;
}

.category_tab h3 {
	font-weight: 700 !important;
	margin: 0 0 10px !important;
}

#content .box .box-content {
	border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border: none;
	padding: 30px 0 0 0;
	float: left;
	width: 100%;
}

.related_prd .customNavigation a {
	top: -58px;
}

.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: 4px 0;
	border-bottom: 1px dashed #e4e4e4;
}

.box .box-content ul li:last-child,
#content .content ul li:last-child {
	border: medium none;
}

.box .box-content ul li a,
#content .content ul li a {}

.box .box-content ul li a+a,
.box .box-content ul li a+a:hover {
	background: none;
	padding-left: 0;
}

.box .box-content ul li a:hover,
#content .content ul li a:hover {}

.box .box-content ul ul {
	margin-left: 0px;
}

.box.latest,
.box.bestseller,
.box.featured,
.box.special {
	margin-bottom: 0px;
	clear: both;
}

#content .box-product {
	list-style-type: none;
	position: relative;
	width: 100%;
	margin: 0px;
	list-style: none;
	overflow: visible;
}


/*.product-grid-list ul li,*/
#content .box-product .product-items {
	overflow: hidden;
	position: relative;
}


.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
	float: left;
	display: inline-block;
}

.ie7 .product-grid li {
	width: 192px !important;
}

#content .image-additional .slider-item {
	display: inline-block;
	float: none;
}

#content .image-additional.product-carousel .slider-item {
	float: left;
}

#content .image-additional .slider-item .product-block {
	margin: 4px;
	background: transparent;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	clear: both;
	overflow: hidden;
	text-align: center;
}

#content .image-additional .slider-item .product-block:hover {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.product-block-inner {
	position: relative;
}

.grid_default_width {
	width: 225px;
}

.featured_default_width {
	width: 244px;
}

.module_default_width {
	width: 180px;
}

.latest_default_width {
	width: 244px;
}

.special_default_width {
	width: 244px;
}

.related_default_width {
	width: 244px;
}

.bestseller_default_width {
	width: 244px;
}

.tabspecial_default_width {
	width: 244px;
}

.tabbestseller_default_width {
	width: 244px;
}

.tablatest_default_width {
	width: 244px;
}

.additional_default_width {
	width: 90px;
}

.testimonial_default_width {
	width: 100%;
}

.categorycms_default_width {
	width: 430px;
}

#content .banners-slider-carousel .product-carousel .product-block-inner,
#content .banners-slider-carousel .product-grid .product-block-inner {
	text-align: center;
}

#content .product-carousel .product-block,
#content .productbox-grid .product-block,
#content .box-product .product-block,
.category_tab .tab-pane .product-block {
	background: #fff;
	clear: both;
	overflow: hidden;
	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;

}

#content .product-carousel .product-block,
#content .productbox-grid .product-block,
#content .box-product .product-block,
.category_tab .tab-pane .product-block .button-group button:hover {
	/* background: #e95e19; */
	color: #ffffff;

}
.box-product.product-carousel .product-block.product-thumb.transition
{
	min-height: 448px;
}

.product-block .product-details {
	width: 100%;
}

.product-grid .product-details.list,
.product-list .product-details.grid {
	display: none;
}

.category_tab .col-xs-12 {
	padding: 0;
}

.category_tab .tab-content>.tab-pane {
	margin: 0 -16px;
}

#content .product-carousel .product-block:hover,
#content .product-grid .product-block:hover,
#content .box-product .product-block:hover,
.category_tab .tab-pane .product-block:hover {
	overflow: hidden;
	clear: both;
}

#content .banners-slider-carousel .product-block {
	margin: 5px 15px;
	cursor: pointer;
}

#content #carousel-0 .product-block:hover img {
	opacity: 0.7;
	-o-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;

}

#content .banners-slider-carousel .product-block .product-block-inner {
	padding: 15px 0 !important;
}

.ie7 #content .product-carousel .product-block,
/*.ie7 #content .product-grid-list .product-block,*/
.ie7 #content .box-product .product-block {
	border: 1px solid #ddd;
}

.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 #ddd;
}


.product-grid .product-thumb .desc,
.productbox-grid .product-thumb .price-tax,
.product-carousel .product-thumb .price-tax {
	display: none;
}

.product-list .product-details {
	overflow: hidden;
	float: none;
	display: block;
	width: auto;
	padding: 0 20px;
}

.product-list .product-thumb .caption {
	float: left;
	padding: 0;
	text-align: left;
	width: 100%;
}

.product-list .caption a {
	color: #000000;
	font-size: 13px;
	font-weight: 600;
}

.product-list .product-thumb .list-right {}

.product-info .product-image .customNavigation span.prev:hover::before,
.product-info .product-image .customNavigation span.next:hover::before {
	background: #e6e6e6 none repeat scroll 0 0 !important;
	border: 1px solid #e6e6e6 !important;
	color: #000000 !important;
}

#column-left .swiper-pagination.swiper-pagination-bullets {
	display: none;
}

#content .product-carousel .product-block-inner,
#content .box-product .product-block-inner,
.category_tab .tab-pane .product-block-inner {
	padding: 0 14px;
	text-align: center;
	overflow: visible;
	position: relative;
	margin: 0;
}

#products-related .product-block .product-block-inner {
	overflow: hidden;
}

#content .product-list .product-block .image {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.banners-slider-carousel {
	margin-bottom: 0px;
	margin-top: 30px;
	position: relative;
	width: 100%;
	clear: both;
}

#carousel-0 {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	margin: 30px 0;
	padding: 30px 50px;
	width: 100%;
	border: 1px solid #ebebeb;
}

#content #carousel-0 .product-block-inner {
	padding: 10px;
}

#content #carousel-0 .product-block:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.sale {
	background-color: #fff;
	border-radius: 20px;
	padding: 0 20px;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	left: 20px;
	top: 12px;
	right: auto;
	letter-spacing: 0.5px;
	transition: all 0.6s ease 0s;
}

.fa-star-o::before {
	content: "\f006";
}

.product-right .desc {
	font-weight: 600;
	margin-right: 10px;
	color: #000;
}

#content .product-right .special-price,
#content .product-right .product-price {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	display: inline-block;
	vertical-align: bottom;
}

.product-list .product-block:hover .sale {
	opacity: 0;
	-o-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
}

.product-list .product-block .image:hover .sale {
	opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
}

/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
	padding: 10px 20px;
}

#column-left .box-product>div,
#column-right .box-product>div {
	display: block;
	vertical-align: top;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	width: 100%;
}

#column-left .toggle .mobile_togglemenu::before {
	color: #fff;
	right: 15px
}

#column-left .box .box-content div.product-items:last-child>div,
#column-right .box .box-content div.product-items:last-child>div,
#column-left .box .box-content div.slider-item:last-child>div,
#column-right .box .box-content div.slider-item:last-child>div {
	border: 0 none;
}

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0;
	float: left;
	margin-right: 15px;
}

#column-left .product-block:hover,
#column-right .product-block:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

#column-left .product-items .product-details,
#column-right .product-items .product-details {
	float: none;
	width: auto;
	/* specify width as per your requirement */
	overflow: hidden;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0;
	border: none;
	float: left;
	width: 100%;
	margin-top: 0;
}

#column-left .special-inner-content .image .rating,
#column-left .featured-inner-content .image .rating,
#column-left .bestseller-inner-content .image .rating,
#column-right .special-inner-content .image .rating,
#column-right .featured-inner-content .image .rating,
#column-right .bestseller-inner-content .image .rating {
	display: none;
	
}

#column-left .special-inner-content .product-details .rating,
#column-left .featured-inner-content .product-details .rating,
#column-left .bestseller-inner-content .product-details .rating,
#column-right .special-inner-content .product-details .rating,
#column-right .featured-inner-content .product-details .rating,
#column-right .bestseller-inner-content .product-details .rating {
	display: block;
}

#column-left .button-group-hover,
#column-right .button-group-hover {
	display: none;
}

#column-left .img-prd,
#column-right .img-prd {
	margin: 0;
}

.special-inner-content .product-details .rating,
.featured-inner-content .product-details .rating {
	display: none;
}

#column-left .caption a,
#column-right .caption a {
	word-wrap: break-word;
	font-size: 13px;
}


#column-left .box-product .product-thumb h4,
#column-right .box-product .product-thumb h4 {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 5px;
	text-align: left;
}

#column-left .product-thumb .price,
#column-right .product-thumb .price {
	text-align: left;
}

#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;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	height: auto;
	font-weight: normal;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-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 .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 {
	float: left;
	line-height: 20px;
	margin-bottom: 4px;
}



#column-left .box .filterbox,
#column-right .box .filterbox {
	padding: 0 25px;
}

#column-left .box .box-content,
#column-right .box .box-content,
#column-left .box .filterbox,
#column-right .box .filterbox {
	margin-bottom: 0;
	border: 1px solid #e6e6e6;
}

#column-left .box-product .rating,
#column-right .box-product .rating {
	margin-bottom: 0px;
	width: 100%;
	display: block;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	float: left;
	text-align: left;
	bottom: auto;
	padding: 5px 0 0;
	display: none;
}

#column-left .product-thumb,
#column-right .product-thumb {
	border: none;
	margin-bottom: 0px;
	padding: 10px 0;
	float: left;
	width: 100%;
}

#column-left .product-thumb:hover,
#column-right .product-thumb:hover {}

#column-left .sale,
#column-left .price-tax,
#column-left .wishlist,
#column-left .compare,
#column-right .sale,
#column-right .price-tax,
#column-right .wishlist,
#column-right .compare {
	display: none !important;
}

#column-left .product-thumb .button-group button,
#column-right .product-thumb .button-group button {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
	width: 100%;
	color: #666666;
	text-transform: capitalize;
	text-align: left;
	font-size: 13px;
	margin: 3px 0 0;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0;
}

#column-left .product-thumb .button-group .addtocart,
#column-right .product-thumb .button-group .addtocart {
	transform: scale(1);

}

#column-left .product-thumb .button-group .addtocart::before,
#column-right .product-thumb .button-group .addtocart::before {
	content: none;
}

#column-left .product-thumb .button-group button span,
#column-right .product-thumb .button-group button span {
	display: block !important;
}

#column-left .product-thumb .button-group button:hover,
#column-right .product-thumb .button-group button:hover {
	color: #b2b2b2
}

#column-left .product-thumb .button-group button .fa,
#column-right .product-thumb .button-group button .fa {
	display: none;
}

#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group {
	background: none;
	border: none;
	display: block;
	float: left;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}




#column-left .product-thumb .image .button-group,
#column-right .product-thumb .image .button-group {
	display: none
}

#column-left .container,
#column-right .container {
	width: auto
}

#column-left .box,
#column-right .box {
	margin-bottom: 30px;
	position: relative;
	border-radius: 0px;
	background: #fff;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	clear: both;
}

#column-left .percentsaving,
#column-right .percentsaving {
	display: none;
}

.top_button {
	background: url(../image/caprica/back_to_top.png) no-repeat scroll center center transparent;
	right: 10px;
	bottom: 10px;
	display: none;
	position: fixed;
	z-index: 999;
	width: 50px;
	height: 50px;
	font-size: 0;
	display: block;
	animation-name: flipOutY;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	-webkit-animation-name: flipOutY;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-name: flipOutY;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-out;
	-ms-animation-name: flipOutY;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-out;
	-o-animation-name: flipOutY;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o--animation-timing-function: ease-out;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}

@media (max-width: 1020px) {
	.top_button {
		animation-name: unset;
		animation: unset;
	}
}

.top_button:hover {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;

}


@keyframes flipOutY {
	0% {
		transform: perspective(400px);
		-webkit-transform: perspective(400px);
		-moz-transform: perspective(400px);
		-ms-transform: perspective(400px);
		-o-transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		-moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		-o-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
		-o-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
	}

	100% {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-o-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
		-o-opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
	}
}

@-webkit-keyframes flipOutY {
	0% {
		transform: perspective(400px);
		-webkit-transform: perspective(400px);
		-moz-transform: perspective(400px);
		-ms-transform: perspective(400px);
		-o-transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		-moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		-o-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
		-o-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
	}

	100% {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-o-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
		-o-opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
	}
}


#content ul.list-unstyled {
	margin-bottom: 10px;
	overflow: auto;
}

#content ul.list-unstyled li {
	line-height: 20px;
	padding: 4px 0;
}

.manufacturer-list {
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding: 5px;
}

.manufacturer-heading {
	background: none repeat scroll 0 0 #f8f8f8;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
}

.manufacturer-content {
	padding: 8px;
}

.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;
}

.col-sm-4.total_amount {
	margin-top: 70px;
}

.product-tag {
	margin: 5px 0;
}

.aboutus {
	clear: both;
	margin-bottom: 30px;
	margin-top: 10px;
}

.aboutus h3 {
	margin-bottom: 10px;
}

.image1 {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll 7px -155px;
	float: left;
	height: 60px;
	width: 60px;
}

.image2 {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll 7px -95px;
	float: left;
	height: 60px;
	width: 60px;
}

.image3 {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll 7px -38px;
	float: left;
	height: 60px;
	width: 60px;
}

.image4 {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll 7px 23px;
	float: left;
	height: 60px;
	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 {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border: none;
	padding: 6px 12px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

#column-left .swiper-viewport {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	margin-bottom: 30px;
}

#column-left .box .box-content ul li a,
#column-right .box .box-content ul li a {
	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;
}

.category_filter #grid-view {
	background: url(../image/caprica/list.png) no-repeat scroll 0px -18px transparent;
	width: 25px;
	height: 25px;

}

.category_filter #list-view {
	background: url(../image/caprica/list.png) no-repeat scroll 1px 5px transparent;
	width: 25px;
	height: 25px;
}

.category_filter #list-view:hover,
.category_filter #list-view.active {
	background: url(../image/caprica/list.png) no-repeat scroll -22px 5px transparent;
}

.category_filter #grid-view:hover,
.category_filter #grid-view.active {
	background: url(../image/caprica/list.png) no-repeat scroll -24px -18px transparent;
}


.category_filter #grid-view .fa,
.category_filter #list-view .fa {
	display: none
}

#list-view {
	margin-left: 2px
}

.category_filter #grid-view:hover .fa,
.category_filter #list-view:hover .fa {
	color: #fff;
}

.category_filter .btn-list-grid {
	float: left;
	width: auto;
	padding: 0;
	margin-top: 2px;
	margin-left: 0px;
}

.compare-total {
	float: left;
	margin: 6px 20px 0;
}

.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 .show {
	float: left;
	margin: 5px 10px 0;
	padding: 0;
	width: auto;
}

.category_filter .sort {
	float: left;
	width: 150px;
	padding: 0;
}

.category_filter .limit {
	float: right;
	width: 100px;
	padding: 0;
}

.sort-by-wrapper,
.show-wrapper {
	float: left;
}

.sort-by-wrapper {
	margin-right: 15px;
}

.show-wrapper {
	margin: 0;
}

.category_thumb .category_img,
.category_thumb .category_description {
	float: left;
	width: 100%;
}

.row.category_thumb {
	margin: 0 -15px;
	padding: 0;
}

.category_img img {
	margin-bottom: 10px;
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.category_list ul {
	padding: 0;
	display: inline-block;
	margin: 7px 0 0;
}

#content .refine-search {
	margin-bottom: 12px;
	margin-top: 5px;
	text-transform: capitalize;
}

.refine-search ul {
	padding: 0;
}

.refine-search ul li {
	list-style: none;
}

.category_list li a {
	color: #1f2022;
	display: block;
	padding: 5px 15px;
	border: 1px solid #1f2022;
	background-color: #fff;
}

.category_list li a:hover {
	color: #b2b2b2;
	border-color: #b2b2b2;
}

.category_list li {
	float: left;
	list-style: outside none none;
	margin: 0 10px 0px 0;
}

.pagination-wrapper {
	border: none;
	display: inline-block;
	margin: 10px 0 0;
	padding: 0px;
	width: 100%;
	background: none;
}

.pagination>li:last-child {
	margin: 0;
}

.category_filter {
	border: none;
	display: inline-block;
	margin: 15px 0 12px;
	padding: 0 0 5px;
	width: 100%;
	background: none;
	border-bottom: 1px solid #e5e5e5;
}

.pagination-wrapper .page-link {
	float: right;
	padding: 0;
	width: auto;
	margin-top: 6px;
}

.pagination-wrapper .page-result {
	float: left;
	padding: 0;
	width: auto;
}

.contact-info .left {
	float: left;
	width: 50%;
}

.contact-info .right {
	float: right;
	width: 50%;
	text-align: right;
}

.row.contact-info {
	padding: 0 15px;
}

.information-contact .panel-body {
	padding: 0
}

.information-contact .panel {
	border: medium none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.contact-info {}

.contact-info .address-detail strong {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll -8px -232px transparent;
	padding: 2px 0 0 35px;
	height: 28px;
	margin: 10px 0 0;
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.contact-info .address-detail,
.contact-info .telephone,
.contact-info .fax,
.contact-info .openingtime,
.contact-info .comments {
	float: left;
	width: 100%;
}

.contact-info .telephone strong {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll -8px -313px transparent;
	padding: 2px 0 0 35px;
	margin: 10px 0 0;
	height: 28px;
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.contact-info .fax strong {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll -8px -270px transparent;
	padding: 2px 0 0 35px;
	height: 28px;
	margin: 10px 0 0;
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.contact-info .openingtime strong {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll -5px -355px transparent;
	padding: 2px 0 0 35px;
	height: 28px;
	margin: 10px 0 0;
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.checkout-cart .alert.alert-danger,
.checkout-cart .alert-success {
	width: 100%;
}

.contact-info .comments strong {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll -5px -399px transparent;
	padding: 2px 0 0 35px;
	height: 28px;
	margin: 10px 0 0;
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.contact-info address {
	display: inline-block;
	margin: 0 0 0 36px;
	float: left;
	clear: both;
	font-size: 13px;
	text-align: left;
}

.address-detail .btn {
	clear: both;
	float: left;
	margin: 15px 0 0 37px;
}

#spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	/*background: url("../image/caprica/ajax-loader.gif") 50% 50% no-repeat #fff;*/
	background-size: 8%;
}

.main-slider {
	position: relative;
	width: 100%;
	margin: 0;
}

.main-slider img {
	border: none;
}

.main-slider .owl-carousel {}

.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 i {
	margin: 0 5px;
}

.productpage .write-review {
	margin: 0 5px;
	text-transform: capitalize;
}

.productpage .review-count {
	margin: 0 10px;
	text-transform: capitalize;
}

.productpage .rating-wrapper {
	margin: 15px 0 5px;
	color: #ffe11b;
}

.quickview .rating-wrapper {
	margin: 10px 0 20px;
	color: #ffe11b;
}

.productpage .productpage_details {
	float: left;
	margin-top: 0px;
	width: 100%;
}

.productpage #tabs_info {
	background: #ffffff none repeat scroll 0 0;
	margin: 30px 0;
	padding: 0;
	float: left;
	width: 100%;
}

.productpage .productpage_details .product-left {
	padding: 0;
	width: 445px;
}

.productpage .productpage_details .product-right {
	margin-left: 30px;
	width: 45%;
}

.layout-2.right-col #content.productpage {
	width: 100%;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
}

#content .productpage_details #column-right {
	float: right;
	margin: 0;
	padding: 0;
	width: 238px;
}

.productpage #banner0.owl-carousel {
	overflow: visible;
}

.productpage #banner0 .owl-pagination {
	bottom: -30px;
}

.productpage #banner0 .owl-page {
	border: 2px solid #000000;
}

.productpage #banner0 .owl-page>span {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 10px;
	position: relative;
	text-indent: -9999px;
	width: 10px;
}

.productpage #banner0 .owl-page.active>span,
.productpage #banner0 .owl-page:hover>span {
	background: #000000 none repeat scroll 0 0;
}

.sale-cms-text>a {
	color: #e6e6e6;
}

.sale-cms {
	background: #111111 none repeat scroll 0 0;
	color: #ffffff;
	margin-right: 35px;
	margin-top: -7px;
	text-align: center;
	width: 15%;
	padding-bottom: 10px;
}

.sale-cms .text1 {
	font-size: 65px;
	font-weight: 800;
	line-height: 65px;
	text-transform: uppercase;
}

.sale-cms .text2 {
	border-bottom: 1px dashed #ffffff;
	border-top: 1px dashed #ffffff;
	display: inline-block;
	margin: 2px 0 5px;
	padding: 2px 42px 3px;
}

.sale-cms .text3 {
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
}

.sale-cms .text4 {
	text-transform: uppercase;
}

.col-sm-8.product-left {
	margin-right: 25px;
	padding: 0;
	width: 43%;
}

.col-sm-4.product-right {
	padding: 0 15px;
	width: 55%;
}

.quickview .review-count,
.quickview .write-review {
	display: none;
}



#content.productpage ul.list-unstyled {
	border-bottom: medium none;
}

.checkout-cart .hasCustomSelect {
	width: 95% !important;
}

#content ul.list-unstyled.attr span {
	font-weight: 600;
	color: #666666;
	font-size: 14px;
}

.content-top-breadcum {
	background: url("../image/caprica/bredcrumb.jpg") repeat scroll 50% 0 #fff;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0;
}

.content-top-breadcum .container {
	padding: 55px 0;
	overflow: hidden;
	width: 100%;
	position: relative;
	text-align: center;
}

.content-top-breadcum #title-content {
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb {
	padding: 0 15px;
	margin: 0;
	list-style: none;
	background: none;
	text-align: center;
	float: none;
}

.common-home .content-top-breadcum .container {
	display: none;
}

#content ul.list-unstyled.attr {
	padding-bottom: 15px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 15px;
	margin-bottom: 20px;
}

#content ul.list-unstyled.attr li {
	clear: both
}

.productpage .product-right ul.price,
.productpage .product-right ul.price {
	padding-bottom: 10px
}

#content ul.list-unstyled.price li {
	float: left;
	padding: 2px 0;
	font-size: 13px;
	color: #000;
}

.productpage .product-right ul li span.old-price,
.productpage .product-right ul li span.special-price {
	float: left;
	margin-bottom: 10px;
}

.productpage .product-right ul li.discount,
.productpage .product-right ul li.rewardpoint,
.productpage .product-right ul li.price-tax {
	clear: both;
}

span.old-price {
	margin-right: 10px;
	font-size: 18px;
	color: #b5b5b5;
}

.btn-default:hover {
	color: #000;
}

#content h3.special-price {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 600;
	margin-bottom: 10px;
}

div#product {
	padding-top: 5px;
}

.page-title {
	padding: 0px;
}

.page-title,
.refine-search,
.product-title,
.product-option {
	font-size: 20px;
	font-weight: 600 !important;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 15px;
}

.copy-right {
	border-top: 1px solid #e5e5e5;
	padding: 10px 0;
	text-align: center;
}

.category_description>p {
	margin: 8px 0px 12px;
	font-size: 14px;
}

#bottom-footer li {
	display: inline;
	padding: 1px 7px 1px 2px;
	background: url(../image/caprica/pipe.gif) no-repeat scroll right center transparent;
}

#bottom-footer li.contact {
	background: none;
}

.account-address .table>tbody>tr>td {
	vertical-align: middle;
	padding: 15px;
}

.account-address .btn-info {
	margin: 2px 0;
}

.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 {
	width: auto;
}

.checkout-cart .shopping-cart .input-group-btn {
	float: left;
}

#accordion label.col-sm-2.control-label {
	margin: 7px 0 0;
	padding: 0 5px 0 0;
}

#accordion #collapse-shipping label.col-sm-2.control-label {
	padding: 0 15px;
}

.checkout-checkout #accordion label.col-sm-2.control-label {
	padding-left: 15px;
}

.checkout-cart .input-group-btn:last-child>.btn,
.checkout-cart .input-group-btn:last-child>.btn-group {
	margin-left: 5px;
	font-size: 12px;
}

.col-sm-3.search_subcategory {
	width: 100%;
	margin-top: 7px;
}

#button-search {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 7px 16px;
}

.product-search h2 {
	clear: both;
}

.banners-slider-carousel img {
	transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;

}

.banners-slider-carousel img:hover {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
}

.service-banner {
	margin-top: 60px;
	margin-bottom: 35px;
}

.service-banner .ser-banner {
	margin: 0px;
	min-height: 102px;
	position: relative;
	width: 270px;
	padding: 15px 10px;
	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;
}

.ser-banner.banner1 {
	background: #f2f2f2 none repeat scroll 0 0;
	border-bottom: 2px solid #e6e6e6;
}

.ser-banner.banner2 {
	background: #ffffff none repeat scroll 0 0;
}

.ser-banner.banner3 {
	background: #f2f2f2 none repeat scroll 0 0;
	border-bottom: 2px solid #e6e6e6;
}

.ser-banner.banner4 {
	background: #ffffff none repeat scroll 0 0;
}

.ser-banner.banner5 {
	background: #f2f2f2 none repeat scroll 0 0;
	border-bottom: 2px solid #e6e6e6;
}

.ser-text1,
.ser-text2 {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 22px;
	color: #666666;
	float: left;
	margin-top: 15px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.ser-text3 {
	font-weight: 400;
	line-height: 16px;
	color: #6c6c6c;
	margin-top: 3px;
	font-size: 14px;
	float: left;
	text-transform: capitalize;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.ser-banner.banner1:hover .ser-text1,
.ser-banner.banner1:hover .ser-text2 {
	color: #e6e6e6;
}

.ser-banner.banner2:hover .ser-text1,
.ser-banner.banner2:hover .ser-text2 {
	color: #e6e6e6;
}

.ser-banner.banner3:hover .ser-text1,
.ser-banner.banner3:hover .ser-text2 {
	color: #e6e6e6;
}

.ser-banner.banner4:hover .ser-text1,
.ser-banner.banner4:hover .ser-text2 {
	color: #e6e6e6;
}

.ser-banner.banner5:hover .ser-text1,
.ser-banner.banner5:hover .ser-text2 {
	color: #e6e6e6;
}

.ser-banner.banner6:hover .ser-text1,
.ser-banner.banner6:hover .ser-text2 {
	color: #e6e6e6;
}

.round_img {}

.round_img img {
	transition: transform .2s ease-in-out;
}

.ser-banner:hover .round_img img {
	transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
}

.ser-banner:hover .round_img {}

.ser-banner .round_img {
	border: medium none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: inherit;
	display: block;
	float: left;
	height: 62px;
	margin-left: 10px;
	padding: 0;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	vertical-align: middle;
	width: 62px;
	z-index: 1;
}

.subbanner-cms3 {
	margin-bottom: 45px;
	display: inline-block;
	width: 100%;
}

.subbannercmspart1 {
	float: left;
	width: 460px;
	overflow: hidden;
	line-height: 0;
}

.subbannercmspart2 {
	float: right;
	width: 460px;
	overflow: hidden;
	line-height: 0;
}

.subbannercmspart3 {
	float: left;
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
	height: 92px;
}

.subbannercmspart3 .subbanner-inner {
	display: inline-block;
	width: 100%;
}

.subbannercmspart1 .subbanner-inner:hover img,
.subbannercmspart2 .subbanner-inner:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.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;
}

.subbanner-inner img {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.subbanner-cms2 {
	margin-top: 0px;
	margin-bottom: 40px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.subbannerpart1 {
	float: left;
	width: 38.9%;
}

.subbannerpart2 {
	float: left;
	width: 61.1%;
}

.subbanner-one {
	margin-right: 20px
}

.subbanner-two {
	margin: 0 0 0 0px;
}

.subbanner-three {
	margin-left: 10px
}

.subbannerpart2 .img1 {
	margin-bottom: 20px
}


.subbanner-one a,
.subbanner-two a,
.subbannercmspart1 a,
.subbannercmspart2 a {
	position: relative;
	display: inline-block;
}

.subbanner-one a:before,
.subbanner-two a:before,
.subbannercmspart1 a:before,
.subbannercmspart2 a:before {
	content: "";
	position: absolute;
	box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
	-moz-box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
	-webkit-box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
	-ms-box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
	-o-box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	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;
	z-index: 9;
}

.subbanner-one a:hover:before,
.subbanner-two a:hover:before,
.subbannercmspart1 a:hover:before,
.subbannercmspart2 a:hover:before,
.subbanner-one a:focus:before,
.subbanner-two a:focus:before,
.subbannercmspart1 a:focus:before,
.subbannercmspart2 a:focus:before {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.subbanner-inner {
	position: relative;
}

.subbanner-inner .banner-content {
	bottom: 0;
	height: 100px;
	left: 46px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 35%;
	width: 50%;
	z-index: 1;
	line-height: 20px;
}

.subbanner-inner .banner-content .banner-text1 {
	color: #666666;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 2px;
}

.subbanner-inner .banner-content .banner-text2 {
	color: #666666;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1.3px;
	margin-top: 12px;
}

.subbanner-inner .banner-content .banner-text3 {
	background: #e6e6e6 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 8px;
	padding: 4px 8px;
	width: auto;
}

.subbannercmspart3 .subbanner-inner .inner-content {
	position: relative;
	display: block;
	height: 92px;
	width: 100%;
}

.subbannercmspart3 .subbanner-inner .banner-content {
	line-height: 20px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 1;
	height: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.subbannercmspart3 .subbanner-inner .banner-content .banner-text1 {
	color: #666666;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 24px;
}

.subbannercmspart3 .subbanner-inner .banner-content .banner-text1 span {
	color: #f0264a;
}

.subbannercmspart3 .subbanner-inner .banner-content .banner-text2 {
	color: #666666;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2.8px;
	margin-top: 5px;
}

.subbannercmspart3 .subbanner-inner:before {
	border-left: 2px dashed #dadada;
	bottom: 0;
	content: "";
	height: 200%;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
	right: auto;
	z-index: 1;
}

.subbannercmspart3 .subbanner-inner:after {
	border-left: 2px dashed #dadada;
	bottom: 0;
	content: "";
	height: 200%;
	position: absolute;
	top: 0;
	width: 2px;
	right: 0;
}

.subbannercmspart3 .subbanner-inner .inner-content:before {
	border-top: 2px dashed #dadada;
	bottom: auto;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 200%;
}

.subbannercmspart3 .subbanner-inner .inner-content:after {
	border-bottom: 2px dashed #dadada;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: auto;
	width: 200%;
}

.subbannercmspart3 .subbanner-inner:hover:before {
	animation: slideDashYopp 1.5s infinite linear;
	-webkit-animation: slideDashYopp 1.5s infinite linear;
	-moz-animation: slideDashYopp 1.5s infinite linear;
	-ms-animation: slideDashYopp 1.5s infinite linear;
	-o-animation: slideDashYopp 1.5s infinite linear;
	border-color: #e6e6e6;
}

.subbannercmspart3 .subbanner-inner:hover:after {
	animation: slideDashY 1.5s infinite linear;
	-webkit-animation: slideDashY 1.5s infinite linear;
	-moz-animation: slideDashY 1.5s infinite linear;
	-ms-animation: slideDashY 1.5s infinite linear;
	-o-animation: slideDashY 1.5s infinite linear;
	border-color: #e6e6e6;
}


.subbannercmspart3 .subbanner-inner:hover .inner-content:after {
	-webkit-animation: slideDashXopp 10s infinite linear;
	animation: slideDashXopp 10s infinite linear;
	-moz-animation: slideDashXopp 10s infinite linear;
	-ms-animation: slideDashXopp 10s infinite linear;
	-o-animation: slideDashXopp 10s infinite linear;
	border-color: #e6e6e6;
}

.subbannercmspart3 .subbanner-inner:hover .inner-content:before {
	-webkit-animation: slideDash 10s infinite linear;
	animation: slideDash 10s infinite linear;
	-moz-animation: slideDash 10s infinite linear;
	-ms-animation: slideDash 10s infinite linear;
	-o-animation: slideDash 10s infinite linear;
	border-color: #e6e6e6;
}


@-webkit-keyframes slideDashXopp {
	from {
		transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
	}

	to {
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
}

@keyframes slideDashXopp {
	from {
		transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
	}

	to {
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
}

@-webkit-keyframes slideDash {
	from {
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}

	to {
		transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
	}
}

@keyframes slideDash {
	from {
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}

	to {
		transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
	}
}


@-webkit-keyframes slideDashY {
	from {
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	to {
		transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
	}
}

@keyframes slideDashY {
	from {
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	to {
		transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
	}
}


@-webkit-keyframes slideDashYopp {
	from {
		transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
	}

	to {
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
}

@keyframes slideDashYopp {
	from {
		transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
	}

	to {
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
}



/* CMS */
.box .box-content .megamenu ul li ul li {
	padding: 0;
}

#nav-one li .megamenu ul {
	width: 180px;
}

#column-left .treeview-list .expandable .collapsable-hitarea::before,
#column-left .treeview-list .expandable-hitarea::before,
#column-left .treeview-list .collapsable .expandable-hitarea::before,
#column-left .treeview-list .collapsable-hitarea::before {
	position: relative;
	top: 4px;
}

.box .box-content ul,
#content .content ul {
	padding: 0;
	margin: 0px;
	list-style: none;
}

#column-left .box .box-content ul li:hover,
#column-right .box .box-content ul li:hover {
	/*padding-left: 5px;*/
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

#column-left .box .box-content ul li a,
#column-right .box .box-content ul li a {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.box .box-content ul li {
	line-height: 23px;
	padding: 0px 25px;
	border-bottom: none
}

.box .box-content ul ul {
	margin-left: 20px;
}

#column-left .box .box-content ul li,
#column-right .box .box-content ul li {
	padding: 0;
}

#column-left .box .box-content ul li a,
#column-right .box .box-content ul li a {
	padding: 4px 0;
}

.box .box-content ul li:last-child a {
	border: medium none;
}

.box .box-content ul li ul li {
	padding: 0 25px;
	border-bottom: none;
}

.box .box-content .box-category {
	padding: 10px 20px;
}

#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: #666666;
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
}

.box .box-content ul li a+a,
.box .box-content ul li a+a:hover {
	background: none;
	padding-left: 0;
}

.box .box-content ul li a:hover,
#content .content ul li a:hover {
	color: #b2b2b2;
}

.box .box-content ul ul {
	z-index: 99;
	width: auto;
}

.capricacategory .box-content .dropmenu {
	padding: 10px 0px;
}

.single-banner {
	margin: 0;
}

#column-right .single-banner {
	margin: 0;
}

#content .single-banner {
	margin: 0 0 15px;
}

#content #banner2 a {
	position: relative;
	display: block;
}

#content #banner2 a:before {
	content: "";
	position: absolute;
	box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
	-ms-box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
	-o-box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
	height: 100%;
	width: 100%;
	-moz-box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
	-webkit-box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	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;
	z-index: 9;
}

#content #banner2:hover a:before {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.box .box-content ul li ul li a.activSub:hover,
.box .box-content ul li a.activSub:hover {}

.box .box-content ul li ul li a.activSub,
.box .box-content ul li a.activSub {}

.box .box-content ul ul li ul {
	padding: 0;
}

.box .box-content ul ul li:hover ul {
	display: block;
}

.navbar-nav>ul>li>a:hover .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
}

.product-block-inner a img {
	vertical-align: middle;
}


.box-category-heading {
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	overflow: hidden;
	padding: 12px 0px;
	position: relative;
	text-transform: uppercase;
	width: 200px;
	line-height: 16px;
	display: none;
}

.box-category-heading .fa {
	float: left;
	font-size: 17px;
	font-weight: 600;
	margin-right: 10px;
}

.shipping-cms {
	display: inline-block;
	background: url(../image/caprica/plane.png) no-repeat scroll left center transparent;
	height: 26px;
	padding-left: 75px;
}

.shipping-text .text1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #64c1dd;
}

.shipping-text .text2 {
	font-weight: 300;
	text-transform: uppercase;
}

.headertopright .text2 {
	background: transparent url("../image/caprica/call.png") no-repeat scroll left center;
	color: #fb8a52;
	display: inline-block;
	font-size: 16px;
	padding: 2px 0 10px 50px;
	text-transform: uppercase;
	font-weight: 600;
	width: 75%;
	float: right;
}

.cms-data-info {
	border-left: 1px solid #e5e5e5;
	padding-left: 10px;
}

.headertopright .text2-dec {
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #ef6824;
	text-transform: capitalize;
}

.headertopright a:hover>span {
	color: #b2b2b2;
}

.contact-text .text1 {
	color: #1e1f22;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block
}

.contact-text .text2 {
	color: #f2ab33;
	text-transform: uppercase;
	display: none
}

.content_footer_top {
	background: #b2b2b2 none repeat scroll 0 0;
}

.content_footer_top .container {
	padding: 0;
}



.content_footer_bottom {
	text-align: center;
}

.content_footer_bottom {
	padding: 58px 70px 0;
	margin: 0;
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

.social-cms {
	float: right;
	margin-top: 5px;
}

.social-cms ul,
.payment-cms ul,
.app-cms ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.social-cms li {
	display: inline-block;
	padding: 0;
	margin: 0 7px 0 0;
}

.social-cms li:last-child {
	margin-right: 0
}

.social-cms ul li a {
	width: 45px;
	height: 43px;
	font-family: "FontAwesome";
	background-color: #ececec;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 12px 14px;
	display: block;
	letter-spacing: 0;
}

#footer_aboutus_block .social>a {
	background: #e6e6e6 none repeat scroll 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	float: left;
	height: 28px;
	text-align: center;
	width: 28px;
	padding: 1px;
	color: #000000;
	line-height: 28px;
	-webkit-transition: all 0.5s ease;
	-webkit-transition-delay: 0s;
	transition: all 0.5s ease 0s;
}

#footer_aboutus_block li.social a:hover .fa,
#footer_aboutus_block li.social a:focus .fa {
	color: #000000;
}

#footer_aboutus_block li.social {
	float: left;
	margin-right: 8px;
}

#footer_aboutus_block li.social:last-child {
	margin: 0;
}

#footer_aboutus_block .social a:hover,
#footer_aboutus_block .social a:focus {
	background-color: #b5b5b5;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transition: all 0.5s ease;
	-webkit-transition-delay: 0s;
	transition: all 0.5s ease 0s;
}

li.paymt a:hover::before,
li.paymt a:focus::before {
	
	color: #b2b2b2;
}

.social-cms ul li a .fa {
	font-size: 20px;
	letter-spacing: 0;
}

.social-cms ul li.facebook a .fa {
	margin-left: 3px;
}

.social-cms ul li a:hover {}

.social-cms ul li.facebook a:hover,
.social-cms ul li.facebook a:focus {
	background-color: #3b5999;
}

.social-cms ul li.twitter a:hover,
.social-cms ul li.twitter a:focus {
	background-color: #00aced;
}

.social-cms ul li.gplus a:hover,
.social-cms ul li.gplus a:focus {
	background-color: #dd4b39;
}

.social-cms ul li.linkedin a:hover,
.social-cms ul li.linkedin a:focus {
	background-color: #007bb6;
}

.social-cms ul li a:hover,
.social-cms ul li a:focus {
	color: #fff
}


.app-cms {
	display: inline-block;
}

.app-cms li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-top;
}

.app-cms li:last-child {
	margin: 0
}

.payment-cms {
	float: left;
	text-align: left;
	width: 100%;
}

.app-cms li.playstore a {
	background-position: 0 0;
}

.app-cms li.appstore a {
	background-position: -117px 0;
}

.app-cms li.windowsstore a {
	background-position: -237px 0;
}

.app-cms li a {
	background-attachment: scroll;
	background-image: url("../image/caprica/play-store.png");
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 108px;
}

.bottomfooter .list-unstyled {
	width: auto;
	float: left;
}

li.paymt a:before {
	content: "";
	font-family: "FontAwesome";
	font-size: 28px;
	display: block;
	color: #FFFFFF;
}

li.paymt a:hover:before {
	color: #e6e6e6;
}

#footer #footer_storeinformation_block li.payment {
	padding: 0;
	color: #e6e6e6;
}

#footer #footer_storeinformation_block li.paymt {
	float: left;
	margin-right: 7px;
	padding: 0;
}

.bottomfooter .payment li {
	display: inline-block;
	margin-left: 0px;
	margin-top: 0px;
	border: none;
}

#footer #footer_storeinformation_block li.paymt:last-child {
	margin: 0;
}

.payment li a {
	color: #000000;
	display: block;
	opacity: 0.4;
	-khtml-opacity: 0.4;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
}

.payment li a:hover,
.payment li a:focus {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

li.visa a:before {
	content: "\f1f0"
}

li.paypal a:before {
	content: "\f1f4"
}

li.mastercard a:before {
	content: "\f1f1"
}

li.discover a:before {
	content: "\f1f2"
}

li.americanexpress a:before {
	content: "\f1f3"
}

.subbanner-cms1 {
	float: left;
	padding-left: 30px;
	margin-top: 30px;
}

.subbanner-cms1 img {
	border: 1px solid #E0E0E0;
}

.subbanner1 {
	margin-bottom: 30px;
}

.subbanner1:hover img,
.subbanner2:hover img {
	opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

.subbanner1,
.subbanner2 {}

.subbanner1 a,
.subbanner2 a {
	position: relative;
	overflow: hidden;
	display: block;
}

.subbanner1 a:before,
.subbanner2 a:before {
	position: absolute;
	top: 0;
	left: -23px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: "";
	transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	-ms-transition: transform 0.6s;
	-o-transition: transform 0.6s;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	z-index: 5;
}


.subbanner1:hover a:before,
.subbanner2:hover a:before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}


.top-inner {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}

.top-inner .left-aboutus {
	width: 82%;
	float: left;
}

.top-inner .right-contactus {
	width: 18%;
	float: left;
	margin: 10px 0;
}

.top-inner .left-logo {
	float: left;
	padding-right: 40px;
	margin: 5px 0 0;
}

.top-inner .left-desc {
	float: left;
	padding: 10px 115px 10px 30px;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	font-size: 14px;
	color: #666666;
	width: 77%;
	line-height: 24px;
}

/* End CMS */
/*caprica tabs */
.img-prd .left-image,
.left-image.categorytabs {
	float: left;
	width: 16.49%;
	margin: 50px;
}

.img-prd .left-image .img {
	display: block;
	height: 417px;
	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;
}

.img-prd .left-image.capricatabs .img {
	background: url(../image/caprica/capricatabs_img.jpg) no-repeat scroll 0px 0px;
}

.img-prd .left-image.featured .img {
	background: url(../image/caprica/featured_img.jpg) no-repeat scroll 0px 0px;
}

.category_tab .left-image.categorytabs .img {
	background: url(../image/caprica/categorytab_img.jpg) no-repeat scroll 0px 0px;
	display: block;
	height: 417px;
	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;
}

/*end caprica tabs */



/* Tab cms */

.img-prd,
.category_tab.box {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 40px;
	margin-top: 12px;
	float: left;
	width: 100%;
}

.hometab,
.categorytab {
	margin-top: 0px;
	background-color: #fff;
}

.htabs {
	display: inline-block;
	line-height: normal;
	margin-right: 120px;
}

.categorytab .tabs {
	line-height: normal;
	padding: 0;
	border-bottom: medium none;
	min-height: 405px;
}

.etabs {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.htabs .etabs li,
.categorytab .nav-tabs li {
	display: inline-block;
	float: left;
	list-style: none outside none;
	position: relative;
	text-align: center;
}

.categorytab .nav-tabs {
	border: none;
	float: right;
	margin-right: 55px;
	margin-top: -37px;
	padding: 0;
}

.htabs .etabs li:last-child,
.categorytab .nav-tabs li:last-child {
	background: none
}

.htabs a,
.categorytab .nav-tabs a {
	border-right: 1px solid #e0e0e0;
	color: #000000;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 14px;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	text-transform: capitalize;
	transition: initial;
	-webkit-transition: initial;
	-moz-transition: initial;
	-ms-transition: initial;
	-o-transition: initial;
}

.htabs li:first-child a {
	padding-left: 0;
}

.htabs li:last-child a {
	border-right: medium none;
	padding-right: 0;
}

#Tab_Category_Slider .nav li {
	line-height: 14px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #666666;
	display: none;
}

#Tab_Category_Slider .nav li:last-child {
	border: medium none;
}

#Tab_Category_Slider .nav-tabs>li:first-child>a {
	padding-left: 0;
}

#Tab_Category_Slider .nav-tabs>li:hover>a,
#Tab_Category_Slider .nav-tabs>li.active>a {
	color: #e6e6e6;
}

#Tab_Category_Slider .nav-tabs>li>a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	padding: 0 15px;
}

#Tab_Category_Slider .owl-carousel {
	overflow: visible;
}

.category_tab_main {
	border-top: 1px solid #dedede;
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
}


#Tab_Category_Slider .owl-buttons .fa {
	display: none;
}

#Tab_Category_Slider .owl-buttons .left:before {
	content: "\f104";
	font-family: "fontawesome";
	font-size: 22px;
	color: #666666;
	position: relative;
	top: 0;
	left: 2px
}

#Tab_Category_Slider .owl-buttons .right:before {
	content: "\f105";
	font-family: "fontawesome";
	font-size: 22px;
	color: #666666;
	position: relative;
	top: 0px;
	left: 2px;
}

#Tab_Category_Slider .owl-carousel .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	position: absolute;
	right: 15px;
	top: -85px;
}

#Tab_Category_Slider .owl-carousel .owl-buttons .owl-prev {
	left: auto;
	right: 48px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#Tab_Category_Slider .owl-carousel .owl-buttons div {
	background: #fff;
	border: 1px solid #ccc;
	color: #000000;
	height: 28px;
	opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	width: 28px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 0px 7px;
}

#Tab_Category_Slider .owl-buttons div:hover .left::before,
#Tab_Category_Slider .owl-buttons div:hover .right::before {
	color: #fff;
}

#Tab_Category_Slider .owl-carousel .owl-buttons div:hover {
	background-color: #b2b2b2;
	color: #ffffff;
	border: 1px solid #b2b2b2;
}

.htabs a:hover,
.htabs a:focus,
.categorytab .nav-tabs a:hover,
.categorytab .nav-tabs a:focus {
	color: #b2b2b2 !important;
}

.htabs a.selected,
.categorytab .nav-tabs li.active a {
	color: #b2b2b2;
}

.htabs a:hover {
	color: #b2b2b2;
}

.tab-content {
	position: relative;
	padding: 0;
	z-index: 2;
	overflow: visible;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	font-size: 13px;

}

#tabs_info .tab-content {
	border-top: 2px solid #000000;
}

.thumbnail {
	border: 1px solid #f0f0f0;
}

#tabs_info.product-tab .tab-content {
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #ededed;
}

.nav-tabs {
	border-bottom: 0;
}

#tabs_info {
	padding: 0;
}

.nav-tabs>li {
	border: none !important;
}

.categorytab .tab-pane {
	padding: 10px 0 !important;
	border: medium none !important;
	margin: 0 -7px;
	overflow: visible !important;
	text-align: center;
}

.categorytab .tab-pane>img {
	margin: 150px auto;
}

.categorytab .tab-content {
	clear: both
}

.categorytab .tab-pane .owl-carousel {
	overflow: visible
}

.tab-content .tab {
	display: none;
}

.box .box-content ul li:last-child ul li:last-child a {
	border: medium none;
}

.categorytab .tab-pane .owl-prev {
	right: 30px !important;
	left: auto !important;
}

.categorytab .tab-pane .owl-prev span {
	background: url(../image/caprica/arrow.png) no-repeat scroll 5px 0px;
	border: medium none;
	cursor: pointer;
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.categorytab .tab-pane .owl-prev:hover span {
	background-position: 5px -33px;
	text-decoration: none;
}

.categorytab .tab-pane .owl-carousel .owl-buttons div {
	top: -40px;
}

.categorytab .tab-pane .owl-carousel .owl-buttons div span {
	width: 15px;
	height: 25px;
}

.categorytab .tab-pane .owl-next {
	right: 10px !important;
}

.categorytab .tab-pane .owl-next span {
	background: url(../image/caprica/arrow.png) no-repeat scroll -15px 0px transparent;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.categorytab .tab-pane .owl-next:hover span {
	background-position: -15px -33px;
	text-decoration: none;
}

.categorytab .tab-pane .owl-carousel .owl-buttons .owl-prev,
.categorytab .tab-pane .owl-carousel .owl-buttons .owl-next,
.categorytab .tab-pane .owl-carousel .owl-buttons div {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}


.categorytab .owl-item .col-lg-12 {
	padding: 0;
}


.customNavigation a.prev:hover::before,
.customNavigation a.next:hover::before {
	color: #000000;
}

.open .dropdown-toggle.btn-primary {
	background: #000000 !important;
	color: #ffffff !important;
}

.box-content .customNavigation a:hover,
.product-image .customNavigation a:hover {
	background: #e6e6e6 none repeat scroll 0 0;
	border: 1px solid #e6e6e6;
	color: #ffffff;
}

.hometab .tab-head {
	padding-top: 10px;
	display: inline-block;
	text-align: right;
	width: 100%;
}

.btn-danger:hover {
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff !important;
}

.btn-block+.btn-block {
	margin-top: 0;
}

.table-responsive {
	width: 100%;
}

#checkout-cart .text-left .btn {
	padding: 10px 15px !important;
}

.checkout-cart .shopping-cart input.form-control {
	text-align: center;
	width: 40px;
}

.hometab .customNavigation a.prev:before:hover,
.hometab .customNavigation a.next:before:hover {
	color: #fff
}

/* End Tab cms */





/*caprica Blog CSS */
.box.blogs {
	float: left;
	margin-bottom: 32px;
	width: 100%;
	padding: 30px;
	border: 1px solid #e5e5e5;
}

.blogs .box-head {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.box-head .blog_tagline {
	color: #666666;
	float: left;
	font-size: 14px;
	margin-bottom: 12px;
	display: none;
}

#content .box-product .blog-items {
	display: inline-block;
	float: left;
}

.capricablog .product-block img {
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);

}

.capricablog .product-block:hover img {
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
}

.blog-left {
	display: inline-block;
	margin: 0 0 18px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}

.blog-image {
	position: relative;
	overflow: hidden;
}

.blog-image::before {
	border: 1px solid #ffffff;
	bottom: 5%;
	content: "";
	left: 3%;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	right: 3%;
	top: 5%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	transition: all 0.35s 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;
	z-index: 1;
}

.product-block:hover .blog-left .blog-image:before {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.35s ease 0s;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	-ms-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
}

.blog-left .blog-image img {
	max-width: 100%;
}

.blog-right {
	text-align: center;
}

.blog-right h4 {
	float: left;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 10px;
	text-transform: capitalize;
	width: 100%;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

}



.view-blog {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0;
}

.read-more a {
	color: #e6e6e6;
	font-size: 13px;
}

.read-more .fa {
	display: none;
}

.write-comment {
	display: inline-block;
	float: none;
	padding-left: 18px;
	position: relative;
	text-align: left;
}

.common-home .write-comment::before {
	background: #a8a8a8 none repeat scroll 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	content: "";
	display: block;
	font-family: fontawesome;
	height: 4px;
	left: 9px;
	position: absolute;
	top: 11px;
	width: 4px;
}


.date-time .fa {
	display: none;
}

.blog_default_width {
	width: 313px;
}

.blog-desc {
	margin: 0px 0 5px;
	line-height: 23px;
	float: left;
	display: none;
	font-size: 13px;
}

.blog-img {
	padding: 0px;
}

.blog-right-content .blog-desc {
	display: block;
}

.comment-wrapper {
	display: inline-block;
	position: relative;
	float: right;
	margin: 5px 0 0;
}

.comment-wrapper .write-comment a::before {
	color: #000;
	content: "\f0e5";
	float: left;
	font-family: "FontAwesome";
	font-size: 13px;
	margin-right: 5px;
}

.blog-img .img-thumbnail {
	border: none
}

.blog-date {
	display: inline-block;
	float: left;
}

#content #blog-carousel,
#content #blog-grid {
	padding: 0px;
	border: none;
	overflow: visible;
}

#content .box.blogs .box-content {
	padding: 0;
	margin: 0 -15px 0;
}

#content #blog-carousel .blog-item {
	overflow: hidden;
	position: relative;
}

#content #blog-carousel .product-block,
#content #blog-grid .product-block {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#content #blog-carousel .product-block:hover,
#content #blog-grid .product-block:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

#blog-carousel .owl-pagination {}

#slideshow0 .owl-pagination {}

#slideshow0.owl-carousel .owl-buttons div i {}

#slideshow0.owl-carousel:hover .owl-buttons .owl-prev {
	background: url("../image/caprica/Pre.png") no-repeat scroll 0 0;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	height: 105px;


}

#slideshow0.owl-carousel:hover .owl-buttons .owl-next {
	background: url("../image/caprica/Next.png") no-repeat scroll 0 0;
	height: 105px;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	right: 2px;
	width: 35px;
}

.owl-carousel .owl-buttons div i {
	display: none;
}

.owl-carousel .owl-buttons .owl-prev {
	left: 0;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

#slideshow0 .owl-carousel .owl-buttons div,
#slideshow0 .owl-carousel .owl-buttons div:hover {
	background: #e6e6e6;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev {
	right: 65px;
	left: auto;
	color: #e5e5e5;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev:before {
	content: "\f104";
	font-family: "fontawesome";
	font-size: 20px;
	color: #666666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#blog-carousel .owl-controls .owl-buttons .owl-next:before {
	content: "\f105";
	font-family: "fontawesome";
	font-size: 20px;
	color: #666666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin: 0 -3px 0 0;
}


#blog-carousel .owl-controls .owl-buttons .owl-next:hover::before,
#blog-carousel .owl-controls .owl-buttons .owl-prev:hover::before {
	color: #fff;
}

#blog-carousel .owl-controls .owl-buttons .owl-next {
	right: 2%;
	left: auto;
	color: #e5e5e5;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;

	border: 1px solid #ccc;
}

#blog-carousel .owl-controls .owl-buttons .owl-next:hover {
	background-position: -9px -26px;
	background: #e6e6e6;
	color: #fff;
	border: 1px solid #e6e6e6;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev:hover {
	color: #fff;
	background: #e6e6e6;
	border: none;
}

#blog-carousel .owl-controls .owl-buttons .owl-next a:hover {
	background: #b2b2b2;
	color: #fff;
}

.quickview .header-top-banner {
	display: none;
}

.single-blog .blog-img {
	position: relative;
	margin-bottom: 15px;
}

.single-blog .panel-default {
	border: medium none;
	float: left;
	width: 100%;
	margin: 0;
	background-color: #f0f0f0;
	padding: 15px !important;
}

#add-comment .col-sm-10.buttons {
	padding: 0 8px;
}

.single-blog .block-title {
	float: left;
	margin: 10px 0;
	width: 99%;
}

.single-blog .block-title>legend {
	margin: 10px 0 0;
}

.single-blog .blog-desc {
	padding: 0;
	text-align: justify;
	display: block;
}

.single-blog .block-title h3 {
	padding-top: 10px;
}

.single-blog .view-comment .panel-default {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 15px;
}

.view-comment .col-sm-3 .name {
	font-weight: 500;
	color: #666666;
}

.view-comment .col-sm-3 .date {
	color: #b5b5b5;
}

.single-blog .view-comment .name,
.single-blog .view-comment .date,
.single-blog .view-comment .comment-text,
.single-blog .view-comment .col-sm-3 {
	width: 100%;
}

.user_icon {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0px 15px 0 0;
	padding: 10px 15px;
	text-align: center;
}

.comment_info {
	float: left;
	width: 85%;
}

.comment_info .comment-text {
	margin-top: 12px;
}

.view-comment {
	clear: both;
}


/*caprica Blog light-box CSS */

.blog-left:hover .post-image-hover::before {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
}

.post-image-hover::before {
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
	-ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
	-o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
	width: 100%;
}

.post-image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	width: 100%;
}

.blog-image .post_hover {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 40%;
	z-index: 9;
}

.product-block:hover.blog-left .post_hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.product-block:hover .blog-left .zoom,
.product-block:hover .blog-left .readmore_link,
.all-blog .blog-left-content:hover .zoom,
.all-blog .blog-left-content:hover .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	margin: 0 5px;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition: all 0.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;
}

.blog-left .icon.zoom .fa,
.blog-left .icon.readmore_link .fa {
	font-size: 13px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	color: #000;
	line-height: 33px;
}

.blog-left .icon.readmore_link .fa {
	line-height: 35px;
}

.blog-left .blog-image .zoom {

	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #666666;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 3px 13px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	z-index: 10;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	height: 40px;
	width: 40px;
}

.blog-left .blog-image .zoom:hover,
.blog-left .blog-image .readmore_link:hover {
	color: #fff;
	border-color: #000000;
	background: #000 none repeat scroll 0 0;
}

.blog-left .icon.zoom:hover .fa,
.blog-left .icon.readmore_link:hover .fa {
	color: #fff;
}

.blog-left .blog-image .readmore_link {
	border: 1px solid #ffffff;
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #666666;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 3px 10px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	z-index: 10;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	height: 40px;
	width: 40px;
}

.blog-left .blog-image .zoom,
.blog-left-content .blog-image .zoom {
	margin-left: 0;
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}

.blog-left .blog-image .readmore_link,
.blog-left-content .blog-image .readmore_link {
	margin-left: 0px;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
}

.all-blog .blog-left-content {
	float: left;
	width: 100%;
}

.all-blog .blog-left-content .blog-image {
	float: left;
	position: relative;
	width: 100%;
}

.blog-right-content {
	clear: both;
	float: left;
	width: 100%;
}

.blog-right-content .blog-title {
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0;
	padding: 0;
	position: relative;
	text-transform: capitalize;
}

.blog-right-content .read-more a::after {
	color: #666666;
	content: "\f105";
	display: inline-block;
	font-family: "FontAwesome";
	line-height: normal;
	margin-left: 6px;
}

.blog-right-content .read-more a {
	color: #666666;
	padding: 6px 12px;
}

.blog-right-content .read-more a:hover::after {
	color: #fff;
}

.blog-right-content .write-comment a {
	color: #000;
	font-size: 13px;
}

.write-comment-count {
	float: left;
	margin-right: 10px;
	color: #000;
}

.information-blogger-blogs .write-comment {
	float: left;
}

.all-blog .blog-right-content {
	padding: 10px 25px;
}

.information-blogger-blogs .blog-image {
	margin-bottom: 0px;
	background-position: center center;
	height: 400px;
	overflow: hidden;
	width: 100%;
	background-repeat: no-repeat;
}

.information-blogger-blogs .panel-body {
	padding: 0;
	position: relative;
}

.information-blogger-blogs .panel-default {
	background-color: transparent;
}

.information-blogger-blogs .panel-default>.panel {
	padding: 30px 15px 0;
	margin-bottom: 20px;
}

.information-blogger-blogs .panel-default:last-child {
	margin-bottom: 0px;
}

.blog-left-content:hover .post-image-hover::before {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
}

.date-comment {
	width: 100%;
	padding: 0;
	float: left;
	z-index: 9;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.common-home .view-blog {
	display: none;
}

.blog-date {
	background: #b2b2b2 none repeat scroll 0 0;
	color: #fff;
	direction: ltr;
	font-size: 14px;
	font-weight: 600;
	margin-top: -42px;
	padding: 10px 25px;
	position: relative;
	text-align: center;

}

#content.single-blog>legend {
	margin: 15px 0 20px;
}

#content #blog-carousel .product-block:hover .date-comment,
#content #blog-grid .product-block:hover .date-comment {
	bottom: 0px;
}

.write-comment a,
.date-time {
	color: #8e8e8e;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 16px;
	clear: both;
}

.write-comment>a {
	color: #8e8e8e;
}

.write-comment a:hover,
.write-comment a:focus {
	color: #b2b2b2;
}

.comment-wrapper .write-comment a:hover,
.comment-wrapper .write-comment a:focus,
.comment-wrapper .write-comment a:hover::before {
	color: #b2b2b2;
}

.information-blogger-blogs .read-more {
	display: inline-block;
}


.static_links .cart-menu>li:first-child {
	max-height: 185px;
	overflow-x: auto;
	overflow-y: auto;
	padding-right: 20px;
}

.blog_top_content:hover .post-image-hover {
	opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
}

.all-blog .panel-default .main_description {
	display: none;
}

.blog_top_content .post-image-hover {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0;
	-o-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-out 0s;
	width: 100%;
}

.product-block:hover .blog-left .zoom,
.product-block:hover .blog-left .readmore_link,
.blog_top_content:hover .blog-image .zoom,
.blog_top_content:hover .blog-image .readmore_link {
	margin: 0 5px;
	opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
}

.blog-left .blog-image .zoom,
.blog_top_content .blog-image .zoom {
	border: 1px solid #ffffff;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	display: inline-block;
	opacity: 0;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.post-image-hover {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0;
	-o-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-out 0s;
	width: 100%;
}

.blog-left-content .post_hover {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 44%;
}

.all-blog .blog-left-content:hover .post_hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.blog-left-content .icon.zoom .fa,
.blog-left-content .icon.readmore_link .fa {
	font-size: 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.blog-left-content .blog-image .zoom {
	border: 1px solid #b2b2b2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	color: #b2b2b2;
	display: inline-block;
	margin-right: 10px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 8px 13px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	background: #ffffff;
}

.blog-left-content .blog-image .zoom:hover,
.blog-left-content .blog-image .readmore_link:hover {
	background: #e6e6e6 none repeat scroll 0 0;
	border-color: #e6e6e6;
	color: #000;
}

.blog-left-content .blog-image .readmore_link {
	border: 1px solid #b2b2b2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #b2b2b2;
	background: #ffffff;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 8px 13px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}

#add-comment .col-sm-10 {
	width: 66.6667%;
}

#add-comment .col-sm-2 {
	width: 25%;
}

#content .blogs .buttons,
#blog-carousel .owl-pagination {
	display: none
}

/*caprica Blog light-box CSS */

/*caprica Blog CSS */

.box-content-category ul li:last-child a {
	border: none;
}

/* Datetimepicker Css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right {
	position: relative !important;

}

.bootstrap-datetimepicker-widget {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !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 {
	background: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td.today:before {
	border-bottom: 7px solid #e6e6e6 !important;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
	background-color: #e6e6e6 !important;
	color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td.active.today:before {
	border-bottom-color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td span {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background-color: #f2f2f2;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.bootstrap-datetimepicker-widget td {
	height: 40px;
	line-height: 40px;
	background: #f2f2f2;
	width: 40px;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
	width: 40px;
}

.owl .bootstrap-datetimepicker-widget td span:hover {
	background: #b2b2b2 !important;
	color: #FFFFFF
}

.bootstrap-datetimepicker-widget td span.active {
	background-color: #b2b2b2 !important;
	color: #FFFFFF !important;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
	background: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span.old:hover {
	color: #fff !important
}

.picker-switch.accordion-toggle .btn {
	border: none;
	background-color: #b2b2b2;
	color: #fff !important;
}

.bootstrap-datetimepicker-widget td.day {
	position: relative;
}

.bootstrap-datetimepicker-widget td.day.active:before {
	border-bottom: 7px solid #fff !important;
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-top-color: rgba(0, 0, 0, .2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}


.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
	background-color: #b2b2b2 !important;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.bootstrap-datetimepicker-widget a[data-action] {
	border: none;
}

/* End Datetimepicker Css */

.product-block .image .hover-image,
#column-right .image .hover-image,
#column-left .image .hover-image .button-group button:hover {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	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;
	max-width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
}

.product-block:hover .hover-image,
#column-right .image:hover .hover-image,
#column-left .image:hover .hover-image {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
	overflow: hidden;
	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;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);

}

.product-block .image:hover .reg-image,
#column-right .image:hover .reg-image,
#column-left .image:hover .reg-image {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;

}

#blog-carousel .owl-controls .owl-buttons .owl-prev:hover::before,
#blog-carousel .owl-controls .owl-buttons .owl-next:hover::before {
	color: #000;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev,
#blog-carousel .owl-controls .owl-buttons .owl-next {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.product-block .image .reg-image,
#column-right .image .reg-image,
#column-left .image .reg-image {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

#form-review .col-sm-2,
#form-review .col-sm-10 {
	width: 100%;
}

.container h1,
.container h2 {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 5px;
}

.content-top-breadcum #title-content>h2,
.content-top-breadcum #title-content>h1 {
	color: #000;
	float: none;
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0 0 15px;
	text-transform: uppercase;
	line-height: 30px;
}

#content h3 {
	color: #000;
	margin-bottom: 10px;
	font-weight: 600;
	clear: both;
	font-size: 15px;
}

#form-review>h3 {
	font-size: 16px;
	font-weight: 500;
}

#content h3.product-title,
#content h3.product-option {
	margin-bottom: 10px;
}

.account-login #content h2,
.checkout-checkout #content h2,
.affiliate-login #content h2 {
	margin-top: 0;
}

#content.productpage .product-title {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #dfdfdf;
}

#content h3.product-option {
	text-transform: capitalize;
	font-size: 18px;
}

.breadcrumb+.row {
	clear: both;
}

#content table thead tr td {
	background: #fff none repeat scroll 0 0;
	color: #303030;
	font-weight: 500;
}

#content .product-tab table thead tr td {
	background: #f0f0f0 none repeat scroll 0 0;
}

.zoomWindowContainer .zoomWindow {}

.account-account #content ul.list-unstyled {
	margin-bottom: 25px;
}

.content-top .container {
	padding-top: 0px;
}

#carousel-0.banners-slider-carousel .customNavigation a {
	top: 63px;
}

#carousel-0 .customNavigation .prev.fa {
	left: -24px;
	top: 70px;
}

#carousel-0 .customNavigation .next.fa {
	right: -24px;
	top: 70px;
}

#content #carousel-0 .box-content {
	margin: 0;
	padding: 0;
}

#carousel-0 .customNavigation .prev.fa:before,
#carousel-0 .customNavigation .next.fa:before {
	font-size: 18px
}

#carousel-0.banners-slider-carousel:hover .customNavigation,
.category:hover .customNavigation {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;

}

#carousel-0.banners-slider-carousel .customNavigation,
.category .customNavigation {
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;

}

/* QUCIK-VIEW */


.productpage-quickview .product-left {
	width: 50%;
	float: left;
}

.productpage-quickview .product-right {
	width: 50%;
	float: left;
	clear: none !important;
}

.productpage-quickview h3.product-title {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 20px !important;
	font-weight: 600;
	padding: 0 0 5px;
	color: #666666;
}

.quickview .product-right ul li.discount,
.quickview .product-right ul li.rewardpoint,
.quickview .product-right ul li.price-tax {
	clear: both;
}

.button-group-hover {
	position: absolute;
	bottom: 45%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.6s ease 0s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}

.button-group-hover .quickview,
.button-group-hover .wishlist,
.button-group-hover .compare {
	transition: all 0.6s ease 0s;
	display: inline-block;
	position: relative;
	text-align: center;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	background: #000;
	border: none;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 0;
	line-height: 35px;
}

.product-thumb:hover .button-group-hover {
	transition: all 0.6s ease 0s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.product-thumb .quickview:hover,
.product-thumb .wishlist:hover,
.product-thumb .compare:hover {
	transition: all 0.6s ease 0s;
	background: #e6e6e6;
}

.product-block .sale:hover {
	color: #b2b2b2;
}

.product-thumb:hover a.quickbox {
	display: block;
}

.product-thumb:hover a,
.product-thumb:focus a {
	color: #000;
	text-decoration: none;
}

.product-thumb .button-group-hover i,
.product-thumb .button-group-hover i {
	font-size: 14px;
	color: #fff;
}

.product-thumb .button-group-hover .quickview:hover i,
.product-thumb .button-group-hover .quickview:focus i,
.product-thumb .button-group-hover .wishlist:hover i,
.product-thumb .button-group-hover .wishlist:focus i,
.product-thumb .button-group-hover .quickview:focus i,
.product-thumb .button-group-hover .compare:hover i,
.product-thumb .button-group-hover .compare:focus i {
	color: #000;
}

#column-left .quickview-button {
	display: none;
}

.row .cat_prod .button-gr.lists {
	bottom: 50%;
	position: absolute;
	margin: 0 auto;
	width: 100%;
}

.quickview .container {
	width: 100%;
	background: #FFFFFF;
	padding: 0 10px;
}

.quickview .container .row {
	margin: 0;
}

.quickview .top_button {
	display: none;
}

.quickview #product2 h3 {
	width: 100%;
}

.productpage-quickview .input-group .btn.btn-default {
	padding: 10px 15px;
}

.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: #666666;
}

.quickview-button a {
	background: #000000;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #000000 0%, #424242 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#424242', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	font-size: 13px;
	padding: 10px 20px;
	width: 100%;
	opacity: 0;
	float: right;
	top: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;


}

.product-block.product-thumb.transition .quickview-button:hover {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.product-block.product-block-inner .quickview-button:hover {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.quickview-button a.quickbox:hover {
	background-position: 7px -82px;
	color: #ff8300;
}


#content .product-grid .product-thumb:hover .quickview-button,
#content .product-list .product-thumb:hover .quickview-button,
#content .product-carousel .product-thumb:hover .quickview-button,
#content .box-product .product-thumb:hover .quickview-button,
#producttab .box-product .product-thumb:hover .quickview-button,
.related .box-product .product-thumb:hover .quickview-button {
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.box.related_prd {
	display: block;
	float: left;
	width: 100%;
}

#content #related-grid .product-block,
#content #related-grid .product-block .product-block-inner,
#content .related_prd .product-block {
	overflow: visible;
}


.quickview-button a.quickbox {}

.quickview-button a.quickbox:before {
	color: #ffffff;

	float: right;
	font-family: "fontawesome";
	font-size: 14px;
	font-weight: normal;
	position: relative;
	right: 15px;
	top: 4px;
}

.quickview-button a.quickbox:hover {
	color: #FFFFFF;
	background-color: #fff;
	background-position: 7px -82px;
}

.quickview-button a.quickbox .fa {
	display: inline-block;
	color: #ff8300;
}



@media (max-width: 767px) {}



/* Auto Search Css*/

.result-search-autocomplete {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	top: 40px;
	overflow: hidden;
}

.result-search-autocomplete>ul>li>a:hover h4,
.result-search-autocomplete>ul>li>a:focus h4 {
	color: #e6e6e6;
}

.result-search-autocomplete h4 {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
	white-space: nowrap;
	margin: 0;
}

.result-search-autocomplete h5 {
	font-size: 14px;
	margin-top: 3px;
	color: #1e1f22;
}

.result-search-autocomplete h5 i {
	color: #b5b5b5;
	font-style: normal;
	font-size: 14px;
	text-decoration: line-through;
}

.result-search-autocomplete h6 {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 700;
	color: #0876e6;
	display: block;
	margin-top: 8px;
	text-align: right;
}

.result-search-autocomplete ul,
li {
	list-style-type: none;
}

#information-sitemap .site-map ul,
li {
	list-style-type: inherit;
}

.result-search-autocomplete-image {
	height: 65px;
	margin-left: 15px;
	border: 1px solid #e5e5e5;
}

.col-md-3.row-result-search-autocomplete-image {
	padding: 0;
	width: 19%;
}

.col-md-6.result-info {
	padding: 0;
}

.result-search-autocomplete>ul {
	max-height: 345px;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

.result-button .btn.tagdattruoc {
	background-color: #e6e6e6;
	border: medium none;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: normal;
	padding: 8px 12px;
	text-align: center;
	text-transform: uppercase;
}

.result-search-autocomplete>ul>li>a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 6px;
	text-decoration: none;
}

.result-search-autocomplete>ul>li {
	display: block;
	background: #fff;
	overflow: hidden;
	list-style: none;
	float: none;
}

.result-search-autocomplete>ul>li>a:hover button {
	color: #FFF;
}

.tagdattruoc {
	background: #3498db;
	border: 1px solid #0679c6;
	font-size: 11px;
	color: #fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	margin-top: 18px;
}

.tagdattruoc :hover {
	color: #FFF;
}

.alert.alert-success.animated {
	width: 100%;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	padding: 30px 20px;
	opacity: 0.95 !important;
	-webkit-opacity: 0.95 !important;
	-moz-opacity: 0.95 !important;
	-khtml-opacity: 0.95 !important;
	background-color: #303030 !important;
	border-color: #303030 !important;
	color: #fff !important;
}

.alert.alert-success.animated span {
	font-size: 16px !important;
}

.alert.alert-success.animated span a {
	color: #fff;
	text-decoration: underline;
}

.alert.alert-success.animated span .fa.fa-check-circle {
	color: #9bcf85;
}

.alert.alert-success.animated button.close {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	color: #fff;
}

.account-login .well .form-group a,
.affiliate-login .well .form-group a {
	line-height: 30px;
}

.form-group.qty {
	clear: both;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

#button-cart,
#button-cart2,
.productpage .form-group.qty .wishlist,
.productpage .form-group.qty .compare,
.quickview .btn-group.wish-comp .wishlist {
	float: left;
}

.productpage .form-group.qty .wishlist,
.quickview .btn-group.wish-comp .wishlist {
	margin: 0 10px 0 0;
}

.btn-group.prd_page,
.btn-group.wish-comp {
	margin: 10px 0 0;
	width: 100%;
}

.productpage .form-group.qty .wishlist,
.productpage .form-group.qty .compare,
.quickview .btn-group.wish-comp .wishlist,
.quickview .btn-group.wish-comp .compare {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none;
	color: #666666;
	font-size: 13px;
	font-weight: 500;
	padding: 7px 5px;
	text-transform: capitalize;
}

.product-list .product-block .product-details.list .wishlist::before,
.productpage .form-group.qty .wishlist::before {
	content: "\f08a";
	font-family: "fontawesome";
	font-size: 15px;
	font-weight: 500;
	color: #999;
	margin-right: 7px;
}

.product-list .product-block .product-details.list .compare::before,
.productpage .form-group.qty .compare::before {
	content: "\f24d";
	font-family: "fontawesome";
	font-size: 15px;
	font-weight: 500;
	color: #999;
	margin-right: 7px;
}

#product .form-group.required .btn.btn-default:hover,
#product .form-group.required .btn.btn-default.btn-block:hover,
#button-cart.btn.btn-primary.btn-lg.btn-block:hover {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #000000;
}

#button-cart.btn.btn-primary.btn-lg.btn-block {
	background: #000 none repeat scroll 0 0;
	border-color: #000;
	color: #fff;
	font-size: 13px;
}

-carousel .item .image-container {
	float: left;
}

.box-content-category ul>li>a:hover {
	color: #000000 !important;
}

#banner0 img,
#banner1 img,
#banner2 img {
	max-width: 100%;
	margin: 0;
}

.header-top-banner {
	position: relative;
}

.single-banner .swiper-pagination {
	display: none;
}

/**hover banner*/
#banner0 .swiper-slide,
#content .single-banner {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#banner0 .swiper-slide a::before,
#content .single-banner a::before {
	left: 0;
	top: 0;
}

#banner0 .swiper-slide a::after,
#banner0 .swiper-slide a::before,
#content .single-banner a::after,
#content .single-banner a::before {
	background-color: #ffffff;
	content: "";
	height: 0;
	opacity: 0.1;
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	-webkit-opacity: 0.1;
	position: absolute;
	transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-khtml-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	width: 0;
}

#banner0 .swiper-slide a::after,
#content .single-banner a::after {
	bottom: 0;
	right: 0;
}

#banner0 .swiper-slide a:hover::after,
#banner0 .swiper-slide a:hover::before,
#content .single-banner a:hover::after,
#content .single-banner a:hover::before {
	height: 100%;
	transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-khtml-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	width: 100%;
}


.header-pro-tag {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e8e8e8;
}

#header-pro-tag {
	color: #000;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

#header-pro-tag .tags>a {
	display: inline-block;
}

#header-pro-tag .tags {
	display: inline-block;
}

.header-tag-widget .tags a::after {
	border-right: 1px solid #e8e8e8;
	content: "";
	height: 13px;
	position: absolute;
	top: 7px;
	width: 10px;
}

.product.sale-cms {
	width: 91%;
	float: right;
	margin-right: 0;
	padding: 0;
	margin-top: 20px;
}

.product.sale-cms .sale-cms-text {
	padding: 20px 0;
}

.header-tag-widget .tags a {
	border: 0 none;
	color: #b2b2b2;
	font-size: 13px !important;
	font-style: italic;
	margin: 13px 5px;
	padding: 0 5px;
	position: relative;
}

.headertop {
	position: relative;
}

.headertop img {
	max-width: 100%;
}

.headertop .close-button {
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	letter-spacing: 0;
	padding: 0 5px;
	position: absolute;
	right: 10px;
	top: 10%;
	z-index: 1;
	cursor: pointer;
}

.information-blogger-blogs .panel-default>.panel {
	padding: 0;
}

.product_banner {
	clear: both;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 27px;
}

.product_img .prd_image1,
.product_img .prd_image2 {
	width: 49%;
}

.prd_image1 {
	width: 100%;
	margin-right: 2%;
}

.prd_image2 {
	width: 100%;
	margin-left: 2%;
}

#footer .ct-about-logo img {
	max-width: 100%;
}

#search .fa.fa-search {
	display: block;
}

.search {
	/*display: none;*/
}

.input-group-btn .search {
	display: block;
}

/*update css*/

.all-blog img,
.single-blog .main_thumb img {
	width: 100%;
}

.extension-caprica_blog-home .panel.panel-default {
	position: relative;
}

.extension-caprica_blog-home .panel-body {
	padding: 0;
}

.blog_stats .fa {
	margin-right: 5px;
}

.blog_stats span {
	margin-right: 20px;
}

.blog_stats {
	display: inline-block;
	width: 100%;
}

.blog_post .share {
	margin: 20px 0;
}

.blog_post .share a {
	height: 30px;
	width: 30px !important;
	padding: 5px 0 0 0;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.blog_post .share a:hover {
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
	-ms-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
	-o-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.blog_post .share .addthis_button_facebook {
	background: #3B5999;
}

.blog_post .share .addthis_button_twitter {
	background: #1DA1F3;
}

.blog_post .share .addthis_button_google_plusone_share {
	background: #d34836;
}

.blog_post .share .addthis_button_compact {
	background: #FF8300;
}

h3 .fa {
	margin-right: 10px;
}

/*update css*/
/******responsive*************/



@media (max-width: 1449px) {
	.col-sm-8.product-left {
		margin-right: 20px;
	}

	.category .categoryimage {
		right: 0;
	}

	.subbannercmsblock1.banner {
		margin-right: 23px;
	}

	#subbannercmsblock .title {
		font-size: 31px;
		line-height: 35px;
	}

	#footer #footer_aboutus_block.col-sm-3.column {
		margin-right: 30px;
		width: 25%;
	}

	.newsletter {
		padding-right: 40px;
		padding-left: 30px;
	}

	.newsleft .news-title1,
	.newsleft .news-title3 {
		font-size: 15px;
	}

	.newsleft {
		padding-left: 50px;
	}

	#footer .col-sm-3.column {
		padding-left: 15px;
	}

	#footer_storeinformation_block.col-sm-3.column {
		width: 21%;
	}
}

@media (max-width: 1199px) {
	.cmsblock.banner {
		/*background: url("../image/caprica/Cms-Banner-01.jpg") no-repeat scroll 70% 50% #F0F0F0;*/
		background: url("/image/catalog/sales-min.png") no-repeat scroll 70% 50% #F0F0F0;
	}

	#column-left .box-product .image,
	#column-right .box-product .image {
		margin-right: 10px;
	}

	.category .categoryimage {
		width: 55%;
		top: 20px;
	}

	.header-logo {
		width: 21%;
		margin-right: 25px;
	}

	#footer .col-sm-3.column {
		padding-left: 12px;
	}

	.header-search {
		width: 50.96%;
	}

	.main-menu ul>.top_level::before {
		right: -15px;
	}

	.main-menu ul>li {
		margin: 0 10px;
	}

	.nav-responsive span,
	.main-menu ul>li>a,
	.hiden_menu li>a {
		margin-left: 10px;
		margin-right: 10px;
	}

	.subbannercmsblock1.banner {
		margin-right: 18px;
	}

	#subbannercmsblock .title {
		font-size: 26px;
		line-height: 33px;
	}

	.newsletter {
		padding-right: 20px;
		padding-left: 25px;
	}

	.subscribe-btn .btn.btn-lg {
		padding: 5px 15px;
	}

	.newsletter .input-news {
		width: 60%;
	}

	#footer_storeinformation_block.col-sm-3.column {
		width: 25%;
	}

	span.hidden-xs,
	span.hidden-sm,
	span.hidden-md,
	span.hidden-lg {
		display: inline-block !important;
	}

	#footer #footer_aboutus_block.col-sm-3.column {
		margin-right: 15px;
		width: 21%;
	}

	#footer_aboutus_block .about {
		line-height: 25px;
	}


	#content .col-sm-6.product-left {
		width: 36% !important;
	}

	#content .col-sm-6.product-right {
		margin-left: 0;
		width: 44%;
	}

	.header_left .box-category,
	.header_left .box-content-category {
		width: 200px;
	}

	#column-left .box-category::after {
		right: 19px;
		top: -80px;
	}

	#column-left .box-category .box-heading,
	#column-left .box-content-category {
		width: 200px;
	}

	.category_list_cms .box-heading {
		margin-left: 0;
		width: 30%;
		padding: 0 !important;
	}

	#column-left .box-category .box-heading {
		top: -82px;
	}

	#column-left .box-content-category {
		top: -25px;
	}

	#footer .ct-about-logo img {
		clear: both;
		max-width: 100%;
	}

	.static_links li a::before {
		right: 10px;
	}

	.static_links li {
		padding: 7px
	}

	.static_links li a {
		margin: 0px;
	}

	.content-top .first-content-one:hover .icon-left1 {
		margin-left: 92px;
	}

	.content-top .first-content-one .icon-left1 {
		margin-left: 92px;
	}

	.content-top .second-content-two:hover .icon-left2 {
		margin-left: 85px;
	}

	.content-top .second-content-two .icon-left2 {
		margin-left: 85px;
	}

	.content-top .third-content-three .icon-left3 {
		margin-left: 90px;
	}

	.content-top .service-right {
		margin-left: 10px;
	}

	#searchbox {
		width: 64%;
	}

	.ctsubbanner-container2 {
		margin: 0 25px;
	}

	.ctsubbanner-container1,
	.ctsubbanner-container2,
	.ctsubbanner-container3 {
		width: 31.5%;
	}

	.ct_subbanner .ct_content {
		margin-top: 40px;
	}

	.ct_content .text1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.ct_content .text2 {
		font-size: 23px;
	}

	div.ct_button {
		margin-top: 10px;
	}

	.img-prd .left-image,
	.left-image.categorytabs {
		margin: 50px;
		width: 23.5%;
	}

	.hometab.box,
	.category_tab .tabs,
	.box.featured,
	.box.special,
	.box.capricablog {
		width: 100%;
	}

	.category_list1,
	.category_list2 {
		width: 31%;
	}

	.category_list_inner {
		margin-left: 0;
		width: 45%;
	}

	.category_list_inner {
		float: left;
		padding: 10px 0 0 0;
	}

	.category_img img {
		width: 100%;
	}

	.layout-2.left-col #column-left {
		width: 25%;
	}

	.layout-2.left-col #content {
		width: 75%;
	}

	.product-layout.product-grid.col-lg-3 {
		padding: 0;
	}

	.col-sm-8.product-left {
		margin-right: 15px;
		width: 47.5%;
	}

	.col-sm-4.product-right {
		width: 50.5%;
	}

	.blog-left .blog-image img {
		height: auto;
		width: 100%;
	}

	.information-blogger-blogs .panel-default>.panel {
		padding: 0;
	}

	.comment_info {
		width: 82%;
	}

	#slideshow0 .owl-controls .owl-buttons .owl-prev,
	#slideshow0 .owl-controls .owl-buttons .owl-next {
		top: 45%;
	}

	.box.blogs {
		padding: 0 40px 30px;
	}

	.productpage .productpage_details .product-left {
		padding: 0;
		width: 36%;
	}

	.productpage .productpage_details .product-right {
		margin-left: 10px;
		width: 37%;
	}

	.product-info .image-additional {
		width: 332px;
	}
}

@media (max-width: 1023px) and (min-width:980px) {}


@media (min-width: 980px) {

	.navbar-nav>li>.dropdown-menu {
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		transform: perspective(600px) rotateX(-90deg);
		-webkit-transform: perspective(600px) rotateX(-90deg);
		-moz-transform: perspective(600px) rotateX(-90deg);
		-ms-transform: perspective(600px) rotateX(-90deg);
		-o-transform: perspective(600px) rotateX(-90deg);
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transform-origin: 0% 0%;
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		display: block !important;
	}

	#menu .dropdown:hover .dropdown-menu {
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		transform: perspective(600px) rotateX(0deg);
	}
}




@media (max-width: 980px) {}

@media (max-width: 979px) {
	.header-center-right {
		margin-right: 0;
	}

	#cart>.btn {
		padding-right: 0;
	}

	#banner0 img,
	#banner1 img,
	#banner2 img {
		float: left;
	}

	.checkout-cart .shopping-cart .input-group-btn {
		float: none;
	}

	.shopping-cart .input-group-btn {
		clear: both;
		margin-top: 5px;
	}

	.header-top-banner .swiper-viewport .close-button {
		top: 5px;
		width: 16px;
		height: 16px;
		line-height: 13px;
		padding: 0 4px;
	}

	.header-top-banner .swiper-viewport .close-button i {
		font-size: 11px;
	}

	#top-links ul.list-inline {
		padding-left: 70px;
	}

	.header-logo {
		margin-left: 0;
	}

	.responsive-menu {
		text-align: left;
	}

	.category .categoryimage {
		width: 60%;
		top: 40px;
		right: -10px;
	}

	.category .cate-heading {
		font-size: 15px;
		line-height: 28px;
	}

	.categorylist li a,
	.categorylist .more a {
		font-size: 11px;
		line-height: 28px;
		padding-left: 12px;
	}

	.categorylist li:hover a {
		padding-left: 25px;
	}

	.category {
		padding-bottom: 45px;
	}

	#main-menu {
		display: block;
	}

	#cart {
		width: auto;
	}

	#subbannercmsblock .banner {
		width: 48.3%;
	}

	.subbannercmsblock1.banner {
		margin-right: 24px;
	}

	#subbannercmsblock .button {
		font-size: 10px;
		line-height: 16px;
		padding: 3px 10px;
	}

	#subbannercmsblock .title {
		font-size: 18px;
		line-height: 23px;
		margin-top: 15px;
	}

	.subbannercmsblock1.banner .title {
		padding-left: 5px;
	}

	#footer #footer_aboutus_block>ul {
		display: block;
	}

	#footer #footer_aboutus_block.col-sm-3.column {
		margin: 0 auto;
		text-align: center;
	}

	footer .footer-social {
		text-align: left;
		margin-top: 20px;
	}

	footer .footer-payment {
		margin-top: 0;
	}

	footer .ct-about-logo {
		margin-bottom: 15px;
	}

	.newsletter .input-news {
		width: 79%;
	}

	.newsleft {
		width: 100%;
		text-align: center;
	}

	.newsright {
		width: 100%;
		margin-top: 15px;
		text-align: center;
		float: left;
		padding: 0 20px;
	}

	.newsletter {
		padding-right: 20px;
		padding-left: 20px;
	}

	.content_footer_bottom {
		padding: 40px 40px 0;
	}

	#footer {
		padding: 40px 15px;
	}

	#footer .col-sm-3.column {
		border: none;
		padding: 0;
	}

	#footer_aboutus_block>h5 {
		display: block
	}

	p.powered,
	.bottomfooter .list-unstyled {
		float: none;
		text-align: center;
	}

	.layout-2.right-col #column-right {
		display: none;
	}

	#content .col-sm-6.product-left {
		width: 50% !important;
		padding: 0;
	}

	#column-left .box-product .image,
	#column-right .box-product .image {
		margin-right: 15px;
	}

	#column-left .toggle .mobile_togglemenu::before {
		color: #000 !important;
		top: 8px;
	}

	span.hidden-xs,
	span.hidden-sm,
	span.hidden-md,
	span.hidden-lg {
		display: inline-block !important;
	}

	.content-top .first-content-one {
		width: 33.33%;
		float: left;
		position: relative;
		margin: 0;
		padding: 0 10px 0 0;


	}

	.content-top .first-content-one .icon-left1 {
		background-position: center 10px;
		width: 100%;
		margin-left: 0;

	}

	.content-top .first-content-one:hover .icon-left1 {
		background-position: center 10px;
		width: 100%;
		margin-left: 0;

	}

	.content-top .service-right .title {
		font-size: 13px;
	}

	.content-top .service-right .sub-title {
		font-size: 13px;
	}

	.content-top .second-content-two {
		width: 33.33%;
		float: left;
		position: relative;
		margin: 0;
		padding: 0 0 0 10px;

	}

	.content-top .second-content-two .icon-left2 {
		background-position: center center;
		width: 100%;
		margin-left: 0;

	}

	.content-top .second-content-two:hover .icon-left2 {
		background-position: center center;
		width: 100%;
		margin-left: 0;

	}

	.content-top .third-content-three {
		width: 33.33%;
		float: left;
		position: relative;
		margin: 0;
		padding: 0;

	}

	.content-top .third-content-three .icon-left3 {
		background-position: center bottom 5px;

		width: 100%;
	}

	.content-top .third-content-three:hover .icon-left3 {
		background-position: center bottom 5px;

		width: 100%;
	}

	.nav-responsive span {
		display: block;
	}

	.nav-inner.container {
		padding: 25px 40px;
	}

	.product-list .price {
		font-size: 13px;
	}

	.product-list .product-block .product-details.list .compare {
		margin: 0;
	}

	.product-list .product-block .desc {
		margin-bottom: 10px;
	}

	.img-prd .left-image,
	.left-image.categorytabs {
		display: none;
	}

	.hometab.box,
	.category_tab .tabs,
	.box.featured,
	.box.special,
	.box.capricablog {
		float: left;
		width: 100%;
	}

	.home_banner {
		margin: 25px 0;
	}

	.category_list1,
	.category_list2,
	.category_list3 {
		width: 100%;
		padding: 40px 10px;
	}

	.category_list1,
	.category_list2 {
		margin-bottom: 30px;
		margin-right: 0;
	}

	.category_list_inner {
		width: 55%;
	}

	#main-menu.responsive-menu .main-navigation {
		top: 58px;
		border: 1px solid #e5e5e5;
		padding: 15px;
	}

	.nav-inner.container {
		margin: 0 auto;
	}

	.layout-2.left-col #content,
	.layout-2.right-col #content {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.layout-2.left-col #column-left,
	.layout-2.right-col #column-right {
		width: 100%;
		padding: 0;
	}

	#column-left .box .box-content,
	#column-right .box .box-content,
	#column-left .box .filterbox,
	#column-right .box .filterbox {
		display: none
	}

	.product-layout.product-grid.col-lg-3 {
		padding: 0;
	}

	.alert-info {
		font-size: 12px;
	}

	.col-sm-8.product-left {
		margin-right: 10px;
		width: 50.5%;
	}

	.col-sm-4.product-right {
		width: 47.5%;
	}

	.blog-left .blog-image img {
		height: auto;
		width: 100%;
	}

	#main-menu .static_right {
		display: none;
	}

	#blog-carousel .owl-controls .owl-buttons .owl-next,
	#blog-carousel .owl-controls .owl-buttons .owl-prev {
		top: 3px
	}

	#blog-carousel .owl-controls .owl-buttons .owl-prev {
		right: 50px;
	}


	.contact-info .left {
		float: left;
		width: 39%;
	}

	.contact-info .right {
		float: right;
		width: 58%;
	}

	.comment_info {
		width: 81%;
	}

	#column-left .list-group,
	#column-right .list-group {
		display: none;
	}

	.common-home .content-top-breadcum {
		display: none;
	}

	.information-blogger-blogs .blog-image {
		height: auto;
	}

	.productpage .product-info .product-image .customNavigation span.prev {
		left: 0;
	}

	.productpage .product-info .product-image .customNavigation span.next {
		right: 0;
	}

	#slideshow0 .owl-controls .owl-buttons .owl-prev,
	#slideshow0 .owl-controls .owl-buttons .owl-next {
		top: 40%;
	}

	.prdpage #column-right {
		display: none;
	}

	#top.fixed {
		-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
		animation: 0.9s ease 0s normal both 1 running fixedAnim;
		box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
		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;
		position: fixed;
		width: 100%;
		z-index: 999;
		height: 40px;
		top: 0;
		display: none;
	}

	#top {
		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;
		position: relative;
	}

	.header-container.fixed {
		margin-top: 94px;
	}

	#top.fixed #main-menu .nav-responsive .expandable::before {
		color: #000;
		position: relative;
		left: -12px;
		font-size: 24px;
		top: -2px;
	}

	#top.fixed .nav-responsive span {
		display: none;
	}

	#top.fixed .responsive-menu {
		display: block;
		float: left;
		left: 0;
		padding: 0 15px;
		position: relative;
		top: -65px;
		width: 100%;
	}

	#top.fixed .content_header_topleft {
		margin-left: 65px;
		z-index: 9;
	}

	#top.fixed .col-sm-3.header-cart {
		z-index: 9;
	}

	#top.fixed .right-links {
		display: none
	}

	#top.fixed #main-menu.responsive-menu .main-navigation {
		left: 0;
		top: 66px;
	}

	#top.fixed .container {
		height: 94px;
	}

	.productpage .productpage_details .product-left {
		padding: 0;
		width: 51%;
	}

	.productpage .productpage_details .product-right {
		margin-left: 20px;
		padding: 0;
		width: 45%;
	}

	.menu_toggle {
		display: none !important;
	}

	.button-gr.lists {
		bottom: 50%;
		position: absolute;
	}

	/* css for responsive menu */
	#menu .navbar-nav>li>.dropdown-menu.column2,
	#menu .navbar-nav>li>.dropdown-menu.column3,
	#menu .navbar-nav>li>.dropdown-menu.column1 {
		min-width: auto
	}

	.responsive-menu .top_level {
		padding: 0;
		width: 100%;
	}

	.nav.navbar-nav {
		display: none;
	}

	.responsive-menu .nav.navbar-nav {
		border-top: 2px solid #000;
		background: #ffffff none repeat scroll 0 0;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		-o-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		-ms-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		display: none;
		list-style: outside none none;
		margin-top: 0;
		padding: 10px !important;
		position: absolute;
		width: 100%;
		z-index: 999;
	}

	#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;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		padding: 0;
		float: left;
		width: 100%;
		margin: 5px 0;
	}

	.top_level.home.home_first {
		display: none;
	}

	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li>a {
		float: left;
	}

	#menu.responsive-menu .dropdown:hover .dropdown-menu {
		display: none;
	}

	#menu.responsive-menu .dropdown .dropdown-menu {
		background: none;
		border: medium none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		padding: 0;
		position: relative;
		width: 100%;
		margin-left: 0 !important;
	}

	#menu.responsive-menu ul li a:hover,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li>a:hover {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		color: #c3c3c3;
	}

	#menu ul li .megamenu.column1 ul li.dropdown::after {
		content: " ";
	}

	#menu.responsive-menu ul li a,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li>a {
		color: #000;
		display: block;
		padding: 8px;
		text-align: left;
		white-space: nowrap;
		font-family: "Open Sans", sans-serif;
		font-size: 12px;
		font-weight: 400;
		width: 100%;
		line-height: 16px;
	}

	#menu.responsive-menu ul li a.mobile_togglemenu,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li>a.mobile_togglemenu {
		right: 0;
		background: none;
		margin-top: 0;
		float: right;
		width: 33px;
		height: 33px;
		position: absolute;
	}

	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li>a {
		margin: 0;
	}

	#menu.responsive-menu .top_level.dropdown.toggle {
		margin: 0;
	}

	#menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {
		padding: 0;
		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>.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;
		font-size: 12px;
		letter-spacing: 0.5px;
		margin-bottom: 10px;
		padding: 0 0 0 10px;
	}

	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a {
		color: #000;
		font-size: 12px;
		letter-spacing: 0.5px;
	}

	.top_level.home {
		display: none;
	}

	#menu.responsive-menu .toggle .mobile_togglemenu:before,
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle>a.mobile_togglemenu:before,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle>a.mobile_togglemenu:before {
		color: #666666;
		content: "\f067";
		font-family: "FontAwesome";
		font-size: 10px;
		left: auto;
		position: absolute;
		right: 3px;
		top: 9px;
		font-weight: 300;
	}

	#menu>ul>li ul>li>a {
		border-bottom: none;
	}

	#menu.responsive-menu .toggle.active .mobile_togglemenu:before,
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active>a.mobile_togglemenu:before,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active>a.mobile_togglemenu:before {
		color: #666666;
		content: "\f068";
		font-family: "FontAwesome";
		font-size: 10px;
		left: auto;
		position: absolute;
		right: 3px;
		top: 9px;
	}

	#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;
		width: 100%;
		border: none;
	}

	#menu.responsive-menu .list-unstyled.childs_1>li {
		padding: 0;
		margin: 0;
	}

	#menu.responsive-menu .navbar-nav>li>.dropdown-menu {
		margin-bottom: 10px;
		padding-left: 10px;
		top: 0;
	}

	/* end css for responsive menu */
}

@media (max-width: 767px) {
	.header-center-right #myaccount-title {
		display: inline-block;
	}

	#top {
		background: #e5e5e5 none repeat scroll 0 0;
	}

	.main-slider .swiper-pager {
		top: 40%;
	}

	.header-top-banner {
		display: none;
	}

	.nav>li {
		position: relative;
		display: inline-block !important;
	}

	.col-sm-3.sort {
		padding: 0 15px;
		margin-top: 10px;
	}

	.account-login #content #button-account,
	.checkout-checkout #content #button-account,
	.affiliate-login #content #button-account {
		margin-bottom: 15px;
	}

	.sort-by-wrapper,
	.show-wrapper {
		clear: both;
		margin: 0;
	}

	.show-wrapper {
		margin: 10px auto 0;
	}

	.bottomfooter {
		padding-left: 15px;
		padding-right: 15px;
	}

	#cart>.btn .fa {
		margin-right: 0;
		margin-left: 0;
	}

	.blog_default_width {
		width: 100%;
	}

	.hometab.box,
	.category_tab .tabs,
	.box.featured,
	.box.special,
	.box.capricablog,
	.box.related_prd {
		position: relative;
		text-align: center;
	}

	.hometab.box:hover .customNavigation,
	.category_tab .tabs:hover .customNavigation,
	.box.featured:hover .customNavigation,
	.box.special:hover .customNavigation,
	.box.capricablog:hover .customNavigation,
	.box.related_prd:hover .customNavigation {
		display: block;
	}

	.hometab.box .customNavigation,
	.category_tab .tabs .customNavigation,
	.box.featured .customNavigation,
	.box.special .customNavigation,
	.box.capricablog .customNavigation,
	.box.related_prd .customNavigation {
		display: none;
	}

	.customNavigation {
		top: 45%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.box-content .customNavigation a.prev {
		left: -15px;
		right: auto;
	}

	.box-content .customNavigation a.next {
		right: -15px;
		left: auto;
	}

	.box-content .customNavigation a,
	.hometab .customNavigation a {
		top: auto;
	}

	.hometab .tab-head {
		float: none;
		display: block;
		text-align: center;
	}

	.htabs {
		margin: 15px auto 0;
		display: block;
	}

	#content .box .box-head {
		text-align: center;
	}

	#content .box .box-heading,
	.hometab .box-heading,
	#content .box.featured .box-heading,
	#content .box.related_prd .box-heading {
		float: none;
		text-align: center;
	}

	.newsletter .input-news {
		width: 70%;
	}

	.newsleft .news-title1 {
		line-height: 22px;
	}

	.cmsblock .title {
		font-size: 32px;
		line-height: 25px;
		padding: 15px 18px;
		margin: 5px auto 20px;
	}

	.cmsblock .content .image-inner {
		background-size: 75%;
	}

	.cmsblock .button {
		font-size: 13px;
		line-height: 28px;
	}

	.subbannercmsblock2.banner .content {
		width: 40%;
	}

	.subbannercmsblock1.banner {
		margin-right: 0;
		margin-bottom: 30px !important;
	}

	#subbannercmsblock .banner {
		width: 85.53%;
		float: none;
		margin: 0 auto;
	}

	#subbannercmsblock .title {
		font-size: 26px;
		line-height: 35px;
		margin-top: 20px
	}

	.img-prd,
	.category_tab.box {
		margin-bottom: 50px;
	}

	.box.capricablog {
		padding-top: 40px;
	}

	.category {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.cmsblock.banner,
	#subbannercmsblock,
	.img-prd,
	.category_tab.box {
		margin-bottom: 40px;
	}

	.product-thumb .button-group button {
		transform: scale(1);
	}

	#content .product-carousel .product-block .price,
	#content .product-grid .product-block .price,
	#content .box-product .product-block .price,
	#content .product-carousel .product-block:hover .price,
	#content .product-grid .product-block:hover .price,
	#content .box-product .product-block:hover .price {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
	}

	.category .categoryimage {
		width: 45%;
		top: 0;
		right: 20px;
	}

	.category-item.col-sm-4 {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 30px;
		display: inline-block;
		vertical-align: top;
	}

	.category-item.col-sm-4:last-child {
		margin-bottom: 0;
	}

	.categorylist li a,
	.categorylist .more a {
		font-size: 13px;
		line-height: 30px;
		padding-left: 15px;
	}

	.categorylist li:hover a {
		padding-left: 30px;
	}

	.category .cate-heading {
		font-size: 20px;
		line-height: 30px;
	}

	.header-right {
		padding: 0 15px;
	}

	.header-center-right {
		margin: 15px auto 0;
		float: none;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
	}

	.content_footer_bottom {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-search {
		width: 100%;
	}

	#cart>.btn {
		padding: 3px 10px;
	}

	.header-center {
		padding: 20px 0 10px;
		text-align: center;
	}

	.header-left,
	.header-logo {
		float: none;
		width: auto;
		margin: 0 auto 25px;
		text-align: center;
	}

	#top-links ul.list-inline {
		padding: 0;
	}

	#form-language {
		padding: 0 5px;
	}

	#top-links .pull-left {
		padding: 0;
	}

	#form-language img {
		margin-right: 2px;
		margin-left: 2px;
	}

	.bootstrap-datetimepicker-widget.dropdown-menu.pull-right {
		position: absolute !important;
	}

	.product_img1 {
		width: 100%;
	}

	.prd_image2 {
		margin-left: 0 !important;
	}

	#form-language ul>li .language-select img {
		display: none;
	}

	#top-links .list-inline a {
		color: #fff;
	}

	span.hidden-xs,
	span.hidden-sm,
	span.hidden-md,
	span.hidden-lg,
	#form-language .fa-angle-down,
	#form-currency .fa-angle-down {
		display: none !important;
	}

	#top-links .fa,
	#form-currency .btn-link strong,
	#form-language img {
		color: #000;
		display: inline-block;
		vertical-align: middle;
	}

	#form-currency .btn-link {
		padding-top: 4px;
	}

	#top-links span {
		display: none !important;
	}

	.col-sm-4.header-logo {
		text-align: center;
		width: 100%;
	}

	.product-thumb .button-group button,
	.product-block .button-group button {
		background: #000000;
		color: #fff;
	}

	.special_default_width {
		width: 244px;
	}

	.featured_default_width {
		width: 244px;
	}

	.tabspecial_default_width {
		width: 244px;
	}

	.tabbestseller_default_width {
		width: 244px;
	}

	.tablatest_default_width {
		width: 244px;
	}

	.quickbox {
		display: block;
	}

	.quickview-button {
		display: none;
	}

	#menu {
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
	}

	#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: 0px;
		-khtml-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		color: #fff;
	}
}


@media (max-width: 767px) {
	.product-info .additional-carousel {
		width: 400px;
	}

	.productpage {
		float: left;
		width: 100%;
	}

	#content .col-sm-6.product-left,
	#content .col-sm-6.product-right {
		width: 100% !important;
		padding: 0;
	}

	.product_img .prd_image1,
	.product_img .prd_image2 {
		margin-bottom: 20px;
		width: 100%;
	}

	.blog-left .blog-image .zoom,
	.blog-left .blog-image .readmore_link {
		opacity: 1;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
	}

	.date-comment {
		padding: 0 0 0 20px;
		width: auto;
	}

	.view {
		display: inline-block;
	}

	.category_img .cat_image1,
	.category_img .cat_image2,
	.category_img .cat_image3 {
		margin: 0;
	}

	.header-container .container .row {
		margin: 0;
	}

	.content-top .first-content-one {
		width: 100%;
		float: none;
		position: relative;
		margin: 0;
		padding: 10px 0 0 0;

	}

	.view h3 {
		padding: 15px 0 0 0;
	}

	.content-top .second-content-two {
		border: none;
		width: 100%;
		float: none;
		position: relative;
		margin: 0;
		padding: 0;

	}

	.content-top .third-content-three {
		width: 100%;
		float: none;
		position: relative;
		margin: 0 0 10px 0;
		padding: 0;
	}

	.content-top .icon-left1,
	.icon-left2,
	.icon-left3 {
		float: none;
	}

	.right-myaccount-menu .fa.fa-heart {
		display: block;
		margin: 7px 5px 0 0;
		cursor: pointer;
	}

	.right-myaccount-menu .fa.fa-heart:hover {
		color: #b2b2b2;
	}

	.right-myaccount-menu .fa.fa-share {
		display: block;
		margin: 7px 0 0 0;
		cursor: pointer;
	}

	.right-myaccount-menu .fa.fa-share:hover {
		color: #b2b2b2;
	}

	.right-myaccount-menu li a {
		display: none;
	}

	.lang-curr .hidden-xs.hidden-sm.hidden-md {
		display: none;
	}

	.right-links {
		float: right;
	}

	.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle>span {
		display: inline-block;
		margin-top: 2px;
	}

	.header-content {
		padding: 0 15px;
		display: none;
	}

	.serach-inner {
		margin-top: 0px;
	}

	.category_list_inner {
		margin: 0;
		width: 33%;
	}

	.footer-blocks {
		padding: 0 15px;
	}

	.category_list_inner {
		margin: 0;
		float: none;
	}

	.layout-2.left-col #content,
	.layout-2.right-col #content {
		width: 100%;
		float: left;
	}

	.layout-2.left-col #column-left,
	.layout-2.right-col #column-right {
		width: 100%;
		padding: 0;
		display: block !important;
		float: left;
		width: 100%;
		padding: 0 15px 0 15px;
	}

	#column-left .box,
	#column-right .box {
		margin: 15px 0;
	}

	#column-left .box .box-content,
	#column-right .box .box-content,
	#column-left .box .filterbox,
	#column-right .box .filterbox {
		display: none
	}

	.product-list .product-thumb .image,
	.product-list .product-thumb .image img {
		float: left;
		width: auto;
	}

	.product-list .product-thumb .list-right,
	.product-list .product-thumb .caption {
		border: medium none;
		float: left;
		padding: 0;
		text-align: left;
		width: 100%;
	}

	.product-list .product-block .desc {
		float: left;
	}

	.col-sm-8.product-left,
	.col-sm-4.product-right {
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}

	#footer .col-sm-3.column {
		width: 100%;
		float: left;
	}

	.product-thumb .button-group .addtocart::before {
		float: none;
	}

	#content .box-product,
	#content .product-carousel .product-block,
	#content .productbox-grid .product-block,
	#content .box-product .product-block,
	.category_tab .tab-pane .product-block,
	#content .product-carousel .product-block-inner,
	#content .box-product .product-block-inner,
	.category_tab .tab-pane .product-block-inner {
		overflow: hidden;
		float: none;
	}

	#content .product-carousel .product-block:hover,
	#content .product-grid .product-block:hover,
	#content .box-product .product-block:hover,
	.category_tab .tab-pane .product-block:hover {
		overflow: hidden;
	}

	.common-home.layout-1 #content {
		padding: 0 15px;
	}

	#content .product-carousel .product-block,
	#content .productbox-grid .product-block,
	#content .box-product .product-block,
	.category_tab .tab-pane .product-block {
		text-align: center
	}

	#content .product-grid .product-block .product-block-inner:hover {
		box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	#content .product-grid .product-block:hover {
		overflow: hidden;
	}

	.pagination-right {
		float: left;
		margin: 10px 0 10px 0;
		width: 100%;
	}

	.category_thumb .category_img {
		margin: 0;
	}

	#content .product-carousel .product-block-inner,
	#content .box-product .product-block-inner,
	.category_tab .tab-pane .product-block-inner,
	#content .product-grid .product-block {
		display: block;
	}

	.post-image-hover::before {
		background: transparent;
	}

	.blog-left .blog-image .zoom,
	.blog-left:hover .blog-image .zoom,
	.blog-left .blog-image .readmore_link,
	.blog-left:hover .blog-image .readmore_link {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		margin: 0 5px;
	}

	.product-list .product-thumb .button-group button {
		width: auto;
	}

	.product-list .product-thumb .list-right {
		margin-top: 5px;
	}

	.blog-left-content .blog-image .zoom,
	.blog-left-content .blog-image .readmore_link {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		margin: 0 5px;
	}

	.layout-2.left-col #content,
	.layout-2.right-col #content {
		padding: 0 15px;
	}

	.comment_info {
		float: left;
		width: 66%;
	}

	.product-thumb .button-group {
		position: relative;
		float: left;
		width: 100%;
	}

	.product-thumb .caption {
		float: none;
		overflow: hidden;
		text-align: center;
		width: 100%;
	}

	.productpage .productpage_details .product-left {
		padding: 0px;
		width: 100%;
		z-index: 1;
	}

	.productpage .productpage_details .product-right {
		margin-left: 20px;
		padding: 0;
		width: 100%;
		z-index: 99
	}

	.layout-2.right-col .prdpage #column-right {
		display: none;
	}

	.layout-2.right-col #content.productpage {
		padding: 0 15px;
	}


}

@media (max-width: 543px) {

	.swiper-viewport .swiper-button-next {
		right: 20px !important;
	}

	.swiper-viewport .swiper-button-prev {
		left: 20px !important;
	}

	.subscribe-btn .btn.btn-lg {
		padding: 5px 10px;
	}

	.newsletter {
		padding-left: 15px;
		padding-right: 15px;
	}

	#subbannercmsblock .banner {
		width: 100%;
	}

}

@media only screen and (max-width: 516px) {
	.main-slider .swiper-pager {
		line-height: 35px;
	}

	.main-slider .swiper-button-prev,
	.main-slider .swiper-button-next {
		height: 35px;
		width: 35px;
	}

	.main-slider .swiper-button-prev::before,
	.main-slider .swiper-button-next::before {
		padding: 0 10px;
	}

	#content .product-tab #tab-specification table tbody tr td {
		width: 100%;
		float: left;
		margin: 2px 0 0;
	}

	.product-list .product-thumb .image,
	.product-list .product-thumb .image img {
		float: none;
		margin: 0 auto;
		max-width: 246px;
	}

	.product-list .product-details {
		float: none;
		width: 100%;
		padding: 10px 0 0;
	}

	.newsleft {
		padding-left: 45px;
		background-size: 9%;
	}

	.newsletter .input-news {
		width: 68%;
	}

	#subbannercmsblock .title {
		font-size: 24px;
		line-height: 31px;
		margin-top: 12px;
	}

	.header-tag-widget .tags a {
		margin: 5px;
	}

	.product-list .product-thumb .list-right,
	.product-list .product-thumb .caption {
		float: none;
		text-align: center;
	}

	.product-list .product-block .product-details.list .compare,
	.product-list .product-block .product-details.list .wishlist {
		float: none;
		display: inline-block;
	}

	.product-list .addtocart {
		display: block;
		text-align: center;
		margin: 10px auto 0;
	}
}

@media only screen and (max-width: 479px) {
	.main-slider .swiper-pager {
		top: 33%;
	}

	.category .cate-heading {
		font-size: 18px;
		line-height: 28px;
	}

	.categorylist li a,
	.categorylist .more a {
		font-size: 12px;
		line-height: 28px;
	}

	#search .input-lg {
		padding-left: 15px;
		padding-right: 50px;
	}

	.header-top-banner .swiper-viewport .close-button {
		top: 0;
		width: 14px;
		height: 14px;
		line-height: 10px;
	}

	.header-top-banner .swiper-viewport .close-button i {
		font-size: 8px;
	}

	#cart .dropdown-menu {
		width: 280px;
	}

	.newsletter .input-news {
		width: 100%;
		margin: 0 auto 10px;
	}

	.newsletter .form-group {
		flex-wrap: wrap;
	}

	.subscribe-btn {
		float: none;
		margin: 0 auto;
	}

	.subscribe-btn .btn.btn-lg {
		font-size: 11px;
		width: 100%;
	}

	.newsleft .news-title1 {
		font-size: 13px;
		padding: 0;
	}

	.newsleft {
		background-size: auto;
		padding-left: 50px;
	}

	.content_footer_bottom {
		padding: 30px 30px 0;
	}

	#footer {
		padding: 30px 15px;
	}

	.cmsblock .title {
		font-size: 25px;
		line-height: 20px;
		padding: 12px 15px;
		margin: 2px auto 15px;
	}

	.box.capricablog {
		padding-top: 30px;
	}

	.cmsblock.banner,
	#subbannercmsblock,
	.img-prd,
	.category_tab.box {
		margin-bottom: 30px;
	}

	.subbannercmsblock1.banner .content {
		width: 45%;
	}

	#subbannercmsblock .title {
		font-size: 16px;
		line-height: 21px;
		margin-top: 10px;
	}

	#subbannercmsblock .button {
		padding: 3px 7px;
	}

	#subbannercmsblock .content {
		top: 28.2%;
	}

	.categorylist li:hover a {
		padding-left: 25px;
	}

	.category {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.category .categoryimage {
		top: 15px;
		right: 0;
	}

	#content #blog-carousel .product-block,
	#content #blog-grid .product-block {
		max-width: 100%;
	}

	.product-thumb .image {
		max-width: 246px;
		margin: 0 auto;
	}

	.box.related_prd .product-thumb .image {
		max-width: 240px;
	}

	.category .category-item:hover .categoryimage img {
		transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}


	.date-time,
	.blog-right h4 {
		float: none;
		text-align: center;
	}

	.product_img .prd_image1,
	.product_img .prd_image2 {
		width: 100%;
	}

	.prd_image1 {
		margin-bottom: 2%;
	}

	.product-info .additional-carousel {
		width: auto;
	}

	.button-group.prd_page {
		margin: 10px 0 0 5px;
	}

	.contact-info .right,
	.contact-info .left {
		float: none;
		width: 100%;
		text-align: center;
	}

	tact-info address {
		margin: 0 0 10px 36px;
	}

	.category_list1,
	.category_list2 {
		padding: 30px 30px 15px;
		width: 100%;
	}

	.category_img,
	.category_img img {
		margin: 0 0 0 0;
	}

	.category_list_inner {
		padding: 30px 0 0 0;
	}

	.category_list1,
	.category_list2 {
		padding: 30px;
	}

	.product-layout.product-grid.col-lg-3 {
		width: 100%;
	}

	.product-list .product-block .product-details.list .wishlist {
		padding: 0 9px 0 0;
	}

	.product-list .product-block .product-details.list .compare {
		padding: 0;
	}

	#tab-latest .product-thumb .image .product-info .additional-carousel {
		width: 100%;
		margin: 0 auto;
	}

	.product-info .image-additional a {
		float: none;
		text-align: center;
	}

	.product-info .image-additional {
		width: auto;
	}

	#content .image-additional .slider-item .product-block {
		float: none;
	}

	.category_filter .limit {
		float: left
	}

	.blog-right-content .blog-desc {
		text-align: left;
	}

	.comment-wrapper {
		float: left;
		width: 100%;
		margin: 0 0 15px;
	}

	.comment_info {
		width: 100%;
		text-align: justify;
	}

	.pull-left {
		display: block;
		float: left;
		left: 0;
		margin: 0 auto;
		position: relative;
		right: 0;
		text-align: center;
		vertical-align: middle;
		width: auto;
	}

	.nav-inner.container {
		width: 100%;
	}

	.productpage .product-info .product-image .customNavigation span.prev {
		left: 0;
	}

	.productpage .product-info .product-image .customNavigation span.next {
		right: 0;
	}

	.nav.pull-right {
		float: right;
	}
}


#accordion h4.panel-title a.accordion-toggle {
	display: block;
}

.checkout-cart #accordion .panel-title>a,
.checkout-checkout #accordion .panel-title {
	background: #e6e6e6 none repeat scroll 0 0;
	color: #000;
	font-weight: 500;
	padding: 10px 15px;
}

#accordion .panel-title>a {
	color: inherit;
}

#accordion .panel-heading .fa.fa-caret-down {
	float: right;
}

#accordion .col-sm-10 {
	width: 75%;
}

#accordion .form-horizontal .control-label {
	text-align: left;
}


.alert-dismissable .close,
.alert-dismissible .close {
	right: 0 !important;
}

#accordion.panel-group .panel {
	width: 100%;
}

.checkout-success p a {
	text-decoration: underline;
}

.container {
	padding: 0;
}

@media (max-width: 380px) {
	.dropdown-menu.dropdown-menu-right.myaccount-menu {
		right: auto;
		left: 0;
	}
}

#product .form-group .radio {
	display: inline-block;
}

#product .form-group input[type="radio"]+span {
	padding: 10px;
	border: 1px solid #9e9b9b;
	font-size: 14px;
	font-weight: 500;
}

#product .form-group .radio label input {
	display: none;
}

#product .form-group .radio label {
	padding-left: 0px;
}

#product .form-group input[type="radio"]:checked+span {
	border: 2px solid #000000;
	font-weight: 700;
}

#product2 .form-group .radio {
	display: inline-block;
}

#product2 .form-group input[type="radio"]+span {
	padding: 10px;
	border: 1px solid #9e9b9b;
	font-size: 14px;
	font-weight: 500;
}

#product2 .form-group .radio label input {
	display: none;
}

#product2 .form-group .radio label {
	padding-left: 0px;
}

#product2 .form-group input[type="radio"]:checked+span {
	border: 2px solid #000000;
	font-weight: 700;
}

#res_fix.fixede-menu {
	position: fixed;
	z-index: 999988;
	top: 0;
	-webkit-transform: translate3d(0,0,1px);
	transform: translate3d(0,0,1px);
}

body .ocf-offcanvas .ocfilter-mobile-handle {

	top: 170px;
}

.scroll-text::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

.scroll-text::-webkit-scrollbar-button {
	background-color: #666;
}

.scroll-text::-webkit-scrollbar-track {
	background-color: #999;
}

.scroll-text::-webkit-scrollbar-track-piece {
	background-color: #ffffff;
}

.scroll-text::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #666;
	border-radius: 3px;
}

.scroll-text::-webkit-scrollbar-corner {
	background-color: #999;
}

.scroll-text::-webkit-resizer {
	background-color: #666;
}

.btn.btn-success.btn-lg.btn-block {
	margin-bottom: 20px;
}


.select-sorting {
	max-width: 180px;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	color: #424242;
	background-color: #fff;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.select-sorting .select {
	border: 1px solid transparent;
}

.select-sorting .select::after {
	content: '';
	display: block;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
}

.select-sorting .select__current.placeholder {
	color: #424242;
}

.select-sorting .select__list {
	border: 1px solid transparent;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
	height: 250px;
}

@media only screen and (min-width: 1025px) {
	.select-sorting .select__item:hover {
		background: #fff;
		color: #5b8c32;
	}
}

.select-sorting .select--open::after {
	content: '';
	display: block;
	border-bottom: 2px solid #5b8c32;
	border-right: 2px solid #5b8c32;
}

.select-sorting .select__list {
	padding: 10px 0;
}

.select-sorting .search-holder {
	background: #fff;
}

.select-sorting .search-holder::after {
	content: '';
	display: block;
	width: 100%;
	background-color: #fff;
	height: 5px;
	position: absolute;
	top: -5px;
	right: 0px;
}


.select {
	margin: 0;
	border: 1px solid #e8e8e8;
	padding: 10px 30px 10px 20px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	white-space: nowrap;
	outline: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

.select::after {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	content: '';
	height: 7px;
	width: 7px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
}

.select:focus {
	border-color: #666;
}

.select__current {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.select__current.placeholder {
	color: #ccc;
}

.select--open {
	overflow: visible;
}

.select--open::after {
	transform: rotate(-135deg);
}

.select__list {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	margin-top: 2px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	transform-origin: 50% 0;
	transform: scale(0.75) translateY(-2em);
	transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
	z-index: -1;
}

.select--open .select__list {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: scale(1) translateY(0);
}

.select__item {
	padding: 10px 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}

.select__item:hover {
	background: #efefef;
}

.select__item--active {
	font-weight: bold;
	background: #eee;
}

.select__item--disabled {
	display: none;
	cursor: not-allowed;
}

.select__item.math {
	order: -1;
}

.select__item.hidden {
	display: none;
}

.select.error {
	border: 1px solid red !important;
}

.select.to-up .select__list {
	bottom: 100%;
	top: auto;
}

.search-holder {
	z-index: 6;
	position: absolute;
	left: 5px;
	right: 5px;
	top: 50px;
	height: 40px;
}

.search-holder input {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 30px;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #4f4f4f;
	padding: 0 20px;
	border: 1px solid #d8d8d8;
	box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
}

.search-select .select__list {
	padding-top: 60px;
}

.search-select .mCSB_container {
	display: flex;
	flex-direction: column;
}

@media (max-width: 1020px) {
	.product-block.product-thumb .button-group {
		opacity: 1;
	}
}

#cart .dropdown-menu .table tbody>tr {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 15px;
}

#cart .dropdown-menu .table tbody .img-thumbnail {
	margin: 0;
}

#cart .dropdown-menu .table tbody>tr:not(:first-child) {
	border-top: 1px solid #ddd;
	margin-top: 15px;
}

#cart .dropdown-menu .table tbody>tr td:first-child {
	width: 100px;
}

#cart .dropdown-menu .table tbody>tr td:nth-child(2) {
	width: calc(100% - 140px);
	margin-left: 10px;
}

#cart .dropdown-menu .table tbody>tr td:nth-child(3),
#cart .dropdown-menu .table tbody>tr td:nth-child(4) {
	font-size: 18px;
	margin: auto;
}

#cart .dropdown-menu .table tbody>tr td:nth-child(5) {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}

#cart .dropdown-menu .table tbody>tr .btn-danger {
	padding: 5px 8px !important;
}


@media only screen and (max-width: 479px) {
	#cart .dropdown-menu {
		width: 320px;
		right: -20px;
	}
	.newsleft {

		min-height: 35px;
	}
}

#faq .panel-title {
	position: relative;
	padding: 20px;
}


@media (max-width: 1020px) {

	#faq h3 {
		text-align: center;
		margin-bottom: 20px;
	}

	#faq #accordion.panel-group .panel {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 15px;
	}

}

