body {

	text-transform: capitalize;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	color: #5c5c5c;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: .05em;
	/* background-color: #f2f2f2; */
	background-color: #fffcf3;
	/* overflow-x: hidden; */
}

:focus {
	outline: none !important;
}

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

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

.fa-stack {
	width: 10px;
	color: #000000;
}

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

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

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

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

.category label {
	font-size: 12px;
}

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: 12px;
}

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

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

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

.nav-tabs {
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}

/*.nav-tabs > li > a:after { position:absolute; width:0; left:0; right:0; height:2px; 
	bottom:0;
	margin:0 auto;
	background:#333;
	content:"";
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	}
.nav-tabs > li > a:hover:after { width:100%;  }*/
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}



.popup-bg {


	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;

	display: none;
}

.popup {
	width: 300px;
	height: auto;
	background-color: white;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	position: absolute;
	text-align: center;
	white-space: nowrap !important;
	bottom: 210px;
	right: 40%;
}

.popup-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* .slider-item {
	width: 1230px !important;
} */
/* #Unique_slider .slider-item .first_item_ct .last_item_ct{
	width: 1230px !important;
} */

/* #Unique_slider .first_item_ct{
	width: 1230px !important;
} */

.review-slider-section {
  max-width: 1230px;
  margin: 40px auto;
  padding: 0 20px;
}

.review-card {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  /* width: 1230px; */
}

.review-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.6;
}

.review-author {
  font-weight: bold;
  color: #111;
  font-size: 14px;
}


.swiper-pagination-bullet {
  background-color: #ccc;  /* Light gray or any custom color */
  opacity: 1;              /* Ensure full visibility */
}

/* .swiper-pagination-bullet-active {
  background-color: #000; 
} */




.size-options {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}

.size-option {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
}

.size-option:hover {
	border-color: #000;
}

.selected {
	background-color: #000;
	color: white;
	border-color: #000;
}

.email-label {
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
	display: block;
	margin-top: 5px;
}

.notify {

	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	outline: none;
}

.notify-btn {
	width: 100%;
	padding: 12px;
	background-color: #9f8447;
	color: white;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 15px;
}

.notify-btn:hover {
	opacity: 0.9;
}

.close-btn,
.close-btn-2 {
	position: absolute;
	top: 0px;
	right: 5px;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #666;
}

.close-btn:hover {
	color: #000;
}

@media (max-width:768px) {
	.popup {

		bottom: 225px;
		right: 45px;
	}

	.popup-coupan {
		bottom: 290px;
		right: 45px;
	}


}


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

/* top */

#form-currency span,
#form-language span {
	font-weight: 400;

	display: inline-block !important;
	margin-right: 3px;
}

/* #Unique_slider{
	width: 1230px !important;
} */
.currency-menu {
	list-style: outside none none;
	padding-left: 0;
}

.dropdown-menu-right.myaccount-menu {
	padding: 10px 12px;
	min-width: 160px;
	margin: 5px 0 0 0;
	border: 1px solid #9f8447;
}

.myaccount-menu .lang_cur_block {
	display: inline-block;
	margin-top: 20px;
	position: relative;
	text-align: left;
	width: 100%;
	margin: 0 0;
}

#form-currency .btn-link {
	background: #fff none repeat scroll 0 0;
	padding: 0px;
	border: none;
	margin: 0;
	color: #666;
}

.myaccount-menu .lang_cur_block .pull-left {
	border-top: 1px solid #eeeeee;
	margin: 20px 0 0;
	padding: 20px 0 0;
	position: relative;
	width: 100%;
}

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

ul.currency-menu {
	width: 100%;
	float: left;
	list-style: outside none none;
	padding: 15px 0 0;
}

#form-language .btn-link {
	background: #fff none repeat scroll 0 0;
	padding: 2px 0px;
	border: none;
	margin: 0;
	color: #666;
}

#top #form-language .language-menu .btn {
	font-size: 12px;
	background: none;
	padding: 0;
	margin: 6px 0 0;
	color: #5c5c5c;
}

#form-language .language-menu .btn img {
	width: auto;
	margin: 0;
}

#form-language .btn-link img {
	vertical-align: middle;
	margin-right: 5px;
}

#form-language .language-menu {
	padding: 8px 12px;
	left: 0px;
	right: auto;
	list-style: outside none none;
	width: 100%;
	margin: 0;
	border: 1px solid #9f8447;
}

#form-currency .btn-link:hover,
#form-language .btn-link:hover,
#form-currency .btn-link:focus,
#form-language .btn-link:focus {
	color: #e6e6e6;
}

#form-language .language-menu li,
#form-currency .currency-menu li {
	display: block;
	margin: 0 5px 0 0;
	width: 100%;

}

header {
	background: #FFFFFF;
}


#top .header-nav {
	background: #9f8447;
}

.col-sm-4.header-logo {
	display: inline-block;
	text-align: center;
}

#top #form-currency .dropdown-menu .currency-select {
	padding: 3px 0;
	text-align: left;
	width: 100%;
	margin: 0px auto;
	color: #5c5c5c;
	font-size: 12px;
}

.currency-menu li {
	float: left;
	margin: 0 10px 0 0;
}

#top #form-currency .dropdown-menu .currency-select:hover,
#top #form-language .language-menu .btn:hover {
	color: #9f8447;
}

.header-nav i {
	vertical-align: middle;
}

#form-currency .dropdown-menu {
	padding: 8px 12px;
	left: 0px;
	margin: 0;
	border: 1px solid #9f8447;
}

#form-language .dropdown-menu>li>a {
	padding: 2px 0px;
}

#form-currency .dropdown-menu .btn {
	padding: 2px;
	border: none;
	margin: 0;
	text-transform: none;
}

#form-language .dropdown-menu>li>a:hover {
	color: #9f8447;
}

#top .btn-link,
#form-language .dropdown-menu>li>a {
	color: #e6e6e6;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
}

#top-links li,
#top-links a {
	color: #5c5c5c;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
	text-align: left;
}

.myaccount .account-toggle {
	background: rgba(0, 0, 0, 0) url("../image/caprica/top-sprite.png") no-repeat scroll 0 -50px;
	width: 22px;
	height: 25px;
	display: inline-block;
}

.header-right.header-right-fixed .myaccount .account-toggle {
	background: rgba(0, 0, 0, 0) url("../image/caprica/3-dot.html") no-repeat scroll 3px -50px;
}

#top-links li {
	padding: 0;
}

#top-links a .fa {
	padding: 5px 5px;
}

#top .btn-link:hover,
#top-links a:hover,
.content_header_right a:hover {
	color: #000;
}

#top-links .dropdown-menu a {
	text-shadow: none;
	padding: 1px 0;
}

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

#top .btn-link strong {
	font-size: 12px;
	font-weight: normal;
	color: #e6e6e6;
	display: none;
}

#top-links {
	margin: 0 30px;
}

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

#top .fa-caret-down {
	vertical-align: middle;
}

#top #form-currency .btn-link,
#top #form-language .btn-link {
	background: none;
	z-index: 9;
}

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

.content_header_right {
	float: right;
	padding-top: 8px;
}

.content_header_right a {
	font-size: 19px;
	line-height: normal;
	letter-spacing: 0.07em;
	color: #f0f0f0;
}

/* logo */
.header-logo {
	float: left;
	text-align: left;
	line-height: 8px;
}

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

.header-cart {
	float: right;
}

#logo {
	display: inline-block;
}

.col-sm-4.header-left {
	margin-top: 65px;
	padding: 0;
}

.phone>a {
	padding: 3px 0 3px 32px;
	background: url("../image/caprica/header-mobile.html") no-repeat scroll 0 2px;
	color: #c5c5c5;
	font-size: 15px;
}

.phone>span {
	color: #c5c5c5;
	font-size: 15px;
	background: none;
	padding: 0;
}

.phone a:hover,
.phone a:focus {
	color: #FFFFFF;
}


/* search */



.col-sm-2.header-cart {
	float: right;
	width: auto;
	padding: 0;
}

.col-sm-12.header-logo {
	float: left;
	width: 100%;
	text-align: center;
}

header .header-container {
	position: relative;
	width: 100%;
	padding: 0 15px;
}

.col-sm-4.header-right {
	float: right;
	padding: 0 10px;
	margin-top: 20px;
	width: auto;
}

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

.col-sm-7.nav-container {
	float: none;
	margin-top: 19px;
	width: auto;
}

/* Auto complate search */

#search {
	margin: 0px 0px 0 0;
	float: left;
	width: 100%;
}

.header-search .searchbox {

	display: none;
	position: absolute;
	right: 30px;
	top: -6px;
	width: 310px;
	z-index: 99;
	text-align: center;
	left: auto;
}

.header-search .searchbox .searchinner {
	display: inline-block;
	width: 100%;
	position: relative;
}

.col-sm-3.sort {
	width: 33.1%;
	padding: 0;
	margin-right: 10px;
	float: left;
}

.col-sm-3.sort select.form-control {
	padding: 10px 15px;
	height: 40px;
	text-transform: capitalize;
	background-color: #fff;
	color: #707070;
	border-color: #e5e5e5;
	overflow: hidden;
}

#search .input-lg {
	line-height: 20px;
	padding: 10px;
	/*width:auto;*/
	border: 2px solid #9f8447;

	text-transform: none;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	display: inline;
	float: none;
	width: 100%;
	font-size: 14px;
}

.header-search .customSelect.form-control {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #dfdfdf;
	height: 40px;
	padding: 9px 12px;
}

.header-search .customSelectInner {
	background: url(../image/caprica/search-arrow-down.png) no-repeat scroll right center transparent;
}

.header-search .customSelectOpen .customSelectInner {
	background: url(../image/caprica/search-arrow-up.png) no-repeat scroll right center transparent;
}

.header-search .form-control::-moz-placeholder {
	color: #c0c0c0;
}

#search .input-group-btn {
	float: left
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	background: url("../image/caprica/search-arrow.png") no-repeat scroll center center;
	border: none;
	height: 46px;
	padding: 0 22px;
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	margin: 0 auto;
	background-color: #9f8447;
	border: 1px solid #9f8447;
}

.header-search .search_button.active {
	background: rgba(0, 0, 0, 0) url("../image/caprica/close-icon.png") no-repeat scroll center center;
}

.header-search .search_button {
	background: rgba(0, 0, 0, 0) url("../image/caprica/top-sprite.png") no-repeat scroll 0px 1px;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	height: 20px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 22px;
	z-index: 1;
}

.header-search .searchtoggle.search-selected button {
	display: block;
}

.header-search .searchtoggle button {
	background: rgba(0, 0, 0, 0) url("../image/caprica/search-icon.png") no-repeat scroll 7px -41px;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 0;
	height: 35px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 2px;
	width: 37px;
	z-index: 1;
}

#search .btn-lg:hover {}

.show-result {
	overflow: hidden;
}

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

.product-search #content>p {
	margin-top: 10px;
}

@media (max-width: 979px) {}

@media (max-width: 767px) {
	.col-sm-5.header-search {
		margin-bottom: 15px;
		width: 100%;
	}

	#search .input-lg {
		width: 255px;
	}
}

@media (max-width: 479px) {
	.productpage #input-quantity {
		float: none;
		margin: 0 0 10px;
	}

	#subbannercmsblock .img.right img,
	#subbannercmsblock .img.left img {
		max-width: 70%;
	}

	.col-sm-3.sort {
		display: inline-block;
		margin: 0 0 10px !important;
		width: 100%;
		padding: 0 15px;
	}

	#search .input-lg {
		width: 100%;
	}
}

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

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

#cart-total {
	border: medium none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	position: absolute;
	right: -10px;
	top: -3px;
	z-index: 9;
	font-weight: normal;
	letter-spacing: 0.06em;
	border-radius: 50%;
	background: #9f8447;
	height: 16px;
	width: 16px;
}

.header-right.header-right-fixed #cart-total {
	background-color: #fff;
	color: #000;
}

.header-right.header-right-fixed #search .input-lg {
	background: none;
	color: #FFFFFF;
}

.header-right.header-right-fixed #search:hover .input-lg,
.header-right.header-right-fixed #search .input-lg:focus {
	background: #000000;
}

.header-right.header-right-fixed #search:hover .input-lg,
.header-right.header-right-fixed #search .input-lg:focus {
	border: 1px solid #ffffff;
}

.header-right.header-right-fixed #search .btn-lg {
	background-position: 7px -93px;
}

#cart>.btn {
	background: rgba(0, 0, 0, 0) url("../image/caprica/top-sprite.png") no-repeat scroll 0 -105px;
	border: medium none;
	color: #1a1a1a;
	display: block;
	font-size: 13px;
	height: 27px;
	letter-spacing: 1.5px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 22px;
	transition: none;
}

.cart {
	color: #f5f5f5;
	float: right;
	margin-top: 9px;
	line-height: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	margin-left: 14px;
	position: absolute;
	left: 22px;
	letter-spacing: 1.5px;
	display: none;
}

.header-right.header-right-fixed #cart>.btn {
	background-position: 0px -100px !important;
}



#cart>.btn .fa {
	display: none;
}




#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #dfdfdf;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

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

#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	border: 1px solid #9f8447;
}

#cart .dropdown-menu {
	width: 310px;
	padding: 10px;
	margin: 10px 0 0 0;
}

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

#cart .dropdown-menu table {
	margin-bottom: 10px;
	border-top: 1px solid #dfdfdf;
	border-left: none;
	border-bottom: none;
	border-right: none;
}

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

#cart .dropdown-menu table.table-bordered td {
	padding: 4px 6px;
}

#cart .dropdown-menu table td {
	border: none;
	background: none;
	padding: 8px 3px;
}

#cart .dropdown-menu li>div {}

#cart .dropdown-menu li p {
	margin: 10px 0;
}

/* menu */
.nav-container {
	display: inline-block;

}

.nav-responsive {
	display: none;
}

.responsive-menu,
.main-menu {
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	display: none;
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */
}

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

#menu ul {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	float: none;
	vertical-align: top;
}

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

.main-menu>ul>li {
	position: relative;
	float: left;
}

.main-menu>ul>li:hover {}

.header-top {
	position: relative;
	text-align: center;
	z-index: 9;
	background-color: #fff;
}

.header-top .container {
	padding: 23px 15px 8px;
}

.navbar-nav>li.active>a {
	color: #9f8447;
}

#menu ul li a.active {}

.nav-responsive span,
.main-menu>ul>li>a {
	font-size: 16px;
	color: #000;
	display: block;
	padding: 0;
	margin: 0 15px;
	z-index: 6;
	position: relative;
	font-weight: normal;
	line-height: 35px;
	text-transform: capitalize;
	letter-spacing: 0.04em;
	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>a:hover {}

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

.main-menu>ul>li>a:before {
	content: '[';
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	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>a:after {
	content: ']';
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	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>a:before,
.main-menu>ul>li>a:after {
	display: inline-block;
	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;
}

.main-menu>ul>li:hover>a:before {
	opacity: 1;
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	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:hover>a:after {
	opacity: 1;
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	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:hover>a {}

.main-menu>ul>li>ul,
.responsive-menu .main-navigation {
	display: none;
	background: #fff;
	position: absolute;
	z-index: 5;
	padding: 5px;
}

.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;*/
}

.main-menu>ul>li ul>li>a,
.responsive-menu .main-navigation li a {
	padding: 8px;
	color: #000;
	font-size: 12px;
	display: block;
	white-space: nowrap;
	font-weight: 300;
}

.main-menu>ul>li ul>li>a {
	min-width: 188px;
}

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

.main-menu>ul>li ul>li>a.activSub {
	background-image: url(../image/caprica/cat_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: right center;
}

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

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

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

#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.childs_2 a {
	min-width: 145px;
}

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

#menu ul.nav li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
	background: none;
	padding: 4px 8px;
	font-size: 14px;
	font-weight: 600;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled li>a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
}

.hiden_menu .dropdown-inner li.top_level a {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	line-height: 30px;
}

.hiden_menu .dropdown-inner li.top_level a:hover {
	color: #9f8447;
}

/*#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:before {
    content: "\f006";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 8px;
	font-size: 9px;
}*/

/*#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover:before { content: "\f005"; }*/

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

#menu ul.nav li .megamenu ul.childs_1:last-child {
	border: medium none;
}

#menu ul.nav li .megamenu ul.childs_1:first-child {
	padding: 30px 2px;
}

#menu ul.nav li .megamenu.column1 ul.childs_1 {
	border: none;
	padding: 12px 0;
}


#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a:hover {
	color: #9f8447;
}

#menu ul.nav 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: #000;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	position: relative;
}

#menu>ul>li.hiden_menu div {
	min-width: 195px;
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	display: none;
	padding: 22px;
	position: absolute;
	text-align: left;
	border: 1px solid #9f8447;
	z-index: 9;
}

#menu>ul>li.hiden_menu:hover>div {
	display: block;
}

.nav-container.fixed .main-menu>ul>li.blog-link a,
.main-menu>ul>li.blog-link a {
	background: none !important;
}

#menu>ul>li.hiden_menu .dropdown-menu {
	display: none !important;
}



@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-khtml-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;
		color: #fff;
	}
}

/* 1-col layout */

#column-left {
	width: 25%;
}

#column-right {
	width: 25%;
}

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

/* 2-col layout */

.layout-2.left-col #column-left {
	width: 25.2%;
}

.layout-2.right-col #column-right {
	width: 25.2%;
}

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

.layout-2.left-col #content {
	width: 74.8%;
}

.layout-2.right-col #content {
	width: 74.8%;
}

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

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

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

/* content */
#content {
	min-height: 600px;
}

.common-home #content {
	min-height: inherit;
}

/* footer */
footer {

	padding-top: 0px;
	color: #fff;
}

.common-home footer {}

#footer-top {
	padding: 0;
	margin-bottom: 40px;
	background: #9f8447;
}

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

footer a {
	color: white;
}

#footer .column li a {
	line-height: 30px;
	font-weight: 400;
}

#footer .column li a:hover {}

#footer .col-sm-3.column {
	margin: 0;
	padding: 0 0px 0 50px;
	min-height: 285px;
	text-align: left;
}

.footerlogo {
	margin-bottom: 7px;
}

.footerlogo img {
	max-width: 100%;
	height: auto;
}

.footer_logo .about-description {
	letter-spacing: 0.05em;
	color: white;
	text-transform: none;
	width: 95%;
}

#footer .content_footer_left .col-sm-3.column {
	padding-left: 0px;
	margin-left: 0px;
}

footer a:hover,
footer a:focus {
	color: #9f8447;
}

.newsletter-container {
	margin: 0 auto 41px;
	border-bottom: 1px solid #282828;
	float: none;
	width: auto;
	padding: 10px 157px 36px 70px;
}

.newsletter_inner {
	position: relative;
	width: 51.6%;
	display: inline-block;
	text-align: right;
}

.newshead {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 33px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.newsletter-container .form-group {
	display: inline-block;
	width: 100%;
	margin: 0;
	position: relative;
}

.newsletter {
	float: right;
	width: 43.1%;
	padding: 0;
}

.newsletter-box #txtemail {
	background: rgba(229, 227, 227, 0.3);
	color: #bfbfbf;
	border-radius: 0;
	height: 40px;
	padding: 6px 20px;
	border: none;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.06em;
}

.newsletter-box .btn {
	position: absolute;
	right: 0;
	left: auto;
	margin: 0 auto;
	top: 0;
	border: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.05em;




	padding: 9px 14px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: auto;
}

.sub_text {
	line-height: 26px;
	margin-bottom: 15px;
	display: none;
}

.newsletter-box .btn:hover,
.newsletter-box .btn:focus {
	background: #FFFFFF;
	color: #000000;
	border: none;
}

.newsletter-box .text-danger {
	float: left;
	position: absolute;
	font-size: 12px;
	font-weight: 600;
}

.newsletter-container h3 {
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin-top: 9px;
	background: none;
	padding: 0;
}

.product-search .content_footer_top h2 {
	clear: none;
}

.newsletter-container .fa {
	float: left;
	font-size: 30px;
	line-height: 18px;
	margin-right: 15px;
	margin-top: 9px;
}

footer h5 {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	margin: 18px 0 10px;
	line-height: 20px;
	letter-spacing: 0.04em;
}

/*---parallax cms---------------*/
.parallex {
	background-repeat: repeat;
	margin: 0 auto 60px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 53px;
	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_outer {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.5em;
	font-family: 'PT Serif', serif;
	color: #000;
}

.parallex .title {
	font-family: 'Oswald', sans-serif;
	font-size: 58px;
	line-height: 58px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-ms-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-moz-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-o-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	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;
}

.parallex #parallex_img_top .img_top {
	background: url("../image/caprica/offer-banner.png") no-repeat scroll center center;
	position: absolute;
	top: -50%;
	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.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 .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::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;
}

/*----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 .banner {
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

#cmsblock .banner:hover {
	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_right .banner {
	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 {
	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 img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(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;
	max-width: 100%;
	height: auto;
}

#cmsblock .content {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 20px;
	z-index: 9;
}

#cmsblock .content .title_outer {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-family: 'PT Serif', serif;
}

#cmsblock .cms_left .content .title_outer {
	color: #fff;
}

#cmsblock .content .title {
	font-size: 42px;
	line-height: normal;
	letter-spacing: 0.02em;
	font-weight: 400;
	font-family: 'PT Serif', serif;
	text-transform: capitalize;
	color: #fff;
}

#cmsblock .cmsblock_inner_right .content .title {
	font-size: 83px;
	line-height: 105px;
	letter-spacing: 0.02em;
	font-weight: 400;
	text-transform: uppercase;
	color: #9f8447;
	font-family: 'Oswald', sans-serif;
}

#cmsblock .content .button {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.06em;
	color: #000;
	font-weight: 400;
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
	margin-top: 10px;
	text-decoration: underline;
}

#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 .banner::before {
	position: absolute;
	left: 20px;
	right: 20px;
	content: "";
	top: 20px;
	bottom: 20px;
	z-index: 1;
	border: 4px solid #9f8447;
	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_left .banner::before,
#subbannercmsblock .subbaner-left .banner::before {
	position: absolute;
	top: 0;
	left: -64%;
	z-index: 99;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	background: -moz-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	background: -ms-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	background: -o-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);

}

#subbannercmsblock .subbaner-right .banner::before {
	position: absolute;
	top: 0;
	right: -60%;
	z-index: 99;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	background: -moz-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	background: -ms-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	background: -o-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-o-transform: skewX(25deg);
}

#cmsblock .cmsblock_inner_left .banner:hover::before,
#subbannercmsblock .subbaner-left .banner:hover::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

#subbannercmsblock .subbaner-right .banner:hover::before {
	-webkit-animation: shineR 1s;
	animation: shineR 1s;
}

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

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

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

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

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

@-webkit-keyframes shineR {
	100% {
		righr: 125%;
	}
}

@keyframes shineR {
	100% {
		right: 125%;
	}
}

@-moz-keyframes shineR {
	100% {
		right: 125%;
	}
}

@-ms-keyframes shineR {
	100% {
		right: 125%;
	}
}

@-o-keyframes shineR {
	100% {
		right: 125%;
	}
}

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

#cmsblock .content .button:hover a {
	color: #9f8447;
}

.cmsblock_inner_right {
	float: left;
	width: 30.17%;
}

#cmsblock .cmsblock_inner_right img {
	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_left:hover img,
#subbannercmsblock .subbaner-left:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	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_right:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-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;
}

/*-----service cms block----------*/
.ServiceCmsBlock {
	padding-bottom: 40px;
	border-bottom: 1px solid #282828;
	margin: 0 auto 25px;
	padding-left: 30px;
	padding-right: 30px;
}

.services {
	margin: 0 -15px;
}

.service {
	text-align: left;
	padding: 0 20px;
}

.services .icon {
	float: left;
	display: inline-block;
	vertical-align: middle;
}

.service1-icon.icon-inner {
	background-position: center 22px;
	background-color: transparent;
	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;
}

.services .icon-inner {
	background-image: url("../image/caprica/services.png");
	background-repeat: no-repeat;
	clear: both;
	display: block;
	height: 71px;
	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: 71px;
	border-radius: 50%;
}

.service-content {
	color: #000;
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	top: 15px;
	left: 23%;
	right: auto;
	margin: 0 auto;
}

.service:hover .content-title {
	color: #9f8447;
	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;
}

.services .content-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	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: #fff;
	font-family: 'PT Serif', serif;
}

.services .content-desc {
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #d7d7d7;
	margin-top: 3px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 13px;
	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;
}

.service::after {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	margin: 0 auto;
	background: #282828;
	width: 1px;
	height: 65px;
	top: auto;
}

.service2-icon.icon-inner {
	background-position: center -468px;
}

.service3-icon.icon-inner {
	background-position: center -796px;
}

.service-1:hover .service1-icon.icon-inner {
	background-color: #9f8447;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
}

.service-2:hover .service2-icon.icon-inner {
	background-color: #9f8447;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
}

.service-3:hover .service3-icon.icon-inner {
	background-color: #9f8447;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
}

.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;
	border-color: #ffffff;
}

.ServiceCmsBlock .service:last-child::after {
	content: none;
}

/*---------subbannercms block------------*/
#subbannercmsblock .subbaner-left,
#subbannercmsblock .subbaner-right {
	float: left;
	position: relative;
	padding: 30px 15px 0 0;
	width: 50%;
}

#subbannercmsblock {
	clear: both;
	margin: 0 auto 55px;
	width: 100%;
}

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

#subbannercmsblock .content {
	position: absolute;
	right: 20px;
	top: 12%;
	left: auto;
	margin: 0 auto;
	text-align: right;
	z-index: 9;
}

.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 .image-block {
	background: url("../image/caprica/book.png") 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: 30px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: capitalize;
	line-height: normal;
}

#subbannercmsblock .price {
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: normal;
	font-family: 'Oswald', sans-serif;
}

#subbannercmsblock .content_right .price {
	color: #9f8447;
	font-size: 60px;
}

#subbannercmsblock .subbaner-right {
	padding: 30px 0 0 15px;
}

#subbannercmsblock .subbaner-right .title {
	font-size: 42px;
	line-height: normal;
	letter-spacing: 0;
	color: #000;
	font-weight: 400;
	font-family: 'PT Serif', serif;
}

#subbannercmsblock .description {
	color: #000;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.04em;
	font-weight: 400;
	font-family: 'PT Serif', serif;
}

#subbannercmsblock .subbaner-right .content_left .description {
	font-size: 80px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 0;
}

#subbannercmsblock .subbaner-right .button a {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	line-height: normal;
	letter-spacing: 0.08em;
	text-decoration: underline;
	text-transform: capitalize;
}

#subbannercmsblock .subbaner-right .button {
	background: none;
	padding: 0;
	opacity: 1;
	top: 55px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}

#subbannercmsblock .button {
	padding: 8px 30px;
	display: inline-block;
	margin-top: 15px;
	position: absolute;
	top: 300px;
	opacity: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	background: #9f8447;
	left: auto;
	right: 0;
}

#subbannercmsblock .button a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	font-weight: 400;
}

#subbannercmsblock .subbaner-right .content_right .title {
	line-height: 26px;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0.04em;
}

#subbannercmsblock .content_left {
	position: absolute;
	bottom: 21%;
	margin: 0 auto;
	text-align: center;
	right: 35px;
	left: -280px;
	z-index: 9;

}

#subbannercmsblock .content_right {
	position: absolute;
	left: 41px;
	top: 25px;
	right: auto;
	text-align: center;
	margin: 0 auto;
	z-index: 9;
}

#subbannercmsblock .offer {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #838383;
}

#subbannercmsblock .discount {
	color: #000;
	font-size: 42px;
	line-height: 37px;
	letter-spacing: 0;
	font-weight: 400;
	font-family: 'PT Serif', serif;
	position: absolute;
	top: 85px;
	right: 30px;
	left: auto;
	text-align: left;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

#subbannercmsblock .banner::after {
	position: absolute;
	height: 100%;
	content: "";
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	box-shadow: 2px -1px 9px 0px rgba(0, 0, 0, 0.22) inset;
	-o-box-shadow: 2px -1px 9px 0px rgba(0, 0, 0, 0.22) inset;
	-ms-box-shadow: 2px -1px 9px 0px rgba(0, 0, 0, 0.22) inset;
	-webkit-box-shadow: 2px -1px 9px 0px rgba(0, 0, 0, 0.22) inset;
	-moz-box-shadow: 2px -1px 9px 0px rgba(0, 0, 0, 0.22) inset;
}

.banner:hover {

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

#subbannercmsblock .banner:hover .title {
	color: #9f8447;
	background: none;
	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: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;
}

#subbannercmsblock .subbaner-left .banner:hover .button {
	top: 100%;
	opacity: 1;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

@media (max-width: 979px) {

	#cart-total {
		background: #000;
		right: 0;
	}

	.myaccount .account-toggle {
		background: rgba(245, 245, 245, 0) url("../image/caprica/top-sprite-res.png") no-repeat scroll 0 -50px;
		height: 28px;
	}

	#cart>.btn {
		background: rgba(0, 0, 0, 0) url("../image/caprica/top-sprite-res.png") no-repeat scroll 0 -105px;
		height: 35px;
		width: 30px;
	}

	#cart .dropdown-menu {
		margin: 0;
	}

	#footer .column ul {
		display: none;
	}

	#footer .column,
	#footer .col-sm-3.column {
		width: 100%;
		padding: 0;
		min-height: inherit;
		border: none;
	}
}

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

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

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

.breadcrumb>li {
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li a {
	color: #000;
	font-size: 16px;
}

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

.breadcrumb>li:after {}

.pagination {
	margin: 0;
}

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

.btn {
	padding: 6px 12px;
	font-size: 15px;
	border: 1px solid #000;
	font-weight: bold;
	text-transform: capitalize;
}

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

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

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

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover,
.dropdown-menu.myaccount-menu,
#form-currency .dropdown-menu .btn-link {
	font-size: 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 {
	background-color: #9f8447;
	color: #fff;
	border: 1px solid #9f8447;
}

.btn-primary {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	background-position: 0 -15px;
}

.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);
	-o-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);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-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);
	-o-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);
}

.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);
}

.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: #000;
	border-radius: 0;
}

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

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

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #9f8447, #111111);
}

@media (max-width: 767px) {

	.box .box-content .box-product {
		max-width: 100%;
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

}

/* list group */

.box .filterbox {
	border: none;
	background: #fff;
}

.list-group a {
	color: #5c5c5c;
	padding: 4px 0;
	background: none;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #9f8447;
	background: none;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: none;
	overflow: auto;

	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;

}

.product-list .product-thumb {
	background: #fff;
	padding: 15px;
}

.product-list .product-thumb:hover {
	box-shadow: 0px 0px 16.66px 0.34px rgba(0, 0, 0, 0.31);
	-o-box-shadow: 0px 0px 16.66px 0.34px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0px 0px 16.66px 0.34px rgba(0, 0, 0, 0.31);
	-ms-box-shadow: 0px 0px 16.66px 0.34px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 0px 16.66px 0.34px rgba(0, 0, 0, 0.31);
	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;
}

.product-thumb .image {
	text-align: center;
	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;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

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

#column-left .product-thumb .image a {
	border: 1px solid #dfdfdf;
}

.product-block .image .hover-image,
#column-right .bx-viewport .image .hover-image,
#column-left .bx-viewport .image .hover-image {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 0;
	transform: scale(0, 1);
	text-align: left;
	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;
	visibility: hidden;
	max-width: 100%;
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;

}

.product-block .image:hover .hover-image,
#column-right .bx-viewport .image:hover .hover-image,
#column-left .bx-viewport .image:hover .hover-image {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
	overflow: hidden;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease;
	-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);
	visibility: visible;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0px;
		margin-right: 30px;
	}
}

#content .box-product .product-thumb h4 a {
	color: #838383;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.04em;
	text-transform: capitalize;
	line-height: 18px;
	font-family: 'PT Serif', serif;
}

#content .box-product .product-thumb h4 {}

.product-grid .product-thumb h4 {

	margin: 0px 0 2px;
}

.product-thumb h4 {
	font-weight: normal;
	font-size: 16px;
	margin: 0px 0 2px;
	line-height: 26px;
}

.product-list .product-thumb h4 {
	margin: 4px 0 0;
}

.product-list .product-thumb h4 a {
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
}

.product-thumb .caption {
	/*	padding:10px 5px;*/
}

@media (max-width: 1260px) {
	.parallex #parallex_img_top .img_top::before {
		top: -80%;
	}

	.parallex #parallex_img_top.scrollInTop .img_top {
		top: 15%;
	}

	.parallex #parallex_img_top .img_top {
		background-size: 70%;
		right: 15px;
	}
}

@media (max-width: 1230px) {
	#cmsblock .cmsblock_inner_right .content .title {
		font-size: 81px;
	}

	.nav-responsive span,
	.main-menu>ul>li>a {
		margin: 0 5px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-list .product-thumb .caption {
	padding: 0;
	width: 100%;
	float: left;
	text-align: left;
}

.product-list .product-thumb .list-right {
	float: right;
	text-align: left;
	width: 100%;
}

.product-list .product-thumb .price-old,
.product-list .product-thumb .price-new {
	float: none;
}

.product-thumb .rating {
	padding-top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	margin-bottom: 5px;
}

.product-block:hover h4 a {
	color: #9f8447 !important;
}

#content .product-carousel .product-block:hover .rating,
#content .product-grid .product-block:hover .rating,
#content .product-list .product-block:hover .rating,
#content .box-product .product-block:hover .rating {
	opacity: 1;
}

.product-list .product-thumb .rating.list {
	bottom: 20px;
	padding: 5px 0;
	display: block;
}

.product-list .product-thumb .rating,
.product-grid .product-thumb .rating.list {
	display: none;
}

.rating .fa-stack,
#review .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o,
#review .fa-star-o {
	color: #aaa;
	font-size: 15px;
}

.rating .fa-star,
#review .fa-star {
	color: #f2b611;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o,
#review .fa-star+.fa-star-o {
	color: #f2b611;
}

.rating .fa-star,
#review .fa-star,
.rating-wrapper .fa-star {
	color: #aaaaaa;
	font-size: 13px;
}

.rating .fa-star+.fa-star,
#review .fa-star+.fa-star,
.rating-wrapper .fa-star+.fa-star {
	color: #f2b611;
}

h2.price {
	margin: 0;
}

#producttab .box .box-content,
#content .box .box-content {
	margin: 0 -15px;
}

.product-thumb .price {
	color: #9f8447;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: normal;
	font-family: 'Oswald', sans-serif;
	min-height: auto;
	display: inline-block;
	vertical-align: middle;
}

.product-thumb .price-new {
	font-weight: bold;
	vertical-align: middle;

}

.product-thumb .price-old {
	/* color: #666; */
	color: #9f8447;
	text-decoration: line-through;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

#content .product-grid .product-thumb .price-tax {
	display: none;
}

.product-thumb .price-tax {
	color: #666;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	font-weight: normal;
	vertical-align: middle;
}

.product-thumb .button-group {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-top: medium none;
	bottom: -10px;
	opacity: 0;
	position: absolute;
	right: 0;
	left: 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;
}

#content .product-grid .product-thumb:hover .button-group,
#content .product-carousel .product-thumb:hover .button-group,
#content .box-product .product-thumb:hover .button-group,
#producttab .box-product .product-thumb:hover .button-group,
.related .box-product .product-thumb:hover .button-group {
	opacity: 1;
	bottom: 0;
	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;
}

.product-list .product-thumb .button-group {
	opacity: 1;
	position: relative;
	top: 0;
	left: 0;
}

.product-list .product-thumb:hover .button-group {}


.product-block .button-group .wishlist,
.product-block .button-group .compare,
.product-grid .product-thumb .button-group .wishlist,
.product-grid .product-thumb .button-group .compare {
	padding: 0px;
	background: #9f8447;
	color: #fff;
	-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;
	transition: all 0.5s ease 0s;

	display: inline-block;
	vertical-align: middle;
	border: 1px solid #9f8447;
}

.product-block .button-group .wishlist i {
	background: url(../image/caprica/Wishlist.png) no-repeat scroll center center;
	height: 31px;
	width: 31px;
	line-height: 32px;
}

.product-list .product-thumb .image {
	margin-right: 0;
	padding-right: 15px;
	border-right: 1px solid #dfdfdf;
}

.product-block .button-group .wishlist:hover i {
	background: url(../image/caprica/Wishlist_hover.png) no-repeat scroll center center;
}

.product-block .button-group .compare i {
	background: url(../image/caprica/Compare.png) no-repeat scroll center center;
	height: 31px;
	width: 31px;
	line-height: 32px;
}

.product-block .button-group .compare:hover i {
	background: url(../image/caprica/Compare_hover.png) no-repeat scroll center center;
}

.product-list .product-thumb .button-group .wishlist:hover,
.product-list .product-thumb .button-group .compare:hover,
.product-list .product-thumb .button-group .quickview-button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.product-block .button-group .wishlist:hover,
.product-block .button-group .compare:hover,
.product-grid .product-thumb .button-group .wishlist:hover,
.product-grid .product-thumb .button-group .compare:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}



@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

#cart .text-right .addtocart,
#cart .text-right .checkout {

	display: block;
	float: none;
	background-color: #9f8447;
	color: #fff;
	padding: 7px 19px;
	text-align: center;
	border: none;
	border: 1px solid #9f8447;
}

.product-thumb .button-group button {
	display: inline-block;
	vertical-align: middle;

	float: none;
	background-color: #9f8447;
	color: #fff;
	padding: 7px 19px;
	text-align: center;
	border: none;
	border: 1px solid #9f8447;
}

.product-thumb .button-group button+button {
	margin: 1px 0;
	padding: 0;
}

.product-block .button-group .addtocart i {
	background: url(../image/caprica/cart.png) no-repeat scroll center center;
	width: 31px;
	height: 31px;
	line-height: 32px;
}

.product-block .button-group .addtocart:hover i {
	background: url(../image/caprica/cart_hover.png) no-repeat scroll center center;
}

.product-thumb .button-group button .fa {
	font-size: 0px;
}

.product-list .product-thumb .button-group button {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

#cart .text-right .addtocart,
#cart .text-right .checkout {
	width: auto;
	float: left;
	padding: 4px 12px;
}

#cart .text-right .addtocart strong,
#cart .text-right .checkout strong {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
}

#cart .text-right a.addtocart:hover strong,
#cart .text-right a.checkout:hover strong {
	color: #000;
}

#cart .dropdown-menu .img-thumbnail {
	width: auto;
	max-width: none;
	padding: 0;
	border: 1px solid #dfdfdf;
}

#cart .text-right .addtocart {
	margin: 0 5px 0 0;
}

#content .product-grid .product-thumb .button-group button+button {}

.product-thumb .button-group button:hover,
#cart .text-right .addtocart:hover,
#cart .text-right .checkout:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #000;
}

@media (max-width: 1260px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: auto;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: auto;
	}
}

.product-thumb .button-group button+button span {
	display: none;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {}

.thumbnails {}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 0px;
	padding: 10px 0px;
	display: block;
	border: none;
}

.image-additional {}

.thumbnails .image-additional {
	float: left;
}

@media (min-width: 1260px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

.product-info .image {
	display: block;
	margin-bottom: 15px;
	text-align: center;
	border: none;
}

.product-image {
	padding: 0 0 30px;
}

.productpage {}

.product-info .image .thumbnail {
	padding: 0;
	border-radius: 0;
	border: none;
}

.productpage h3 {
	margin-top: 0;
	font-size: 14px;
	font-weight: 600;
	color: #9f8447;
	width: 100%;
}

.productpage h3.product-title {
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 5px;
	background: none;
}

.productpage #product h3 {
	text-transform: none;
	background: none;
	padding: 0;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 600;
}

.product-info .zoomContainer {
	z-index: 9;
}

/* It need for ie7 */
.product-info .additional-carousel {
	position: relative;
	margin: 0 auto;
	width: auto;
	float: left;
	text-align: center;
}

.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 22px;
	padding-right: 22px;
	width: 530px;
}

.product-info .image-additional img {
	max-width: 100%;
	height: auto;
}

.product-info .image-additional a {
	float: none;
	display: block;
}

.product-right .btn-group .wishlist .fa,
.product-right .btn-group .compare .fa {
	margin-right: 5px;
	color: #000;
}

.product-rightinfo .cart-block {
	padding: 0;
	background: #f2f2f2;
	margin: 15px 0 20px;
	display: inline-block;
	width: 100%;
}

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

#input-quantity {
	float: left;
	height: 40px;
	margin-right: 20px;
	text-align: center;
	width: 50px;
	border: 2px solid #dfdfdf;
}

.product-right .wish-comp {
	margin-bottom: 15px;
	width: 100%;
}

.product-right .alert-info {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 10px;
}

.product-right .btn.wishlist {
	font-size: 0;
	font-weight: 400;
	padding: 0 0;
	text-transform: none;
	color: #000;
	height: 40px;
	width: 40px;
	background: url(../image/caprica/Wishlist.png) no-repeat scroll center center #9f8447;

}

.product-right .btn.wishlist i,
.product-right .btn.compare i {
	font-size: 0;
}

.product-right .btn.compare {
	font-size: 0;
	font-weight: 400;
	padding: 0 0;
	text-transform: none;
	color: #000;
	height: 40px;
	width: 40px;

	background: url(../image/caprica/Compare.png) no-repeat scroll center center #9f8447;
}

.product-right .btn.wishlist:hover {
	background: url(../image/caprica/Wishlist_hover.png) no-repeat scroll center center #fff;
}

.product-right .btn.compare:hover {
	background: url(../image/caprica/Compare_hover.png) no-repeat scroll center center #fff;
}

.product-right {
	padding-bottom: 25px;
}

.productpage #tabs_info {
	padding-top: 45px;
}

.productpage .product-right {
	padding-left: 35px;
	margin-bottom: 10px;
	width: 55%;
}

.product-right .alert-info {
	padding: 10px;
	font-size: 12px;
}

.product-right .wish-comp {
	margin: 0 0 15px;
}

.productpage .product-left {
	padding-right: 8px;
	width: 45%;
}

.product-right .btn-block {
	background: #9f8447;
	color: #FFFFFF;
	padding: 6px 20px 7px;
}

.product-right .btn-block:hover {
	background: #FFFFFF;
	color: #000;
}

.product-right .desc {
	font-weight: 600;
	margin-right: 10px;
	color: #000;
}

.price-tax {
	font-size: 12px;
}

.product-right #product {
	clear: both;
}

.rewardpoint,
.discount {
	font-size: 12px;
	padding: 1px 0 !important;
}

.box.related .box-content {
	background: none;
	padding: 0;
}

.box.related {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
	position: relative;
	text-align: center;
}

.box.related .box-heading {
	border-bottom: none;

	font-size: 30px;
	line-height: 41px;
	font-weight: normal;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	padding: 0 15px 15px;
	text-transform: capitalize !important;
	display: inline-block;
	margin-bottom: 0;
	font-family: 'Oswald', sans-serif;
	color: #000;
	float: left;
}

.additional-carousel .customNavigation {}

.additional-carousel .bx-controls {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.additional-carousel:hover .bx-controls {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.bx-controls-direction .bx-prev {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #000;
	left: 0;
	padding: 2px 12px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	color: #1a1a1a;
	cursor: pointer;
	transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	letter-spacing: 0;
}

.bx-controls-direction .bx-prev::before {
	content: "\f0d8";
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	vertical-align: middle;
	top: -1px;
}

.bx-controls-direction .bx-next::before {
	content: "\f0d7";
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -1px;
	vertical-align: middle;
}

.bx-controls-direction .bx-next:hover,
.bx-controls-direction .bx-prev:hover {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
}

.bx-controls-direction .bx-next.disabled,
.bx-controls-direction .bx-prev.disabled {
	background: #dfdfdf none repeat scroll 0 0;
	color: #000;
	border: 1px solid #dfdfdf;
	cursor: auto;
	transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
}

.bx-controls-direction .bx-next {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #000;
	left: 0;
	padding: 2px 12px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
	color: #000;
	cursor: pointer;
	transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	letter-spacing: 0;
}

.additional-carousel .bx-wrapper {
	margin-bottom: 30px !important;
	margin-top: 30px !important;
}


/* 
<!-- caprica Start --> */

/* box */
.box {
	margin-bottom: 12px;
}

.box .box-heading {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 12px;
	margin-bottom: 15px;
}

.box .box-content {
	background: #fff;
	padding: 10px 15px;

}

.list-group-filter .filter-content {}

.list-group-filter .filter-content:last-child {
	border: none;
}

.productpage .box.related {
	text-align: center;
	margin-top: 50px;
}

#content .box.related .box-heading {
	background: rgba(0, 0, 0, 0) url("../image/caprica/divider.html") no-repeat scroll center bottom;
	color: #000000;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 7px;
	padding-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	float: none;
	border: none;
}

#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border: none;
	padding: 10px 0;
	clear: both;
	text-align: center;
}

.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: 24px;
	padding: 4px 0;
}

#column-left .box .box-content ul li,
#column-right .box .box-content ul li {
	padding: 6px 0 2px;
}

.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: 15px;
}


.tabfeatured_default_width {
	width: 277px;
}

.tabbestseller_default_width {
	width: 277px;
}

.tablatest_default_width {
	width: 277px;
}

.tabspecial_default_width {
	width: 277px;
}


.htabs {
	line-height: 16px;
	text-align: center;
	position: relative;
	display: inline-block;
	float: right;
	margin-top: -50px;
}

.left-shadow {
	background: url("../image/caprica/left.png") no-repeat scroll left center;
	height: 76px;
	left: -19px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.right-shadow {
	background: url(../image/caprica/right.png) no-repeat scroll right center;
	height: 76px;
	right: -19px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.etabs {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 9;
	position: relative;
	vertical-align: middle;
}

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

.htabs a {
	color: #fff;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: normal;
	margin: 0 10px;
	padding: 8px 12px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-family: "Oswald", sans-serif;
	line-height: 23px;
	letter-spacing: 0.07em;
	background: #9f8447;
	border: 1px solid transparent;
}

.htabs a.selected {}

.htabs a:hover,
.htabs a.selected {
	color: #000;
	background: #fff;
	border: 1px solid #000;
}


#producttab {}

.hometab .tab-content {
	position: relative;
	padding: 0;
	border: none;
	z-index: 2;
	overflow: visible;
	margin-bottom: 20px;
}

#producttab .box-content {
	margin: 0;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	clear: both;
	padding: 10px 0;
	text-align: center;
}

.hometab .tab-title {
	font-size: 50px;
	line-height: 41px;
	font-weight: normal;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	padding: 0 0 15px;
	text-transform: capitalize !important;
	display: inline-block;
	background: url(../img/caprica/Divider.html) no-repeat scroll center bottom transparent;
	margin-bottom: 0;
	font-family: 'Oswald', sans-serif;
	color: #000;
}

.hometab .tab-title sub {
	bottom: 0;
	font-style: italic;
	color: #b3b3b3;
	font-size: 16px;
	letter-spacing: 0.06em;
	text-transform: initial;
	opacity: 0;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
	font-family: 'PT Serif', serif;
	left: 12px;
	text-transform: capitalize;
}

#producttab:hover .tab-title sub {
	opacity: 1;
	font-size: 16px;
	-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);
	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;
}

.hometab .tab-head,
.category_tab .tab-head {
	text-align: left;
}

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

.hometab .customNavigation {
	position: absolute;
	top: auto;
	text-align: center;
	margin: 0 auto;
	width: 100px;
	left: 0;
	right: 0;
	bottom: 0;
}

.hometab .customNavigation a.prev {}

.hometab .customNavigation a {
	top: 0;
}

.hometab .customNavigation a.next {}

.hometab .customNavigation a.next:hover {
	background-position: -40px -26px;
	color: #fff;
}

.hometab .customNavigation a.prev:hover {
	background-position: 0 -26px;
	color: #fff;
}

.hometab {
	text-align: left;
}


#producttab .box-product {
	list-style-type: none;
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}

#producttab:hover .tab-title sub {
	opacity: 1;
	font-size: 16px;
	-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);
	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;
}

/* Product Grid Start */
/*.product-grid-list { }*/
#content .box-product

/*,
.product-grid-list ul*/
	{
	list-style-type: none;
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}


.nav-tabs .tab-text:before,
.nav-tabs .tab-text>span {
	padding: 8px 22px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}


.nav-tabs .tab-text:hover>span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.nav-tabs .tab-text:hover:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.nav-tabs .tab-text {
	overflow: hidden;
	padding: 0;
}

.nav-tabs .tab-text>span {
	display: block;
}

.nav-tabs .tab-text:before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	font-weight: bold;
}

/* load More product*/

.loadmore {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.loadmore .gridcount {
	padding: 8px 60px 4px;
	border: 2px solid #9f8447;
	color: #9f8447;
}

.loadmore .gridcount:hover {
	background: #9f8447;
	color: #FFFFFF;
	border: 2px solid #9f8447;
}

.ct-message {
	bottom: 0;
	display: none;
	font-size: 20px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}



/*.product-grid-list ul li,*/
#content .box-product .product-items,
#producttab .box-product .product-items {
	margin-bottom: 14px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;


}

.product-grid li,
#content .box-product .product-items,
.related .box-product .product-items,
.related .box-product .slider-item,
#content .product-carousel .slider-item,
#producttab .box-product .product-items,
#producttab .product-carousel .slider-item {
	float: left;
	display: inline-block;
	/* width: 100%; */
	width: 200px !important;
}

#related-grid.box-product.productbox-grid {
	overflow: hidden;
	position: relative;
	width: 100% !important;
}

.ie7 .product-grid li {
	width: 192px !important;
}

#content .image-additional .slider-item {
	display: inline-block;
	float: none;
}

#content .image-additional.product-carousel .slider-item {
	display: inline-block;
	float: left;
}

#content .image-additional .slider-item .product-block {
	margin: 4px;
	background: #fff;
	clear: both;
	overflow: hidden;
	text-align: center;
	border: none;
}

#content .image-additional .slider-item .product-block:hover {
	box-shadow: 0px 0px 3.66px 1.34px rgba(0, 0, 0, 0.31);
	-o-box-shadow: 0px 0px 3.66px 1.34px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0px 0px 3.66px 1.34px rgba(0, 0, 0, 0.31);
	-ms-box-shadow: 0px 0px 3.66px 1.34px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 0px 3.66px 1.34px rgba(0, 0, 0, 0.31);
}

.product-block-inner {
	position: relative;
}

.grid_default_width {
	width: 277px;
}

.featured_default_width {
	width: 277px;
}

.module_default_width {
	width: 240px;
}

.latest_default_width {
	width: 277px;
}

.special_default_width {
	width: 277px;
}

.related_default_width {
	width: 277px;
}

.bestseller_default_width {
	width: 277px;
}

.additional_default_width {
	width: 100px;
}

.banners-slider-carousel .product-block-inner {
	text-align: center;
}

.banners-slider-carousel .product-block-inner img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#content .banners-slider-carousel .slider-item {
	margin: 0;
}

#content .banners-slider-carousel .slider-item.last_item_ct {
	border-right: none;
}

#content .banners-slider-carousel .slider-item .product-block-inner {
	background: none;
}

#content .banners-slider-carousel .slider-item .product-block-inner+.product-block-inner {
	border-bottom: none;
}

#content .last_item_ct .slider-item {
	border-right: none;
}

#content .first_item_ct .slider-item {}

#content .product-carousel .product-block,
#content .product-grid .product-block,
.related-products .box-product .product-block,
#content .box-product .product-block,
#producttab .box-product .product-block {
	margin: 15px 15px;
	clear: both;
	overflow: hidden;
	background: transparent;
	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;


}

#content .product-grid .product-block {
	margin: 15px;
}

#content .product-grid .product-block .list-right {
	display: none;
	opacity: 0;
}

#content .product-list .product-block .grid {
	display: none;
}

#content .product-list .product-block .caption .price {
	display: none;
}

#content .product-carousel .product-block:hover,
#content .product-grid .product-block:hover,
#content .box-product .product-block:hover,
#producttab .box-product .product-block:hover,
.related-products .product-carousel .product-block:hover,
.related-products .box-product .product-block:hover {
	overflow: hidden;
	clear: both;
	box-shadow: 0px 0px 16.66px 0.34px rgba(0, 0, 0, 0.31);
	-o-box-shadow: 0px 0px 16.66px 0.34px rgba(0, 0, 0, 0.31);
	-ms-box-shadow: 0px 0px 16.66px 0.34px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 0px 16.66px 0.34px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0px 0px 16.66px 0.34px rgba(0, 0, 0, 0.31);
	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;
}

.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,
.category_tab .product-thumb .price-tax {
	display: none;
}

.product-list .product-details {
	overflow: hidden;
	padding: 0 20px 0;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;

}

#content .product-carousel .product-block-inner,
#content .product-grid .product-block-inner,
#producttab .box-product .product-block-inner,
#content .box-product .product-block-inner {
	padding: 0 0;
	text-align: center;
	position: relative;
	margin: 0;
	overflow: hidden;
	/* width: 200px !important; */
}

#content .product-carousel .product-thumb:hover .product-block-inner,
#content .product-grid .product-thumb:hover .product-block-inner,
#producttab .box-product .product-thumb:hover .product-block-inner,
#content .box-product .product-thumb:hover .product-block-inner {}

#content .product-grid .product-details,
#content .product-carousel .product-details,
#content .box-product .product-details,
.related-products .product-grid .product-details,
.related-products .product-carousel .product-details,
.related-products .box-product .product-details {
	text-align: center;
	padding: 20px 0;
	margin: 0 5px;
	border-top: 1px solid #dfdfdf;
	min-height: 148px;
}

#content .product-carousel .product-block:hover .product-details,
#content .product-grid .product-block:hover .product-details,
#content .box-product .product-block:hover .product-details {}


.banners-slider-carousel {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	clear: both;
	display: inline-block;
}

.product-list .product-thumb .sale {
	opacity: 1;
}

.sale {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 0px 10px;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	left: 0;
	background: #000;
	font-weight: 400;
	font-family: 'PT Serif', serif;
	right: auto;
	top: 0;
}

.percentsaving {
	background: #9f8447;
	color: #fff;
	padding: 0px 5px;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.06em;
	font-family: 'PT Serif', serif;
	opacity: 0;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.product-grid .product-thumb .percentsaving {
	top: 0px;
}

.product-block:hover .percentsaving {
	opacity: 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;
}

.product-list .product-thumb .percentsaving {
	top: 0px;
	right: 15px;
	opacity: 1;
	transition: none;
}

.product-list .product-block:hover .percentsaving {
	opacity: 1;
	transition: none;
}

.product-list .product-thumb .quickview-button {
	display: inline-block;
	vertical-align: top;
}

.box {
	position: relative;
	float: left;
	width: 100%;
}

/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}

#column-left .box-product>div,
#column-right .box-product>div {
	display: block;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 5px;
	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: 0px;
	float: left;
	margin-right: 15px;
}

#column-left .product-items .product-details,
#column-right .product-items .product-details {
	float: none;
	width: auto;
	overflow: hidden;
	/* specify width as per your requirement */

}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0;
}


#column-left .box-product .product-thumb h4,
#column-right .box-product .product-thumb h4 {
	font-size: 14px;
	margin: 0 0 3px;
	line-height: 20px;
}

#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;
	height: auto;
	font-weight: normal;
	border-radius: 0;
	color: #555;
	display: block;
	text-align: left;
}

#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {
	text-decoration: underline;
}

#column-left .box-product .image img,
#column-right .box-product .image img {
	width: 70px;
}

#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {
	margin-bottom: 5px;
	font-size: 15px;
}

#column-left .box.left-category .box-content {
	padding-top: 10px;
}

#column-left .box .box-content,
#column-right .box .box-content,
#column-left .box .filterbox,
#column-right .box .filterbox {
	margin-bottom: 30px;
	padding: 15px;
}

#column-left .box .box-heading,
#column-right .box .box-heading {
	padding: 12px 15px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	cursor: pointer;
	background: #9f8447;
	color: #fff;
	font-family: 'PT Serif', serif;
}


#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
	padding: 0 0 5px;
}

#column-left .product-thumb,
#column-right .product-thumb {
	margin-bottom: 0px;
	padding: 10px 0;
	overflow: hidden;
}

#column-left .sale,
#column-left .price-tax,
#column-left .wishlist_button,
#column-left .compare_button,
#column-left .percentsaving,
#column-right .sale,
#column-right .price-tax,
#column-right .wishlist_button,
#column-right .compare_button,
#column-right .percentsaving {
	display: none !important;
}

#column-right .product-block .button-group .wishlist_button,
#column-right .product-block .button-group .compare_button,
#column-left .product-block .button-group .wishlist_button,
#column-left .product-block .button-group .compare_button {
	display: none;
}

#column-left .product-thumb .button-group button,
#column-right .product-thumb .button-group button {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
	width: auto;
	line-height: 22px;
	border: none;
	font-weight: normal;
	text-transform: none;
	color: #5c5c5c;
}

#column-left #special-carousel .product-thumb .button-group .addtocart .fa,
#column-left #special-grid .product-thumb .button-group .addtocart .fa,
#column-left #bestseller-grid .product-thumb .button-group .addtocart .fa,
#column-left #bestseller-carousel .product-thumb .button-group .addtocart .fa {
	background: none;
	display: none;
}

#column-left #special-carousel .product-thumb .button-group .addtocart span,
#column-left #special-grid .product-thumb .button-group .addtocart span,
#column-left #bestseller-grid .product-thumb .button-group .addtocart span,
#column-left #bestseller-carousel.product-thumb .button-group .addtocart span {
	display: block;
}

#column-left .slider-item .product-details,
#column-right .slider-item .product-details {
	float: left;
	width: 60%;
}

#column-left #special-carousel .product-thumb .button-group button,
#column-left #special-grid .product-thumb .button-group button,
#column-left #bestseller-grid .product-thumb .button-group button,
#column-left #bestseller-carousel .product-thumb .button-group button {
	display: none;
}

#column-left #special-carousel .product-thumb .button-group .addtocart,
#column-left #special-grid .product-thumb .button-group .addtocart,
#column-left #bestseller-grid .product-thumb .button-group .addtocart,
#column-left #bestseller-carousel .product-thumb .button-group .addtocart {
	display: block;
}

#column-left #special-carousel .product-thumb .button-group .quickview-button,
#column-left #special-grid .product-thumb .button-group .quickview-button,
#column-left #bestseller-grid .product-thumb .button-group .quickview-button,
#column-left #bestseller-carousel .product-thumb .button-group .quickview-button {
	display: none;
}

#column-left .container {
	float: left;
	width: 100%;
}

#column-left .box .box-heading sub,
#column-right .box .box-heading sub {
	display: none;
}

#column-left .product-thumb .button-group button:hover,
#column-right .product-thumb .button-group button:hover {
	color: #9f8447;
}

#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group {
	background: none;
	border: none;
	position: relative;
	opacity: 1;
	top: 0;
	left: 0;
}

.top_button {
	background: url("../image/caprica/top.png") no-repeat scroll 0 0 transparent;
	height: 64px;
	width: 64px;
	right: 20px;
	bottom: 23px;
	display: none;
	position: fixed;
	z-index: 95;
	font-size: 0;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	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 0;

}

.top_button:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	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;
}

.radio label:hover,
.checkbox label:hover {
	color: #9f8447;
}

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

.filterbox .panel-footer {
	text-align: left;
}

#content .filterbox .list-group-item {
	padding: 0 15px;
}

.filterbox .list-group-item {
	padding: 2px 0;
}

#content .filterbox .list-group-item.title {
	color: #666;
	font-weight: bold;
	margin: 0 0 0 15px;
	padding: 10px 15px 0 0;
}

#content .sidebarFilter {
	position: relative;
}

#content .sidebarFilter .box-heading {
	border: 1px solid #000000;
	font-size: 13px;
	margin-top: 6px;
	margin-right: 24px;
	padding: 3px 10px;
	position: relative;
	width: 180px;
}

#content .filterbox {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #dfdfdf;
	clear: both;
	display: none;
	position: absolute;
	text-align: left;
	top: 47px;
	width: 100%;
	z-index: 9;
}

#content .filter-content {
	float: left;
	width: 18%;
}

#content .filter-content:last-child {
	border: none;
}

#content .filterbox .panel-footer {
	clear: both;
	padding: 5px 0 15px;
	text-align: left;
}

#content ul.list-unstyled {
	margin-bottom: 10px;
	overflow: auto;
	padding: 10px;
	border: 1px solid #f2f2f2;
}

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

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

#content ul.list-unstyled li {
	line-height: 22px;
	padding: 3px 0;
}

.manufacturer-list {
	border: 1px solid #dfdfdf;
	margin-bottom: 20px;
	padding: 5px;
}

.cross-icon_new {
	width: 30px;
	height: 30px;
	background-color: #eee;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	user-select: none;
	display: none;
}

.cross-icon_new:hover {
	background-color: #ff4d4f;
	color: white;
	transform: scale(1.1);
}

.manufacturer-heading {
	background: none repeat scroll 0 0 #fff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
	color: #000000;
	text-align: left;
}

.manufacturer-content {
	padding: 8px;
}

.manufacturer-list ul {
	float: left;
	list-style: outside none none;
	margin: 0 0 10px;
	padding: 0;
	width: 25%;
}

.category_filter .sort .form-control {
	cursor: pointer;
}

.productpage .box {
	margin-top: 20px;
}

#tab-description {
	letter-spacing: 0.05em;
	line-height: 26px;
}

.product-right .list-unstyled .old-price {
	color: #9f8447;
	float: left;
	font-size: 18px;
	font-weight: 400;
	margin-right: 10px;
}

#content .product-right .special-price,
#content .product-right .product-price {
	color: #9f8447;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}

#content .product-right ul {
	padding: 0;
}

.tab-content {
	margin-top: 15px;
	overflow: hidden;
	padding: 10px 15px;
	margin-bottom: 60px;
	background: #fff;
}

.col-sm-4.total_amount {
	margin-top: 70px;
}

.product-tag {
	margin: 5px 0;
}

.information-contact #content h3,
.account-account h3 {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 12px;
}

#content .aboutus {
	clear: both;
	margin-bottom: 30px;
	margin-top: 12px;
}

#content .aboutus h3 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.image1 {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll 7px -155px;
	float: left;
	height: 60px;
	width: 60px;
}

.image2 {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll 7px -95px;
	float: left;
	height: 60px;
	width: 60px;
}

.image3 {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll 7px -35px;
	float: left;
	height: 60px;
	width: 60px;
}

.image4 {
	background: url("../image/caprica/cms-sprite.png") no-repeat scroll 7px 24px;
	float: left;
	height: 60px;
	width: 60px;
}


.image6 {}

.image7 {}

.image8 {}


.aboutus h2 {
	clear: both;
	font-size: 20px;
}

.about-content {
	overflow: hidden;
	line-height: 26px;
}

.information-information .right {
	float: right;
}

.category_filter #grid-view,
.category_filter #list-view {
	color: #666;
	background: none;
	border: none;
	padding: 7px 8px;
}

.category_filter #grid-view:hover,
.category_filter #grid-view.active {
	background: url(../image/caprica/list.png) no-repeat scroll -20px -18px transparent;
}

.category_filter #grid-view {
	background: url(../image/caprica/list.png) no-repeat scroll 4px -18px transparent;
	border: medium none;
	height: 27px;
	width: 27px;
}

.category_filter #list-view {
	background: url(../image/caprica/list.png) no-repeat scroll 5px 5px transparent;
	border: medium none;
	height: 27px;
	width: 30px;
}

.category_filter #list-view:hover,
.category_filter #list-view.active {
	background: url(../image/caprica/list.png) no-repeat scroll -19px 5px transparent;
}

.category_filter #grid-view:hover .fa,
.category_filter #list-view:hover .fa {
	color: #333;
}

.category_filter .btn-list-grid {
	float: left;
	width: auto;
	padding: 0;
	margin: 1px 20px 0 0;
}

.category_filter .btn-list-grid .fa {
	font-size: 0;
	display: none;
}

.compare-total {
	float: left;
	margin: 5px 0px 0;
}

.compare-total a {
	color: #5c5c5c;
	font-size: 14px;
}

.pagination-right {
	float: right;
	margin: 0;
	width: auto;
}

.category_filter .sort-by {
	float: left;
	margin: 4px 10px 0 0;
	width: auto;
	padding: 0;
}

.category_filter .show {
	float: left;
	margin: 4px 10px 0;
	padding: 0;
}

.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;
	margin: 1px 0 0;
}

.category_filter .list.active,
.category_filter .grid.active {
	background: #428bca;
}

.category_thumb .category_img,
.category_thumb .category_description {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0;
}

.category-top {
	padding: 0 0;
	text-align: center;
	margin-bottom: 0px;
	width: 100%;
}

.category_thumb .category_description {
	margin: 15px 0 0;
}

.category_list ul {
	padding: 0;
	display: inline-block;
	margin: 7px -15px 0;
}

.category_list {
	text-align: left;
}

.refine-search ul {
	padding: 0;
}

.refine-search ul li {
	list-style: none;
}

.category_list li a {
	color: #000;
	display: block;
	padding: 0;
	background: #fff;
	text-align: center;
}

.category_list li a:hover {
	color: #000;
}

.category_list li {
	float: left;
	list-style: outside none none;
}

.category .pagination-wrapper {
	margin-top: 15px;
	text-align: center;
}

.pagination-wrapper,
.category_filter {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 0;
	width: 100%;
}

.category .category_filter {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 0;
	width: 100%;
	float: right;
}


.row.category-product {
	padding: 0px;
}

.category .category-product {
	clear: both;
	padding: 0px;
}

.category-product .product-grid {
	padding: 0;
}

.category-product .product-list {
	padding: 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: left;
	width: 49%;
}

.contact-info .right {
	float: right;
	width: 51%;
}

.row.contact-info {
	padding: 0 15px;
}

.information-contact .panel-body {
	padding: 15px 0;
	overflow: auto;
}

.information-contact .panel-default {
	border: none;
}

.contact-info {
	color: #666;
}

.contact-info .address-detail strong {
	padding: 2px 0 0 0px;
	height: 28px;
	margin: 5px 0;
	float: left;
}

.contact-info .address-detail,
.contact-info .telephone,
.contact-info .fax,
.contact-info .open-time,
.contact-info .comment {
	float: left;
	width: 100%;
}

.contact-info .telephone strong {
	padding: 2px 0 0 0px;
	margin: 5px 0;
	height: 28px;
	float: left;
}

.contact-info .fax strong {
	padding: 2px 0 0 0px;
	height: 28px;
	margin: 5px 0;
	float: left;
}

.telephone .fa,
.address-detail .fa {
	color: #d7d7d7;
	float: left;
	font-size: 22px;
	font-weight: normal;
	padding: 8px;
}

.fax .fa {
	color: #d7d7d7;
	float: left;
	font-size: 22px;
	font-weight: normal;
	padding: 8px;
}

.open-time .fa {
	color: #d7d7d7;
	float: left;
	font-size: 22px;
	font-weight: normal;
	padding: 8px;
}

.comment .fa {
	color: #d7d7d7;
	float: left;
	font-size: 22px;
	font-weight: normal;
	padding: 8px;
}

.contact-info .open-time strong {
	padding: 2px 0 0 0px;
	height: 28px;
	margin: 5px 0;
	float: left;
}

.contact-info .comment strong {
	padding: 2px 0 0 0px;
	height: 28px;
	margin: 5px 0;
	float: left;
}

.contact-info address {
	display: inline-block;
	margin: 0 0 10px 36px;
	float: left;
	clear: both;
}

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

.main-slider {
	position: relative;
	margin-top: 0px;
	text-align: center;
}

.information-sitemap .sitge-map ul {
	padding: 0 0 0 20px;
}

.forget-password {
	margin: 5px 0 0;
}

.product-compare .btn-primary {
	margin: 5px 0 5px;
}

.content-top-breadcum .write-review,
.productpage .review-count {
	margin: 0 15px;
}

.rating-wrapper {
	margin: 0 0 15px;
	clear: both;
	padding: 0;
}

.checkout-cart .hasCustomSelect {
	width: 95% !important;
}

.category .page-title {
	padding: 10px;
	margin: 0 0 15px;
	font-size: 14px;
	float: left;
	width: 100%;
}

.page-title,
.product-title,
.product-option,
#title-content h1,
#title-content h2 {
	color: #000;
	float: none;
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0 0 15px;
	text-transform: uppercase;
	line-height: 30px;
}

.refine-search {
	font-size: 13px;
	margin-top: 10px;
	text-align: left;
	text-transform: uppercase;
}

.copy-right {
	padding: 0 0 4px;
	text-align: center;
	width: 100%;
	float: left;
	margin: 0 auto;
}

#bottom-footer li {
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	letter-spacing: .05em;
	font-weight: 300;
	font-family: 'PT Serif', serif;
	margin: 0 10px;
}

#bottom-footer li.contact {
	background: none;
}

#bottom-footer li:first-child {}

#bottom-footer ul {
	margin: 0;
}

#bottom-footer li a {
	color: #8a8a8a;
	text-transform: none;
}

#bottom-footer li a:hover {
	color: #9f8447;
}

.account-address .table>tbody>tr>td {
	vertical-align: middle;
}

.account-address .btn-info {
	margin: 2px 0;
}

.affiliate-account .btn-primary .list-group-item {
	padding: 0;
	background: none;
	color: #000;
}

.affiliate-account .btn-primary .list-group-item:hover {
	color: #fff;
}

#content .affiliate-logout {
	border: 1px solid #dfdfdf;
	padding: 10px;
}


.shopping-cart .img-thumbnail {
	max-width: none;
	border: none;
	padding: 0;
}

#accordion label.col-sm-2.control-label {
	margin: 5px 0 0;
	padding: 0 15px 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: 14px;
}

.col-sm-3.search_subcategory {
	width: auto;
	margin-top: 7px;
}

#button-search {
	float: right;
}

.product-search h2 {
	clear: both;
}

#input-captcha,
#input-payment-captcha {
	margin-bottom: 10px;
}

.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: #000 !important;
	color: #fff !important;
}

.checkout-cart .shopping-cart input.form-control {
	text-align: center;
	width: 40px;
}

.checkout-cart .shopping-cart .input-group-btn {
	float: left
}

/*Product zoom CSSS*/

.zoomContainer {
	margin-bottom: 5px;
}

.zoomContainer .zoomLens {}

.zoomContainer .zoomWindow {
	box-shadow: medium none;
	/*-webkit-box-shadow: 3px 4px 4px -1px #c0c0c0;
	-moz-box-shadow: 3px 4px 4px -1px #c0c0c0;
	box-shadow: 3px 4px 4px -1px #c0c0c0;*/

}

/*caprica Blog CSS */
.capricablog .owl-controls.clickable {
	display: none !important;
}


.capricablog {
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	margin-bottom: 60px;
}

.capricablog .bx-viewport {}

/* padding: 0 0 10px; */
/* #content .box .box-heading {

	 font-size: 34px;
    line-height: 40px;
   
	font-weight: normal;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase !important;
	display: inline-block;
	background: url(../img/caprica/Divider.html) no-repeat scroll center bottom transparent;
	margin-bottom: 0;
	font-family: 'Oswald', sans-serif;
	color: #000;
	padding: 14px 48px;
	  background-image: linear-gradient(to right #ebebeb, #9b9b9b);
    background-image: linear-gradient(to right, #9f8447, #ffffff);

} */

#content .box .box-heading {

	font-size: 34px;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	/* padding: 0 0 10px; */
	text-transform: uppercase !important;
	display: inline-block;
	background: url(../img/caprica/Divider.html) no-repeat scroll center bottom transparent;
	margin-bottom: 0;
	font-family: 'Oswald';
	color: #000000;
	/* text-decoration: underline; */
	padding: 14px 48px;
	background-image: linear-gradient(to right, #9f8447, #ffffff);
}

@media (max-width:768px) {
	#content .box .box-heading {
		padding: 15px 50px;
	}


}

#content .box .box-heading sub {
	bottom: 0;
	font-style: italic;
	color: #b3b3b3;
	font-size: 16px;
	letter-spacing: 0.06em;
	text-transform: initial;
	opacity: 0;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
	font-family: 'PT Serif', serif;
	left: 12px;
	text-transform: capitalize;
}

#content .box:hover .box-heading sub {
	opacity: 1;
	font-size: 16px;
	-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);
	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;
}

.capricablog .btn-primary {
	padding: 3px 70px;
	margin-top: 50px;
	border: 2px solid #9f8447;
}

.capricablog .btn-primary:hover {
	border: 2px solid #9f8447;
}

.capricablog h4 a {
	color: #000;
	display: block;
	font-size: 16px;
	letter-spacing: 0.029em;
	line-height: 23px;
	text-transform: capitalize;
	font-family: 'PT Serif', serif;
}

#content .capricablog .box-content {
	margin: 0 auto;
}

#content .box-product .blog-items {
	display: inline-block;
	float: left;
}

.blog-item .blog-image {
	border: 3px solid #9f8447;
	overflow: hidden;
	position: relative;
}

.blog-item 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;
}

.blog-item: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 {
	padding: 0;
	position: relative;
	width: 50.7%;
	float: left;
	margin-right: 28px;
	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-right {
	color: #000;
	overflow: hidden;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 20px;
	text-align: left;
}

.blog-right h4 {
	margin: 15px 0;
}


#content #blog-carousel .product-block:hover .blog-left,
#content #blog-grid .product-block:hover .blog-left {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.capricablog .blog-right .view-blog {
	padding: 10px 0 5px 0;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}

#content .blog-item .view-blog {}

#content .blog-item:hover .view-blog {}

.view-blog .fa {
	color: #9f8447;
}

.view-blog a {
	font-size: 14px;
	text-transform: none;
	color: #5c5c5c;
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 20px;
}

.view-blog a:hover,
.read-more a:hover {
	color: #9f8447;
}

.view-blog .fa {
	margin-right: 5px;
	font-size: 13px;
}

.read-more {
	float: left;
}

.read-more a {
	font-size: 14px;
	text-transform: capitalize;
	color: #5c5c5c;
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 20px;
}

.write-comment:hover .fa,
.read-more:hover .fa {
	color: #9f8447;
}

.capricablog .write-comment {}

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

.date-time {
	float: left;
	width: 100%;
	font-size: 12px;
	margin: 0 0 8px;
}

.blog-right .date-time {
	color: #9f8447;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 11px;
}

.blog_default_width {
	width: 285px;
}

.blog-desc {
	color: #979797;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.03em;
	font-weight: 400;
	text-transform: none;
}

.blog-img {
	padding: 10px 0 0;
}

.single-blog .blog-img img {
	padding: 0;
	border: none;
}

.single-blog .page-title {
	font-size: 13px;
	margin: 0;
}

.single-blog .blog-date {
	color: #ffffff;
	float: right;
	font-weight: 600;
	text-transform: uppercase;
}

.single-blog .blog-top {
	margin-bottom: 0;
	background: #f8f8f8 none repeat scroll 0 0;
	display: inline-block;
	margin-top: 10px;
	padding: 20px 15px;
	text-align: center;
	width: 100%;
}

.single-blog h5 {
	font-weight: 600;
	text-transform: capitalize;
	color: #333;
	font-size: 24px;
	border-bottom: 2px solid #9f8447;
	padding: 20px 0 6px;
}

.single-blog .blog-img {
	padding: 0;
	position: relative;
}

.blog-date {
	float: right;
}

#content #blog-carousel,
#content #blog-grid {

	text-align: left;
}

#content #blog-carousel .blog-item {
	width: auto;
	float: left;
	margin: 0 0;
}

#content #blog-carousel .product-block,
#content #blog-grid .product-block {
	padding: 25px 35px 0 0;
	float: left;
	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;
	margin: 0;
}

#content #blog-carousel .product-block,
#content #blog-grid .product-block {
	background: none;
}

#content #blog-carousel .product-block:hover,
#content #blog-grid .product-block:hover {
	box-shadow: none;
}

#blog-carousel .owl-pagination {
	bottom: 0px;
	position: relative;
	left: 0;
	right: 0;
	display: block;
	width: 94%;
	padding-top: 15px;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-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;
}

#blog-carousel:hover .owl-pagination {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

#blog-carousel .owl-controls .owl-page {
	cursor: pointer;
}

#blog-carousel .owl-controls .owl-page {
	display: inline-block;
	margin: 0 3px;
}

#blog-carousel .owl-page.active>span,
#blog-carousel .owl-page:hover>span {
	border: 2px solid #000;
	background: #000;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
}

#blog-carousel .owl-page>span {
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 12px;
	text-indent: -9999px;
	width: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 2px solid #bbb;
	background: #fff;
	box-shadow: none;

}


.capricablog .bx-controls {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.capricablog .bx-controls-direction {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 32%;
	width: 100%;
}

.capricablog:hover .bx-controls {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.capricablog .bx-controls-direction .bx-prev {
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.8);
	left: 0;
	padding: 0;
	position: absolute;
	right: auto;
	top: 0;
	font-size: 0;
	color: #333;
	cursor: pointer;
	transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	letter-spacing: 0;
	width: 37px;
	height: 33px;
	margin: 0 auto;
}

.capricablog .bx-controls-direction .bx-prev::before {
	content: "\f0d8";
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	vertical-align: middle;
	top: 0px;
}

.capricablog .bx-controls-direction .bx-next::before {
	content: "\f0d7";
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 1px;
	vertical-align: middle;
}

.capricablog .bx-controls-direction .bx-next:hover,
.capricablog .bx-controls-direction .bx-prev:hover {
	background: #fff none repeat scroll 0 0;
	color: #000;
	transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
}

.capricablog .bx-controls-direction .bx-next.disabled,
.capricablog .bx-controls-direction .bx-prev.disabled {
	background: none;
	border: 2px solid rgba(0, 0, 0, 0.8);
	color: #333;
	cursor: auto;
	transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
}

.capricablog .bx-controls-direction .bx-next {
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.8);
	left: auto;
	top: auto;
	padding: 0px;
	position: absolute;
	right: 0;
	bottom: auto;
	font-size: 0;
	color: #333;
	cursor: pointer;
	transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	letter-spacing: 0;
	width: 37px;
	height: 33px;
	margin: 0 auto;
}

#blog-carousel .owl-controls .owl-buttons div i {
	color: #000;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev {
	left: 15px;
	top: 25%;
}

#blog-carousel .owl-controls .owl-buttons .owl-next {
	right: 15px;
	top: 25%;
}

.single-blog .blog-desc {
	padding-bottom: 10px;
	text-align: left;
	margin: 18px 0 0;
	width: 100%;
}

.single-blog .block-title h3 {
	padding-top: 10px;
}

.single-blog .comment-content {
	border-radius: 0;
	box-shadow: none;
}

.single-blog h4 {
	background: #f2f2f2;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}

.single-top {
	background-color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	padding: 5px 15px;
	text-align: center;
	float: left;
	position: absolute;
	bottom: 15px;
	right: 0;
	left: auto;
}

.view-comment {
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	padding-top: 15px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
}

.view-comment .comment-content {
	margin: 0;
	padding-top: 5px;
	display: inline-block;
	width: 100%;
}

.comment-content .comment-icon {
	float: left;
	padding: 10px;
	border: 1px solid #9f8447;
	background: #9f8447;
	margin-right: 15px;
}

.comment-content .comment-icon .fa {
	font-size: 20px;
	color: #fff;
}

.comment-content .commnet-left {
	border-right: 1px solid #dfdfdf;
	float: left;
	margin-right: 18px;
	padding-bottom: 5px;
	width: 20%;
}

.commnet-left .com-author {
	text-transform: capitalize;
}

.comment-content .commnet-right {
	float: left;
	width: 70%;
}

#add-comment {
	border: 1px solid #dfdfdf;
	padding: 10px !important;
}

/*caprica Blog light-box CSS */


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


.blog-left .post-image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.blog-left .blog-image .post_hover {
	bottom: 0;
	display: inline-block;
	height: 44px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 110px;
}

.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%;
}

/*.blog-image:hover .post_hover { 
	top:40%;
 	}*/
.product-block .blog-left:hover .post_hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
}

.product-block .blog-left:hover .zoom {
	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;
	left: 0;
}

.product-block .blog-left: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;
	right: 0;
}

.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-left:hover .blog-image .zoom .fa,
.blog-left:hover .blog-image .readmore_link .fa {
	font-size: 16px;
	/*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 .zoom {
	border: 2px solid #9f8447;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 8px 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	position: absolute;
	left: 30px;
	background: #9f8447;
}

.blog-left .blog-image .zoom:hover,
.blog-left .blog-image .readmore_link:hover {
	color: #000;
	border-color: #000;
	background: #fff
}

.blog-left .blog-image .readmore_link {
	border: 2px solid #9f8447;
	background: #9f8447;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 8px 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	position: absolute;
	right: 27px;
}

.all-blog .blog-left-content {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

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

.all-blog .blog-image {
	background-position: center center;
	float: none;
	height: 400px;
	overflow: hidden;
	position: relative;
	width: auto;
	margin: 0 auto;

}

.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;
	bottom: 0;
}

.post-image-hover {
	height: 100%;
	position: absolute;
	bottom: -100%;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	top: auto;
}

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

.blog-left-content:hover .post_hover {
	top: 44%;
}

.all-blog .blog-left-content:hover .post_hover,
.all-blog .blog-left-content:hover .zoom,
.all-blog .blog-left-content:hover .readmore_link {}

.blog-left-content .icon.zoom .fa,
.blog-left-content .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-left-content:hover .blog-image .zoom .fa,
.blog-left-content:hover .blog-image .readmore_link .fa {
	font-size: 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.blog-left-content .blog-image .zoom {
	border: 2px solid #9f8447;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	margin-right: 10px;
	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;
	left: 15px;
	right: auto;
	position: absolute;
	background: #9f8447;
}

.blog-left-content .blog-image .zoom:hover,
.blog-left-content .blog-image .readmore_link:hover {
	color: #9f8447;
	border-color: #fff;
	background: #FFFFFF;
}

.blog-left-content .blog-image:hover .zoom {
	left: 0;
	opacity: 1;
}

.blog-left-content .blog-image:hover .readmore_link {
	opacity: 1;
	right: 0;
}

.blog-left-content .blog-image .readmore_link {
	border: 2px solid #9f8447;
	color: #fff;
	display: inline-block;
	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;
	right: 15px;
	left: auto;
	position: absolute;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	background: #9f8447;
}



#add-comment .col-sm-10 {
	width: 66.6667%;
}

#add-comment .col-sm-2 {
	width: 25%;
}

.all-blog h4 {
	display: none;
}

.all-blog .page-title {
	background: #f8f8f8 none repeat scroll 0 0;
	font-size: 14px;
	margin: 0 0 15px;
	padding: 10px 10px;
}

.all-blog .blog-content {
	border: none;
}

.all-blog .blog-content img {
	width: auto;
	border: none;
	padding: 0;
	max-width: inherit;
	-webkit-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: grayscale(50%);
}

.all-blog .blog-content:hover img {
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.all-blog .blog-content .blog-body {
	padding: 0px;
	text-align: center;
}

.all-blog .first-item .blog-body {}

.all-blog .last-item .blog-body {}

.all-blog .blog-content .blog-body h5 {
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	text-align: left;
	margin: 53px 0 0;
	width: 100%;
}

.all-blog .blog-content .blog-body h5 a {
	font-weight: 600;
	text-transform: capitalize;
	color: #333;
	font-size: 24px;
}

.all-blog .blog-content .blog-body .blog-desc {
	text-align: center;
	margin-top: 25px;
	line-height: 24px;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
}

.all-blog .blog-body .blog-bottom {
	padding: 10px 0 45px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	text-align: left;
}

.all-blog .read-more {
	width: 100%;
}


.all-blog .allblog-top {
	background: #f8f8f8 none repeat scroll 0 0;
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 20px 15px;
	text-align: center;
	width: 100%;
	display: none;
}

.all-blog .blog-top {
	text-align: left;
	color: #000000;
	padding: 0 0 12px;
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	font-size: 12px;
	width: 100%;
	border-bottom: 2px solid #9f8447;
}

.all-blog .write-comment {
	float: none;
	display: inline-block;
	color: #5c5c5c;
	margin-right: 0;
}

.all-blog .blog-date {
	float: none;
	display: inline-block;
}

.all-blog .read-more a {
	display: inline-block;
	padding: 5px 40px;
	border: 2px solid #9f8447;
	color: #9f8447;
	text-transform: capitalize;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
}

.all-blog .read-more a:hover {
	background: #9f8447;
	color: #FFFFFF;
	border: 2px solid #9f8447;
}

/* HEADER CMS */

/* HEADER CMS */

.content_servicecms_top {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	z-index: 9;
}

.cont_inner {
	float: left;
	position: relative;
	text-align: left;
}

.service_4cms.cont_inner,
.service_3cms.cont_inner,
.service_2cms.cont_inner,
.service_1cms.cont_inner {
	width: 50%;
	float: left;
	display: inline-block;
	min-height: 190px;
}

.service_1cms.cont_inner {
	border-bottom: 1px solid #dddddd;
}

.service_2cms.cont_inner {
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.service_3cms.cont_inner {}

.service_4cms.cont_inner {
	border-left: 1px solid #dddddd;
}

.service_content1,
.service_content2,
.service_content3,
.service_content4 {
	padding: 30px 0px 47px;
	text-align: center;
}

.service_1cms.cont_inner .icon {
	background: url("../image/caprica/service-icon.png") no-repeat scroll 0 2px transparent;
	margin: 0 auto;
	width: 46px;
	height: 46px;
}

.service_2cms.cont_inner .icon {
	background: url("../image/caprica/service-icon.png") no-repeat scroll 0 -146px transparent;
	margin: 0 auto;
	width: 46px;
	height: 46px;
}

.service_3cms.cont_inner .icon {
	background: url("../image/caprica/service-icon.png") no-repeat scroll 0 -300px transparent;
	margin: 0 auto;
	width: 46px;
	height: 46px;
}

.service_4cms.cont_inner .icon {
	background: url("../image/caprica/service-icon.png") no-repeat scroll 0 -450px transparent;
	margin: 0 auto;
	width: 46px;
	height: 46px;
}

.service_cms_text a {
	text-transform: capitalize;
	display: inline-block;
	line-height: 26px;
	color: #9f8447;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-top: 18px;
}

.service_cms_text2 a {
	color: #bfbfbf;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.common-home .content_servicecms_bottom {}

.content_servicecms_bottom {
	margin-bottom: 0px;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
}

.container {
	padding: 0;
	width: 1200px;
	margin: 0 auto;
}

.service_cms {
	width: 55%;
	float: right;
	margin-top: 120px;
}

.welcome_cms {
	width: 42%;
	float: left;
}

.welcome_cms .welcome_cms_title1 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #dfdfdf;
	font-size: 100px;
	font-weight: normal;
	margin: 0 0 0 -75px;
	padding: 0;
	text-transform: capitalize;
	line-height: 54px;
	text-align: left;
}

.welcome_cms .welcome_cms_title2 {
	font-size: 40px;
	color: #000000;
	padding-bottom: 62px;
	font-weight: 700;
	line-height: 40px;
}

.welcome_cms .welcome_cms_title3 {
	color: #9f8447;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
}

.welcome_cms .welcome_cms_desc {
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.welcome_cms .readmore a {
	padding: 6px 50px;
	border: 2px solid #9f8447;
	color: #000000;
	font-weight: 500;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
}

.welcome_cms .readmore a:hover {
	background: #9f8447;
	color: #FFFFFF;
}

.offer-banner .container {
	margin: 0 auto;
	padding: 0;
}

.offer-banner {
	background: #9f8447;
	text-align: center;
	padding: 60px 0;
	text-transform: capitalize;
	margin-top: 80px;
	margin-bottom: 30px;
}

.offer-banner-inner .offer-banner-title {
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 15px;
}

.offer-banner-inner .offer-banner-desc {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 3px;
}

.offer-banner-inner .offer-link {
	float: right;
}

.offer-banner-inner .offer-link a {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	margin: 0 10px;
	text-decoration: underline;
}

/* Home Banner CMS */

.cloth-banner-outer.container-outer {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 9;
	margin: 110px 0;
}

.cloth-banner1 {
	float: left;
	width: 100%;
}

.cloth-banner1-inner,
.cloth1-banner2-inner {
	overflow: hidden;
	position: relative;

}

.cloth1-banner1-inner {
	display: block;
	position: relative;
	overflow: hidden;
}

.inner1 {
	overflow: hidden;
}

.cloth-banner1 {
	overflow: visible !important;
	position: relative;
}

.cloth-banner1 .inner1 .hover_content {
	position: relative;
	opacity: 1;
	width: 50%;
	display: inline-block;
	height: 100%;
	float: right;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-align: center;

}

.inner1 .image_block1 {
	float: left;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.inner1 .image_block1 img {
	z-index: 99;
	position: relative;
}

.cloth-banner-outer:hover .inner1 .image_block1::before {
	border-bottom: 5px solid #f5f5f5;
	border-left: 5px solid #f5f5f5;
	-webkit-transform-origin: 100% 0%;
}

.cloth-banner-outer:hover .inner1 .image_block1::after {
	border-top: 5px solid #f5f5f5;
	border-right: 5px solid #f5f5f5;
	-webkit-transform-origin: 0% 100%;
}

.cloth-banner-outer:hover .inner1 .image_block1::after,
.cloth-banner-outer:hover .inner1 .image_block1::before {
	-webkit-transform: scale(1);
}

.inner1 .image_block1::before,
.inner1 .image_block1::after {
	width: 85%;
	height: 85%;
	z-index: 3;
	content: '';
	position: absolute;
	top: 26px;
	left: 0;
	right: 0;
	box-sizing: border-box;
	-webkit-transform: scale(0);
	transition: 0.5s;
}

.cloth1-banner1-inner .inner1 .shop-now {
	display: inline-block;
}

.cms-banner-inner1 .hover_content:before {
	border: 2px solid #000;
	bottom: 10px;
	/*box-shadow: 0 0 0 30px rgba(248, 248, 248, 0.8);*/
	content: "";
	left: 10px;
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4, 1.4, 1);
	transform: scale3d(1.4, 1.4, 1);
}

.hover_content {
	text-align: center;
}

.cloth1-banner1-inner .inner1 .hover_data .title1 {
	color: #000000;
	font-size: 30px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 45px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: 'PT Serif', serif;
	padding: 0 0 28px;
	position: relative;
}

.cloth1-banner1-inner .inner1 .hover_data .title1::after {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: auto;
	width: 61px;
}

.cloth1-banner1-inner .inner1 .hover_data .title1 span {
	display: block;
	font-family: 'Great Vibes', cursive;
	font-size: 35px;
	line-height: 45px;
	color: #c8c8c8;
	text-transform: capitalize;
	font-weight: normal;
}

.cloth1-banner1-inner .inner1 .desc-text {
	color: #9a9a9a;
	font-size: 15px;
	line-height: 28px;
	text-transform: none;
	margin-bottom: 30px;
}

.cloth1-banner1-inner .inner1 .shop-now a,
.cloth1-banner2-inner .inner1 .shop-now a {
	color: #fff;
	font-weight: normal;
	padding: 9px 40px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	background: #000;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.08em;
	display: inline-block;
	border: 1px solid #000;
}

.cloth1-banner1-inner .inner1 .shop-now a:hover,
.cloth1-banner2-inner .inner1 .shop-now a:hover {
	background: #fff none repeat scroll 0 0;
	color: #000;
}

.inner1,
.inner2 {
	position: relative;
}

#video_content {
	left: 0;
	margin: auto;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 29%;
	height: 40px;
	width: 40px;
}

#video_content a {
	background: rgba(0, 0, 0, 0) url("../image/caprica/video.html") no-repeat scroll 0 0;
	display: inline-block;
	height: 40px;
	margin-bottom: 15px;
	padding: 18px 13px;
	transition: all 0.3s ease 0s;
	width: 40px;
}

#video_content a:hover {
	opacity: 0.5;
}

.cloth1-banner1-inner .inner4 .hover_data {
	display: block;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease 0s;
	width: 100%;
	text-align: center;
}

.cloth1-banner1-inner .inner4 .hover_data .desc-text {
	color: #000000;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 8px;
}


/* Home Banner CMS */


/* Testimonial CMS */
.testimonial {
	padding: 22px 0 57px;
	margin: 35px auto 60px;
	background-color: #fff;
}

#testimonial .slider-controls.clickable {
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#testimonial .slider-page {
	display: inline-block;
	margin: 0 3px;
}

#testimonial .slider-page>span {
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 8px;
	text-indent: -9999px;
	transition: all 500ms ease 0s;
	width: 8px;
	border: none;
	background: #8f8f8f;
	margin: -5px auto;
}

#testimonial .slider-page.active>span,
#testimonial .slider-page:hover>span {
	background: #9f8447;
	height: 12px;
	width: 12px;
}

.testimonial_inner {
	text-align: center;
	float: left;
	width: 100%;
	margin: 0 auto;
}

#testimonial-carousel {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;

}

.testimonial-cms1 .testimonial-heading {
	color: #000000;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 23px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	margin-top: 10px;
}

.testimonial-cms1 .testimonial-heading:after {
	background: rgba(0, 0, 0, 0) url("../image/caprica/title_line.html") no-repeat scroll 0 0;
	content: "";
	height: 11px;
	margin-left: 30px;
	padding: 1px;
	position: absolute;
	top: 5px;
	width: 161px;
}

.testimonial-cms1 {
	float: left;
	width: 48%;
	text-align: left;
}

.testimonial-cms {
	float: right;
	text-align: center;
	width: 100%;
	padding: 79px 0;
}

.testimonial-cms .testimonial-heading {
	background: rgba(0, 0, 0, 0) url("../image/caprica/divider.html") no-repeat scroll center bottom;
	color: #000000;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

.testimonials1 {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 0px;
}

.testimonial_cms1_img {
	background: url(../image/caprica/searvice-icon.html) no-repeat scroll 19px 26px transparent;
	transition: none;
}

.testimonial_1cms.cont_inner:hover .testimonial_cms1_img {
	background-position: 19px -149px;
	transition: none;
	border: 1px solid #000000;
}

.testimonial_cms2_img {
	background: url(../image/caprica/searvice-icon.html) no-repeat scroll 19px -93px transparent;
	transition: none;
}

.testimonial_2cms.cont_inner:hover .testimonial_cms2_img {
	background-position: 19px -268px;
	border: 1px solid #000000;
}

.testimonial_cms3_img {
	background: url(../image/caprica/searvice-icon.html) no-repeat scroll 19px -34px transparent;
	transition: none;
}

.testimonial_3cms.cont_inner:hover .testimonial_cms3_img {
	background-position: 19px -209px;
	border: 1px solid #000000;
}

.cms_img {
	float: left;
	padding: 20px;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	border: 1px solid #dfdfdf;
	margin-right: 40px;
}

.cont_inner:hover .testimonial_cms_text {
	font-size: 15px;
}

.testimonial_cms_text {
	color: #1c1c1c;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	float: left;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

.testimonial_cms_text1 {
	float: left;
	margin-top: 7px;
}

.text-cnt {
	float: left;
	text-align: left;
	width: 78.5%;
}

.homepage-testimonial-inner {
	position: relative;
}

.testimonial_2cms {}

.testimonial_2cms.cont_inner {
	padding: 20px 0;
}

.testimonial_1cms.cont_inner {
	padding: 0 0 20px;
}

.testimonial_3cms.cont_inner {
	padding: 20px 0 0;
}

.testimonials1 .cont_inner {
	float: left;
}

.testimonial_default_width {
	width: 100%;
}

.testimonial_inner .product-carousel .post-content-inner {
	float: none;
	text-align: center;
	width: 80%;
	position: relative;
	margin: 0 auto;
}

.testimonial_inner .product-carousel .post-content-inner .post-description {
	color: #010101;
	font-style: italic;
	letter-spacing: 0.05em;
	position: relative;
	line-height: 32px;
	font-size: 18px;
	padding-top: 30px;
	clear: both;
	text-transform: none;
}

.testimonial_inner .product-carousel .post-content-inner .post-author {
	margin: 25px 0 0;
}

.testimonial_inner .product-carousel .post-content-inner .post-author>a {
	color: #9f8447;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 0.069em;
	font-family: 'Oswald', sans-serif;
}

.testimonial_inner .product-carousel .post-content-inner .post>a {
	color: #8f8f8f;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.05em;
}

#content .testimonial_inner .product-carousel .product-block {
	box-shadow: none;
	background: none;
}

#content .testimonial_inner .product-carousel .product-block-inner {
	background: none;
}

.testimonial_inner .product-carousel .image-block {
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 100%;

}

.testimonial_inner .product-carousel .image-block .post-author {
	font-size: 18px;
	line-height: 18px;
	font-family: 'Oswald', sans-serif;
	color: #000;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 20px 0 10px;
}

.testimonial_inner .product-carousel .image-block .post-designation {
	font-size: 13px;
	line-height: 20px;
	color: #7d7d7d;
	letter-spacing: 0em;
}

.testimonial_inner .product-carousel .image-block img {
	border-radius: 50%;
	border: 3px solid #9f8447;
}

.testimonials .cms-box-heading {
	color: #000;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.testimonials .cms-box-heading a {
	display: inline-block;
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 0 6px;
}

.testimonials .cms-box-heading span {
	color: #dfdfdf;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 20px;
}

.testimonials .cms-box-heading a:hover {
	color: #dfdfdf;
}

.peoplesay-block {
	margin: 15px 0 0;
}

.testimonials .test-image {
	border: 2px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	display: inline-block;
	width: 80px;
	height: 80px;
	position: relative;
	top: 2px;
}

.testimonials .image-block {
	background: #FFFFFF;
	display: inline-block;
	margin-bottom: 22px;
	overflow: hidden;
	position: relative;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	border: 5px solid rgba(0, 0, 0, 0.8);

}

.testimonials .test-image img {
	display: block;
	width: 100%;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.testimonials .test-desc {
	color: #b2b2b2;
	margin: 0 0 30px;
	line-height: 26px;
}

.testimonials .customNavigation {
	display: none;
}

.testimonials .customNavigation a {
	top: 5px !important;
	height: 40px;
	width: 40px;
}

.testimonials .customNavigation a.next {
	background: rgba(0, 0, 0, 0) url("../image/caprica/sprite.png") no-repeat scroll -28px -350px;
	border: 1px solid #FFFFFF;
	right: -54px;
}

.testimonials .customNavigation a.next:hover {
	background-position: -28px -320px;
	background-color: #FFFFFF;
}

.testimonials .customNavigation a.prev {
	background: rgba(0, 0, 0, 0) url("../image/caprica/sprite.png") no-repeat scroll 2px -350px;
	right: 44px;
	border: 1px solid #FFFFFF;
}

.testimonials .customNavigation a.prev:hover {
	background-position: 2px -320px;
	background-color: #FFFFFF;
}

.testimonials .cms-sub-title {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}

.testimonials .test-content {
	margin-top: 5px;
}

.testimonials .slider-controls.clickable {
	bottom: 0px;
	left: 0;
	margin: 3px 0 10px;
	right: 0;
	text-align: center;
	opacity: 1;
}

.testimonials:hover .slider-controls.clickable {
	opacity: 1;
}

.testimonials .slider-pagination {
	position: relative;
	text-align: center;

}

.testimonials .slider-page {
	display: inline-block;
	margin: 0 8px;
}

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

.testimonials .slider-page.active>span,
.testimonials .slider-page:hover>span {
	border: 2px solid #fff;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
}

.testimonials .slider-page>span {
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 10px;
	text-indent: -9999px;
	width: 10px;
	border: 2px solid #777777;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: none;
}

.testimonials {
	float: left;
	padding: 0;
	width: 100%;
}



/* Testimonial CMS */





@media (max-width: 1260px) {
	.category .category_filter {
		width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	.blog-right {
		width: 100%;
	}
}



/*caprica Blog light-box CSS */

/*caprica Blog CSS */

/*caprica Footer CSS */

#footer_aboutus_block>h5 {
	display: none;
}

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

#footer .column .ct-about-logo>a {
	background: none;
	padding: 0;
}

.ct-about-logo {
	margin-bottom: 24px;
	text-align: center;
}

#footer_aboutus_block .column {
	margin: 0;
	padding: 0;
	width: 33.33%;
	text-align: center;
	float: left;
	min-height: 150px;
}

.content_footer_top {
	margin-top: 0;
	font-weight: lighter;
}




.social-link {
	float: left;
	width: 100%;
	clear: both;
	padding: 0 15px;
}

li.social_block {
	cursor: pointer;
	display: inline-block;
	padding: 0;
}

li.social_block a .fa {
	color: #1a1815;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	margin: 0 5px !important;
}

li.social_block a {
	color: #1a1815;
}

li.social_block a:hover .fa {
	color: #fff;
	background-color: #9f8447;
}

/*.facebook a:hover i{color:#3b5998;}
.twitter a:hover i{color:#4099FF;}
.linkdin a:hover i{color:#007bb6;}
.rss a:hover i{color:#FA9B39;}
.you-tube a:hover i{color:#C4302B;}
.pinit a:hover i{color:#910101;}
.g-plus a:hover i{color:#C63D2D;}
.skype a:hover i{color:#12A5F4;}
.instagram a:hover i{color:#125688;}
.whatsapp a:hover i{color:#4dc247;} */

#footer li {
	line-height: 24px;
}

#footer {
	background: url(../image/caprica/footer-bg.jpg) no-repeat fixed 0 0;
	padding: 35px 0 28px;
	position: relative;
	clear: both;
	background-size: cover;
	float: left;
	width: 100%;
	margin-top: 70px;
}

.footer-bottom {
	clear: both;
	padding: 25px 0 0;
	text-align: center;
	border-top: 1px solid #282828;
	margin: 0 auto;
}

.content_footer_bottom {
	text-align: center;
	margin: 20px auto 0;
	float: left;
	width: 100%;
}

.footer_bottom li {
	display: inline-block;
}

.footer_bottom .payment_block {
	margin: 0;
	padding: 0;
	list-style: outside none none;
	float: right;
}

.footer_bottom .payment_block li,
#footer .payment_block li {
	display: inline-block;
	height: 26px;
	margin-right: 8px;
	width: 43px;
}

#footer .payment_block li:last-child {
	margin-right: 0;
}

.footer_bottom_inner.container {
	padding: 0;
}

.footer_bottom h5 {
	display: none;
}

.powerd {
	text-align: center;
	color: #8a8a8a;
}

.powerd a {
	color: #8a8a8a;
}

#footer #contact,
#footer #contact b {
	color: white;
	line-height: 25px;
	font-weight: 400;
}

#footer #contact li {
	padding-left: 20px;
	position: relative;
	line-height: 30px;
}

#footer #contact .address::before {
	content: "\f041";
	font-family: "FontAwesome";
	font-size: 16px;
	vertical-align: top;
	color: #9f8447;
	position: absolute;
	left: 0;
}

#footer #contact .ph-no::before {
	content: "\f095";
	font-family: "FontAwesome";
	font-size: 16px;
	vertical-align: top;
	color: #9f8447;
	position: absolute;
	left: 0;
}

#footer #contact .email::before {
	content: "\f0e0";
	font-family: "FontAwesome";
	font-size: 16px;
	vertical-align: top;
	color: #9f8447;
	position: absolute;
	left: 0;
	top: 0px;

}

#footer .column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*caprica Footer CSS */

/*caprica slideshow CSS */
.main-slider .owl-carousel .owl-buttons .owl-prev {
	height: 35px;
	width: 35px;
	color: #000;
	text-align: center;
	background: none;
}

.main-slider .owl-carousel .owl-buttons .owl-next {
	height: 35px;
	width: 35px;
	color: #000;
	text-align: center;
	background: none;
}

.main-slider .owl-carousel .owl-buttons .owl-prev:hover {
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	background: #9f8447;
	color: #FFFFFF;
}

.main-slider .owl-carousel .owl-buttons .owl-next:hover {
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	background: #9f8447;
	color: #FFFFFF;
}

/*caprica slideshow CSS */

/*caprica insta CSS */
.instagram-post .owl-carousel .owl-buttons .owl-prev {
	height: 34px;
	width: 50px;
	color: #FFF;
	text-align: center;
	background: none;
}

.instagram-post .owl-carousel .owl-buttons .owl-next {
	height: 34px;
	width: 50px;
	color: #fff;
	text-align: center;
	background: none;
}

.instagram-post .owl-carousel .owl-buttons .owl-prev:hover {
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	color: #333;
}

.instagram-post .owl-carousel .owl-buttons .owl-next:hover {
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	color: #333;
}

/*caprica slideshow CSS */
.customNavigation.special-product {
	right: 0;
	left: auto;
}

@media (max-width:768px) {
	.customNavigation.special-product {

		display: none;
	}
}

#tab-latest #tablatest-grid .product-items,
#tab-special #tabspecial-grid .product-items,
#tab-bestseller #tabbestseller-grid .product-items {}

.ct-message {
	bottom: 0;
	display: none;
	font-size: 20px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}



@-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.header-length {
	margin-top: 94px;
}

.nav-container.fixed {
	display: block;
	position: fixed;
	top: 0;
	width: auto;
	left: 0;
	right: 0;
	z-index: 1000;
	padding-top: 25px;
}

.header-container.fixed {
	background: #ffffff none repeat scroll 0 0;
	height: 87px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	display: block;
	border-bottom: 1px solid #d6d6d6;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
}

.nav-container.fixed .main-menu>ul>li>a {
	margin-bottom: 40px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.nav-container.fixed .main-menu>ul>li>a:hover {
	margin-bottom: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.nav-container.fixed .main-menu>ul>li:hover>a {
	margin-bottom: 25px;
}

.nav-container.fixed .nav-inner {}

.nav-container.fixed .navbar-nav>li>.dropdown-menu {}

.col-sm-2.header-logo-fixed {
	display: block;
	margin: 0;
	position: fixed;
	left: 0;
	width: auto;
	z-index: 1099;
	top: 0;
}

.header-search.fixed {
	display: block;
	margin: 0;
	position: fixed;
	right: 0;
	width: auto;
	z-index: 1099;
	top: 32px;
}

.col-sm-2.header-logo-fixed #logo {
	margin: 16px 0 16px 15px;
}

/*caprica Ajax alert CSS */

.alert.alert-success.animated {
	width: 100%;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	padding: 15px 10px;
	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: 14px !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;
}

.content-top-breadcum {
	background: url("../image/caprica/bredcrumb.jpg") repeat scroll 50% 0 #f2f2f2;
	height: 180px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0;
}

.content-top-breadcum .container {
	padding: 55px 0;
	overflow: hidden;
	width: 1200px;
	position: relative;
	text-align: center;
}

.content-top-breadcum #title-content {
	display: inline-block;
}

.common-home .content-top-breadcum {
	display: none;
}

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

/*PRODUCT TAB*/

.content_product_block {
	margin: 20px 0 40px;
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
}

#custom_tab ul li a {
	color: #aaaaaa;
	float: left;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	padding: 6px 16px;
	transition: none;
}

#custom_tab.product-tabs {
	background: #f2f2f2 none repeat scroll 0 0;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#custom_tab>ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
	display: inline-block;
	width: 100%;
}

#custom_tab li {
	float: left;
	margin: 0;
}

#custom_tab.product-tabs a {
	color: #5c5c5c;
	float: left;
	padding: 9px 20px 6px;
	text-transform: uppercase;
	margin-right: 2px;
	border: 1px solid rgba(0, 0, 0, 0);
	margin-bottom: -1px;
}

#custom_tab.product-tabs a.selected {
	background: #fff none repeat scroll 0 0;
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #fff;
	color: #9f8447;
}

#custom_tab.product-tabs a:hover {
	color: #9f8447;
}

.content_product_block .tab_product {
	padding: 25px;
	margin-top: -6px;
	border: 1px solid #dfdfdf;
	border-top: none;
	background: #fff;
}

#tabs_info {}

.tab_product span {
	margin: 10px 0;
	font-size: 13px;
	display: block;
	padding: 0 0 5px;
	white-space: normal;
}

.tab_product span:last-child {
	border-bottom: none;
}

.tab_product {
	padding: 10px 0;
}

.size_guide_table {
	border: 1px solid #dfdfdf;
	width: 100%;
}

.size_guide_table tbody th {
	color: #000000;
	font-weight: bold;
	padding: 7px 8px;
	vertical-align: middle;
	white-space: nowrap;
}

.size_guide_table tbody th {
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #dfdfdf;
}

.size_guide_table tbody td {
	padding: 5px 8px;
}

#collapse-checkout-option h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	float: none;
	color: #333;
}

/* INSTAGRAM OWL-CAROUSEL */

#instagram.owl-carousel {
	margin: 0;
}

.instagram-post {
	background: #FFFFFF;
	text-align: center;
}

.instagram-post .box-heading h3 {
	color: #9f8447;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	padding: 0;
	text-transform: capitalize;
	margin: 35px 0;
	border: none;
	float: none;
}

.instagram-post .box-heading h3 .fa {
	font-size: 28px;
	margin: 0 10px;
}

.instagram-post .owl-item a {
	position: relative;
	display: block;
	margin-bottom: -1px;
}

.instagram-post .owl-item a:before {
	content: "";
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	left: 0;
	right: 0;
}

.instagram-post .owl-item a:hover:before {
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.instagram-post .owl-item:hover .insta-date {
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.instagram-post .insta-date {
	bottom: 0;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
}

/* INSTAGRAM OWL-CAROUSEL */

/* QUCIK-VIEW */
.productpage-quickview .product-left {
	width: 50%;
	float: left;
}

.productpage-quickview .product-right {
	width: 50%;
	float: left;
}

.productpage-quickview h3.product-title {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 5px;
	color: #9f8447;
}

.quickview {
	background: #f2f2f2;
	padding: 15px 0;
	display: inline-block;
}

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

.quickview-button {
	display: inline-block;
	vertical-align: middle;

	float: none;
	background-color: #9f8447;
	color: #fff;
	padding: 0;
	text-align: center;
	border: 1px solid #9f8447;
}

.product-list .product-thumb .quickview-button {}

.quickview-button:hover a.quickbox .fa {
	color: #000;
}

#content .product-grid .quickview-button:hover,
#content .product-carousel .quickview-button:hover,
#content .box-product .quickview-button:hover,
#producttab .box-product .quickview-button:hover,
.related .box-product .quickview-button:hover {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.quickview-button a.quickbox .fa {
	color: #fff;
	height: 31px;
	width: 31px;
	line-height: 31px;
	font-size: 16px;
}

.quickview-button a.quickbox {}

.quickview-button a.quickbox:hover {}

.quickview-button a.quickbox .fa {}

@media (max-width: 767px) {

	.cross-icon_new {
		display: none;
	}


	#content .box-product .product-items,
	#producttab .box-product .product-items {
		width: 100% !important;
	}

	/* .layout-2.left-col #content,
	.layout-2.right-col #content {
		width: 90%;
		margin: 0 auto;
	} */
}



@media only screen and (min-width: 1261px) and (max-width: 1560px) {
	.col-sm-8.nav-container {
		width: 75%;
	}

	.nav-container.fixed {
		width: 100%;
	}

}

@media (max-width: 1260px) {
	.col-sm-8.nav-container {
		width: 90%;
		clear: both;
		padding-top: 15px;
	}

	.col-sm-4.header-left,
	.cloth-banner-outer.container-outer {
		padding: 0 15px;
	}

	.header-logo.col-sm-2 {
		float: none !important;
		margin: 0 auto;
		text-align: center;
		width: auto;
	}

	.nav-container.fixed {
		width: 100%;
	}

	#column-left .product-thumb .price-old,
	#column-right .product-thumb .price-old {
		margin-left: 0;
	}

	#column-left .fa-shopping-cart:before,
	#column-right .fa-shopping-cart:before {
		display: none;
	}

	#column-left .hidden-xs,
	#column-left .hidden-sm,
	#column-left .hidden-md {
		display: block !important;
		text-transform: capitalize;
		font-weight: normal;
		margin-top: -25px;
	}

	.col-sm-4.total_amount {
		margin-top: 88px;
	}

	.header_1cms.cont_inner,
	.header_2cms.cont_inner,
	.header_3cms.cont_inner {
		width: 270px;
	}

	.hometab .customNavigation a.prev {
		left: 0;
		right: auto;
	}

	.hometab .customNavigation a.next {
		right: 0px;
		left: auto;
	}

	.copy-right {
		padding: 0 15px 10px;
	}


}

@media only screen and (min-width: 1199px) and (max-width: 1260px) {

	.header_1cms.cont_inner,
	.header_2cms.cont_inner,
	.header_3cms.cont_inner {
		width: 350px;
	}

	.capricablog .bx-controls-direction .bx-prev {
		left: 19.5%;
	}

	.capricablog .bx-controls-direction .bx-next {
		left: 19.5%;
	}

	.inner1 img,
	.inner2 img,
	.inner3 img,
	.inner4 img {
		width: 100%;
	}

	.cloth-banner4 {
		width: 32%;
	}

	.cloth-banner3 {
		width: 31.6%;
	}

	.cloth-banner5 {
		width: 65.7%;
	}

	.product-info .image-additional {
		width: 508px;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {

	#column-left .product-items .product-details,
	#column-right .product-items .product-details {
		width: 50%;
	}

	#column-left .box-product .image,
	#column-right .box-product .image {
		margin-right: 10px;
	}

	#column-left .box .box-content,
	#column-right .box .box-content,
	#column-left .box .filterbox,
	#column-right .box .filterbox {}

	.comment-content .commnet-right {
		width: 60%;
	}

	.nav-container.fixed .main-menu>ul>li>a {
		padding: 8px 12px;
		margin-bottom: 21px;
	}


	.capricablog .bx-controls-direction .bx-prev {
		left: 23.5%;
	}

	.capricablog .bx-controls-direction .bx-next {
		left: 23.5%;
		bottom: 26px;
	}

	.inner1 {
		width: auto;
	}

	.inner2 {
		width: auto;
	}

	.cloth-banner1 img,
	.inner1 img,
	.inner2 img {
		max-width: 100%;
	}

	.cms-banner-inner .hover_data .desc-text a {
		font-size: 36px;
	}

	.hover_data .desc-text {
		margin-bottom: 8px;
	}

	.hover_data .title a {
		font-size: 16px;
	}

	.hover_data .desc-text-1 {
		font-size: 15px;
	}

	.hover_data .shop-now a {
		padding: 4px 40px;
		font-size: 12px;
	}

	.hover_data .shop-now {
		margin-top: 10px;
	}

	.cloth1-banner1-inner {}

	.inner1 img {
		transform: translateX(0%);
	}

	.inner2 img {
		transform: translateX(0%);
		height: 100%;
	}

	.cloth-banner1:hover img {
		transform: translateY(0%);
	}

	.inner1 img,
	.inner2 img {
		width: 100%;
	}

	.cloth1-banner1-inner .inner2 {
		margin-right: 25px;
	}

	.text-cnt {
		width: 74.4%;
	}

	.cms_img {
		margin-right: 20px;
	}

	.testimonial-cms1 {
		width: 50%;
	}

	.product-thumb .image img {
		width: 100%;
	}

	.nav-responsive span,
	.main-menu>ul>li>a {}

	.cms-banner img {
		max-width: 100%;
	}

	.parallax-text {
		width: 46%;
	}

	.parallax-text .text2,
	.parallax-text .text1 {
		font-size: 18px;
	}

	.parallax-text .text3 {
		font-size: 55px;
		line-height: 55px;
	}

	.cloth-banner2-inner .inner1 .hover_data,
	.cloth1-banner1-inner .inner2 .hover_data {
		width: 70%;
	}

	.copy-right {
		width: 100%;
		text-align: center;
	}

	.content_footer_bottom,
	.powerd {
		width: 100%;
		text-align: center;
	}

	.blog-left .blog-image {
		width: 100%;
	}

	.footer_bottom .payment_block {
		float: none;
	}

	.product-thumb .button-group button {
		padding: 2px 15px;
	}

	.product-block .button-group .compare,
	.product-grid .product-thumb .button-group .compare,
	.product-block .button-group .wishlist,
	.product-grid .product-thumb .button-group .wishlist {
		position: relative;
	}

	.product-block:hover .button-group .compare,
	.product-grid .product-thumb:hover .button-group .compare,
	.product-block:hover .button-group .wishlist,
	.product-grid .product-thumb:hover .button-group .wishlist {
		left: auto;
		right: auto;
	}

	.cloth-banner1 .inner1 .image_border,
	.cloth-banner2 .inner1 .image_border {
		display: none;
	}

	.cloth1-banner1-inner .inner1 .hover_data .title1,
	.cloth1-banner2-inner .inner1 .hover_data .title1 {
		font-size: 22px;
		line-height: 36px;
	}

	.product-info .image-additional {
		width: 400px;
	}
}

@media (min-width: 980px) {

	.navbar-nav>li>.dropdown-menu {
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		transform: perspective(600px) rotateX(-90deg);
		-webkit-transform: perspective(600px) rotateX(-90deg);
		-moz-transform: perspective(600px) rotateX(-90deg);
		-ms-transform: perspective(600px) rotateX(-90deg);
		-o-transform: perspective(600px) rotateX(-90deg);
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transform-origin: 0% 0%;
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		display: block !important;
	}

	#menu .dropdown:hover .dropdown-menu {
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-webkit-transform: perspective(600px) rotateX(0deg);
		-moz-transform: perspective(600px) rotateX(0deg);
		-ms-transform: perspective(600px) rotateX(0deg);
		-o-transform: perspective(600px) rotateX(0deg);
		transform: perspective(600px) rotateX(0deg);
	}
}

@media (max-width: 1199px) {
	.col-sm-7.nav-container {
		width: 58%;
	}

	/*---subbanner cms----------*/
	#subbannercmsblock .subbaner-right .banner {
		height: 166px;
	}

	#subbannercmsblock .price {
		font-size: 60px;
	}

	#subbannercmsblock .content_right .price {
		font-size: 38px;
	}

	#subbannercmsblock .content_right {
		left: 20px;
	}

	#subbannercmsblock .content_left {
		right: 20px;
	}

	/*-----cms block----*/

	#cmsblock .content .title {
		font-size: 35px;
	}

	#cmsblock .content .button {
		font-size: 16px;
	}

	#cmsblock .cmsblock_inner_right .content .title {
		font-size: 65px;
		line-height: 85px;
	}

	.cmsblock_inner_left {
		margin-right: 23px;
	}

	#cmsblock .cmsblock_inner_right .banner::before {
		left: 15px;
		right: 15px;
		top: 15px;
		bottom: 15px;
	}

	/*---*/
	.testimonial_inner .product-carousel .post-content-inner {
		width: 90%;
	}

	#content #blog-carousel .product-block,
	#content #blog-grid .product-block {
		padding-right: 15px;
	}

	.newsletter-container {
		padding-right: 60px;
		padding-left: 15px;
	}

	.shade {
		width: 100% !important;
	}

	.service-content {
		left: 28%;
		top: 10px;
	}

	.service::after {
		top: 10px;
	}

	.footer_logo .about-description {
		width: auto;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1260px) {
	.zoomWindowContainer .zoomWindow {
		/*width:300px !important; height:325px !important; left:330px !important;*/
	}

	.product-info .image img {
		width: 100%;
	}

	.content_footer_top h2 {
		font-size: 16px;
	}

	#footer #footer_aboutus_block.col-sm-3.column {
		margin: 0 20px 0 10px;
		width: 33%;
	}

	#footer .col-sm-3.column {
		padding: 0 15px;
	}

	.product-list .product-thumb .button-group button {
		margin-bottom: 12px;
	}

	.product-right .btn.wishlist {
		border: none;
	}

	.product-right .btn.compare {
		padding-left: 0;
	}

	.cms-banner {
		margin: 0 auto;
	}

	.cms-banner-inner2 {
		margin: 0 21px;
	}

	.nav-container.fixed {
		display: none;
	}

	.header-search.fixed #search {
		width: 240px;
	}

	.header-search.fixed #search .btn-lg:hover,
	.header-search.fixed #search .btn-lg:focus,
	.header-search.fixed #search .btn-lg {
		background-position: 7px 9px;
	}

	.header-search.fixed #search .input-lg,
	.header-search.fixed #search:hover .input-lg,
	.header-search.fixed #search:focus .input-lg {
		border: 1px solid #9f8447;
		font-size: 12px;
		padding-right: 35px;
		width: 240px;
		background: #333;
	}

	.welcome_cms .welcome_cms_title2 {
		font-size: 32px;
	}

	.welcome_cms .welcome_cms_title1 {
		margin: 0 !important;
	}

	.cms-banner .container {
		width: auto;
	}

}

@media only screen and (min-width: 768px) and (max-width: 980px) {

	.layout-2.left-col #column-left,
	.layout-2.right-col #column-right {
		width: 25.2%;
	}

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



	#column-left .product-items .product-details,
	#column-right .product-items .product-details {}

	.nav-tabs {
		float: none !important;
	}

	.nav-tabs>li {
		clear: none !important;
	}

	.newsletter-box .btn {
		float: left;
	}

	.capricablog .bx-controls-direction .bx-prev {
		left: 17.5%;
	}

	.capricablog .bx-controls-direction .bx-next {
		left: 17.5%;
	}

	.pagination-right {
		clear: none !important;
	}

	.cloth1-banner2-inner .inner1>a::before {
		left: 11px;
		top: 12px;
	}

	.cloth1-banner5-inner .inner1>a::before {
		left: 11px;
		top: 12px;
	}

	.cloth-banner4 {
		width: 32%;
	}

	.cloth-banner3 {
		width: 31.6%;
	}

	.cloth-banner5 {
		width: 65.7%;
	}

	.product-info {
		text-align: center;
	}

	.product-info .additional-carousel {
		float: none;
		display: inline-block;
	}

	.cloth-banner2-inner .inner1 .hover_data,
	.cloth1-banner1-inner .inner2 .hover_data {
		width: 70%;
	}

	.cloth1-banner1-inner .inner4 .hover_data {
		top: 60%;
	}

	.welcome_cms .welcome_cms_title1 {
		margin: 0 0 0 -40px;
	}
}

@media (max-width: 979px) {

	#content .product-grid .product-details,
	#content .product-carousel .product-details,
	#content .box-product .product-details,
	.related-products .product-grid .product-details,
	.related-products .product-carousel .product-details,
	.related-products .box-product .product-details {
		min-height: auto;
	}

	#subbannercmsblock .subbaner-right .banner {
		height: 123px;
	}

	#content .capricablog .box-content {
		margin: 0 -15px;
	}

	.capricablog .customNavigation {
		right: 0;
		left: auto;
	}

	.parallex #parallex_img_top .img_top {
		background-size: 55%;
		right: 0;
	}

	.parallex #parallex_img_top.scrollInTop .img_top {
		top: 10%;
	}

	.parallex #parallex_img_top .img_top::before {
		top: -70%;
	}

	#subbannercmsblock .description {
		font-size: 12px;
	}

	#subbannercmsblock .content_right .price {
		font-size: 30px;
		line-height: 37px;
	}

	#subbannercmsblock .title {
		font-size: 25px;
	}

	#subbannercmsblock .subbaner-right .content_right .title {
		font-size: 20px;
	}

	#subbannercmsblock .content_right {
		top: 10px;
	}

	#subbannercmsblock .subbaner-right .title {
		font-size: 30px;
	}

	#subbannercmsblock .subbaner-right .button {
		top: 40px;
	}

	#subbannercmsblock .price {
		font-size: 45px;
	}

	#subbannercmsblock .button {
		padding: 5px 20px;
	}

	#subbannercmsblock .button a {
		font-size: 12px;
	}


	#tabs_info {
		padding: 0;
	}

	.single-banner img {
		margin-top: 15px;
	}

	.nav-responsive span:hover {
		color: #9f8447;
	}

	#ctsubbannercmsblock .button {
		padding: 0 10px;
	}

	.content_footer_right {
		padding-bottom: 25px;
	}

	#cmsblock .content .title {
		font-size: 30px;
	}

	.cmsblock_inner_left {
		margin-right: 18px;
	}

	#cmsblock .cmsblock_inner_right .content .title {
		font-size: 50px;
		line-height: 63px;
	}

	#cmsblock .cmsblock_inner_right .banner::before {
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
	}

	.ServiceCmsBlock {
		padding-bottom: 90px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.service {
		text-align: center;
	}

	.services .icon {
		float: none;
		margin-top: -25px;
	}

	.service-content {
		left: 0;
		right: 0;
		top: 50px;
	}

	.service::after {
		top: auto;
		height: 110px;
	}

	#footer {
		padding: 50px 15px 25px;
	}

	.newsletter-container {
		width: auto;
		float: none;
		margin: 25px 0 40px;
		clear: both;
		display: inline-block;
		padding: 0 60px 15px;
	}

	.header-top .container {
		padding-bottom: 0;
	}

	.header-search {
		position: absolute;
		right: 0;
		left: auto;
		margin: 0 auto;
		top: 42px;
	}

	.col-sm-7.nav-container {
		float: left;
		margin: 0 auto;
		width: 100%;
	}

	.content_header_right {
		float: none;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	#top .btn-link strong {
		display: inline-block;
	}

	#top #form-currency .btn-link:hover strong {
		color: #000;
	}

	#content #blog-carousel .product-block,
	#content #blog-grid .product-block {
		padding: 15px 15px 0;
	}

	.blog-left {
		width: 100%;
		margin-right: 0;
	}

	.blog-right {
		float: left;
	}

	#column-left .box-product .image,
	#column-right .box-product .image {}

	.col-md-4.btn-list-grid {
		margin-bottom: 10px;
	}

	.col-sm-4.header-right {
		width: 100%;
	}

	#form-currency span,
	#form-language span {
		font-size: 0px;
		margin: 0;
		line-height: 0;
	}

	.col-sm-4.header-right,
	.col-sm-4.header-left {
		float: none;
		width: auto;
	}

	.col-sm-4.header-logo {
		float: none;
	}

	.cms-banner .container {
		padding: 15px;
	}

	.cms-banner-inner2 {
		margin: 0 17px;
	}

	.cms-banner-inner .hover_data .desc-text a {
		font-size: 30px;
	}

	.hover_data .title a {
		font-size: 14px;
	}

	.product-compare .table-bordered {
		width: 100%;
		float: left;
		overflow: auto;
		display: inline;
	}

	.cms-banner {
		margin: 0;
	}

	.col-sm-4.header-right,
	.col-sm-4.header-left {
		width: auto;
		margin: 0;
	}

	.container {
		position: relative;
	}

	.col-sm-4.header-logo {
		float: none;
		width: 100%;
		display: inline-block;
		text-align: center;
	}

	.col-sm-4.header-right {
		position: inherit;
	}

	.col-sm-2.header-cart {
		position: absolute;
		top: -35px;
		right: 0px;
		left: auto;
		margin: 0 auto;
	}

	#top-links {
		position: absolute;
		top: -35px;
		right: 15px;
		left: auto;
	}

	.header-logo.col-sm-2 {
		float: left !important;
		width: auto;
	}

	.col-sm-8.nav-container {
		width: 100%;
		padding: 0;
	}

	#accordion .form-horizontal .control-label {
		width: 100%;
	}

	.shopping-cart .input-group .form-control {
		width: 100%
	}

	.shopping-cart .input-group-btn {
		clear: both;
		margin-top: 5px
	}

	.checkout-cart .shopping-cart .input-group-btn:last-child>.btn,
	.checkout-cart .shopping-cart .input-group-btn:last-child>.btn-group {
		margin-right: 5px;
		margin-left: 0;
	}

	#logo {
		margin: 0;
	}

	#logo img {
		max-width: inherit;
	}

	.dropdown-menu-right.myaccount-menu {
		text-align: left;
		margin: 0;
	}

	.header_1cms.cont_inner,
	.header_2cms.cont_inner,
	.header_3cms.cont_inner {
		width: 230px;
	}

	.header_content1,
	.header_content3 {
		padding: 12px 15px;
	}

	.header_content1,
	.header_content3,
	.header_content2 {
		text-align: center;
	}

	.header_cms_text {
		line-height: 24px;
	}

	.main-menu>ul>li ul>li>a,
	.responsive-menu .main-navigation li a {
		padding: 4px 8px;
	}

	.hover_data .title {
		font-size: 22px;
	}

	.hover_data .desc-text-1 {
		font-size: 12px;
		margin-top: 2px;
	}

	.hover_data .desc-text {
		font-size: 20px;
		margin: 0 0 5px;
	}

	.hover_data .shop-now a {
		padding: 3px 30px;
		font-size: 12px;
	}

	.hover_data .shop-now {
		margin-top: 0px;
	}

	.inner1 .image_block2 {
		width: 40%;
	}

	.cloth1-banner1-inner .inner1 .shop-now {
		right: 12%;
	}

	.cloth1-banner1-inner .inner1 .hover_data .title2 {
		font-size: 120px;
	}

	.cloth1-banner1-inner .inner1 .desc-text {
		margin: 0 0 10px;
	}

	.cloth-banner1 .inner1 .image_border,
	.cloth-banner2 .inner1 .image_border {
		display: none;
	}

	.cloth1-banner2-inner .inner1 {
		min-height: 590px;
	}

	.cloth1-banner2-inner .inner1 .image_block2 {
		width: 36%;
		left: 28%;
	}

	.cloth1-banner2-inner .inner1 .shop-now {
		left: 12%;
	}

	.cloth1-banner2-inner .inner1 .hover_data .title2 {
		font-size: 120px;
	}

	.cloth1-banner2-inner .inner1 .desc-text {
		margin-bottom: 10px;
	}

	.cloth1-banner2-inner .inner1 .image_block1 {
		width: 52.5%;
	}

	.inner1 .image_block2 {
		width: 36%;
		left: 32%;
	}

	.inner1 .image_block1 {
		width: 50%;
	}

	.cloth1-banner1-inner .inner4,
	.cloth1-banner2-inner .inner2 {
		margin-top: 15px;
	}

	.cms-banner img {
		width: 100%;
	}

	.cms-banner-inner {
		display: inline-block;
	}

	.cloth-banner1 img,
	.inner1 img,
	.inner2 img {
		max-width: 100%;
	}

	.cloth1-banner1-inner {
		height: auto;
	}

	.inner1,
	.inner2 {
		width: auto;
	}

	.cloth-banner1:hover .hover_data {
		bottom: 5%;
	}

	.inner1 img {
		transform: translateX(0%);
	}

	.cloth-banner1:hover img {
		transform: translateY(0%);
	}

	.cloth1-banner1-inner .inner2 .hover_data .shop-now a,
	.cloth-banner3 .inner1 .hover_data .shop-now a,
	.cloth-banner4 .inner1 .hover_data .shop-now a {
		padding: 8px 18px;
		font-size: 14px;
	}

	.cloth1-banner1-inner .inner1 .hover_data .title1,
	.cloth1-banner2-inner .inner1 .hover_data .title1 {
		font-size: 22px;
		line-height: 36px;
	}

	.testimonial-cms {
		width: 100%;
		padding: 63px 0;
	}

	.cms-banner {
		width: 100%;
		text-align: center;
	}

	.testimonial-cms1 {
		width: 100%;
	}

	.capricablog {
		width: 100%;
	}

	.capricablog .bx-controls {
		opacity: 1;
	}

	.newsletter {
		float: left;
		width: 100%;
		margin: 25px 0 20px;
		text-align: center;
	}

	.capricablog .bx-wrapper {
		max-width: 100% !important;
		padding: 0;
	}

	#footer_aboutus_block>h5 {
		display: block;
		text-align: left;
	}

	#footer #footer_aboutus_block.col-sm-3.column {
		width: 100%;
		margin: 0;
	}

	#footer .row {
		margin: 0;
	}

	.banners-slider-carousel .customNavigation {
		opacity: 1 !important;
	}

	.header_cms.container {}

	.category .category_filter {
		width: 100%;
	}

	.product-list .product-thumb .caption {
		width: 100%;
	}

	.product-list .product-thumb .button-group button {
		margin-bottom: 5px;
	}

	.productpage .product-left {
		padding: 0 15px;
		width: 100%;
	}

	/* .productpage .product-right { padding:0 15px; width:100%; border:none; min-height:inherit; margin-top:15px; } */
	.additional-carousel .bx-controls {
		opacity: 1;
	}

	.comment-content .commnet-left {
		border-right: none;
		width: 30%;
	}

	.comment-content .commnet-right {
		width: 100%;
		margin-top: 10px;
		border-top: 1px solid #dfdfdf;
		padding-top: 10px;
	}

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

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

	.all-blog .blog-image {
		height: auto;
	}

	#content .filter-content {
		width: 25%;
	}

	.layout-2.left-col #column-left,
	.layout-2.right-col #column-right,
	.layout-3 #column-left,
	.layout-3 #column-right,
	#column-left,
	#column-right {
		clear: both;
		display: block !important;
		margin-top: 20px;
		padding: 0 15px;
		width: 100%;
	}

	.layout-2.left-col #content,
	.layout-2.right-col #content {
		width: 100%;
	}

	#column-left .box .toggle .mobile_togglemenu,
	#column-right .box .toggle .mobile_togglemenu {
		background: rgba(0, 0, 0, 0) url("../image/caprica/toggle-arrow.png") no-repeat scroll right -50px;
		right: 15px;
		top: 12px;
		width: 100%;
	}

	.welcome_cms .welcome_cms_title1 {
		margin: 0;
	}

	#column-left .box .toggle.active .mobile_togglemenu,
	#column-right .box .toggle.active .mobile_togglemenu {
		background-position: right 2px;
	}

	.common-home .layout-2.left-col #column-left,
	.common-home .layout-2.right-col #column-right,
	.common-home .layout-3 #column-left,
	.common-home .layout-3 #column-right,
	#column-left,
	#column-right {
		display: none !important;
	}

	#column-left .box .box-heading,
	#column-right .box .box-heading {
		position: relative;
	}

	#column-left .box .box-content,
	#column-right .box .box-content,
	#column-left .box .filterbox,
	#column-right .box .filterbox {
		display: none;
		margin-bottom: 0;
		padding: 10px 15px;
	}

	#column-left .box .list-group,
	#column-right .box .list-group {
		display: none;
	}

	.content_headercms_top {
		display: none;
	}

	.blog-left .blog-image {
		width: auto;
	}


	.welcome_cms .welcome_cms_title1 {
		font-size: 75px;
	}

	.welcome_cms .welcome_cms_title2 {
		font-size: 23px;
		padding-bottom: 15px;
	}

	.service_cms {
		margin-top: 50px;
	}

	.service_cms_text a {
		font-size: 15px;
	}

	.service_cms_text2 a {
		font-size: 10px;
	}

	.welcome_cms .welcome_cms_desc {
		font-size: 12px;
	}

	.offer-banner {
		padding: 40px 0;
	}

	.offer-banner-inner .offer-banner-title {
		font-size: 36px;
	}

	.offer-banner-inner .offer-banner-desc {
		font-size: 20px;
	}

	.offer-banner-inner .offer-link a {
		font-size: 18px;
	}

	.copy-right {
		width: 100%;
		text-align: center;
	}

	.address_content {
		width: 80%;
	}

	.powerd {
		width: 100%;
		text-align: center;
	}

	.footer_bottom .payment_block {
		float: none;
	}

	#footer .content_footer_left .col-sm-3.column {
		text-align: center;
		padding: 0 0 20px;
		margin: 0;
	}

	.newsletter_inner {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	.newsletter-box .btn {
		float: none;
	}

	.product-thumb .button-group button {
		padding: 2px 15px;
	}

	.product-block .button-group .compare,
	.product-grid .product-thumb .button-group .compare,
	.product-block .button-group .wishlist,
	.product-grid .product-thumb .button-group .wishlist {
		position: relative;
	}

	.product-block:hover .button-group .compare,
	.product-grid .product-thumb:hover .button-group .compare,
	.product-block:hover .button-group .wishlist,
	.product-grid .product-thumb:hover .button-group .wishlist {
		left: auto;
		right: auto;
	}

	.addthis_toolbox.addthis_default_style {
		display: inline-block;
	}

	.header-search .searchbox {
		display: inline-block;
		position: relative;
		right: 0;
		vertical-align: middle;
		top: 0;
	}

	.header-search .search_button {
		display: none;
	}

	.cloth1-banner1-inner .inner1 .shop-now a,
	.cloth1-banner2-inner .inner1 .shop-now a {
		font-size: 14px;
		padding: 8px 25px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.category_list li {
		margin-bottom: 15px;
	}

	#subbannercmsblock .subbaner-right .banner {
		height: auto;
	}

	#subbannercmsblock .button {
		opacity: 1;
		top: 100%;
	}

	.newsletter-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.customNavigation.special-product,
	.capricablog .customNavigation {
		right: 15px;
	}

	.parallex #parallex_img_top.scrollInTop .img_top {
		display: none;
	}

	#cmsblock .cmsblock_inner_right .content .title {
		font-size: 35px;
		line-height: 52px;
	}

	#cmsblock .content .button {
		font-size: 12px;
		margin-top: 0;
	}

	#cmsblock .cmsblock_inner_right .banner::before {
		left: 8px;
		right: 8px;
		top: 8px;
		bottom: 8px;
	}

	.cmsblock_inner_left {
		margin-right: 12px;
	}

	#producttab .box .box-content,
	#content .box .box-content {
		margin: 0 auto;
	}

	#content .product-grid .product-details,
	#content .product-carousel .product-details,
	#content .box-product .product-details,
	.related-products .product-grid .product-details,
	.related-products .product-carousel .product-details,
	.related-products .box-product .product-details {}

	.product-thumb .price {
		font-size: 20px;
	}

	.quickview #input-quantity {
		float: none;
		margin: 0 0 10px;
	}

	.product-right .btn.wishlist,
	.product-right .btn.compare {
		margin-bottom: 2px;
	}

	.page-title,
	.product-title,
	.product-option,
	#title-content h1,
	#title-content h2 {
		font-size: 20px;
	}

	.col-sm-3.sort {
		margin-left: 15px;
		z-index: 9;
	}

	#top .header-nav {
		position: relative;
	}

	.myaccount .account-toggle {
		width: 35px;
	}

	.col-sm-2.header-cart {
		padding: 0 15px;
	}

	.related-products .customNavigation a.next {
		right: 0 !important;
		left: auto;
	}

	.related-products .customNavigation a.prev {
		left: auto;
		right: 40px !important;
	}

	.header_cms.container,
	.content-top-breadcum .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.nav-tabs>li>a {
		margin-right: 15px !important;
	}

	#tabs_info {
		padding: 0 15px;
	}

	.layout-1 .productpage {
		padding: 0 15px !important;
	}

	.product-image .customNavigation {
		top: 35px !important;
	}

	.product-image .customNavigation a.prev {
		left: 15px !important;
	}

	.product-image .customNavigation a.next {
		right: -15px !important;
	}

	#subbannercmsblock .subbaner-left .banner img {
		float: none;
	}

	#cmsblock .cmsblock_inner_left:hover img,
	#cmsblock .cmsblock_inner_right:hover img {
		transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transition: all 0.9s ease 0s;
		-o-transition: all 0.9s ease 0s;
		-moz-transition: all 0.9s ease 0s;
		-ms-transition: all 0.9s ease 0s;
		-webkit-transition: all 0.9s ease 0s;
	}

	#footer {
		padding: 25px 15px;
	}

	.ServiceCmsBlock {
		padding-bottom: 0;
		border-bottom: none;
	}

	.service {
		width: 100%;
		border-bottom: 1px solid #282828;
		padding: 65px 15px;
	}

	.service::after {
		content: none;
	}

	.services .icon {
		margin-top: -55px;
	}

	.service-content {
		top: 90px;
	}

	.services .content-desc {
		font-size: 13px;
	}

	.newshead {
		line-height: 36px;
	}

	#cmsblock {
		padding: 0 15px;
	}

	#cmsblock .content .title_outer {
		font-size: 18px;
	}

	#cmsblock .content .title {
		font-size: 26px;
	}

	.customNavigation {
		right: 15px;
	}

	.banners-slider-carousel .customNavigation {
		right: 0;
	}

	#content .box.capricablog .box-heading {
		padding: 0;
	}

	#content .box.capricablog .box-heading sub {
		left: 20px;
	}

	#content .box .box-heading {
		font-size: 30px;
		padding-left: 30px;
	}

	#content .box .box-heading sub {
		opacity: 1;
		font-size: 16px;
		left: -20px;
		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 .subbaner-left,
	#subbannercmsblock .subbaner-center,
	#subbannercmsblock .subbaner-right {
		width: 79.38%;
		padding: 30px 0 0;
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	#subbannercmsblock {
		padding: 0 15px;
	}

	#subbannercmsblock .content_right {
		top: 25px;
	}

	#subbannercmsblock .title {
		font-size: 30px;
	}

	.header-search .searchbox {
		width: 100%;
	}

	.header-search {
		padding: 0 15px;
	}

	#top .header-nav {
		padding: 0 15px;
	}

	.layout-2 #content,
	.layout-3 #content {
		width: 100%;
	}

	header {
		margin: 0 15px;
	}

	.layout-2.left-col #content,
	.layout-2.right-col #content,
	.layout-3 #content {
		width: 90%;
		margin: 0 auto;

	}

	.product-info .image-additional {
		width: 100%;
	}

	.product-info .additional-carousel {
		width: 440px;
		float: none;
	}

	.product-info .image-additional a {
		padding: 1px;
	}

	.header-logo,
	.header-cart {
		display: inline-block;
		float: none;
		width: 100%;
	}

	#producttab .box-content {
		margin: 0 auto;
	}

	.header-logo {
		padding: 0 15px;
	}

	.header-logo>div {
		display: inline-block;
	}

	.btn-info {
		margin-bottom: 3px;
	}

	#input-search {
		margin-bottom: 8px;
	}

	.col-sm-4.total_amount {
		margin-top: 20px;
	}

	#cart {
		float: none;
	}

	#cart .dropdown-menu {
		right: 0;
		width: 310px;
	}

	.checkout-cart .table.table-bordered .input-group-btn {
		clear: both;
		margin: 5px 0 0;
		float: left;
	}

	.checkout-cart .btn.btn-danger {
		margin-top: -2px !important;
	}

	.button_class {
		clear: both;
	}

	.show-wrapper {
		clear: both;
		margin: 10px 0 0;
	}

	.category_filter .show {
		float: left;
		margin: 8px 10px 0 0;
	}

	.product-compare .table-bordered {
		float: left;
		width: 100%;
		overflow: auto;
		display: inline;
	}

	.product-info .image {
		margin: 0 auto 15px;
		float: none;
	}

	.addthis_toolbox.addthis_default_style {
		margin: 10px 0;
	}

	#content .category_list .filterbox {
		border: 1px solid #ddd;
		margin: 10px 0;
	}

	#content .category_list .filterbox .list-group a {
		border: none;
	}

	.checkout-cart .input-group-btn:last-child>.btn,
	.checkout-cart .input-group-btn:last-child>.btn-group {
		margin-left: 0;
		margin-right: 5px;
	}

	.zoomWindowContainer,
	.zoomWindow,
	.zoomContainer {
		display: none;
	}

	.col-sm-4.header-logo {
		width: 100%;
		text-align: center;
	}

	.header-right {
		width: 100%;
		text-align: center;
	}

	.nav-container {
		width: 100%;
	}

	.header_1cms.cont_inner {
		width: 100%;
		border-bottom: 1px solid #dfdfdf;
	}

	.header_2cms.cont_inner {
		width: 50%;
		border-left: none;
	}

	.header_3cms.cont_inner {
		width: 50%;
	}

	.header_content2,
	.header_content3 {
		padding: 12px 0px;
	}

	.cms_img {}

	.pagination-right {
		clear: both;
		float: left;
	}

	.text-cnt {
		width: 70%;
	}

	.header_cms_text {
		font-size: 12px;
	}

	#content .product-grid .product-details,
	#content .product-carousel .product-details,
	#content .box-product .product-details,
	.product-thumb .button-group {
		opacity: 1;
		visibility: visible;
		position: relative;
		bottom: 0;
	}

	.product-block .button-group .wishlist,
	.product-block .button-group .compare,
	.product-grid .product-thumb .button-group .wishlist,
	.product-grid .product-thumb .button-group .compare,
	.product-block .button-group .addtocart {
		display: inline-block;
	}

	.product-thumb .button-group button+button {
		margin: 0;
	}

	.product-thumb .button-group button,
	#cart .text-right .addtocart,
	#cart .text-right .checkout {
		padding: 2px 15px;
	}

	.cloth1-banner1-inner .inner2 {
		margin-right: 30px;
	}

	.compare-total {
		margin: 5px 0;
	}

	#content .filter-content {
		width: 50%;
	}

	.htabs {
		margin: 0 15px;
	}

	.htabs .etabs li::after {
		content: inherit;
	}

	.htabs .etabs li {
		width: 100%;
	}

	.htabs a {
		margin: 0 auto;
		width: 100%;
	}

	.etabs {
		float: left;
		width: 100%;
		padding: 0;
	}

	.htabs:before {
		content: inherit;
	}

	.htabs a::after {
		top: 1px;
	}

	.nav-tabs {
		float: none !important;
	}

	.nav-tabs>li {
		clear: none !important;
	}

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

	.all-blog .blog-content .blog-body {
		padding: 15px 0;
	}

	.capricablog .bx-controls-direction .bx-prev {
		left: 6px;
	}

	.capricablog .bx-controls-direction .bx-next {
		left: 42px;
		bottom: auto;
		top: 87px;
	}

	.testimonial-cms {
		padding: 54px 0 20px;
	}

	.product-list .product-thumb .image img {
		width: auto;
	}

	.product-list .product-thumb .image {
		display: inline-block;
		float: left;
	}

	.parallax-text {
		width: 80%;
		margin: 30px 0 30px 50px;
	}

	.static-image {
		display: none;
	}

	.cloth-banner-outer.container-outer {
		margin-top: 0;
	}

	.cloth-banner1 .inner1 .hover_content,
	.cloth-banner2 .inner1 .hover_content {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}

	.cloth-banner2 .inner1 .hover_content {
		margin-bottom: 0;
	}

	.cloth-banner1,
	.cloth-banner2,
	.cloth1-banner1-inner .inner4,
	.cloth1-banner2-inner .inner1,
	.cloth1-banner2-inner .inner2 {
		width: 100%;
	}

	.cloth-banner2 {
		margin-top: 15px;
	}

	.cloth1-banner1-inner .inner1 .hover_data .title1,
	.cloth1-banner2-inner .inner1 .hover_data .title1 {
		margin: 0;
	}

	.cloth1-banner1-inner .inner1 {
		width: 100%;
		text-align: center;
	}

	.inner1 img,
	.inner2 img,
	.inner3 img,
	.inner4 img {
		width: 100%;
	}

	#form-currency span,
	#form-language span {
		display: none !important;
	}

	.cms-banner-inner2 {
		margin: 0 11px;
	}

	.welcome_cms,
	.service_cms {
		width: 100%;
	}

	.welcome_cms .welcome_cms_title1 {
		margin: 0;
	}

	.cloth1-banner1-inner .inner1 .hover_data .title2 {
		font-size: 120px;
		line-height: 105px;
		margin-top: 0;
	}

	.offer-banner {
		padding: 30px 0;
	}

	.offer-banner-inner .offer-banner-title {
		font-size: 28px;
		margin: 0 0 10px;
	}

	.offer-banner-inner .offer-banner-desc {
		font-size: 18px;
	}

	.offer-banner-inner .offer-link a {
		font-size: 16px;
	}

	.offer-banner-inner .offer-link {
		float: none;
	}

	.cms-banner-inner .hover_data .desc-text a {
		font-size: 24px;
	}

	.hover_data .desc-text {
		margin: 0;
	}

	.inner1 .hover_content {
		width: 100%;
		margin-bottom: 50px;
	}

	.cloth1-banner2-inner .inner1 .hover_data {
		float: right;
		margin-top: 0;
		width: 332px;
	}

	.inner1 .image_block1,
	.cloth1-banner2-inner .inner1 .image_block1 {
		float: none;
		margin: 20px auto;
	}

	.cloth1-banner1-inner .inner1,
	.cloth1-banner2-inner .inner1 {
		min-height: inherit;
		text-align: center;
		margin: 0;
		padding-bottom: 20px;
	}

	.inner1 .image_block2 {
		left: 5%;
		display: none;
	}

	.cloth1-banner2-inner .inner1 .image_block2 {
		position: relative;
		left: 10%;
	}

	#footer_aboutus_block .column {
		width: 100%;
		border: none;
		min-height: inherit;
		margin: 10px 0;
	}

	.cloth-banner1 {
		margin-bottom: 0px;
	}

	.cloth1-banner1-inner .inner1 .shop-now,
	.cloth1-banner2-inner .inner1 .shop-now {
		margin-bottom: 10px;
	}

	#instagram.owl-carousel img {
		width: 100%;
	}

	#content .capricablog .box-content {
		margin: 0 auto;
	}

	.blog-left,
	.blog-right {
		float: none;
	}

	.cloth1-banner1-inner .inner1 .hover_data .title1::after {
		bottom: 15px;
	}

	.compare-total {
		float: left;
		border: none;
		clear: both;
	}
}

@media (max-width: 543px) {
	#cmsblock {
		text-align: center;
	}

	.cmsblock_inner_left {
		margin: 0 auto 29px;
		width: 100%;
		text-align: center;
	}

	.cmsblock_inner_right {
		float: left;
		width: 100%;
	}

	#cmsblock .banner {
		display: inline-block;
	}

	#cmsblock .content .button {
		font-size: 20px;
		margin-top: 10px;
	}

	#cmsblock .cmsblock_inner_right .content .title {
		font-size: 83px;
		line-height: 105px;
	}


	#cmsblock .cmsblock_inner_right .banner::before {

		left: 20px;
		right: 20px;
		top: 20px;
		bottom: 20px;

	}

	.parallex .title {
		font-size: 45px;
	}

	.newshead {
		font-size: 25px;
		line-height: 33px;
	}

	#subbannercmsblock .subbaner-left,
	#subbannercmsblock .subbaner-center,
	#subbannercmsblock .subbaner-right {
		width: 100%;
	}

	#subbannercmsblock .content_right {
		top: 30px;
	}

	#subbannercmsblock .content_right .price {
		font-size: 36px;
		line-height: normal;
	}

	.header-logo {
		text-align: center;
		margin-bottom: 10px;
	}

	.header-search {
		top: auto;
		left: 0;
		right: 0;
	}

	.col-sm-7.nav-container {
		margin: 50px auto 0;
	}

	#search .input-lg {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.product-list .product-thumb .image {
		display: inline-block;
		float: none;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		border: none;
		/* width: 370px;
	height:553px ; */
	}

	.product-list .product-thumb {
		text-align: center;
	}

	.product-list .product-details {
		padding: 10px 15px 0;
	}
}

@media only screen and (max-width: 479px) {
	#subbannercmsblock .description {
		font-size: 11px;
	}

	#cmsblock .cmsblock_inner_right .content .title {
		font-size: 66px;
		line-height: 88px;
	}

	#cmsblock .cmsblock_inner_right .banner::before {
		left: 15px;
		right: 15px;
		top: 15px;
		bottom: 15px;
	}

	#cmsblock .content .title {
		font-size: 20px;
	}

	#subbannercmsblock .content_right {
		top: 5px;
		left: 8px;
	}

	#subbannercmsblock .subbaner-right .content_right .title {
		font-size: 18px;
	}

	#subbannercmsblock .content_right .price {
		font-size: 30px;
		line-height: 30px;
	}

	#subbannercmsblock .content_left {
		right: 15px;
		bottom: 25%;
	}

	#subbannercmsblock .subbaner-right .title {
		font-size: 25px;
	}

	#subbannercmsblock .subbaner-right .button {
		top: 33px;
	}

	#subbannercmsblock .content {
		right: 15px;
		top: 10%;
	}

	#subbannercmsblock .title {
		font-size: 25px;
	}

	#subbannercmsblock .price {
		font-size: 33px;
	}

	#subbannercmsblock .button {
		margin-top: 5px;
	}

	#content .product-grid .product-details,
	#content .product-carousel .product-details,
	#content .box-product .product-details,
	.related-products .product-grid .product-details,
	.related-products .product-carousel .product-details,
	.related-products .box-product .product-details {
		min-height: auto;
	}

	.nav-tabs>li>a {
		margin: 0 auto !important;
	}

	.service {
		padding-bottom: 75px;
	}

	.content_header_right {
		display: none;
	}

	.box.related .box-heading {
		font-size: 25px;
	}

	.breadcrumb>li a {
		font-size: 11px;
	}

	.page-title,
	.product-title,
	.product-option,
	#title-content h1,
	#title-content h2 {
		font-size: 20px;
	}

	.header_cms.container,
	.content-top-breadcum .container {
		padding: 45px 15px;
	}

	.product-list .product-thumb .image {
		border-right: none;
		padding: 0;
	}

	.newsletter-container {
		width: 100%;
		float: left;
		margin: 20px auto 40px;
	}

	.newsletter-box .btn {
		position: relative;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 20px;
	}

	.newsletter {
		margin-bottom: 30px;
		margin-top: 15px;
	}

	#content .box.capricablog .box-heading sub {
		left: 30px;
	}

	#content .box.capricablog .box-heading {
		margin-left: -10px;
	}

	#content .box .box-heading sub {
		left: -10px;
	}

	#content .box .box-heading {
		font-size: 25px;
	}

	.customNavigation {
		top: 5px !important;
	}

	.product-info .image-additional a {
		float: none;
		text-align: center;
		padding: 1px;
	}

	.table {
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}

	#blog-carousel .owl-controls .owl-buttons .owl-prev,
	#blog-carousel .owl-controls .owl-buttons .owl-next {
		top: 40%;
	}

	.product-layout.product-grid {
		width: 100% !important;
	}

	.content_product_block {
		width: 100%;
	}

	.shopping-cart .input-group .form-control {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.account-wishlist .table-bordered {
		float: left;
		width: 100%;
		overflow: auto;
		display: inline;
	}

	#cart .dropdown-menu table {
		display: inline-block;
	}

	.flex-direction-nav a:before {
		font-size: 27px !important;
	}

	#cart .dropdown-menu {
		right: 0px;
		width: 260px;
	}

	.dropdown-menu.pull-right {
		width: 100%;
	}

	#cart .dropdown-menu li>div {
		min-width: 100%;
	}

	.category_filter .limit {
		float: left;
	}

	.contact-info .left,
	.contact-info .right {
		width: 100%;
	}

	.product-info .image {
		width: 100%;
	}

	.nav-tabs>li {
		width: 100%;
	}

	.nav-tabs>li>a {
		margin: 0 0 2px;
	}

	.productpage .write-review,
	.productpage .review-count {
		display: inline-block;
		margin: 5px 0 0;
		width: 100%;
	}

	.pagination-wrapper .page-link {
		float: left;
	}

	.pagination-wrapper .page-result {
		float: left;
		clear: both;
	}

	.checkout-cart .pull-right {
		clear: both;
		float: left;
		margin: 10px 0;
	}

	.bootstrap-datetimepicker-widget.dropdown-menu {
		width: auto;
	}

	.checkout-cart #accordion .input-group-btn {
		float: left;
		margin: 5px 0 0;
	}

	.zoomContainer {
		display: none !important;
	}

	.thumbnails {
		overflow: visible;
	}

	.nav-tabs>li>a {
		width: 100% !important;
	}


	.header_2cms.cont_inner,
	.header_3cms.cont_inner {
		width: 100%;
	}

	.header_2cms.cont_inner {
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #dfdfdf;
	}

	.header_content1,
	.header_content3,
	.header_content2 {
		padding: 12px 5px;
	}

	.htabs .etabs li {
		float: none;
	}

	.hover_data .title,
	.cloth-banner5 .hover_data .title {
		font-size: 14px;
		line-height: 16px;
	}

	.hover_data .shop-now a {
		padding: 4px 40px;
		font-size: 12px;
		display: inline;
	}

	.hover_data .shop-now {
		margin-top: 0;
	}

	.compare-total {
		clear: both;
		padding-left: 0;
	}

	#content .filter-content {
		width: 100%;
	}

	.hover_data .desc-text {
		font-size: 12px;
	}

	.product-info .additional-carousel {
		width: 100%;
	}

	.productpage .product-right {
		clear: both;
		padding-top: 15px;
		width: 90%;
		margin: 0 auto;
	}

	.page-title,
	.product-title,
	.product-option,
	h2,
	.h2,
	h1,
	.h1 {}

	.productpage h3 {
		float: none;
	}

	.cms_img {
		margin: 0 0 20px;
		display: inline-block;
		float: none;
	}

	.testimonial_1cms.cont_inner {
		padding: 0 0 10px;
	}

	.testimonial-cms1 .testimonial-heading::after {
		content: inherit;
	}

	.testimonial-cms1 .testimonial-heading {
		text-align: center;
		background: rgba(0, 0, 0, 0) url("../image/caprica/divider.html") no-repeat scroll center top;
		padding: 25px 0 0;
	}

	.hover_data .desc-text-1,
	.cloth-banner5 .hover_data .desc-text {
		font-size: 10px;
		line-height: 14px;
	}

	.testimonial-cms1 {
		text-align: center;
	}

	.text-cnt {
		width: 100%;
		text-align: center;
	}

	.testimonial_cms_text {
		display: inline-block;
		float: none;
	}

	#custom_tab li {
		width: 100%;
		text-align: center;
	}

	#custom_tab.product-tabs a {
		width: 100%;
	}

	.nav-tabs>li {
		background: none !important;
		margin: 0 !important;
	}

	.hometab .tab-content {
		clear: both;
	}

	.parallax-text .text2,
	.parallax-text .text1 {
		font-size: 18px;
	}

	.parallax-text .text3 {
		font-size: 55px;
		line-height: 55px;
	}

	.parallex-cms {
		padding: 10px 0;
	}

	.cloth-banner2-inner .inner1 .hover_data,
	.cloth1-banner1-inner .inner2 .hover_data {
		width: 60%;
	}

	.cloth-banner2 .inner1 .hover_content {
		margin-bottom: 20px;
	}

	.product-list .product-thumb .image img {
		width: 100%;
	}

	.dropdown-menu-right.myaccount-menu {
		min-width: 160px;
	}

	.col-sm-8.nav-container {
		margin-top: 86px;
	}

	header .header-container {
		height: 241px;
	}

	.header-logo.col-sm-2 {
		width: 100%;
		text-align: center;
	}

	.cms-banner-inner1 {
		width: 100%;
	}

	.cms-banner-inner2 {
		width: 100%;
		margin: 15px 0;
	}

	.cms-banner-inner3 {
		width: 100%;
	}

	.cms-banner .container {
		padding: 0 15px;
	}

	.product-thumb .button-group button+button span {
		font-size: 0;
		display: none;
	}

	.product-thumb .button-group button+button .fa-cart-plus {
		display: inline-block;
	}

	.service_4cms.cont_inner,
	.service_3cms.cont_inner,
	.service_2cms.cont_inner,
	.service_1cms.cont_inner {
		width: 49%;
	}

	.service_cms_text a {
		font-size: 13px;
	}

	.inner1 .image_block1,
	.cloth1-banner2-inner .inner1 .image_block1 {
		width: 100%;
	}

	.inner1 .image_block2,
	.cloth1-banner2-inner .inner1 .image_block2 {
		left: 0;
		width: 100%;
		position: relative;
	}

	.inner1 .hover_data,
	.cloth1-banner2-inner .inner1 .hover_data {
		width: auto;
	}

	#instagram.owl-carousel img {
		margin: 0 auto;
		width: 100%;
	}

	.footer_bottom .payment_block li {
		margin-bottom: 2px;
	}

	.cart {
		display: none;
	}

	.left-shadow,
	.right-shadow {
		display: none;
	}

	/*.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin:0px;}*/
}

@media only screen and (max-width: 319px) {
	.header-logo .img-responsive {
		width: 100%;
	}

	.btn-primary {
		margin-bottom: 2px;
	}

	.compare-total {
		clear: both;
		margin: 8px 10px 10px 0;
	}

	#cart .dropdown-menu {
		right: -28px;
		width: 210px;
	}

	#cart .dropdown-menu {
		width: 210px;
	}

	#cart .text-right .addtocart {
		margin: 0 0 5px;
	}

	#cart .text-right .checkout {
		margin: 0;
	}

	.blog-left .blog-image:hover .zoom {
		left: 31%;
	}

	.service_4cms.cont_inner,
	.service_3cms.cont_inner,
	.service_2cms.cont_inner,
	.service_1cms.cont_inner {
		width: 100%;
		border: none;
	}

	.service_content1,
	.service_content2,
	.service_content3,
	.service_content4 {
		padding: 15px 0;
	}

	.blog-left .blog-image:hover .readmore_link {
		right: 41%;
	}
}

#accordion .panel-title>a {
	color: inherit;
	display: inline-block;
	width: 100%;
}

#accordion .panel-title {
	font-size: 13px;
	font-weight: 600;
	padding: 8px;
	text-transform: uppercase;
}

#accordion .panel-heading .fa.fa-caret-down {
	float: right;
	margin-top: 4px;
}

#accordion .col-sm-10 {
	width: 75%;
}

#accordion .form-horizontal .control-label {
	text-align: left;
}

.checkout-success p a {
	text-decoration: underline;
}



@media screen and (max-width: 979px) {
	#cart i {
		color: white;

	}

	/* <!-- caprica End --> */