/*  ################################################################

  File Name: home6.css


 
 
 [Table of contents]
 
  
  1. Common styles
  2. Newsletter Popup
  3. Layout 
     3.1. col1 layout
     3.2. col2 layout
     3.3. col3 layout
  4. Header
		4.1 welcome info
		4.2 header top
		4.3 language & currency
		4.4 Top Search
		4.5 Logo
		4.6 Header banner
		4.7 Top Cart
	5. Home top banner
	6. Sale & New label
	7. product hover
	8. Home tabs
	9. About section
	10. owl.carousel Slider
	11. Featured Slider
	12. testimonials
	13. Latest news
	14. Pie charts
	15. Counter charts
	16. video BG
	17. Our clients
	18. Contact form
	19. Totop
	20. footer
	21. Main menu
	22. toolbar
	23. filter price
	24. breadcrumbs
	25. sidebar
		25.1 category sidebar
		25.2 sidebar cart
		25.3 product price range
		25.4 filter color
		25.5 shop by
		25.6 compare
		25.7 popular tags
		25.8 Add banner
	26. category description
	27. products grid
	28. products list
	29. price box
	30. products view
	31. products tabs
	32. shopping cart
	33. My Wishlist


################################################################# */ 

/******************************************
1. Common styles
******************************************/

body {
	background: #f9f9f9;
	color: #000;
	font-family: "Karla", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: left
}
* {
	margin: 0;
	padding: 0
}
img {
	border: 0;
	max-width: 100%
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.5s all ease
}
a:hover {
	text-decoration: none;
	color: #12a0b1
}
a:focus {
	outline: 0;
	text-decoration: none;
	color: #666
}
:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px;
	line-height: 1.35;
	color: #262a2d
}
h1 {
	font-weight: normal
}
h2 {
	font-weight: normal;
	margin-bottom: 15px
}
h3 {
	font-weight: bold
}
h4 {
	font-weight: bold
}
h5 {
	font-weight: bold
}
h6 {
	font-weight: bold
}
form {
	display: inline
}
fieldset {
	border: 0
}
legend {
	display: none
}
table {
	border: 0;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%
}
caption, th, td {
	vertical-align: top;
	text-align: left;
	font-weight: normal
}
thead tr th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px
}
p {
	margin: 0 0 10px
}
strong {
	font-weight: bold
}
address {
	font-style: normal;
	line-height: 1.35
}
cite {
	font-style: normal
}
q, blockquote {
	quotes: none
}
q:before, q:after {
	content: ''
}
small, big {
	font-size: 1em
}
ul, ol {
	padding: 0;
	margin: 0 0 10px 25px
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0
}
ul.unstyled, ol.unstyled {
	margin-left: 0;
	list-style: none
}
ul.inline, ol.inline {
	margin-left: 0;
	list-style: none
}
ul.inline>li, ol.inline>li {
	display: inline-block;
*display:inline;
	padding-right: 5px;
	padding-left: 5px;
*zoom:1
}
ul ul, ol ul {
	list-style-type: circle
}
.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important
}
.nobr {
	white-space: nowrap !important
}
.wrap {
	white-space: normal !important
}
.a-left {
	text-align: left !important
}
.a-center {
	text-align: center !important
}
.a-right {
	text-align: right !important
}
.v-top {
	vertical-align: top
}
.v-middle {
	vertical-align: middle
}
.f-left, .left {
	float: left !important
}
.f-right, .right {
	float: right !important
}
.f-none {
	float: none !important
}
.f-fix {
	float: left;
	width: 100%
}
.no-display {
	display: none
}
.no-margin {
	margin: 0 !important
}
.no-padding {
	padding: 0 !important
}
.no-bg {
	background: none !important
}
small {
	font-size: 85%;
	font-weight: normal;
	text-transform: lowercase;
	color: #999999
}
input:focus {
	outline: none
}
/******************************************
2. Newsletter Popup
******************************************/

.newsletter-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8
}
@media (max-width:479px) {
.newsletter-bg {
	display: none
}
}
.newsletter-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}
@media (max-width:479px) {
.newsletter-wrap {
	display: none
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.newsletter-wrap {
	width: 98%;
	position: absolute
}
}
@media only screen and (min-width:768px) and (max-width:992px) {
.newsletter-wrap {
	width: 98%;
	position: absolute;
	height: auto
}
}
.newsletter-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media only screen and (min-width:480px) and (max-width:767px) {
.newsletter-container {
	height: initial;
	top: 70px;
	width: 95%
}
}
.newsletter-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.newsletter-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
button.newsletter-close {
	background: #fff;
	border: 8px solid #12a0b1;
	border-radius: 100%;
	box-shadow: none;
	cursor: pointer;
	display: block;
	outline: medium none;
	overflow: visible;
	z-index: 1046
}
@media only screen and (min-width:480px) and (max-width:767px) {
button.newsletter-close {
	border: 4px solid #12a0b1
}
}
.newsletter-close {
	color: #12a0b1;
	font-size: 36px;
	font-style: normal;
	height: 75px;
	line-height: 60px;
	padding: 0 0 18px;
	position: absolute;
	right: 46%;
	text-align: center;
	text-decoration: none;
	top: -33px;
	width: 75px
}
@media only screen and (min-width:480px) and (max-width:767px) {
.newsletter-close {
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-size: 28px;
	top: -23px;
	right: 45%
}
}
.newsletter-close:hover, .newsletter-close:focus {
	background: #222;
	border: 8px solid #12a0b1;
	color: #fff
}
@media only screen and (min-width:480px) and (max-width:767px) {
.newsletter-close:hover, .newsletter-close:focus {
	border: 4px solid #12a0b1
}
}
.news-inner {
	position: relative;
	background: #fff;
	width: auto;
	width: 770px;
	margin: 20px auto;
	border-radius: 10px;
	text-align: center
}
@media only screen and (min-width:480px) and (max-width:767px) {
.news-inner {
	width: 100%;
	margin: 10px auto
}
}
@media only screen and (min-width:768px) and (max-width:992px) {
.news-inner {
	width: 90%;
	margin: 50px auto
}
}
.news-popup {
	padding: 70px 100px 30px;
	color: #141414;
	background: #fbfbfb url("../images/newsletter-bg.jpg") no-repeat bottom right;
	border: 8px #12a0b1 solid;
	border-radius: 10px
}
@media only screen and (min-width:480px) and (max-width:767px) {
.news-popup {
	border: 4px solid #12a0b1;
	padding: 40px 50px 20px
}
}
.news-popup .popup-title h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000
}
@media only screen and (min-width:480px) and (max-width:767px) {
.news-popup .popup-title h2 {
	font-size: 25px
}
}
.news-popup .popup-title .text-main {
	color: #12a0b1
}
.news-popup .divider-icon {
	font-size: 28px;
	margin: 5px 0 20px
}
.news-popup .notice {
	font-size: 18px;
	margin-bottom: 17px
}
@media only screen and (min-width:480px) and (max-width:767px) {
.news-popup .notice {
	font-size: 15px
}
}
.news-popup .form-subscribe {
	position: relative;
	margin-bottom: 40px
}
.news-popup .form-subscribe input[type="text"] {
	border: 2px solid #ddd;
	border-radius: 50px;
	margin-bottom: 12px;
	padding: 16px 20px;
	width: 100%
}
@media only screen and (min-width:480px) and (max-width:767px) {
.news-popup .form-subscribe input[type="text"] {
	padding: 12px 15px
}
}
.news-popup .form-subscribe input[type="text"]:focus {
	outline: none
}
.news-popup .form-subscribe .button {
	background: #ff6e1f;
	color: #fff;
	padding: 14px 22px;
	border-color: #f16417;
	display: inline-block;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold
}
@media only screen and (min-width:480px) and (max-width:767px) {
.news-popup .form-subscribe .button {
	padding: 12px 15px
}
}
.news-popup .form-subscribe .button i {
	margin-right: 6px
}
.news-popup .form-subscribe .button:hover, .news-popup .form-subscribe .button:focus {
	background-color: #12a0b1;
	border-color: #12a0b1;
	outline: none
}
.news-popup .checkbox {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	width: 100%;
	font-size: 12px;
	margin-top: 12px
}
/******************************************
3. Layout
******************************************/

.main-col {
	margin: auto;
	overflow: hidden
}
.col-main {
	font-size: 14px;
	margin-top: 1%
}
.col-left {
	margin-bottom: 0px
}
.col-right {
	margin-bottom: 0px
}
/*3.1. col1 layout*/
.col1-layout .header-background-default {
	margin: 20px;
	padding: 0
}
.col1-layout .col-main {
	float: none;
	width: auto;
	margin-top: 0%
}
/*3.2. col2 layout*/
.col2-left-layout .col-main {
	margin-top: 0%
}
.col2-right-layout ol.opc .col-md-4 {
	margin-right: 15px
}
/*3.3. col3 layout*/
.col3-layout .col-wrapper {
	float: left;
	width: 780px
}
.col3-layout .col-wrapper .col-main {
	float: right
}
.main-container {
	padding: 5px 0 0px;
	background: #fff;
}
/******************************************
4. Header
******************************************/

/*4.1 welcome info */
.welcome-info {
	background-color: #fff;
	border-bottom: 1px #e5e5e5 solid;
	padding: 30px 0px 60px;
	text-align: center
}
@media (max-width:767px) {
.welcome-info {
	padding: 10px 0px 30px
}
}
.welcome-info .page-header {
	margin-top: 10px
}
.welcome-info .page-header h1 {
	color: #000;
	font-size: 40px
}
@media (max-width:767px) {
.welcome-info .page-header h1 {
	font-size: 30px
}
}
.welcome-info .page-header p {
	font-size: 30px
}
@media (max-width:767px) {
.welcome-info .page-header p {
	font-size: 20px;
	line-height: 35px
}
}
.welcome-info .page-header p em {
	font-style: normal;
	border-bottom: 2px #12a0b1 solid;
	padding-bottom: 5px
}
@media (max-width:767px) {
.welcome-info .page-header p em {
	padding-bottom: 2px
}
}
.welcome-info .page-header .text-main {
	color: #12a0b1
}
/*4.2 header top */
.header-top {
	background: #fbfbfb;
	border-bottom: 1px solid #eaeaea;
	line-height: 32px;
	width: 100%
}
.header-top a {
	color: #000
}
.header-top a:hover {
	color: #12a0b1;
	background: #fbfbfb
}
.welcome-msg {
	text-align: left;
	display: inline-block;
	padding: 0px;
	margin: 6px 5px 0;
	font-size: 13px;
	color: #fff;
	float: none;
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.welcome-msg {
	float: left
}
.headerlinkmenu{ padding-left:0px; padding-right:0px;}

}
/*4.3 language & currency */
.language-currency-wrapper .block {
	float: left;
	margin: 0;
	position: relative;
	border-bottom: none
}
.language-currency-wrapper .block span {
	display: inline-block;
	text-transform: capitalize
}
.language-currency-wrapper .block:hover {
	cursor: pointer
}
.language-currency-wrapper .block>div {
	line-height: 32px;
	position: relative
}
.language-currency-wrapper .block>div>span:hover {
	color: #99cee8
}
.language-currency-wrapper .block>div img {
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 15px
}
@media (max-width:990px) {
.language-currency-wrapper .block>div img {
	margin-left: 10px
}
}
.language-currency-wrapper .block>div>span {
	color: #eee
}
@media (max-width:990px) {
.lg-cur span .lg-fr {
	display: none
}
}
.language-currency-wrapper .block>ul {
	position: absolute;
	left: 0;
	top: 52px;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	z-index: 999
}
.language-currency-wrapper .block>ul li {
	list-style: none;
	background: #fbfbfb
}
.language-currency-wrapper .block>ul li a {
	position: relative;
	white-space: nowrap;
	line-height: 30px;
	color: #666;
	font-size: 85.71%;
	padding-left: 12px;
	display: block
}
.language-currency-wrapper .block>ul li a img {
	margin-right: 8px;
	margin-top: 0px
}
.language-currency-wrapper .block>ul li a .cur_icon {
	margin-right: 6px
}
.language-currency-wrapper .block>ul li a:hover {
	color: #fff;
	background: #12a0b1;
	text-decoration: none
}
.language-currency-wrapper .block:hover>ul {
	margin-top: 0;
	top: 32px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.language-currency-wrapper .block.block-language {
	width: 100px
}
.language-currency-wrapper {
	margin-top: 4px;
}
@media (max-width:992px) {
.language-currency-wrapper .block.block-language {
	width: 55px
}

}
@media (max-width:1024px) {
.language-currency-wrapper .block.block-language {
	width: 80px
}
}
@media (max-width:1024px) {
.language-currency-wrapper {
	padding-right: 0px; padding-left:0px; margin-left:-10px;
}
.language-currency-wrapper .block>div img{margin-left:0px;}
}
.language-currency-wrapper .block.block-language>ul {
	min-width: 132px;
	left: 0px;
	margin: auto
}
.language-currency-wrapper .block.block-currency {
	border-left: none;
	width: 80px
}
@media (max-width:1024px) {
.language-currency-wrapper .block.block-currency {
	width: 55px
}
}
.language-currency-wrapper .block.block-currency>div {
	margin-left: 12px;
	color: #eee;
}
@media (max-width:1024px) {
.language-currency-wrapper .block.block-currency>div {
	margin-left: 8px
}
}
.language-currency-wrapper .block.block-currency>ul {
	min-width: 114px;
	margin: auto
}
@media (max-width:479px) {
.headerlinkmenu {
	padding-left: 0px
}
}
.headerlinkmenu {
	line-height: normal;
	display: inline-block;
	text-align: right;
	float: right
}
.headerlinkmenu .links {
	margin-top: 6px;
	display: inline-block
}
.headerlinkmenu .links div {
	display: inline-block;
	text-align: right
}
.headerlinkmenu div.links div a {
	display: inline-block;
	padding: 0px;
	color: #99cee8;
	font-size: 12px;
	padding: 8px 10px 5px 8px;
	text-transform: uppercase;
	text-decoration: none
}
.headerlinkmenu div.links div a span {
	margin-left: 8px
}
@media only screen and (min-width:768px) and (max-width:1023px) {

.headerlinkmenu div.links div a span {
    margin-left: 3px;
}
}
.headerlinkmenu div.links div a:hover {
	color: #fff;
	text-decoration: none
}
/*4.4 Top Search */
.top-search {
	float: right;
	display: inline-block;
	margin-top: 0px;
}
.top-search a {
	color: #fff;
	cursor: pointer;
	padding: 8px 12px 9px
}
.top-search a:hover {
	background: #12a0b1;
	color: #fff
}
.icon-search:before {
	font-size: 16px
}
.cart-top .dropdown-menu {
	padding: 10px;
	min-height: 100px;
	height: auto !important;
	min-width: 445px;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	top: 0;
	position: fixed;
	z-index: 999;
	display: block;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
	-o-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
	transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s
}
#search {
	padding-top: 12px
}
#search .input-group {
	border: 1px solid #ddd;
	border-radius: 50px;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	background: #fbfbfb
}
#search input {
	height: 34px;
	display: inline-block;
	width: 60%;
	border: none;
	background: #fff
}
#search button {
	line-height: 28px;
	padding: 3px 15px 3px;
	float: right;
	display: inline-block;
	background: #12a0b1;
	border: none;
	color: #fff
}
#search button:hover {
	background: #000;
	border: none;
	color: #fff
}
.top-search .fade.in {
	background: none repeat scroll 0 0 rgba(0,0,0,0.5);
	opacity: 1
}
.top-search .modal-content {
	border-radius: 3px
}
#search button i {
	font-size: 15px
}
.cate-dropdown {
	float: left;
	width: 220px;
	height: 34px;
	line-height: 34px;
	padding: 5px!important;
	border: none;
	display: inline-block
}
.cate-dropdown:focus {
	float: left;
	width: 220px;
	height: 34px;
	line-height: 34px;
	padding: 5px!important;
	border: none;
	background: #fbfbfb
}
.top-search .modal-lg {
	width: 700px
}
@media (max-width:767px) {
.top-search .modal-lg {
	width: 95%
}
}
.modal-header {
	text-align: left
}
.modal-open {
	padding: 0px !important
}
/*4.5 Logo */
.logo {
	vertical-align: middle;
	padding-top: 18px;
	text-align: center;
	display: inline-block;
	padding-bottom: 18px;
	width: 100%;
	background: #fff;
	border-right: #5a5a75 solid 1px;
}
@media (max-width:640px) {
.logo {
	margin-top: 15px;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 0px;
	width: 100%
}
}
@media (max-width:479px) {
header .logo a img {
	width: 45%
}
}
@media (max-width:768px) {
header .logo a img {
	width: auto
}
}
/*4.6 Header banner */

.header-banner {
	padding-right: 0px;
	width: 55%;
	margin-top: 38px
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.header-banner {
	width: 46%
}
}
@media only screen and (min-width:1024px) and (max-width:1169px) {
.header-banner {
	width: 45%
}
}
.header-banner .carousel-inner {
	background: #fff;
	float: right;
	width: 55%;
	height: 40px;
	border: 1px solid #f5f5f5;
	border-radius: 50px;
	font-family: "Karla", sans-serif
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.header-banner .carousel-inner {
	width: 100%
}
}
@media only screen and (min-width:1024px) and (max-width:1169px) {
.header-banner .carousel-inner {
	width: 80%
}
}
.header-banner .btn-vertical-slider {
	margin-left: 35px;
	cursor: pointer;
	display: none
}
.header-banner .carousel.vertical .carousel-inner .item {
	-webkit-transition: .6s ease-in-out top;
	-moz-transition: .6s ease-in-out top;
	-ms-transition: .6s ease-in-out top;
	-o-transition: .6s ease-in-out top;
	transition: .6s ease-in-out top;
	margin-top: 8px;
	transition: top .6s ease-in-out 0s
}
.header-banner .carousel.vertical .next, .header-banner .carousel.vertical .active.right {
	top: 100%
}
.header-banner .carousel.vertical .prev {
	top: -100%
}
.header-banner .carousel.vertical .active, .header-banner .carousel.vertical .next.left, .header-banner .carousel.vertical .prev.right {
	top: 0
}
.header-banner .carousel.vertical .active.left {
	top: -100%
}
.header-banner .carousel.vertical .item {
	text-align: center
}
.header-banner {
	letter-spacing: 0.5px;
	line-height: 1.4em;
	text-transform: uppercase;
	margin-bottom: 38px;
	font-size: 11px;
	text-align: center
}
.header-banner .orange {
	color: #12a0b1
}
.fa-truck:before {
	color: #12a0b1;
	display: inline-block;
	font-size: 16px;
	margin: auto;
	width: 30px;
	text-align: center;
	padding-left: 0px
}
.fa-usd:before {
	display: inline-block;
	font-size: 16px;
	margin: auto;
	color: #fa8171;
	width: 24px;
	text-align: center;
	line-height: 21px
}
.fa-gear:before {
	display: inline-block;
	font-size: 17px;
	margin: auto;
	color: #71cff3;
	width: 28px;
	text-align: center;
	line-height: 21px
}
.header-banner .fa-star:before {
	display: inline-block;
	font-size: 16px;
	margin: auto;
	color: #ff6c00;
	width: 30px;
	text-align: center;
	line-height: 21px
}
.header-container .right_menu {
	margin-top: 60px
}
/*4.7 Top Cart */
.top-cart-contain .top-cart-content {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s; left:270px;
}
.top-cart-contain .mini-cart:hover .top-cart-content {
	opacity: 1;
	transform: scaleY(1)
}
 @media (max-width:1023px) {
.stick.top-cart {
	display: none
}
}
.top-cart {
	padding-left: 0px; position:relative;
}
@media (max-width:767px) {
.top-cart {
	width: 100%;
	background: #12a0b1
}
}


.mini-products-list .product-image {
	float: left;
	padding: 0;
	width: 68px;
	padding: 0px;
	border: 1px #eee solid
}
.top-cart-content .product-name {
	margin: 0;
	width: 178px;
	line-height: 1.3em;
	padding: 0 0 3px
}
.top-cart-content .product-name a {
	font-size: 13px;
	line-height: normal;
	font-weight: 400
}
.top-cart-content .product-name a:hover {
	color: #000
}
.top-cart-title span {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-transform: inherit
}
.top-cart-title p span {
	text-transform: none
}
.top-cart-contain .price {
	color: #ff6e1f;
	font-weight: 900;
	text-transform: uppercase;
	padding-left: 10px;
	float: right
}
.top-cart-contain .product-details .price {
	color: #12a0b1;
	width: auto;
	float: none;
	font-weight: 900;
	padding-left: 0px;
	font-size: 13px
}
.mini-cart {
	text-align: center;
	cursor: pointer
}
@media (max-width:479px) {
.mini-cart .dropdown-toggle .cart-title {
	display: none
}
.top-cart-contain .mini-cart:hover .top-cart-content{ left:inherit;}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.top-cart-contain .mini-cart:hover .top-cart-content{ left:inherit;}}
.mini-cart .basket a {
	color: #fff;
	margin: 0px;
	line-height: 55px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #12a0b1;
	padding: 11px 15px 10px 0px;
	border-radius: 50px;
	background: #12a0b1;
	text-transform: uppercase
}
@media (max-width:479px) {
.mini-cart .basket a {
	background: inherit;
	border: 0 solid #f5f5f5;
	line-height: 50px;
	padding: 11px 0px 11px 0px
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.mini-cart .basket a {
	line-height: 47px;
	padding: 7px 15px 5px 0
}
}
.mini-cart .basket a .fa-shopping-cart:before {
	font-size: 16px;
	padding-right: 15px;
	border-right: 1px solid #f6ba18;
	margin-right: 12px;
	background: #f6ba18;
	padding: 8px 20px 11px;
	color: #fff;
	border-radius: 50px 0 0 50px
}
@media (max-width:479px) {
.mini-cart .basket a .fa-shopping-cart:before {
	border-radius: 48px;
	padding: 7px 20px;
	border: 1px solid #f5f5f5;
	margin-right: 0px
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.mini-cart .basket a .fa-shopping-cart:before {
	font-size: 14px;
	margin-right: 8px;
	padding: 7px 14px 6px
}
}
.mini-cart .open .basket a {
	color: #fff;
	background: #fff;
	box-shadow: 0 3px 9px rgba(0,0,0,0.3)
}
.mini-cart .dropdown-toggle {
	font-size: 12px;
	padding: 0;
	text-transform: none
}
.top-cart-contain {
	padding: 0;
	color: #fff;
	margin-top: 6px; margin-bottom:4px;

}
@media (max-width:1023px) {
.top-cart-contain {
	margin-top: 0px;
	position: absolute;
	right: 10px;
	top: -7px
}
.top-cart-contain .top-cart-content{ left:inherit;}

}
.top-cart-title p {
	margin: 0
}
.top-cart-content .empty {
	padding: 10px
}
.top-cart-content {
	width: 308px;
	position: absolute;
	top: -265px;
	right: 0px;
	background: #fff;
	padding: 0;
	text-align: right;
	box-shadow: 0 0 5px -5px rgba(0,0,0,0.2);
	border: 1px solid #f5f5f5;
	z-index: 50
}
@media (max-width:479px) {
.top-cart-content {
	top: 40px
}
}
@media only screen and (min-width:480px) and (max-width:1023px) {
.top-cart-content {
	top: 38px
}
}
.top-cart-content p {
	color: #333;
	margin: 0;
	padding: 10px
}
.top-subtotal {
	color: #333;
	font-size: 13px;
	font-weight: 900;
	padding: 8px 15px;
	text-align: left;
	text-transform: none;
	background-color: #f3f3f3;
	margin-bottom: 15px
}
.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 4px
}
.top-cart-title {
	display: inline-block;
	padding: 3px;
	margin: 0;
	vertical-align: top;
	text-align: center;
	color: #223D62;
	line-height: 12px;
	position: relative;
	font-size: 12px;
	width: 20px;
	margin-top: 2px;
	margin-left: 29px
}
.top-cart-content .block-subtitle {
	border-bottom: 0px solid #fbfbfb;
	color: #fff;
	overflow: hidden;
	padding: 15px;
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
	background: #f6ba18
}
ul#cart-sidebar {
	padding: 3px 15px 6px;
	margin: auto;
	max-height: 195px;
	overflow: auto;
}
.top-cart-title .cart_arrow {
	position: absolute;
	bottom: -6px;
	right: 50px;
	width: 18px;
	height: 11px;
	z-index: 1000;
	display: none
}
.top-cart-contain:hover .top-cart-title .cart_arrow {
	display: block
}
.top-cart-content li.item {
	width: 272px;
	margin: 5px 0px;
	border-bottom: 1px #eee solid;
	min-height: 67px
}
.top-cart-content li.item.last {
	margin: 0;
	border-bottom: 0px #eee solid;
	padding-bottom: 10px
}
.top-cart-content .product-details {
	color: #333;
	position: relative;
	text-align: left
}
.mini-products-list .product-details {
	margin-left: 80px;
	padding: 0
}
.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 12px
}
.top-cart-content .product-details .btn-edit {
	position: absolute;
	right: 22px;
	top: 6px
}
.top-cart-content .actions {
	padding: 5px 15px 20px;
	margin: 0;
	overflow: hidden
}
.top-cart-icon {
	padding: 5px;
	width: 20px;
	height: 24px;
	display: inline-block;
	vertical-align: middle
}
.top-cart-title span {
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase
}
.top-cart-title p span {
	text-transform: none
}
.mini-cart .actions .fa-shopping-cart:before {
	font-size: 13px;
	padding-right: 8px
}
.mini-cart .actions .fa-check:before {
	font-size: 13px;
	padding-right: 8px
}
.mini-cart .actions .btn-checkout {
	background: #12a0b1;
	color: #fff;
	font-size: 12px;
	padding: 8px 16px;
	border: none;
	cursor: pointer;
	display: inline-block;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	border: 2px solid rgba(0,0,0,0.08);
	font-weight: bold;
	border-radius: 50px;
	text-transform: uppercase
}
.mini-cart .actions .btn-checkout:hover {
	background: #000
}
.mini-cart .actions .view-cart {
	background: #fff;
	color: #333;
	font-size: 12px;
	padding: 8px 16px;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	float: left;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	border: 2px solid #12a0b1;
	font-weight: bold;
	border-radius: 50px
}
.mini-cart .actions .view-cart:hover {
	background: #12a0b1;
	color: #fff
}
.mini-cart .actions .button {
	display: inline-block;
	width: 100px;
	text-align: center;
	margin-bottom: 3px;
	padding: 8px 10px 6px;
	text-transform: none;
	border: none;
	font-size: 12px;
	text-transform: uppercase
}
.mini-cart .button.btn-checkout {
	background-color: #970400;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0px 6px;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.block_mini_cart_above_products {
	margin-bottom: 15px
}
.mini-cart>.button {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	text-shadow: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none
}
#cart-sidebar li {
	border-bottom: 1px solid #ECECEC;
	list-style:none;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 8px 0 15px
}
#cart-sidebar li.last {
	padding: 5px 0 0;
	border-bottom: none;
	margin-bottom: 0
}
.remove-cart {
	display: block;
	width: 15px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 0
}
/******************************************
5. Home top banner
******************************************/

.home-top-banner .banner_left {
	overflow: hidden
}
.home-top-banner {
	margin-bottom: 35px;
	margin-top: 45px
}
@media (max-width:479px) {
.home-top-banner {
	margin-bottom: 15px;
	margin-top: 20px
}
}
.home-top-banner h2 {
	font-size: 40px;
	font-family: 'Dancing Script', cursive;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px
}
@media (max-width:479px) {
.home-top-banner h2 {
	font-size: 30px
}
}
@media (min-width:480px) and (max-width:767px) {
.home-top-banner h2 {
	font-size: 25px
}
}
.home-top-banner .right1-banner h2 {
	font-size: 30px
}
@media (max-width:479px) {
.home-top-banner .right1-banner h2 {
	font-size: 22px
}
}
@media (min-width:480px) and (max-width:767px) {
.home-top-banner .right1-banner h2 {
	font-size: 18px
}
}
.home-top-banner .right2-banner h2 {
	font-size: 30px;
	color: #000
}
@media (max-width:479px) {
.home-top-banner .right2-banner h2 {
	font-size: 22px
}
}
@media (min-width:480px) and (max-width:767px) {
.home-top-banner .right2-banner h2 {
	font-size: 20px
}
}
.home-top-banner .right2-banner h3 {
	color: #12a0b1
}
.home-top-banner h3 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 16px;
	font-style: italic
}
@media (max-width:479px) {
.home-top-banner h3 {
	font-size: 30px
}
}
@media (min-width:480px) and (max-width:767px) {
.home-top-banner h3 {
	font-size: 35px;
	font-style: italic;
	line-height: normal;
	margin-bottom: 5px
}
}
.right1-banner {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	background: #5eb583
}
right2-banner {
	margin-top: 10px
}
.banner_right_inner {
	margin-left: 10px
}
.banner_left_content {
	cursor: pointer;
	font-size: 40px;
	line-height: 50px;
	position: absolute;
	right: 8%;
	top: 14%;
	text-align: right
}
@media (max-width:479px) {
.banner_left_content {
	font-size: 30px;
	line-height: 35px;
	top: 6%
}
}
@media (min-width:300px) and (max-width:767px) {
.banner_left .banner-inner img {
	width: 100%;
	margin-bottom: 20px
}
}
a.info {
	background: none repeat scroll 0 0 #ff9900;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
	float: right;
	font-size: 13px;
	line-height: 20px;
	margin-top: 25px;
	padding: 7px 17px;
	text-transform: uppercase
}
@media (max-width:479px) {
a.info {
	display: none
}
}
@media (min-width:480px) and (max-width:767px) {
a.info {
	margin-top: 15px
}
}
.info a:hover {
	color: #fff
}
.offer {
	text-transform: uppercase;
	font-size: 28px;
	color: #fff
}
@media (min-width:480px) and (max-width:767px) {
.offer {
	font-size: 24px
}
}
.offer span {
	background: none repeat scroll 0 0 #12a0b1;
	border-radius: 100%;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	padding: 18px 6px
}
@media (max-width:479px) {
.offer span {
	font-size: 22px;
	padding: 15px 6px
}
}
@media (min-width:480px) and (max-width:767px) {
.offer span {
	font-size: 22px;
	padding: 10px 6px
}
}
.right2-banner {
	background: #ecd9d5;
	position: relative;
	overflow: hidden;
	text-align: right
}
.right2-banner .img img {
	margin-left: -190px
}
.banner_left.col-lg-6 {
	overflow: hidden;
	padding-right: 0px
}
@media (max-width:479px) {
.banner_left.col-lg-6 {
	padding-right: 0px;
	padding-left: 0px;
	margin: 0 15px 15px;
	width: 90%
}
}
@media (min-width:480px) and (max-width:767px) {
.banner_left.col-lg-6 {
	margin: 0 15px 15px;
	padding-left: 0;
	padding-right: 0;
	width: auto
}
}
.right1-banner .img img, .right2-banner .img img, .banner_left .img img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}
@media (min-width:480px) and (max-width:767px) {
.right1-banner .img img, .right2-banner .img img, .banner_left .img img {
	width: 100%
}
}
.banner_left:hover .img img {
	transform: scale(1.12);
	-moz-transform: scale(1.12);
	-webkit-transform: scale(1.12)
}
.right2-banner:hover .img img {
	margin-left: 60px
}
@media (max-width:479px) {
.right2-banner:hover .img img {
	margin-left: -190px
}
}
@media only screen and (min-width:768px) and (max-width:992px) {
.right2-banner:hover .img img {
	margin-left: -160px
}

}
.right2_content {
	position: absolute;
	top: 26px;
	left: 40px;
	cursor: pointer
}
@media (max-width:479px) {
.right2_content {
	left: 15px;
	top: 8px
}
}
.right1_content {
	position: absolute;
	right: 43px;
	top: 40px;
	cursor: pointer;
	text-align: right
}
@media (max-width:479px) {
.right1_content {
	right: 20px;
	top: 5px
}
}
@media (min-width:480px) and (max-width:767px) {
.right1_content {
	top: 25px
}
}
@media (max-width:479px) {
.right1-banner .img img {
	margin-left: -50px
}
}
.right1-banner:hover .img img {
	margin-left: -50px
}
.right1_content, .right2_content, .banner_left .banner_left_content {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}
/******************************************
6. Sale & New label
******************************************/

.icon-new-label {
	font-size: 11px;
	color: #fff;
	background: #12a0b1;
	text-transform: uppercase;
	padding: 0px;
	text-align: center;
	display: block;
	position: absolute;
	top: -12px;
	z-index: 1;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	width: 75px;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px
}
.icon-sale-label {
	font-size: 11px;
	color: #fff;
	background: #f35a5a;
	text-transform: uppercase;
	padding: 0px;
	text-align: center;
	display: block;
	position: absolute;
	top: -12px;
	z-index: 1;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	width: 75px;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px
}
.new-right {
	right: -28px;
	top: -12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
.new-left {
	left: -28px;
	top: -12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}
.sale-right {
	top: -12px;
	right: -28px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
.sale-left {
	left: -28px;
	top: -12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}
.icon-hot-label {
	font-size: 11px;
	color: #fff;
	background: #f23434;
	text-transform: uppercase;
	padding: 0px;
	text-align: center;
	display: block;
	position: absolute;
	top: -12px;
	z-index: 1;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	width: 75px;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px
}
.hot-right {
	top: -12px;
	right: -28px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
.hot-left {
	left: -28px;
	top: -12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}
/******************************************
7. product hover
******************************************/

.pr-img-area {
	overflow: hidden;
	position: relative
}
.hover-img {
	left: 0;
	opacity: 0;
	position: absolute;
	bottom: 220px;
	transition: all .5s ease-out 0s;
	visibility: hidden
}
.add-to-cart-mt {
	background: #f47e1e;
	border: 0 none;
	bottom: 0;
	font-family: "karlaregular", serif;
	font-size: 12px;
	left: -100%;
	line-height: 10px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	transition: all .5s ease-out 0s;
	width: 100%;
	padding: 12px 0;
	color: #fff
}
.add-to-cart-mt:hover {
	background: #12a0b1;
	color: #fff
}
.add-to-cart-mt span {
	margin-left: 5px
}
.product-item .item-inner .product-thumbnail:hover .add-to-cart-mt {
	left: 0
}
.product-item .item-inner .product-thumbnail:hover .hover-img {
	bottom: 0;
	opacity: 1;
	visibility: visible
}
.product-item .item-inner .product-thumbnail:hover .pr-button {
	background: #F2F2F2
}
.pr-button .mt-button {
	width: 33.3%;
	float: left;
	text-align: center;
	border-right: 1px solid
}
.pr-button {
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	transition: all .5s ease-out 0s
}
.pr-info-area .product-name a:hover, .pr-button .mt-button a:hover {
	color: #F47E1E
}
.pr-button .mt-button {
	border-right: 1px solid #e5e5e5;
	float: left;
	text-align: center;
	width: 33.3%
}
.pr-button .mt-button a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 9px 0 6px;
	background: #464646;
	border-radius: 100%;
	font-weight: normal
}
.pr-info-area .pr-button .s-button a:hover {
	background: #ED791A;
	color: #fff
}
.pr-button .s-button a {
	color: #fff
}
.pr-img-area {
	border-bottom: 1px solid #f5f5f5
}
.pr-img-area img {
	width: 100%
}
.pr-button {
	border: 0 none;
	left: 50%;
	margin-left: -66px;
	position: absolute;
	top: 25%;
	padding-left: 2px
}
.product-item .item-inner .product-thumbnail:hover .pr-button {
	background: none
}
.pr-button .mt-button a:hover {
	background: #12a0b1;
	color: #fff
}
.pr-button .mt-button a {
	transform: rotate(0deg);
	transition: all .5s ease-in-out
}
.pr-button .mt-button a:hover {
	transform: rotate(360deg);
	transition: all .5s ease-in-out
}
.pr-button .mt-button {
	border-right: 0 none;
	float: left;
	height: 40px;
	margin-right: 5px;
	text-align: center;
	transform: scale(0);
	transition: all 0.4s ease 0s;
	width: 40px;
	line-height: 25px
}
.product-item .item-inner .product-thumbnail:hover .mt-button {
	transform: scale(1)
}
.product-item .item-inner .item-info {
	text-align: center;
	padding-top: 2px;
	background: #fff;
	margin: 2px;
	padding-bottom: 2px
}
.product-item .item-inner .item-info .item-title {
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: 400;
	/*height:60px;*/
}
@media (max-width:479px) {
.product-item .item-inner .item-info .item-title {
	font-size: 14px;
	padding: 0px 10px
}
}
.product-item .item-inner .item-info .item-title a {
	display: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	color: #333333;
}
.product-item .item-inner {
	margin-bottom: 20px;
	position: relative;
	border: 2px solid #e8c7be;
	background: #fff;
	overflow: hidden
}
.product-item {
	margin: 0 12px
}
.product-item .item-inner .item-info .item-title a:hover {
	color: #12a0b1;
}
@media (max-width:479px) {
.home-tab .product-item {
	margin: 0 8px
}
}
#best-sale-slider.product-flexslider {
	margin: 20px -12px
}
.best-sale-pro .slider-items-products .owl-buttons .owl-prev {
	top: 15%
}
.best-sale-pro .slider-items-products .owl-buttons .owl-next {
	top: 15%
}
/******************************************
8. Home tabs
******************************************/

.home-product-tabs {
	line-height: normal;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	height: 14px;
	text-align: left;
	width: 100%
}


.home-product-tabs li a {
	border-bottom: none;
	color: #333;
	margin-right: 0px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	font-family: 'Karla', sans-serif;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: bold
}
@media (max-width:479px) {
.home-product-tabs li a {
	font-size: 14px
}
}
@media (min-width:480px) and (max-width:767px) {
.home-product-tabs li a {
	font-size: 16px
}
}
.home-product-tabs li.active a {
	background: none repeat scroll 0 0 #fff;
	color: #000;
	font-family: 'Karla', sans-serif;
	padding: 12px;
	border: none
}
.home-nav-tabs.home-product-tabs>li>a {
	margin-right: 0px;
	line-height: 1.42857143;
	border-radius: 0px;
	border: 0px solid #999;
	padding: 0px 15px;
	background: #fff;
}
.home-product-tabs li:first-child a {
	padding-left: 0px;
}

.home-nav-tabs>li.active>a, .home-nav-tabs>li.active>a:hover, .home-nav-tabs>li.active>a:focus {
	border: 0px solid #12a0b1
}
.home-nav-tabs>li>a:hover {
	background: #fff;
	color: #000;
	border: 0px solid #000
}
.home-nav-tabs>li.active>a, .home-nav-tabs>li.active>a:hover, .home-nav-tabs>li.active>a:focus {
	border: 0px solid #12a0b1;
	border-radius: 0px;
	background: #fff;
	color: #12a0b1;
}
.home-nav-tabs>li {
	float: none;
	margin-bottom: -1px;
	display: inline-block;
	margin-right: 0px
}
.home-nav-tabs>li.divider {
	border-right: 1px solid #ddd;
	color: #ccc;
	display: inline;
	height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	width: 1px;
}
@media (max-width:479px) {
.home-nav-tabs>li {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 6px
}
.home-tab {
	width: 270px;
	margin: auto;
	float: none;
}
}
.home-tab .tab-content {
	padding: 5px 0px 0px 0px;
	overflow: visible;
	font-size: 14px;
	line-height: 19px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.home-tab .product-flexslider {
	margin-bottom: 0px;
}
@media (max-width:479px) {
.home-tab .tab-content {
	margin-top: 0px;
	padding: 0px 0px 20px 0px
}
.home-product-tabs{ height:inherit; border:none;}
.home-nav-tabs>li.divider{ display:none;}
.home-nav-tabs.home-product-tabs>li>a{ padding:0px;}
}
.page-header {
	border: none;
	padding-bottom: 0px;
	margin: 50px 0 0px
}
.page-header h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000
}
.page-header h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000
}
@media (max-width:479px) {
.page-header h2 {
	font-size: 28px
}
}
.page-header .text-main {
	color: #12a0b1
}
.divider-icon {
	font-size: 28px;
	margin: 5px 0 20px
}
/******************************************
9. About section
******************************************/

#about-section {
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 10px 0 30px;
	text-transform: initial
}
#about-section .lead {
	font-size: 18px
}
#about-section .about-bg {
	background: url(../images/scroll_bg.png) repeat top right #eaeaea;
	-webkit-animation: animatedBackground 400s linear infinite;
	-moz-animation: animatedBackground 400s linear infinite;
	animation: animatedBackground 400s linear infinite;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	width: 100%;
	min-height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0
}
#about-section .page-header h2 {
	color: #333
}
.page-header h1 {
	color: #fff
}
.page-header h2 {
	color: #fff
}
.info-box-1 h4 {
	font-weight: 900;
	font-size: 16px;
	margin-bottom: 8px
}
.info-box-1 {
	display: block;
	margin: 30px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
a.info-box-1 {
	text-decoration: none;
	color: #111
}
a.info-box-1:hover {
	color: #111
}
.info-box-1 .info-box-icon {
	display: inline-block;
	font-size: 62px;
	text-align: center;
	margin-bottom: 15px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.info-box-1:hover .info-box-icon {
	color: #12a0b1
}
.info-box-1.square-icon .info-box-icon .fa-mobile-phone:before, .info-box-1.square-icon .info-box-icon .fa-mobile:before {
	font-size: 45px;
	line-height: 85px
}
.info-box-1.square-icon .info-box-icon {
	background-color: #12a0b1;
	width: 90px;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 32px;
	border-radius: 100%;
	border: 3px double #fff
}
.info-box-1.square-icon .info-box-icon:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px
}
.info-box-1:hover.square-icon .info-box-icon {
	border-radius: 10%
}
.info-box-1.square-icon .info-box-icon .fa, .info-box-1.square-icon .info-box-icon .glyphicon {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.info-box-1:hover.square-icon .info-box-icon .fa, .info-box-1:hover.square-icon .info-box-icon .glyphicon {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	border-radius: 10%
}
.info-box-1.square-icon .info-box-info {
	margin-top: 8px
}
.info-box-1 .info-box-info a {
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.info-box-1 .info-box-info a:hover {
	color: #12a0b1
}
/******************************************
10. owl.carousel Slider
******************************************/

.owl-item .item {
	margin: 0 10px
}
@media (max-width:480px) {
#latest-news .owl-item .item {
	margin: 0 6px
}
}
.slider-items-products {
	position: relative
}
.slider-items-products .item {
	text-align: center
}
.slider-items-products .item .product-image {
	display: block;
	overflow: hidden
}
.slider-items-products .item .product-image img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform
}
.slider-items-products .item .product-image:hover img {
	transform: scale(-1, 1)
}
.slider-items-products .owl-buttons .owl-prev a {
	transition: all .5s ease-out 0s
}
.slider-items-products:hover .owl-buttons .owl-prev a {
}
.slider-items-products .owl-buttons .owl-next a {
	transition: all .5s ease-out 0s
}
.slider-items-products:hover .owl-buttons .owl-next a {
}
.owl-buttons {
	opacity: 1;
	transition: all .5s ease-out 0s
}
.product-flexslider:hover .owl-buttons {
	opacity: 1
}
.slider-items-products .owl-buttons .owl-prev {
	position: absolute;
	right: 30px;
	top: -55px;
	left: inherit
}
.slider-items-products .owl-buttons .owl-next {
	position: absolute;
	top: -55px;
	right: 0px;
}
.slider-items-products .owl-buttons .owl-prev a {
	background-position: 0 100%
}
.slider-items-products .owl-buttons .owl-next a {
	background-position: 100% 100%;
	top: 50%
}
.slider-items-products .owl-buttons .owl-next a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	text-transform: none;
	font-size: 24px;
	line-height: 30px
}
.slider-items-products .owl-buttons .owl-prev a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f104";
	text-transform: none;
	font-size: 24px;
	line-height: 30px
}
.slider-items-products .owl-buttons a {
	background: #fff;
	display: block;
	height: 35px;
	margin: 0 0 0 -20px;
	position: absolute;
	top: 50%;
	width: 35px;
	z-index: 5;
	color: #12a0b1;
	border: 0px #ddd solid;
}
.product-flexslider {
	margin: 0px -12px;
	margin-top: 20px
}
.owl-theme .owl-controls .owl-buttons div {
	background: none !important
}
.slider-items-products .owl-buttons a:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
	border: 0px #12a0b1 solid
}
.slider-items-products .owl-buttons .owl-prev a {
	background-position: 0 100%;
}
/******************************************
11. Featured Slider
******************************************/

.featured_slider .col-md-4.left {
	padding-right: 0px;
	width: 31%
}
@media (max-width:479px) {
.featured_slider .col-md-4.left {
	width: 312px
}
}
@media (min-width:480px) and (max-width:1023px) {
.featured_slider .col-md-4.left {
	float: none !important;
	text-align: center;
	width: 100%
}
}
@media only screen and (min-width:1024px) and (max-width:1169px) {
.featured_slider .col-md-4.left {
	padding-left: 0px
}
}
.featured-product-slider .col-md-4 {
	padding-right: 0px;
	padding-left: 0px
}
@media (max-width:479px) {
.featured-product-slider .col-md-4 {
	padding-right: 15px;
	padding-left: 15px
}
}
.featured_slider .col-md-8 {
	padding-right: 0px;
	overflow: hidden
}
@media (max-width:479px) {
.featured_slider .col-md-8 {
	width: 90%
}
}
.featured-product-slider .carousel-inner {
	overflow: visible
}
.featured-products {
	display: block;
	height: 495px;
	padding: 0 15px;
	background-image: url(../images/featured-poster.png);
	background-position: top left;
	background-repeat: no-repeat
}
@media (max-width:479px) {
.featured-products {
	background-size: 290px;
	height: 375px
}
}
@media (min-width:480px) and (max-width:1023px) {
.featured-products {
	background-position: center top;
	display: inline-block;
	height: 450px;
	width: 330px
}
}
@media only screen and (min-width:1024px) and (max-width:1169px) {
.featured-products {
	background-size: 97% auto;
	height: 450px
}
}
@media (min-width:480px) and (max-width:767px) {
.featured_slider .carousel-inner>.active {
	display: inline-block;
	width: 270px
}
}
@media (min-width:768px) and (max-width:1023px) {
.featured_slider .carousel-inner>.active {
	display: inline-block;
	width: 95%
}
}
@media (min-width:480px) and (max-width:1023px) {
.featured_slider .carousel-inner {
	text-align: center
}
}
.featured_slider .divider-icon {
	font-size: 24px;
	margin: 12px 0 15px;
	color: #fff
}
.box-featured-product {
	position: relative;
	top: 44%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left
}
@media (max-width:479px) {
.box-featured-product {
	top: 53%
}
}
.featured-box-content {
	padding: 0 0;
	margin: 0 10px auto 0;
	display: block;
	max-width: 295px;
	text-align: center
}
.featured-box-content h2.big-text {
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase
}
@media (max-width:479px) {
.featured-box-content h2.big-text {
	font-size: 22px
}
}
.featured-box-content span.small-text {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-family: "Dancing Script", cursive;
	margin-bottom: 15px;
	font-weight: bold;
	display: inline-block
}
.featured-box-content p {
	color: #fff
}
.featured_slider .prevPage {
	background: #fff;
	font-size: 22px;
	border: 1px #eee solid;
	padding: 8px 14px 8px 10px;
	border-radius: 0 50px 50px 0;
	margin-left: -3px;
	border-left: none
}
@media (max-width:479px) {
.featured_slider .prevPage {
	margin-left: -5px
}
}
@media only screen and (min-width:1024px) and (max-width:1169px) {
.featured_slider .prevPage {
	margin-left: -5px
}
}
.featured_slider .nextPage {
	background: #fff;
	font-size: 22px;
	border: 1px #eee solid;
	padding: 8px 10px 8px 14px;
	border-radius: 50px 0 0px 50px;
	margin-right: -5px;
	border-right: none
}
@media (min-width:480px) and (max-width:1023px) {
.featured_slider .nextPage {
	margin-right: -10px
}
}
.featured-product-slider {
	margin-top: 72px
}
@media (max-width:479px) {
.featured-product-slider {
	margin-top: 10px
}
}
@media (min-width:480px) and (max-width:530px) {
.featured-product-slider {
	margin-top: 0px
}
}
@media (min-width:531px) and (max-width:1023px) {
.featured-product-slider {
	margin-top: 0px
}
}
/******************************************
12. testimonials
******************************************/

.testimonials {
	background: url("../images/testimonials-bg.jpg") no-repeat top left;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 40px
}
.home-testimonials {
	float: left;
	width: 100%;
	padding: 25px 0 35px
}
.home-testimonials .holder {
	max-width: 945px;
	margin: 0 auto
}
.home-testimonials .thumb {
	margin: 0 auto 25px;
	display: block;
	width: 130px;
	position: relative
}
.testimonials .divider-icon {
	color: #f9f9f9
}
.home-testimonials .thumb img {
	border-radius: 100%;
	border: 2px solid #fff
}
.home-testimonials p {
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	font-weight: 300;
	color: #f9f9f9;
	text-transform: none
}
.home-testimonials strong.name {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	display: table;
	margin: 0 auto 10px;
	text-align: center;
	position: relative;
	color: #12a0b1
}
.home-testimonials strong.name:before {
	content: '';
	position: absolute;
	left: -32px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 2px dotted;
	width: 22px;
	height: 2px
}
.home-testimonials strong.name:after {
	content: '';
	position: absolute;
	right: -32px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 2px dotted;
	width: 22px;
	height: 2px
}
.home-testimonials strong.designation {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #f9f9f9;
	text-align: center;
	display: block
}
.home-testimonials .bx-wrapper {
	float: left;
	width: 100%;
	margin: 0
}
.home-testimonials .bx-wrapper .bx-viewport {
	background: none;
	border: 0;
	box-shadow: none;
	left: 0
}
.home-testimonials .bx-wrapper .bx-pager {
	display: none;
	padding: 0
}
.home-testimonials .bx-wrapper .bx-controls-direction a {
	display: none
}
.testimonials .owl-theme .owl-controls {
	display: none !important;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
.home-testimonials .holder {
	max-width: 100%;
	margin: 0 auto
}
}
/******************************************
13. Latest news
******************************************/

#latest-news .page-header h2 {
	color: #333
}
#latest-news {
	background: #fff;
	padding: 25px 0px 10px;
}
#latest-news .title-text {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
#latest-news .page-header h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	background: #fff;
	padding-right: 12px;
	display: inline-block;
	margin-top: 0px;
}
#latest-news .page-header {
	border-bottom: 1px #ddd solid;
	height: 14px;
	margin-top: 5px;
	margin-bottom: 30px;
}
#latest-news .slider-items {
	margin: 0px 5px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
#latest-news .owl-item .item {
	margin: 0 5px
}
}
.news img {
	border-radius: 0px
}
.news h3 {
	text-align: center;
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 300
}
.news p {
	line-height: 23px;
	color: #999;
	font-size: 13px;
	font-weight: 300;
	text-transform: none
}
.readMore i {
	font-size: 16px;
	margin-left: 6px
}
.readMore {
	background: none repeat scroll 0 0 #12a0b1;
	border: 2px solid rgba(0,0,0,0.08);
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 22px;
	text-transform: uppercase;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
.readMore:hover {
	color: #333;
	background: none repeat scroll 0 0 #fff
}
.news h3 a {
	text-align: center;
	color: #2f2f2f;
	font-size: 20px;
	font-weight: 900;
	text-decoration: none;
	padding: 0px 10px;
	display: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.news h3 a:hover {
	color: #12a0b1
}
.news ul {
	margin-top: 14px;
	padding-left: 0;
	text-align: center
}
.news ul li {
	padding-right: 20px;
	display: inline-block;
	list-style: none
}
@media only screen and (min-width:1024px) and (max-width:1169px) {
.news ul li {
	padding-right: 0px;
	margin-bottom: 5px
}
}
.news ul li a {
	color: #a9a9a9;
	text-decoration: none;
	list-style: none
}
.news ul li {
	font-weight: 300;
	color: #a9a9a9;
	font-size: 13px;
	text-decoration: none;
	list-style: none
}
.news ul li a i {
	padding-right: 5px
}
.news li i {
	padding-right: 5px
}
.news ul li a:hover {
	color: #12a0b1
}
#latest-news .post-thumbnail {
	margin-bottom: 15px
}
.post-thumbnail figure>img {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s ease-in-out;
	-moz-transition: transform .4 ease-in-out;
	transition: transform .4s ease-in-out;
	overflow: hidden
}
.post-thumbnail:hover figure>img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: transform .4s, opacity .4s ease-in-out;
	-moz-transition: transform .4s, opacity .4s ease-in-out;
	transition: transform .4s, opacity .4s ease-in-out
}
.post-thumbnail figure>img:hover {
	opacity: 0.8
}
.thumbnail-content {
	position: relative;
	overflow: hidden
}
.content-meta {
	text-align: center;
	padding-top: 18px;
	background: #f9f9f9;
	margin: 2px;
	padding-bottom: 18px
}
.post-wrapper {
	position: relative;
	border: 1px solid #f5f5f5;
	background: #fff
}
ul.post-info {
	background: #f5f5f5;
	padding: 10px;
	border-top: 1px #f0f0f0 solid;
	border-bottom: 1px #f0f0f0 solid;
	margin: 18px auto 14px auto;
}
ul.post-info li a {
	color: #333
}
.post-wrapper .content-meta .excerpt {
	padding: 2px 15px
}
/******************************************
14. Pie charts
******************************************/

.pie {
	text-align: center
}
.pie-item input {
	width: 64px;
	position: absolute;
	vertical-align: middle;
	margin-top: 45px !important;
	margin-left: -92px;
	border: 0px;
	font-weight: 300;
	font-style: normal;
	font-variant: normal;
	font-size: 32px;
	line-height: normal;
	font-family: Arial;
	text-align: center;
	color: #00cf75;
	padding: 0px;
	-webkit-appearance: none;
	background: none
}
.pie-item canvas {
	width: 130px
}
.pie-item {
	height: 210px
}
@media (max-width:480px) {
.pie-item {
	height: 126px;
	margin-left: -132px !important
}
}
/******************************************
15. Counter charts
******************************************/

#counter-up-chart {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	padding-bottom: 50px
}
#counter-up-chart .page-header h2 {
	color: #333
}
#counter-up-chart .lead {
	font-size: 18px;
	text-transform: none
}
.textP h3 {
	margin-top: 22px;
	text-align: center;
	font-size: 18px;
	color: #2f2f2f;
	font-weight: 900
}
.textP p {
	line-height: 23px;
	margin-top: 13px;
	text-align: center;
	text-transform: none
}
/******************************************
16. video BG
******************************************/

.video-bg {
	position: relative;
	z-index: 1;
	height: 380px;
	overflow: hidden
}
@media (max-width:479px) {
.video-bg {
	height: inherit
}
}
@media (max-width:479px) {
.video-bg .page-header {
	margin-top: 30px
}
}
@media (max-width:479px) {
.video-bg .divider-icon {
	display: none
}
}
.video-bg video {
	width: 100%;
	z-index: 0;
	position: relative
}
.video-bg .page-header-wrapper {
	position: absolute;
	width: 100%;
	z-index: 1000;
	background: rgba(0,0,0,0.5);
	height: 380px;
	color: #fff
}
@media (max-width:479px) {
.video-bg .page-header-wrapper {
	height: inherit
}
}
.video-bg .lead {
	text-transform: none
}
@media (max-width:479px) {
.video-bg .lead {
	display: none
}
}
a.play-bnt i {
	color: #fff;
	font-size: 50px;
	line-height: 25px;
	margin-top: 35px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	letter-spacing: 1px
}
@media (max-width:479px) {
a.play-bnt i {
	margin-top: 10px;
	padding-bottom: 20px
}
}
a.play-bnt i:hover {
	color: #12a0b1
}
a.play-bnt .fa.fa-play {
	font-size: 15px;
	vertical-align: middle
}
/******************************************
17. Our clients
******************************************/

.our-clients .lead {
	font-size: 18px;
	text-transform: none;
	margin: auto 8% 45px
}
.our-clients .page-header h2 {
	color: #333
}
.our-clients {
	margin: 0px;
	padding: 10px 0px 15px 0px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5
}
.our-clients .container {
	padding: 0px 50px
}
@media (max-width:480px) {
.our-clients .container {
	padding: 0px
}
}
@media (max-width:479px) {
.our-clients .slider-items-products .owl-buttons .owl-prev {
	left: 58px
}
}
.our-clients .slider-items-products .owl-buttons .owl-next {
	position: absolute;
	right: -22px;
	top: 15px
}
@media (max-width:479px) {
.our-clients .slider-items-products .owl-buttons .owl-next {
	right: 10px
}
}
.our-clients .slider-items-products .owl-buttons a {
	margin-top: -15px
}
.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale")
}
.grayscale:hover, .grayscale:focus {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0)
}
/******************************************
18. Contact form
******************************************/

.contact-form {
	background: url(../images/contact-us.jpg) no-repeat top;
	background-size: cover
}
.contact-form form {
	position: relative
}
.contact-form .form-control {
	background-color: transparent;
	margin-bottom: 20px;
	padding: 20px;
	color: #333;
	border-width: 1px
}
.contact-form .form-control:focus {
	border: 1px solid #12a0b1;
	box-shadow: none
}
.contact-form .form-control:focus {
	background: rgba(255,255,255,0.1)
}
.contact-form .heading {
	color: #fff
}
.commands {
	text-align: center
}
#contact .page-header h2 {
	color: #333
}
#contact .lead {
	font-size: 18px;
	text-transform: none;
	margin: auto 8% 45px
}
@media (max-width:479px) {
#contact .lead {
	margin: auto 0% 45px
}
}
#contact .contact-form .page-header h2 {
	color: #fff
}
.contact-form .lead {
	font-size: 18px;
	text-transform: none;
	margin: auto 8% 45px;
	color: #fff
}
#contact .contact-form .divider-icon {
	color: #fff
}
.masked {
	background: rgba(19,19,22,0.5);
	background-image: url('../images/patern.png');
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 50px;
	background-size: cover
}
.adress-element {
	text-align: center;
	margin-bottom: 50px
}
.adress-element .fa {
	color: #12a0b1;
	font-size: 36px;
	margin-bottom: 15px
}
#contact h3 {
	font-size: 18px
}
.send-btn {
	background: #12a0b1;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px;
	border: none;
	cursor: pointer;
	display: inline-block;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	border: 2px solid rgba(0,0,0,0.08);
	font-weight: bold;
	border-radius: 50px;
	text-transform: uppercase
}
.rating {
	color: #999;
	font-size: 12px
}
.rating .fa-star {
	color: #FC0
}
/******************************************
19. Totop
******************************************/

.totop {
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #12a0b1;
	border-radius: 50px;
	bottom: 40px;
	color: #000;
	display: inline-block;
	height: 40px;
	line-height: 35px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-align: center;
	transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	visibility: hidden;
	white-space: nowrap;
	width: 40px;
	z-index: 100
}
.totop:before {
	content: "\f062";
	font-family: FontAwesome;
	font-size: 18px
}
.totop.totop-is-visible, .totop.totop-fade-out, .no-touch .totop:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}
.totop.totop-is-visible {
	visibility: visible;
	opacity: 1
}
.no-touch .totop:hover {
	background-color: #000;
	opacity: 1
}
/******************************************
20. footer
******************************************/

@media (max-width:530px) {
.collapsed-block {
	padding-top: 15px;
	margin: 0
}
.collapsed-block h4 {
	padding: 5px 15px 5px
}
.collapsed-block .tabBlock {
	display: block;
	padding: 0px 15px 5px
}
.collapsed-block .expander {
	float: right;
	cursor: pointer;
	padding: 0 8px;
	margin-top: -5px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff
}
}
footer {
	padding: 50px 0 0;
	overflow: hidden;
	color: #FFFFFF;
	background: #5a5a75
}
footer h3 {
	color: #FFFF00;
	font-size: 16px;
	margin: 0 0 8px;
	padding: 0 0 8px;
	letter-spacing: 1px;
	text-transform: none;
	border-bottom: 1px solid #fff
}
footer .footer-links ul {
	margin: 0px;
	padding: 0px
}
footer .footer-links ul li {
	list-style-type: none;
	padding: 5px 0
}
footer .footer-links ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	display: inline-block !important;
	cursor: pointer;
	line-height: 20px;
	margin-right: 5px
}
footer .footer-links ul li a {
	color: #FFFFFF;

	transition: all .3s ease-in-out 0s
}
footer .footer-links ul li a:hover {
	transition: all .3s ease-in-out 0s;
	padding-left: 10px;
	color: #12a0b1
}
footer a {
	color: #999;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
.footer-logo {
	text-align: center;
	margin: 0px 0 12px
}
.footer-content p {
	display: inline-block;
	padding-left: 5px;
}
.footer-newsletter {
	background: #111;
	padding-bottom: 35px;
	text-align: left
}
.newsletter-inner {
	display: inline-block;
	margin-top: 40px; margin-left:15px;
}
.footer-newsletter h3 {
	margin-top: 51px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.5px; float:left;
}
.footer-newsletter p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-align: left;
	text-transform: none
}
.footer-newsletter .newsletter-email {
	float: left;
	font-size: 13px;
	font-weight: 300;
	border: 0;
	background: #1c1c1c;
	color: #fff;
	padding: 12px;
	width: 315px;
	border-radius: 50px 0px 0px 50px;
	padding-left: 20px
}
@media (max-width:479px) {
.footer-newsletter .newsletter-email {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 50px
}
.footer-content p {
	font-size: 12px;
}
}
@media (min-width:480px) and (max-width:1023px) {
.footer-newsletter .newsletter-email {
	width: 250px
}
}

.footer-newsletter .email {
	text-transform: none;
	float: left
}
button.subscribe:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 13px;
	padding-right: 8px
}
.footer-newsletter .subscribe {
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
	float: left;
	color: #fff;
	border-radius: 0 50px 50px 0;
	text-decoration: none;
	background: #12a0b1;
	padding: 10px 25px 10px 18px
}
@media (max-width:479px) {
.footer-newsletter .subscribe {
	border-radius: 50px;
	float: none
}
}
.social ul.inline-mode li a:before {
	content: ""
}
.social ul.inline-mode li a {
	border: 1px solid #666;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	width: 45px;
	display: inline-block;
	text-align: center
}
.social .fb a:hover {
	background: #3C5B9B
}
.social .tw a:hover {
	background: #359BED
}
.social .googleplus a:hover {
	background: #E33729
}
.social .rss a:hover {
	background: #FD9F13
}
.social .instagram a:hover {
	background: #3f729b
}
.social .linkedin a:hover {
	background: #027ba5
}
.social h4 {
	margin: 25px 0 5px
}
.social ul {
	margin: 0;
	list-style: none;
	text-align: right;
	float: right;
	margin-top: 40px;
}
@media (max-width:640px) {
.social ul {
	float: none;
	text-align: center
}
}
.social ul li {
	margin-left: 7px;
	display: inline-block
}
.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out
}
@media (max-width:640px) {
.social ul li {
	margin-left: 0px;
}
.social {
	float: none;
	margin-bottom: 5px;
	text-align: center
}
}
@media (min-width:1024px) and (max-width:1080px) {
.footer-newsletter .newsletter-email { width:232px;}
.footer-newsletter h3{ font-size:15px; display:none;}
.footer-newsletter p{ font-size:12px;}
.social ul li{ margin-left:4px;}

.social ul.inline-mode li a {
    height: 38px;
    line-height: 38px;
    width: 38px;
 
}

}
.payment {
	margin-top: 14px;
	display: inline-block;
	width: 100%;
	text-align: right;
}
.payment img {
	width: 40px;
	height: auto;
}
@media only screen and (min-width:300px) and (max-width:640px) {
.payment {
	text-align: center
}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.payment {
	margin-bottom: 14px;
}
.social ul li {
	margin-left: 3px;
}
.social ul.inline-mode li a {
	height: 40px;
	line-height: 40px;
	width: 40px;
}
}
@media only screen and (min-width:1024px) and (max-width:1169px) {
.payment {
	margin-bottom: 14px
}
}
.payment ul {
	padding: 0px;
	margin: auto;
}
.payment li {
	display: inline-block;
	list-style: none;
	margin-right: 6px
}
.footer-coppyright {
	padding-bottom: 10px;
	border-top: 1px solid #343434;
	margin-top: 30px;
}
.coppyright {
	padding-top: 12px
}
@media (max-width:640px) {
.coppyright {
	float: none;
	margin-bottom: 10px;
	text-align: center
}
}
@media (max-width:480px) {
.mm-toggle-wrap {
	display: block
}
}
/******************************************
21. Main menu
******************************************/


nav {
	height: 45px;
	position: relative;
	margin: auto;
	width: 100%;
	background: #12a0b1
}
nav a {
	color: #000
}
nav a:hover {
	color: #000
}
@media (max-width:767px) {
nav {
	display: none;
	background: #000
}
}
.mtmegamenu .menu-items {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.8s ease 0s
}
.mtmegamenu li:hover .menu-items {
	opacity: 1;
	transform: scaleY(1)
}
.mtmegamenu {
	display: inline-block;
	width: 100%;
	position: relative;
	margin: auto 15px;
	font-family: "Karla", sans-serif
}
.mtmegamenu a:focus {
	outline: 0
}
.mtmegamenu>ul {
	display: block;
	clear: both;
	margin: 0
}
.mtmegamenu>ul {
	height: 28px;
	padding: 0;
	text-align: left
}
.mtmegamenu>ul>li {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 1px;
	background: none !important;
	margin-right: 40px;
	font-family: "Karla", sans-serif
}
@media only screen and (min-width:768px) and (max-width:992px) {
.mtmegamenu>ul>li {
	margin-right: 20px;
	font-size: 14px
}
.add-to-cart-mt { left:0px;}
}
.mtmegamenu>ul>li:last-child {
	float: right
}
.mtmegamenu .mt-root-item.no-description .title {
	padding: 0 12px;
	display: block;
	padding-top: 1px
}
.mtmegamenu .mt-root:hover .mt-root-item>a>.title, .mtmegamenu .mt-root:hover .mt-root-item>.title, .mtmegamenu .mt-root.active .mt-root-item>a>.title, .mtmegamenu .mt-root.active .mt-root-item>.title, .mtmegamenu .mt-root .mt-root-item>a.active>.title {
	color: #fff
}
.mtmegamenu>ul>li img {
	max-width: 100%;
	padding: 3px;
	border: 1px solid #f5f5f5
}
#header_menu .mtmegamenu>ul>li:hover {
	padding-bottom: 40px
}
.mtmegamenu .mt-root>li {
	overflow: hidden
}
.mtmegamenu .mt-root-item {
	float: left;
	cursor: pointer;
	overflow: hidden;
	padding: 14px 0 17px;
	white-space: nowrap
}
.mtmegamenu a .title.title_font span {
	color: #fff;
	font-weight: bold
}
.mtmegamenu .title_font span {
	color: yellow;
	font-weight: bold
}
.mtmegamenu .mt-root-item a {
	color: #fff;
	font-weight: bold
}
.mtmegamenu .mt-root-item .title .icon-has-sub {
	font-size: 14px;
	margin-left: 10px;
	margin-top: 16px;
	vertical-align: top
}
.mtmegamenu .menu-items .icon {
	margin-right: 10px
}
.mtmegamenu .description {
	display: block;
	clear: both;
	font-size: 11px;
	color: #84888f
}
.mtmegamenu .menu-items {
	position: absolute;
	z-index: 99999;
	left:0px;
	top: 50px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	height: auto;
	max-width: 1150px;
	border-bottom: 5px solid #12a0b1;
	background: #fff;
	-webkit-box-shadow: 0 8px 14px 0 rgba(0,0,0,0.25), inset 0 1px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 8px 14px 0 rgba(0,0,0,0.25), inset 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 8px 14px 0 rgba(0,0,0,0.25), inset 0 1px 1px rgba(0,0,0,0.35);
	line-height: normal;
	margin: auto;
}
@media only screen and (min-width:768px) and (max-width:992px) {
.mtmegamenu .menu-items {
	left: 0 !important;
	max-width: 730px
}
}
.mtmegamenu .demo_custom_link_cms .menu-items {
	padding: 12px 6px;
	margin: auto;left: auto;
}
.mtmegamenu .menu-items ul {
	font-size: 0
}
.mtmegamenu .menu-items li {
	font-size: 13px;
	list-style: none
}
.mtmegamenu .menu-items>li {
	float: left;
	padding: 0 8px;
	list-style: none
}
.mtmegamenu .menu-item.depth-1>.title.title_font {
	margin: 12px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #f5f5f5;
	font-size: 16px;
	font-weight: bold
}
.mtmegamenu .submenu .title a {
	text-transform: capitalize
}
.mtmegamenu .menu-item>.title {
	padding: 5px 0
}
.mtmegamenu .submenu {
	overflow: hidden;
	margin-left: -1%;
	margin-right: -1%
}
.mtmegamenu .submenu>li {
	margin: 0 1%
}
.mtmegamenu .submenu>li .submenu>li {
	padding-left: 10px
}
.mtmegamenu .submenu>li.no-title>.submenu>li {
	padding-left: 0
}
.mtmegamenu .submenu .title a:before {
	content: "\f105";
	font-family: "fontawesome";
	margin-right: 5px
}
.mtmegamenu .submenu .title {
	float: none
}
.mtmegamenu .menu-item.divider {
	position: relative;
	display: block;
	float: none;
	clear: both;
	margin: 0;
	padding: 5px 1%;
	width: 100%;
	border: none
}
.mtmegamenu .custom-content p {
	padding: 5px 0
}
.mtmegamenu .custom-content ul {
	list-style-type: disc
}
.mtmegamenu .custom-content ol {
	list-style-type: decimal
}
.mtmegamenu .custom-content li {
	margin-left: 16px
}
.mtmegamenu .product.withimage {
	display: inline-block;
	float: left;
	vertical-align: top;
	padding-bottom: 8px;
	padding-top: 15px
}
.mtmegamenu .product.withimage .product-item {
	margin: 0 2px
}
.mtmegamenu .product.withimage .right-block {
	padding-bottom: 0;
	min-height: 90px
}
.mtmegamenu>ul>li span.img_root img {
	border: none;
	padding: 0
}
.mtmegamenu .product .product-image {
	display: block
}
.mtmegamenu .product.withimage .title {
	margin-top: 10px
}
.mtmegamenu .depth-1.product .title {
	font-weight: normal;
	font-size: 13px;
	border: none;
	margin: 10px 0;
	padding: 0
}
.mtmegamenu .manufacturer.withimage {
	display: inline-block;
	float: none;
	vertical-align: top;
	padding: 1px 0 !important
}
.mtmegamenu .manufacturer.withimage .title {
	margin-top: 10px
}
.mtmegamenu .depth-1.manufacturer .title {
	font-weight: normal;
	font-size: 13px;
	border: none;
	margin: 10px 0;
	padding: 0
}
.mtmegamenu .supplier.withimage {
	display: inline-block;
	float: none;
	vertical-align: top;
	padding: 1px 0 !important
}
.mtmegamenu .supplier.withimage .title {
	margin-top: 10px
}
.mtmegamenu .depth-1.supplier .title {
	font-weight: normal;
	font-size: 13px;
	border: none;
	margin: 10px 0;
	padding: 0
}
.category_demo_custom>ul>li.customcontent {
	width: 40%;
	margin-top: 5px
}
[class*="menucol-"] {
float:left
}
.menucol-1-1 {
	width: 100% !important
}
.menucol-1-2 {
	width: 50% !important
}
.menucol-1-3 {
	width: 33.33% !important
}
.menucol-2-3 {
	width: 66.67% !important
}
.menucol-1-4 {
	width: 25% !important
}
.menucol-3-4 {
	width: 75% !important
}
.menucol-1-5 {
	width: 21% !important
}
.menucol-2-5 {
	width: 37% !important
}
.menucol-1-6 {
	width: 16.66% !important
}
.menucol-1-10 {
	width: 10% !important
}
.mtmegamenu .inline ul {
	font-size: 0
}
.mtmegamenu .inline li {
	display: inline-block;
	float: left;
	padding: 0 10px;
	width: 20%;
	vertical-align: top;
	font-size: 12px;
	list-style: none
}
.mtmegamenu .text-center ul, .mtmegamenu .text-center li {
	text-align: center
}
.mtmegamenu .menu-item.no-title>.title {
	display: none
}
.mtmegamenu .menu-item.no-description>.description {
	display: none
}
#header_menu {
	background: #f5f5f5;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -14px
}
.fieldmm-nav {
	position: relative;
	text-align: left
}
#fieldmm-button {
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 21px;
	margin-right: 0;
	position: absolute;
	right: 15px
}
.right_block_img_menu {
	padding-top: 15px
}
.custom_link_feature a {
	text-transform: none;
	line-height: 32px
}
.custom_link_feature a:before {
	font-family: fontawesome;
	content: "\f105";
	margin-right: 10px
}
.mtmegamenu .menu-item.depth-1.cmspage .title {
	font-size: 14px;
	border: 0
}
.mtmegamenu .demo_custom_link_cms .menu-items>li {
	width: 100%;
	padding: 0 5px 8px
}
.mtmegamenu .demo_custom_link_cms .menu-items>li:last-child {
	padding: 0 5px 0px
}
.mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a {
	font-size: 13px;
	text-transform: capitalize;
	font-weight: normal;
	border: 0;
	transition: all .3s ease-in-out 0s
}
.mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a:hover {
	padding-left: 5px;
	transition: all .3s ease-in-out 0s;
	color: #12a0b1
}
.mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a:before {
	font-family: fontawesome;
	content: "\f105";
	margin-right: 8px
}
.mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a:before:hover {
margin-left:5px;
transition:all .3s ease-in-out 0s
}
.mtmegamenu .menu-items .icon, .mtmegamenu .menu-items .title a:hover .icon {
	transition: all .3s ease-in-out 0s
}
.mtmegamenu .submenu .title:hover a {
	margin-left: 5px;
	transition: all .3s ease-in-out 0s
}
.mtmegamenu .submenu .title a {
	margin-left: 0;
	transition: all .3s ease-in-out 0s
}
.mtmegamenu .submenu .title a:hover {
	color: #12a0b1
}
.mtmegamenu>ul>li img:hover {
	opacity: .8
}
.mtmegamenu>ul>li.active, .menu-bottom .menu-bottom-dec a {
	background-color: #12a0b1;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	border-radius: 50px
}
.mtmegamenu>ul>li.active:hover, .menu-bottom .menu-bottom-dec a:hover {
	border-color: #12a0b1
}
.mtmegamenu a.active .title.title_font span {
	color: #bff9d8
}
.custom-menu-bottom img {
	float: left;
	margin-right: 20px
}
@media only screen and (min-width:768px) and (max-width:992px) {
.custom-menu-bottom img {
	margin-right: 10px
}
}
.mobile-menu li li a span{ font-family:"Karla", sans-serif; text-transform:capitalize;}
.custom-menu-bottom, .custom-menu-top {
	min-height: 140px;
	margin-top: 6px
}
.menu-bottom .menu-bottom-dec a {
	padding: 8px 18px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	font-weight: bold;
	border: 2px #12a0b1 solid
}
.menu-bottom .menu-bottom-dec a:hover {
	color: #12a0b1;
	border: 2px #12a0b1 solid;
	background-color: #fff
}
.menu-bottom p {
	margin: 0;
	text-transform: none;
	line-height: 22px;
	color: #000
}
@media only screen and (min-width:768px) and (max-width:992px) {
.menu-bottom p {
	display: none
}
}
.menu-bottom h3 {
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 4px
}
@media only screen and (min-width:768px) and (max-width:992px) {
.menu-bottom h3 {
	font-size: 14px
}
}
.left_column_img, .right_column_img {
	float: left;
	margin-top: 20px;
	padding: 0;
	margin-bottom: 8px
}
.right_column_img {
	text-align: right
}
@media only screen and (min-width:768px) and (max-width:992px) {
.mtmegamenu .product.withimage .product-item {
	margin: 0px
}
}
@media only screen and (min-width:768px) and (max-width:992px) {
.mtmegamenu .product.withimage .product-item .item-inner {
	margin-bottom: 0px
}
}
html {
	overflow-x: hidden
}
#page {
	position: relative;
	left: 0;
	overflow: hidden
}
.mmPushBody {
	width: 100%;
	height: 100%;
	overflow-x: hidden
}
#mobile-menu {
	position: absolute;
	top: 0;
	background: #1ea4b4;
	z-index: 99999;
	display: none;
	font-size: 13px;
	line-height: 1.42857;
	text-transform: uppercase;
	border-right: 2px #fff solid
}
.mobile-menu {
	list-style-type: none;
	margin: 0;
	width: 100%;
	float: left;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
.mobile-menu ul {
	margin-left: 0;
	padding-left: 0
}
.mobile-menu .home {
	background-color: #12a0b1;
	color: white;
	height: 43px;
	overflow: hidden
}
.mobile-menu .home i {
	padding-right: 5px
}
.mobile-menu .home a.active {
	color: #fff !important
}
.mobile-menu .expand {
	right: 0;
	position: absolute;
	padding: 0 10px;
	color: #076f7b;
	margin-left: 100px
}
.mobile-menu .expand:hover {
	cursor: pointer
}
.mobile-menu li {
	display: block;
	border-top: 1px solid #333;
	width: 100%;
	float: left;
	margin-left: 0;
	padding-left: 0;
	position: relative
}
.mobile-menu li .home a {
	color: #fff
}
.mobile-menu li a {
	display: block;
	overflow: hidden;
	white-space: normal;
	color: #f5f5f5;
	text-decoration: none;
	padding: 10px;
	padding-left: 15px
}
.mobile-menu li a.active {
	color: #074850;
}
.mobile-menu li li {
	background: #076f7b
}
.mobile-menu li li a {
	padding-left: 25px
}
.mobile-menu li li li {
	background: #333;
	border-bottom: 1px #666 solid
}
.mobile-menu li li li a {
	padding-left: 35px
}
.mobile-menu li li li:last-child {
	border-bottom: none
}
.mobile-menu li li a span.fa-plus:before {
	display: none
}
.mm-toggle-wrap {
	color: white;
	width: 40px;
	height: 40px;
	background: #12a0b1;
	line-height: 1;
	overflow: hidden
}
.mm-toggle {
	cursor: pointer;
	font-size: 20px;
	display: none;
	padding: 10px 10px;
	width: auto;
	float: left;
	background: #fed136;
	height: 40px
}
.mm-toggle-wrap {
	display: none
}
@media (max-width:1023px) {
.mm-toggle {
	display: block
}
.mm-toggle .mm-label {
	margin-left: 3px
}
.mm-toggle-wrap {
	display: block
}
#mobile-menu .top-links {
	display: inline-block;
	width: 100%;
}
#mobile-menu .top-links .lang-curr {
	border-bottom: 1px solid #333;
	padding: 10px 15px;
	margin-bottom:10px
}
#mobile-menu .top-links ul.links {
	padding: 0px;
}
#mobile-menu .top-links .links li {
	list-style: none;
	border-bottom:none;
	padding: 5px 15px;
}

#mobile-menu .top-links .links li a {color:#999; font-size:10px; letter-spacing:1px}
.mob-header-link li{ display:inline-block;}
.mob-header-link{ border-bottom:1px solid #333;  border-top:1px solid #333; display:inline-block; width:100%; padding-top:10px;}
.mob-header-link ul.lang{ padding:0px; float:left; margin: 0 0 10px 15px;}
.mob-header-link ul.currencies_list{ float:right;}
.mob-header-link ul.currencies_list li a{ color:#fff; font-size:14px; margin-left:3px; margin-right:15px; font-weight:bold;}
.mob-header-link ul.lang li{ margin-right:3px;}
.mobile-menu li:last-child{ display:none;}
ul.mob-top-links{ padding:0px; margin:0px;}
ul.mob-top-links li{border-bottom:1px solid #333; padding:8px 15px;}
ul.mob-top-links li a{color:#fff;}
}
.mm-toggle .mm-label {
	display: none
}
.page-title h1, .page-title h2 {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	line-height: normal
}
@media (max-width:767px) {
.page-title h1, .page-title h2 {
	font-size: 26px
}
.add-to-cart-mt { left:0px;}
}
/******************************************
22. toolbar
******************************************/

.toolbar {
	background: #fff;
	margin: 0;
	overflow: hidden;
	border: 1px #eee solid
}
.toolbar .sorter {
	margin-top: 6px
}
.sorter .short-by {
	float: right;
	margin: 0;
	padding: 0 12px
}
@media (max-width:767px) {
.sorter .short-by {
	padding: 0 6px
}
}
.toolbar label {
	color: #777;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	text-transform: capitalize
}
@media (max-width:479px) {
.toolbar label {
	display: none
}
}
.sorter .short-by select {
	border: 0 none;
	display: inline-block;
	font-size: 14px;
	height: 28px;
	margin: 0;
	padding: 0 10px;
	vertical-align: middle;
	width: 100px;
	border: 1px #eee solid;
	border-radius: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-image: url(../images/arrow-d.png);
	background-repeat: no-repeat;
	position: right 10px center;
	padding-right: 28px;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer
}
.sorter .short-by.page select {
	width: 65px
}
.view-mode {
	float: left;
	padding-left: 3px
}
.view-mode ul {
	padding: 0px;
	margin: 0
}
.view-mode ul li {
	float: left;
	padding: 4px 10px;
	border-right: 1px solid #e5e5e5;
	list-style: none
}
.view-mode ul li a {
	color: #959595;
	font-size: 18px;
	line-height: 35px;
	font-weight: normal;
	padding-right: 5px
}
.view-mode ul li:last-child {
	border: none;
	margin-left: 5px;
	padding-right: 0px
}
.view-mode li.active a {
	color: #12a0b1
}
.shop .product-des .color ul li {
	border: 0 none;
	display: inline-block;
	float: none;
	margin-right: 5px;
	margin-top: 10px
}
.shop .product-des h2 {
	line-height: 18px;
	margin: 0 0 5px
}
.pagination-area {
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	border-top: 1px solid #eee;
	margin: 10px 0 0;
	padding-top: 20px;
	text-align: center;
	display: inline-block;
	width: 100%
}
.pagination-area ul {
	margin-bottom: 25px
}
.pagination-area ul li {
	background: #f5f5f5;
	color: #393939;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	line-height: 34px;
	margin: 0 0 0 5px;
	width: 36px;
	border-radius: 50px
}
.pagination-area ul li a {
	border: 1px solid #ddd;
	color: #363636;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	width: 36px;
	text-decoration: none;
	border-radius: 50px;
	transition: all .4s ease-out .2s
}
.pagination-area ul li a:hover, .pagination-area ul li a.active {
	background: #12a0b1;
	border: 1px solid #12a0b1;
	border-radius: 50px;
	color: #fff;
	transition: all .4s ease-out .2s
}
/******************************************
23. filter price
******************************************/

.filter-price {
	margin: auto 15px 25px
}
.filter-price p {
	margin: 0 0 10px
}
.filter-price p input {
	border: 0 none;
	color: #333;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	background: inherit
}
.filter-price a {
	border-bottom: 2px solid #f7505a;
	color: #f7505a;
	display: inline-block;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase
}
.filter-price .ui-slider-horizontal {
	height: 6px
}
.filter-price .ui-widget-header {
	background: #333;
	border: 0px;
	color: #fff;
	height: 6px
}
.filter-price .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-radius: 0px
}
.filter-price .ui-slider .ui-slider-handle {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #12a0b1;
	cursor: pointer;
	height: 18px;
	position: absolute;
	width: 18px;
	z-index: 2;
	border-radius: 100%
}
.filter-price .ui-slider-horizontal .ui-slider-handle {
	top: -6px
}
.manufacturer-area {
	margin-bottom: 25px
}
button.button {
	display: inline-block;
	border: 0;
	background: #fff;
	padding: 8px 16px;
	font-size: 12px;
	border: 2px solid #12a0b1;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	color: #333;
	font-weight: normal;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px
}
button.button:hover {
	background: #12a0b1;
	border: 2px solid #12a0b1;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	color: #fff
}
button span {
	text-transform: uppercase;
	font-weight: 900
}
/******************************************
24. breadcrumbs
******************************************/

.breadcrumbs {
	padding: 6px 0px;
	margin: auto;
	font-size: 12px;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	text-transform: uppercase
}
.breadcrumbs a {
	color: #666
}
.breadcrumbs span {
	display: inline-block;
	margin: 0 5px 0 5px;
	color: #666;
	font-size: 15px
}
.breadcrumbs ul {
	margin: 0px;
	padding: 0px
}
.breadcrumbs ul li {
	list-style-type: none;
	display: inline
}
/******************************************
25. sidebar
******************************************/

/*25.1 category sidebar*/
.category-sidebar {
	background: #fff;
	margin-bottom: 25px;
	border: none;
	margin-top: 10px
}
.category-sidebar .block-title:before {
	content: '\f0c9';
	font-family: FontAwesome;
	margin-right: 4px
}
.category-sidebar .product-categories {
	padding: 8px 12px;
	margin: auto
}
.category-sidebar ul.product-categories ul {
	margin: 0;
	padding: 0
}
.category-sidebar .product-categories li {
	padding: 8px 0px 10px 14px;
	position: relative;
	border-bottom: 1px solid #ececec
}
.category-sidebar .product-categories li:last-child {
	border-bottom: none
}
.category-sidebar .product-categories li a {
	font-weight: normal;
	font-size: 13px;
	color: #222;
	font-family: "Karla", sans-serif
}
.category-sidebar .product-categories li a:hover {
	color: #1bbaaf
}
.category-sidebar .product-categories li.current-cat a {
	font-weight: 600;
	font-size: 13px;
	color: #333
}
.category-sidebar .product-categories li.current-cat ul li a {
	border-bottom: 0 solid #eaeaea;
	color: #666;
	font-size: 13px;
	font-weight: 400;
	padding: 2px
}
.category-sidebar .product-categories li.current-cat ul li a:hover {
	color: #1bbaaf
}
.category-sidebar .product-categories li ul li {
	padding: 5px 0px 5px 10px;
	list-style: none
}
.category-sidebar .product-categories li ul li {
	border-bottom: none;
	list-style: none
}
.sidebar li {
	list-style: none
}
.category-sidebar .product-categories li ul li a {
	border-bottom: 0 solid #EAEAEA;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	padding: 6px 3px;
	text-decoration: none;
	color: #666;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
.category-sidebar .product-categories li .count {
	display: none
}
.category-sidebar .product-categories {
	overflow: auto;
	padding: 8px 0px 0;
	border: 1px solid #eee
}
.category-sidebar .cat-item.cat-parent:hover {
	cursor: pointer
}
.category-sidebar .cat-item.cat-parent:after {
	content: "";
	color: #555;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 8px;
	height: 24px;
	width: 24px;
	vertical-align: top;
	text-align: center;
	font-family: FontAwesome;
	font-weight: normal;
	background-image: url(../images/plus-d2.png);
	background-repeat: no-repeat
}
.category-sidebar .cat-item.cat-parent.open-cat:after {
	content: "";
	color: #555;
	font-size: 14px;
	position: absolute;
	right: 5px;
	top: 6px;
	border-radius: 3px;
	height: 24px;
	width: 24px;
	vertical-align: top;
	text-align: center;
	font-family: FontAwesome;
	font-weight: normal;
	background-image: url(../images/minus-d1.png);
	background-repeat: no-repeat
}
.category-sidebar .cat-item.cat-parent.current-cat-parent.close-cat:after {
	content: "";
	color: #555;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 8px;
	border-radius: 3px;
	height: 24px;
	width: 24px;
	vertical-align: top;
	text-align: center;
	font-family: FontAwesome;
	font-weight: normal;
	background-image: url(../images/plus-d2.png);
	background-repeat: no-repeat
}
.category-sidebar .cat-item.cat-parent.current-cat-parent:after {
	content: "";
	color: #555;
	font-size: 14px;
	position: absolute;
	right: 5px;
	top: 6px;
	border-radius: 3px;
	height: 24px;
	width: 24px;
	vertical-align: top;
	text-align: center;
	font-family: FontAwesome;
	font-weight: normal;
	background-image: url(../images/minus-d1.png);
	background-repeat: no-repeat
}
.category-sidebar .cat-item.cat-parent.current-cat:after {
	content: "";
	color: #555;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 6px;
	border-radius: 3px;
	height: 24px;
	width: 24px;
	text-align: center;
	font-family: FontAwesome;
	font-weight: normal;
	background-image: url(../images/minus-d1.png);
	background-repeat: no-repeat
}
.category-sidebar .cat-item.cat-parent.current-cat.open-cat:after {
	content: "";
	color: #555;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 8px;
	border-radius: 3px;
	height: 24px;
	width: 24px;
	vertical-align: top;
	text-align: center;
	font-family: FontAwesome;
	font-weight: normal;
	background-image: url(../images/plus-d2.png);
	background-repeat: no-repeat
}
.category-sidebar .sidebar-title {
	font-size: 16px;
	margin: 0;
	padding: 12px 14px;
	text-transform: uppercase;
	background-color: #e99544;
	border-radius: 3px 3px 0 0
}
.category-sidebar .sidebar-title h3 {
	color: #fff;
	margin: auto;
	font-size: 16px
}
/*25.2 sidebar cart*/
.sidebar-cart {
	padding: 0px;
	overflow: hidden;
	border: 1px #eee solid;
	background: #FFF;
	margin-bottom: 25px
}
.sidebar-cart .block-content {
	padding: 14px
}
.sidebar-cart .amount {
	margin-bottom: 15px;
	border-bottom: 1px #ddd solid;
	padding-bottom: 4px
}
.sidebar-cart .mini-products-list .product-details .nobr {
	white-space: normal !important
}
.sidebar-cart .summary {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1
}
.sidebar-cart .subtotal {
	margin: 0;
	padding: 8px 10px;
	text-align: left;
	margin-bottom: 8px;
	margin-top: 10px;
	background: #f5f5f5
}
.sidebar-cart .block-content .summary .subtotal .label {
	padding: 2px 0;
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
	font-weight: 700
}
.sidebar-cart .subtotal .price {
	color: #ff6e1f;
	font-size: 15px;
	font-weight: bold;
	float: right
}
.cart-checkout {
	border: 0 none;
	margin: 0;
	padding: 5px 0 5px;
	text-align: left;
	margin-bottom: 0px
}
.cart-checkout a {
	border: 0px #dc436b solid;
	background: #323C46;
	text-shadow: 0 1px 0 #333;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 11px;
	padding: 8px 12px;
	text-transform: uppercase;
	border-radius: 50px
}
.cart-checkout a:hover {
	border: 0px #111 solid;
	background: #222;
	padding: 6px 10px;
	text-shadow: 0 1px 0 #000;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 11px;
	cursor: pointer
}
.sidebar-cart .block-content ul li .product-details {
	float: right;
	width: 68%
}
@media only screen and (min-width:300px) and (max-width:767px) {
.sidebar-cart .block-content ul li .product-details {
	width: 65%;
	margin-right: 15px
}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.sidebar-cart .block-content ul li .product-details {
	width: 100%;
	margin-right: 0px;
	margin-top: 10px
}
}
@media only screen and (min-width:1024px) and (max-width:1200px) {
.sidebar-cart .block-content ul li .product-details {
	width: 58%
}
}
.sidebar-cart ul li.item {
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	display: inline-block
}
.sidebar-cart ul li.item img {
	width: 65px
}
.sidebar-cart ul li.item.last {
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 5px
}
.sidebar-cart .block-content ul li a.product-image {
	display: inline
}
.sidebar-cart .block-content ul li a.product-image img {
	border: 1px solid #ECECEC
}
.sidebar-cart .block-content ul li .product-name {
	margin: 0 0 2px;
	font-size: 13px
}
.sidebar ul, .sidebar ol {
	margin: 0px;
	padding: 0px
}
.sidebar-bar-title {
	font-size: 16px;
	margin: 0;
	padding: 12px 14px;
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #eee
}
.sidebar-bar-title {
	color: #333;
	margin: auto;
	font-size: 16px
}
.sidebar-bar-title h3 {
	font-size: 16px
}
/*25.3 product price range*/
.product-price-range {
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: 25px
}
.product-price-range .block-content {
	padding: 28px 15px 10px
}
.product-price-range .amount-range-price {
	padding: 15px 0
}
.product-price-range .slider-range-price {
	height: 7px;
	background: #ccc;
	border: none;
	border-radius: 50px
}
.product-price-range .slider-range-price .ui-widget-header {
	background: #333;
	height: 7px
}
.product-price-range .slider-range-price .ui-slider-handle {
	border: 1px #666 solid;
	border-radius: 100%;
	background: #0C6;
	cursor: pointer
}
.check-box-list {
	overflow: hidden
}
.check-box-list li {
	line-height: 24px
}
.check-box-list label {
	display: inline-block;
	cursor: pointer;
	line-height: 12px
}
.check-box-list label:hover {
	color: #12a0b1
}
.check-box-list input[type="checkbox"] {
	display: none
}
.check-box-list input[type="checkbox"]+label span.button {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 13px;
	background: url("../images/checkbox.png") no-repeat;
	padding: 0;
	border: none
}
@media only screen and (min-width:480px) and (max-width:1024px) {
.check-box-list input[type="checkbox"]+label span.button {
	margin-right: 6px
}
}
.check-box-list input[type="checkbox"]:checked+label span.button {
	background: #12a0b1 url("../images/checked.png") no-repeat center center
}
.check-box-list input[type="checkbox"]:checked+label {
	color: #12a0b1
}
.check-box-list label span.count {
	color: #a4a4a4;
	margin-left: 2px
}
/*25.4 filter color*/
.filter-color ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px
}
.filter-color li {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: normal;
	float: left;
	padding: 5px
}
.filter-color li label {
	border: 1px solid #eaeaea;
	width: 20px;
	height: 20px;
	padding-top: 6px;
	padding-left: 6px;
	float: left
}
.filter-color li input[type="checkbox"]+label span.button {
	background: none;
	margin: 0
}
.filter-color li input[type="checkbox"]:checked+label {
	border-color: #ff3366
}
.filter-size {
	max-height: 200px;
	overflow-y: auto
}
.filter-size li {
	width: 50%;
	float: left
}
h2.saider-bar-title {
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px #ddd solid;
	margin-bottom: 14px;
	padding-bottom: 5px
}
/*25.5 shop by*/
.shop-by-side {
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: 25px
}
.shop-by-side .block-content {
	padding: 14px
}
.color-area {
	margin-bottom: 25px;
	overflow: hidden
}
.color ul li {
	border: 0 none;
	float: left;
	margin-right: 5px
}
@media only screen and (min-width:480px) and (max-width:1024px) {
.color ul li {
	margin-bottom: 5px
}
}
.color ul li a {
	clear: both;
	background: #000;
	float: left;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	height: 20px;
	width: 20px;
	border: 1px solid #ddd
}
.color ul li:nth-child(2) a {
	background: #e32b00
}
.color ul li:nth-child(3) a {
	background: #ff9000
}
.color ul li:nth-child(4) a {
	background: #8BC44A
}
.color ul li:nth-child(5) a {
	background: #10b9b9
}
.color ul li:nth-child(6) a {
	background: #FFFFFF
}
.size-area {
	margin-bottom: 8px;
	overflow: hidden
}
.size li {
	border: 0 none;
	float: left;
	margin-right: 5px
}
@media only screen and (min-width:480px) and (max-width:1024px) {
.size li {
	margin-bottom: 5px
}
}
.size li a {
	border: 2px solid #eaeaea;
	padding: 3px 10px;
	color: #666;
	float: left;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none
}
.size li a:hover {
	border-color: #12a0b1
}
/*25.6 compare */
.compare .block-content {
	padding: 14px
}
ol#compare-items li a.product-name {
	font-size: 14px;
	padding: 0 3px;
	margin: 0;
	font-weight: normal;
	line-height: 20px;
	text-transform: none;
	display: inline-block;
	width: 90%
}
ol#compare-items li {
	margin: 0;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	background: none
}
button.button.button-clear {
	background: #12a0b1;
	color: #fff
}
@media only screen and (min-width:768px) and (max-width:1200px) {
button.button.button-clear {
	margin-top: 10px
}
}
.compare, .popular-tags-area, .sidebar-account, .sidebar-checkout {
	background: #fff;
	margin: 0 0 25px;
	padding: 0px;
	border: 1px #eee solid
}
/*25.7 popular tags */
.popular-tags-area .tag li a:hover {
	background: #12a0b1;
	color: #fff
}
.popular-tags-area .tag {
	padding: 10px 15px 20px
}
.tag li {
	display: inline-block;
	line-height: 28px;
	margin: 5px 5px 0 0
}
.tag li a {
	background: #efefef none repeat scroll 0 0;
	color: #838383;
	display: block;
	padding: 0 8px;
	text-decoration: none
}
.single-img-add {
	margin-bottom: 25px;
	display: inline-block;
	text-shadow: none
}
.single-img-add h3 a {
	text-shadow: none;
	color: #fff
}
.single-img-add h3 {
	font-size: 20px;
	padding-top: 12px
}
.single-img-add a.info {
	display: inline-block;
	float: none;
	margin-top: 5px
}
.single-img-add .carousel-indicators {
	display: none
}
/*25.8 Add banner*/
#carousel-example-generic {
	background: #fff!important;
	padding: 5px;
	border: 1px solid #eee
}
#carousel-example-generic .carousel-control.left {
	background: none;
	display: none
}
#carousel-example-generic .carousel-control.right {
	background: none;
	display: none
}
#carousel-example-generic .carousel-inner {
	margin: 0
}
#carousel-example-generic .carousel-caption {
	width: 100%;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	padding: 0;
	bottom: 0;
	padding-bottom: 18px;
	text-align: center;
	text-shadow: none
}
.oe_overlay {
	background: #000;
	opacity: 0.7;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block
}
@media only screen and (min-width:768px) and (max-width:1169px) {
.single-img-add .carousel-inner>.item img {
	width: 100%
}
}
/******************************************
26. category description
******************************************/

.inner-info {
	position: absolute;
	margin: 0%;
	top: -5%;
	background: rgba(0,0,0,0.5);
	border-radius: 100%;
	width: 350px;
	left: 5%;
	height: 350px
}
@media (max-width:479px) {
.inner-info {
	background: inherit;
	left: -20%
}
}
@media (max-width:767px) {
.inner-info {
	background: inherit;
	left: -10%;
	top: 8%
}
}
@media (max-width:1023px) {
.inner-info {
	left: -4%;
	top: -30%
}
}
.cat-img-title {
	display: block;
	bottom: 0;
	padding: 0 25px;
	margin-top: 100px
}
@media (max-width:767px) {
.cat-img-title {
	margin-top: 18px
}
}
.cat-img-title .cat-heading {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff
}
@media (max-width:767px) {
.cat-img-title .cat-heading {
	font-size: 20px
}
}
.cat-img-title .cat-heading, .cat-img-title p {
	transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	margin-bottom: 5px
}
.cat-img-title p {
	clear: left;
	font-size: 14px;
	line-height: 1em;
	color: #fff
}
@media (max-width:767px) {
.cat-img-title p {
	display: none
}
}
.cat-img-title span {
	font-size: 16px;
	color: #fff
}
@media (max-width:767px) {
.cat-img-title span {
	font-size: 14px
}
}
.cat-img-title.cat-bg .cat-heading, .cat-img-title.cat-bg p {
	color: #333
}
.category-description .owl-item .item {
	margin: auto;
	overflow: hidden
}
.category-description .owl-item .item img {
	width: 100%
}
.category-description a.info {
	float: none;
	display: inline-block
}
@media (max-width:767px) {
.category-description a.info {
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	padding: 5px 14px
}
}
.category-description {
	overflow: hidden
}
.category-description .slider-items-products .owl-buttons .owl-prev {
	top: 40%
}
.category-description .slider-items-products .owl-buttons .owl-next {
	top: 40%
}
.category-description .slider-items-products:hover .owl-buttons .owl-next a {
	right: 30px
}
.category-description .slider-items-products:hover .owl-buttons .owl-prev a {
	left: 12px
}
.category-description .product-flexslider {
	margin-top: 0px
}
/******************************************
27. products grid
******************************************/
.products-grid {
	margin: 0;
	list-style: none
}
ul.products-grid {
	padding: 0;
	margin: 0
}
.products-grid .item {
	margin-top: 20px;
	padding: 0px
}
@media (max-width:479px) {
.product-grid-area .products-grid .item {
	width: 80%;
	float: none;
	margin: 15px auto 15px
}
}
.col-main .product-grid-area .products-grid {
	margin-left: -12px;
	margin-right: -12px
}
/******************************************
28. products list
******************************************/
.products-list .product-name {
	text-align: left;
	margin: 0 0 8px
}
.products-list .product-name a {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase
}
.products-list .item {
	padding: 0;
	overflow: hidden;
	margin: 15px 0 20px !important;
	border: 1px solid #eee;
	background: #fff
}
.products-list .rating {
	display: inline-block;
	margin-right: 6px
}
.products-list .rating-links {
	display: inline-block;
	margin-bottom: 4px
}
.products-list .item h3 {
	font-weight: normal;
	color: #353535;
	padding-bottom: 2px
}
.products-list .item h3 a {
	font-weight: normal;
	font-size: 14px;
	color: #407CBF;
	text-decoration: none
}
.products-list .item h3 a:hover {
	font-weight: normal;
	font-size: 14px;
	color: #333;
	text-decoration: underline
}
.products-list .product-img {
	overflow: hidden;
	position: relative;
	padding-left: 0
}
.products-list .product-img img {
	width: 100%
}
.products-list .product-shop {
	margin: 10px 0px
}
.products-list .product-shop .desc {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #666
}
.products-list .product-shop p {
	font-size: 14px;
	color: #666;
	line-height: 1.5em
}
.products-list .product-shop p.old-price {
	margin-right: 4px
}
.products-list .product-shop .price-box {
	margin: 0px 0 10px
}
.products-list .desc a.link-learn {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	color: #e99544
}
button.button.cart-button {
	border: 2px solid #12a0b1;
	background: #12a0b1;
	color: #fff;
	display: inline-block
}
.products-list .product-shop button.button span {
	font-size: 12px;
	padding: 1px 0 0 10px;
	text-transform: uppercase
}
.products-list .product-shop .actions ul {
	display: inline-block;
	float: right;
	margin-top: 8px
}
.products-list .product-shop .actions ul li {
	margin-right: 20px;
	display: inline-block
}
.products-list .product-shop .actions ul li a {
	text-transform: uppercase;
	font-size: 12px
}
.products-list .product-shop .actions ul li:last-child a {
	border-left: 1px solid #e5e5e5;
	padding-left: 21px
}
.products-list .product-shop .actions ul li:last-child {
	margin-right: 0px
}
.products-list .product-shop .actions ul li span {
	margin-left: 5px
}
/******************************************
29. price box
******************************************/
.price {
	font-size: 14px;
	color: #12a0b1;
	white-space: nowrap !important
}
.price-box {
	margin: 8px 0 2px
}
.regular-price {
	display: inline
}
.regular-price .price {
	font-weight: bold;
	font-size: 16px;
	color: #444
}
.block .regular-price, .block .regular-price .price {
	color: #000
}
.price-box .price-from .price {
	font-weight: 900;
	font-size: 14px;
	color: #333
}
.price-box .price-to .price {
	font-weight: 900;
	font-size: 14px;
	color: #333
}
.price-box .minimal-price .price {
	font-weight: 900;
	font-size: 14px;
	color: #333
}
.old-price .price-label {
	white-space: nowrap;
	color: #999;
	display: none
}
.old-price {
	display: inline;
	margin-right: 15px
}
.old-price .price-label {
	color: #777777;
	display: none;
	white-space: nowrap
}
.old-price .price {
	color: #777777!important;
	font-size: 15px;
	font-weight: normal;
	text-decoration: line-through;
	margin-right: 6px
}
.special-price {
	margin: 0;
	padding: 3px 0;
	display: inline
}
.special-price .price-label {
	color: #666;
	display: none;
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap
}
.special-price .price {
	font-size: 16px;
	color: #444;
	font-weight: bold
}
.special-price .price-label {
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
	color: #666;
	display: none
}
.minimal-price {
	margin: 0
}
.minimal-price .price-label {
	white-space: nowrap
}
.minimal-price-link {
	display: inline
}
/******************************************
30. products view
******************************************/

.large-image img {
	max-width: 100%;
	height: auto
}
.product-view-area .product-img-box .product-image {
	margin: 0 0 13px;
	position: relative;
	overflow: hidden
}
.magnifier img {
	max-width: inherit
}
.product-big-image {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border-right: 1px #e5e5e5 solid
}
@media (max-width:480px) {
.product-big-image {
	border-right: none
}
}
@media (max-width:480px) {
.magnifier {
	left: 15px !important
}
}
.product-view-area {
	margin: auto;
	position: relative;
	z-index: 0;
	margin: 10px 15px;
	background: #fff;
	border: 1px #e5e5e5 solid;
	display: inline-block
}
@media (max-width:480px) {
.product-view-area {
	width: 90%
}
}
.product-view-area .flexslider-thumb {
	max-width: 580px;
	padding: 22px 70px;
	position: relative;
	background: #f9f9f9;
	margin: 1px;
	border-top: 1px #e5e5e5 solid
}
@media (max-width:479px) {
.product-view-area .flexslider-thumb {
	padding: 22px 32px;
	border-bottom: 1px #e5e5e5 solid
}
}
@media (max-width:767px) {
.product-view-area .flexslider-thumb {
	padding: 22px 48px;
	border-bottom: 1px #e5e5e5 solid
}
}
@media (min-width:768px) and (max-width:991px) {
.product-view-area .flexslider-thumb {
	padding: 22px 35px;
	border-bottom: 1px #e5e5e5 solid
}
}
.product-view-area-compact .flexslider-thumb {
	margin: 17px auto 0
}
.product-view-area .flexslider-thumb .flex-viewport {
	z-index: 10
}
.product-view-area .flexslider-thumb .flex-direction-nav {
	top: 30%;
	left: 0;
	width: 100%;
	z-index: 9
}
.product-view-area .flexslider-thumb .flex-prev {
	position: absolute;
	left: 20px;
	top: 8px;
	border: 1px #e5e5e5 solid;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 28px;
	border-radius: 100%;
	text-align: center;
	font-size: 11px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
@media (max-width:768px) {
.product-view-area .flexslider-thumb .flex-prev {
	left: 0
}
}
.product-view-area .flexslider-thumb .flex-direction-nav a:hover {
	color: #fff;
	background: #12a0b1;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
.product-view-area .flexslider-thumb .flex-next {
	position: absolute;
	right: 20px;
	top: 8px;
	border: 1px #e5e5e5 solid;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 28px;
	border-radius: 100%;
	text-align: center;
	font-size: 11px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
@media (max-width:480px) {
.product-view-area .flexslider-thumb .flex-next {
	right: 0
}
}
@media (max-width:768px) {
.product-view-area .flexslider-thumb .flex-next {
	right: 5px
}
}
.product-view-area .flexslider-thumb li img {
	cursor: pointer;
	-moz-user-select: none;
	border: 1px #e5e5e5 solid;
	padding: 2px
}
.product-view-area .previews-list {
	padding: 0;
	list-style-type: none;
	text-align: center
}
.product-view-area .previews-list li {
	margin-right: 15px;
	padding: 0;
	float: none;
	display: inline-block
}
.product-view-area .flexslider-thumb-vertical-outer {
	margin: 0 10px 15px 0;
	width: 76px;
	float: left;
	position: relative;
	z-index: 1
}
.product-view-area .flexslider-thumb-vertical .flex-viewport {
	height: 300px !important
}
.product-view-area .flexslider-thumb-vertical .slides {
	margin: -4px 0 0;
	padding: 0;
	list-style-type: none
}
.product-view-area .flexslider-thumb-vertical .slides li {
	margin: 0;
	padding: 0;
	overflow: hidden
}
.product-view-area .flexslider-thumb-vertical .slides li img {
	width: 100%;
	padding: 4px 0;
	cursor: pointer;
	-moz-user-select: none
}
.flex-direction-nav, .slider-controls {
	-webkit-transform: translate3d(0, 0, 0)
}
.product-view-area li {
	list-style: none
}
.product-color-size-area {
	display: inline-block;
	width: 100%;
	margin-bottom: 8px
}
.product-color-size-area .color-area {
	display: inline-block;
	width: 40%;
	float: left;
	margin-right: 18px
}
@media only screen and (min-width:768px) and (max-width:992px) {
.product-color-size-area .color-area {
	width: 42%
}
}
@media (max-width:480px) {
.product-view-area .color ul li, .product-view-area .size li {
	margin-bottom: 5px
}
}
.product-color-size-area .size-area {
	display: inline-block;
	width: 40%
}
@media (max-width:768px) {
.product-color-size-area .size-area {
	width: 52%
}
}
.product-view-area .product-details-area {
	margin-top: 0;
	z-index: -9;
	padding: 20px 12px 12px
}
@media (max-width:768px) {
.product-view-area .product-details-area {
	padding: 10px 0px
}
}
.product-view-area .product-name h1 {
	font-size: 38px;
	margin: 0 0 18px;
	text-align: left;
	line-height: normal;
	padding-bottom: 4px;
	letter-spacing: normal;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5
}
@media (max-width:480px) {
.product-view-area .product-name h1 {
	font-size: 24px
}
}
.product-view-area .short-description {
	font-size: 13px;
	padding-top: 12px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 15px
}
.product-view-area .short-description h2 {
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 5px;
	font-weight: bold
}
.product-view-area .short-description p {
	font-size: 14px
}
.product-view-area .product-details-area .ratings {
	padding: 5px 0 0;
	margin: auto
}
.product-view-area .product-details-area .ratings .rating {
	margin-bottom: 15px;
	display: inline-block;
	margin-right: 10px
}
.product-view-area .product-details-area .ratings .rating i {
	font-size: 15px
}
.product-view-area .product-details-area .ratings .rating-links {
	margin-bottom: 12px;
	display: inline-block
}
@media (max-width:768px) {
.product-view-area .product-details-area .ratings .rating-links {
	display: none
}
}
.availability.in-stock span {
	color: #fff;
	background-color: #5cb85c;
	padding: 5px 12px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: bold
}
.availability.out-of-stock span {
	color: #fff;
	background-color: #d9534f;
	padding: 5px 12px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: bold
}
.product-view-area .product-details-area .price-box {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #e5e5e5
}
.product-view-area .product-details-area .price-box .old-price {
	margin-right: 5px;
	margin-top: 0;
	display: inline-block
}
.product-view-area .product-details-area .special-price {
	display: inline-block;
	margin: 0;
	padding: 0
}
.product-view-area .product-details-area .old-price .price {
	font-size: 20px;
	font-weight: normal;
	color: #ccc;
	margin-left: 10px
}
.product-view-area .product-details-area .price {
	font-size: 28px;
	color: #ff6e1f;
	font-weight: bold
}
.cart-plus-minus .qty {
	border: 1px solid #ddd;
	color: #000;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	margin-right: 0;
	padding: 0 5px 1px;
	text-align: center;
	width: 65px
}
.dec.qtybutton {
	background-color: #e5e5e5;
	border: 1px #ddd solid;
	border-right: none;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #333;
	font-size: 14px;
	line-height: normal;
	padding: 12px 14px 9px 16px;
	line-height: 18px;
	display: inline-block;
	border-radius: 50px 0 0 50px;
	height: 40px;
	float: left;
	cursor: pointer
}
.dec.qtybutton:hover, .inc.qtybutton:hover {
	background-color: #12a0b1;
	color: #fff
}
.inc.qtybutton {
	background-color: #e5e5e5;
	border: 1px #ddd solid;
	border-left: none;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #333;
	font-size: 14px;
	line-height: normal;
	padding: 12px 14px 9px 16px;
	line-height: 18px;
	display: inline-block;
	border-radius: 0 50px 50px 0;
	height: 40px;
	float: left;
	cursor: pointer
}
.cart-plus-minus label {
	display: inline-block;
	float: left;
	margin-top: 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	margin-right: 10px
}
@media (min-width:768px) and (max-width:991px) {
.cart-plus-minus label {
	display: none
}
}
.cart-plus-minus {
	display: inline-block;
	float: left;
	margin-right: 18px
}
@media (max-width:480px) {
.cart-plus-minus {
	margin-right: 0px;
	margin-bottom: 8px
}
}
.product-variation {
	display: inline-block;
	width: 100%;
	border: 1px #e5e5e5 solid;
	background: #f9f9f9;
	padding: 15px;
	margin-bottom: 15px
}
.numbers-row {
	float: left
}
.pro-add-to-cart {
	float: left
}
button.button.pro-add-to-cart {
	background: #12a0b1;
	color: #fff;
	padding: 7px 22px
}
button.button.pro-add-to-cart:hover {
	background: #ff6e1f;
	border: 2px #ff6e1f solid
}
button.button.pro-add-to-cart span {
	font-size: 16px
}
button.button.pro-add-to-cart span i {
	margin-right: 10px
}
.email-addto-box {
	display: inline-block;
	margin-top: 30px
}
.product-cart-option ul {
	margin: auto;
	display: inline-block
}
.product-cart-option ul li {
	border-right: 1px solid #e5e5e5;
	float: left;
	margin-right: 15px;
	padding-right: 15px
}
@media (max-width:480px) {
.product-cart-option ul li {
	border-right: none;
	margin-right: 0px
}
}
@media (min-width:768px) and (max-width:991px) {
.product-cart-option ul li {
	margin-right: 6px;
	padding-right: 6px
}
}
.product-cart-option ul li a {
	color: #636363;
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase
}
.product-cart-option ul li a:hover, .product-cart-option ul li a:hover i {
	color: #12a0b1
}
.product-cart-option ul li:last-child {
	border: none
}
.product-cart-option ul li a i {
	color: #bbb;
	font-size: 14px;
	margin-right: 8px
}
.product-cart-option ul li a i.fa.fa-heart {
	font-size: 12px
}
.product-overview-tab {
	margin-top: 18px
}
/******************************************
31. products tabs
******************************************/

.product-tabs {
	line-height: normal;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	z-index: 1;
	border-bottom: 3px double #ddd;
	margin-top: 5px;
	height: 22px;
	text-align: center;
	width: 100%
}
@media (max-width:480px) {
.product-tabs {
	height: auto;
	border-bottom: none
}
}
.product-tabs li a {
	border-bottom: none;
	color: #8c8b8b;
	margin-right: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	padding: 0 20px
}
.product-tabs li.active a {
	border: 2px solid #12a0b1;
	border-radius: 50px;
	background: #12a0b1;
	color: #fff
}
#product-detail-tab.nav-tabs>li {
	float: none;
	display: inline-block
}
@media (max-width:480px) {
#product-detail-tab.nav-tabs>li {
	margin-bottom: 10px;
	width: 100%
}
}
.nav-tabs.product-tabs>li>a {
	line-height: 1.42857143;
	border-radius: 50px;
	border: 2px solid #999;
	padding: 8px 28px;
	background: #fff
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background: #12a0b1;
	border: 2px solid #12a0b1;
	color: #fff
}
.nav-tabs>li>a:hover {
	background: #333;
	color: #fff;
	border: 2px solid #333
}
.tab-content {
	padding: 5px 0px 20px 0px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 30px
}
@media (max-width:480px) {
.tab-content {
	margin-top: 5px
}
}
.tab-content>.active {
	margin-top: 15px
}
.form-add-tags input.input-text, select, textarea {
	border: 2px solid #ddd;
	margin-top: 0;
	padding: 8px;
	width: 35%;
	background: #fff;
	border-radius: 50px 0 0 50px
}
@media (max-width:480px) {
.form-add-tags input.input-text, select, textarea {
	width: 60%
}
}
button.button.add-tags {
	margin-left: -5px;
	border-radius: 0 50px 50px 0;
	background: #12a0b1;
	border: 2px solid #12a0b1;
	color: #fff
}
.form-add-tags {
	text-align: center
}
.form-add-tags h2 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px
}
p.note {
	text-align: center;
	margin-top: 8px
}
.reviews-content-left h2, .reviews-content-right h2 {
	color: #222;
	font-size: 15px;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: bold
}
.product-view .box-reviews dl {
	margin: 15px 0
}
.review-ratting {
	margin: 15px 0
}
.review-ratting p {
	margin: 4px 0 6px;
	font-weight: bold
}
.review-ratting p a {
	color: #12a0b1;
	text-decoration: none
}
.review-ratting p a:hover {
	color: #000
}
.review-ratting table tr th, .review-ratting table tr td {
	font-size: 12px;
	line-height: 1em;
	padding: 5px 0
}
.review-ratting table tr th {
	font-weight: bold;
	padding-right: 8px
}
.author small {
	font-style: italic
}
.reviews-content-right h3 {
	font-size: 13px;
	font-weight: normal;
	color: #222;
	line-height: 1.35;
	margin: 0 0 5px
}
.reviews-content-right h3 span {
	color: #12a0b1
}
.reviews-content-right h4 {
	color: #222;
	font-size: 13px;
	font-weight: 700;
	margin: 0
}
.reviews-content-right h4 em {
	color: #ed1c24
}
.reviews-content-right table {
	margin-top: 15px;
	text-align: center;
	width: 100%
}
.reviews-content-right table tr td {
	border: 1px solid #e5e5e5;
	padding: 6px 10px;
	background: #fff
}
.reviews-content-right table tr th {
	background: #333;
	border: 0 none;
	color: #fff;
	padding: 10px;
	text-align: center
}
.product-overview-tab .form-area {
	margin: 15px 0 0
}
.product-overview-tab .form-area .form-element input, textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	padding: 5px;
	width: 60%;
	height: 34px
}
@media (max-width:480px) {
.product-overview-tab .form-area .form-element input, textarea {
	width: 90%
}
}
.product-overview-tab .form-area .form-element textarea {
	height: 100px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 0px
}
.product-overview-tab .buttons-set {
	border: none;
	border-top: 1px solid #e5e5e5;
	margin: 20px 0 0;
	padding: 8px 0 0;
	text-align: right
}
.tag-content .form-element {
	overflow: hidden
}
.tag-content .form-element input {
	height: 40px;
	width: 299px;
	float: left;
	margin-right: 5px
}
.form-element label, .ck-box label {
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 10px auto 2px
}
.form-element label em {
	color: #f22e3b;
	font-family: arial;
	font-style: normal
}
.upsell-product-area {
	background-color: #fff;
	border-top: 1px #e5e5e5 solid;
	padding: 5px 0 30px;
	border-bottom: 1px #e5e5e5 solid
}
.upsell-product-area .page-header h2 {
	color: #000
}
.related-product-area .page-header h2 {
	color: #000
}
.col2-right-layout .product-view-area {
	margin: 0
}
.col2-right-layout .product-view-area .product-details-area {
	padding: 20px 0 12px
}
.col2-right-layout .product-view-area .flexslider-thumb {
	padding: 22px 65px
}
.product-view-area ul, .product-overview-tab ul {
	padding: 0px;
	margin: 0px
}
.col2-right-layout .product-color-size-area .size-area {
	width: 45%
}
.col2-right-layout .nav-tabs.product-tabs>li>a {
	padding: 8px 20px
}
.col2-left-layout .product-view-area {
	margin: 10px 0
}
.col2-left-layout .product-view-area .product-details-area {
	padding: 20px 0 12px
}
.col2-left-layout .product-view-area .flexslider-thumb {
	padding: 22px 65px
}
.col2-left-layout .product-color-size-area .size-area {
	width: 45%
}
.col2-left-layout .nav-tabs.product-tabs>li>a {
	padding: 8px 20px
}
.page-content {
	margin-top: 30px
}
/******************************************
32. shopping cart
******************************************/

.page-order ul.step {
	width: 100%;
	clear: both;
	overflow: hidden
}
.page-order ul.step li {
	display: inline;
	line-height: 30px;
	width: 19%;
	float: left;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 50px;
	margin-right: 12px;
	background: #fff;
	text-transform: uppercase
}
@media (max-width:568px) {
.page-order ul.step li {
	width: 98%;
	margin-right: 0px;
	margin-bottom: 10px
}
}
@media only screen and (min-width:567px) and (max-width:1024px) {
.page-order ul.step li {
	margin-right: 6px
}
}
.page-order ul.step li:last-child {
	margin-right: 0px
}
.page-order ul.step li.current-step {
	border: 2px solid #e99544
}
.page-order .heading-counter {
	margin: 30px 0;
	padding: 15px;
	border: 1px solid #eaeaea;
	background: #fff
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 0px
}
.page-order .cart_navigation a.continue-btn {
	padding: 10px 20px;
	border: 2px solid #eaeaea;
	border-radius: 50px;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px
}
.page-order .availability {
	text-align: center
}
.page-order .product-name {
	font-size: 16px;
	margin-bottom: 0px
}
.page-order .cart_description {
	font-size: 14px
}
.page-order .cart_navigation a.checkout-btn {
	float: right;
	background: #ff6e1f;
	color: #fff;
	border: 2px solid #ff6e1f;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 30px
}
@media (max-width:480px) {
.page-order .cart_navigation a.checkout-btn {
	float: left
}
}
.page-order .cart_navigation a.checkout-btn:hover {
	border: 2px solid #12a0b1;
	background: #12a0b1
}
.cart_summary>thead, .cart_summary>tfoot {
	background: #f7f7f7;
	font-size: 16px
}
.cart_summary>tfoot strong {
	color: #ff6e1f
}
.cart_summary>thead>th {
	border-bottom-width: 1px;
	padding: 20px
}
.cart_summary td {
	vertical-align: middle!important;
	padding: 20px
}
.cart_summary .table>tbody>tr>td, .table>tbody>tr>th, .cart_summary .table>tfoot>tr>td, .table>tfoot>tr>th, .cart_summary .table>thead>tr>td, .table>thead>tr>th {
	padding: 10px
}
.cart_summary img {
	max-width: 100px
}
.cart_summary td.cart_product {
	width: 120px;
	padding: 15px
}
.cart_summary .price {
	text-align: center
}
.cart_summary .qty {
	text-align: center;
	width: 100px
}
.cart_summary .qty input {
	text-align: center;
	max-width: 64px;
	margin: 0 auto;
	border-radius: 0px;
	border: 1px solid #eaeaea
}
@media (max-width:767px) {
.cart_summary .qty input {
	width: 50px
}
}
.cart_summary .qty a {
	padding: 8px 10px 5px 10px;
	border: 1px solid #eaeaea;
	display: inline-block;
	width: auto;
	margin-top: 5px
}
.cart_summary .qty a:hover {
	background: #ff3366;
	color: #fff
}
.cart_summary .action {
	text-align: center
}
.cart_summary .action a {
	font-size: 13px;
	display: inline-block;
	line-height: 24px
}
.cart_summary tfoot {
	text-align: right
}
.cart_navigation {
	margin-top: 10px;
	float: left;
	width: 100%;
	margin-bottom: 35px
}
/******************************************
33. My Wishlist
******************************************/

.sidebar-account .sidebar-bar-title {
	font-size: 16px;
	margin: 0;
	padding: 12px 14px;
	text-transform: uppercase;
	background-color: #e99544;
	border-radius: 3px 3px 0 0
}
.sidebar-account .sidebar-bar-title h3 {
	color: #fff
}
.sidebar-account .block-content {
	padding: 0 10px
}
.sidebar-account .block-content ul {
	margin-top: 5px;
	margin-bottom: 5px
}
.sidebar-account .block-content li {
	padding: 10px 0px;
	border-top: 1px #fff solid;
	border-bottom: 1px #ddd solid
}
.sidebar-account .block-content li:first-child {
	border-top: none
}
.sidebar-account .block-content li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 10px;
	display: inline-block;
	position: absolute;
	cursor: pointer;
	line-height: 16px;
	color: #333
}
.sidebar .block-content li.last {
	border-bottom: none
}
.sidebar-account .block-content li a {
	cursor: pointer;
	padding: 0 12px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
.sidebar-account .block-content li a:hover {
	cursor: pointer;
	padding: 0 12px;
	color: #000
}
.sidebar-account .block-content li.current {
	font-weight: 900;
	color: #333
}
.sidebar-checkout .block-content {
	padding: 14px
}
.box-wishlist label, .box-wishlist .button {
	margin-top: 10px;
	margin-bottom: 5px
}
.box-wishlist {
	margin-top: 20px
}
.table-wishlist th {
	background: #fafafa
}
.list-wishlist {
	margin-top: 20px
}
ul.list-wishlist {
	margin: auto -15px 40px;
	padding: 0;
	text-align: center
}
.list-wishlist li {
	margin-top: 30px;
	list-style: none
}
@media (max-width:567px) {
.list-wishlist li {
	margin: auto auto 15px;
	width: 270px
}
}
@media only screen and (min-width:568px) and (max-width:767px) {
.list-wishlist li {
	width: 265px;
	display: inline-block
}
}
.list-wishlist li .item-title, .list-wishlist li .qty, .list-wishlist li .priority, .list-wishlist li .button {
	margin-top: 10px
}
.list-wishlist li .qty label {
	float: left;
	display: inline-block;
	margin-top: 5px
}
.list-wishlist .input-sm {
	display: inline-block;
	float: left;
	width: 70%;
	margin-left: 8px
}
.list-wishlist li .item-title a {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	display: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.list-wishlist li .button-action {
	text-align: center;
	display: inline-block;
	width: 100%
}
.close-wishlist {
	position: absolute;
	right: 16px;
	font-size: 15px;
	top: -1px
}
.list-wishlist li .button-action a {
	position: absolute;
	right: 10px;
	top: 15px
}
.list-wishlist li .button-action a .fa {
	line-height: inherit
}
.list-wishlist .product-img {
	border-bottom: 1px #eee solid
}
.list-wishlist li .item {
	border: 1px #eee solid;
	background: #fff
}
.item-info {
	padding: 8px;
	margin: 2px;
	background: #f9f9f9
}
.box-wishlist h2 {
	margin-bottom: 5px
}
.box-border {
	border: 1px solid #eaeaea;
	padding: 20px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px
}
/*Home 4*/
.header-container {
	background: #12a0b1;
}
.support-client {
	margin-top: 26px;
}
.support-client .box-container {
	color: #eee;
	text-align: left;
	margin-bottom: 15px;
}
.support-client .box-container:before {
	border: 1px solid #d9d9d9;
	float: left;
	font-family: FontAwesome;
	font-size: 20px;
	height: 42px;
	text-align: center;
	width: 45px;
	line-height: 38px;
	border-radius: 100%;
}
.support-client .free-shipping:before {
	content: "\f0d1";
}
.support-client .money-back:before {
	content: "\f164";
}
.support-client .box-container .box-inner {
	margin-left: 58px;
}
.support-client h2 {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.support-client p {
	margin: 0;
	font-size: 12px;
}
@media only screen and (min-width: 1024px) and (max-width: 1140px) {.support-client p {

	font-size: 11px;
}}
.menu {
	list-style: none;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	border-left: 0;
	margin: 0;
	margin-left: -30px;
}
.menu > li {
	float: left;
}
.menu > li > a {
	display: block;
	line-height: 20px;
	font-size: 13px;
	font-weight: 700;
	color: #222;
	text-transform: uppercase;
	padding: 8px 24px;
	border-left: 1px solid #d9d9d9;
}
.menu > li:first-child > a {
	border-left: 0;
}
.menu > li > a:hover, .menu > li > a:focus, .menu > li.active > a {
	text-decoration: none;
	color: #12a0b1;
}
/* Mega Menu */
.mega-container {
	position: relative;
	z-index: 100;
}
.navleft-container {
	width: 100%;
}
.mega-menu-title {
	background-color: #fed136;
	color: #fff;
	cursor: pointer;
}
.mega-menu-title h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 12px 15px 11px;
	position: relative;
	text-transform: uppercase;
	height: 45px;
}
.mega-menu-title h3:after {
	content: "\f039";
	display: inline-block;
	background: #12a0b1;
	width: 52px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'FontAwesome';
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	font-weight: normal;
}
.mega-menu-category {
	border: 0px solid #d9d9d9;
	border-top: 0;
}

.mega-menu-category ul {
	padding: 0px;
	margin: 0px;
}
.mega-menu-category > .nav > li > a {
	border-bottom: 1px solid #d6d9d9;
	padding: 12px 15px;
	color: #fff;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {.mega-menu-category { display:none}.navleft-container{ display:none;}

}
@media only screen and (min-width: 1024px) and (max-width: 1080px) {
.mega-menu-category > .nav > li > a {padding: 8px 15px;}
}
.mega-menu-category > .nav > li > a:after {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 14px;
	position: absolute;
	right: 15px;
}
.mega-menu-category > .nav > li.nosub > a:after {
	display: none;
}
.mega-menu-category > .nav > li.more-menu {
	display: none;
}
.mega-menu-category > .nav > li.view-more > a {
	border-bottom: 0;
}
.mega-menu-category > .nav > li.view-more > a:after {
	content: "\f0fe";
}
.mega-menu-category > .nav > li > a:hover, .mega-menu-category > .nav > li > a:focus, .mega-menu-category > .nav > li.active > a {
	background-color: #12a0b1;
	color: #fff;
}
.wrap-popup {
	position: absolute;
	left: 110%;
	top: 0;
	width: 700px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	z-index: 100;
}
.wrap-popup.column2 {
	width: 400px;
}
.wrap-popup.column1 {
	width: 200px;
}
.mega-menu-category > .nav > li.active .wrap-popup {
	left: 100%;
}
.popup {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	display: none;
	text-align: left;
	z-index: 3000;
	padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {.popup {padding: 12px;}
.wrap-popup {width: 565px;}}
.popup h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 5px;
}
.popup .nav > li > a {
	text-transform: uppercase;
	color: #404040;
	padding: 7px 0;
}
.popup .nav > li > a:hover, .popup .nav > li > a:focus {
	color: #12a0b1;
	background-color: transparent;
}
.box-banner {
	padding-bottom: 10px;
}
.box-banner + .box-banner {
	margin-top: 10px;
}
.box-banner:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.box-banner h3 {
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
}
.box-banner .price-sale {
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
}
.box-banner .price-sale sub, .box-banner .price-sale sup {
	font-size: 16px;
	font-weight: 700;
}
.box-banner .price-sale sub {
	bottom: 3px;
	left: -22px;
}
.box-banner .price-sale sup {
	top: -17px;
	left: -8px;
}
.box-banner a {
	text-transform: capitalize;
	color: #fff;
	text-decoration: underline;
}
.box-banner {
	position: relative;
}
.box-banner .add-right {
}
.add-desc {
	position: absolute;
	top: 12%;
	left: 10%
}
.box-banner a:hover {
	color: #12a0b1;
}
.has-sep:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	border-left: 1px solid #e5e5e5;
	left: -10px;
}
/* Navbar */
.navbar-primary {
	background-color: #12a0b1;
	margin: 0;
	border: 0;
}
.navbar-brand {
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-primary .navbar-brand {
	color: #fff;
	font-weight: 700;
}
.navbar-nav > li > a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	color: #000;
}
/* Slideshow */
.dn {
	display: none;
}
.flexslider {
	margin: 0px auto 30px;
}
.timethai {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(49, 56, 72, 0.298);
	height: 5px;
	-webkit-animation: myfirst 6000ms ease-in-out;
	-moz-animation: myfirst 6000ms ease-in-out;
	-ms-animation: myfirst 6000ms ease-in-out;
	animation: myfirst 6000ms ease-in-out;
}
@-webkit-keyframes myfirst {
 from {
 width: 0;
}
to {
	width: 100%;
}
}
@keyframes myfirst {
 from {
 width: 0;
}
to {
	width: 100%;
}
}
.timethai.pos_hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.flex-direction-nav a, .nivo-directionNav a {
	width: 50px;
	height: 50px;
	margin: -29px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	font-size: 0;
	z-index: 9;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	background: #000;
	text-decoration: none!important;
}
.flex-direction-nav .flex-next, .nivo-directionNav a.nivo-nextNav {
	background-position: 100% 0;
	right: -50px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.flex-direction-nav .flex-prev, .nivo-directionNav a.nivo-prevNav {
	left: -50px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ma-nivoslider:hover .nivo-directionNav a.nivo-nextNav {
	right: -25px;
	opacity: 1;
}
.ma-nivoslider:hover .nivo-directionNav a.nivo-prevNav {
	left: -25px;
	opacity: 1;
}
.flexslider .flex-next:hover, .nivo-directionNav a.nivo-nextNav:hover {
	background: #404048;
}
.flexslider .flex-prev:hover, .nivo-directionNav a.nivo-prevNav:hover {
	background: #404048;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
.flex-direction-nav a:before, .nivo-directionNav a:before {
	display: block;
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
	width: 20px;
	height: 20px;
}
.flex-direction-nav .flex-prev:before, .nivo-directionNav a.nivo-prevNav:before {
	content: "\f104";
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}
.flex-direction-nav .flex-next:before, .nivo-directionNav a.nivo-nextNav:before {
	content: "\f105";
	transform: rotate(-135deg) translateX(-25px);
	-webkit-transform: rotate(-135deg) translateX(-25px);
	-moz-transform: rotate(-135deg) translateX(-25px);
}
.flex-control-nav, .nivo-controlNav {
	position: absolute;
	bottom: 30px;
	text-align: center;
	right: 0;
	left: 0
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active, .nivo-controlNav a:hover, .nivo-controlNav a.active {
	cursor: pointer;
	width: 11px;
	height: 11px;
	border: 3px solid #12a0b1;
}
.nivo-controlNav a {
	border: 0 none;
	display: inline-block;
	height: 11px;
	margin: 0 3px;
	font-size: 0;
	width: 11px;
	cursor: pointer;
	position: relative;
	z-index: 9;
	background-color: #fff;
	border: 3px solid transparent;
}
.banner7-content {
	height: 100%;
	position: relative;
	color: #fff;
}
.banner7-content .title-container {
	position: absolute;
	top: 68%;
	left: 3%;
	text-align: center;
}
.banner7-content h1 {
	-webkit-animation: bounceIn 1500ms ease-in-out;
	-moz-animation: bounceIn 1500ms ease-in-out;
	-ms-animation: bounceIn 1500ms ease-in-out;
	animation: bounceIn 1500ms ease-in-out;
}
.banner7-content .title1 {
	display: block;
	color: #08c;
	font-weight: 800;
	font-size: 50px;
	line-height: 60px;
	margin: 0;
	text-transform: capitalize;
	letter-spacing: -2px;
}
.banner7-content h2 {
	-webkit-animation: bounceIn 1800ms ease-in-out;
	-moz-animation: bounceIn 1800ms ease-in-out;
	-ms-animation: bounceIn 1800ms ease-in-out;
	animation: bounceIn 1800ms ease-in-out;
	clear: both;
}
.banner7-content h2 {
	color: #777;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 0;
	text-transform: capitalize;
}
.banner7-content h3 {
	-webkit-animation: bounceIn 2200ms ease-in-out;
	-moz-animation: bounceIn 2200ms ease-in-out;
	-ms-animation: bounceIn 2200ms ease-in-out;
	animation: bounceIn 2200ms ease-in-out;
	float: right;
	clear: both;
	padding: 10px;
	text-transform: capitalize;
	color: #fff;
	font-family: arial;
	background-color: rgba(67, 66, 64, 0.54);
	font-size: 1.3em;
	line-height: 1.8;
	margin-bottom: 10px
}
.banner7-content .banner7-readmore {
	-webkit-animation: bounceInUp 2200ms ease-in-out;
	-moz-animation: bounceInUp 2200ms ease-in-out;
	-ms-animation: bounceInUp 2200ms ease-in-out;
	animation: bounceInUp 2200ms ease-in-out;
	clear: both;
	margin-top: 30px;
}
.banner7-content .banner7-readmore a {
	font-size: 11px;
	padding: 10px 15px;
	text-transform: uppercase;
	display: inline-block;
	background: #222;
	color: #fff;
	font-family: montserratbold;
}
.banner7-content .banner7-readmore a:after {
	content: "\f061";
	display: inline-block;
	font-family: FontAwesome;
	margin-left: 10px;
}
.banner7-content .banner7-readmore a:hover {
	background: #fff;
	color: #222;
}
.banner7-content .banner7-des {
	clear: both;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}
.banner7-content .banner7-des:before {
	content: "";
	width: 13px;
	height: 100%;
	position: absolute;
	right: 0;
	display: block;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.banner7-content .banner7-des h1 {
	font-size: 30px;
	color: #000;
	line-height: 38px;
	background: #fed136;
	text-transform: uppercase;
	padding: 0 28px;
	margin: 0;
	float: right;
	position: relative;
	-webkit-animation: fadeInUp 500ms ease-in-out;
	-moz-animation: fadeInUp 500ms ease-in-out;
	-ms-animation: fadeInUp 500ms ease-in-out;
	animation: fadeInUp 500ms ease-in-out;
	border-radius: 15px 0 0 0;
}
.banner7-content .banner7-des h2 {
	font-size: 55px;
	color: #fff;
	line-height: 82px;
	background: #12a0b1;
	text-transform: uppercase;
	padding: 0 28px;
	float: right;
	position: relative;
	-webkit-animation: fadeOutDown 800ms ease-in-out;
	-moz-animation: fadeOutDown 800ms ease-in-out;
	-ms-animation: fadeOutDown 800ms ease-in-out;
	animation: fadeOutDown 800ms ease-in-out;
	border-radius: 15px 0 0 0;
}
.banner7-content .banner7-des .check-box {
	background: #222;
	float: right;
	padding: 25px 28px 10px;
	clear: both;
	-webkit-animation: bounceInUp 1200ms ease-in-out;
	-moz-animation: bounceInUp 1200ms ease-in-out;
	-ms-animation: bounceInUp 1200ms ease-in-out;
	animation: bounceInUp 1200ms ease-in-out;
	border-radius: 15px 0 0 0;
}
.banner7-content .banner7-des .check-box li {
	line-height: 30px;
	display: block;
	font-size: 18px;
}
.banner7-content .banner7-des .check-box li:before {
	content: "\f00c";
	float: left;
	font-size: 20px;
	margin-right: 10px;
	font-family: FontAwesome;
}
.banner7-content img {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -200px;
	right: auto;
}
.banner7-content img.img1 {
	-webkit-animation: bounceInDown 1000ms ease-in-out;
	-moz-animation: bounceInDown 1000ms ease-in-out;
	-ms-animation: bounceInDown 1000ms ease-in-out;
	animation: bounceInDown 1000ms ease-in-out;
	width: auto;
}
.banner7-content img.img2 {
	-webkit-animation: bounceIn 1500ms ease-in-out;
	-moz-animation: bounceIn 1500ms ease-in-out;
	-ms-animation: bounceIn 1500ms ease-in-out;
	animation: bounceIn 1500ms ease-in-out;
	width: auto;
}
.banner7-content img.img3 {
	-webkit-animation: bounceIn 1500ms ease-in-out;
	-moz-animation: bounceIn 1500ms ease-in-out;
	-ms-animation: bounceIn 1500ms ease-in-out;
	animation: bounceIn 1500ms ease-in-out;
	width: auto;
	left: 50%;
}
.slider-2 .title-container {
	top: 13%;
	right: 6%;
}
.slider-2 .banner7-des {
	padding-left: 30px;
	overflow: hidden;
	right: 50%;
	left: auto;
	bottom: 18%;
}
.slider-2 .banner7-des:before {
	left: auto;
	right: 0;
}
.slider-2 .banner7-des h1 {
	float: right;
	-webkit-animation: fadeInRight 500ms ease-in-out;
	-moz-animation: fadeInRight 500ms ease-in-out;
	-ms-animation: fadeInRight 500ms ease-in-out;
	animation: fadeInRight 500ms ease-in-out;
}
.slider-2 .banner7-des h2 {
	float: right;
	float: right;
	-webkit-animation: fadeInRight 800ms ease-in-out;
	-moz-animation: fadeInRight 800ms ease-in-out;
	-ms-animation: fadeInRight 800ms ease-in-out;
	animation: fadeInRight 500ms ease-in-out;
}
.slider-2 .banner7-des h1:after {
	right: auto;
	left: -23px;
	background: linear-gradient(120deg, transparent 49%, rgba(249, 175, 81, 1) 50%);
}
.slider-2 .banner7-des h2:after {
	right: auto;
	left: -23px;
	border-width: 38px 23px 44px 0;
	border-color: transparent;
	border-right-color: #12a0b1;
}
.slider-2 img.img1 {
	right: auto;
	left: 50%;
	margin-top: -100px;
	-webkit-animation: zoomIn 500ms ease-in-out;
	-moz-animation: zoomIn 500ms ease-in-out;
	-ms-animation: zoomIn 500ms ease-in-out;
	animation: zoomIn 500ms ease-in-out;
}
.slider-2 img.img2 {
	-webkit-animation: fadeInRight 1500ms ease-in-out;
	-moz-animation: fadeInRight 1500ms ease-in-out;
	-ms-animation: fadeInRight 1500ms ease-in-out;
	animation: fadeInRight 1500ms ease-in-out;
	margin-left: -270px;
}
.slider-3 h1 {
	-webkit-animation: fadeInRight 1500ms ease-in-out;
	-moz-animation: fadeInRight 1500ms ease-in-out;
	-ms-animation: fadeInRight 1500ms ease-in-out;
	animation: fadeInRight 1500ms ease-in-out;
}
.slider-3 h2 {
	-webkit-animation: fadeInRight 1800ms ease-in-out;
	-moz-animation: fadeInRight 1800ms ease-in-out;
	-ms-animation: fadeInRight 1800ms ease-in-out;
	animation: fadeInRight 1800ms ease-in-out;
}
.slider-3 h3 {
	-webkit-animation: fadeInRight 2200ms ease-in-out;
	-moz-animation: fadeInRight 2200ms ease-in-out;
	-ms-animation: fadeInRight 2200ms ease-in-out;
	animation: fadeInRight 2200ms ease-in-out;
}
.slider-3 .banner7-des {
	-webkit-animation: fadeInRight 2000ms ease-in-out;
	-moz-animation: fadeInRight 2000ms ease-in-out;
	-ms-animation: fadeInRight 2000ms ease-in-out;
	animation: fadeInRight 2000ms ease-in-out;
}
.slider-3 img.img1 {
	margin-left: -60px;
	-webkit-animation: rotateIn 1500ms ease-in-out;
	-moz-animation: rotateIn 1500ms ease-in-out;
	-ms-animation: rotateIn 1500ms ease-in-out;
	animation: rotateIn 1500ms ease-in-out;
}
.slider-3 img.img2 {
	margin-left: -220px;
	-webkit-animation: bounceIn 1500ms ease-in-out;
	-moz-animation: bounceIn 1500ms ease-in-out;
	-ms-animation: bounceIn 1500ms ease-in-out;
	animation: bounceIn 1500ms ease-in-out;
}
@media ( min-width: 1400px) {
.slider-2 img.img2 {
	margin-left: -385px;
}
}
@media ( max-width: 1199px) {
.ma-banner7-container {
	min-height: 379px;
}
.banner7-content .banner7-des h1 {
	font-size: 24px;
}
.banner7-content .banner7-des h2 {
	font-size: 50px;
	line-height: 66px;
}
.banner7-content .banner7-des h2:after {
	border-width: 28px 0 40px 17px;
}
.banner7-content .banner7-des .check-box {
	padding: 10px 28px;
}
.banner7-content .banner7-des .check-box li {
	font-size: 12px;
}
.banner7-content .title1 {
	font-size: 38px;
	line-height: 50px;
}
.banner7-content h2 {
	font-size: 12px;
}
.banner7-content img.img1 {
	width: 30%;
	margin-top: -170px;
}
.slider-2 img.img1 {
	width: 46%;
	margin-top: -35px;
}
.slider-2 .banner7-des h2:after {
	border-width: 30px 23px 35px 0;
}
.banner7-content img.img3 {
	width: 12%;
	margin-top: -150px;
}
}
@media ( max-width: 991px) {
.ma-banner7-container {
	min-height: auto;
}
}
@media ( max-width: 680px) {
.banner7-content .banner7-des h1 {
	font-size: 16px;
	line-height: 28px;
}
.banner7-content .banner7-des h2 {
	font-size: 30px;
	line-height: 52px;
}
.banner7-content .banner7-des h2:after {
	border-width: 20px 0 33px 17px;
}
.banner7-content .banner7-des .check-box {
	padding-right: 10px;
}
.banner7-content .banner7-des .check-box li {
	font-size: 12px;
}
.banner7-content .banner7-des .check-box li:before {
	font-size: 16px;
}
.banner7-content .title1 {
	font-size: 38px;
	line-height: 50px;
}
.banner7-content h2 {
	font-size: 12px;
}
.banner7-content img.img1 {
	width: 30%;
	margin-top: -170px;
}
.banner7-content img.img3 {
	width: 10%;
	margin-top: -120px;
}

.slider-2 img.img1 {
	width: 46%;
	margin-top: -35px;
}
.slider-2 .banner7-des h2:after {
	border-width: 21px 16px 35px 0;
}
}
@media ( max-width: 600px) {
.banner7-content .title1 {
	font-size: 30px;
	line-height: 38px;
}
.banner7-content img.img1 {
	margin-top: -120px;
}
 .banner7-content.slider-2 img.img1 {
	margin-top: -50px;
}
}
@media ( max-width: 480px) {
.banner7-content .banner7-des:before {
	width: 5px;
}
.banner7-content .banner7-des h1 {
	font-size: 14px;
	line-height: 22px;
	padding: 0 15px;
}
.banner7-content .banner7-des h2 {
	font-size: 24px;
	line-height: 30px;
	padding: 0 25px 0 10px;
}
.banner7-content .banner7-des h2:after {
	border-width: 20px 0 12px 17px;
}
.banner7-content .banner7-des .check-box {
	padding: 0 10px;
}
.banner7-content .banner7-des .check-box li {
	font-size: 12px;
}
.banner7-content .banner7-des .check-box li:before {
	font-size: 16px;
	display: none;
}
.banner7-content .title1 {
	font-size: 26px;
	line-height: 35px;
}
.banner7-content h2 {
	font-size: 12px;
}
.banner7-content img.img1 {
	width: 30%;
	margin-top: -90px;
}
.banner7-content img.img3 {
	width: 10%;
	margin-top: -80px;
}
.slider-2 img.img1 {
	width: 46%;
	margin-top: -15px;
}
.slider-2 .banner7-des h2:after {
	border-width: 21px 16px 35px 0;
}
.banner7-content.slider-1 .title-container {
	position: absolute;
	top: 55%;
	left: 2%;
	text-align: center;
}
}
@media ( max-width: 320px) {
.banner7-content .banner7-des:before {
	width: 5px;
}
.banner7-content .banner7-des h1 {
	font-size: 10px;
	line-height: 18px;
	padding: 0 10px;
}
.banner7-content .banner7-des h2 {
	font-size: 15px;
	line-height: 30px;
	padding: 0 15px 0 5px;
}
.banner7-content .banner7-des h2:after {
	border-width: 20px 0 12px 17px;
}
.banner7-content .banner7-des .check-box {
	padding: 0 10px;
}
.banner7-content .banner7-des .check-box li {
	font-size: 12px;
}
.banner7-content .banner7-des .check-box li:before {
	font-size: 16px;
	display: none;
}
.banner7-content .title1 {
	font-size: 23px;
	line-height: 35px;
}
.banner7-content h2 {
	font-size: 9px;
}
.banner7-content img.img1 {
	width: 30%;
	margin-top: -70px;
}
.banner7-content img.img3 {
	width: 10%;
	margin-top: -70px;
}
.slider-2 img.img1 {
	width: 46%;
	margin-top: -15px;
}
.slider-2 .banner7-des h2:after {
	border-width: 21px 16px 35px 0;
}
.banner7-content.slider-1 .title-container {
	position: absolute;
	top: 55%;
	left: 2%;
	text-align: center;
}
}
/* Banner */
.ads {
	display: block;
}
.ads img, .banner a img {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	max-width: 100%;
}
.banner {
	margin-bottom: 30px;
}
.banner a {
	display: block;
}
.banner a:hover img {
	opacity: 0.7;
}
.banner-left {
	position: relative;
	margin: 0 0 30px;
	overflow: hidden;
	text-transform: uppercase;
}
.banner-left .banner-content {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	text-align: center;
	color: #fff;
	pointer-events: none;
}
.banner-left .banner-content h1 {
	font-size: 30px;
	color: #000;
	line-height: 22px;
	margin: 0;
}
.banner-left .banner-content h2 {
	font-size: 44px;
	color: #12a0b1;
	font-weight: 700;
	line-height: 34px;
	margin-top: 0
}
.banner-left .banner-content p {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 20px 0;
}
.banner-left .banner-content a {
	color: #fff;
	font-weight: 700;
	background: #000;
	border-radius: 4px;
	padding: 5px 15px;
	line-height: 20px;
}
.banner-left .banner-content a:hover {
	background: #12a0b1;
}
.banner-left img {
	width: 100%;
	transition: all 0.3s ease-out;
	transform: scale(1);
}
.banner-left:hover img {
	transform: scale(1.2);
}
.banner-left:hover .banner-content {
	animation: zoomIn 0.3s linear alternate;
	-webkit-animation: zoomIn 0.3s linear alternate;
	-moz-animation: zoomIn 0.3s linear alternate;
}
/*Bottom Banner*/
.bottom-banner-section {
	padding: 18px 0px;
}
.banner-overly {
	top: 0px;
	left: 0px;
	z-index: 1;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.bottom-banner-img {
	width: 100%;
	float: left;
	height: 240px;
	margin: 15px 0px;
	position: relative;
	display: inline-block;
}
.bottom-banner-img img {
	max-width: 100%;
}
.bottom-banner-img h3 {
	margin-top: 100px;
	margin-bottom: 5px;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-align: center;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
}
.bottom-banner-img h6 {
	display: table;
	margin: auto;
	font-size: 13px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: normal;
}
.bottom-banner-img .btn {
	border-color: transparent;
	display: table;
	margin: auto;
}
.bottom-banner-img .shop-now-btn {
	opacity: 0;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #e62263;
	border-color: #e62263;
}
.bottom-banner-img .banner-overly {
	width: 100%;
	height: 240px;
	background-color: rgba(55, 55, 55, 0.5);
}
.bottom-banner-img:hover h3 {
	margin-top: 60px;
	color: #fff;
}
.bottom-banner-img:hover .shop-now-btn {
	opacity: 1;
	background-color: #e62263;
	border-color: #e62263;
	padding: 8px 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.bottom-banner-img:hover .banner-overly {
	background-color: rgba(55, 55, 55, 0.9);
}
.bottom-img-info {
	width: 100%;
	z-index: 1;
	position: absolute;
	height: 100%;
	color: #fff;
	text-align: center;
	top: 0px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
.bottom-banner-img {
	height: 185px;
}
.bottom-banner-img h3 {
	margin-top: 90px;
	font-size: 25px;
}
.bottom-banner-img h6 {
	font-size: 12px;
}
.bottom-banner-img .banner-overly {
	height: 193px;
}
.bottom-banner-img .banner-overly.last {
	height: 93px;
}
.bottom-banner-img.last {
	height: 90px;
}
.bottom-banner-img.last h3 {
	margin-top: 20px;
	font-size: 15px;
}
.bottom-banner-img.last:hover .shop-now-btn {
	display: none;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.bottom-banner-img {
	height: 240px; width:360px; float:none;
}
.bottom-banner-img h3 {
	margin-top: 90px;
	font-size: 25px;
}
.bottom-banner-img h6 {
	font-size: 12px;
}
.bottom-banner-img .banner-overly {
	height: 240px;
}
.bottom-banner-img .banner-overly.last {
	height: 145px;
}
.bottom-banner-img.last {
	height: 144px; width:450px;
}
.bottom-banner-img.last h3 {
	margin-top: 30px;
	font-size: 18px;
}

.bottom-banner-section .col-md-4{ float: none; margin:auto; text-align:center;}
}

@media only screen and (min-width: 1024px) and (max-width: 1080px) {
.bottom-banner-img {
	height: 200px; 
}
.bottom-banner-img h3 {
	margin-top: 90px;
	font-size: 25px;
}
.bottom-banner-img h6 {
	font-size: 12px;
}
.bottom-banner-img .banner-overly {
	height: 196px;
}
.bottom-banner-img .banner-overly.last {
	height: 196px;
}

.bottom-banner-img.last h3 {
	margin-top: 30px;

}


}
/*Hot*/

.timer-item.item {
	margin: auto;
}
.timely {
	margin-bottom: 5px;
	border: 1px solid #e8e8e8;
	padding: 0px 20px 12px;
	margin-right: 30px;
}
.timely .item-info {
	text-align: center;
	margin-top: 0px;
}
.timer-grid {
	overflow: hidden;
	display: inline-block;
}
.timer-grid .box-time-date {
	background: #fbfbfb;
	font-size: 9px;
	color: #808080;
	min-width: 50px;
	min-height: 46px;
	text-align: center;
	margin-top: 7px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px #e8e8e8 solid;
	display: block;
	border-radius: 5px 0 5px 0;
}
.timer-grid .day.box-time-date {
	background: #12a0b1;
	color: #fff;
	border: 1px #12a0b1 solid;
	border-radius: 5px 0 5px 0;
}
.timer-grid .day.box-time-date span {
	color: #fff;
}
.timer-grid .box-time-date span {
	display: block;
	font-size: 15px;
	color: #3f3f3f;
	margin-top: 4px;
}
.box-timer {
	bottom: 15px;
	left: 8px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	top: 3%;
}
.hot-deal {
	margin-top: 8px;
}
.hot-deal .products-grid .item {
	margin-top: 20px;
}
.hot-deal .product-item {
	margin: 0px;
}
.hot-deal .title-text {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
.special-products {
	background: #fff;
	padding: 25px 0px;
}
.special-products .page-header h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	background: #fff;
	padding-right: 12px;
	display: inline-block;
	margin-top: 0px;
}
.special-products .page-header {
	border-bottom: 1px #ddd solid;
	height: 14px;
	margin-top: 5px;
}
.special-products-pro {
	margin-top: 30px;
}
 @media only screen and (min-width: 300px) and (max-width: 479px) {
.hot-deal, .special-products {
	margin: auto;
	width: 100%;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.special-products {
	margin: auto;
	width: 100%;
}.hot-deal {
	margin: auto;
	width: 280px;
}
}
 @media only screen and (min-width: 1024px) and (max-width: 1070px) {
.box-timer { top:-1%;}

 }
.wrapper {
    padding-left: 270px;
}
.header-area {
	background: url(../images/bg.jpg);
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 270px;
	z-index: 999;
	overflow:auto;
}

.home-6 .header-search {
  background: #536065 none repeat scroll 0 0;
  width: 100%;
}
.home-6 .header-search input[type="text"] {
    background: #536065;
    height: 45px;
    line-height: 45px;
    width: 84%;
    border: none;
    padding-left: 10px;
}
.home-6 .header-search button {
  background: #536065 none repeat scroll 0 0;
  height: 48px;
  color: #fff; border-radius:0px;
}
.home-6 .header-search button:hover{
  background: #12a0b1 none repeat scroll 0 0;
}
.home-6 .header-link-area{
	float: left;
	text-align: left; background:#536065; width:100%; padding-left:25px;
}
.home-6 .header-link-area ul{ padding:0px; list-style:none; margin:auto;}
.home-6 .header-link ul>li>a {
  padding: 12px; text-transform:uppercase;
}
.home-6 .header-link ul>li>a span{ margin-left:5px;} 
.home-6 .header-link ul ul {
  left: 0;
  min-width: 114px;
  bottom:100%;
}
.home-6 .header-link ul ul >li>a{
  left: 0;
  padding: 10px;
}
.home-6 .header-cart-area {
  background: #ec4445 none repeat scroll 0 0;
  float: left;
  margin-top: 20px;
  width: 100%;
}
.home-6 .header-cart ul > li > a > i {
  background: #EC4445 none repeat scroll 0 0;
  border-radius: 0;
  border-right: 1px solid rgba(241, 241, 241, 0.51);
  color: #fff;
}
.home-6 .header-cart ul > li > a:hover i {
  background: #eeb742 none repeat scroll 0 0;
}
.header-link-area{
	float: left;
	text-align: left;
}
.header-link{
	float:left;
	margin-right:5px; 
}
.header-link p{
	float:left;
}
.header-link ul{
	float:left;
}
.header-link>ul>li{
	float: left;
	margin-right: 5px;
	position: relative;
}
.header-link ul li a{
	color: #fff;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 5px;
	display:block;
	text-transform: capitalize;
}
.header-link ul ul{
	background: #12a0b1;
	display: none;
	left: -8px;
	min-width: 110px;
	position: absolute;
	z-index: 999999;
}
.header-link ul li:hover>ul{
	display:block;
}
.header-link ul li a:hover{
	color: #12a0b1;
}
.header-link ul ul li a{
	border-radius: 0;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: inherit;
	line-height: 11px;
	min-width:110px;
	padding: 11px 20px;
	text-align: left;
	text-transform: capitalize;
}
.header-link ul ul li a:hover{
	background: #f6ba18 ;
	color: #000;
}
.wrapper .container {
    width: 97%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.home-6 .header-search input[type="text"]{ width:92%;}
.footer-newsletter h3{ display:none;}
}

.column-no-padding.row div[class^="col-"] {
	padding: 0;
}
.row.column-no-padding{ padding-left:15px;}
.service-box {
	width: 100%;
	height: 85px;
	position: relative;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	cursor: pointer
}
.service-box .service-icon {
	width: 80px;
	height: 100%;
	float: left;
	text-align: center;
	position: relative
}
.service-box .service-icon i {
	font-size: 40px;
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);color: #fff
}
.service-box .service-icon-info {
	overflow: hidden;
	position: relative;
	padding: 19px 20px 19px 0;
	border-right: 1px dotted rgba(255, 255, 255, 0.26)
}
.service-box .service-icon-info p, .service-box .service-icon-info h5 {
	margin-bottom: 0;
	color: #fff
}
.service-box .service-icon-info h5 {
	font-weight: bold; text-transform:uppercase;
}
.service-box:after {
	content: "";
	display: table;
	clear: both
}
.service-box>div {
	width: 100%;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.service-box .front {
	-webkit-transform: translateZ(35px);
	transform: translateZ(35px)
}
.service-box .back {
	-webkit-transform: rotateX(-100deg) translateZ(35px);
	transform: rotateX(-100deg) translateZ(35px)
}
.service-box .back .service-icon {
	color: #fff
}
.service-box:hover {
	-webkit-transform: rotateX(100deg);
	transform: rotateX(100deg)
}
.service-box .back{
background-color:#f6ba18
}
.service-box .back {
	background-color: #f6ba18
}
.service-box .front {
	background-color: #12a0b1
}

/* BANNER TEXT */
.banner-text {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.banner-text .content-text {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;    background-color: rgba(0,0,0,0.1); padding:10px 0;
}
.banner-text .content-text img {
	width: auto;
	height: auto;
	display: inline-block;
}
.banner-text .title {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.banner-text .title span {
	display: block;
}
.banner-text .sub-title {
	font-size: 16px;
	display: block;
}
.banner-text .button {
	margin-top: 35px;
	background-color: #12a0b1;
	color: #fff;
}
.banner-text.style2 .title {
	font-size: 24px;
}
.banner-text .image>a {
	float: left;
}
.banner-text.style3 .title {
	font-size: 24px;
	text-transform: uppercase;
}
.banner-text.style3 .button {
	background-color: transparent;
	text-decoration: underline;
	padding: 0;
}
.banner-text.style3 .sub-title {
	font-size: 28px;
	line-height: normal; text-transform:uppercase; font-weight:bold;
}
.banner-text.style3 {
	text-align: center;
}
.banner-text.style3 .title {
	color: #12a0b1;
	font-size: 48px;
	text-transform: none;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: normal;
}
.banner-text.style3 .subtitle {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 140px;
}
.banner-text.style3 .box-link {
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.banner-text.style3 .box-link:hover {
	color: #12a0b1;
}

/* BANNER */
.banner-opacity {
	display: table;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.banner-opacity:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	z-index: 1;
}
.banner-opacity img {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
@media only screen and (min-width:480px) and (max-width:767px) {.banner-opacity img {
	width:auto; margin-bottom:12px;
}
.banner-text.style2{ margin:auto; text-align:center;}
.banner-text .content-text{ background-color:inherit;}
}
.banner-text:hover:before, .banner-opacity:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner-text:hover img, .banner-opacity:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.promo-banner{ padding-top:30px;}

.banner-static2 {
	margin: 50px 0;
}
.banner-static2 a, .banner-left a {
	position: relative;
	display: block;
}
.banner-static2 a:after, .banner-left a:after {
	position: absolute;
	content: "";
	opacity: 0.5;
	margin: auto;
	border: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.banner-static2 a:hover:after, .banner-left a:hover:after {
	border: 3px solid #fff;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
}
.banner-static2 a:hover:before, .banner-left a:hover:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.5);
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.banner-static .banner-box .banner-box-inner:before, .banner-static .banner-box .banner-box-inner .layer:before, .item-inner .images-container .product-image img, .banner-static2 a:after, .banner-static2 a:before, .banner-left a:after, .banner-left a:before, .item .item-inner .images-container .product-image:before, .banner-static .banner-box:before {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.banner-static2 .banner-box:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.banner-static2 .banner-box:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.banner-static-2 .f-col h2 {
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

.element-icon{
    font-size: 12px;
    margin-bottom: 40px;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;margin-top: 40px;
}
.element-icon .icon{
    float: left;
    margin-right: 20px;
}
.element-icon .title{
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.element-icon .content{
    overflow: hidden;
}




.element-icon.style3 .icon{
    width: 80px;
    height: 70px;
    border: 2px solid #12a0b1;
    color: #12a0b1;
    font-size: 30px;
    text-align: center;
    line-height: 66px;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.element-icon.style3 .icon:before{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: 9;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    transform: scale(0, 1);
}
.element-icon.style3 .icon:after{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: 9;
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    transform: scale(1, 0);
}
.element-icon.style3:hover .icon:before,
.element-icon.style3:hover .icon:after{
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.element-icon.style3:hover .icon{
    color: #fff;
}
.element-icon.style3 .content{
    text-align: center;
}
.element-icon.style3 .title{
    font-size: 18px;
    color: #fff;
    margin: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.element-icon.style3 .subtite{
    color: #12a0b1;
    font-size: 14px;
    font-style: italic;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.element-icon.style3:hover .title{
    color: #12a0b1;
}
.element-icon.style3:hover .subtite{
    color: #fff;
}
@media only screen and (min-width: 300px) and (max-width: 1023px) {
.header-area{ position:relative; width:100%;}
.wrapper {
    padding-left: 0px;
}
.header-area{ overflow:inherit;}
}
