@font-face {
	font-family: 'IRANSans';
	src: url('../../../../../fonts/IRANSansWeb(FaNum)_Light.eot');
	src: url('../../../../../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('../../../../../fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('../../../../../fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../../../../../fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

body {
	font-family: 'IRANSans', sans-serif;
	font-size: 12px;
	color: #717171;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.06em;
	background-color: #f6f6f6;
}

:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #717171;
}
/* 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: #717171;
}
a:hover, a:focus{
	text-decoration: none;
	color:#cc0000;
}
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;
}
97.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;
}
#content .col-sm-6.product-right {
	/*margin-left: 0;
	width: 45%;*/
}

#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;
}

.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: #cc0000;
	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 #f4f4f4;
}
.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 #f4f4f4;
}
.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 #f4f4f4;
	list-style:none;
}
.blog-category > ul > li ul > li {
	border-top:1px solid #f4f4f4;
	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;}


.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 {
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	padding: 50px 30px;
	margin-top: -10.8%;
	z-index: 9;
	background:#fff;
}
#content .capricablog .box-content {
    margin: 0 auto;
}
.capricablog .buttons.text-center{display: none;}


.blog-desc {
	color: black;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.06em;
	font-weight: 300;
	text-transform: none;
}
.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;
}


.read-more {
	float: right;
	background: #fff;
	padding: 7px 33px;
	border: 2px solid #cc0000;
	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;
	position: relative;
	transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-moz-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-property: color;
	overflow: hidden;
	cursor:pointer;
	
}


.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: right;
	width: 100%;
	text-align: right;
	margin: 15px 0;
}

.all-blog .blog-desc {
	margin: 20px 0 15px;
	text-align: right;
}
.all-blog .read-more{margin:5px 3px;}
.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;
	float: none;
	vertical-align: middle;
	display:inline-block;
	margin:5px 3px;
	text-transform: uppercase;

}
.read-more:hover::before a{color:#fff;}
.blog-date:hover,.blog-date:focus {
    color: #cc0000;
}
.all-blog .read-more {
	float: right;
	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;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-0-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 {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	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;
	-khtml-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.html) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	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-wrapper-outer {
    border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}*/
.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 {
    position: relative;
 
}

 .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;
}
.header-top {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    clear: both;
}
#top {
    margin: 0;
    height: auto;
	clear: both;
    position: relative;
	z-index: 99;
    display:none;
}
#top .container {

	top: auto;
	text-align: center;
}
#top-links span{color: #e6e6e6;text-decoration: none;font-size: 12px;text-transform: capitalize;}
#form-currency .currency-select {
	text-align: center;
	width:100%;	
	text-transform: capitalize;
	text-decoration:  none;
}
#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;
	padding: 5px 0;
	border: none;
	position: relative;
	display: block !important;

	}
#form-language .dropdown-menu li,#form-currency .dropdown-menu li{display: inline-block;vertical-align: middle;}	
#form-language .dropdown-menu li .btn.btn-block, #form-currency .dropdown-menu li .btn.btn-block{padding: 0;}

#top #form-language .language-menu .btn {padding:0; text-transform:capitalize; color:#717171;}
#form-currency .currency-menu .btn {
border: 1px solid #e5e5e5;
padding: 5px 5px !important;
margin-right: 10px;
color:#717171;
margin-bottom: 10px;
 }
 #form-currency .dropdown-menu .btn:hover{
	color: #fff;
    background: #cc0000;
    border-color: #cc0000; 
}
.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 {
    /*float: left;*/
    padding:0;
    position: relative;
    text-transform: uppercase;
	font-weight:500;
	
	
}
.content_header_top .single-banner {
    margin: 0;
}
.head-right-top {
    /*float:left;*/
}
.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;
  padding: 22px 0;
  
}-->*/
.static_links ul.nav li .megamenu.column1 ul.childs_1 {
  border: medium none;
  /*padding: 22px 0;*/
}
 .static_links ul.nav li .megamenu.column1 ul.list-unstyled li > a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  /*letter-spacing: 0.8px;*/
  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:#cc0000;
 }
#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: 12px 6px;
background: #fff none repeat scroll 0 0;
visibility: visible !important;
border:none;
border-radius: 0;
background: #ffffff;
box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
-webkit-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
-o-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
-ms-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
-moz-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);

}

.static_links .dropdown-menu .list-unstyled.childs_1 > li{padding-bottom:0;}

.static_links ul {
  /*height: 100%;*/
  text-align: left;
}
 .static_links .cart-menu > li {
  padding: 0;
}
.header-cart .dropdown-menu {
  border: 1px solid #ebebeb;
  min-width: 280px;
   padding:10px;
  top: 60px;
}

.static_links ul li ul{ display:table-cell; float:none;}
#account-return .btn.btn-default {
  padding: 7px 15px !important;
}
.nav .navbar-nav .top-level.dropdown li a:hover{
display:inline-block;
}
/*.level-top.dropdown-inner li a::before{
background:none;}
*/
.static_links li.hiden_menu div {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cc0000;
  display: none;
  min-width: 155px;
  padding: 15px 0;
  position: absolute;
  text-align: left;
  border-radius:0 0 5px 5px;
  top:56px;
  -webkit-border-radius:0 0 5px 5px;
-khtml-border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
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:#cc0000;
}
.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: #cc0000;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
}

.list-unstyled.childs_1 a:hover{
color:#cc0000;
background:none;
}

.btn-link:hover, .btn-link:focus {
  color: #000000;
}


.list-unstyled.childs_1 li a::before {
background:none;
}
/*.static_links li a:hover, .static_links li a:focus {
	color:#ffffff;
}*/
.content_footer_top .sale-cms .sale-cms-text {
	position: relative;
}
.content_footer_top .sale-cms-text:hover::before {
	animation: 1s ease 0s normal;
}
.content_footer_top .sale-cms-text::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%;
	right: -75%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
	z-index: 2;*/
}
.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;
}

#top-links li,.header-search li{padding:0; list-style:none}
#top-links a:hover,  #top-links a:focus{color:#cc0000;}
header .btn-link:hover,header .btn-link:focus{
	color: #cc0000;
	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: #cc0000;
}
#top .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}
#top-links {
	padding-top: 0px;
}
#top-links a + a {
	margin-left: 15px;
}

.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:300}

.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: #cc0000;
}
.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;
  float: right;
  margin: -15px 0 0 0;
}
.fa-angle-down{
      color:#ddd;
      margin: -13px 0 0 6px;
}

#top #form-language .btn-link {
    padding: 8px 10px 10px 0;
    border-right: 1px solid rgba(255,255,255,0.15);
}

#top #form-currency .btn-link {
    padding: 8px 10px 10px 10px;
}
#form-currency .currency-menu , #form-language  .language-menu{
text-decoration: none;
color: #717171;
border:none;
font-size:12px;
line-height:16px;
text-align: left;
}
#form-currency .current , #form-language .current{
	z-index:9;
	border-top: 1px solid #e5e5e5;
	display: block !important;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}
#form-currency .current .cur-label,  #form-language .current .cur-label
{
color: #191919;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
text-align:left;
}
.myaccount .dropdown-toggle span{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
   
}
.header-nav-link a {
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
	letter-spacing:0.05em;
	color: #d5d5d5;
}
.header-nav-link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
#header-top-link-block {
    float: left;
    text-align: left;
    margin: 0 auto;
    position: relative;
	padding:7px 28px 0 0;
}
#header-top-link-block .fa.fa-cog{display:none;}
#header-top-link-block::before {
    position: absolute;
    left: auto;
    right: 0;
    margin: 0 auto;
    height: 20px;
    width: 1px;
    top: 9px;
    content: "";
    background: #c0bebe;
}
.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,#form-currency:hover .btn-link strong {
    color: #000;
}

#form-currency .btn-link strong{font-weight:normal;display: none;color:#e6e6e6;}
.header-wishlist {
    float: right;
    position: relative;
    padding: 7px 0;
}
.header-wishlist  i {
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    height: 22px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 22px;
    z-index: 1;
	line-height:25px;
}
.dropdown.myaccount {
  float: right;
  color:#fff;
   position: relative;
   padding:7px 12px;
  }

.dropdown.myaccount .dropdown-toggle.account,.header-search .search_button {
	position: relative;
	overflow: hidden;
	font-weight: 300;
	text-transform: capitalize;	
	letter-spacing: 0.1em;	
	cursor: pointer;
}
.dropdown.myaccount .dropdown-toggle.account i{

   font-size:18px;
	height: 26	px;
	text-transform: uppercase;
	width: 22px;
	transition: none;
	display: inline-block;
	line-height:24px;
	vertical-align: top;
	color:#fff;
}
.header-search .search_button.active {width: 22px !important;   font-size: 0 !important;}
.dropdown.myaccount .dropdown-toggle.account:hover,.header-search .search_button:hover{
	opacity: 1;
	width: auto;
	font-size: 13px;
}
.header-search .searchbox {
    display: none;
	position: absolute;
	right: 45px;
	top: -7px;
	width: 600px;
	z-index: 99;
	text-align: center;
	left: auto;
    transition: width 2s;
    -webkit-transition: width 2s;
    -moz-transition: width 2s;
    -ms-transition: width 2s;
    -o-transition: width 2s;
}
.header-right  .head
{
	float:right;
	margin:5px 5px 0 0;
	padding:2px;
	/*padding-left:665px;*/
}
.product-quick_view-47 {
display:inline-block;
}
.header-center {
	float:left;
	padding: 0px 15px 0;
  width: 100%;
  text-align:center;
/*  background-color: #0d0d0d;
*/}

/*header-center*/
.content_header_center{padding-top: 12px;float:none;text-align: center;margin: 0 auto;}
.content_header_center a {
	font-size: 13px;
	line-height: normal;
	letter-spacing: 0.06em;
	color: #000;
	font-weight: 400;
	text-transform: capitalize;
}
.content_header_center span {
color:#cc0000;
}
.content_header_center a:hover span{color: #000;}
/* logo */


.header-main {
    float: right;
    position: relative;
    width: auto;
    clear: both;
    text-align: left;
    margin-top: -72px;
 }

.header-left {
    float: left;
	width:auto;
	margin:0 79px 0 0;
}
 .head-right-top{display: none;}
.header-right {
	float: left;
	width: 100%;
	position: relative;
	top: 0;
	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;}}
@-moz-keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
@keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
header.fixed {
color: #000000;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
animation: slide-down 0.9s;
-moz-animation: slide-down 0.9s;
-webkit-animation: slide-down 0.9s;
-o-animation: slide-down 0.9s;
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);
}
@keyframes slide-down
{
0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}
}
@-webkit-keyframes slide-down
{
0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}
}

@-moz-keyframes slide-down
{
0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}
}

@-ms-keyframes slide-down
{
0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}
}
@-o-keyframes slide-down
{
0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
100% {
    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{
	float: left;
	text-align: left;
	padding:7px;
 }

.header-search {
float: left;
position: relative;
padding: 7px 0 7px 28px;
}

.col-sm-3.sort{/*margin-right:44px;*/ 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:#717171;
	border:none;
	overflow:hidden;
	left:0;
	width:100% !important;
}



.header-search .search_button i{
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    height: 22px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 22px;
    z-index: 1;
	line-height: 25px;
}

}
.header-search .searchbox {
    display: none;
    position: absolute;
    right: 45px;
    top: -6px;
    width: 800px;
    z-index: 99;
    text-align: center;
    left: auto;
	transition: width 2s;
	-webkit-transition: width 2s;
	-moz-transition: width 2s;
	-ms-transition: width 2s;
	-o-transition: width 2s;
}
.header-search .searchbox .searchinner {
    display: inline-block;
    width: 100%;
    position: relative;
	vertical-align:middle;
}
.head-right-bottom {
    float:right;
	position:relative;
	/*width:21%;*/
}

.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:#f0f0f0;
	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:#717171;
}

@media (max-width: 767px) {  	
	.quickbox { display:none; }
}
	


/* Caprica Category CSS */

#nav-one > li > .dropdown-menu {
    background: #717171 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.dropdown, #nav-one > li.hiden_menu, #nav-one > li.dropdown .column1 ul .dropdown{
	background:url(../image/caprica/menu_left.png) no-repeat scroll right 7px transparent;
}*/
#nav-one > li.hiden_menu > .dropdown-menu{padding:22px;}
.top_level.hiden_menu{position:relative;}
/*#nav-one li .megamenu ul.childs_1:first-child {
    padding: 30px 2px;
}*/
#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 ul > li > a {
    min-width: 188px;
}

#nav-one > li ul > li > a {
    min-width: 188px;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
    background: #717171 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: #cc0000;
    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;
}
#menu li.hiden_menu .dropdown-menu.megamenu {
    display: none !important;
}
#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;
}

.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.html") no-repeat scroll 0 0;
    display: block;
    height: 402px;
}
/* search */
#search {
	float:left;
	width:100%;
	
}
#search .input-lg {
	line-height: 20px;
	padding: 5px 55px 5px 10px;
	border: 2px solid #cc0000;
	text-transform: none;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	display: inline;
	width: 100%;
	font-size: 12px;
	height:40px;
}

.header-search .customSelect.form-control {
   /* background: #fff;*/
    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;

}
.dropdown-menu .childs_2  {

}

/*.megamenu .dropdown-menu{ position:relative; top:0; width:auto; margin:0; padding:0;}*/

.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, .hometab .customNavigation{ top: 45%;position: absolute;left: 0;right: 0;margin: 0 auto;display: none;}
.box-content:hover .customNavigation, .hometab:hover .customNavigation{display: block;}
.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 .slider-wrapper {
  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 .nivo-directionNav-prev:hover, .main-slider .nivo-directionNav-next:hover{background: #000;border: none;}
.main-slider .nivo-directionNav-next {

 	/*background:rgba(0, 0, 0, 0) url("../image/caprica/Arrow.png") no-repeat scroll -120px bottom;*/
}
.main-slider .nivo-directionNav-prev {
  background:#fff;
  border-radius:0;

/* 	background:rgba(0, 0, 0, 0) url("../image/caprica/Arrow.png") no-repeat scroll 0 bottom;*/
}
.main-slider .nivo-directionNav-prev:hover {
   /* background-position: 0px 0;*/
}
.main-slider .nivo-directionNav-next:hover {
   /* background-position: -120px 0;*/
}
.main-slider .nivo-directionNav-prev:hover a.nivo-prevNav::before,.main-slider .nivo-directionNav-next:hover a.nivo-nextNav::before {color:#fff;}
.main-slider .nivo-directionNav-prev::before,.main-slider .nivo-directionNav-next::before {content: none;}
.main-slider  a:hover{color: #fff;}
.main-slider  a.nivo-prevNav::before {
    content: "\f104";
    font-family: "fontawesome";
     padding: 0 18px;
    font-weight: 700;
    font-size: 17px;   
}
.main-slider  a.nivo-nextNav::before {
    content: "\f105";
    font-family: "fontawesome";
    padding: 0 18px;
    font-weight: 700;
    font-size: 17px;

}
.main-slider a.nivo-prevNav {
	left:8px;
}
.main-slider a.nivo-nextNav {
	right:8px;
}
.nivo-directionNav a.nivo-nextNav:hover{right: 0;}
.nivo-directionNav a.nivo-prevNav:hover{left: 0;}
.main-slider .nivo-directionNav-prev{
	height: 45px;
	width: 42px;
	  background:#fff; 
	   border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;	   
	  border: none;
	transform: skewX(-20deg);
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
}
.main-slider .nivo-directionNav-next{
	height: 45px;
	width: 42px; 
	 background:#fff;
	   border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;	   
	   border: none;
    transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	}

.main-slider .slider-wrapper .nivo-directionNav-prev div{
    transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
}
.main-slider .slider-wrapper .nivo-directionNav-next div{
	 transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
}
.nivo-directionNav-next, .nivo-directionNav-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    right: auto;
   } 
.main-slider .nivo-directionNav {
	width: 100%;
position: absolute;
line-height:45px;
top:45%;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.main-slider .slider-wrapper .nivo-directionNav-next{
right: -15% !important;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.main-slider .slider-wrapper:hover .nivo-directionNav-next{
right: 2.3% !important;
 opacity:1;
 	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;

}
.main-slider .slider-wrapper .nivo-directionNav-prev {
 left: -15% !important;
 -webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;

 }
.main-slider .slider-wrapper:hover .nivo-directionNav-prev { 
left: 2.3% !important;
 opacity:1;
 	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
} 
.main-slider .slider-wrapper .nivo-directionNav-prev:hover div ,.main-slider .slider-wrapper .nivo-directionNav-prev:hover,.main-slider .slider-wrapper .nivo-directionNav-next:hover div ,.main-slider .slider-wrapper .nivo-directionNav-next:hover{
	transform: skewX(0deg);
-webkit-transform: skewX(0deg);
-moz-transform: skewX(0deg);
-ms-transform: skewX(0deg);
-o-transform: skewX(0deg);
 }

.main-slider.nivo-nextNav, .main-slider.nivo-prevNav{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 {
	padding: 10px 15px;
	border: 2px solid #cc0000;
	color: #fff;
	height: 40px;
	background-color: #fff;
}
#search .btn-lg:hover,#search .btn-lg:focus{color:#cc0000;}
.header-search .search_button.active .fa-search::before {
   content:"\f00d"; 
   font-size:18px;
}

#search .btn-lg:hover{/* Old browsers */  }
.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 */
background: -moz-linear-gradient(-45deg, #000000 0%, #424242 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #000000 0%,#424242 100%); /* 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 */
background: -moz-linear-gradient(top, #ff8142 0%, #de4d04 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff8142 0%,#de4d04 100%); /* 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;
}
/*.fa-shopping-basket::before {
  content:'\f291';
  font-family:'FontAwesome';
  
  
}*/

header .dropdown.myaccount a:hover .fa,header .dropdown.myaccount a:focus .fa{
}

.header-container {
	height: auto;
	z-index: 55;
	background: #0d0d0da8 none repeat scroll 0 0;
	position: fixed;
	float: left;
	width: 100%;
}
.header-container .container{padding: 0;}
header .header_left {
  float: left;
  width: 260px;
}
.header-container.smaller{z-index:999;}
.header-logo img{display: inline-block;max-width: 100%;}
.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;
	
}

/*caprica category */
/*.common-home.layout-2.left-col #column-left, .common-home.layout-2.right-col #column-right {
	padding: 0;
    position: absolute;
    top: 142px;
    width: 250px;
    z-index: 99;
}
.common-home.layout-2.left-col #content , .common-home.layout-2.right-col #content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}*/

.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;}}
@-moz-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: #cc0000;
    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: #cc0000 none repeat scroll 0 0;
    border: 2px solid #cc0000;
    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: #cc0000 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;
}

/*#content .category_list_cms .box-head .box-heading{
 padding: 62px 0 0 40px;
}
.category_list_cms .box-heading {
	margin-left: 10px;
}*/
.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;
    margin-left: 
}
.category_list_cms .box-head {
    /*border-bottom: 1px solid #cccccc;*/
    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;
    /*line-height:13px;*/
   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:#717171;
	float:left;
	padding-right:7px;
}
.category_list_cms .subcategory li:hover a::after , .category_list_cms .subcategory li:hover a {
    color: #cc0000;
}
.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: right;
    width: auto;
    padding:0 0 0 25px;
}
.header-center-right {
	float: none;
	width: auto;
}
.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 15px !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;}

#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;
}

#cart > .btn{
	background: #fff;
	padding: 7px 22px;
	border:2px solid #cc0000;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.6s ease 0s;
	transition-property: all;
	transition-duration: 0.6s;
	-o-transition: all 0.6s ease 0s;
	position: relative;
	transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-moz-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	transition-duration: 0.3s;
	transition-property: color;
	overflow: hidden;
	cursor: pointer;
}
#cart > .btn:hover,#cart > .btn:focus{color:#cc0000;}
#cart > .btn i{ 
	background: rgba(0, 0, 0, 0) url("../image/caprica/cart.png") no-repeat scroll 0 2px;
	border: medium none;
	color: #000;
	display: inline-block;
	vertical-align: top;
	height: 22px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	width: 22px;
	transition: none;
	font-size: 0;
}
#cart > .btn:hover i,#cart > .btn:focus i{ 
background-position: 0 -98px;
}
.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 */
background: -moz-linear-gradient(top, #ff8142 0%, #de4d04 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff8142 0%,#de4d04 100%); /* 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 {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	text-transform: capitalize;
}

.pull-right .myaccount .dropdown-toggle{
	color:#000;
}

#top-links .fa {display: none;}
#top-links  a {color:#fff;}
#cart-total {
	border: medium none;
	color: #fff;
	font-size: 12px;
	padding: 0;
	z-index: 9;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform:uppercase;
}
#cart .btn:hover #cart-total,#cart .btn:focus #cart-total{color: #cc0000;}

#cart > .btn:hover .fa,.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle:hover > span, .dropdown.myaccount .dropdown-toggle:hover .fa.fa-user,.header-center-right .dropdown.myaccount .dropdown-toggle:hover #myaccount-title,.header-search .search_button:hover i,.header-wishlist:hover i{ color: #cc0000; }
header #cart li a, header #cart li {color:#717171; 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:10px;
	border:none;
	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;
	background: #ffffff;
	top:100%;
	box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);	

}
.static_links .header-cart li a::before{
background:none;}

#cart .dropdown-menu li{float:none}
/*#cart .dropdown-menu li:first-child {
    max-height: 400px;
    overflow: scroll;
	overflow-x:hidden;
    position: relative;
}
*/
#cart .dropdown-menu li:first-child {
    max-height: 300px;
    overflow-y: auto;
	overflow-x: hidden;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid #f0f0f0;
    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 table.table-bordered td {
    padding: 4px 6px;
}
#cart .dropdown-menu li > div {		
}
#cart .dropdown-menu li p {	
	margin:15px auto;
	color:#717171;
}
.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: #717171;
    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: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top, #f4f4f4 0%, #cc0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f4f4f4 0%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f4f4f4 0%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cc0000',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: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top, #f4f4f4 0%, #cc0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f4f4f4 0%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f4f4f4 0%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cc0000',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:#f2f2f2 ;
}
/* 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:#cc0000;
}
.content-top .second-content-two:hover .title{
color:#cc0000;
}
.content-top .third-content-three:hover .title{
color:#cc0000;
}
.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.html") 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.html") 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.html") 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.html") 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.html") no-repeat scroll 0 -318px rgba(0, 0, 0, 0);
}
.content-top .third-content-three .icon-left3 {
  background:url("../image/caprica/icon1.html") 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: black;
*/height: auto;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
-ms-border-radius:0px;
-o-border-radius:0px;
border-radius: 0px;
padding: 0px;
text-align: left;
}
.lang-curr .fa.fa-angle-down {
  vertical-align: middle;
}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 20px 30px 0px 15px;
}
#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;
text-align:right;
}

.main-menu ul > li{
    position: relative;
	float: none;
	display: inline-block;
	padding-bottom:26px;
}


.main-menu > ul > li > a::before, .main-menu > ul > li > a::after {
    display: inline-block;
    opacity: 0;
	-webkit-opacity:0;
	-ms-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;	
    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;
    -ms-transition: all 0.6s ease 0s;
}
#menu > ul > li:nth-child(even) > a span 
{
	background:#cc0000;
	font-size: 8px;
	letter-spacing: 0.12em;
	color: #fff;
	text-transform: uppercase;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 29px;
	height: 15px;
	line-height: 13px;
	text-align: center;
	position:absolute;
}

#menu > ul > li:nth-child(odd) > a span,.hiden_menu a span  {display:none;}
#menu > ul > li:nth-child(even) > a span::before {
	position: absolute;
	content: "\f0dd";
	bottom: -5px;
	z-index: -1;
	left: 0;
	color: #cc0000;
	font-family: fontawesome;
	font-size: 12px;
	right: 0;
}
#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;}
#menu > ul > li.hiden_menu .dropdown-inner {
    min-width: 185px;
    position: absolute;
    text-align: left;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;	
    left: auto;
    right: 46px;
    padding: 12px 6px;
	top:100%;
box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
-webkit-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
-o-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
-ms-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
-moz-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);    
}
.nav-responsive span,.main-menu ul > li > a, .hiden_menu li > a {
	color: #fff;
	display: block;
	padding: 0;
	margin: 0 46px 0 0;
	z-index: 6;
	position: relative;
	font-weight: 600;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	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;
	-ms-transition: all 0.6s ease 0s;
}
.main-menu ul > li .dropdown-menu a,.hiden_menu .dropdown-inner li a{margin:0;}

.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: #717171;
    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;margin: 0;}

.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
    background: transparent;
    color: #cc0000;
}

.main-menu > ul > li:hover > a {
    color: #cc0000;
}

.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #cc0000;
    border-left: 1px solid #cc0000;
    border-right: 1px solid #cc0000;
    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;*/
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;*/
}

.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;width: 100%;}

#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
padding: 5px 0;
position: absolute;
top: 0;
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;
border: none;
}
.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: #717171;
	display: block;
	white-space: normal; 
}
.main-menu > ul > .dropdown ul > li {margin:0;display: block;}
.main-menu ul > li.dropdown:hover > a{color:#cc0000;}
.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:4px 8px;font-size: 12px;line-height: 20px;}
.main-menu ul li ul .list-unstyled a{color: #000;      padding:8px 0;    text-transform: capitalize;line-height: 20px;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color:#cc0000;
	background-color:#fff;
}
.main-menu ul li ul .list-unstyled a {
    color: #000;
    padding: 4px 15px;
    text-transform: uppercase;
    line-height: 20px;
}
.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;display:block;
}
#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:#000;}
 


/* 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 #cc0000;
}
#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:#717171;
}
#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:#cc0000;
}

#nav-one > li.hiden_menu > a { font-size:12px; font-weight:600; color:#717171; }
#nav-one > li.hiden_menu > .dropdown-menu{padding:22px;}
.top_level.hiden_menu{position:relative;z-index: 9;}
/*#nav-one li .megamenu ul.childs_1:first-child {
    padding: 20px 2px;
}*/
#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 ul > li > a {
    min-width: 188px;
}

#nav-one li .megamenu ul.list-unstyled > li.dropdown > a{padding-bottom:5px;color:#000;}

#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: #717171;
    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;
}

.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 #cc0000;
  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: #cc0000;
}
.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 */
.inner-bg {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    position: relative;
}
.layout-2.left-col #column-left{

	width: 23.95%;
	padding: 0 15px 0 0;
}
.layout-2.right-col #column-right{ 
	width: 23.95%;
	padding: 0 0 0 15px;
}
.layout-2 #content{
	width:76%;
}
.layout-2.left-col #content {
    padding: 0 0 0 15px;
	width: 76%;
	
}
.layout-2.right-col #content {   
    padding: 0 0 0 15px;
	width: 76%;
}

.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: 0;
}
.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;
	letter-spacing: 0.089em;
	color: #bababa;
	font-size: 12px;
	font-weight: 400;
}
footer h5,footer .follow, footer .payment {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	margin: 0px 0 20px;
	line-height: 30px;
	letter-spacing: 0.068em;
}

.common-home footer{
margin-top:0;
}

.footertop-cms.container, header .container{top:auto; padding-top:0; }
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #bababa;
}
#footer .column li a {
    line-height: 25px;
    font-weight: 400;
}
footer #footer .container .footer-blocks ul li{
float:none;
}

#footer .column li a:hover,#footer .column li a:focus {
	color:#cc0000;
}

footer a:hover,footer a:focus {
	color:#cc0000;
}
.newsletter .call-num{font-size: 23px;line-height: 40px !important; }
.newsletterbottom {
   float: left;width: 100%;
}
.news-subtitle{
	font-size: 13px;
	line-height: 26px;
	color: #505050;
	font-weight: 300;
	letter-spacing: 0.08em;
	text-transform: none;
	margin-bottom: 25px;
}
.newsleft,.newsright{display: none;}
.newsletter {
	margin: 0 auto;
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	padding: 0 31px 75px;
	margin-bottom: -75px;
	position: relative;
	z-index: 9;
}
.newsletterleft {
    float: right;
    width: 51.41%;
	position: relative;
	overflow: hidden;
}
.newsletterright {
float: left;
width: 48.59%;
background:#f6f6f6;
padding: 97px 102px 83px;
text-align:center;
}
.newsletterright .news-title1{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 20px;
    padding: 58px 0 48px;
    text-align: center;
	background:url("../image/caprica/mail.png") no-repeat center top;
	display:inline-block;
	vertical-align:top;	
}
.newsleft .news-title4 {
	font-size: 20px;
	color: #cc0000;
	display: inline-block;
	margin: 0 10px;
	font-weight: 700;
	text-transform: capitalize;
	font-style: inherit;

}
.newsright { float: right;width: 43.1%;padding: 0; }	 
.newsleft { position: relative;width: 51.6%;text-align: right;}

.newsleft .news-title1, .newsleft .news-title3 { 
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 33px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.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 {float: left;width: 100%;clear: both;margin:22px -6px 0;}
footer #footer .container .footer-blocks .footer-social li{float: left;padding: 0;margin-right:12px;}
#footer #footer_storeinformation_block .footer-social li{padding: 0;}

li.social_block {
    cursor: pointer;
    display: inline-block;
    padding: 0;
}
li.social_block a {
    color: #1a1815;
}
li.social_block a .fa {
    background: none;
    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: 20px;
    text-align: center;
    width: 20px;
    padding: 0;
	font-size:16px;
    color: #fff;
    line-height: 20px !important;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
}
li.social_block a:hover .fa {
    color: #cc0000;
	-webkit-animation-name: hvr-icon-pulse-shrink;
	animation-name: hvr-icon-pulse-shrink;
	-moz-animation-name: hvr-icon-pulse-shrink;
	-ms-animation-name: hvr-icon-pulse-shrink;
	-o-animation-name: hvr-icon-pulse-shrink;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-ms-animation-duration: 0.3s;
	-o-animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-moz-animation-direction: alternate;
	-ms-animation-direction: alternate;
	-o-animation-direction: alternate;
}
/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
  }
}
@-moz-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
  }
}
@-ms-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
  }
}
@-o-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
  }
}

#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,#footer #footer_storeinformation_block li.timer  {
    border: medium none;
    padding: 0;
}
#footer #footer_storeinformation_block li {
	position: relative;
}

#footer #footer_storeinformation_block li .icon-inner{
	background-image: url("../image/caprica/footer-sprite.html");
	background-repeat: no-repeat;
	clear: both;
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	margin: 0 auto;
	position: relative;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	width: 25px;
	margin-right: 25px;
}

#footer .address-icon.icon-inner {
    background-position: center 5px;
}
#footer .call-num-icon.icon-inner {
    background-position: center -310px;
}

#footer .email-icon.icon-inner {
    background-position: center -622px;
}
#footer .timer-icon.icon-inner {
    background-position: center -930px;
}

#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_aboutus_block .about {
text-transform: none;
}
footer .ct-about-logo {
    margin-bottom: 37px;
}
.common-home #footer {margin-top:0; border-top:none;}
#footer { 
	background: url(../image/caprica/footer-bg.jpg) repeat scroll 0 0;
	padding: 0 0 0;
	position: relative;
	clear: both;
	background-size: cover;
	float: left;
	width: 100%;
	margin-top: -23px;
	z-index:-1;
}
#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.html") no-repeat scroll -8px 4px;
	margin-bottom:35px;
}
#contact .phone { background:url(../image/caprica/footer-icon.html) no-repeat scroll -6px -66px transparent; padding-left:45px; margin-bottom:35px; padding-top:7px; }
#contact .email { background:url(../image/caprica/footer-icon.html) no-repeat scroll -6px -132px transparent; padding-left:45px; }
#footer #footer_aboutus_block.col-sm-3.column{    width:25%;padding:0;border:none;margin-right:50px;}
#footer .column{width:18.5%; padding:0;}
#footer #contact.column { width:26%; }

#footer_storeinformation_block.col-sm-3.column {width:26%;}
#footer #contact.column h5 { display:none;  }
#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: #717171;
    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: #717171;
    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: #717171;
}

.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: #f4f4f4 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;}

.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:#cc0000;
}
.footer-logo {
    margin-bottom: 5px;
}

.newsletter label{
display:none;
}
.input-news .btn.btn-lg {
    font-size: 12px;
	line-height:20px;
	letter-spacing:0.11em;
    margin: 15px auto 0;
    padding: 8px 0;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;	
    border: 2px solid #cc0000;
    float:left;
	width:100%;
	text-align:center;
	background:#fff;
	text-transform: uppercase;
	color:#fff;
}
.newsletter:hover .input-news .btn.btn-lg,.input-news .btn.btn-lg:hover {
	color:#cc0000;
}
.newsletter .input-news {
 position:relative;
 overflow: hidden;
}

.input-news .text-danger {
 color: #000;
 background: #fff;
}
.subscribe-btn { float:left; }

.newsletter .form-group{ margin:0; float:left; width:100%; }

.newsletter #txtemail {
    background: #fff;
	color: #a0a0a0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;	
	height: 40px;
	padding: 6px 25px;
	border: none;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.05em;
	text-align:center;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.07); 
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.07); 
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.07); 
	-ms-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.07); 
	-o-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.07); 
}
.newsletter .form-control::-moz-placeholder{color:#bfbfbf;}
.subscribe-btn .btn.btn-lg{
    background: #cc0000;/* Old browsers */
    border: none;
    padding: 9px 14px;
	text-align: center;
    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; 
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 22px;
	  
}
.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;
/*padding:7px 20px;*/	
}

#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: #717171;
    display: inline-block;
    font-size: 13px;
    position: relative;
    text-transform: capitalize;
}

ul.subcats li a:hover{
	color:#cc0000; 
}
ul.subcats li a:hover::before {
    font-size: 4px;
    padding-right: 10px;
	color:#cc0000;
}
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: 45px 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;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.category .category-item:hover .categoryimage img {
transform: translate3d(20px,0,0);
-webkit-transform: translate3d(20px,0,0);
-moz-transform: translate3d(20px,0,0);
-ms-transform: translate3d(20px,0,0);
-o-transform: translate3d(20px,0,0);
transform: translate3d(20px,0,0);
-webkit-transition: all 0.5s ease;
-webkit-transition-delay: 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 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.06em;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: capitalize;
	font-family: 'IRANSans', 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{
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #000;
    font-weight: 300;
    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: #cc0000;
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: 30px;
}
.categorylist .more a:hover{
color: #cc0000;
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: #cc0000;}
.categorylist .more a {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #000;
    font-weight: 400;
    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--*/
/**--About Us Cms Block -------*/
#aboutcmsblock{
    clear: both;
    background: #fff;
	padding: 50px 30px;
    width: 100%;
    float: left;	
	z-index: 9;
	position: relative;
	margin-top:0px;
	overflow:hidden;
}
#aboutcmsblock .about_left {
    float: right;
    width: 66.23%;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
	#aboutcmsblock .about_right {
		float: right;
		width: 31%;
		background: #f6f6f6;
		padding: 72px 30px 82px;
		margin-left: 30px;
		min-height: 570px;
	}
#aboutcmsblock .content {
	margin: 0 auto;
	text-align: center;
	z-index: 9;
}
#aboutcmsblock .title{
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0.06em;
	color: #cc0000;
	font-weight: 700;
	text-transform: uppercase;	
	padding: 10px 0;
}
#aboutcmsblock .subtitle{
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.06em;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;	
}

#aboutcmsblock .desc{
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 28px;
  font-weight: 300;
  color: #717171;
  padding: 55px 0;
  text-transform: none;
}
#aboutcmsblock .button,.parallex .button{
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding: 8px 36px;
  text-transform: uppercase;
	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;	
	cursor: pointer; 
	margin:0  auto;
	border:2px solid #cc0000;
	position: relative;
	transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-moz-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	transition-duration: 0.3s;
	transition-property: color;
	overflow: hidden;
}
/*#aboutcmsblock .button::before, .parallex .button::before,#account-order .table-responsive .text-right .btn.btn-info::before, .account-address .btn-info::before, .btn.btn-default::before, .btn-primary::before, #information-contact .buttons .pull-right .btn.btn-primary::before, .btn-primary::before,  .open .dropdown-toggle.btn-primary::before, #account-return .form-horizontal .pull-right .btn.btn-primary::before, #account-return .form-horizontal .pull-left .btn.btn-default::before, #button-review.btn.btn-primary::before, #product-compare .btn.btn-primary.btn-block::before ,.read-more::before{*/
#aboutcmsblock .button::before, .parallex .button::before, .button::before,#account-order .table-responsive .text-right .btn.btn-info::before, .account-address .btn-info::before,  #information-contact .buttons .pull-right .btn.btn-primary::before, .open .dropdown-toggle.btn-primary::before, #account-return .form-horizontal .pull-right .btn.btn-primary::before, #account-return .form-horizontal .pull-left .btn.btn-default::before, #button-review.btn.btn-primary::before, #product-compare .btn.btn-primary.btn-block::before ,.read-more::before,.newsletter .input-news .btn.btn-default::before,.list .button-group-hover .quickview::before ,.list .button-group-hover .addtocart::before,.product-thumb .button-group .addtocart::before,.btn.btn-default::before,#cart > .btn::before,#button-cart.btn.btn-primary.btn-lg.btn-block::before,.btn-primary::before,.blog-date::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #cc0000;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
	-moz-transform-origin: 50%;
	-ms-transform-origin: 50%;
	-o-transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
	-moz-transition-property: transform;
	-ms-transition-property: transform;'
	-o-transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}


.htabs a::before, .categorytab .nav-tabs a::before,.nav-tabs > li > a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
	-moz-transform-origin: 50%;
	-ms-transform-origin: 50%;
	-o-transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
	-moz-transition-property: transform;
	-ms-transition-property: transform;'
	-o-transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}


#aboutcmsblock:hover .button::before, #aboutcmsblock:focus .button::before, 
.parallex:hover .button::before, .parallex:focus .button:focus::before,
.htabs a.selected::before, .categorytab .nav-tabs li.active a:hover::before,.htabs a:hover::before, .htabs a:focus::before, .categorytab .nav-tabs a:hover::before, .categorytab .nav-tabs a:focus::before,
#account-order .table-responsive .text-right .btn.btn-info:hover::before, #account-order .table-responsive .text-right .btn.btn-info:focus::before, 
  #information-contact .buttons .pull-right .btn.btn-primary:hover::before, #information-contact .buttons .pull-right .btn.btn-primary:focus::before, 
  .btn-primary.active, .open .dropdown-toggle.btn-primary:hover::before,.open .dropdown-toggle.btn-primary:focus::before,
   #account-return .form-horizontal .pull-right .btn.btn-primary:hover::before, #account-return .form-horizontal .pull-right .btn.btn-primary:focus::before,
    #account-return .form-horizontal .pull-left .btn.btn-default:hover::before, #account-return .form-horizontal .pull-left .btn.btn-default:focus::before, 
	#button-review.btn.btn-primary:hover::before,	#button-review.btn.btn-primary:focus::before, 
	#product-compare .btn.btn-primary.btn-block:hover::before,#product-compare .btn.btn-primary.btn-block:focus::before,
	.capricablog .product-block:hover .read-more::before,.capricablog .product-block:focus .read-more::before,
	.newsletter:hover .btn.btn-default::before,.newsletter:focus .btn.btn-default::before,
	.list .button-group-hover .quickview:hover::before ,.list .button-group-hover .quickview:focus::before ,
	.list .button-group-hover .addtocart:hover::before,.list .button-group-hover .addtocart:focus::before,
	.product-thumb .button-group .addtocart:hover::before,.product-thumb .button-group .addtocart:focus::before,
	.nav-tabs > li > a:hover::before,.nav-tabs > li > a:focus::before,
	.nav-tabs > li.active > a::before,
	.btn.btn-default:hover::before,.btn.btn-default:focus::before,
	#cart > .btn:hover::before,#cart > .btn:focus::before,
	#button-cart.btn.btn-primary.btn-lg.btn-block:hover::before ,#button-cart.btn.btn-primary.btn-lg.btn-block:focus::before ,
	.btn-primary:focus::before,.btn-primary:hover::before,
	.account-address .btn-info:hover::before,.account-address .btn-info::before,
	.read-more:hover::before,.read-more:focus::before,.read-more.active,
	.blog-date:focus::before,.blog-date:hover::before{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
#button-cart.btn.btn-primary.btn-lg.btn-block:hover,#button-cart.btn.btn-primary.btn-lg.btn-block:focus {color:#cc0000;}
.parallex .button{padding:8px 16px;}

#aboutcmsblock .button a,.parallex .button a{color: #fff;}

#aboutcmsblock:hover .button a,.parallex:hover .button a{color: #cc0000;}
/*----subbanner cms block-------------*/
#subbannercmsblock {
    clear: both;
    margin: 0 auto ;
    width: 100%;
    float: left;
}

#subbannercmsblock .banner-top,#subbannercmsblock .banner-bottom {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 30px;
}
#subbannercmsblock .banner-top .subbaner-left, #subbannercmsblock .banner-top .subbaner-right {
    float: left;
    position: relative;
    width: 22.144%;
    padding: 0;
}
#subbannercmsblock .banner-bottom .subbaner-left,#subbannercmsblock .banner-bottom .subbaner-right {
	float: left;
    position: relative;
    width: 49.2%;
    padding: 0;
}
#subbannercmsblock .banner-bottom .subbaner-left{margin-right: 30px;}
#subbannercmsblock .subbaner-center{
    width: 1000px;
    margin: 0 30px;
    padding: 0;
	
}
#mute-toggle {
    background: rgba(255, 255, 255, 0.4) url("../image/caprica/sound.html") no-repeat scroll 9px 12px;
}
.video button.volume {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    padding: 10px 10px 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    left: auto;
    border: none;
}
#volume-toggle {
    background: rgba(255, 255, 255, 0.4) url("../image/caprica/sound.html") no-repeat scroll 9px -39px;
    display: none;
}
#subbannercmsblock .subbaner-center .banner::before {content: none;}
#subbannercmsblock .subbaner-center .video{height: 100%;width: 100%;position:relative;}
#subbannercmsblock .subbaner-center video {
    position: relative;
    min-width: 100%;
    height: auto;
    z-index: 9;
    min-height: 600px;
}

#cmsblock .cmsblock_inner_left .banner::before, #subbannercmsblock .subbaner-left .banner::before ,#aboutcmsblock .about_left::before,.newsletter .newsletterleft::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
	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;
}
#aboutcmsblock .about_left img,.newsletter .newsletterleft img{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
	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%;
}
#aboutcmsblock:hover .about_left img,.newsletter:hover .newsletterleft img {
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	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;
}
#subbannercmsblock .content {
	position: absolute;
	right: 0;
	bottom: 7%;
	left: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 9;
}
#subbannercmsblock .subbaner-right .content{bottom: auto;top: 7%;}
#subbannercmsblock .banner-bottom .content{
	right: auto;
	bottom: 11%;
	left: 7.7%;
}
#subbannercmsblock .banner-bottom .subbaner-right .content{top: 18.8%;left: 6.7%;bottom:auto;}
#subbannercmsblock .img{overflow: hidden;}
.banner {
    position: relative;
    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;
}
#subbannercmsblock .image-block {
    background: url("../image/caprica/book.html") no-repeat scroll center center;
    z-index: 95;
    width: 78px;
    height: 48px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
#subbannercmsblock .title {
	color: #000;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: capitalize;
	line-height: normal;
}
#subbannercmsblock .price {
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: normal;
	font-family: 'IRANSans', sans-serif;
}
#subbannercmsblock .button {
    display: inline-block;
    margin-top: 5px;
    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;
    text-transform: none;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 0.08em;
	font-weight: 300;
	vertical-align: middle;

}
#subbannercmsblock .button a {
	color: #000;
	border-bottom: 1px solid #000;
}

#subbannercmsblock .banner:hover .button a{ color:#cc0000;border-bottom: 1px solid #cc0000;}
#subbannercmsblock .banner:hover .button {
    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;
}

#cmsblock .cmsblock_inner_left .banner:hover::before, #subbannercmsblock .subbaner-left .banner:hover::before,#aboutcmsblock:hover .about_left::before {
	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;
}
.banner:hover img {
    transform: scale(1.1);
    -wbkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.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;
}
.banner img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(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;
}




#subbannercmsblock .description {
	color: #000;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.04em;
	font-weight: 400;
	font-family: 'IRANSans', sans-serif;
}

/*end subbanner--*/

/*--cms block-*/
#cmsblock {
    float: left;
    width: 100%;
    clear: both;
    margin: 35px auto 60px;
}
.cmsblock_inner_left {
    float: left;
    width: 67.34%;
    margin-right: 29px;
}
.cmsblock_inner_right {
    float: left;
    width: 30.17%;
}
#cmsblock .content {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 20px;
    z-index: 9;
}
	#cmsblock .content .title {
		font-size: 42px;
		line-height: normal;
		letter-spacing: 0.02em;
		font-weight: 400;
		font-family: 'IRANSans', sans-serif;
		text-transform: capitalize;
		color: #fff;
	}
#cmsblock .cmsblock_inner_right .banner::before {
    position: absolute;
    left: 20px;
    right: 20px;
    content: "";
    top: 20px;
    bottom: 20px;
    z-index: 1;
    border: 4px solid #cc0000;
    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 .cmsblock_inner_right .banner:hover::before {
    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;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
#cmsblock .cmsblock_inner_right .content {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: 0;
    bottom: auto;
}
	#cmsblock .cmsblock_inner_right .content .title {
		font-size: 83px;
		line-height: 105px;
		letter-spacing: 0.02em;
		font-weight: 400;
		text-transform: uppercase;
		color: #cc0000;
		font-family: 'IRANSans', sans-serif;
	}
#cmsblock .content .button {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.06em;
	color: #000;
	font-weight: 400;
	font-family: 'IRANSans', sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	text-decoration: underline;
}
#cmsblock .content .button a {
    color: #000;
}
#cmsblock .content .button:hover a {
    color: #cc0000;
}
/*end cms*/
/* parallax cms */
.testimonial.parallex {padding: 9.2% 0 10.41%;}
.parallex {
	background-repeat: repeat;
	margin: 0 auto 60px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	padding: 10.81% 0 11.42%;
	background-size: cover;
	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;
}
.parralax-content {
    position: relative;
    z-index: 9;
    margin-bottom: 58px;
}
.parallex .title {
	font-family: 'IRANSans', cursive;
	font-size: 80px;
	line-height: normal;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	color: #fff;
	font-weight: 700;
	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;
	margin-bottom: 40px;
}


.parallex #parallex_img_top .img_top {
    background: url("../image/caprica/offer-banner.html") no-repeat scroll center center;
    position: absolute;
    top: -30%;
    right: 8%;
    left: auto;
    width: 185px;
    height: 202px;
    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;
}

.parallex #parallex_img_top .img_top::before {
    position: absolute;
    top: -95%;
    content: "";
    background: #fff;
    width: 1px;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    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;
}
.parallex #parallex_img_top.scrollInTop .img_top {
    top: 28%;
    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;
}
.parallex #parallex_img_top.scrollInTop .img_top::before {
    height: 202px;
    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;
}
/* end parallax cms*/

/*testimonial*/
#home-bottom
{
float: left;
width: 100%;
padding:0;
}
.testimonial {
    float: left;
    width: 100%;
    clear: both;
}
.testimonial-inner{
	float: left;
	width: 100%;
}
.testimonial_inner {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 auto;
}
.homepage-testimonial-inner {
    position: relative;
}
#testimonial-carousel {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}

.testimonial_inner .image-block {
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 100%;
   padding-bottom: 30px;
}

.testimonial_inner .post-content-inner {
    text-align: center;
    position: relative;
    margin: 0 auto;
	display:inline-block;
	vertical-align:top;
	float:none;
}
.testimonial_inner .image-block img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;	
    border: 5px solid #fff;
}
.testimonial_inner .post-content-inner .post-description {
    color: #fefefe;
    letter-spacing: 0.051em;
    position: relative;
    line-height: 20px;
    font-size: 12px;
    clear: both;
    text-transform: none;
    font-weight: 400;
	background:url("../image/caprica/quote.png") no-repeat center top;
	display:inline-block;
	vertical-align:top;
	padding-top: 47px;
	padding-bottom: 20px;
	width: 70%;
}

.testimonial_inner .post-content-inner .post-author > a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: 'IRANSans', sans-serif;
}
.testimonial_inner .post-content-inner .post > a {
    color: #6c6c6c;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.04em;
    font-weight: 300;
}
#testimonial .bx-pager.bx-default-pager {
    position: relative;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hometesti-inner {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#testimonial .bx-pager-item{
    display: inline-block;
    margin: 0 3px;
}
#testimonial .bx-controls.bx-has-controls-direction .bx-controls-direction {
    display: none;
}
#testimonial .bx-pager-item .bx-pager-link.active > span, #testimonial .bx-pager-item .bx-pager-link:hover > span {
    background: #cc0000;
}
#testimonial .bx-pager-item .bx-pager-link {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;	
    cursor: pointer;
    display: block;
    height: 14px;
    text-indent: -9999px;
    transition: all 500ms ease 0s;
    width: 14px;
    border: 2px solid #fff;;
    background: transparent;
    margin: -5px auto;
	
}
#testimonial .bx-pager-item .bx-pager-link.active , #testimonial .bx-pager-item .bx-pager-link:hover{
    background: #fff;
}
.common-home #content .testimonial_inner .product-block ,.common-home #content .testimonial_inner .product-block:hover{
    box-shadow: none;
    background: none;
    margin-left: 0;
    margin-right: 0;
}
#content .testimonial_inner .product-block-inner {
    background: none;
}
/*end testimonial */
/*SERVICECMS BLOCK */
.ServiceCmsBlock {
	float:left;
	width:100%;
	clear:both;
	position:relative;
	padding: 40px 0 25px;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
	margin: -10.8% auto 0;
	z-index: 9;
}
.services .service{padding:0 25px;}
.service-2.service{
	border-right:1px solid rgba(220,220,217,0.39);
	border-left:1px solid rgba(220,220,217,0.39);
}
.services .icon {
    float: left;
    display: inline-block;
    vertical-align: middle;
}
.service-content {
	color: #000;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	font-family: 'IRANSans', sans-serif;
	padding: 5px 0 5px 15px;
}
.services .content-title {
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	color: #000;
	letter-spacing: 0.07em;
}
.services .content-desc {
    line-height: 20px;
    color: #717171;
    margin-top: 6px;
    font-weight: 300;
    font-size: 12px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
	text-transform:capitalize;
}
.services .icon-inner {
	background: url("../image/caprica/services.png") no-repeat;;
    background-repeat: no-repeat;
    clear: both;
    display: block;
    height: 69px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    width: 60px;

}
.service:hover .icon-inner {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-ms-animation-duration: 0.3s;
	-o-animation-duration: 0.3s;
}
/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
	-moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
	-o-transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
	-moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
	-o-transform: scale(1.3);
  }
}
@-moz-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
	-moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
	-o-transform: scale(1.3);
  }
}

@-ms-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
	-moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
	-o-transform: scale(1.3);
  }
}
@-o-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
	-moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
	-o-transform: scale(1.3);
  }
}


.service:hover .content-title {
    color: #cc0000;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.service1-icon.icon-inner { background-position:center 10px;}
.service-1:hover .service1-icon.icon-inner {background-position: center -152px;}
.service2-icon.icon-inner {background-position: center -313px;}
.service-2:hover .service2-icon.icon-inner {background-position: center -477px;}
.service3-icon.icon-inner {background-position: center -640px;}
.service-3:hover .service3-icon.icon-inner {background-position: center -804px;}
.ServiceCmsBlock .service:last-child::after { content: none;}
/*end service cms block */
.bottomfooter {
	clear: both;
	padding: 35px 0 ;
	text-align: center;
	margin: 0 auto;
	border-top:1px solid #383838;
}
.bottomfooter .powered{
	font-weight: 400;
	color: #cccccc;
	font-size: 12px;
	letter-spacing: 0.049em;
	text-transform: capitalize;
}
.bottomfooter a{color: #cccccc;}
#footer li {
    line-height: 24px;
}
.bottomfooter ul li {
	display: inline-block;
	font-size: 12px;
	line-height: normal;
	letter-spacing: .05em;
	font-weight: 400;
	font-family: 'IRANSans', sans-serif;
	margin: 0 15px;
	vertical-align: middle;
	color: #cccccc;
}

.bottomfooter .footer_bottom ul li {
    margin: 0 2px;
}

p.powered{text-align:center;  margin:0 auto;}
.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:#cc0000 ;}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	display:inline-block;
	width:100%;
}
.btn {
	padding: 6px 15px;
	border: 2px solid #cc0000;

}
.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: 14px;
}
.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: #f4f4f4; /* 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 15px !important;
line-height: inherit;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #000;
    background-color: #fff;
    border:2px solid #cc0000;
	
}
.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: #cc0000;
    border:1px solid #cc0000;
}
.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;		
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	/*background-color: #fff;*/
	/*background-image: linear-gradient(to bottom, #717171, #111111);*/
}
.col-xs-11.col-sm-3.alert span a:hover{ color:#cc0000;}
/* 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: left;}
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;
	border:none;
	line-height: 30px;
}
.list-group .list-group-item.title{
    font-weight: bold;
    color: #454545;
    padding: 0;
	
}
#column-left .list-group .list-group-item.title{font-size:14px;}

#cart .dropdown-menu li p a strong{font-weight:600;}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color:#cc0000;
}
#button-filter.btn.btn-primary {
  padding: 3px 12px !important;
	line-height: 25px;
	margin-bottom:10px;
	margin-top: 10px;
}
.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:#717171;}
.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;
}

.category_tab .tab-pane {
    margin: 0 -15px;
}


.product-thumb .image img {
	/*margin-left: auto;
	margin-right: auto;*/
}
.product-grid .product-thumb .image {
	float: none;
}

.product-layout.product-grid{padding:0;background:#fff; }
.product-layout.product-list{padding:15px;background:#fff; }
.product-layout:hover .addtocart{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
	float:right;
}

#content .product-grid .product-block{ padding: 10px 10px 0;}
#content .product-grid .product-block{margin:0; padding:0;}
.product-list .product-thumb {
    background: #fff;
}
.product-thumb {
    border: none;
    overflow: auto;
}

.product-list .image .button-group-hover .compare,.product-list .image .button-group-hover .wishlist{display: none;}

.product-grid .product-block-inner {
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
}
.row.cat_prod{margin:0 -15px; /*border:1px solid #000;*/ }

.product-list .product-thumb .image{  margin-right: 0;width: 100%;}

.alert-success .fa.fa-check-circle{margin-right:5px;}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	/*padding: 0px;*/
}
}
.static_links li a:hover {
  color: #cc0000 !important;
}
.single_product_img:hover::before {
  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 {
	text-transform: capitalize;
	font-weight: 400;
	margin: 0px 0 9px;
	text-overflow: ellipsis;
	width:100%;
	white-space: nowrap;
	overflow: hidden;	
	text-align: center;
}

	.product-thumb h4 a {
		color: #424242;
		font-size: 25px;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
/*		letter-spacing: 0.07em;
*/		/*text-transform: uppercase;*/
/*		line-height: 20px;
*/		font-family: 'IRANSans', sans-serif;
	}
#column-left .product-thumb h4 a:hover {
  color: #cc0000 !important;
}
#column-left .product-thumb h4 a{
	color:#717171;
}
#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;
}

header #cart li a:hover{color: #000;}


#column-left .product-thumb .caption{
min-height:0px;
}
#special-carousel .product-carousel .product-thumb .caption
{
padding:10px;
}
.account-wishlist table .text-center img {
    border: none;
}


@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;

}
}
.caption-bottom span {
    float: left;
    width: 55%;
    text-align: left;
    text-transform: capitalize;
	position:relative;
	overflow:hidden;
	text-overflow: ellipsis;
}
.caption-bottom span.desc{display:none;}
.caption-bottom span a {
	 font-size: 13px;
    line-height: normal;
    color: #808080;
    letter-spacing: 0.06em;
}
.caption-bottom span a:hover {color:#cc0000;}
.caption-bottom{padding:18px 0;float: left;width: 100%;}
.product-thumb .rating {
  line-height: normal;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 9px;
  float:left;
  width:100%;
  -webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
}

.product-thumb .percentsaving {
	background-color: #cc0000;
	color: #ffffff;
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 2px;
	position: absolute;
	left: 12px;
	right:auto;
	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: 400;
}
.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);

}
.percentsaving::before {
    position: absolute;
    content: "\f0d9";
    top: 2px;
    z-index: -1;
    right: -5px;
    color: #cc0000;
    font-family: fontawesome;
    font-size: 15px;
	left:auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	
}
.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:13px;
	color: #ffaa00;
}
.rating .fa-star, #review .fa-star, .rating-wrapper .fa-star {
    color: #e2e2e2;
    font-size: 13px;
}
.rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o,.rating-wrapper .fa-star + .fa-star-o{
	color: #ffaa00;
}
.rating .fa-star + .fa-star, #review .fa-star + .fa-star, .rating-wrapper .fa-star + .fa-star {
    color: #ffaa00;
}


h2.price {
	margin: 0;
}
.nav-tabs > li.active > a {
    color: #cc0000;
}
.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: #fff;
    background-color: #242424;
    border-color: #242424;
}
.account-address .btn-info:hover, .btn.btn-primary:hover, .btn.btn-primary:focus, #account-order .table-responsive .text-right .btn.btn-info:hover, #account-order .table-responsive .text-right .btn.btn-info:focus, .btn.btn-default:hover, .btn.btn-default:focus,#information-contact .buttons .pull-right .btn.btn-primary:hover,#information-contact .buttons .pull-right .btn.btn-primary:focus, #account-return .form-horizontal .pull-right .btn.btn-primary:hover,#account-return .form-horizontal .pull-right .btn.btn-primary:focus, #account-return .form-horizontal .pull-left .btn.btn-default:hover,  #account-return .form-horizontal .pull-left .btn.btn-default:focus,#button-review.btn.btn-primary:hover,#button-review.btn.btn-primary:focus{
border-color: #cc0000;
}
.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 {
background-color: #cc0000;
border-color: #cc0000;
color: #fff;
}
.btn.btn-default, .btn-primary,  .btn-primary:active, .btn-primary.active{
	background: #fff none repeat scroll 0 0;
	border: 2px solid #cc0000;
	color: #fff;
}
#account-order .table-responsive .text-right .btn.btn-info, .account-address .btn-info,  .open .dropdown-toggle.btn-primary,#account-return .form-horizontal .pull-right .btn.btn-primary, #account-return .form-horizontal .pull-left .btn.btn-default, ,#product-compare .btn.btn-primary.btn-block{background:#cc0000;color:#fff;border:2px solid #cc0000;}
#product-compare .btn.btn-primary.btn-block:hover,#product-compare .btn.btn-primary.btn-block:focus,#product-compare .btn-primary:active:focus,#product-compare .btn-primary:active:hover{background:#fff;color:#cc0000;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{color: #fff;border: 2px solid #cc0000;cursor:pointer;}
.nav-tabs > li > a{border: 2px solid #cc0000;border-radius: 0;}
.nav-tabs {
    border-bottom: none;
}
#tabs_info .nav > li > a:focus,#tabs_info .nav > li > a:hover{border:2px solid #cc0000;}
.nav > li > a:focus, .nav > li > a:hover{background: #cc0000;color: #fff;}
.main-menu .nav > li > a:focus, .main-menu .nav > li > a:hover{background: none;color: #cc0000;}
.product-thumb .price {
	color: #000;
	display: block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: normal;
	font-family: 'IRANSans', sans-serif;
	min-height: auto;
	vertical-align: top;
	float: none;
	width: 100%;
}
.product-thumb .list h4{float: left;width: 100%;text-align:left;}
.product-thumb .list .price {
font-size:18px;margin-bottom: 10px;float: left;width: 100%;
}
.product-thumb .list .price-new{
font-size:18px;
}

.product-thumb .price-new {	position:relative;}
.product-thumb .price-old {
	color: #717171;
	text-decoration: line-through;
	font-weight: 400;
}
.product-list .product-thumb .price-old {
    font-size: 18px;
}
.product-thumb .price-tax {
	color: #717171;
    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:4px 0 !important;font-size:12px;}
.myaccount .dropdown-toggle:hover, .myaccount .dropdown-toggle:focus{ color:#fff;}
.product-thumb .button-group {
	position: absolute;
	top: -15%;
	bottom: auto;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	opacity: 1;
	z-index: 9;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
}

.product-grid .product-thumb .product-details .button-group,.productbox-grid .product-thumb .product-details .button-group,.product-carousel .product-thumb .product-details .button-group,
.category_tab .product-details .button-group{ 
	opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
	
 }
#content .product-thumb:hover  .button-group{
    transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	top:45%;	
}
#content .product-carousel .product-block:hover .button-group, #content .product-grid .product-block:hover .button-group, #content .box-product .product-block:hover .button-group, .category_tab .product-block:hover .button-group{
	opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;

}


.product-grid .product-thumb .product-details .caption,.productbox-grid .product-thumb .product-details .caption,.product-carousel .product-thumb .product-details .caption,
.category_tab .product-details .caption {/* padding:0px;*/ }

#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 !important;
	display: block;
	opacity: 1;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	text-align: left;
	margin-top: 10px;
}
.product-list .product-block .product-details.list .compare, .product-list .product-block .product-details.list .wishlist{
	border: medium none;
	color: #717171;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	position:relative;
	margin:0 15px 0 0;
	cursor: pointer;
}
.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: #fff; /* Old browsers */
  border: 2px solid #cc0000;
  color: #fff;
  font-size: 12px;
	font-weight:600;
  letter-spacing: 0.05em;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease;
-webkit-transition-delay: 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s; 
text-transform: uppercase;
padding: 8px 20px;
position: relative;
transform: perspective(1px) translateZ(0px);
-webkit-transform: perspective(1px) translateZ(0px);
-moz-transform: perspective(1px) translateZ(0px);
-ms-transform: perspective(1px) translateZ(0px);
-o-transform: perspective(1px) translateZ(0px);
transition-duration: 0.3s;
transition-property: color;
overflow: hidden;


}
.filterbox .btn-primary
{
background: #f4f4f4; /* 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 */
background: -moz-linear-gradient(top, #de4d04 0%, #ff8142 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #de4d04 0%,#ff8142 100%); /* 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:#cc0000;
}
.filterbox .list-group-item.title {
font-weight: bold;
color: #454545;
padding: 0;
}
/*.filterbox .list-group-item:hover {
  color: #cc0000;
  padding: 0;
}*/



.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{text-align: left;margin-bottom: 10px;float: left;width: 100%;}

.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: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top, #f4f4f4 0%, #cc0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f4f4f4 0%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f4f4f4 0%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cc0000',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: none;
  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:0 auto;
}
#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;
}

.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;
  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%;
}


 .tab-bestseller-inner-content, .tab-latest-inner-content, .tab-special-inner-content,.featured-inner-content, .special-inner-content, .blog-inner-content, .bestseller-inner-content {margin:0 -15px 0;}
 .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;}

.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:#cc0000;
}

.product-list .product-thumb .price-new, .product-list .product-thumb .price-old {
    float: none;
}

.product-thumb .button-group .addtocart:hover{
    color: #cc0000;
}
.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: #cc0000;
	text-decoration: none;
	cursor: pointer;  	
}
.product-thumb:hover .button-group .addtocart
{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease;
-webkit-transition-delay: 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;  
}
.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: 0;
	padding:10px 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{background: #cc0000;color: #fff;}
.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: #cc0000 ;
}
.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel{ position:relative;text-align: center;margin: 0 auto; z-index:9;}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 50px;
    padding-right: 50px;	
	width: 475px;
	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:none;
}
.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: #717171 !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{
	/*background: #cc0000 none repeat scroll 0 0;*/
    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 sub {  display: none;}
#column-left .box .box-heading, #column-right .box .box-heading {
	padding: 12px 0 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
	cursor: pointer;
	background: #fff;
	color: #000;
	font-family: 'IRANSans', sans-serif;
}


.service-banner .box-heading{display:none;}
.box .box-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	-ms-border-radius:0;
	-o-border-radius:0;
}
.box-heading .fa.fa-angle-down {
  background: #cc0000 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 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.08em;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'IRANSans', sans-serif;
	color: #000;
	padding: 0 60px 15px 0px;
	float: right;
	background: url(../image/caprica/divider.png) no-repeat scroll right 4px transparent;
}
#content .box .box-heading span {
    color: #717171;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-transform: none;
	font-weight:300;
    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;
    text-transform: capitalize;
	float:left;
	width:100%;
	text-align:left;
	padding-top:9px;
}

#content .box .box-heading span {
    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;
}
.featured_tagline {
    color: #717171;
    font-size: 14px;
    text-transform: capitalize;
	display:none;
}

/*.category_tab .nav.nav-tabs{ padding-bottom: 19px;}*/
.category_tab h3 {
    font-weight: 700 !important;
    margin: 0 0 10px !important;
}
/*#content .box .box-heading:before{position:absolute; background:#cc0000; width:50px; height:3px; bottom:0; left:auto; content:""}*/

#content .box .box-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border:none;
	padding:10px 0;
	float: left;
	width: 100%;
	position:relative;
}

.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 , .box.related_prd{
    margin-bottom:0px;
	clear:both;
    position: relative;

}
.img-prd.home-product-bg{
	clear:both;
    position: relative;
	background:#fff;
	padding:55px 30px 50px;
}

/* Product Grid Start */
/*.product-grid-list { }*/
#content .box-product/*,
.product-grid-list ul*/{ 
	list-style-type: none;
	position:relative;
	width: 100%;
	
	margin:0px;
	list-style: none;
	overflow:visible;
	/*border-top:1px solid #ebebeb;*/
}


/*.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:#f6f6f6;
	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;
	border: 1px solid #f6f6f6;
}

#content .image-additional .slider-item .product-block:hover { 
border:1px solid #cc0000;
}	
.product-block-inner {position: relative;}

.grid_default_width { width:225px;}
.featured_default_width{ width:360px;}
.module_default_width{ width:161px;}
.latest_default_width{ width:360px;}
.special_default_width{ width:360px;}
.related_default_width{ width:345px;}
.bestseller_default_width{ width:360px;}
.tabspecial_default_width{width:360px;}
.tabbestseller_default_width{width:360px;}
.tablatest_default_width{width:360px;}
.additional_default_width{ width:100px;}
.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;}


.common-home #content .capricablog .productbox-grid .product-block,.common-home #content .capricablog .product-carousel .product-block{background:#fff;}

.common-home #content .productbox-grid  .product-block,
#content .product-carousel .product-block,
#content .productbox-grid  .product-block,
#content .box-product .product-block,
.category_tab .tab-pane .product-block,#content .product-grid .product-block{ 
	clear:both;
	overflow:hidden;
	margin: 15px;
	background:#fff;
}

#index #content .box-product .product-details{padding:0 7px;}

#content .box-product .product-details,#content .product-grid .product-details, #content .product-carousel .product-details {
    text-align: center;
}
.product-thumb .caption {
    padding: 23px 10px 26px;
    text-align: center;
    float: left;
    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 {
    margin: 0 -15px;
}
*/.category_tab .tab-content > .tab-pane{
margin:0 -16px;}


#content .banners-slider-carousel .product-block { margin:0; cursor: pointer;  background: none;}



.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:15px 20px;}
.product-list .product-thumb .caption {
    float: right;
    padding: 0;
    text-align: right;
    width: 100%;
}
.product-list .caption h4 a {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
	text-align:right;
}
.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: #cc0000 none repeat scroll 0 0 !important;
    border: 1px solid #cc0000 !important;
    color: #000000 !important;
}
#column-left .swiper-pagination.swiper-pagination-bullets {
  display: none;
}
#content .product-carousel .product-block-inner,
/*#content .product-grid .product-block-inner,*/
#content .box-product .product-block-inner,
.category_tab .tab-pane .product-block-inner{ padding:0; 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: 0 auto;
    position: relative;
    width: 100%;
	clear:both;
	float: left;
	background: #fff;
	margin-bottom: -75px;
	z-index: 9;
	padding: 0 30px 50px;
}


#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: #000;
	font-weight: 400;
	font-family: 'IRANSans', sans-serif;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 0px 10px;
	position: absolute;
	top: 15px;
	left: auto;
	right: -20%;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.product-thumb:hover .sale {
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;	
	right:12px;
}
.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: 20px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
	vertical-align: bottom; 
}

	
/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
	 padding: 10px 0;
}
#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 .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;
	border: none;
}
#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,#column-left .slider-item .product-details,
#column-right .slider-item .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;}


#column-left .caption a, #column-right .caption a{word-wrap:break-word;font-size: 12px;}


#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {font-weight:normal; font-size:12px; line-height: 20px; margin: 0 ; white-space:normal; text-align:left;width: 100%;}

#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; font-size: 13px;margin-bottom: 0;}



#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-bottom: 1px solid #ddd;
}

#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: 0 0 3px; 
}
#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:#1f2022;
	text-transform:capitalize;
	text-align: left;
	font-size: 12px;
    margin: 3px 0 0;
	font-weight: normal;
	line-height: normal;
	border:none;
}	

#column-left .product-thumb .button-group .addtocart, #column-right .product-thumb .button-group .addtocart { 
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
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:#cc0000}

#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:auto;
 position:relative;
 transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
top: 0;
 }




#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 ;
	right: 20px;
	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;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}


.top_button:hover {
transition: all 0.8s ease 0s;
-webkit-transition: all 0.8s ease;
-webkit-transition-delay: 0s;
-moz-transition: all 0.8s ease 0s;
-o-transition: all 0.8s ease 0s;
-ms-transition: all 0.8s ease 0s;
}
@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;
}
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;
}
}
@-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;
}
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;
}
}
@-moz-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;
}
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;
}
}
@-ms-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;
}
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-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;
}
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;
}
}


/*.top_button:hover
 {
    background: #cc0000 none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}*/

#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 #f0f0f0;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #f6f6f6;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
	background:#f6f6f6;
}
.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:30px;}
.aboutus:last-child {
    border-bottom: none;
}
.col-sm-4.total_amount { margin-top: 70px;}
.product-tag{margin:5px 0;}
.aboutus {
	clear: both;
	margin-bottom: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}
#account-tracking .dropdown-menu{width:96%;}
.aboutus h3 {
	margin-bottom:10px;
}
.image1 {
    background: url("../image/caprica/cms-sprite.png") no-repeat scroll 7px -171px;
    float: left;
    height: 60px;
    width: 60px;
}

.image2 {
    background: url("../image/caprica/cms-sprite.png") no-repeat scroll 7px -111px;
    float: left;
    height: 60px;
    width: 60px;
}

.image3 {
    background: url("../image/caprica/cms-sprite.png") no-repeat scroll 7px -51px;
    float: left;
    height: 60px;
    width: 60px;
}
.image4 {
    background: url("../image/caprica/cms-sprite.png") no-repeat scroll 7px 5px;
    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;
}
.category_filter .btn-list-grid .btn.btn-default::before, .category_filter .btn-list-grid .btn.btn-default::before{content: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 0px 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 -23px 5px transparent;
}

.category_filter #grid-view:hover, .category_filter #grid-view.active{
background: url(../image/caprica/list.png) no-repeat scroll -23px -18px transparent;
}


.category_filter #grid-view .fa, .category_filter #list-view .fa{display:none}


.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 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_filter .list.active,.category_filter .grid.active{/*background:#428bca;*/}
.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 -5px 0;
}

#content .refine-search{margin-bottom:5px; margin-top:5px; text-transform:capitalize; }

.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
.category_list li a {      
	color: #000;
	display: block;
	padding: 5px 10px;
	background-color: #f6f6f6;
	text-align: center;
}
.category_list li img {
    display: none;
}
.category_list li a:hover {
    color:#cc0000;
  	border-color:#cc0000;
}
.category_list li {
    float: left;
    list-style: outside none none;
	width: auto;
	padding: 0 5px;
}
.pagination-wrapper {
	border: none;
    display: inline-block;
    margin: 10px 0 ;
    padding: 0px;
    width: 100%;
    background: none;
	text-align:center;
}
.pagination > li:last-child {
    margin: 0;
}
.category_filter{
	border: none;
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 10px 0;
    width: 100%;
}
#content .cat_prod .product-grid .product-block {
    margin: 15px;
}
.pagination-wrapper .page-link {
	float: none;
	padding: 0;
	width: auto;
	margin: 0 auto;
	display: inline-block;
}
.pagination-wrapper .page-result{
	float: none;
	padding: 0;
	width: auto;
	margin: 8px 0 auto;
	text-align: center;
}
.contact-info .left {
    float: right;   
    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;
	float: left;
}
.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{text-transform: capitalize;vertical-align: middle;}
.productpage .review-count {margin: 0 15px; text-transform: capitalize;vertical-align: middle;}
.productpage .rating-wrapper{ margin: 0 0 10px;color: #ffaa00;}
 .quickview .rating-wrapper { margin: 10px 0 20px;color: #ffaa00;}
.productpage .productpage_details {  float: left;    margin-top:0px;    width: 100%;}
.productpage #tabs_info {
    margin: 60px 0 0;
	float: left;
	width: 100%;
	padding:0;
	text-align:center;
}
.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: #cc0000;
}
.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 ,.col-sm-6.product-left{  margin-right:15px;padding:0;    width: 43%;}
.col-sm-4.product-right,.col-sm-6.product-right {  padding: 0 15px;width: 55%;}
.quickview .review-count , .quickview .write-review { display:none; }


#content .product-right > ul.list-unstyled.short-desc {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 15px 0;
    margin: 0 0 15px;
    border-left: none;
    border-right: none;
}

.checkout-cart .hasCustomSelect{width: 95% !important;}

#content ul.list-unstyled.attr span{
font-weight: 600;
color:#717171;
font-size:14px;
}
.content-top-breadcum {
 background: url("../image/caprica/bredcrumb.jpg") repeat scroll 50% 0 #f2f2f2;
    margin-bottom: -30px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0;
   height: 210px;
}
.content-top-breadcum .container {
    padding:115px 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;
	font-size: 20pt;
	font-weight: 700;
	color: white;
}
.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: #cc0000;}
#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: 16px;
	font-weight: 600 !important;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: 'IRANSans';
}

.copy-right {
    border-top: 1px solid #cc0000;
    padding: 10px 0;
	text-align:center;
}
.category_description > p {
    margin: 0;
}
#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;
     opacity: 0.6;
    -moz-opacity:0.6;
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -o-opacity:0.6; 
}

.banners-slider-carousel img:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity:1;
     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;   
}
.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 #cc0000;
}
.ser-banner.banner2{
	background:#ffffff none repeat scroll 0 0;
}
.ser-banner.banner3{
	background:#f2f2f2 none repeat scroll 0 0;
	border-bottom:2px solid #cc0000;
}
.ser-banner.banner4{
	background:#ffffff none repeat scroll 0 0;
}
.ser-banner.banner5{
	background:#f2f2f2 none repeat scroll 0 0;
	border-bottom:2px solid #cc0000;
}
.ser-text1, .ser-text2{
	font-weight: 600;
	font-size:16px;
	text-transform:uppercase;
	line-height:22px;
	color:#717171;
	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:#cc0000;}
.ser-banner.banner2:hover .ser-text1, .ser-banner.banner2:hover .ser-text2 {color:#cc0000;}
.ser-banner.banner3:hover .ser-text1, .ser-banner.banner3:hover .ser-text2 {color:#cc0000;}
.ser-banner.banner4:hover .ser-text1, .ser-banner.banner4:hover .ser-text2 {color:#cc0000;}
.ser-banner.banner5:hover .ser-text1, .ser-banner.banner5:hover .ser-text2 {color:#cc0000;}
.ser-banner.banner6:hover .ser-text1, .ser-banner.banner6:hover .ser-text2 {color:#cc0000;}

.round_img { 
}
.round_img img{
	-webkit-transition: -webkit-transform .2s ease-in-out;
	-moz-transition: -moz-transform .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    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;
}
/*.ser-banner.banner1 .round_img{
	 background: #f0c30d none repeat scroll 0 0;
}
.ser-banner.banner1:hover .round_img{
	 background: #fcda4f none repeat scroll 0 0;
}
.ser-banner.banner2 .round_img{
	 background: #ec645e none repeat scroll 0 0;
}
.ser-banner.banner2:hover .round_img{
	 background: #fb8d88 none repeat scroll 0 0;
}
.ser-banner.banner3 .round_img{
	 background: #35d6b6 none repeat scroll 0 0;
}
.ser-banner.banner3:hover .round_img{
	 background: #5af0d2 none repeat scroll 0 0;
}
.ser-banner.banner4 .round_img{
	 background: #f0b464 none repeat scroll 0 0;
}
.ser-banner.banner4:hover .round_img{
	 background: #fbce92 none repeat scroll 0 0;
}
.ser-banner.banner5 .round_img{
	 background: #9f85e5 none repeat scroll 0 0;
}
.ser-banner.banner5:hover .round_img{
	 background: #c5b1fd none repeat scroll 0 0;
}
.ser-banner.banner6 .round_img{
	 background: #357180 none repeat scroll 0 0;
}
.ser-banner.banner6:hover .round_img{
	 background: #4695a9 none repeat scroll 0 0;
}
*/
.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: #717171;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 2px; 
	}	
.subbanner-inner .banner-content .banner-text2 {     
	color: #717171;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.3px;
    margin-top: 12px; 
	}	
.subbanner-inner .banner-content .banner-text3 { 
	background: #cc0000 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: #717171;
    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: #717171;
    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: #cc0000;
}

.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: #cc0000;
}		


.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: #cc0000;
}

.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: #cc0000;
}


@-webkit-keyframes slideDashXopp {
  from { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% );  }
  to   { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% );}
}


@-moz-keyframes slideDashXopp {
  from { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% );  }
  to   { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% );}
}

@keyframes slideDashXopp {
   from { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% );  }
  to   { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% );}
}
			
@-webkit-keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% ); }
}


@-moz-keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX(   0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% ); }
}

@keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX(   0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% ); }
}


@-webkit-keyframes slideDashY {
  from { -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% ); }
  to   { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
}


@-moz-keyframes slideDashY {
  from { -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% ); }
  to   { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
}

@keyframes slideDashY {
  from { -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% ); }
  to   { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
}


@-webkit-keyframes slideDashYopp {
  from { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
  to   {  -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% );}
}


@-moz-keyframes slideDashYopp {
  from { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
  to   {  -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% );}
}

@keyframes slideDashYopp {
  from { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
  to   {  -webkit-transform: translateY( -50% ); 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 0 15px;
}
#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: #717171;
    display:block;
	 /*display:inline-block;*/
    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:#cc0000;
}

.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 {/*display:none;*/ /*margin-left:18px;*/ padding:0;}

.box .box-content ul ul li:hover ul {
	display: block;
/*	top: -1px;
    left: 225px;*/
}

.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.html) 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.html") 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 #cc0000;
  padding-left: 10px;
}
.headertopright .text2-dec {float: left;
    font-weight:bold;
	font-size: 14px;
	color:#ef6824;
	text-transform:capitalize;
	} 
	
.headertopright a:hover > span {
    color: #cc0000;
}

.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 {

	/*padding:30px 0;*/
}
.content_footer_top .container { padding:0; }

.footer-blocks {
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 50px;
}



.content_footer_bottom{
	text-align: center;
   padding-top:20px;
}
.footer_bottom h5 { display: none;}
.footer_bottom .payment_block {
    margin: 0 auto;
    padding: 0;
    list-style: outside none none;
}
.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:#cc0000 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;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 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;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}

li.paymt a:hover::before, li.paymt a:focus::before, {
    color: #cc0000;
}
.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.html");
    background-repeat: no-repeat;
    float: left;
    height: 31px;
    width: 108px;
}

.bottomfooter .list-unstyled { width:100%; float:left;margin: 0 auto;text-align: center;padding: 0 0 6px;}
.content_footer_bottom li.paymt a
{
height:27px;
width:41px;
display:inline-block;
vertical-align:middle;
}
.content_footer_bottom li.visa.paymt a{background: url("../image/caprica/visa.png") no-repeat center center;}
.content_footer_bottom li.paypal.paymt a{background: url("../image/caprica/paypal.png") no-repeat center center;}
.content_footer_bottom li.mestro.paymt a{background: url("../image/caprica/mestro.png") no-repeat center center;}
.content_footer_bottom li.mastercard.paymt a{background: url("../image/caprica/mastercard.png") no-repeat center center;}
#footer #footer_storeinformation_block li.payment{padding:0;color:#cc0000;}
#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;}




.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: "";
    -webkit-transition: transform 0.6s;
    transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	-ms-transition: transform 0.6s;
	-o-transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    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{
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    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 #cc0000; border-left:1px solid #cc0000; font-size:14px; color:#717171; width:77%; line-height:24px; }

/* End CMS */
/*caprica tabs */
.img-prd .left-image , .left-image.categorytabs{
    float: left;
    width:16.49%;
	margin:50px;
}
/*.hometab.box , .category_tab .tabs  , .box.featured {
    float: left;
    margin:50px 50px 10px 0;
    width: 72.78%;
}*/

.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.html) no-repeat scroll 0px 0px;}
.img-prd .left-image.featured .img{background:url(../image/caprica/featured_img.html) no-repeat scroll 0px 0px;}

.category_tab .left-image.categorytabs .img{background:url(../image/caprica/categorytab_img.html) 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 {
	float:left;
	width:100%;
}
.hometab,.categorytab {
	background-color:#fff;
	float: left;
	width: 100%;
	padding:25px 30px;
	margin-bottom: -75px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.htabs {
	display:inline-block;
    line-height: normal;
	margin:0 auto;
	float:right;
}

.categorytab .tabs {
    line-height: normal;
    padding: 0;
    border-bottom: medium none;
	min-height:405px;
}

.etabs {
    display: inline-block;
    float: none;
    margin: 0 -15px;
    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;		
	padding:0 15px;
}

.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 {
	color: #cc0000;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 20px;
	margin: 0;
	padding: 8px 26px;
	text-align: center;
	text-transform: uppercase;
	transition: initial;
	-webkit-transition: initial;
	-moz-transition: initial;
	-ms-transition: initial;
	-o-transition: initial;
	background: #cc0000;
	border: 2px solid #cc0000;
		position: relative;
	transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-moz-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	transition-duration: 0.3s;
	transition-property: color;
	overflow: hidden;
}

#Tab_Category_Slider .nav li{
    line-height:14px;
    margin: 0;
    padding: 0;
	border-right: 1px solid #717171;
	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: #cc0000;
}
#Tab_Category_Slider .nav-tabs > li > a  {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #717171;
	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:#717171;position:relative;top:0; left:2px}
#Tab_Category_Slider .owl-buttons .right:before{content:"\f105";font-family:"fontawesome";font-size:22px;color:#717171;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: #cc0000;    color: #ffffff; border: 1px solid #cc0000;}
.htabs a:hover,.htabs a:focus,.categorytab .nav-tabs a:hover,.categorytab .nav-tabs a:focus{color:#fff !important; }

.htabs a.selected, .categorytab .nav-tabs li.active a {
  color: #fff;background:#cc0000;
}
.htabs a:hover{
color:#cc0000;
}
.tab-content  {
	position:relative;
	padding: 0;
	z-index: 2;
	overflow:visible;
	margin-bottom:0px;
	float:left;
	width:100%;
	font-size:13px;
	text-align: left;
}

.thumbnail{border:1px solid #f0f0f0;}
#tabs_info.product-tab .nav > li {
	margin:0 10px;
}
#tabs_info.product-tab .tab-content{
padding: 15px;
margin-top: 15px;
background: #f6f6f6;}

.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.html) 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.html) 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;}



.open .dropdown-toggle.btn-primary{background: #000000 !important;color: #ffffff !important;}
.box-content .customNavigation a:hover,.product-image .customNavigation a:hover{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #cc0000;
    color: #cc0000;
}
.hometab .tab-head {
	display:block;
	text-align:center;
	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 .shopping-cart input.form-control {
    text-align: center;
    width: 40px;
	background: #fff;
	height: 33px;
}
.hometab .customNavigation a.prev:before:hover , .hometab .customNavigation a.next:before:hover{color:#fff}
/* End Tab cms */


.form-group.cart-block {
    display: inline-block;
    vertical-align: middle;
}


/*caprica Blog CSS */ 
.box.blogs {
    float: left;
    margin-bottom:32px;
    width: 100%;
  	padding:30px;
    border: 1px solid #cc0000;
}

.blogs .box-head {
    border-bottom: 1px solid #cc0000;
    float: left;
    width: 100%;
	margin-bottom:10px;
	padding-bottom:20px;
}

.box-head .blog_tagline {
    color: #717171;
    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 {
	overflow: hidden;
	padding: 0;
	position: relative;
	float: right;
	width: 52%;
	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;
}

.blog-image{position:relative; overflow:hidden; }

.blog-left .blog-image img  {max-width: 100%; } 
.blog-right {
	color: #000;
	overflow: visible;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 20px;
	text-align: right;
	position: relative;
	float: right;
	z-index: 9;
	width: 48%;
	padding: 9.2% 4.6% 0;
 }
.blog-right .date-time {
	color: #fff;
	font-size: 11px;	
	letter-spacing: 0.05em;	
	line-height: 20px;	
	text-transform: capitalize;
	font-weight: 400;	
	padding: 15px 10px;	
	background: #000;	
	width:54px;
	height:99px;
	position:absolute;
	left:-28px;
	right:auto;
	top:22px;
	margin:0 auto;
	text-align:center;
	-webkit-transition: all 0.6s ease;
-webkit-transition-delay: 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
}
.blog-right .date-time .month {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog-right .date-time .day {
    font-size: 28px;padding-bottom: 13px;font-weight: 500;
}
.capricablog:hover .blog-right .date-time {
background:#cc0000;
transition: all 0.6s ease 0s;
-webkit-transition: all 0.6s ease;
-webkit-transition-delay: 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
}
.blog-right .title-outer{
	color:#636363;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 20px;
	text-transform:capitalize;
}
.blog-right h4{
    margin:7px 0 35px;
    text-transform:capitalize;
}
.capricablog h4 a {
    color: #000;
    display: block;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: IRANSans, sans-serif;
}
.product-block:hover h4 a {
    color: #cc0000;
}

.view-blog {}
.read-more:hover::before a,.read-more:focus::before a{color:#fff;} 

.read-more::before a{color:#fff;} 

.write-comment {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	display:none;
}
.view-blog .fa {
    margin-right: 5px;
    font-size: 13px;
    color: #cc0000;
    display:none;
}

.view-blog a {
    font-size: 14px;
    text-transform: none;
    color: #717171;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 20px;
}
.view-blog a:hover, .read-more a:hover ,.read-more a:focus,.capricablog .product-block:hover .read-more a{
    color: #cc0000;
}
.read-more:hover::before a,.read-more:focus::before a { color: #cc0000;}
.read-more::before a,.read-more::before a { color: #fff;}
.read-more:hover a,.read-more:focus a { color: #cc0000;}
.read-more a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.11em;
    font-weight: 600;
    line-height: 22px;
}


.date-time .fa{display:none;}

.blog_default_width{ width:1200px;}

.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 .box.capricablog .box-heading, #content .testimonial .box-heading{text-align: 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: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.html") 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.html") 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 .owl-next::before {
    
}
#slideshow0.owl-carousel .owl-buttons .owl-prev::before {

    
    
    
}
/*#slideshow0.owl-carousel .owl-buttons .owl-next:hover ,#slideshow0.owl-carousel .owl-buttons .owl-prev:hover {
    background: #cc0000 none repeat scroll 0 0;
    border: 2px solid #cc0000;
    transition: all 0s ease 0s;
}
*/

#slideshow0 .owl-carousel .owl-buttons div , #slideshow0 .owl-carousel .owl-buttons div:hover{background:#cc0000;}
#blog-carousel .owl-controls .owl-buttons .owl-prev{
    right:65px;
    left: auto;
	color: #cc0000;
	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:#717171; 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:#717171; 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: #cc0000;
	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;
}
/*.box .featured .customNavigation a:hover {
    background: #cc0000 none repeat scroll 0 0;
    border: 1px solid #cc0000;
}*/
#blog-carousel .owl-controls .owl-buttons .owl-next:hover{background-position:-9px -26px; background:#cc0000; color:#fff; border:1px solid #cc0000;}
#blog-carousel .owl-controls .owl-buttons .owl-prev:hover{
	color:#fff;
	background:#cc0000;
	border:none;
}

/*#blog-carousel .owl-controls .owl-buttons .owl-next:hover{
color:#fff;
background:#cc0000;}*/

#blog-carousel .owl-controls .owl-buttons .owl-next a:hover{ background:#cc0000; color:#fff;}


.quickview .header-top-banner {
    display: none;
}

.single-blog .blog-img{position:relative; margin-bottom:15px;}
.single-blog .panel-default{border:1px solid #f0f0f0;float: left;width: 100%;margin: 0;background-color: #f4f4f4;padding: 15px !important;}
#add-comment .col-sm-10.buttons {
    padding: 0 8px;
}
.single-blog .block-title {
    float: left;
    margin: 10px  0;
    width:100%;
}
.single-blog h1 {
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    font-size: 20px;
    border-bottom: 2px solid #cc0000;
    padding: 10px 0 6px;
}
.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:#717171;}
.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 #cc0000;
    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 */ 


.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: 45%;
	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:32px;
}
.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: #717171;
    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:hover,.blog-left .blog-image .readmore_link:hover{color:#fff; border-color:#cc0000; background:#cc0000 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 #000;
	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: #717171;
    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 .blog-title:after 
{ 
	background: #cc0000 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 90px;
}

*/



.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:5px 25px 30px;
}

.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;
}
.capricablog .blog-right .view-blog {
    vertical-align: middle;
	margin: 40px auto 0;
}
.blog-date {
   	background: #fff none repeat scroll 0 0;
	color: #fff;
	direction: ltr;
	font-size: 12px;
	font-weight: 600;
	margin-top: -42px;
	padding: 8px 25px;
	position: relative;
	text-align: center;
	position: relative;
	border: 2px solid #cc0000;
	transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-moz-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-property: color;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.6s ease 0s;
		transition-property: all;
		transition-duration: 0.6s;
	transition-property: all;
  
}
#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;
}


.information-blogger-blogs .read-more {
    display: inline-block;vertical-align:middle;
}


.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 #000;
  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;
	line-height:20px;
	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 #000;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    color: #000;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
    padding: 8px 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;
    background: #ffffff;
}
.blog-left-content .blog-image .zoom:hover,.blog-left-content .blog-image .readmore_link:hover{background: #cc0000 none repeat scroll 0 0;
border-color: #cc0000;color: #fff;}
.blog-left-content .blog-image .readmore_link {
    border:1px solid #000;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    color:#000;
    background: #ffffff;
    display: inline-block;
    opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
    padding:  8px 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;
}

#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 #cc0000 !important;}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover{
	background-color:#cc0000 !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: #fff;
    width: 40px;
	height: 40px;
	line-height: 40px;
}
.bootstrap-datetimepicker-widget td {
    height: 40px;
    line-height: 40px;
   background: #fff;
    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: #cc0000 !important; color:#FFFFFF}

.bootstrap-datetimepicker-widget td span.active {
	background-color: #cc0000 !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:#cc0000; 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: #cc0000 !important;
    color: #fff !important;
    text-shadow: none;
}

.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 .product-block:hover .image .hover-image, #column-left .product-block:hover .image .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:hover .image .reg-image, #column-right .product-block:hover .image .reg-image, #column-left .product-block:hover .image .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.6s ease 0s;
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
	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: 15px;}
.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: 14px;}
.aboutus h3
{
padding: 0 0 8px;
width: 100%;
margin-bottom:20px !important;
}
#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: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;;
}
#content h3.product-option { text-transform:capitalize; font-size:18px; color: #000}
.breadcrumb + .row {
    clear: both;
}
#content table thead tr td{
	background:#f6f6f6 none repeat scroll 0 0;
	color:#000;
	font-weight:500;
}

.zoomWindowContainer .zoomWindow {
}
.account-account #content ul.list-unstyled{margin-bottom:25px;}

/*.content-top { position:relative; top:183px; }
.content-top .container{ top:0px; }
.container{position:relative; top:216px;}
*/
.content-top .container{ padding-top:0px; }

#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;
	
}
.banners-slider-carousel .customNavigation a{top:25px;}

/* QUCIK-VIEW */


.productpage-quickview .product-left { width:50% !important; float:left; }
.productpage-quickview .product-right { width:50% !important; 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:#717171;
}
.quickview-container #content .col-sm-6.product-left {margin:0;}
.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;
	top: auto;
	bottom:-15%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	opacity: 1;
	z-index: 9;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.product-list .product-thumb .button-group-hover ,.product-list .product-thumb:hover .button-group-hover{
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    line-height: 0;
    text-align: left;
    margin: 0 -3px;
	clear: both;
}
.product-list .product-thumb .image .button-group-hover,#content .product-list .product-block .image .button-group{display:none;}
.list .button-group-hover .wishlist ,.list .button-group-hover .compare{opacity:1;display:inline-block;vertical-align:top;}
.list .button-group-hover .quickview ,.list .button-group-hover .addtocart{
	opacity: 1;
	display: inline-block;
	vertical-align: top;
	background: #cc0000;
	color: #fff;
	padding: 8px 15px;
	width: auto;
	height: auto;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	top: 0;
	right: auto;
	left: 0;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 2px solid #cc0000;
	position: relative;
	transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-moz-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-property: color;
	overflow: hidden;
	margin: 5px 3px;
}
.product-thumb .list .quickview:hover, .product-thumb .list .addtocart:hover {
    background: #cc0000;
}
.product-thumb .list .button-group-hover .quickview i, .list .button-group-hover .addtocart i{
    color: #fff;
	margin-right: 7px;
	line-height:normal;
	font-size:12px;
	display:none;
}

 .list .button-group-hover .wishlist,.list .button-group-hover .compare{position:relative;top:0;right:auto;left:0;background: transparent;}
.product-thumb .list .quickview:hover, .product-thumb .list .wishlist:hover, .product-thumb .list .compare:hover, .product-thumb .list .addtocart:hover {background: transparent;}
.list .product-thumb:hover .button-group-hover .quickview,.list .product-thumb:hover .button-group-hover .wishlist,.list .product-thumb:hover .button-group-hover .compare,.list .product-thumb:hover .button-group-hover .addtocart{    				-webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition: 0;
    transition-delay: 0;
}
.button-group-hover .quickview ,.button-group-hover .wishlist ,.button-group-hover .compare,.button-group-hover .addtocart{
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
    display: inline-block;
	vertical-align:middle;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: none;
    color: #000;
    border:none;
    padding: 0;
    font-size: 0;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
	margin:0;
	opacity:0;
}
.product-thumb .button-group-hover.bottom{
transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
right:-50%;
left:auto;
}
.product-thumb:hover .button-group-hover{
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;

	bottom:0;
}


.product-thumb .quickview:hover,.product-thumb .wishlist:hover,.product-thumb .compare:hover,.product-thumb .addtocart:hover{
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
color: #cc0000;
}
.product-thumb .list .addtocart:hover,.product-thumb .list .quickview:hover{background:#fff;color:#cc0000;}
.product-thumb .list .quickview:hover a{color:#cc0000;}
.product-thumb .list .quickview a{color:#fff;}
.product-thumb:hover .quickview,.product-thumb:hover .wishlist,.product-thumb:hover .compare,.product-thumb:hover .addtocart{opacity:1;}

.product-thumb:hover a,.product-thumb:focus a {
  text-decoration: none;
}
.product-thumb .button-group-hover i,.product-thumb .button-group-hover i{
font-size: 14px;color: #000;line-height:30px;font-weight:500;
}
.product-thumb .list .button-group-hover .quickview:hover i,.product-thumb .list .button-group-hover .quickview:focus i,.product-thumb .list .button-group-hover .addtocart:hover i,.product-thumb .list .button-group-hover .addtocart:focus i {color:#cc0000;}
.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 .addtocart: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,.product-thumb .button-group-hover .addtocart:focus i {
color:#cc0000;
}

 .product-thumb .list .button-group-hover .wishlist:hover i,  .product-thumb .list .button-group-hover .wishlist:focus i, .product-thumb .list .button-group-hover .compare:hover i, .product-thumb .list .button-group-hover .compare:focus i{
    color: #cc0000;
}
#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:#717171;
}
.quickview-button a{
 background: #000000; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #000000 0%, #424242 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #000000 0%,#424242 100%); /* 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;
	-webkit-opacity:0;
	-ms-opacity:0;
	-moz-opacity:0;
	-o-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%;
  padding: 0;
  margin-top: 60px;
}
#content #related-grid .product-block, #content #related-grid .product-block .product-block-inner, #content .related_prd .product-block  {
    /*display: inline-block;*/margin-bottom:0;
}
#content .box.related_prd .box-content{padding-bottom:0;}

.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 #cc0000;
top:40px;
overflow:hidden;
}
.result-search-autocomplete > ul > li > a:hover h4, .result-search-autocomplete > ul > li > a:focus h4{
	color:#cc0000;
}
.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;
}
.site-map .sitemap-left ul li,.site-map .sitemap-right ul li{margin-bottom:10px;}
.site-map .sitemap-left ul li ul li,.site-map .sitemap-right ul li ul li{margin-bottom:0;}
.result-search-autocomplete-image
{
height: 65px;
margin-left: 15px;
border:1px solid #cc0000;
}
.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: #cc0000;
    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: #717171;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 5px;
    text-transform: capitalize;
}
.quickview .btn-group.wish-comp .wishlist::before, .quickview .btn-group.wish-comp .compare::before{content:none;}
 .productpage .form-group.qty .wishlist::before ,.product-list .product-block .product-details.list .wishlist::before{
    content: "\f08a";
    font-family: "fontawesome";
    font-size: 15px;
    font-weight: 500;
    color: #717171;
    margin-right: 7px;
	background: none;
	position: relative;
	transition: none;
	transform: none;
}
.productpage .form-group.qty .compare::before,.product-list .product-block .product-details.list .compare::before {
    content: "\f24d";
    font-family: "fontawesome";
    font-size: 15px;
    font-weight: 500;
    color: #717171;
    margin-right: 7px;
	background: none;
	position: relative;
	transition: none;
	transform: none;
}

#button-cart.btn.btn-primary.btn-lg.btn-block{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #cc0000;
    color: #fff;
	position: relative;
	transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-moz-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-property: color;
	overflow: hidden;
	cursor: pointer;
}
/*#product .btn.btn-default {
  padding: 5px 12px !important;
}*/
-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%;}
/**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: #cc0000;
  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_banner .product_img > a {
 	 margin-right: 25px;
}*/
.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 {
  clear: both;
}


.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;}
.headertoplinkmenu{display:inline-block;vertical-align:middle;}
.responsive-headertoptoplink{display:none;}
.quickview{background:#fff;}
.all-blog h4 {
    color: #000;
}
/*update css*/
/******responsive*************/
@media (max-width: 1259px) {
.newsletterright {padding: 89px 102px 80px;}
#aboutcmsblock .about_right{padding: 68px 30px 72px;}
}
@media (max-width: 1199px) {
.contact-info .left{width:46%;}
.contact-info .right{width:54%;}

.product-info .image-additional{padding-left:15px;padding-right:15px;width:100%;}
.blog-date {
    padding: 6px 25px;font-size:11px;
}
.testimonial.parallex{padding-top: 12.2%;}
.newsletterright{padding: 50px 60px 54px;}
.newsletterright .news-title1 {
    font-size: 20px;
    padding: 50px 0 40px;
}	
.services .icon-inner{background-size: 60%;height:60px;}
.service-content{padding:5px 0;}
.service-1:hover .service1-icon.icon-inner { background-position: center -117px;}
.service2-icon.icon-inner {
    background-position: center -243px;
}
.service-2:hover .service2-icon.icon-inner {
    background-position: center -372px;
}
.service3-icon.icon-inner {
    background-position: center -496px;
}
.service-3:hover .service3-icon.icon-inner {
    background-position: center -624px;
}
.services .content-desc{font-size:10px;margin-top:0;line-height: 16px;}
.services .service {
    padding: 0 20px;
}
.parallex .button {
    padding: 5px 13px;font-size:11px;
}

.nav-responsive span, .main-menu ul > li > a, .hiden_menu li > a{font-size:11px;margin-right:25px;}
.main-menu > ul > .dropdown ul > li > a, .hiden_menu .top_level > a{font-size:11px;}
.tab-bestseller-inner-content, .tab-latest-inner-content, .tab-special-inner-content ,.featured-inner-content, .special-inner-content, .blog-inner-content, .bestseller-inner-content, .related-products{
    margin: 0 -15px 0;
}

#subbannercmsblock .banner-top .subbaner-left, #subbannercmsblock .banner-top .subbaner-right {  width: 21.44%;}
#subbannercmsblock .subbaner-center {  width: 51%;}
.product-list .product-thumb .image{width:40%;}

.header-center{padding-left:15px;padding-right:15px;}
.testimonial_inner,.testimonial,.box.capricablog{width:100%;}
.testimonial_inner .post-content-inner .post-description{width: 72%;font-size:11px;padding-top: 40px;padding-bottom: 15px;}
#testimonial .bx-pager.bx-default-pager{bottom:-25px;}
.testimonial_inner .image-block{padding-bottom:25px;}
.testimonial_inner .image-block img{max-width:9%;}
.read-more a { font-size: 11px;}
.read-more{padding: 5px 25px;}
#aboutcmsblock .about_right{padding: 40px 20px 53px;width: 36%;}
#aboutcmsblock .about_left{width: 60.5%;}
#aboutcmsblock .button{font-size: 11px;padding: 5px 30px;}
#aboutcmsblock .title { font-size: 22px;}
#aboutcmsblock .subtitle {
    font-size: 13px;
    line-height: 17px;
}
#aboutcmsblock .desc {font-size: 11px;padding: 20px 0;}
#subbannercmsblock .banner-bottom .subbaner-left, #subbannercmsblock .banner-bottom .subbaner-right { width: 48.47%;}
#subbannercmsblock .button{line-height: 18px;}
 #subbannercmsblock .title { font-size: 20px; }
#footer{padding-top:120px;}
footer .footer-social{margin-top:15px;}
#footer #footer_storeinformation_block li .icon-inner{margin-right: 10px;}
#footer #footer_aboutus_block.col-sm-3.column{margin-right: 30px;}
footer,.bottomfooter ul li,.bottomfooter .powered{font-size:11px;}
.bottomfooter ul li{margin:0 10px;}
footer h5, footer .follow, footer .payment { font-size: 13px;}

.newsletter .call-num {
    font-size: 15px;
}

.shade {    width: 100% !important;}


#subbannercmsblock .price { font-size: 60px;}
#subbannercmsblock .content_left { right: 20px;}
#subbannercmsblock .content_right { left: 20px;}
#subbannercmsblock .content_right .price {font-size: 38px;}
.cmsblock_inner_left { margin-right: 23px;}
#cmsblock .content .title {
    font-size: 35px;
}
#cmsblock .cmsblock_inner_right .content .title {
    font-size: 65px;
    line-height: 85px;
}
#cmsblock .content .button {
    font-size: 16px;
}
#cmsblock .cmsblock_inner_right .banner::before {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

.header-search .searchbox{width: 400px;}

.cmsblock.banner{background: url("../image/caprica/Cms-Banner-01.html") no-repeat scroll 70% 50% #f4f4f4;}
	#column-left .box-product .image, #column-right .box-product .image{margin-right: 10px;}
	.category .categoryimage{width: 55%;top: 20px;}

	span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline-block !important;}
	#content .col-sm-6.product-left {width: 35% !important;}
	#content .col-sm-6.product-right {margin-left: 0;width: 42.39%;}
	.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%;}

	.category_list1, .category_list2{/*padding:30px;*/ 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;}

		.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%;}

}

@media (max-width: 1023px) and (min-width:980px){

	
}


@media (min-width: 980px) {

.navbar-nav > li > .dropdown-menu,#menu > ul > li.hiden_menu .dropdown-inner{
    background: #fff;
    border: none;
    display: none;
 }

#menu .dropdown:hover .dropdown-menu,#menu > ul > li.hiden_menu:hover > .dropdown-inner{
display: block !important;
animation-duration: 0.2s;
animation-timing-function: linear;
animation-name: "slideInUp";
-o-animation-duration: 0.2s;
-o-animation-timing-function: linear;
-o-animation-name: "slideInUp";
-ms-animation-duration: 0.2s;
-ms-animation-timing-function: linear;
-ms-animation-name: "slideInUp";
-webkit-animation-duration: 0.2s;
-webkit-animation-timing-function: linear;
-webkit-animation-name: "slideInUp";
-moz-animation-duration: 0.2s;
-moz-animation-timing-function: linear;
-moz-animation-name: "slideInUp";
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;
-ms-transition: all 0.6s ease 0s;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu{display: block !important;}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {display:none !important;}
}

//*------header menu-----**/
    @keyframes slideInUp {
        0% {
            transform: translateY(100%);
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
        }
        100% {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            
        }
    }
    
    @-webkit-keyframes slideInUp {
        0% {
            transform: translateY(100%);
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
        }
        100% {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }
    
    @-moz-keyframes slideInUp {
        0% {
            transform: translateY(100%);
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
        }
        100% {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }
    
    @-ms-keyframes slideInUp {
        0% {
            transform: translateY(100%);
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
        }
        100% {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }
    
    @-o-keyframes slideInUp {
        0% {
            transform: translateY(100%);
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
        }
        100% {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);       
         }
    }
/***/


@media (max-width: 980px){

}

@media (max-width: 979px) {
.parallex{padding: 13.81% 0 9.42%;}
.parallex .title{font-size: 70px;}
#column-left .box, #column-right .box{margin-bottom:15px;}
.blog-date { padding: 5px 20px;}
#column-left,#column-right {
    margin-top: 30px;
}

.header-cart{padding-left:15px;}
.blog-right{padding-top:5.2%;}
.blog-right .date-time{font-size: 11px;width: 50px;height: 90px;}
.blog-right .date-time .day {
    font-size: 26px;
    padding-bottom: 10px;
}
.blog-right h4 {margin-bottom:15px;}
.capricablog h4 a{font-size:13px;line-height:16px;}
.blog-desc{font-size: 11px;line-height: 18px;}
.capricablog .blog-right .view-blog{margin-top:20px;}
.read-more {
    padding: 4px 20px;
}
.read-more a {
    font-size: 10px;
}
.testimonial_inner .post-content-inner .post-description {
    width: 85%;
    font-size: 10px;
}

.newsletterright {
    padding:33px 60px 35px;
}
.newsletterright .news-title1 {
	font-size: 15px;
	padding: 35px 0 20px;
	background-size: 35%;
}
.input-news .btn.btn-lg{margin-top:10px;}
#aboutcmsblock .about_right {
    padding: 18px 15px;width: 35.4%;
}
#aboutcmsblock .about_left{width: 60%;}
#aboutcmsblock .title {
    font-size: 20px;padding: 0;
}
#aboutcmsblock .subtitle {
    font-size: 12px;
    line-height: 15px;
}
#aboutcmsblock .desc {
    font-size: 10px;
    padding: 10px 0;
    line-height: 21px;
}
#aboutcmsblock .button {
    font-size: 10px;
    padding: 4px 20px;
}
.header-nav-link{display: block;text-align: left;margin: 0;}
.dropdown-menu.header-top-link-menu > li > a {
    display: block;
    padding: 4px 0;
}	
#header-top-link-block::before {content:none;}
#header-top-link-block{padding-right:0;}
.headertoplinkmenu{display:none;}
.responsive-headertoptoplink{display:block;}
#header-top-link-block .fa.fa-cog{color: #cc0000;}#header-top-link-block .fa.fa-cog{
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	font-size: 18px;
	height: 27px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 22px;
	z-index: 1;
	line-height: 25px;
	color: #fff;
}
#header-top-link-block:hover .fa.fa-cog,#header-top-link-block:focus .fa.fa-cog{color: #cc0000;}

.layout-2.right-col #column-right .swiper-viewport {
    display: none;
}
#content .col-sm-6.product-right {width: 47.92%;}
#footer .toggle{padding:5px 0;}
#footer .toggle .mobile_togglemenu::before {top:5px;color: #fff;}

.tab-bestseller-inner-content, .tab-latest-inner-content, .tab-special-inner-content {
    margin: 0 -15px 0;
}

.ServiceCmsBlock::before {left: -53%;}
#menu > ul > li:nth-child(odd) > a span ,#menu > ul > li:nth-child(even) > a span{display:none;}
.product-compare .table-bordered {
    width: 100%;
    float: left;
    overflow: auto;
    display: inline;
}
.header-top { position: relative;float:left;width:100%;}

.information-blogger #add-comment {
    margin-bottom: 30px !important;
} 
.header-cart .dropdown-menu{top:38px;}


#footer_storeinformation_block h5 {display:block;}
footer .ct-about-logo{text-align:center;}

.newsletterbottom {  margin-top: 0;}
.htabs{float: none;text-align: center;padding:10px 0 0;}
.main-slider .nivo-directionNav{line-height: 35px;}
.main-slider a.nivo-prevNav::before,.main-slider a.nivo-nextNav::before {padding: 0 14px;}
.main-slider .nivo-directionNav-prev,.main-slider .nivo-directionNav-next {  height: 36px; width: 35px;}
#subbannercmsblock .banner-bottom .subbaner-left, #subbannercmsblock .banner-bottom .subbaner-right{margin:0;width:50%;padding:0 15px;}
#subbannercmsblock .subbaner-center{padding:0;margin:0;}
#subbannercmsblock .banner-top .subbaner-left, #subbannercmsblock .banner-top .subbaner-right{padding-left:15px;padding-right:15px;width: 25%;}
#subbannercmsblock .subbaner-center {
    width: 50%;
}
.header-center{padding:0px 15px;}
#menu ul{top:50px;left:0;right:0;}
#column-left .box:last-child, #column-right .box:last-child{margin-bottom:0;}
.services {
    margin: 0 auto;
}
.ServiceCmsBlock {
	text-align:center;
}

.services .icon {
    float: none;
}
.service-content {
	padding: 0;
	text-align: center;
}


.parallex #parallex_img_top .img_top::before {  top: -70%;}
.parallex #parallex_img_top.scrollInTop .img_top { top: 10%;}
.parallex #parallex_img_top .img_top { background-size: 55%;  right: 0;}
#cmsblock .cmsblock_inner_right .banner::before {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}
.cmsblock_inner_left { margin-right: 18px;}
#cmsblock .content .title { font-size: 30px;}
#cmsblock .cmsblock_inner_right .content .title { font-size: 50px; line-height: 63px;}

.nav-responsive span:hover { color: #cc0000;}
.nav-responsive span, .main-menu ul > li > a, .hiden_menu li > a{margin:0;}

.header-search .searchbox{
	display:block;
	position:relative;
	top:0;
	left:0;
	right:0;
	width:100%;
}
.header-logo{position:relative;top:2px;float: left;text-align: center;padding-top: 0;padding-bottom: 0px;}


.content_header_center{display:inline-block;vertical-align:middle;}

.dropdown.myaccount::before, .header-search::before{
height: 25px;
top: 12px;

}

.header-search {float:left;width:100%;padding:0;}
.header-search .search_button{display:none;}
.header-search::before{content:none;}
.header-main{float:left;width:100%;display:block;margin: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;}
	.responsive-menu{text-align: left;position:relative;}
    .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;}


     #footer #footer_aboutus_block > ul{display: block;}
    #footer #footer_aboutus_block.col-sm-3.column{margin: 0 auto;text-align: center;padding:0 0 10px;}
	footer .footer-payment{margin-top:0;}
	.footer-blocks{padding: 0 0 45px;}

	.newsleft{text-align: center;margin: 0 auto;width: 100%;}
	.newsright{float: left;width: 100%;margin: 25px 0 20px;text-align: center;}
	#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;}

	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:none !important;}
	.nav-inner.container{padding: 25px 40px;}
	.product-list .price {    font-size: 13px;}	

	.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 {    /* margin:0px;padding:40px 40px 10px;*/}

	.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 #cc0000;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}
	.single-banner{display:block;}
	.product-layout.product-grid.col-lg-3 {    padding: 0;    /*width: 25%;*/}
	 .alert-info{font-size:12px;}
.col-sm-4.product-right, .col-sm-6.product-right{width:48%;}
	.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;
	}
	.contact-info .right {
  		float: right;
	}
	.comment_info{width:81%;}
	#column-left .list-group, #column-right .list-group {    display: none;margin-bottom: 15px;}
	.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 {
	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{
	 position:relative;
	 display: block;
	background-color: #0d0d0d;
	 }
	.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;}
	.box.blogs{/*padding: 50px 50px 40px;*/}
	
	.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:none;
		background: #ffffff;
		box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
		-webkit-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
		-o-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
		-ms-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
		-moz-box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.28);
		display: none;
		list-style: outside none none;
		margin-top: 0;
		padding: 10px !important;
		position: absolute;
		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 .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: #cc0000;}
  #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: right;
		white-space: nowrap;
		font-weight: 400;
		width: 100%;
		line-height: 16px;
		font-size: 12px;
        background:#fff; 
		letter-spacing: 0.08em;
	}
	#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: 13px;    letter-spacing: 0.08px; 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{  font-size: 13px;letter-spacing: 0.08px;}
	.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: #717171;
		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: #717171;
    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.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) {
#column-left .swiper-viewport,#column-right .swiper-viewport{margin-bottom:15px;}
.blog-right .date-time .day,.blog-right .date-time .month,.blog-right .date-time .year{display:inline-block;vertical-align:top;padding:0;}
#testimonial .bx-pager.bx-default-pager {
    bottom: -15px;
}
#content .hometab.box .box-content {
    padding-bottom: 0;
}
.newsletterleft {
    display: none;
}
.box.related_prd{margin-top:45px;}
.box.capricablog {
    padding: 30px 15px 15px;
}
#aboutcmsblock .about_right{padding-bottom:25px;}
.container.home-bg {
    padding: 0 30px;
}
.contact-info .left{width:100%;}
.contact-info .right {width:100%;float:left;margin-top:30px;text-align:center;}
.contact-info .right .map 
.col-sm-12.productpage .container {
    padding: 0;
}
.inner-bg{padding:15px;}
.footer-blocks {
    padding: 0 15px 35px;
}
.blog-right h4 {
    margin-top: 5px;margin-bottom:10px;
}	
.capricablog .blog-right .view-blog {
    margin-top: 15px;
}
.blog-right .date-time{left:0;right:auto;top:0;background:none;color:#cc0000;width:auto;height:auto;position:relative;text-align:left;padding:5px 0 10px;}
.capricablog:hover .blog-right .date-time{background:none;}
.blog-right{padding: 15px 0;}
.blog-right .date-time .month {
    overflow: unset;
    width: auto;
    text-overflow: unset;
    white-space: unset;
}
.testimonial_inner .image-block img {
    max-width: 14%;
}

.banners-slider-carousel{margin-bottom:-30px;padding-left:15px;padding-right:15px;padding-bottom:45px;}
.newsletter {padding:0 15px 15px;margin-bottom: -30px;}
.testimonial.parallex{padding-top:9.2%;}
.newsletterleft,.newsletterright,.blog-left,.blog-right {
    float: left;
    width: 100%;
}
.img-prd.home-product-bg{padding: 45px 15px 20px;}
.ServiceCmsBlock{padding:20px 0 25px;}
.ServiceCmsBlock,.box.capricablog{margin-top: -12.8% }
#footer {
    padding-top: 70px;
	margin-top:-30px;
}

.parallex{margin-bottom:40px;}
.hometab, .categorytab{padding:20px 15px 0;margin:0 auto -30px;width:auto;float:none;}

.parallex .button {
    padding: 4px 13px;
    font-size: 10px;
}	
#content .box .box-heading span{padding-top:3px;}
.ServiceCmsBlock::before {content:none;}

.tablatest_default_width,.tabbestseller_default_width,.tabspecial_default_width ,	.special_default_width,	.featured_default_width, .bestseller_default_width{
    width: 290px;
}

.sale,.product-thumb:hover .sale{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	right: 12px;
}

.content_header_center{display:none;}
.footer_bottom .payment_block{float:none;}
.content_footer_bottom ,.bottomfooter .powered{

    text-align: center;
    float: left;
    width: 100%;

}

#aboutcmsblock .about_right{margin: 15px auto 0;width:100%;}
#aboutcmsblock .about_left { width: 100%;}
#aboutcmsblock .title {  font-size: 22px;padding: 5px 0;}
#aboutcmsblock .subtitle {
    font-size: 13px;
    line-height: 17px;
}
#aboutcmsblock .desc {padding:15px 0;}
#subbannercmsblock .banner-top .subbaner-left, #subbannercmsblock .banner-top .subbaner-right{
	width: 422px;
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding:0;
	
}
#subbannercmsblock .banner-bottom .subbaner-left, #subbannercmsblock .banner-bottom .subbaner-right{width:100%;padding:0;}
#subbannercmsblock .banner-bottom .subbaner-left{margin-bottom:30px;}
#subbannercmsblock .subbaner-center{float:left;width:100%;margin:30px 0;}
.header-logo img{max-width:70%;}

.service.col-sm-4 {
    width: 33.333%;
	float:left;
	padding:0 15px;
}
.services .icon-inner { height: 55px;}
.services .content-title{line-height: 16px;font-size: 11px;}

.parallex #parallex_img_top.scrollInTop .img_top {
    display: none;
}
#cmsblock {
    padding: 0 15px;
}
.cmsblock_inner_left {
    margin-right: 12px;
}
#cmsblock .content .title {
    font-size: 26px;
}
#cmsblock .cmsblock_inner_right .banner::before {
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
}
#cmsblock .cmsblock_inner_right .content .title {
    font-size: 35px;
    line-height: 52px;
}
#cmsblock .content .button {
    font-size: 12px;
    margin-top: 0;
}
.product-thumb .percentsaving {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
	}

#content .box .box-heading sub {
    opacity: 1;
    font-size: 16px;
    left: 0px;
    display: block;
    line-height: 30px;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

#subbannercmsblock ,#aboutcmsblock{
    padding: 15px 15px 30px;margin:0px auto 0;
}
#subbannercmsblock .banner-bottom .content{    left: 4.7%;}
#subbannercmsblock .banner-bottom .subbaner-right .content{left: 3.7%;}
	#top {
		padding: 0px 0px 11px 11px;
	}

	.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:25px 15px;}
	.bottomfooter ul li { margin: 0 5px;}
	#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 .tab-head{float: none;display: block;text-align: center;}
.htabs .etabs li, .categorytab .nav-tabs li{padding:0 10px;}
#content .box .box-head{text-align: center;}

	.newsleft .news-title1{line-height: 36px;}
	.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;}


	.category { padding-top: 40px; padding-bottom: 40px;}

	.button-group-hover,.product-thumb:hover .button-group-hover {
     opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    bottom:0;
    }
	.product-thumb .button-group-hover.bottom,.product-thumb:hover .button-group-hover.bottom{right:50%;left:auto;}
	.button-group-hover .quickview, .button-group-hover .wishlist, .button-group-hover .compare, .button-group-hover .addtocart {
	opacity:1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition: 0;
    transition-delay: 0;
	
	}

    .product-grid .product-thumb .product-details .button-group, .productbox-grid .product-thumb .product-details .button-group, .product-carousel .product-thumb .product-details .button-group, .category_tab .product-details .button-group {
     opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
}
.product-thumb .button-group button{
	-webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
	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;
}
  .product-thumb .rating {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    bottom: 12px;
   }
	.category .categoryimage { width: 35%; 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;}

	#top-links ul.list-inline li{padding: 0 8px;}
	#top-links ul.list-inline { padding:  0;}

	#top-links .pull-left{padding: 0;}
	#form-language img { margin-right: 2px;margin-left: 2px;}
	#form-currency .btn-link strong {display: inline-block;vertical-align: top;}
	#form-currency .btn-link:hover strong{color:#000;}
	.bootstrap-datetimepicker-widget.dropdown-menu.pull-right {position: absolute !important;}
	.product_img1{width: 100%;}
	.prd_image2{margin-left: 0 !important;}

	#top-links .list-inline a{color: #fff;}
	span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg{display: none !important;}

	#top-links span{display: none !important;}
	.col-sm-4.header-logo{text-align: center;width: 100%;}
	.product-thumb .rating{opacity: 1;}

	.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) {
.parallex {
    padding: 10.81% 0 11.42%;
}
.parallex .title {
    font-size: 50px;margin-bottom: 20px;
}
	.product-info .additional-carousel{width: 400px;padding-bottom:35px;}
	 .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:#cc0000;}
.right-myaccount-menu .fa.fa-share {
  display: block;
  margin: 7px 0 0 0;
  cursor: pointer;
}
.right-myaccount-menu .fa.fa-share:hover{color:#cc0000;}
.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%;}

	.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%; }

	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox{display:none}
	.single-banner{display:block;}
	.product-list .product-thumb .image {  width: 45%;}
	.product-list .product-thumb .image, .product-list .product-thumb .image img{float:left;}
	.product-list .product-thumb .list-right, .product-list .product-thumb .caption {    border: medium none;    float: left;    padding: 0;    text-align: left;    width: 100%;}
	.productpage .col-sm-8.product-left,.productpage .col-sm-4.product-right {
		padding: 0;
	}
	.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,#content .product-thumb:hover .button-group{
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	top: 45%;
	}
	.product-thumb .button-group button { position: static;    text-align: center;    width:auto;}
	
	.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;}


	#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;
}
	.blog-image .post_hover{opacity:1;-khtml-opacity:1;-webkit-opacity:1;-moz-opacity:1;}
	.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 ;}
	.comment_info {    float: left;    width: 66%;}
	.product-thumb .button-group button { padding: 4px 15px;font-size:11px;}
	.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){
#tabs_info.product-tab .nav > li {
    margin: 5px auto;
}
#tabs_info.product-tab .nav > li:last-child {margin-bottom:0;}
#tabs_info.product-tab .nav > li:first-child {margin-top:0;}
.testimonial.parallex{padding-top:15.2%;}
.product-thumb h4 a{font-size: 12px;}
.product-thumb .price{font-size:13px;}
.product-thumb .caption {padding: 18px 0 20px;}
#cmsblock {
    text-align: center;
}
.cmsblock_inner_left {
    margin: 0 auto 29px;
    width: 100%;
    text-align: center;
}
.cmsblock_inner_right {
    float: left;
    width: 100%;
}
#cmsblock .cmsblock_inner_right .banner::before {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}
#cmsblock .banner {
    display: inline-block;
}

.newsleft .news-title1 {
    font-size: 25px;
    line-height: 33px;
}

#cmsblock .cmsblock_inner_right .content .title {
    font-size: 83px;
    line-height: 105px;
}
#cmsblock .content .button {
    font-size: 20px;
    margin-top: 10px;
}
   .swiper-viewport .swiper-button-next{right: 20px !important;}
   .swiper-viewport .swiper-button-prev{left: 20px !important;}

	
}
@media only screen and (max-width: 516px) {

.product-thumb .image a {
    display: block;
    text-align: center;
}
	.main-slider .nivo-directionNav { 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,.product-thumb .image, .product-thumb .image img{width:100%;float: none;margin: 0 auto;border:none;}
	 #column-left .product-thumb .image img, #column-right .product-thumb .image img, #column-left .product-thumb .image, #column-right .product-thumb .image {  width: auto;}
	.product-list .product-details{float: left;width: 100%;padding:10px 15px 15px ;}
	.category .categoryimage{width: 38%;}
	.header-tag-widget .tags a {margin: 5px;}


}
@media only screen and (max-width: 480px) {

.related_default_width,.tablatest_default_width,.tabbestseller_default_width,.tabspecial_default_width ,	.special_default_width,	.featured_default_width, .bestseller_default_width {
    width: 100%;
}
.product-layout.product-grid {
    width: 100% !important;
}
}
@media only screen and (max-width: 479px) {
.parallex {
    padding: 13.81% 0 12.42%;
}
.box.capricablog .box-content .customNavigation{top:40%;}
.ServiceCmsBlock {
    padding: 25px 0 15px;
}
.contact-info .right .map > iframe, .contact-info .left .map > iframe {
    width: 100% !important;
}
.main-slider .nivo-directionNav {
    line-height: 31px;
}
.main-slider a.nivo-prevNav::before, .main-slider a.nivo-nextNav::before {
    padding: 0 10px;
}
.main-slider .nivo-directionNav-prev, .main-slider .nivo-directionNav-next {
    height: 31px;
    width: 30px;
}
#testimonial .bx-pager.bx-default-pager {
    bottom: -10px;
}
.testimonial_inner .image-block {
    padding-bottom: 15px;
}
.list .button-group-hover .quickview, .list .button-group-hover .addtocart{font-size:12px;padding:5px 15px;}
.all-blog .blog-right-content {
    padding: 0px 15px 20px;
}
.all-blog h5 a{font-size: 16px;}
.blog-desc { font-size: 10px;}
.header-cart {
    padding-left: 10px;
}
#cart > .btn,.dropdown.myaccount{padding-left:10px;padding-right:10px;}

.testimonial_inner .image-block img {
    max-width: 25%;
}
.testimonial.parallex{padding-left:15px;padding-right:15px;padding-bottom:13.41%;}
.newsletterright{padding-left:20px;padding-right:20px;}
#content .box .box-heading span{font-size: 10px;}
#content .box .box-heading, .hometab .box-heading {
	font-size: 14px;
	line-height: 17px;padding-bottom: 5px;
}
.testimonial_inner .post-content-inner .post-description { width: 100%;padding-top: 25px;padding-bottom: 5px;}
.parallex .title {
font-size: 30px;
}
.ServiceCmsBlock, .box.capricablog {
    margin-top: -21.8%;
}
.service-2.service {
    border:none;
}	
.service.col-sm-4 {
    width: 100%;
    float: left;
    padding: 0 15px 20px;
}
.services .content-title{font-size: 12px;line-height: 20px;}

.main-slider .nivo-directionNav {
    top: 40%;
}
#subbannercmsblock .banner-top .subbaner-left, #subbannercmsblock .banner-top .subbaner-right {    width: 100%;}
.htabs .etabs li, .categorytab .nav-tabs li,.htabs a, .categorytab .nav-tabs a{width: 100%;}
.etabs{float:left;width:100%;margin:0 auto;}
.htabs .etabs li:first-child, .categorytab .nav-tabs li:first-child{margin-top:0;}
.htabs .etabs li:last-child, .categorytab .nav-tabs li:last-child{margin-bottom:0;}
.htabs .etabs li, .categorytab .nav-tabs li {
    padding: 0;
    margin: 8px 0;
}
.services .content-desc {
    font-size: 12px;
	line-height: 20px;
}
#cmsblock .content .title {
    font-size: 20px;
}
#cmsblock .cmsblock_inner_right .banner::before {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}
#cmsblock .cmsblock_inner_right .content .title {
    font-size: 66px;
    line-height: 88px;
}
.content_header_center{display:none;}

.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;}

.subscribe-btn {   float: none;}
.subscribe-btn .btn.btn-lg{width: 100%;}

	.cmsblock .title {  font-size: 25px;  line-height: 20px;  padding: 12px 15px; margin: 2px auto 15px;}



	.categorylist li:hover a { padding-left: 25px;}
	.category { padding-top: 30px; padding-bottom: 30px;}
	.category .categoryimage {
    width: 40%;
    top: 15px;
    right: 0;
}
.category .category-item:hover .categoryimage img {
    transform: translate3d(10px,0,0);
    -webkit-transform: translate3d(10px,0,0);
    -moz-transform: translate3d(10px,0,0);
    -ms-transform: translate3d(10px,0,0);
    -o-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
    }
.header-logo img{max-width: 50%;}

	.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 {
  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{/*width:100%;*/margin:0 0 0 0;}
	.category_list_inner {padding: 30px 0 0 0;}
	.category_list1, .category_list2{padding:30px;}
	/*.ct_content button.ct_button {    font-size: 10px;    letter-spacing: 0;    line-height: 12px;    margin: 0;    padding: 5px 7px;}
	 div.ct_button {    margin-top: 0;    text-align:center;}*/
	 
	 .product-layout.product-grid.col-lg-3 {  width:100%;}

	#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;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;    /*margin: 0 auto;    padding:0 0 8px;    width: 185px;*/}
	
}


#accordion h4.panel-title a.accordion-toggle {display: block;}
.checkout-cart #accordion .panel-title > a, .checkout-checkout #accordion .panel-title {
	background: #f6f6f6 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;}
.checkout-cart #content .buttons .pull-right .btn:hover{
   /* background-color: #cc0000;
    border-color: #cc0000;*/
}
#accordion.panel-group .panel{width:100%;}
.checkout-success p a {
    text-decoration: underline;
}
.container{
padding:0;
}

.ltr{
	direction:ltr;
}

