
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------*/
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #515151;
	font-size: 14px;
	line-height: 1.428571429;
	width: 100%;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	line-height: 1.35;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #434343;
	cursor: pointer;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #DCDCDC;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
input[type=text] {
	min-width: 50px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
img{
	max-width: 100%; 
	height: auto;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}

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

/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #000;
}
.tooltip-inner{
	background: #000;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
.banner-3 a:hover::before,
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover,
.product-layout:hover  .actions-link,
.static-policy .col:hover .text-content h2, .static-policy .col:hover .col-img .hover,
.layout1:hover .btn-wishlist, .layout1:hover .btn-compare,
.banner-2 a:hover::before, .product-image:hover .img-r,
.banner-1 > div:hover img{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff;
	background-color: #000;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border: none;
	background: #333;
	padding: 0px 20px;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	line-height: 34px;
	display: inline-block;
	border-radius: 0;
}
#button-voucher,
#button-coupon{
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
	border-radius: 20px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 9999;
}
/* owl carousel */
.owl-container {
  margin: 0 -15px;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div {
  opacity: 1;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 15px;
}
.owl-container .owl-carousel .owl-item {
  padding: 0 15px;
}
.owl-container .owl-carousel .owl-controls .owl-page:hover span,
.owl-container .owl-carousel .owl-controls .owl-page.active span {
  background: #000;
}
.owl-container .owl-carousel .owl-controls .owl-page {
	display:inline-block;
	vertical-align:top;
}
.owl-container .owl-carousel .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  margin: 5px;
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  border: 1px solid #d0d0d0;
  color: #d0d0d0;
  background:rgba(255,255,255,0.3);
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:before {
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 100%;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f053";
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next:before {
  content: "\f054";
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
/*--------------*/

/* newsletter popup */
.b-close{
	display: block;
}
.newletter-popup{
	background: #fff;
	top: 50% !important;
	
	position: fixed !important;
	padding: 0;
	text-align: center;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
#boxes .newletter-title h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 15px;
}
.newletter-popup #dialog {
	padding: 50px 20px;
}
#boxes .box-content label{
	font-weight: 400;
	max-width: 650px;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 65%;
	margin: 20px 0;
	padding-left: 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-top: -1px;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	
	text-align: center;
	background: #333;
	border-radius: 0;
	cursor: pointer;
	float: right;
	padding: 5px 10px;
	color: #fff;
	margin-top: -49px;
	margin-right: -19px;
}
#popup2:hover {
	background:#000;
}
/* newsllter */
body:not(.common-home) .newletter-subscribe-container{
	margin-bottom: 0;
}

#dialog-normal .newletter-title h3{
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
}

#dialog-normal .newletter-title label{

}

#dialog-normal .newleter-content{

    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
	margin-top: 5px;
}
#subscribe-normal {
	margin-bottom: 0;
    position: relative;
    width: 100%;
    display: inline-block;
    padding-right: 98px;
}
#subscribe_email-normal{
	display: inline-block;
    background: #464646;
    padding: 10px 65px 10px 10px;
    border: 0;
    line-height: 30px;
    height: 39px;
    border-radius: 0;
    color: #bcbcbc;
    font-size: 12px;
    width: 100%;
    font-weight: 400;
    font-style: italic;
}
#subscribe-normal .btn:hover{
	background: #fff;
	color:  #000;
}
#subscribe-normal .btn{
	position: absolute;
    top: 50%;
    right: 0;
    height: 39px;
    line-height: 39px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 0 17px;
    background: #000;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);	
}

#notification-normal{
	position: absolute;
	bottom: -25px;
}
#notification-normal div{
	color: #FFF;
}
#notification-normal div.warning{
	color: #fff;
	text-align: center
}
/* Top */
#top{
	background: white;
	font-family: 'arial';
}
#top .box-right {
	float:right;
	margin: 0;
	list-style: none;
	padding: 0;
}

 
#top .text-ex{
	color: #afafaf;	
}

#top .box-right .text-ex{
	padding: 12px 0px;
	margin-right: 5px;
	display: none;
}
#top .box-right  .btn-link{
	text-shadow: none;
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	overflow: hidden;
	color: #ffffff;
	line-height: 35px;
	font-weight: 400;
	padding: 13.5px 0;
	display: block;
	text-align: left;
}
#top .box-right > li{
	position: relative;
	float: right;
	margin-left: 20px;
}
#top .box-right > li:last-child{
	margin-right:0;
}
#top .box-right > li:last-child::after{
	left: auto;
	right: 0;
}
#top .box-right .dropdown-menu > ul,
#top .box-right .dropdown-menu{
	position: absolute;
	left:auto;
	right: -15px;
	padding: 0 20px;
	text-align: left;
	margin: 0;
	background: white;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
#top .box-right .dropdown-menu li {
	border-bottom: 1px solid #f2f2f2;
}
#top .box-right .dropdown-menu li:last-child {
	border:0;
}
#top .box-right .dropdown-menu li > a,
#top .box-right .dropdown-menu li> button{
	font-size: 13px;
    padding: 10px 0 9px 0;
    line-height: 24px;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    height: inherit;
    border-radius: 0;
    text-align: left;
    color: #333333;
}
#top .box-right .dropdown-menu li a img,
#top .box-right .dropdown-menu li button img{
	vertical-align: baseline;
	margin-right:5px;
}
#top .box-right .dropdown-menu > a:hover,
#top .box-right .dropdown-menu > button:hover,
#top .box-right .dropdown-menu .item-selected{
	color: #000;
	text-decoration: none;
}
.logo-container {
	float: left;
}
#logo{
	padding: 36px 0;
}
#logo a{
	display: inline-block;
}
.header-text {
	background: #ffe8e8;
	padding: 11px 0;
	text-align:center;
	position: relative;
	z-index: 9;
}
.header-text p {
	font-size: 12px;
    font-family: 'arial';
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #b56868;
    margin:0;
}
.header-inner {
	position:relative;
	z-index:8;
}
.header-inner .container-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}
.header-inner .box-search {
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-search .btn-group {
	float:right;
	padding: 0 10px;
	font-size: 12px;
	margin:0 10px;
	position: relative;
	font-family: 'arial';
}
.box-search .btn-group:before,.box-search .btn-group:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	left: 0;
	top: 50%;
	background: #333;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-search .btn-group:after {
	left: auto;
	right: 0;
}
.box-search .btn-group .btn-link {
	font-size: 12px;
	text-transform: capitalize;
	color: #333333;
	line-height: 20px;
	font-weight: 400;
	border: oldlace;
	padding: 0;
}
.box-search .btn-group .btn-link i {
	margin-left: 3px;
}
.box-search .btn-group .dropdown-menu {
	position: absolute;
	left: auto;
	right: -15px;
	padding: 0 20px;
	text-align: left;
	margin: 0;
	background: white;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
.box-search .btn-group .dropdown-menu li {
	border-bottom: 1px solid #f2f2f2;
}
.box-search .btn-group .dropdown-menu ul {
	margin: 0;
}
.box-search .btn-group .dropdown-menu li:last-child {
	border:0;
}
.box-search .btn-group .dropdown-menu li > a,.box-search .btn-group .dropdown-menu li > button {
	font-size: 13px;
    padding: 10px 0 9px 0;
    line-height: 24px;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    height: inherit;
    border-radius: 0;
    text-align: left;
    color: #333333;
}
.box-search .btn-group .dropdown-menu li > a:hover,.box-search .btn-group .dropdown-menu li > button:hover {
	color: #000;
}
.box-search .welcome-text{
	float: right;
	line-height: 20px;
	padding: 0;
	font-size: 12px;
	color: #333;
	font-family: 'arial';
}
.box-search .wishlist {
	float: right;
	line-height: 20px;
	padding: 0;
	font-size: 12px;

	text-transform: uppercase;
	font-weight: 700;
	font-family: 'arial';
}
.box-search .wishlist a {
	color: #333;
}
.box-search .wishlist a:hover {
	text-decoration: underline;
}
/* search category */
.top-search {
	clear: both;
	padding-top: 20px;
}
#search-by-category {
    position: relative;
    width: 340px;
}
#search-by-category .search-container{
}
#search-by-category .search-container .categories-container{
    float: right;
    position:relative;
    padding: 11px 0;
    margin-top: -42px;
    display: none;
}
#search-by-category .search-container #text-search{
    padding: 0 45px 0 10px;
    height: 40px;
    font-size: 14px;
    z-index: 1;
    background: #fff;
    color: #a0a0a0;
    font-family: 'arial';
    border-radius: 0;
    width: 100%;
    border: 1px solid #161616;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#search-by-category #sp-btn-search{
    position: absolute;
    right: 0;
    top: 0;
}
#search-by-category .search-container .categories-container .hover-cate p{
    margin:0;
    color: #b1b1b1;
    padding:0 25px 0 20px;
    cursor: pointer;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 12px;
	border-left: 2px solid #e1e1e1;
}
#search-by-category .search-container .categories-container .hover-cate p i{
    position:absolute;
    right:0px;
	line-height: 20px;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top: 0px;
    border: 1px solid #ddd!important;
    padding: 5px;
    width:100%;
    cursor: pointer;
	top: 100%;
}
.cate-items li {
    text-transform: uppercase;
    color:#333;
    font-size: 10px;
    list-style: none;
}
.cate-items li:hover{
    color:#000
}
.cate-items li.f1 {
    padding-left: 5px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 0px;
    top: 100%;
    width: 88%;
}
.ajax-result-item .product-info .detail .price-box .old-price{
	text-decoration: line-through;
	color: #acacac;
	font-weight: 400;
}
.ajax-result-item .product-info .detail .price-box p{
	display: inline-block;
}
.ajax-result-item .product-info .detail .price-box{
	font-weight: 700;
	margin: 0 0 10px 0;
}
.ajax-result-item .product-info .detail .product-name{
	margin: 10px 0;
}
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg{
  padding: 20px;
  margin: 0;
  color: #646464;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:300px;
    overflow: auto;
    padding:10px;
}
#btn-search-category:hover{
	background: #000;
}
#btn-search-category{
    background: #222;
    border:none!important;
    padding:0;
    box-shadow:none;
    text-shadow:none;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
    line-height: 40px;
}
#btn-search-category:before {
	font-family: 'FontAwesome';
	content: "\f002";
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#wishlist-total{
	position: relative;
	display: inline-block;
}
.search-container{}
.cart-container{
	padding: 45px 15px 0 0;
	width: 18%;
}
#cart-total .item-cart
{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background: transparent;
	color: black;
	top: 11px;
	right: 7px;
	border-radius: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400 !important;
}
#cart .dropdown-menu {
	font-family: 'Montserrat', sans-serif;
}
#wishlist-total i{
	font-size: 24px;
	color: #232323;
}
#cart{
	float: right;
	width: auto;
	padding: 14.5px 0;
}
#cart-total{
	font-size: 14px;
	font-weight: 400;
	color:black;
	text-transform: uppercase;
	line-height: 35px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
#cart-total .total-price{
	color: black;
}

#cart > button{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	float: right;
	position: relative;
	/* padding: 14.5px 0; */
}
#cart > button > i{
	 font-size:0;
	 width:35px;
	 height:35px;
	 float: right;
	 background:url(../image/icon_cart.png) center no-repeat;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu{
	border: none;
	border-radius: 0;
	box-shadow: 0 6px 12px #000;
	width: 250px;
	margin: 0;
	padding: 10px;
	/* top: 35px; */
}
.top-menu {
	border-top: 1px solid #d6d6d6;
	position: relative;
	z-index: 7;
}
.hozmenu-container:not(.fix-header) > .container{

}
.fix-header{
	border: none;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 5px #bdbdbd;
	-moz-box-shadow: 0 0 5px #bdbdbd;
	-webkit-box-shadow: 0 0 5px #bdbdbd;
	-o-box-shadow: 0 0 5px #bdbdbd;
	-ms-box-shadow: 0 0 5px #bdbdbd;
	width: 100%;
	max-width: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 889;
	margin: 0 auto;
	position: fixed !important;
	-webkit-animation-name: fadeInDown;
	-webkit-animation-duration: 5.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: anim_titles;
	-moz-animation-duration: 5.0s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	
}
.fix-header #pt_custommenu::after, 
.fix-header #pt_custommenu::before{
	display: none;
}
.fix-header .pt_custommenu div.pt_menu .parentMenu a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fix-header #pt_custommenu{
	margin: 0;
}
.fix-header .cart-container,
.fix-header .search-container,
.fix-header .logo-container{
	display: none;
}
.fix-header .vermagemenu-container{
	display: none;
}
body:not(.common-home) .vermagemenu-container .vermagemenu{
	position: static;
	margin-bottom: 50px;
}
body:not(.common-home) .vermagemenu-container{
	width: 100%;
	padding: 0;
}
body:not(.common-home) header:not(.fix-header) .hozmenu-container{
	width: 100%;
}
/* cms block */
.banner-static {
  text-align: center;
  clear: both;
  /* overflow: hidden; */
}
.banner-static .owl-pagination {
	position:absolute;
	left:0;
	right:0;
	margin: auto;
	bottom: 2%;
}
.banner-static .image a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}
.banner-static .image a:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.banner-static .image a:hover:before {
  opacity: 1;
}
.banner-static .image a:hover img {
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.banner-static .image a:hover .text .link {
  background: #fff;
  color: #333333;
}
.banner-static .image a img {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.banner-static .image a .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-static .image a .text .text1,
.banner-static .image a .text .text2,
.banner-static .image a .text .link {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.static-menu-bottom {
  padding: 30px 30px 5px 30px;
}
.static-timer-group {
  margin-top: 90px;
}
.static-top-elly2 {
  margin-top: 60px;
}
.static-top-elly2 .image {
	margin-top: 30px;
}
.static-middle-elly2 {
  margin-top: 85px;
}
.static-middle-elly2 .image {
}
.static-middle-elly2 .image a:before {
  display: none;
}
.static-middle-elly2 .image a:hover img {
  -moz-transform: scale3d(1.03, 1.03, 1.03);
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  -o-transform: scale3d(1.03, 1.03, 1.03);
  -ms-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
}
.static-middle-elly2 .image a:hover .text .text1 {
  -webkit-animation: flipInX 1100ms ease-in-out;
  -moz-animation: flipInX 1100ms ease-in-out;
  -ms-animation: flipInX 1100ms ease-in-out;
  animation: flipInX 1100ms ease-in-out;
}
.static-middle-elly2 .image a:hover .text .text2 {
  -webkit-animation: flipInX 1200ms ease-in-out;
  -moz-animation: flipInX 1200ms ease-in-out;
  -ms-animation: flipInX 1200ms ease-in-out;
  animation: flipInX 1200ms ease-in-out;
}
.static-middle-elly2 .image a:hover .text .text3 {
  -webkit-animation: flipInX 1300ms ease-in-out;
  -moz-animation: flipInX 1300ms ease-in-out;
  -ms-animation: flipInX 1300ms ease-in-out;
  animation: flipInX 1300ms ease-in-out;
}
.static-middle-elly2 .image a:hover .text .text4 {
  -webkit-animation: flipInX 1400ms ease-in-out;
  -moz-animation: flipInX 1400ms ease-in-out;
  -ms-animation: flipInX 1400ms ease-in-out;
  animation: flipInX 1400ms ease-in-out;
}
.static-middle-elly2 .image a:hover .text .text5 {
  -webkit-animation: flipInX 1500ms ease-in-out;
  -moz-animation: flipInX 1500ms ease-in-out;
  -ms-animation: flipInX 1500ms ease-in-out;
  animation: flipInX 1500ms ease-in-out;
}
.static-middle-elly2 .image a .text {
  max-width: 550px;
  right: 19%;
  left: auto;
}
.static-middle-elly2 .image a .text .text1 {
  font-size: 28px;
  line-height: 1;
  text-transform: capitalize;
  color: #333;
  display: block;
  margin-bottom: 25px;
}
.static-middle-elly2 .image a .text .text2 {
  display: block;
  margin-bottom: 20px;
}
.static-middle-elly2 .image a .text .text2 span {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #202020;
  display: inline-block;
  vertical-align: top;
  padding: 15px 0;
  border-top: 4px solid #202020;
  border-bottom: 4px solid #202020;
}
.static-middle-elly2 .image a .text .text3,
.static-middle-elly2 .image a .text .text5 {
  font-family: 'Montserrat Light';
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
  color: #333;
  display: block;
  line-height: 1;
}
.static-middle-elly2 .image a .text .text3 span,
.static-middle-elly2 .image a .text .text5 span {
  text-transform: none;
  font-family: 'Playfair Display', serif;
}
.static-middle-elly2 .image a .text .text4 {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  display: block;
  line-height: 1;
  margin: 20px 0 10px 0;
}
.static-category .image .text .text-inner {
  padding: 13px 30px;
  background: #202020;
  display: inline-block;
  vertical-align: top;
}
.static-category .image .text .text1 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 3px;
}
.static-category .image .text .text2 {
  font-size: 12px;
  text-transform: none;
  color: #fff;
  font-family: 'arial';
  display: block;
  line-height: 1;
}
/* Products */ 
.owl-item.active .item {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}

.item:not(:first-child) {
	margin-top: 55px;
}
.item .item-inner {
	position: relative;
}
.label-pro-new,.label-pro-sale {
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: absolute;
	border-top: 31px solid #333333;
	border-bottom: 31px solid transparent;
	border-right: 31px solid transparent;
	border-left: 31px solid #333333;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-size: 12px;
	z-index: 100;
	font-family: 'Roboto', sans-serif;
}
.label-pro-new span,.label-pro-sale span {
	position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: -19px;
    left: -25px;
    white-space: nowrap;
}
.item-inner .images-container {
	position: relative;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.item-inner .images-container .product-image {
	position:relative;
	display: block;
}
.item-inner .images-container .img-r {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
	visibility:hidden;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.item-inner:hover .images-container .img-r {
	opacity:1;
	visibility: visible;
}
.item-inner:hover .images-container .actions {
	opacity: 1;
}
.item-inner:hover .images-container .actions button.btn-quickview {
	opacity: 1;
    -webkit-animation: fadeInRight 300ms ease-in-out;
    -moz-animation: fadeInRight 300ms ease-in-out;
    -ms-animation: fadeInRight 300ms ease-in-out;
    animation: fadeInRight 300ms ease-in-out;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.item-inner:hover .images-container .actions button.btn-cart {
	opacity: 1;
    -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;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
    -ms-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}
.item-inner:hover .images-container .actions .add-to-links a.link-wishlist {
	opacity: 1;
    -webkit-animation: fadeInRight 700ms ease-in-out;
    -moz-animation: fadeInRight 700ms ease-in-out;
    -ms-animation: fadeInRight 700ms ease-in-out;
    animation: fadeInRight 700ms ease-in-out;
    -webkit-transition: opacity 700ms linear;
    -moz-transition: opacity 700ms linear;
    -ms-transition: opacity 700ms linear;
    -o-transition: opacity 700ms linear;
    transition: opacity 700ms linear;
}
.item-inner:hover .images-container .actions .add-to-links a.link-compare {
	opacity: 1;
    -webkit-animation: fadeInRight 900ms ease-in-out;
    -moz-animation: fadeInRight 900ms ease-in-out;
    -ms-animation: fadeInRight 900ms ease-in-out;
    animation: fadeInRight 900ms ease-in-out;
    -webkit-transition: opacity 900ms linear;
    -moz-transition: opacity 900ms linear;
    -ms-transition: opacity 900ms linear;
    -o-transition: opacity 900ms linear;
    transition: opacity 900ms linear;
}
.item-inner .images-container .actions {
	position: absolute;
    right: 0;
    left: inherit;
    bottom: 0;
    background: #fff;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.item-inner .images-container .actions button {
	line-height: 36px;
    height: 38px;
    width: 38px;
    display: inline-block;
    background-color: white;
    font-weight: normal;
    border: 1px solid #cacaca;
    letter-spacing: 0;
    font-size: 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
    margin-top: 11px;
    margin-left: 11px;
    color: #9f9f9f;
    opacity: 0;
}
.item-inner .images-container .actions button:before {
	content: "\f07a";
	font-family: 'FontAwesome';
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.item-inner .images-container .actions button.btn-quickview:before {
	content: "\f00e";
}
.qv-button-container {
	display: block;
}
.item-inner .images-container .actions button:hover {
	background: #000;
    border-color: #000;
    color: #fff;
}
.add-to-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.add-to-links a{
	line-height: 36px;
    height: 38px;
    width: 38px;
    display: block;
    background-color: white;
    font-weight: normal;
    border: 1px solid #cacaca;
    font-size: 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
    margin-top: 11px;
    margin-left: 11px;
    color: #9f9f9f;
    opacity: 0;
}
.add-to-links a:before {
	content: "\f004";
    font-family: 'FontAwesome';
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}
.add-to-links a.link-compare:before {
	content: "\f200";
}
.add-to-links a:hover {
	background: #000;
    border-color: #000;
    color: #fff;
}
.item-inner .des-container {
	padding: 12px 0 0 0;
	/* display: inline-block; */
	/* width: 100%; */
	background: transparent;
	text-align: center;
}
.product-name {
	margin-bottom: 12px;
	display: block;
	margin-top: 0;
}
.product-name a {
	color: #515151;
    padding: 0;
    display: block;
    line-height: 1.3;
    text-transform: capitalize;
    overflow: hidden;
    font-size: 13px;
}
.product-name a:hover {
	color: #000;
}
.ratings {
	display:block;
}
.ratings .rating-box {
	display: inline-block;
	vertical-align:top;
}
.rating-box div[class^='rating']{
	background: url('../image/rating0.png') no-repeat;
	font-size: 0;
	height: 15px;
	width: 75px;
}
.rating-box div.rating1{
	background-image: url('../image/rating1.png');
}
.rating-box div.rating2{
	background-image: url('../image/rating2.png');
}
.rating-box div.rating3{
	background-image: url('../image/rating3.png');
}
.rating-box div.rating4{
	background-image: url('../image/rating4.png');
}
.rating-box div.rating5{
	background-image: url('../image/rating5.png');
}
.price-box p {
	display: inline-block;
	vertical-align:top;
	margin-bottom: 0;
}
.price-box .price {
	color: #000;
	font-size: 14px;
}
.price-box p.special-price .price{
	color: #000;
}
.price-box p.old-price {
	margin-left: 3px;
}
.price-box p.old-price .price {
	color: #a8a8a8;
	text-decoration: line-through;
}
.item-inner .des-container .price-box {
	display: block;
	margin-top: 12px;
}
/* module title*/
.group-title {
	position: relative;
    display: block;
    margin-top: 90px;
    margin-bottom: 30px;
    text-align: center;
    border-top: 1px solid #d6d6d6;
}
.group-title h2 {
	position: relative;
	display: inline-block;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-top: 30px;
	margin: 0;
}
/* module-sidebar*/
.module-sidebar .group-title {
  border: 0;
  text-align: left;
  margin-top: 0;
}
.module-sidebar .group-title h2 {
  padding-top: 0;
}
.module-sidebar .item {
  margin-bottom: 0;
  margin-top: 30px;
  overflow: hidden;
}
.module-sidebar .item:first-child {
  margin-top: 0;
}
.module-sidebar .item .item-inner {
	margin:0;
}
.module-sidebar .item .item-inner .images-container {
  float: left;
  width: 29%;
  padding: 0;
}

.module-sidebar .item .item-inner .des-container {
  float: left;
  width: 71%;
  padding: 0 0 0 15px;
  text-align: left;
}

.module-sidebar .item .item-inner .des-container .price-box {
  float: left;
  margin-top: 10px !important;
  display: block;
}
/* module-nav2 */
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  right: 15px;
  top: -63px;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  width: 36px;
  height: 36px;
  border: 1px solid #d0d0d0;
  background: #fff;
  line-height: 34px;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div:hover {
	background: #000;
    border-color: #000;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  margin-right: 10px;
}
/* module-group */
.module-group {
	margin-top: 85px;
}
.module-group .group-title {
	margin-top: 80px;
}
.module-group > .container > .row > .main-col {
	padding:0
}
.module-group > .container > .row {
	margin:0;
	border-top: 1px solid #d6d6d6;
}
/* product-tabs-category-container-slider */
.product-tabs-category-container-slider .group-title h2 {
	display: none;
}
.product-tabs-category-container-slider .tabs-categorys {
	z-index: 1;
    padding-top: 30px;
    display: inline-block;
    vertical-align: top;
}
.product-tabs-category-container-slider .tabs-categorys li {
	font-size: 20px;
    color: #9f9f9f;
    line-height: 30px;
    float: left;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    margin-right: 35px;
}
.product-tabs-category-container-slider .tabs-categorys li:last-child {
	margin:0;
}
.product-tabs-category-container-slider .tabs-categorys li:hover,.product-tabs-category-container-slider .tabs-categorys li.active {
	color: #333333;
}
/* featured category tab */

/* CountDown */
.occountdown_module .owl-container .owl-carousel .owl-controls .owl-buttons {
	top: -71px;
}
.occountdown_module .group-title {
	border-top: none;
    border-bottom: 2px solid #333333;
    text-align: left;
    margin-bottom: 17px;
}
.occountdown_module .group-title h2 {
	padding-bottom: 20px;
	padding-top: 0;
}
.occountdown_module .images-container {
	display:none;
}
.occountdown_module .item-inner .des-container {
	text-align: left;
	padding:0;
}
.occountdown_module .product-name a {
	font-size: 36px;
	text-transform: capitalize;
	font-weight: 400;
	color: #333;
}
.occountdown_module .product-name a:hover {
	color: #000;
}
.occountdown_module .description {
	line-height: 24px;
    font-family: 'arial';
    font-size: 14px;
    margin-bottom: 28px;
}
.occountdown_module .price-box {
	display: block;
	margin-top: 15px;
}
.occountdown_module .price-box .price {
	font-size: 30px;
}
.occountdown_module .is-countdown {
	margin: 0 0 30px 0;
}
.is-countdown {
	width: 100%;
	margin:10px 0;
	display: inline-block;
	vertical-align: top;
	padding-bottom:19px;
	border-bottom: 1px solid #e5e5e5;
}
.countdown-row {
	max-width: 250px;
	display: block;
}
.countdown-section {
	width: 25%;
	float: left;
	text-align: left;
	text-transform: capitalize;
	position: relative;
}
.countdown-section:last-child .countdown-amount:after {
	display: none;
}
.countdown-amount {
	margin-bottom: 1px;
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 1;
	position: relative;
}
.countdown-amount:after {
	content: ":";
	position: absolute;
	right: 8px;
	top: 2px;
	font-size: 24px;
	line-height: 7px;
}
.countdown-period {
	display: block;
	font-size: 12px;
	line-height: 1;
	color: #a8a8a8;
}
/* corporate */
.ma-corporate-about {
  text-align: center;
  float: left;
  padding: 13px 0;
}
.ma-corporate-about .col {
  float: left;
  margin-right: 45px;
}
.ma-corporate-about .col:last-child {
  margin-right: 0;
}
.ma-corporate-about .block-wrapper {
  position: relative;
}
.ma-corporate-about .block-wrapper:before {
  content: "\f0d1";
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ma-corporate-about .block-wrapper.wrapper2:before {
  content: "\f023";
}
.ma-corporate-about .block-wrapper.wrapper3:before {
  content: "\f1da";
}
.ma-corporate-about .block-wrapper.wrapper4:before {
  content: "\f0f6";
}
.ma-corporate-about .block-wrapper .text-des {
  text-align: left;
  line-height: 20px;
  padding-left: 40px;
}
.ma-corporate-about .block-wrapper .text-des h3,
.ma-corporate-about .block-wrapper .text-des p {
  color: #fff;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  font-size: 14px;
}
/* End Corporate */
/* blog */
.menu-recent img {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 100%;
}
.menu-recent .articles-image a {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	position: relative;
}
.menu-recent .articles-image a:before {
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.menu-recent .articles-image a:hover:before {
	opacity: 1;
}
.menu-recent .articles-image a:hover img {
	-moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.articles-name {
	display: block;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    margin-bottom: 6px;
    margin-top: 18px;
    color: #333;
}
.articles-date {
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 400;
	color: #9f9f9f;
	font-family: 'arial';
}
.articles-intro p {
	line-height: 20px;
	font-size: 13px;
	padding: 0;
	font-weight: 400;
	margin: 0;
	font-family: 'arial';
}
/* brand */  
 
.brand-slider {
	 background: #efefef;
}
.brand-slider img {
	display:inline-block;
	vertical-align:top;
}
.brand-slider .container-inner {
	padding: 39px 0;
}
/* Social */
.follow h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 9px;
  font-family: 'Montserrat', sans-serif;
}
ul.link-follow {
  display: inline-block;
  vertical-align: top;
}
ul.link-follow li {
  float: left;
  margin-right: 8px;
  margin-top: 5px;
}
ul.link-follow li:last-child {
  margin-right: 0;
}
ul.link-follow li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  border-radius: 100%;
  font-size: 0;
  line-height: 48px;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
ul.link-follow li a.facebook {
  background: #3a599c;
}
ul.link-follow li a.twitter {
  background: #5a8eca;
}
ul.link-follow li a.google {
  background: #2ca2db;
}
ul.link-follow li a.youtube {
  background: #527fa6;
}
ul.link-follow li a.flickr {
  background: #27cec0;
}
ul.link-follow li a:before {
  font-size: 18px;
}
ul.link-follow li a span {
  display: none;
}
ul.link-follow li a:hover {
  color: #000;
}
/* footer */
footer{
	margin-top: 90px;
	font-family: 'arial';
}
.footer-top {
	background: #202020;
    padding: 45px 0 0 0;
}
footer .col-footer{
	margin-bottom: 20px;
}
.footer-title{
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.footer-content {
	line-height: 24px;
	font-size: 12px;
	color: #bcbcbc;
	font-weight: 400;
}
.footer-contact p {
	margin:0;
}
.footer-contact .adress {
  position: relative;
  padding-left: 20px;
}
.footer-contact .adress:before {
  content: "\f041";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #000;
}
.footer-contact .adress.adress1 {
  padding-bottom: 23px;
  margin-bottom: 23px;
}
.footer-contact .adress.adress1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #515151;
}

footer .list-unstyled.text-content li a:hover{
	color: #000;
}
footer .list-unstyled.text-content li a{color: #bcbcbc;display: block;font-weight: 400;}
.footer-support {
  border-top: 1px solid #414141;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 25px;
  position: relative;
}
.footer-support .logo-footer {
  float: left;
  margin: 30px 0;
}
.footer-support .support-info {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-support .support-info p {
  display: inline-block;
  vertical-align: top;
  margin:0;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  color: #696969;
  font-family: 'arial';
}
.footer-support .support-info p span {
  color: #fff;
}
.footer-support .support-info p:last-child {
  margin-right: 0;
}
.footer-bottom {
	background: #161616;
}
.footer-bottom .container-inner {
	padding: 27px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.footer-bottom .footer-payment {
	float: left;
    margin-right: 50px;
    padding: 1.5px 0;
}
.footer-bottom .footer-copyright {
	float: left;
    color: #a0a0a0;
    font-size: 12px;
    background: none;
    max-width: 360px;
    text-transform: none;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    padding: 0;
}
.footer-bottom .footer-copyright a {
	color: #000;
}
.footer-bottom .footer-copyright a:hover {
	text-decoration: underline;
}
#back-top i{
	font-size: 18px;
}
#back-top:hover{
	background: #000;
}
#back-top{
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: rgba(51, 51, 51, 0.7);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	color: #fff;
	display: none;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 0px 1px 1px rgba(255,255,255,.1);
}
/* breadcrumb */
.common-home .breadcrumbs {
	display: none;
}
.breadcrumbs {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 55px;
}
.breadcrumb{
	margin: 0;
	background: none;
	padding: 13px 0;
	text-transform: uppercase;
}
.breadcrumb li:before {
	color: #333 !important;
	margin: 0 7px ;
}
.breadcrumb li a:hover,
.breadcrumb li:last-child a{
	color: #000
}
.breadcrumb li a{
	color: #333333;
	font-size: 12px;
}
/* toolbar */
#compare-total {
	line-height: 28px;
	padding: 0;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	font-family: 'arial';
}
.toolbar-products {
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
	font-family: 'arial';
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}
.toolbar-products.toolbar-bottom {
	margin-bottom:0;
	border-top: 1px solid #e1e1e1;
	border-bottom:0;
}
.toolbar-products .modes {
	display:inline-block;
	vertical-align: top;
	padding: 9px 0;
}
.toolbar-products .toolbar-amount {
	line-height: 28px;
	padding: 0;
	font-size: 14px;
	color: #666666;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
#grid-view i,#list-view i {
	display: none;
}
.modes button {
	width: 20px;
	height: 18px;
	padding: 0;
	margin-right: 10px;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	border: none;
	border-radius: 0;
}
#grid-view {
	background: url(../image/bkg_grid.png) center no-repeat;
}
#grid-view.selected {
	background: url(../image/bkg_grid_hover.png) center no-repeat;
}
#list-view {
	background: url(../image/bkg_list.png) center no-repeat;
}
#list-view.selected {
	background: url(../image/bkg_list_hover.png) center no-repeat;
}
.toolbar-products .sorter {
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .limiter {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .sorter select, .toolbar-products .limiter select {
	padding: 0 5px;
	height: 28px;
	min-width: 95px;
	font-size: 14px;
	color: #898989;
	border-radius: 5px;
	width: auto;
}
.toolbar-products .pages {
	display:inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .pages ul {
	margin: 0;
	border-radius:0;
}
.toolbar-products .pages ul li {
	display: inline-block;
	vertical-align: top;
}
.toolbar-products .pages ul li a {
	color: #333333;
	font-size: 13px;
	font-weight: 400;
	padding: 0 4px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 0;
	text-align: center;
	border: none;
	background: none;
}
.toolbar-products .pages ul li span {
	color: #000;
	font-size: 13px;
	background:none;
	border: none;
	padding: 0 4px;
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.toolbar-products .pages ul li.active span,.toolbar-products .pages ul li:hover a {
	color: #000;
	background: none;
}
/* category */
.title-category h2 {
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 6px;
	font-weight: 400;
	color: #000;
	margin: 0;
	background: url(../image/bkg_category.jpg) bottom no-repeat;
	text-align:center;
	padding: 45px 0;
}
.product-grid .product-des {
	display: none;
}
.product-grid .item {
	margin-bottom: 55px;
}
.product-list {
	margin-bottom: 35px;
}
.product-list .des-container {
	text-align: left;
}
.product-list .product-name {
	margin-bottom: 17px;
	margin-top: 5px;
}
.product-list .product-name a {
	font-size: 20px;
}
.product-list .item-inner .des-container .price-box {
	margin-top: 10px;
}
.product-list .price-box .price {
	font-size: 24px;
}
 
.product-list .product-des {
	color: #898989;
	font-family: 'arial';
	line-height: 21px;
	padding: 30px 0;
}
.product-list .button.btn-cart{
	font-size: 14px;
	color: #fff;
	background: #333;
	border-radius: 0;
	line-height: 37px;
	padding: 10px 33px;
	letter-spacing: 0.5px;
	margin-top: 5px;
}
.product-list .button.btn-cart:hover {
	background: #000;
}
/* product detail */
.thumbnail, .img-thumbnail {
	-webkit-box-shadow:none;
    box-shadow: none;
    padding:0;
    border-radius:0;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #ddd;
}
.zoomContainer {
    top: 0px !important;
    left: 0px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 0px;
    border-color: #fff !important;
}

.image-additional-container .thumbnail{
	margin: 0;
	border: 1px solid #edecec;
}
.owl-style3 .owl-container {
	margin:0 -10px;
}
.owl-style3 .owl-container .owl-item {
	padding: 0 10px;
}

.product-info-main .product-name {
	font-size: 22px;
	font-weight: 400;
	color: #333333;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 15px 0;
}
.product-info-main .price-box {
	display:block;
	margin-top: 15px;
}
.product-info-main .price-box .price {
	font-size: 21px;
}
.product-info-main .short-des {
	color: #898989;
	font-family: 'arial';
	line-height: 21px;
	padding: 20px 0;
	margin: 0;
}

#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    height: 50px;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    width: 35px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    background: #333333;
    padding: 0;
    color: #fff;
    float: left;
}
#input-quantity2,
#input-quantity {
    width: 50px;
    margin: 0 1px;
}
.product-info-main .form-group {
	display:inline-block;
	vertical-align: top;
	width: 100%;
}
label[for='input-quantity']{
	float: left;
	line-height: 34px;
	margin-right: 30px;
	display: none;
}
.product-info-main .button-cart{
	font-size: 14px;
	color: #fff;
	border-radius:0;
	line-height: 30px;
	padding: 10px 35px;
	background: #333;
	float: left;
	margin-top: 10px;
}
.product-info-main #button-cart:hover {
	background: #fff;
	border-style: solid;
    border-width: 2px;
    border-color:black;
    color:#000;
}
button.btn-compare span, 
button.btn-wishlist span{
	display: none;
} 
button.btn-compare i, 
button.btn-wishlist i{
	display: none;
} 

button.btn-compare, 
button.btn-wishlist {
    font-size: 0;
    padding: 0;
    border: none;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    position: relative;
    border-radius: 0;
    margin-left: 5px;
    background: #333;
    color: #fff;
    float: left;
    margin-top: 10px;
}
button.btn-compare:before, 
button.btn-wishlist:before {
	content: "\f004";
    font-family: 'FontAwesome';
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: inherit;
    font-weight: normal;

}
button.btn-compare:before {
	    content: "\f200";
}
button.btn-compare:hover, 
button.btn-wishlist:hover {
    background-color: #000;
}
#product2.has-option,
#product.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
#product + div{
	margin: 20px 0;
}
.quantity-box{
	float: left;
	margin-right: 4px;
	margin-top: 10px;
}
.product-info-main .box-options {
	margin: 15px 0 30px;
}
.product-info-main ul.list-unstyled {
	font-family:'arial';
}
.product-info-main ul.list-unstyled li {
	display: block;
	line-height: 24px;
}
.product-info-main ul.list-unstyled li span,.product-info-main ul.list-unstyled li a {
	color: #000;
}
.product-info-main ul.list-unstyled li a:hover {
	text-decoration: underline;
}

.product-info-detailed {
	margin-top: 60px;
}
.product-info-detailed .nav-tabs {
	margin-bottom: 15px;
	border-bottom: 2px solid #ededed;
}
.product-info-detailed .nav-tabs li {
	margin-bottom: 0;
	margin-right: 30px;
	position: relative;
}
.product-info-detailed .nav-tabs li:after {
	position: absolute;
	content: "";
	width: 0;
	z-index: 1;
	left: 0;
	bottom: -2px;
	height: 2px;
	background: #333333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.product-info-detailed .nav-tabs li.active:after,.product-info-detailed .nav-tabs li:hover:after {
	width: 100%;
}
.product-info-detailed .nav-tabs li:last-child {
	margin-right:0;
}
.product-info-detailed .nav-tabs li a {
	font-size: 14px;
	color: #333333 !important;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	border: none !important;
	padding: 10px 0;
	background: #fff;
}
.product-info-detailed .tab-content {
	font-family:'arial';
	line-height: 24px;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	margin: 0;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
#map-canvas{
	min-height: 400px;
	margin: 20px 0;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}




#content{
	min-height: 300px;
}

.btn-quickview span{
	display: none;
}
.btn-quickview i {
	display: none;
}
#cart .dropdown-menu {
    margin: 0;
    padding: 25px 20px 0 20px !important;
    width: 350px;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    box-sizing: border-box;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}
#cart .dropdown-menu:after,#cart .dropdown-menu:before {
	border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
#cart .dropdown-menu:before {
	border: 6px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99;
	right: 26px;
	top: -12px;
}
#cart .dropdown-menu:after {
	border: 7px solid;
	border-color: transparent transparent #bbb transparent;
	z-index: 98;
	right: 25px;
	top: -14px;
}

#cart .cart-empty{
	padding-bottom: 25px;
	font-family: 'arial';
}
#cart .dropdown-menu p{ 
	margin: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	padding-top: 20px;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
#cart .cart-close button{
	background: none;
	color: #000;
	border: none;
}
#cart .cart-quantity{
	font-style: italic;
	color: #bfbfbf;
}

#cart .cart-button{
	margin: 0 -20px !important;
	padding: 20px 20px;
	border-top: 1px solid #f2f2f2;
}
#cart p.cart-button a:last-child{
	margin: 0;
}
#cart p.cart-button a{
	border: none;
	background: #333;
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 15px;
	border-radius: 0;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #000;
	border-color: #000;
}
#cart p.cart-button a:hover i{
	color: #fff;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 10px;
	color: #fff;
}
#cart .dropdown-menu .info-item{
	padding-left: 10px;
}
#cart .dropdown-menu .has-scroll{
	max-height: 300px;
	overflow: auto;
	padding: 0 20px;
	margin: 0 -20px;
	margin-bottom: 20px;
}
/*
 *  STYLE 6
 */

#cart .dropdown-menu .has-scroll::-webkit-scrollbar-track
{
	 
	background-color: #fff;
}

#cart .dropdown-menu .has-scroll::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
}

#cart .dropdown-menu .has-scroll::-webkit-scrollbar-thumb
{
	background-color: #ccc;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}



#cart .dropdown-menu tr td strong{
	color: #333;
	font-weight: 400;
}
#cart .dropdown-menu tr td:last-child{
	color: #333;
}

/* responsive */
@media (max-width: 1399px) {
  .static-middle-elly2 .image a .text .text1 {
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
  }
  .static-middle-elly2 .image a .text .text2 {
    margin-bottom: 1vw;
  }
  .static-middle-elly2 .image a .text .text2 span {
    font-size: 3vw;
    padding: 0.8vw 0;
  }
  .static-middle-elly2 .image a .text .text3,
  .static-middle-elly2 .image a .text .text5 {
    font-size: 3vw;
  }
  .static-middle-elly2 .image a .text .text4 {
    font-size: 3.5vw;
    margin: 1vw 0 0.5vw 0;
  }
}
@media(max-width: 1199px){
	#top {
		text-align: center;
	}
	#top .box-left {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	#top .box-right {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.ma-corporate-about {
		float: none;
		display: inline-block;
		vertical-align: top;
	}	
}
@media(max-width: 991px){
	.col-order {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.col-order #content {
	    -ms-flex-order: 1;
	    -webkit-order: 1;
	    order: 1;
	    float: none;
	    
	}
	.col-order #column-left {
		-ms-flex-order: 2;
	    -webkit-order: 2;
	    order: 2;
	    float: none;
	    
	}
	#column-left,#column-right {
		margin-top: 30px;
	}
	.static-top-elly2 {
		margin-top: 30px;
	}
	.static-middle-elly2 {
		margin-top: 55px;
	}
	.group-title {
		margin-top: 60px;
	}
	.module-group {
		margin-top: 55px;
	}
	.module-group .group-title {
		margin-top: 50px;
	}
	.top-menu {
		border:0;
		margin-bottom: 30px;
	}
	
	.product-info-main .product-name {
		font-size: 24px;
	}
	.product-info-main .price-box .price {
		font-size: 20px;
	}
	footer {
		margin-top: 60px;
	}
	.footer-support .support-info {
		position: static;
	    display: block;
	    clear: both;
	    margin-bottom: 30px;
	    -moz-transform: translateY(0);
	    -webkit-transform: translateY(0);
	    -o-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
	.newletter-popup,
	.b-modal{
		display: none !important;
	}
	.zoomContainer,
	.vermagemenu-container,
	#search-by-category .search-container .categories-container{
		display: none !important;
	}
}
@media(min-width: 768px) {
	.toolbar-products .modes {
		float: left;
		margin-right: 20px;
	}
	.toolbar-products .sorter,.toolbar-products .limiter ,.toolbar-products .pages {
		float: right;
	}
	
	.toolbar-products .toolbar-amount {
		float: left;
	}
}
@media(max-width: 767px){
	.static-middle-elly2 .image a .text .text2 span {
	    border-width: 2px;
	}
	.link-compare {
		text-align: center;
	}
	.ma-corporate-about {
		text-align: center;
		margin: 0 -10px;
	}
	.ma-corporate-about .col {
		margin: 0;
		padding: 10px;
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	.logo-container {
		float: none;
		display: block;
		text-align: center;
	}
	.header-inner .box-search {
		position: static;
		-moz-transform: translateY(0);
	    -webkit-transform: translateY(0);
	    -o-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
	#search-by-category {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-bottom .footer-payment {
		float: none;
		margin: 0;
		display: block;
		text-align: center;
	}
	.footer-bottom .footer-copyright {
		float: none;
		display: block;
		text-align: center;
		margin-top: 15px;
		max-width: none;
		line-height: 1.2;
	}
	
	.owl-buttons{
		display: none !important;
	}
}
@media only screen and (max-width: 568px) {
  .static-middle-elly2 .image a .text {
    right: 10%;
  }
}
@media(max-width: 479px){
	
	
	#top .box-right > li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		padding: 0 5px;
	}
	#top .box-right > li.cart {
		width: 100%;
		padding: 0;
	}
	#cart {
		float: none;
		display: inline-block;
		vertical-align: top;
		padding-bottom: 0;
	}
	#top .box-right .dropdown-menu > ul, #top .box-right .dropdown-menu {
		right: auto;
		left: 50%;
		-moz-transform:  translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#cart .dropdown-menu {
		width: 300px;
	}
	#cart .dropdown-menu::before {
		right: 138px;
	}
	#cart .dropdown-menu::after {
		right: 137px;
	}
	.static-middle-elly2 .image a .text .text1 {
	    font-size: 2.5vw;
	}
	.static-middle-elly2 .image a .text .text2 span {
	    border-width: 1px;
	}
}

/*Fix products-grid */
@media (min-width: 992px){
.custom-products .two-items:nth-child(2n+1),
.custom-products .three-items:nth-child(3n+1),
.custom-products .four-items:nth-child(4n+1) {  clear: left;} 
}

@media (max-width: 991px) and (min-width: 481px){
.custom-products .product-grid:nth-child(2n+1) {clear: left;} 
}

@media (max-width: 480px) and (min-width: 0px){
.custom-products .product-grid:nth-child(1n+1) {clear: left;}
.custom-products .product-grid{width: 100%;}  
}