
/* 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, 'Helvetica', 'Arial', sans-serif;
	font-weight: 600;
	color: #343469;
	font-size: 13px;
	line-height: 1.428571429;
	width: 100%;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #343469;
	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;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #2e6ed5;
}
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: #2e6ed5;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #2e6ed5;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #2e6ed5;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #2e6ed5;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #2e6ed5;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2e6ed5;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #2e6ed5;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #2e6ed5;
}
.tooltip-inner{
	background: #2e6ed5;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
a:hover,.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  .action-links-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: #2e6ed5;
}
#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: #363f4d;
	padding: 0px 20px;
	text-transform: capitalize;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	line-height: 42px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	-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;
}
#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-carousel.owl-theme:hover .owl-nav div {
  opacity: 1;
}
.owl-carousel.owl-theme:hover .owl-nav div.owl-prev {
  left: 0;
}
.owl-carousel.owl-theme:hover .owl-nav div.owl-next {
  right: 0;
}

.owl-carousel.owl-theme  .owl-page:hover span,
.owl-carousel.owl-theme  .owl-page.active span {
  background: #2e6ed5;
}
.owl-carousel.owl-theme  .owl-page {
	display:inline-block;
	vertical-align:top;
}
.owl-carousel.owl-theme  .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-carousel.owl-theme .owl-nav div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 24px;
  border: 1px solid #ebebeb;
  color: #bdbfbe;
  background: #fff;
  border-radius: 0;
  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-carousel.owl-theme .owl-nav div:before {
  font-family: "Ionicons";
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  width: 100%;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev {
  left: 0px;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev:before {
  content: "\f124";
}
.owl-carousel.owl-theme .owl-nav div.owl-next {
  right: 0px;
}
.owl-carousel.owl-theme .owl-nav div.owl-next:before {
  content: "\f125";
}
.owl-carousel.owl-theme .owl-nav div:hover {
  background: #2e6ed5;
  border-color: #2e6ed5;
  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:#2e6ed5;
}
/* newsllter */
.newletter-subscribe-container {
	background: #343469;
}
.newletter-subscribe-container .container-inner {
	padding: 30px 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.newletter-subscribe-container .container-inner img.icon-newletter {
	position: absolute;
	bottom:4px;
	left:-110px;
}
#dialog-normal .newletter-title {
	float: left;
	max-width: 50%;
	position: relative;
	padding-left: 82px;
	margin: 10px 0;
}
#dialog-normal .newletter-title:before {
	content:"\f2c3";
	font-size: 72px;
	font-family: "Ionicons";
	color: #fff;
	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%);
}
#dialog-normal .newletter-title h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 0 11px 0;
}
#dialog-normal .newletter-title h3 span {
	color: #2e6ed5;
	font-weight: 500;
}

#dialog-normal .newletter-title label{
	font-size: 13px;
	color: #fff;
	display: block;
	margin: 0;
}

#dialog-normal .newleter-content{

position: relative;

padding: 10px 0;

float: right;
}
#subscribe {
	margin-bottom: 0;
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
#subscribe_email{
	display: inline-block;
	background: #fff;
	padding: 10px 157px 10px 20px;
	border: 0;
	line-height: 30px;
	height: 56px;
	border-radius: 0;
	color: #959595;
	font-size: 12px;
	width: 640px;
	font-weight: 400;
	border-radius: 3px;
	
}
#subscribe .btn:hover{
	color: #fff;
}
#subscribe .btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 56px;
	text-transform: uppercase;
	line-height: 56px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	padding: 0 40px;
	background: #141416;
	color: #fff;
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#notification-normal{
	position: absolute;
	bottom: -25px;
}
#notification-normal div{
	color: #FFF;
}
#notification-normal div.warning{
	color: #fff;
	text-align: center
}
/* Top */
#top{
	background: #f9f9f9;
	border-bottom: 1px solid #ebebeb;  
}
#top .box-left {
	float:left;
	margin: 0;
	list-style: none;
	padding: 0;
}
#top .box-left > li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

#top .box-right {
	float:right;
}
#top .box-right > li {
	display: inline-block;
	vertical-align: top;
}

#top .box-right .support , #top .box-right .order, #top .box-right .btn-group  .btn-link {
	font-size: 12px;
	color: #363f4d;
	text-transform: capitalize;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top .box-right .support:before , #top .box-right .order:before, #top .box-right .btn-group  .btn-link:before {
	content:"\f35a";
	display:inline-block;
	vertical-align: top;
	margin-right:7px;
	font-size: 18px;
	font-family: "Ionicons";
}
#top .box-right .order:before {
	content: "\f127";
}
 #top .box-right .btn-group  .btn-link:before {
 	content:"\f43d";
 }
#top .btn-group .text-ex{
	padding: 10px 0;
	margin-right: 9px;
	color: #363f4d;
	text-transform: capitalize;
	line-height: 25px;
}
#top .btn-group  .btn-link{
	text-shadow: none;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	overflow: hidden;
	color: #363f4d;
	line-height: 25px;
	font-weight: 400;
	padding: 10px 0;
	display: block;
	text-align: left;
	border: 0;
}
#top .box > li { 
	padding-right: 18px;
	margin-right: 18px;
	position: relative;
}
#top .box > li:last-child {
	margin-right:0;
	padding-right:0;
}
#top .box > li:after { 
	content: "";
	width: 1px;
	height: 16px;
	background: #e1e1e1;
	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%);
}
#top .box > li:last-child:after { 
	display:none;
}
#top .btn-group .dropdown-menu{
	position: absolute;
	right: auto;
	left: -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 .btn-group #top-links {
	left: auto;
	right: -15px;
}
#top .btn-group .dropdown-menu li {
	border-bottom: 1px solid #f2f2f2;
}
#top .btn-group .dropdown-menu li:last-child {
	border:0;
}
#top .btn-group .dropdown-menu li > a,
#top .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;
}
#top .btn-group .dropdown-menu li > a:hover,
#top .btn-group .dropdown-menu li> button:hover {
	text-decoration: none;
	color: #2e6ed5;
}
#top .btn-group .dropdown-menu li a img,
#top .btn-group .dropdown-menu li button img{
	vertical-align: baseline;
	margin-right:5px;
}
#top .btn-group .dropdown-menu > a:hover,
#top .btn-group .dropdown-menu > button:hover,
#top .btn-group .dropdown-menu .item-selected{
	color: #2e6ed5;
	text-decoration: none;
}
.logo-container {
	float: left;
	z-index: 1;
	position: relative;
}
#logo{
	padding: 22px 0;
}
#logo a{
	display: inline-block;
}
.headerSpace {
	display: none;
}
.header-inner {
	position:relative;
	z-index:8;
}

.header-inner .container-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}
.hoz-menu {
	position: absolute;
	top: 50%;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0;
	right:0;
	text-align: right;
	padding-left: 270px;
}
/* Search */
#search {
	width: 100%;
}
#search input {
	height: 56px;
	border: 2px solid #fff;
	font-size: 14px;
	color: #a4a4a4;
	font-weight: 400;
	background: #fff;
	box-shadow: none !important;
	border-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#search .input-group-btn button {
	background: #1954b3;
	border: 0;
	height: 56px;
	width: 56px;
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#search .input-group-btn button i {
	font-size: 24px;
	color: #fff;
}
#search .input-group-btn button:hover i {
	color: #363f4d;
}
#search .input-group-btn button i:before {
	content: "\f4a4";
	font-family: "Ionicons";
}
/* search category */
.top-search {
}
#search-by-category {
    position: relative;
    width: 100%;
}
#search-by-category .search-container{
}
#search-by-category .search-container .categories-container{
    position: absolute;
    padding: 10px 0;
    left: 0;
    top: 0;
}
#search-by-category .search-container #text-search{
    padding: 0 55px 0 190px;
    height: 49px;
    border-radius: 3px;
    font-size: 12px;
    border: 0;
    z-index: 1;
    background: #fff;
    color: #c2c2c2;
    width: 100%;
    -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: 0px;
    top: 0;
}
#search-by-category .search-container .categories-container .hover-cate p{
    margin:0;
    color: #363f4d;
    padding: 0 30px 0 25px;
    cursor: pointer;
    overflow: hidden;
    position:relative;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 29px;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
	content:"";
	position: absolute;
	width: 1px;
	height: 16px;
	background: #e1e1e1;
	right: 0;
	top: 50%;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search-by-category .search-container .categories-container .hover-cate p i{display: inline-block;vertical-align: top;font-size: inherit;line-height: inherit;margin-left: 19px;}
#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%;
	text-align: left;
}
.cate-items li {
    text-transform: capitalize;
    color: #363f4d;
    font-size: 11px;
    list-style: none;
    line-height: 18px;
}
.cate-items li:hover{
    color:#2e6ed5
}
.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{
	color: #363f4d;
}
#btn-search-category{
    background: #2e6ed5;
    border:none!important;
    padding:0;
    box-shadow:none;
    text-shadow:none;
    border-radius: 3px;
    height: 49px;
    width: 49px;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 49px;
}
#btn-search-category:before {
	font-family: 'Stroke-Gap-Icons';
	content: "\e6a4";
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#wishlist-total, #link-compare,#cart > button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	font-size: 13px;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
}
#wishlist-total .icon, #link-compare .icon, #cart > button .icon {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#wishlist-total .text, #link-compare .text, #cart .text {
	display: block;
}
#wishlist-total:hover, #link-compare:hover,#cart > button:hover {
	color: #363f4d;
}
#link-compare span {
	display:none;
}
.search-container{}
.cart-container{
	padding: 45px 15px 0 0;
	width: 18%;
}
#cart-total .item-cart,#wishlist-total .count,#cart-total
{
	position: absolute;
	display: block;
	background: transparent;
	color: #fff;
	top: 0;
	left: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
}

#cart .dropdown-menu {
	 
}

#cart{
	width: auto;
}

#cart-total .total-price{
	color: #fff;
}

#cart > button{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	margin: 0;
	position: relative;
}
#cart > button i,#wishlist-total i,#link-compare i {
	font-size: 27px;
	color: #fff;
	font-style: normal;
	padding: 0 6px;
}
#cart > button:hover  i,#wishlist-total:hover i,#link-compare:hover i {
	color: #363f4d;
}


#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 {
	position: relative;
	z-index: 7;
	background: #343469;
	#background: #141416;
	padding: 10px 0;
}
.common-home .top-menu {
	/* margin-bottom: 30px; */
}
.top-menu .col {
	float: left;
}
.top-menu .col-menu {
	
}
.top-menu .col-search {
	padding-right: 250px;
	position:relative;
}
.top-menu .col-search .box-cart {
	position: absolute;
	right: 8px;
	top: 50%;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fix-header{
	border: none;
	background: #343469;
	#background: rgba(46, 110, 213, 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;
	padding: 5px 0;
	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:hover {
	background: #343469;
}
.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;
  border-radius: 2px;
}
.banner-static .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);
}
.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;
}
.banner-static .image:hover a .text .text1 {
  -webkit-animation: fadeInUp 400ms ease-in-out;
  -moz-animation: fadeInUp 400ms ease-in-out;
  -ms-animation: fadeInUp 400ms ease-in-out;
  animation: fadeInUp 400ms ease-in-out;
}
.banner-static .image:hover a .text .text2 {
  -webkit-animation: fadeInUp 600ms ease-in-out;
  -moz-animation: fadeInUp 600ms ease-in-out;
  -ms-animation: fadeInUp 600ms ease-in-out;
  animation: fadeInUp 600ms ease-in-out;
}
.banner-static .image:hover a .text .text3 {
  -webkit-animation: fadeInUp 800ms ease-in-out;
  -moz-animation: fadeInUp 800ms ease-in-out;
  -ms-animation: fadeInUp 800ms ease-in-out;
  animation: fadeInUp 800ms ease-in-out;
}
.static-menu-bottom {
  padding: 30px 30px 5px 30px;
}
.static-sidebar.static-sidebar-home {
	margin-top: 60px;
}
.static-sidebar {
	margin-top: 30px;
}
.static-sidebar .image a .text {
	top: 10%;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.static-sidebar .text .text1 {
	display: block;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "texgyreadventor";
	color: #363f4d;
}
.static-sidebar .text .text2 {
	display: block;
	font-size: 20px;
	font-family: "texgyreadventor";
	color: #363f4d;
	font-weight: 400;

}
.static-sidebar .text .text3 {
	font-size: 13px;
	font-weight: 300;
	color: #363f4d;
	margin-top: 25px;
	display: block; 
}
.static-sidebar .text .text3 strong {
	display: block;
	font-weight: 500;
	color: #4380db;
	font-size: 24px;
}
.static-top-digitech2 {
	margin-top: 10px;
}
.static-top-digitech2 .image {
	margin-top: 30px;
}
.static-top-digitech2 .image a .text {
	left: 30px;
	text-align: left;
	line-height: 24px;
	max-width: 250px;
}
.static-top-digitech2 .text .text1 {
	font-size: 14px;
	color: #363f4d;
	display: block;
	margin-bottom: 13px;
}
.static-top-digitech2 .text .text2 {
	font-size: 24px;
	color: #363f4d;
	display: block;
	font-weight: 700;
	font-family: "texgyreadventor";
}
.static-top-digitech2 .text .text2 strong {
	font-weight: 500;
	color: #4380db;
}
.static-top-digitech2 .text .text3 {
	font-size: 14px;
	color: #363f4d;
	display: block;
	font-weight: 400;
	margin-top: 18px;
}
.static-top-digitech2 .text .text3 strong {
	font-weight: 400;
	color: #4380db;
}

.static-content-digitech4 {
	margin-top: 60px; 
}
.static-content-digitech4 .image a .text {
	left: 8%;
	right: auto;
	text-align: center;
	line-height: 24px;
}
.static-content3-digitech4 .image a .text {
	left: 6%;
	right: auto;
	text-align: left;
}
.static-content-digitech4 .text .text1 {
	font-size: 14px;
	color: #363f4d;
	display: block;
	margin-bottom: 5px;
}
.static-content-digitech4 .text .text1 strong {
	color: #2e6ed5;
	font-size: 18px;
}
.static-content-digitech4 .text .text2 {
	font-size: 30px;
	color: #363f4d;
	display: block;
	font-weight: 700;
	font-family: "texgyreadventor";
}

.static-content-digitech4 .text .text3 {
	font-size: 14px;
	color: #363f4d;
	display: block;
	font-weight: 400;
	margin-top: 30px;
}
.static-content-digitech4 .text .text3 strong {
	font-weight: 500;
	color: #2e6ed5;
	font-size: 18px;
}
/* Products */ 

.owl-item.active .item {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}
.owl-item.active .item {
	border-right: 1px solid #ebebeb; 
}
.owl-item.active.last .item {
	border-right: 0; 
}
.item:not(:first-child) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ebebeb;
}
.item .item-inner {
	position: relative;
	padding: 20px;
}
.label-product {
	color: #fff;
	background:#2e6ed5;
	line-height: 22px;
	padding: 0 11px;
	border-radius: 2px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 0;
	text-transform: uppercase;
	font-size: 10px;
	z-index: 100;
	 
}
.label_sale {
	background: #f26522;
	top: 10px;
	right: auto;
	left: 0;
}


.item-inner .images-container {
	position: relative;
	background: #fff;
	text-align: center;
	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;
	text-align: center;
}
.item-inner .images-container img {
	margin: auto;
}
.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.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;
}
.item-inner:hover .images-container .img-r {
	opacity:1;
	visibility: visible;
}

.item-inner:hover .images-container .quick-view {
	opacity: 1;
	-moz-transform: scale(1)  translateY(-50%);
	-webkit-transform:scale(1) translateY(-50%);
	-o-transform:scale(1) translateY(-50%);
	-ms-transform:scale(1) translateY(-50%);
	transform:scale(1) translateY(-50%);
}

.item-inner .images-container .quick-view {
	position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    opacity: 0;
    text-align: center;
    z-index: 10;
    -moz-transform: scale(0.6)  translateY(-50%);
	-webkit-transform:scale(0.6) translateY(-50%);
	-o-transform:scale(0.6) translateY(-50%);
	-ms-transform:scale(0.6) translateY(-50%);
	transform:scale(0.6) translateY(-50%);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;

}
.item-inner .images-container .quick-view button {
	line-height: 32px;
	height: 32px;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	background-color: #37475a;
	text-transform: capitalize;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	border: 0;
	transition: all 0.3s ease-in-out;
	-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 .quick-view button:hover {
	background: #2e6ed5;
}
.qv-button-container {
	display: block;
}


.tt-product {
	#border: 1px solid #000;
	background: #fff;
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	#margin-left:20px ! important;
	#margin-left:20px ! important;	
}
.item-inner  .action-links button {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	background: #363f4d;
	color: #fff;
}
.item-inner  .action-links button:hover {
	background: #2e6ed5;
}
.item-inner:not(:hover)  .action-links button {
	background: #f1f1f1;
	color: #949494;
}
.item-inner  .action-links button:last-child {
	margin-right:0;
}
.item-inner  .action-links {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 15px;
}
.item-inner  .action-links button.btn-cart {padding: 0 41px;}
.item-inner  .action-links button.btn-compare {
	
}
.item-inner  .action-links button.btn-wishlist {
	
}
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 {
    line-height: 42px;
    height: 42px;
    width: 42px;
    display: block;
    background-color: #f1f1f1;
    font-weight: normal;
    font-size: 0;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    color: #949494;
    float: left;
    margin-top: 22px;
    margin-right: 5px;
}
button.btn-compare:before, 
button.btn-wishlist:before {
	content: "\f387";
    font-family: "Ionicons";
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    width: 100%;

}
button.btn-compare:before {
	content: "\f4a8";
}
button.btn-compare:hover, 
button.btn-wishlist:hover {
    background-color: #2e6ed5;
}

.item-inner .caption {
	padding: 16px 0 0 0;
	background: transparent;
	text-align: left;
	position: relative;
}
.item-inner .caption-top {
	padding-top: 0;
	margin-bottom: 14px;
}
.item-inner .caption .manufacture-product {
	display: none;
}
.product-name {
	margin-bottom: 11px;
	display: block;
	margin-top: 0;
}
.product-name a {
	color: #2e6ed5;
	padding: 0;
	display: block;
	line-height: 18px;
	text-transform: capitalize;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
}
.product-name a:hover {
	color: #2e6ed5;
	text-decoration: underline; 
}
.ratings {
	display:block;
}
.ratings a {
	font-size: 12px;
	color: #a4a4a4;
	line-height: 1;
	margin-left: 10px;
}
.ratings a:hover {
	color: #2e6ed5;
}
.ratings a.review-count {
	margin-right: 10px; 
}
.ratings .rating-box {
	display: inline-block;
	vertical-align:top;
	margin-top: 2px;
}
.rating-box div[class^='rating']{
	background: url('../image/rating0.png') no-repeat;
	font-size: 0;
	height: 12px;
	width: 67px;
}
.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-tax {
	display: none;
}
.price-box .price {
	color: #2e6ed5;
	font-size: 14px;
	font-weight: 500;
}
.price-box p.special-price .price{
	color: #2e6ed5;
}
.price-box p.old-price {
	margin-left: 5px;
}
.price-box p.old-price .price {
	color: #a4a4a4;
	text-decoration: line-through;
	font-size: 13px;
	font-weight: 400;
}
.item-inner .caption .price-box {
	display: block;
	margin-top: 3px;
}
.item-inner .caption .price-box label {
	margin:0;
	font-size: 13px;
	color: #363f4d;
}
/* module title*/
.module-title {
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 19px;
	margin-top: 52px;
}

.module-title h2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	color: #343469;
}
.module-title2 {
}
.module-title2 .module-title {
	margin-bottom: 0;
	background: #2e6ed5;
	padding: 13px 20px;
	margin-top: 60px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.module-title2 .module-title h2 {
	margin-bottom: 0;
	color: #fff;
}
.module-title2.module-nav2  .owl-carousel.owl-theme .owl-nav div {
	color: #5e90df;
}
.module-title2.module-nav2  .owl-carousel.owl-theme .owl-nav div.disabled {
	color: #5e90df !important;
}
.module-title2.module-nav2  .owl-carousel.owl-theme .owl-nav div:hover {
	color: #fff;
}
.module-title2.module-nav2  .owl-carousel.owl-theme .owl-nav div.owl-prev:after {
	background: #5e90df;
}
.module-title2.module-nav2  .owl-carousel.owl-theme .owl-nav {
	top: -45px;
	right: 5px;
}
/* list-style*/
.list-style {
	border:0;
	padding:0;
	margin-top:0;
}
.list-style .module-title {
}
.list-style .item-inner .caption .price-box label {
	display: none;
}
.list-style .label-pro-new,.list-style .label-pro-sale {
	right:0;
}
.list-style .item {

}
.list-style .item .item-inner:before {
	display: none;
}
.list-style .item .item-inner {
	margin:0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 30px 12px;
}

.list-style .item .item-inner .images-container {
  float: left;
  width: 37%;
  padding: 0;
}

.list-style .item .item-inner .caption {
  text-align: left;
  padding: 0 0 0 15px;
  overflow: hidden;
  float: right;
  width: 63%;
}

.list-style .item-inner .price-box {
	margin-top: 15px; 
}
.list-style .item-inner  .action-links {
	margin-top: 58px;
}
.list-style.product-layout {
	border-bottom: 1px solid #ebebeb;
}
.list-style.product-layout:last-child {
	border-bottom: 0;
}
.list-style2 .item-inner .price-box {
	margin-top: 35px; 
}
/* module-other */
.module-other {

}
.module-other.module-nav2  .owl-carousel.owl-theme .owl-nav {
	right: 10px;
}
.module-other .item-inner  .action-links button.btn-cart {
	padding: 0 35px;
}
.module-other .product-customize {
	margin-bottom: 20px;
}
.module-other .product-customize.list-style {
	width: 100%;
}
.module-other .product-customize {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.module-other .tt-product {
	border: 0;
	background: transparent;
	margin: 0 -10px;
}
.module-other .list-style.product-layout {
	border: 0;
}
.module-other .owl-item.active .item {
	border: 0;
}
.module-other .item .item-inner {
	background: #fff;
}

/* module-style3 */
.module-style3 .label-pro-new,.module-style3 .label-pro-sale {
	right:0;
}
.module-style3 .item-inner {
	display: inline-block;
	vertical-align:top;
	width: 100%;
}
.module-style3 .item-inner .images-container {
	float: left;
	width: 37%;
}
.module-style3 .item-inner .caption {
	float: left;
	width: 63%;
	padding: 13px 10px 0 15px;
}
.module-style3 .item-inner .caption .price-box {
	opacity: 1 !important;
}
.module-style3 .item:not(:first-child) {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ebebeb;
}
/* module-nav2 */
.module-nav2  .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  right: -7px;
  top: -50px;
  margin: 0;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  width: 20px;
  background: transparent;
  border-radius: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div:before {
	font-size: 14px;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div.disabled {
	color: #b2b2b2 !important;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div:hover {
	color: #2e6ed5;
	background: none;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div.owl-prev {
	margin-right: 14px;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div.owl-prev:after {
  content: "";
  height: 13px;
  width: 1px;
  background: #e1e1e1;
  position: absolute;
  right: -7px;
  top: 50%;
  -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* slider-group */
.slider-group {
	margin-top: 20px;
}
/* background-full */
.background-full {
	background: #f6f6f6;
	padding-bottom: 60px;
}
.background-full2 {
	margin-top: 60px;
}
/* product-tabs-category-container-slider */
.tabs-category-slider {

}
.tabs-category-slider .module-title {
	padding-right: 90px;
}
.tabs-category-slider .module-title h2 {
}
.module-description p {
	margin: 0;
}
.tabs-category-slider .tabs-categorys {
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	float: right;
	position: relative;
}
.tabs-category-slider .tabs-categorys li {
	float: left;
	margin-right: 18px;
}
.tabs-category-slider .tabs-categorys li a {
	font-size: 13px;
	color: #949494;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 400;
	cursor: pointer;
	display: block;
}
.tabs-category-slider .tabs-categorys li:last-child {
	margin:0;
}
.tabs-category-slider .tabs-categorys li a:hover,.tabs-category-slider .tabs-categorys li.active a {
	color: #363f4d;
}
/* product-tabs-container-slider */
.product-tabs-container-slider .module-title h2 {
	display: none;
}
.product-tabs-container-slider .tabs {
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 17px;
}
.product-tabs-container-slider .tabs li {
	font-size: 14px;
	color: #bbbbbb;
	line-height: 26px;
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin-right: 35px;
}
.product-tabs-container-slider .tabs li:last-child {
	margin:0;
}
.product-tabs-container-slider .tabs li:hover,.product-tabs-container-slider .tabs li.active {
	color: #333333;
}

.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .images-container {
	float: left;
	width: 45%;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .caption {
	overflow: hidden;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .quick-view,.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .action-links {
	display: none;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .caption .price-box {
	opacity: 1;
	visibility: visible;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}
/* featured-categories-container */
.featured-categories-container {
}
.featured-categories-container .owl-item.active {
	border-right: 1px solid #ebebeb; 
}
.featured-categories-container .owl-item.active.last {
	border:none;
}
.fcategory-content .image {
	display:block;
	border-radius: 1px;
	overflow: hidden;
}
.owl-featured-categories {
	border: 1px solid #ebebeb;
	background: #fff; 
}
.fcategory-content {
	padding:20px; 
}
.fcategory-content .image 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;
}
.fcategory-content .image: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);
}
.featured-categories-container .content-thumb .name {
	margin-top: 17px;
	margin-bottom: 16px;
	
}
.featured-categories-container .content-thumb .name a {
	font-size: 14px;
	color: #2e6ed5;
	display: block;
	font-weight: 500;
}
.featured-categories-container .content-thumb .name a:hover {
	color: #2e6ed5;
}
.sub-featured-categories li a {
	display: block;
	font-size: 13px;
	color: #7a7a7a;
	line-height: 24px;
}
.sub-featured-categories li a:hover {
	color: #2e6ed5;
	padding-left: 7px;
}
.featured-categories-container .view-more {
	line-height: 29px;
	padding: 0 20px;
	color: #949494;
	text-transform: capitalize;
	background: #f1f1f1;
	border-radius: 3px;
	display:inline-block;
	vertical-align: top;
	margin-top: 21px;
}
.featured-categories-container .view-more:hover {
	background: #2e6ed5;
	color: #fff;
}
/* CountDown */
.occountdown_module .module-title {
	border: 1px solid #ebebeb;
	padding: 14px 0;
	padding-left: 65px;
	background: #f6f6f6;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: 0;
	margin-top: 80px;
	border-bottom: 0;
}
.occountdown_module .module-title:before {
	content: "\f137";
	font-family: "Ionicons";
	font-size: 24px;
	position: absolute;
	left: 9px;
	line-height: 1;
	top: 7px;
	color: #fff;
	z-index: 2;
}
.occountdown_module.module-nav2  .owl-carousel.owl-theme .owl-nav {
	top: -46px;
	right: 15px;
}
.occountdown_module .module-title:after {
	content: "";
	left: -1px;
	top:-1px;
	z-index: 1;
	position: absolute;
	border-top-left-radius: 3px;
	border: 30px solid #f6f6f6;
	border-top-color: #2e6ed5;
	border-left-color: #2e6ed5;
}
.occountdown_module .module-title h2 {
	padding-top: 1px;
}
.occountdown_module .module-title h2:before {
	content: "";
	background: #f6f6f6;
	width: 28px;
	height: 3px;
	position: absolute;
	left: -50px;
	top: 12px;
	z-index: 2;
	transform: rotate(135deg);
}
.occountdown_module .item-inner .caption .available {
	font-size: 14px;
	color: #363f4d;
	margin-bottom: 0;
	margin-top: 13px;
}
.occountdown_module .item-inner .caption .available span {
	color: #7a7a7a;
	margin-left: 3px;
}
.occountdown_module .description {
	font-size: 13px;
	color: #7a7a7a;
	line-height: 24px;
	margin-top: 20px;
	display: block;
	margin-bottom: 25px;
}

.text-hurryup {
	float: left;
	font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	color: #a8a8a8;
	margin-bottom: 0;
	margin-right: 20px;
}
.text-hurryup strong {
	display: block;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 18px;
	color: #3d3d3d;
}
.is-countdown {
}
.countdown-row {
	display: block;
}
.countdown-section {
	float: left;
	text-align: center;
	text-transform: capitalize;
	position: relative;
}
.countdown-section:after {
	content: ":";
	margin: 0 3px;
}
.countdown-section:last-child:after {
	display: none;
}
.countdown-section:last-child {
	margin-right:0;
}
.countdown-amount {
	font-size: 12px;
	color: #363f4d;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.countdown-period {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #363f4d;
}
/* oc-featured-products */
.oc-featured-products {
	margin-bottom: 80px;
}
/* testimonial */
.testimonial-container .block-content .thumb li:hover img,
.testimonial-container .block-content .thumb li.active img{
	opacity: 1;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	border-color: #2e6ed5;
}
.testimonial-container .block-content .thumb li img{
	opacity: .2;
	border: 3px solid transparent;
	border-radius: 100%;
	
	transition: all 0.3s ease-in-out;
	-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;
}
.testimonial-container .block-content .thumb li.active .testimonial-author,
.testimonial-container .block-content .thumb li:hover .testimonial-author{
	opacity: 1;
	visibility: visible;
	-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;
}
.testimonial-container .block-content .thumb .testimonial-author{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	color: #363f4d;
	font-size: 14px;
	 
	font-weight: 500;
	text-transform: capitalize;
}
.testimonial-container .block-content .testimonial-content{
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	font-style: italic;
	margin-bottom: 30px;
}
.testimonial-container .block-content .testimonial-content a {
	color: #363f4d;
}
.testimonial-container .block-content .thumb{
	margin: auto;
	padding: 0;
	text-align: center;
	max-width: 420px;
}
.testimonial-container .block-content .thumb li{
	display: inline-block;
	width: auto;
	margin: 0 5px;
	position: relative;
	vertical-align: top;
	padding-bottom: 57px;
	padding-top: 10px;

}
.testimonial-container .owl-pagination{
	display: none;
}
.testimonial-container .block-content {
  	padding: 25px 0;
  	padding-bottom: 30px;
}
.testimonial-container  .owl-carousel.owl-theme .owl-nav {
	top:-91px;
}
/* corporate */
.ma-corporate-about {
  text-align: left;
  margin: 15px 0 0 0;
  border: 1px solid #ebebeb;
}
.ma-corporate-about .row {
	margin: 0;
}
.ma-corporate-about .col {
	padding: 20px 5px;
	padding-left: 20px;
	border-bottom: 1px solid #ebebeb;
}
.ma-corporate-about .col:last-child {
	border: 0;
}
.ma-corporate-about .block-wrapper {
  display: inline-block;
  vertical-align: top;
  background:url(../image/wrapper1.png) left center no-repeat;
  padding: 12px 0;
  padding-left: 56px;
}

.ma-corporate-about .block-wrapper.wrapper2 {
  background:url(../image/wrapper2.png) left center no-repeat;
  padding-left: 55px;
}
.ma-corporate-about .block-wrapper.wrapper3 {
  background:url(../image/wrapper3.png) left center no-repeat;
  padding-left: 60px;
}
.ma-corporate-about .block-wrapper.wrapper4 {
   background:url(../image/wrapper4.png) left center no-repeat;
	padding-left: 63px;
}
.ma-corporate-about .block-wrapper .text-des {
  text-align: left;
  display: block;
}
.ma-corporate-about .block-wrapper .text-des h3 {
  color: #343469;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.ma-corporate-about .block-wrapper .text-des p {
  color: #959595;
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin: 0;
}
/* 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-inner {
	border-right: 0 !important;
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.menu-recent .row_items .articles-inner:not(:first-child) {
	border-top: 1px solid #ebebeb;
	padding-top:20px;
	margin-top:20px;
}
.menu-recent .articles-image {
	float:left;
	width: 38%;
}
.menu-recent .aritcles-content {
	overflow: hidden;
	padding-left: 18px;
}
.menu-recent .articles-image a {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	position: relative;
	border-radius: 2px;
}
.menu-recent .articles-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);
}
.articles-name {
	display: block;
	font-size: 14px;
	text-transform: none;
	font-weight: 500;
	line-height: 18px;
	position: relative;
	margin-bottom: 12px;
	margin-top: 6px;
	color: #3d3d3d;
}
.articles-date {
	font-size: 13px;
	margin-bottom: 19px;
	text-transform: capitalize;
	font-weight: 400;
	color: #959595;
}
.articles-intro p {
	line-height: 20px;
	font-size: 13px;
	padding: 0;
	font-weight: 400;
	margin: 0;
	display: none;
}
.menu-recent .read-more {
	color: #a4a4a4;
	font-size: 13px;
	display: block;
	text-transform: capitalize;
}
.menu-recent .read-more:hover {
	color: #2e6ed5;
}
/* brand */
.brand-slider img {
	display:inline-block;
	vertical-align:top;
}
.brand-slider img:hover {
	opacity: 0.7;
}
.brand-slider {
	padding: 80px 0;
	text-align: center;
}
/* Social */
.follow {
  float:right;
}
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: #bbbbbb;
  background: #ebebeb;
  border-radius: 2px;
  font-size: 0;
  line-height: 41px;
  padding: 0;
  width: 41px;
  height: 41px;
  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:before {
  font-size: 14px;
}
ul.link-follow li a span {
  display: none;
}
ul.link-follow li a:hover {
  background: #2e6ed5;
  color: #fff;
}
/* footer */
.common-home footer {
	margin-top: 0px; 
}
footer{
	margin-top: 80px;
}
.footer-top {
	background: #ffffff;
	padding: 75px 0 35px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}
footer .col-footer{
	margin-bottom: 30px;
}
footer .top-footer .contact-info{
	font-family: Lora, 'Helvetica', 'Arial', sans-serif ! important;
    letter-spacing: 0.8px  ! important;
	font-weight: 400  ! important;
	color: #fff;
	font-size: 16px  ! important;
}
footer .disclaimer{
	font-family: Lora, 'Helvetica', 'Arial', sans-serif ! important;
    letter-spacing: 0.8px  ! important;
	font-weight: 400  ! important;
	color: #fff;
	font-size: 11px  ! important;
}
.footer-title{
	color: #363e4b;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
}
.col1 .footer-title {
	margin-bottom: 33px;
}
.footer-content {
	line-height: 24px;
	font-size: 13px;
	color: #363e4b;
	font-weight: 400;
}
.footer-contact li {
	padding: 3px 0;
}
.footer-contact li span {
	min-width: 53px;
	margin-right: 13px;
	display: inline-block;
	vertical-align: top;
}

.footer-payment {
	display:block;
	margin-top: 16px;
}
.footer-payment label {
	color: #363e4b;
	margin-bottom: 10px;
	display: block;
	font-size: 13px;
	font-style: italic;
}
footer .list-unstyled.text-content li a:hover{
	color: #699ecd;
	padding-left: 7px;
}
footer .list-unstyled.text-content li a{color: #363e4b;display: block;font-weight: 400;padding: 6px 0;}
.footer-middle {
	background:#232f3e;
}
.footer-middle .container-inner {
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.05);
}
.tag-static{
	
}
.tag-static li a:first-child{
	padding: 0 15px;
	font-weight: 400;
	color: #fff;
	background:#37475a;
	border-radius: 2px;
	margin-right: 8px;
}
.tag-static li a:first-child:after,.tag-static li a:last-child:after {
	display:none;
}
.tag-static li a {
	line-height: 32px;
	text-transform: capitalize;
	color: #5b697b;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.tag-static li a:after {
	content:"/";
	display: inline-block;
	vertical-align: top;
	margin:0 9px;
	color: #5b697b;
}
.tag-static li a:hover {
	color: #fff;
}

.tag-static li {
	display: block;
	margin-bottom: 8px;
}
.tag-static li:last-child {
	margin-bottom:0;
}
.footer-bottom {
	background: #ffffff;
	border-top: 1px solid #ebebeb;
}
.footer-bottom .container-inner {
	padding: 38px 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.footer-bottom .footer-copyright {
	float: left;
	color: #363e4b;
	font-size: 13px;
	background: none;
	text-transform: capitalize;
	font-weight: 400;
	text-align: left;
	padding: 13px 0;
}
.footer-bottom .footer-copyright a {
	color: #2e6ed5;
}
.footer-bottom .footer-copyright a:hover {
	text-decoration: underline;
}

#back-top i{
	font-size: 18px;
}
#back-top:hover{
	background: #2e6ed5;
}
#back-top{
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: rgba(35, 47, 62, 0.7);
	width: 40px;
	height: 40px;
	font-size: 0;
	line-height: 40px;
	border-radius: 3px;
	color: #fff;
	display: none;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	box-shadow: 0px 0px 1px 1px rgba(255,255,255,.1);
}
/* breadcrumb */
.common-home .breadcrumbs {
	display: none;
}
.breadcrumbs {
	margin: 18px 0;
}
.breadcrumb{
	margin: 0;
	background: none;
	padding: 13px 0;
	text-transform: capitalize;
}
.breadcrumb li:before {
	margin: 0 7px;
}
.breadcrumb li a:hover,
.breadcrumb li:last-child a{
	color: #363f4d;
}
.breadcrumb li a{
	color: #8d8c8c;
	font-size: 13px;
}
/* toolbar */
.category-image {
	margin-top: 30px;
}
.category-image img {
	border: none;
}
.text-refine {
	margin-top: 0;t
}
.list-cate li {
	padding: 5px 0;
}
#compare-total {
	line-height: 28px;
	padding: 0;
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.toolbar-products {
	padding: 11px 25px;
	border: 1px solid #e9e9e9;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}
.toolbar-products.toolbar-bottom {
	margin-bottom:0;
	margin-top: 30px;
}
.toolbar-products .modes {
	display:inline-block;
	vertical-align: top;
	padding: 9px 0;
}
.toolbar-products .toolbar-amount {
	line-height: 28px;
	padding: 0;
	font-size: 13px;
	color: #363f4d;
	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: 15px;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	border: none;
	border-radius: 0;
	box-shadow: none !important;
}
#grid-view {
	background: url(../image/bkg_grid.png) center no-repeat;
}
#grid-view.selected,#grid-view:hover {
	background: url(../image/bkg_grid_hover.png) center no-repeat;
}
#list-view {
	background: url(../image/bkg_list.png) center no-repeat;
}
#list-view.selected,#list-view:hover {
	background: url(../image/bkg_list_hover.png) center no-repeat;
}
.toolbar-products .sorter {
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .limiter {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .sorter label,.toolbar-products .limiter label {
	display:inline-block;
	vertical-align: top;
	line-height: 28px;
	margin: 0 15px 0 0;
	color: #363f4d;
	font-size: 13px;
	
}
.toolbar-products .sorter select, .toolbar-products .limiter select {
	padding: 0 10px;
	height: 28px;
	min-width: 95px;
	font-size: 13px;
	color: #898888;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	width: auto;
	border: 1px solid #ebebeb;
}
.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;
	margin: 0 5px;
}
.toolbar-products .pages ul li a {
	color: #363f4d;
	font-size: 13px;
	font-weight: 400;
	padding: 0 4px;
	width: 28px;
	border-radius: 3px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: none;
	background: #f1f2f4;
}
.toolbar-products .pages ul li span {
	color: #fff;
	background: #2e6ed5;
	font-size: 13px;
	border: none;
	padding: 0 4px;
	width: 28px;
	height: 28px;
	border-radius: 3px;
	line-height: 28px;
}
.toolbar-products .pages ul li.active span,.toolbar-products .pages ul li:hover a {
	color: #fff;
	background: #2e6ed5;
}
/* category */
.category-img {
	display: block;
	margin-bottom: 20px;
	border-radius: 3px;
	overflow: hidden;
}
.category-img img {
	border: none;
}
.custom-products {
	border: 1px solid #ebebeb;
	border-right: 0;
	border-bottom: 0;
	display: inline-block;
	vertical-align:top;
	width: 100%;
}
.custom-products .product-grid {
	padding:0;
}
.custom-products .product-grid {
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.title-category h2 {
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 6px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	background: url(../image/bkg_category.jpg) bottom no-repeat;
	text-align:center;
	padding: 45px 0;
	display: none;
}
.category-name {
	display:none;
}
.product-grid .product-des {
	display: none;
}

.product-list {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.product-list .item .item-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;	
}
.product-list .col-image, .product-list .col-des {
	padding: 0;
}
.product-list .images-container {
	float: left;
	width: 31%;
}
.product-list .caption {
	float: right;
	width: 69%;
	padding-bottom: 10px;
	padding-left: 30px;
}
.product-list .caption-top {
	padding-top: 10px;
}
.product-list .product-name {
	margin-bottom: 14px;
}
.product-list .product-name a {
}
.product-list .item-inner .caption .price-box {
}
.product-list .price-box .price {
}
 
.product-list .product-des {
	line-height: 24px;
	padding: 15px 0 0 0;
	margin-bottom: 7px;
	color: #7a7a7a;
}
.product-list .button.btn-cart{
}
.product-list .button.btn-cart:hover {
	background: #2e6ed5;
}
/* 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: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.product-quickview .product-info-main .button-cart {
	min-width: auto;
}
.product-quickview .zoomContainer .zoomLens {
	display: none !important;
}
.product-quickview .thumbnails {
	pointer-events: none;
}
.product-quickview .ratings a {
	display: none;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #2e6ed5 !important;
}
.image-additional-container {
	padding:0 90px;
}
.image-additional-container .thumbnail{
	margin: 0;
	border: 1px solid #edecec;
}
.image-additional-container .thumbnail:hover,.image-additional-container .thumbnail.current-additional {
	border-color: #2e6ed5;
}
.owl-style3  {
	
}
.owl-style3  .owl-item {
	
}
.owl-style3  .owl-carousel.owl-theme .owl-nav div.owl-prev {
	left: -30px !important;
	opacity: 1;
}
.owl-style3  .owl-carousel.owl-theme .owl-nav div.owl-next {
	right: -30px !important;
	opacity: 1;
}
.product-info-main .product-name {
	font-size: 18px;
	font-weight: 500;
	color: #363f4d;
	text-transform: capitalize;
	margin: 15px 0;
}
.product-info-main .price-box {
	display:block;
	margin-top: 17px;
}
.product-info-main .price-box .price {
}
.product-info-main .short-des {
	line-height: 24px;
	padding: 15px 0;
	margin: 0;
}

#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    height: 30px;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    width: 20px;
    font-size: 13px;
    border-radius: 0px;
    border: none;
    padding: 0;
    color: #363f4d;
    float: left;
}
#input-quantity2,
#input-quantity {
    width: 36px;
    margin: 0 1px;
    min-width: auto;
}
.product-info-main .form-group {
	display:inline-block;
	vertical-align: top;
	width: 100%;
}
label[for='input-quantity']{
	float: left;
	line-height: 32px;
	margin-right: 30px;
	margin-bottom: 0;
	color: #363636;
}
.product-info-main .button-cart{
	float: left;
	margin-top: 22px;
	clear: left;
	min-width: 280px;
	background: #2e6ed5;
	margin-right: 5px;
	padding: 0 25px;
}
.product-info-main .button-cart:hover {
	background: #363f4d;
}


#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;
	border:  1px solid #ebebeb;
	border-radius: 3px;
	padding: 0 3px;
}
.product-info-main label[for='input-quantity'], .product-info-main .quantity-box {
	margin-top: 25px;
}
.product-info-main .box-options {
	padding: 5px 0 21px;
	border-bottom: 1px solid #ebebeb;
}
.product-info-main ul.list-unstyled {
	 
}
.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: #2e6ed5;
}
.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: 0;
	/* border: 1px solid #ebebeb; */
	border-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.product-info-detailed .nav-tabs li {
	margin-bottom: 0;
	position: relative;
	margin-right: 5px;
}

.product-info-detailed .nav-tabs li:last-child {
	margin-right:0;
}
.product-info-detailed .nav-tabs li a {
	font-size: 12px;
	color: #a8acb3 !important;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	border: none !important;
	padding: 14px 35px;
	background: #f3f2f2;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0;
}
.product-info-detailed .nav-tabs li a:before {
	content: "";
	width: 100%;
	height: 7px;
	position: absolute;
	background: #2e6ed5;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	top: -7px;
	left: 0;
	opacity: 0;
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
.product-info-detailed .nav-tabs li.active a,.product-info-detailed .nav-tabs li a:hover {
	background: #2e6ed5;
	color: #fff !important;
	border-radius: 0;
}
.product-info-detailed .nav-tabs li.active a:before {
	opacity: 1;
}
.product-info-detailed .tab-content {
	line-height: 24px;
	padding-top: 50px;
	border-top: 1px solid #ebebeb;
	padding-bottom: 70px;
	border-bottom: 1px solid #ebebeb;
}
#tab-description p {
	margin:0;
}
.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{
}
.btn-quickview i {
	display: none;
}
#cart .dropdown-menu {
    margin: 0;
    padding: 10px 35px 0 35px !important;
    width: 350px;
    right: -15px;
    list-style: none none;
    border: 0;
    background: #fff;
    margin-top: 11px;
    box-sizing: border-box;
    top: 100%;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
}
#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: 7px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99;
	right: 26px;
	top: -12px;
	opacity: 0;
}
#cart .dropdown-menu:after {
	border: 8px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 98;
	right: 25px;
	top: -15px;
}
#cart .cart-close {
	position: absolute;
	top: 20px;
	right: 0;
	font-weight: 400;
}
#cart .cart-empty{
	padding-bottom: 25px;
	padding-top: 15px; 
}
#cart .dropdown-menu p{
	margin: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	border: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	display: block;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
#cart .cart-close button{
	background: none;
	color: #000000;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#cart .cart-quantity{
	color: #bfbfbf;
	line-height: 20px;
	display: block;
	padding: 5px 0;
	font-size: 12px;
}
#cart .cart-price {
	font-size: 14px;
	font-weight: 500;
	color: #363f4d;
	padding-top: 2px;
	display: block;
}
#cart .cart-name {
	color: #363f4d;
	font-size: 14px;
	line-height: 18px;
	display: block;
}
#cart .cart-name:hover {
	color: #2e6ed5;
}
#cart .cart-button{
	margin: 0 -35px !important;
	padding: 25px 35px;
	background: #37475b;
}
#cart p.cart-button a:last-child{
	margin: 0;
}
#cart p.cart-button a{
	border: none;
	background: #586985;
	color: #a3acb9;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 20px;
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	margin-bottom: 15px;
	border-radius: 2px;
	font-weight: 400;
}
#cart p.cart-button a strong {
	font-weight: 400;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #2e6ed5;
	border-color: #2e6ed5;
}
#cart p.cart-button a:hover i{
	color: #fff;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 10px;
	display: none;
}
#cart .dropdown-menu .info-item{
	padding-left: 10px;
}
#cart .dropdown-menu .has-scroll{
	max-height: 300px;
	overflow: auto;
	padding: 0 35px;
	margin: 0 -35px;
}
/*
 *  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: #232323;
	font-weight: 500;
	float: left;
	padding: 2px 0;
	font-size: 12px;
	text-transform: uppercase;
}
#cart .dropdown-menu tr td:last-child{
	color: #363f4d;
	font-weight: 500;
}

/* responsive */

@media(max-width: 1599px){
	#quickview-content .image-additional-container {
		padding: 0 15px;
	}
}
@media(min-width: 992px){
	.list-style .product-name a {
		 white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media(max-width: 1199px){
	
	
	.list-style .item-inner  .action-links button.btn-cart {
		padding: 0 23px;
	}
	.list-style .item-inner  .action-links {
		margin-top: 40px;
	}
	#subscribe_email {
		width: 440px;
	}
}
 
@media(min-width: 992px) {
	.ma-corporate-about .col {
		width: 100%;
	}
}
@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;
	}
	#top {
		text-align: center;
	}
	#top .box-left {
		width: 100%; 
		border-bottom: 1px solid #ebebeb; 
	}
	#top .box-right {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.logo-container {
		float: none;
		display: block;
		text-align: center;
	}
	.hoz-menu {
		position: static;
		padding: 0;
		margin-bottom: 30px;
		-moz-transform:  translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.top-menu .col-search {
		width: 100%;
		padding-right: 15px;
		float: none;
	}
	.top-menu .col-search .box-cart {
		position: static;
		display: block;
		text-align: center;
		margin-top: 8px;
		-moz-transform:  translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.ma-corporate-about {
		text-align: center;
	}
	.ma-corporate-about .col {
		padding-left: 5px;
	}
	.static-content3-digitech4 {
	}
	
	#search-by-category .search-container #text-search {
		padding-left: 15px;
	}
	.image-additional-container {
		padding: 0 35px;
	}
	.newletter-subscribe-container {
		text-align: center;
	}
	#dialog-normal .newletter-title {
		float: none;
		display: inline-block;
		vertical-align: top;
		max-width: none;
		margin-bottom: 20px;
	}
	#dialog-normal .newleter-content {
		float: none;
		width: 100%;
	}
	#subscribe_email {
		width: 100%;
	}
	.newletter-popup,
	.b-modal{
		display: none !important;
	}
	.zoomContainer,
	.vermagemenu-container,
	#search-by-category .search-container .categories-container
	{
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.static-top-digitech2 .text .text2 {
		font-size: 20px;
	}
	.static-top-digitech2 .text .text3 {
		margin-top: 10px;
	}
}
@media (min-width: 480px) and (max-width: 991px) {
	.ma-corporate-about .col:nth-child(1) {
		border-right: 1px solid #ebebeb;
	}
	.ma-corporate-about .col:nth-child(3) {
		border-bottom: 0;
		border-right: 1px solid #ebebeb;
	}
}
@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){
	
	.link-compare {
		text-align: center;
	}
	
	.logo-container {
		float: none;
		display: block;
		text-align: center;
	}
	.module-title {
		padding-right: 0 !important;
	}
	.ma-corporate-about .col {
		width: 50%;
		float: left;
	}
	.ma-corporate-about .col:after {
		right: 0;
	}
	.footer-bottom .follow {
		float: none;
		margin-top:	10px;
		display: block;
		text-align: center;
		
	}
	.footer-bottom .footer-copyright {
		float: none;
		display: block;
		text-align: center;
		max-width: none;
		line-height: 1.2;
	}
	
	.owl-buttons{
		display: none !important;
	}
}
@media(max-width: 640px){ 
	.tabs-category-slider .tabs-categorys {
		display: block;
		float: left;
		width: 100%;
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.static-content-digitech4 .text .text1 {
		margin-bottom: 0;
	}
	.static-content-digitech4 .text .text2 {
		font-size: 24px;
	}
	.static-content-digitech4 .text .text3 {
		margin-top: 15px;
	}
}
@media(max-width: 567px){ 
	.product-info-detailed .nav-tabs li {
		float: none;
		display: block;
		border-bottom: 1px solid #ebebeb;
	}
	.product-info-detailed .nav-tabs li:last-child {
		border-bottom:0;
	}
}

@media(max-width: 479px){
	.product-list .images-container {
		float: none;
		width: 100%;
	}
	.product-list .caption {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.module-other .product-customize {
		width: 100%;
	}
	#cart .dropdown-menu {
		width: 250px;
		right: -30px;
	}
	#cart .dropdown-menu::before {
		right: 41px;
	}
	#cart .dropdown-menu::after {
		right: 40px;
	}
	
	#top #form-currency .btn-group .dropdown-menu {
		right: -30px;
	}
	.product-info-main .button-cart {
		min-width: auto;
	}
	.list-style .item .item-inner .images-container {
		float: none;
		width: 100%;
	}
	.list-style .item .item-inner .caption {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.ma-corporate-about .col {
		width: 100%;
	}
	.ma-corporate-about .col:after {
		display: none;
	}
	#subscribe .btn {
		padding: 0 20px;
	}
	#subscribe_email {
		padding-right: 120px;
	}
	.static-top-digitech2 .text .text1 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.static-top-digitech2 .text .text2 {
		font-size: 16px;
	}
	.static-top-digitech2 .text .text3 {
		margin-top: 5px;
		font-size: 13px;
	}
	.static-content-digitech4 .text .text1 {
		font-size: 13px;
		line-height: 1;
	}
	.static-content-digitech4 .text .text2 {
		font-size:16px;
		line-height: 1;
	}
	.static-content-digitech4 .text .text3 {
		font-size: 13px;
		margin-top: 0;
	}
	.static-content-digitech4 .text .text3 strong {
		font-size: 16px;
	}
}

/*Fix products-grid */
@media (min-width: 1200px){
	.custom-products .product-grid.category:nth-child(4n+1),
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1)
	{  clear: left;} 

}
@media (max-width: 1199px) and (min-width: 992px){
	.custom-products .product-grid.category:nth-child(3n+1), 
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+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%;}  

}
/*Fix products-no-slider */
@media (min-width: 768px) {
	.six_items:nth-child(6n+1),
	.four_items:nth-child(4n+1),
	.three_items:nth-child(3n+1),
	.two_items:nth-child(2n+1)
	{  clear: left;} 
}