/*--------------------------/*

[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #666666
    Accent color: #eec15b
[Typography]
    Body:       14px/24px Arimo, sans-serif;
    Heading:    Montserrat, sans-serif;
    Input, textarea: 14px/24px Arimo, sans-serif;

[Component module]

    HEADING SECTION
    HEADER
    PAGE LAYOUT
    PRODUCT ITEM 
    SINGLE PRODUCT 
    WIDGET
    SHORTCODE
    BLOG
    FOOTER
    HOME SLIDER
    SECTION
    RESPONSIVE

/*--------------------------/*

/*-------------------
COMMON STYLES
---------------------*/
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}
img{
    max-width: 100%;
}

h1{font-size: 30px;}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
h6{font-size: 14px;}
a{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a:hover, a:focus, a:active{
    text-decoration: none;
    color: inherit;
    outline: none;
}
p{margin-bottom: 24px;}
ul, ol{
    margin: 0;
    padding: 0;
}
ul ul, ol ol, ul ol, ol ul{
    padding-left: 30px
}
blockquote{
    border-width: 3px;
    background-color: transparent;
    /*font-family: 'Merriweather', serif;
    font-size: 14px;*/
    font-style: italic;
    color: #333;
}
input[type="text"],
input[type="email"], 
textarea, 
input[type="password"],
input[type="tel"],
select{
    border: 1px solid #e5e5e5;
    padding: 7px 25px;
}
input[type="text"]:focus, 
input[type="email"]:focus, 
textarea:focus, 
input[type="password"]:focus,
a:focus,
button:focus,
select:focus{
    outline: none;
}
::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
}
:-moz-placeholder { /* Firefox 18- */
   color: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
}
::-moz-placeholder {  /* Firefox 19+ */
   color: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
}
:-ms-input-placeholder {  
   color: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
table, th, td {
    border:1px solid #ececec;
}

th, td{
    padding: 10px;
}
.button, 
input[type="submit"],
button{
    color: #FFF;
    display: inline-block;
    padding: 8px 35px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    background-color: #0e437f;
}
.button:before,
input[type="submit"]:before,
button:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.09);
    width: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.button:hover:before,
input[type="submit"]:hover:before,
button:hover:before{
    width: 100%;
}
.button:hover, 
input[type="submit"]:hover,
button{
    color: #fff;
}
.input-control{
    width: 100%;
}

.button.primary,
.single_add_to_cart_button{
    background-color: #ab1e23;
    color: #fff;
    border-color: #ab1e23;
	width: 100%;
}
.button.primary:hover,
.single_add_to_cart_button:hover{
    background-color: #111;
    color: #fff;
    border-color: #111;
}

.button.medium{
    padding: 12px 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
.button.big{
    padding: 15px 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.scroll_top{
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: 32px;
    background-color: #669bc9;
    display: none;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.scroll_top:hover, 
.scroll_top:focus, 
.scroll_top:active {
    color: #fff;
    background-color: #111111;
}
/*.merriweather{
    font-family: 'Merriweather', serif;
    font-size: 12px;
    font-style: italic;
}*/
.in-stock{
    color: #87af66;
    font-size: 13px;
    font-style: italic;
}
/* OWL */
.owl-carousel .owl-prev,
.owl-carousel .owl-next{
    display: inline-block;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    background-color: rgba(0,0,0,0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.nav-center .owl-prev,
.nav-center .owl-next{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.nav-center .owl-next{
    right: -60px;
}
.nav-center .owl-prev{
    left: -60px;
}
.nav-center:hover .owl-next,
.nav-center:hover .owl-prev{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.nav-center:hover .owl-next{
    right: -29px;
}
.nav-center:hover .owl-prev{
    left: -29px;
}

.nav-style-1 .owl-prev,
.nav-style-1 .owl-next{
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}
.nav-center.nav-style-1:hover .owl-next{
    right: -24px;
}
.nav-center.nav-style-1:hover .owl-prev{
    left: -24px;
}

.nav-style-2 .owl-prev,
.nav-style-2 .owl-next{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.nav-center.nav-style-2:hover .owl-next{
    right: -15px;
}
.nav-center.nav-style-2:hover .owl-prev{
    left: -15px;
}

.owl-carousel-mobile.owl-carousel{
    margin: 0;
}
.owl-carousel-mobile.owl-carousel .item-owl-mobile{
    padding: 0;
    margin-bottom: 0;
}

.nav-style-3 .owl-prev,
.nav-style-3 .owl-next{
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-style: 14px;
    color: #fff;
    background-color: rgba(255,255,255,0.2);
}
.nav-center.nav-style-3:hover .owl-next{
    right: -17px;
}
.nav-center.nav-style-3:hover .owl-prev{
    left: -17px;
}

.nav-style-4 .owl-prev,
.nav-style-4 .owl-next{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #aaa;
    background-color:#fff;
}
.owl-carousel.nav-style-4 .owl-prev:hover,
.owl-carousel.nav-style-4 .owl-next:hover{
    background-color: #737373;
    color: #fff;
}

.nav-center.nav-style-4:hover .owl-next{
    right: -20px;
}
.nav-center.nav-style-4:hover .owl-prev{
    left: -20px;
}
/* TAB */
.tab-container {
    position: relative;
}
.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.tab-container .tab-panel.active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
}
.bg-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
/*----------------
HEADING SECTION
----------------*/
.heading-section{
    margin-bottom: 30px;
}
.heading-section .title{
    text-transform: uppercase;
    margin-bottom: 2em;
}
/*.heading-section:after {
    display: block;
    font-family: 'FontAwesome';
    content: "\f106\f106\f106\f106\f106\f106\f106\f106";
    margin-top: 3px;
    font-size: 12px;
}*/

.heading-section.style2{
    margin-bottom: 30px;
} 
.heading-section.style2 .title{
    font-size: 18px;
    color: #222;
    margin-bottom: 5px;
}
.heading-section.style2:after{
    display: none;
}
.heading-section.style2 .subtitle{
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    /*font-size: 12px;*/
    color: #888;
}
/*----------------
HEADER
----------------*/
#header-ontop {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}
#header-ontop.on-sticky {
    visibility: inherit;
    opacity: 1;
}
.header.ontop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #fff;
}
#header-ontop.on-sticky .main-menu-wapper {
	margin-top: 0;
}
.header .mobile-nav{
    display: none;
}
.top-bar{
    background-color: #212121;
}
.top-bar-left{
    display: table;
    float: left;
}
.top-bar-left .logo,
.top-bar-left .form-search-wrapper{
    display: table-cell;
    padding: 47px 0;
    border-left-width:1px;
    border-left-style: solid;
    border-left-color: rgba(56,56,56,0.6);
}
.top-bar-left .logo{
    padding-left: 100px;
    padding-right: 100px;
    background-color: #1d1d1d;
}
.top-bar-left .form-search-wrapper{
    padding-left: 60px;
    padding-right: 20px;
}
.top-bar-left .form-search{
    position: relative;
}
.top-bar-left .form-search .input{
    width: 100%;
    background-color: transparent;
    padding: 10px 0;
    border: none;
    padding-left: 45px;
    /*font-family: 'Merriweather', serif;
    font-size: 12px;*/
    font-style: italic;
}
.top-bar-left .btn-search{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    width: 44px;
    height: 44px;
    font-size: 18px;
    color: #b0b0b0;
}
.top-bar-left .btn-search:before{
    display: none;
}
.top-bar-right{
    display: inline-block;
    float: right;
}

.top-bar-menu{
    padding: 0;
    margin: 0;
    display: table;
    float: left;
}
.top-bar-menu.right{
    float: right;
}
.top-bar-menu li, .top-bar-menu p{
    list-style: none;
    position: relative;
}
.top-bar-menu>li, .top-bar-menu>p{
    display: inline-block;
    float: left;
    margin: 0;
}
.top-bar-menu>li>a{
    display: inline-block;
    padding: 57px 60px;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #00437F;
}
.top-bar-menu>li>a .menu-icon{
    font-size: 14px;
    line-height: inherit;
}
.top-bar-menu .sub-menu{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    min-width: 225px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    z-index: 10;
}
.top-bar-menu .show-submenu>.sub-menu{
    visibility: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
.top-bar-menu .sub-menu>li{
    padding: 0 30px;
}
.top-bar-menu .sub-menu>li>a{
    display: inline-block;
    border-bottom: 1px solid #e8e8e8;
    padding: 13px 20px;
    width: 100%;
    font-size: 14px;
    color: #666;
}
.top-bar-menu>li:nth-last-child(1) .sub-menu,
.top-bar-menu>li:nth-last-child(2) .sub-menu{
    right: 0;
    left:inherit;
}
.top-bar-menu .sub-menu>li>a .menu-icon{
    color: #bbbbbb;
    margin-right: 15px;
}

.top-bar-menu>li>.cart-link{
    padding: 57px 40px;
}
.topbar-bar{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 35px;
    height: 35px;
    background-color: #000;
    color: #fff;
    text-align: center;
    z-index: 3;
    line-height: 35px;
}
/* Mini cart */
.mini-cart{
    position: relative;
}
.mini-cart .mini-cart-content{
    padding: 30px;
    position: absolute;
    right: 0;
    top: 100%;
    left: inherit;
    background-color: #fff;
    min-width: 460px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    z-index: 10;
}
.mini-cart.hoverToggle .mini-cart-content{
    visibility: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
.mini-cart .cart-link>span{
    display: inline-block;
    padding: 0 2px;
}
.mini-cart .cart-link .menu-icon{
    margin-right: 5px;
}
.content-inner .box-title{
    /*font-size: 12px;*/
    /*font-family: 'Merriweather', serif;*/
    color: #888;
    font-style: italic;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.content-inner .box-title .count{
    color: #333;
}
.content-inner .list-item-cart{
    padding: 0;
    margin: 0;
}
.content-inner .list-item-cart .item-cart{
    list-style: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 30px 0;
    overflow: hidden;
}
.content-inner .item-cart .product-info{
    position: relative;
}
.content-inner .item-cart .product-name{
    margin-bottom: 0;
}
.content-inner .item-cart .product-name a{
    /*font-size: 12px;
    font-family: 'Merriweather', serif;*/
    color: #888;
    font-style: italic;
}
.content-inner .item-cart .price{
    font-family: 'Montserrat';
    font-size: 14px;
    color: #333;
}
.content-inner .item-cart .remove-item{
    font-size: 14px;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
}
.content-inner .item-cart .remove-item:hover{
    color: red;
}
.content-inner .subtotal{
    padding: 15px 0;
    margin-bottom: 10px;
    color: #888;
    font-size: 14px;
}
.modal-body .content-inner .subtotal{
    padding: 0;
    margin: 0;
}
.content-inner .subtotal .amount{
    color: #333;
    font-family: 'Montserrat';
}
.modal-body .content-inner .action-btn br { display: none; }
.modal-body .content-inner .action-btn .btn { margin-top: 10px; }
.mini-cart-content .item-cart .thumb{
    width: 100px;
    float: left;
}
.mini-cart-content .item-cart .product-info{
    margin-left: 120px;
}
.list-item-cart .owl-item .item-cart { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0; }
.list-item-cart .owl-item .item-cart:not(.active) { display: none; }
.list-item-cart .owl-item .item-cart .image img { width:auto; max-width:100%; }
.list-item-cart .owl-item .item-cart .remove-item {  float: right; top: auto; bottom: 0;}
.list-item-cart .owl-nav { display: flex; justify-content: center; }

.content-inner .related-title { padding: 0; }
.content-inner .related .product-item { display: flex; flex-direction: column; align-content: center; justify-content: flex-end }
.content-inner .related .brand, .content-inner .related .number { display: none; }
.content-inner .related .product-name, .content-inner .related .price { font-size: .6rem; }
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#mainContent {
	margin: 0 auto;
}

.pageTitle {
  font-weight: bold;
}

.productListing span {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

input.qtyInput {
	width: 70px;
	padding: 7px;
	margin: 1em 0;
	text-align: center;
}

select {
	max-width: 100%;
}

.button {
	border-radius: 0;
}

.no-gutter {
	padding-left: 0;
	padding-right: 0;
}

.btn-primary {
	background: #ab1e23;
	color: #FFF;
	border-color: #ab1e23;
}

.btn-primary:hover {
	background: #8B0A0E;
	border-color: #8B0A0E;
}

.btn-dark {
	background: #3d3d3d;
	color: #FFF;
	border-color: #3d3d3d;
}

.btn-dark:hover {
	background: #000;
	color: #FFF;
	border-color: #000;
}

.banner-text {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	font-size: 3em;
	height: 100%;
	line-height: 100%;
	text-shadow: #333 0px 0px 20px;
	font-weight: bold;
	opacity: 0.5;
	position: absolute;
	text-transform: uppercase;
	width: 95%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s;
}

.banner-text:hover {
	background: none;
	opacity: 1;
	transition: 0.5s;
}

.errorTXT {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.invalid {
	background: #ab1e23;
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-radius: 50%;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 0.5em;
}

.floating-btn {
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	height: 50px;
	min-width: 250px;
	border-radius: 0;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-floating-btn {
	left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
	height: 50px;
	min-width: 250px;
	border-radius: 0;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
	.banner-text {
		width: 94%;
	}
}

@media (max-width: 991px) {
	
	.banner-text {
		width: 92%;
	}
}

@media (max-width: 767px) {
	.mini-banners {
		padding: 0;
		margin: 1em 0;
	}
	
	.banner-text {
		width: 100%;
	}
	
	.banner-image img {
		width: 100% !important;
		height: auto !important;
	}
}

/* BOX SETTING */
.box-setting .box-setting-content{
    min-width: 285px;
    padding: 40px 30px 30px 30px;
}
.box-setting-content .box-section .title{
    /*font-size: 12px;
    font-family: 'Merriweather', serif;*/
    color: #666;
    font-style: italic;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin: 0;
}
.box-setting-content .box-section .inner{
    padding: 30px 0;
    overflow: hidden;
}
.box-setting-content .box-section .inner a{
    display: inline-block;
    margin-right: 20px;
    float: left;
}
.box-setting-content .box-section .inner a:last-child{
    margin-right: 0;
}
.box-setting-content .box-section.currency .inner a{
    width: 39px;
    height: 39px;
    background-color: #aaa;
    color: #fff;
    font-size: 18px;
    text-align: center;line-height: 39px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/* Main header */
.main-header{
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.09);
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.09);
    position: relative;
    z-index: 2;
}
.main-menu{
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.main-menu li{
    list-style: none;
    position: relative;
}
.main-menu>li{
    display: table-cell;
}
.main-menu>li>a{
    display: inline-block;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(56,56,56,0.1);
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}
.main-menu>li:last-child>a{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(56,56,56,0.1);
}

.main-menu .sub-menu{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    min-width: 225px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    z-index: 10;
}
.main-menu .show-submenu>.sub-menu{
    visibility: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
.main-menu .sub-menu>li{
    padding: 0 20px;
}
.main-menu .sub-menu>li>a{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 13px 0;
    font-size: 14px;
    color: #212529;
}
.main-menu .sub-menu>li:last-child>a{
    border-bottom: none;
}

.main-menu .sub-menu .sub-menu{
    left: 100%;
    top: 0;
}
.main-menu>li:nth-last-child(1) .sub-menu,
.main-menu>li:nth-last-child(2) .sub-menu{
    right: 0;
    left:inherit;
}
.main-menu>li:nth-last-child(1) .sub-menu .sub-menu,
.main-menu>li:nth-last-child(2) .sub-menu .sub-menu{
    left: inherit;
    right: 100%;
}
.main-menu .megamenu{
    padding: 30px;
}
.megamenu .widget{
    margin-bottom: 30px;
}
.megamenu .widget:last-child{
    margin-bottom: 0;
}
.megamenu .widget .widgettitle{
    font-size: 14px;
    text-transform:uppercase;
    margin-bottom: 20px;
}
.megamenu .widget_nav_menu ul{
    padding: 0;
}
.megamenu .widget_nav_menu li{
    list-style: none;
}
.megamenu .widget_nav_menu li>a{
    color: #666;
    display: inline-block;
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid #e8e8e8;
}
.megamenu .widget_nav_menu li:last-child>a{
    border: none;
}
header {
	background: #FFF;
	height: auto;
	width: 100%;
	position: relative;
    z-index: 9999;
}
header.headerScrolled {
    top: 0;
    position: fixed;   
}

.logo img {
	height: auto !important;
	width: 100% !important;
	max-width: 240px;
}

.search-text-box .flaticon-magnifying-glass:before {
	font-size: 22px;
	margin-left: 0;
}

ul.kt-nav.top-bar-menu.center {
    border: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header.style2 .main-menu {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.header.style3 .main-menu>li>a {
		padding: 25px 32px;
	}
}

@media (min-width: 992px) {
	.first.container {
		width: 100%;
		padding: 0;
	}
	
	.header.style3 .box-search-wrapper {
		margin-left: 3em;
	}
	
	li.menu-item-has-children.my-account {
		display: none !important;
	}
}

@media (max-width: 991px) {
	ul.kt-nav.top-bar-menu.right {
		display: none;
	}
	
	.main-menu-wapper {
		width: 37px;
		margin-top: -53px;
		height: 57px;
		overflow: hidden;
	}
	
	.header.style3 .main-header .mini-cart,
	.header.style2 .main-header .mini-cart .cart-link {
		width: 100%;
	}
	
	.mini-cart .cart-link .menu-icon {
		margin-right: 0;
	}
	
	.header.style2 .top-bar-menu {
		border: none;
	}
	
	.header.style2 .top-bar-menu>li {
		text-align: center;
	}
	
	.header.style2 .top-bar-menu>li>a {
		border: none;
	}
	
	.header.style2 .top-bar-menu .flaticon-call-answer:before {
		margin-left: 0;
	}
	
	.main-menu>li>a {
		color: #00437f;
		font-size: 14px;
	}
}
/* HEADER CHECKOUT*/
header.checkoutHeader .main-header{ border-bottom: 10px solid #F58220;}
header.checkoutHeader .container { display:flex; justify-content: center !important; }

/* HEADER STYLE 2*/
.header.style2 .top-bar{
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.09);
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.09);
    position: relative;
    z-index: 2;
    background-color: #fff;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header.style2 .top-bar-menu>li>a{
    padding: 15px 30px;
    border-color: #eee; 
}

.header.style2 .top-bar-menu{
    border-color: #eee; 
}

.header.style2 .main-header{
    padding-top: 45px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0);
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0);
    z-index: 1;
}

.header.style2 .main-menu{
    table-layout: inherit;
    padding-left: 80px;
    display: inline-block;
    float: left;
    width: auto;
}

.header.style2 .main-menu>li{
    padding: 10px 0;
    display: inline-block;
}

.header.style2 .main-menu>li:first-child>a{
    border: none;
}

.header.style2 .main-menu>li:last-child>a{
    border-right: none;
}

.header.style2 .main-header .mini-cart{
    float: right;
}

.header.style2 .main-header .mini-cart .cart-link{
    display: inline-block;
    color: #212528;
    padding: 12px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.header.style2 .top-bar-menu>li>a .menu-icon{
    color: #444;
}

.header-control{
    display: table;
    width: 100%;
    margin-top: 50px;
    float: left;
}

.header-control .vertical-menu-wrapper,
.header-control .box-search-wrapper{
    display: table-cell;
    vertical-align: top;
}

.header-control .vertical-menu-wrapper{
    width: 292px;
}

.header-control .box-search-wrapper{
    background-color: #e5e5e5;
    padding: 5px;
}

.box-vertical-megamenus{
    position: relative;
}

.box-vertical-megamenus .flash {
    display: inline-block;
    width: 96px;
    height: 96px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/icons/5.png");
    z-index: 1;
    font-size: 0;
}

.box-vertical-megamenus .title{
    background-color: #4e4e4e;
    color: #fff;
    padding: 19px 30px;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
}

.box-vertical-megamenus .title .bar{
    float: right;
    display: none;
}

.verticalmenu-content{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 300px;
    min-width: 290px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
}

.verticalmenu-list{
    padding: 0;
    margin: 0;
    margin-top: 1px;
}

.verticalmenu-list li{
    position: relative;
}

.verticalmenu-list>li{
    list-style: none;
    padding: 0 30px;
}

.verticalmenu-list>li>a{
    display: inline-block;
    padding: 13px 0;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    color: #666;
}

.verticalmenu-list>li.orther-link{
    display: none;
}

.verticalmenu-content .viewall{
    padding: 19px 30px;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
    width: 100%;
    /*font-family: 'Merriweather', serif;
    font-size: 13px;*/
    font-style: italic;
    color: #888;
    text-decoration: underline;
    display: none;
}

.box-vertical-megamenus.show-button-all  .verticalmenu-content .viewall{
    display: inline-block;
}

.box-vertical-megamenus.hiden-button-all .verticalmenu-list>li:last-child>a{
    border: none;
}

.verticalmenu-list .sub-menu{
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    min-width: 225px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    z-index: 10;
}

.verticalmenu-list .megamenu{
    padding: 25px 30px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.verticalmenu-list .show-submenu>.sub-menu{
    visibility: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

.verticalmenu-list .sub-menu>li{
    list-style: none;
    padding: 0 20px;
}

.verticalmenu-list .sub-menu>li>a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 13px 0;
    font-size: 14px;
    color: #666;
}

.verticalmenu-list .menu-item-has-children>a:after{
    content: "\f105";
    font-family: 'FontAwesome';
    float: right;
}

.verticalmenu-list .megamenu .widget .widgettitle{
    text-transform: none;
    margin-bottom: 10px;
}

.verticalmenu-list .megamenu .widget_nav_menu li>a{
    border: none;
    padding: 3px 0;
}

/* HEADER STYLE 3*/
.header.style3  .box-search-wrapper{
    display: inline-block;
    float: left;
}

.header .main-header .mini-cart{
    margin-top: 7px;
	transition: 0.3s;
}

.header.style3 .main-menu{
    display: table;
    padding: 0;
    margin: 0 auto;  
}

.header.style3 .main-menu>li{
    padding: 0;height:100%;
}

.header .main-menu>li>a{
    padding: 15px 25px;
    color:#fff;
	transition: 0.3s;
}

.header.style3 .main-menu>li>a:hover,
.header.style3 .main-menu>li.active>a{
    color: #fff;
}

.header.ontop .top-bar{
    display: none;
}

.header.style2.ontop{
    padding: 5px 0;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.09);
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.09);
    background-color: #fcfcfc;
}

.header.style2.ontop .main-header{
    padding-top: 0;
}

.header.style2.ontop .logo{
    display: none;
}

.header.style2.ontop .header-control{
    display: none;
}

.header.style2.ontop .main-menu{
    padding-left: 0;
}

.header.style2.ontop .main-menu>li:first-child>a{
    padding-left: 0;
}

.header.style2.ontop .main-header .mini-cart .cart-link{
    padding:12px 0;
    background-color: transparent;
}

.header.style3.ontop .box-search-wrapper,
.header.style3.ontop .main-header .mini-cart{
    display: none;
}

.header.style3.ontop .main-header{
    background-color: transparent;
}

.header.style3.ontop{
    background-color: #3d3d3d;
    padding: 0;
}

.header.style3.ontop .main-menu{
    margin: 0 auto;
}

.header.style3.ontop .main-menu>li>a{
    padding: 20px 40px;
}

.header.style3.ontop .main-menu>li:first-child>a{
    padding-left: 40px;
}

.header.style2 .logo{
	max-width: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
	transition: 0.3s;
}

.advanced-search{
    display: table;
    background-color: #fff;
    border: 2px solid #669bc9;
    width: 680px;
	padding: 11px 0;
	transition: 0.3s;
}

.advanced-search .category-dropdwon,
.advanced-search .search-text-box{
    display: table-cell;
    vertical-align: top;
}

.advanced-search .category-dropdwon{
    width: 155px;
    border-right: 1px solid #eeeeee;
    /*font-family: 'Merriweather', serif;
    font-size: 12px;*/
    font-style: italic;
}

.advanced-search .chosen-container-single .chosen-single{
    border: none;
    padding: 5px 30px;
    margin: 0;
}

.advanced-search .chosen-container-single .chosen-single span{
    margin-right: 0;
}

.advanced-search .chosen-container-single .chosen-single div b:before{
    font-style: normal;
}

.advanced-search .search-text-box{
    padding-left: 35px;
    position: relative;
}

.advanced-search .search-text-box .input{
    width: 100%;
    padding: 5px 0;
    border: none;
    /*font-family: 'Merriweather', serif;
    font-size: 16px;*/
    font-style: italic;
    color: #444;
}

.advanced-search .search-text-box .btn-search{
	transition: 0.3s;
	background: #00437f;
    position: absolute;
    top: -9px;
    right: 2px;
    width: 51px;
    height: 51px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 51px;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border:none;
}

@media (min-width: 992px) {
	.main-menu-wapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin: 2em 0 0;
		background: #00437f;
		transition: 0.3s;
	}
	
	.header.style2.headerScrolled .top-bar.topHeaderHidden {
		height: 0;
		opacity: 0;
		transition: 0.3s;
	}
	
	.headerScrolled .main-menu-wapper {
		margin: 3px 0 0;
		transition: 0.3s;
	}
	
	.header.style2.headerScrolled .logo {
		max-width: 100px;
		transition: 0.3s;
	}
	
	.header.style2.headerScrolled .main-header {
		padding-top: 5px;
		transition: 0.3s;
	}
	
	.headerScrolled .advanced-search {
		padding: 2px 0;
		transition: 0.3s;
	}
	
	.header.headerScrolled .advanced-search .search-text-box .btn-search {
		right: 0;
		top: -2px;
		height: 38px;
		transition: 0.3s;
	}
	
	.headerScrolled .advanced-search .search-text-box .btn-search {
		line-height: 39px;
		transition: 0.3s;
	}
	
	.header.headerScrolled .main-header .mini-cart {
		margin-top: 0;
		transition: 0.3s;
	}
	
	.header.headerScrolled .main-menu>li>a {
		padding: 15px 25px;
		transition: 0.3s;
	}
}

/*--------------
 PAGE LAYOUT
---------------*/
#mainContent {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.checkoutProcessHolder { width: 100%; display: block; background: #FFF; box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.09); border-bottom: 1px solid #ececec;}
.checkoutProcessHolder .checkoutProcessInnerHolder{ width: 100%; max-width: 1200px; display: flex; justify-content: center; align-items: center; background: #FFF; box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.09); margin: 0 auto;}
.checkoutProcessHolder .stepHolder{ display: block; flex:1 1 auto; line-height: 25px; height: 25px; border-width: 0 0 0 1px; border-style:solid; border-color: #ececec; text-align: center;}
.checkoutProcessHolder .stepHolder:first-of-type{ border-width: 0;}
.checkoutProcessHolder .stepHolder.current { background: #00437f; color: #FFF; border-color: #FFF; }
.checkoutProcessHolder .stepHolder.done { background: #666; color: #FFF; border-color: #FFF; }
.checkoutProcessHolder .stepHolder.active { background: #ab1e23; color: #FFF; border-color: #FFF; }
.checkoutProcessHolder .stepHolder a, .checkoutProcessHolder .stepHolder span { color: inherit; }
.checkoutProcessHolder .stepHolder .number { display: none; }
/*--------------
 PAGE LAYOUT
---------------*/
.page-banner{
    min-height: 405px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 1rem 0;
}
.contrailBanner { position: relative; }
.contrailBanner .contrailText { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.contrailBanner .contrailText .contrailTitle{
    background: rgba(0,0,0,.75);
    color: #FFF;
    font-weight: bold;
    font-size: 30px; 
    text-align: center;
    width: 100%;
    padding: 20px 0;
    line-height: 40px;
}
.contrailBanner .contrailText .contrailBody{
    background: rgba(0,0,0,.75);
    width: 100%;
}
.contrailBanner .contrailText .contrailBody p {
    max-width: 800px;
    color: #FFF;
    font-size: 15px; 
    text-align: left;
    padding: 20px 0;
    line-height: 20px;
    margin: 0 auto;
}

.page-banner .contrailImg{
    
}
.main-container{
    padding: 25px 0 90px 0;
    overflow: hidden;
}
.main-container.checkout{
    padding-top: 0;
}
.main-container.no-padding{
    padding-bottom: 0;
}
.left-sidebar .main-content{
    float: right;
}

/* ------------
 PRODUCT ITEM 
--------------*/
.product-item{
    list-style: none;
	overflow: hidden
}
.product-item .thumb{
    position: relative;
    overflow: hidden;
}
.product-item .button.quick-view{
    position: absolute;
    bottom: -100px;
    left: 50%;
	margin: -12px -74px;;
    text-transform: none;
    border: none;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    z-index: 2;
}
.product-item:hover .button.quick-view{
    bottom: 30%;
}
.product-item .flash{
    position: absolute;
    top: 10px;
    right: 7px;
    z-index: 2;
}
.product-item .flash>span{
    padding: 0 10px;
    font-size: 10px;
    font-family: 'Montserrat';
    color: #fff;
    background-color: #83ccd5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    float: left;
    margin: 0 3px;
}
.product-item .flash .sale{
    background-color: #ab1e23;
}

.product-item .group-button{
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.product-item .wishlist,
.product-item .add_to_cart_button,
.product-item .compare{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background-color: #aaaaaa;
    color: #fff;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(0.5);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0 3px;
}
.product-item .wishlist:after,
.product-item .add_to_cart_button:after,
.product-item .compare:after{
    font-family: "Flaticon";
    font-size: 14px;
}
.product-item .wishlist:after{
    content: "\e001";
}
.product-item .add_to_cart_button:after{
    content: "\e008";
}
.product-item .compare:after{
    content: "\e00a";
}

.product-item:hover .group-button .wishlist,
.product-item:hover .group-button .add_to_cart_button,
.product-item:hover .group-button .compare{
    transform: scale(1);
    visibility: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-item .price ins{
    float: left;
    margin-right: 5px;
    text-decoration: none;
    color: #ec5858;
}
.product-item .price del{
    color: #aaa;
}

.product-item.style2 .info{
    text-align: center;
}
.product-item.style2 .price{
    display: table;
    margin: 0 auto;
}

.product-item.style3 .info{
    text-align: center;
    padding: 0;
    padding-top: 10px;
}
.product-item.style3 .price{
    display: table;
    margin: 0 auto;
}
.product-item.style3 .product-inner{
    padding: 10px;
    padding-bottom: 55px;
}
.product-item.style3{
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.product-item.style4{
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.product-item.style4 .product-inner{
    padding: 10px;
    overflow: hidden;
}
.product-item.style4 .thumb,
.product-item.style4 .info{
    padding: 0;
}
.product-item.style4 .info{
    padding: 30px 10px;
}
.product-item.style4 .button.quick-view{
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.product-item.style4:hover .button.quick-view{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}
.product-item.style4 .group-button{
    position: static;
    text-align: left;
    padding-top: 22px;
}
a.button.add-to-wishlist,
a.button.find-in-store {
  background: #f1f1f1;
}

a.button.add-to-wishlist:hover,
a.button.find-in-store:hover {
  border: none;
  background: #ab1e23;
}

.productListing .product-item .product-name.short {
	text-align: left;
} 

.productListing .info span {
	font-size: 12px;
}

.related .product-item .thumb {
	height: 300px;
	line-height: 300px;
	border: 1px solid #CCC;
}

.related .thumb.has-second-image a {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.related .thumb.has-second-image img {
	max-height: 100%;
	width: auto;
	margin: 0 auto;
	display: inline-block;
}

@media (max-width: 670px) {
	#addToCart .button-group {
		margin-bottom: 0;
	}
	
	#addToCart .button-group a {
		max-width: 100%;
		width: 100%;
		margin-bottom: 1em;
	}
	
	.addto-btns {
		max-width: 100%;
		margin-right: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/* Product list*/
.product-item.list{
    border: 1px solid #ececec;
    overflow: hidden;
}
.product-item.list .product-inner{
    display: table;
    width: 100%;
}
.product-item.list .thumb,
.product-item.list .info{
    display: table-cell;
    float: none;
    vertical-align: top;
}
.product-item.list .info{
    border-left: 1px solid #ececec;
}
.product-item.list .wishlist, 
.product-item.list .add_to_cart_button, 
.product-item.list .compare{
    transform: scale(1);
    visibility: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item.list .thumb {
    padding: 10px;
}
.product-item.list .info{
    padding: 40px 30px;
}
.product-item.list .product-desc{
    padding-top: 8px;
    padding-bottom: 30px;
}

.product-item .has-second-image .second-image{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out;
    -webkit-transform: translate(420px,0);
    -ms-transform: translate(420px,0);
    transform: translate(420px,0);
    visibility: hidden;
}
.product-item:hover .has-second-image .second-image{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    visibility: inherit;
}


.product-item.list .has-second-image .thumb-inner{
    position: relative;
    display: inline-block;
}
/* LIST PRODUCT */
.product-list-grid{
    margin: 0 -5px;
    align-content: flex-start;
}
.product-list-grid .product-item{
    padding: 0 5px;
    margin-bottom: 15px;
}
.product-list-view{
    margin: 0;
}
.product-list-view .product-item{
    margin-bottom: 30px;
}
.product-item { position: relative; }
.product-item .product-inner .webAdmin{ position: absolute; top: 0; left: 5px; line-height: 30px; height: 30px; width: 30px; border-radius: 15px; font-size: 25px; text-align: center; color: #00437F; background: rgba(255,255,255,.5);}
.product-item .product-inner .icon{ position: absolute; top: 0; right: 5px; padding: 0; max-height: 75px; max-width: 75px; }

.page-banner h1 {
	font-size: 70px;
	font-weight: bold;
	text-transform: uppercase;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sidebar h5 {
	padding: 10px;
}

.sidebar li {
	padding: 0 10px;
}

.sidebar .count {
    font-size: 12px;
    font-weight: bold;
}

.loginBanner img {
  width: 100%;
}

@media (min-width: 1200px) {
	.category-container .product-image {
		height: 300px;
		padding: .5rem;
	}
}


/* PRODUCT GRID
.product-list-grid.desktop-columns-1 .product-item:nth-child(1n+1),
.product-list-grid.desktop-columns-2 .product-item:nth-child(2n+1),
.product-list-grid.desktop-columns-3 .product-item:nth-child(3n+1),
.product-list-grid.desktop-columns-4 .product-item:nth-child(4n+1),
.product-list-grid.desktop-columns-5 .product-item:nth-child(5n+1),
.product-list-grid.desktop-columns-6 .product-item:nth-child(6n+1),
.product-list-grid.desktop-columns-7 .product-item:nth-child(7n+1),
.product-list-grid.desktop-columns-8 .product-item:nth-child(8n+1),
.product-list-grid.desktop-columns-9 .product-item:nth-child(9n+1),
.product-list-grid.desktop-columns-10 .product-item:nth-child(10n+1),
.product-list-grid.desktop-columns-11 .product-item:nth-child(11n+1),
.product-list-grid.desktop-columns-12 .product-item:nth-child(12n+1){
    clear: left;
}*/

/* navigation */
.navigation{
    display: block;
    margin-top: 50px;
    width: 100%;
    float: left;
}
.navigation ul{
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}
.navigation ul li{
    list-style: none;
    display: inline-block;
}
.navigation ul li span,
.navigation ul li a{
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #e9e9e9;
    color: #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
}
.navigation ul li span:hover,
.navigation ul li a:hover,
.navigation ul li .current{
    color: #fff;
}

.shop-slider{
    margin-bottom: 25px;
    margin-top: 15px;
}

.shop-slider .owl-carousel:hover .owl-prev {
    left: 40px;
}
.shop-slider .owl-carousel:hover .owl-next {
    right: 40px;
}

.shop-page-bar{
    margin-bottom: 30px;
    display: table;
    width: 100%;
}
.shop-page-bar .page-bar-right{
    width: 100%;
    margin: 0;
}
.pagination.bottom { justify-content: flex-end; }
.pagination .pageHolder > div { display: flex; justify-content: flex-start; flex-direction: row-reverse; }
.pagination .pageHolder > div > * { line-height: 40px; display: inline-block; color: #212529; padding: 0 5%; }
.pagination .pageHolder > div > *.disabled { color: #666666; cursor: default; }

/* breadcrumbs */
.breadcrumbs{
    color: #aaa;
    margin-bottom: 20px;
}
.breadcrumbs a{
    color: #666;
	font-size: 14px;
    display: inline-block;
    padding: 8px 0;
}
.breadcrumbs a:after {
    content: '//';
    display: inline-block;
    padding: 0 5px;
}

/* Shop bar*/
.shop-page-bar .breadcrumbs{
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
.shop-display-mode{
    display: inline-block;
}
.shop-display-mode .display-mode{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #666;
}
.shop-display-mode .display-mode:hover,
.shop-display-mode .display-mode.active{
    color: #fff;
}

.celerant-ordering{
    display: inline-block;
	min-width: 200px;
}
.celerant-ordering .chosen-container{
    width: 100%!important;
}
#shopbyselected { float: left; width: 100%; margin: 0; }
#shopbyselected strong, #shopbyselected a { float: left; margin: 10px 2% 0 0; }

/*----------------
SINGLE PRODUCT 
----------------*/
.single-product{
    border: 1px solid #ececec;
	padding: 10px;
}
.single-product .kt-images,
.single-product .kt-images-zoom{
    position: relative;
}
.single-product .kt-images .kt-thumbs,
.single-product .kt-images .kt-main-image{
    vertical-align: top;
}
.single-product .kt-images .kt-main-image{
    margin-bottom: 10px;
}
.single-product .kt-images .kt-thumbs{
    margin: 0 -5px;
}
.single-product .kt-images .item-thumb{
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 33.3333%;
}
.kt-zoom-thumbnails{
    margin-top: 10px;
}
.kt-zoom-thumbnails li{
    list-style: none;
}
.single-product .kt-images .owl-prev,
.single-product .kt-images .owl-next,
.kt-images-zoom .owl-prev,
.kt-images-zoom .owl-next{
    width: 30px;
    float: left;
    height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: 28px;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.single-product .kt-images .owl-prev,
.kt-images-zoom .owl-prev{
    left: -30px;
}
.single-product .kt-images .owl-next,
.kt-images-zoom .owl-next{
    right: -30px;
}
.single-product .kt-images .kt-thumbs:hover  .owl-prev,
.kt-images-zoom .kt-zoom-thumbnails:hover .owl-prev{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
    left: 5px;
}
.single-product .kt-images .kt-thumbs:hover  .owl-next,
.kt-images-zoom .kt-zoom-thumbnails:hover .owl-next{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
    right: 5px;
}
.single-product .kt-images .owl-prev:hover,
.single-product .kt-images .owl-next:hover,
.kt-images-zoom .owl-prev:hover,
.kt-images-zoom .owl-next:hover{
    background-color: #aaaaaa;
    color: #fff;
}
.no-sidebar .single-product .kt-images .item-thumb{
    padding: 0;
    margin-bottom: 11px;
    width: 100%;
    float: left;
}
.no-sidebar .single-product .kt-images .owl-prev,
.no-sidebar .single-product .kt-images .owl-next{
    width: 50%;
    height: 28px;
    position: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.no-sidebar .single-product .kt-images .owl-nav{
   overflow: hidden;
}
.no-sidebar .single-product .kt-images .kt-main-image{
    margin-bottom: 0;
}
.single-product .summary{
    margin-bottom: 60px;
    padding-top: 50px;
    padding-right: 30px;
    color: #888;
    font-size: 13px;
}
.single-product .summary p{
    margin: 0;
}
.single-product .summary .product_title{
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    /*font-size: 13px;*/
    color: #888;
    margin-bottom: 10px;

}
.single-product .summary .price{
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.single-product .summary .stock{
    margin-bottom: 10px;
}
.single-product .summary .stock label{
    font-weight: normal;
    color: #444;
    margin: 0;
}
.single-product .summary .stock .fa{
    color: #9dc879;
}
.single-product .summary .rating{
    margin-bottom: 10px;
}
.single-product .summary .short-descript{
    margin-bottom: 20px;
    line-height: 20px;
}
.single-product .summary label{
    color: #444;
    font-weight: normal;
    margin: 0;
}
.single-product .summary .variation_form_section{
    overflow: hidden;
}

.colorBox, .sizeBox, .optionBox {
    margin-bottom: 10px;
}

#colorBoxes.active .colorBox {
    opacity: .5;
}
#colorBoxes.active .colorBox:not(.colorBoxInactive):hover {
    opacity: 1;
}
#colorBoxes.active .colorBox.selected {
    opacity: 1;
}

.colorHexes .colorBox {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    border: 2px solid #E6E6E6;
    background: #FFF;
    margin: 0 10px 10px 0;
}

.textBox {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    margin: 0;
    border: 2px solid #e6e6e6;
}
.textBox span {
    text-align: center;
}

table.variations-table {
    border-collapse: inherit;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 0;
    border: none;
}
table.variations-table tr {
    margin-bottom: 18px;
}
table.variations-table th, 
table.variations-table td{
    padding: 0;
    vertical-align: middle;
    margin-bottom: 13px;
    width: 100%;
    display: table;
    border: none;
}
table.variations-table th:last-child, 
table.variations-table td:last-child{
    margin-bottom: 0;
}
table.variations-table tr{
    margin-bottom: 5px;
    display: block;
}
table.variations-table tr:last-child{
    margin-bottom: 0;
}
table.variations-table .select-option a{
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 0;
    float: left;
    position: relative;
}
table.variations-table .select-option{
    overflow: hidden;
    display: inline-block;
    margin: 0 10px 10px 0;
    position: relative;
}
table.variations-table .select-option.selected a:before{
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    color: #fff;
}
table.variations-table tbody{
    display: block;
    width: 100%l
}

.single-product .summary .quantity{
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.single-product .summary .quantity label{
    display: block;
    margin-bottom: 10px;
}
.single-product .summary .quantity .qty {
    width: 60px;
    text-align: center;
    padding: 4px 0;
    margin-right: 23px;
}
.single-product .summary .button.wishlist,
.single-product .summary .button.compare,
.single-product .summary .button.mailto{
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
    background-color: #aaaaaa;
    color: #fff;
    float: left;
    margin-right: 10px;
}
.single-product .summary .share{
    display: inline-block;
}
.single-product .summary .share span{
    display: inline-block;
    height: auto;
}
.zoom,
.imagezoom{
    cursor: zoom-in;
}

.product-tabs{
    border-top:1px solid #ececec;
	margin-top: 15px;
}
.product-tabs .nav-tab{
    padding: 10px 5px 0 5px;
    overflow: hidden;
}
.product-tabs .nav-tab li{
    list-style: none;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 0 5px;
}
.product-tabs .nav-tab li a{
    display: inline-block;
    background-color: #f1f1f1;
    padding: 9px 50px;
    color: #666;
}

.product-tabs .nav-tab li.active a,
.product-tabs .nav-tab li a:hover{
    background-color: #ab1e23 ;
    color: #fff;
}
.product-tabs .tab-container{
    vertical-align: top;
    padding: 30px;
}
.no-sidebar .product-tabs{
}
.no-sidebar .product-tabs .nav-tab{
    display: table-cell;
    margin: 0;
    border-right: 1px solid #ececec;
    width: 262px;
    padding: 10px;
}
.no-sidebar .product-tabs .nav-tab li{
    display: block;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}
.no-sidebar .product-tabs .nav-tab li a{
    width: 100%;
}
.no-sidebar .product-tabs .tab-container{
    display: table-cell;
}
.no-sidebar .single-product .summary table.variations-table tr{
    width: 50%;
    float: left;
}
.product-image img {
    max-height: 100%;
    width: auto !important;
    margin: 0 auto;
}

/* REVIEW */
.rating { display: flex; }
.reviewStarHolder { flex-wrap: nowrap; }
.reviewStarHolder .reviewStar { font-size: 2rem; text-align: center; color: #888; }
.reviewStarHolder .reviewStar.active { color: #ECC366; }
#reviewResult, .reviewItemHolder .userReview .rating { display: flex; justify-content: space-between; width: 96%; margin: 5px 2%; }
#reviewBars .reviewBar { display: flex; height: 2rem; line-height: 2rem; margin: 0 0 5px;}
#reviewBars .reviewBar .stars{ flex: 0 0 0; text-align: center; display: flex;}
#reviewBars .reviewBar .stars i{ font-size: 2rem; color: #ECC366; }
#reviewBars .reviewBar .bar { flex: 1 1 auto; border: 2px solid #ececec; position: relative; }
#reviewBars .reviewBar .bar .fill { position: absolute; top: 0px; left: 0px; background: #ECC366; height: 100%; }
#reviewBars .reviewBar .totalReview{ flex: 0 0 0; }

.reviewPaginationHolder .pagination-order.active .btn {background-color: #ECC366;}

.reviewItemHolder .userReview { margin: 0 0 20px; display: flex; flex-direction: column; padding: 5px 0 10px; border-bottom: 1px solid #ececec;}
.reviewItemHolder .userReview:last-of-type { margin: 0; border-bottom: none;}
.reviewItemHolder .userReview .reviewer { display: flex; flex-direction: column; }
.reviewItemHolder .userReview .reviewDescription { max-height: 120px; overflow: hidden; display: inline-block; }
.reviewItemHolder .userReview .viewReview { display:block; }


#reviews .review-title{
    margin-bottom: 50px;
    font-size: 20px;
}
#reviews .commentlist .comment{
    list-style: none;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}
#reviews .commentlist .comment:last-child{
    margin-bottom: 0;
    border: none;
}
#reviews .avatar{
    width: 70px;
    height: 70px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#reviews .comment-text{
    overflow: hidden;
    padding-left: 20px;
}
#reviews .comment-text .rating{
    color: #ecc366;
    font-size: 10px;
}
#review_form{
    margin-top: 50px;
}
#review_form input[type="text"],
#review_form input[type="email"],
#review_form textarea{
    width: 100%;
}
#review_form label{
    font-weight: normal;
    display: block;
}
#review_form .stars{
    margin: 0;
}
#review_form .stars a{
    font-size: 0;
    color: #ccc;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    padding: 0 10px;
    line-height: 12px;
}
#review_form .stars a:first-child{
    padding-left: 0;
}
#review_form .stars a:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    display: inline-block;
}
#review_form .stars .star-1:before {
    content: "\f005";
}
#review_form .stars  .star-2:before {
    content: "\f005\f005";
}
#review_form .stars .star-3:before {
    content: "\f005\f005\f005";
}
#review_form .stars .star-4:before {
    content: "\f005\f005\f005\f005";
}
#review_form .stars .star-5:before {
    content: "\f005\f005\f005\f005\f005";
}
#review_form .stars a:hover,
#review_form .stars a.active{
    color: #ffcc33;
}
/* related and upsells */
.upsells.products{
    margin-top: 50px;
}
/* CHECKOUT */
.card-tool-options a i { display: none; line-height: 30px;}
.card-tool-options a[aria-expanded="true"] i.up { display: block; }
.card-tool-options a[aria-expanded="false"] i.down { display: block; }

.block-form{
    border: 1px solid #ececec;
    padding: 10px;
    margin-bottom: 30px;
}
.block-form p{
    margin-bottom: 30px;

}

/*.block-form p:last-child{
    margin-bottom: 0;
}*/
.block-form input[type="text"]{
    width: 100%;
}
.form-heading{
    background-color: #262626;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}
table.shop_table{
    margin-bottom: 25px;
}
table.shop_table,
table.shop_table th,
table.shop_table td{
    border: none;
}
table.shop_table th,
table.shop_table td{
    border-bottom: 1px solid #ececec;
    padding: 14px 0;
}
table.shop_table th:last-child,
table.shop_table td:last-child{
    text-align: right;
}
table.cart th{
    background-color: #262626;
    color: #fff;
    font-weight: normal;
    font-family: 'Montserrat';
    padding: 9px 30px;
    text-align: center;
}
table.cart td,
table.cart td:last-child,
table.cart th:last-child{
    text-align: center;
}
table.cart .product{
    text-align: left;
    vertical-align: top;
}
table.cart .product-thumb{
    float: left;
    width: 100px;
}
table.cart .product-info{
    overflow: hidden;
    padding-left: 25px;
}
table.cart .product-price,
table.cart .product-subtotal,
table.cart .order-total{
    font-family: 'Montserrat';
    color: #333;
}
table.cart .order-total{
    font-size: 18px;
}
table.cart .product-info .product-name{
    margin-bottom: 0;
}
table.cart .product-info .product-name a{
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    /*font-size: 13px;*/
    color: #888;
}
table.cart .quantity .qty{
    padding: 7px 0;
    width: 60px;
    text-align: center;
}
table.cart .remove{
    color: #aaa;
}

.nav-tabs .nav-item { margin-bottom: -2px;}
#payment-forms { border-left: 1px solid #dee2e6;}
.block-form .payment_methods{
    padding: 0;
    padding-bottom: 57px;
}
.block-form .payment_methods p{
    margin-bottom: 0
}
.block-form .payment_methods li{
    list-style: none;
    margin-bottom: 45px;
}
.block-form .payment_methods li .input-radio{
    float: left;
}
.block-form .payment_methods li label,
.block-form .payment_methods li .payment_box{
    padding-left: 30px;
}
.block-form .payment_methods li label{
    padding-left: 18px;
}
.block-form .block-form-footer{
    background-color: #fafafa;
    padding: 28px 68px;
}

.block-form.order-review  .form-heading{
    margin-bottom: 10px;
}
.block-form.payment  .form-heading{
    margin-bottom: 25px;
}
#loading {
    display:none;
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
    background: rgb(255,255,255) url('/images/celloader.gif') CENTER CENTER no-repeat;
}
/*----------------
WIDGET
----------------*/
.tagcloud a{
    display: inline-block;
    border: 1px solid #ececec;
    /*font-size: 12px!important;*/
    color: #666;
    padding: 4px 20px;
    margin-bottom: 5px;
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
}
.tagcloud a:hover{
    color: #fff;
}
.widget{
    margin-bottom: 70px;
}
.widget:last-child{
    margin-bottom: 0;
}
.widget .widget-title{
    text-transform: uppercase;
    margin-bottom: 25px;
}

/* SHOP WIDGET */
.sideNavDivider { display: none; }
.filter_widget ul>li,
.widget_layered_nav ul>li{
    list-style: none;
}
.filter_widget ul>li>a,
.widget_layered_nav ul>li>a{
    display: inline-block;
    padding: 8px 0;
    color: #666666;
    position: relative;
}
.filter_widget ul>li>a:after,
.widget_layered_nav ul>li>a:after{
    content: '';
    width: 33px;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
}
.filter_widget .count,
.widget_layered_nav .count{
    margin-left: 5px;
}

.filter_widget ul>li.active>a, .filter_widget ul>li.active .count{color: #0e437f;}
.filter_widget ul>li.active>a:after {background-color: #0e437f;}

.filter_widget .showX {
    display: inline-block;
    padding: 8px 10px;
    color: #666;
    position: relative;
    text-decoration: underline;
    font-size: .9em;
}

/*.filter_widget ul li:nth-child(n+9){
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}*/
.filter_widget ul.showAll li{
    display: block;
}

.widget_layered_nav .attr{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.widget_price_filter .slider-range-price{
    position: relative;
    height: 5px;
    background-color: #eeeeee;
}

.widget_price_filter .ui-widget-header{
    height: 5px;
    background: #d0d0d0;
    position: absolute;
}
.widget_price_filter .ui-slider-handle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8.5px 0 8.5px;
    border-color: #aaaaaa transparent transparent transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8.5px 0 8.5px;
    border-color: #aaaaaa transparent transparent transparent;
    position: absolute;
    top: -5px;
}
.widget_price_filter .ui-slider-handle:last-child{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8.5px 0 8.5px;
    border-color: #e9c67b transparent transparent transparent;

}

.widget_price_filter .amount-range-price{
    text-align: center;
    margin-bottom: 10px;
}
.widget_price_filter .button{
    border: 1px solid #ccc;
    padding: 6px 25px;
    background-color: #f5f5f5;
    color: #333;
}
.widget_price_filter .button:hover{
    background-color: #926dde;
    border-color: #926dde;
    color: #fff;
}
.widget_kt_recent_posts .list-post{
    padding: 0;
    margin: 0;
}
.widget_kt_recent_posts .list-post .post{
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
}
.widget_kt_recent_posts .list-post .post:last-child{
    margin-bottom: 0;
}
.widget_kt_recent_posts .post .thumb{
    float: left;
}
.widget_kt_recent_posts .post .info{
    overflow: hidden;
    padding-left: 20px;
}
.widget_kt_recent_posts .post-title{
    margin-bottom: 5px;
    line-height: 18px;
}
.widget_kt_recent_posts .post-title a{
    font-size: 13px;
    color: #333;
}
.widget_kt_recent_posts .meta{
    color: #aaaaaa;
    font-size: 10px;
}
.widget_kt_recent_posts .meta span:after{
    content: ' - ';
}
.widget_kt_recent_posts .meta span:last-child:after{
    display: none;
}
.widget_categories ul li{
    list-style: none;
}
.widget_categories ul li a{
    display: inline-block;
    border-bottom: 1px solid #eaeaea;
    padding: 8px 0;
    width: 100%;
    color: #666;
}
.widget_categories ul li:last-child a{
    border: none;
}
.widget_categories ul li a .count{
    float: right;
    font-size: 12px;
    font-style: italic;
    color: #aaa;
}
.widget_search form{
    position: relative;
}
.widget_search form .search-field{
    width: 100%;
    padding: 12px 25px;
    padding-left: 50px;
    /*font-family: 'Merriweather', serif;
    font-size: 12px;*/
    font-style: italic;
    color: #aaa;
}
.widget_search .button-submit{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    line-height: 50px;
    text-align: center;
    background-color: transparent;
    color: #aaa;
    font-size: 15px;
}
.widget_archive ul{
    overflow: hidden;
    line-height: 30px;
}
.widget_archive li{
    list-style: none;
    width: 50%;
    float: left;
}
.widget_archive li a{
    color: #666;
}
.widget_related_product .widget-title{
    margin-bottom: 35px;
}
.hp-carousel .kt-tabs {
	max-width: 100%;
}

.hp-carousel .fa {
    font-size: 30px;
}

.hp-carousel .fa-angle-left {
	margin-right: 1rem;
}

.hp-carousel .fa-angle-right {
	margin-left: 1rem;
}

.hp-carousel button:hover .fa {
	margin: 0 1rem;
}

.item-slide img {
	width: 100% !important;
	height: auto !important;
}

.featured-products-container .product-inner {
	margin: .5rem;
	padding: 1rem;
	border: 1px solid #CCC;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	justify-content: center;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.featured-products-container .product-link {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	justify-content: center;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.featured-products-container .product-name .name {
    color: #212529;
    font-weight: bold;
}

.featured-products-container .product-image {
	-webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

.featured-products-container .icon {
	position: absolute;
    max-width: 25%;
    right: .5rem;
    top: .5rem;
}

.featured-products-container .product-inner .info {
	height: 95px;
	flex: initial;
	text-align: center;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.featured-products-container .brand {
	text-transform: capitalize;
	color: #212529;
}

.featured-products-container .product-inner .quick-view {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.featured-products-container .product-image img {
	max-height: 100%;
	width: auto;
	margin: 0 auto;
}

.featured-products-container .number {
	display: none;
}

.mini-banners {
	position: relative;
}

.hp-carousel .thumb.has-second-image.col-sm-5 {
	height: 250px;
	width: 100%;
}

.one-banner-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.two-banner-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.four-banner-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.contrailImg {
	transition: 20s;
}

.scaleUp {
	transform: scale(1.5);
	transition: 20s;
}

#new-arrivals-container .product-item .info {
	margin: 0 auto;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#new-arrivals-container .product-image {
    height: 200px;
}

.banners-container h3 {
    padding: 17px 0;
}

.banners-container h3:after {
	content: '';
	width: 40px;
	height: 2px;
	display: block;
}
.blog-widget .postDesc .heading1 { display:block; font-weight: bolder; }
.blog-widget .postDesc .readmore { color: #00437f; text-decoration: underline; }
.blog-widget .postDesc .dat { display:block; font-style: italic; font-size: .9em; }

.calendar-widget .eventDate  { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.calendar-widget .eventDate .theMonth { font-size: 20px; font-weight: bolder;}
.calendar-widget .eventDate .theDate { font-size: 30px; font-weight: bolder;}
.calendar-widget .eventDate .row { justify-content: center; }
.calendar-widget .eventDate .col { flex: 0 0 0; white-space: nowrap; }
.calendar-widget .eventDesc .heading1 { display:block; font-weight: bolder; }



/*----------------
SHORTCODE
----------------*/
.block-social{
    background-image: url("../images/banners/2.jpg");
    min-height: 320px;
    position: relative;
    background-position: center;
}
.block-social:before{
    content: '';
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.block-social .social {
    float: right;
    position: relative;
    z-index: 1;
    max-width: 586px;
    width: 100%;
    text-align: center;
    padding-top: 139px;
}
.block-social .social a{
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
}

.block-newsletter{
    color: #fff;
    background-image: url("../images/banners/28.jpg");
    min-height: 320px;

}
.block-newsletter .inner{
    max-width: 586px;
    width: 100%;
    padding-top: 80px;
    padding-left: 60px;
}
.block-newsletter .title{
    color: #fff;
    margin-bottom: 0;
}
.block-newsletter .subtitle{
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    margin-bottom: 38px;
}
.block-newsletter form{
    position: relative;
}
.block-newsletter form .text-input{
    width: 100%;
    border: none;
    background-color: rgba(255,255,255,0.2);
    padding: 11px 25px;
}
.block-newsletter .button{
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff;
}
/* promotions */
.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 215px;
    display: table;
    font-size: 0;
    overflow: hidden;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    position: relative;
}
.bg-image:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.bg-image:after{
        content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.block-banner-text:hover .bg-image:before{
    right: 50%;
    left: 50%;
    background: rgba(255,255,255,0.2);
}
.block-banner-text:hover .bg-image:after{
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.2);
}
.block-banner-text{
    position: relative;
    overflow: hidden;
}
.block-banner-text .content{
    position: absolute;
}
.block-banner-text .content .title{
    /*font-size: 16px;*/
    color: #666;
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    font-weight: 300;
    margin: 0;
}
.block-banner-text .content .subtitle{
    margin: 0;
    text-transform: uppercase;
    font-size: 21px;
    color: #444444;
    font-weight: 700;
}
.block-banner-text .content .link-more{
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 10px;
    color: #888;
    border: 1px solid #888;
    text-align: center;
    line-height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: 25px;
}
.block-banner-text.white .content .title,
.block-banner-text.white .content .subtitle,
.block-banner-text.white .content .link-more{
    color: #fff;
}
.block-banner-text.white .content .link-more{
    border-color: #fff;
}

.block-banner-text:hover .content .title{
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
}
.block-banner-text:hover .content .subtitle{
    -webkit-animation: bounceInLeft 1s;
    -moz-animation: bounceInLeft 1s;
}
.block-banner-text.style2 .title{
    font-size: 14px;
    color: #555555;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    margin-bottom: 5px;
    margin-top: 10px;
}
.block-banner-text.style2 .subtitle{
    /*font-size: 12px;*/
    color: #888888;
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    font-weight: 300;
    text-transform: none;
}
.block-banner-text.style2 .flash{
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 15px;
    display: inline-block;
    background-color: #ab1e23;
    color: #fff;
    margin-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.block-banner-text.style3 .title{
    color: #fff;
    font-family: inherit;
    font-style: normal;
}
.block-banner-text.style3 .subtitle{
    color: #fff;
}
.block-banner-text.style3 .link-more{
    border: none;
    width: auto;
    height: auto;
    /*font-size: 14px;*/
    color: #fff;
    text-decoration: underline;
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    font-weight: normal;
    margin-top: 55px;
}
.block-banner-text.style4 .content {
    padding: 0 45px;
}
.block-banner-text.style4 .title{
    font-size: 24px;
    color: #fff;
    font-family: inherit;
    font-style: normal;
}
.block-banner-text.style4 .title:after {
    display: block;
    font-family: 'FontAwesome';
    content: "\f106\f106\f106\f106\f106\f106\f106\f106";
    margin-top: 3px;
    font-size: 12px;
}
.block-banner-text.style4 .subtitle{
    /*font-size: 12px;*/
    color: #fff;
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    text-transform: none;
    line-height: 24px;
    font-weight: normal;
}
.block-banner-text.style4 .link-more{
    width: auto;
    height: auto;
    border: 2px solid #fff;
    font-size: 10px;
    padding: 13px 20px;
        -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 85px;
}

.block-banner-text.style5 .content .title{
    font-style: normal;
    font-family: inherit;
    font-size: 16px;
}
.block-banner-text.style5 .content .link-more{
    width: auto;
    height: auto;
    border: none;
    line-height: normal;
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    /*font-size: 14px;*/
    text-decoration: underline;
    color: #aaa;
    margin-top: 35px;
}
/* block-daily-deal */
.block-daily-deal{
    display: table;
    width: 100%;
}
.block-daily-deal .percent{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: -54px;
    width: 200px;
    height: 44px;
    transform: rotate(317deg);
    -webkit-transform: rotate(317deg);
    -moz-transform: rotate(317deg);
    -o-transform: rotate(317deg);
    -ms-transform: rotate(317deg);
    background-color: #ab1e23;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
.block-daily-deal .thumbs,
.block-daily-deal .product-detail,
.block-daily-deal .product-count-down{
    display: table-cell;
    vertical-align: top;
}
.block-daily-deal .thumbs{
    width: 180px;
    padding-right: 40px;
}
.block-daily-deal .thumbs a{
    display: block;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
}
.block-daily-deal .thumbs a:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 13px 10.5px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.block-daily-deal .thumbs a.selected:after{
    display: block;
}
.block-daily-deal .thumbs a:last-child{
    margin-bottom: 0;
}
.block-daily-deal .product-count-down{
    width: 130px;
    background-color: #92a4c4;
    padding: 0 20px;
    padding-top: 15px;
}
.block-daily-deal .product-detail{
    background-color: #fff;
}
.block-daily-deal .product-detail .inner{
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
}

.block-daily-deal .product-image{
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 50%;
}

.block-daily-deal .product-info{
    overflow: hidden;
    padding-left: 20px;
    padding-top: 45px;
    font-size: 13px;
}
.block-daily-deal .product-info .product-name{
    margin-bottom: 10px;
}
.block-daily-deal .product-info .product-name a{
    color: #555;
    font-size: 18px;
}
.block-daily-deal .product-info .rating{
    color: #888;
}
.block-daily-deal .product-info .rating span{
    font-style: italic;
}
.block-daily-deal .product-info .rating .fa {
    color: #ecc366;
}
.block-daily-deal .attributes{
    color: #888;
    margin-top: 10px;
}
.block-daily-deal .attributes p{
    margin-bottom: 5px;
}
.block-daily-deal .attributes label{
    font-weight: normal;
    color: #444;
    margin: 0;
    margin-right: 8px;
    display: inline-block;
}
.block-daily-deal .price{
    display: block;
    margin-top: 30px;
    font-size: 24px;
    color: #444;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}
.block-daily-deal .price ins{
    float: left;
    margin-right: 10px;
    text-decoration: none;
}
.block-daily-deal .price del{
    color: #bbbbbb;
    font-size: 20px;
    line-height: 100%;
}
.block-daily-deal .dot{
    display: none;
}
.block-daily-deal .box-count{
    display: block;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255,255,255,0.3);
    color: #fff;
    padding-top: 28px;
    padding-bottom: 28px;
}
.block-daily-deal .box-count:last-child{
    border: none;
}
.block-daily-deal .box-count .number{
    display: block;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
}
.block-daily-deal .box-count .text{
    /*font-family: 'Merriweather', serif;
    font-size: 14px;*/
    font-style: italic;
}
/* box-icon */
.box-icon{
    text-align: center;
    position: relative;
}
.box-icon .icon{
    width: 140px;
    height: 140px;
    text-align: center;
    line-height: 140px;
    background-color: #555555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -52px;
    left: 50%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}
.box-icon .box-content{
    background-color: #fff;
    padding-top: 112px;
    padding-bottom: 75px;
    color: #aaaaaa;
    font-size: 14px;
}
.box-icon .title{
    font-size: 14px;
    color: #444444;
    margin-bottom: 5px;
}
.box-icon .icon .icon-font{
    display: inline-block;
}
.box-icon:hover .icon .icon-font{
    -webkit-animation: zoomIn 0.5s;
    -moz-animation: zoomIn 0.5s;
}

.box-icon.style2 .icon{
    width: 100%;
    height: auto;
    position: static;
    background-color: transparent;
    line-height: normal;
    text-align: center;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
    color: #888;
}
.box-icon.style2 .box-content{
    background-color: transparent;
    padding: 0;
    color: #444;
}
.box-icon.style2:hover .icon{
    background-color: transparent!important;
}
.box-icon.style2 .title{
    color: #aaa;
}
.box-icon.style3 .icon {
    width: 100%;
    height: auto;
    position: static;
    background-color: transparent;
    line-height: normal;
    text-align: center;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
    color: #aaa;
}
.box-icon.style3:hover .icon{
    background-color: transparent!important;
}
.box-icon.style3 .box-content{
    padding: 0;
}

/* Lastest blog*/
.lasttest-blog .item-blog{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    margin: 2px;
}
.lasttest-blog .item-blog.style2{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    border: 1px solid #f0f0f0;

}
.lasttest-blog .post-thumb{
    margin-bottom: 12px;
    position: relative;
}
.lasttest-blog .blog-info{
    padding: 0 20px;
}
.lasttest-blog .blog-info .title{
    margin-bottom: 5px;
    line-height: 20px;
}
.lasttest-blog .blog-info .title a{
    font-size: 14px;
    color: #444444;
}
.lasttest-blog .blog-info .date{
    color: #aaa;
    font-size: 12px;
}
.lasttest-blog .blog-buttom{
    border-top: 1px solid #f1f1f1;
    color: #aaa;
    font-size: 12px;
    padding: 13px 20px;
    overflow: hidden;
    margin-top: 25px;
}
.lasttest-blog .blog-buttom .like,
.lasttest-blog .blog-buttom .comments{
    display: inline-block;
    margin-right: 10px;
    margin-top: 7px;
}
.lasttest-blog .blog-buttom .button{
    float: right;
    background-color: #f2f2f2;
    color: #666;
    text-transform: none;
    border: none;
    font-family: 'Arimo', sans-serif;
    font-size: 12px;
    padding: 6px 25px;
}
.lasttest-blog .blog-buttom .button:hover{
    color: #fff;
}
.lasttest-blog .owl-prev,
.lasttest-blog .owl-next{
    top: 30%;
}
.lasttest-blog .post-thumb a:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 100;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.lasttest-blog .post-thumb a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.lasttest-blog .post-thumb:hover a:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.lasttest-blog .post-thumb:hover a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* kt-tabs */
.kt-tabs .tab-head{
    padding: 17px 0;
    overflow: hidden;
}
.kt-tabs .tab-title{
    display: inline-block;
    float: left;
    color: #444;
    margin: 0;
}
.kt-tabs .tab-title:after{
    content: '';
    width: 40px;
    height: 2px;
    display: block;
}
.kt-tabs .nav-tab {
    float: right;
    display: inline-block;
    margin: 0;
}
.kt-tabs .nav-tab li{
    list-style: none;
    display: inline-block;
    padding: 0 25px;
}
.kt-tabs .nav-tab li a{
    color: #666;
}

/* TEAM*/
.team{
    border: 1px solid #ececec;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin-top: 100px;
}
.team .avatar{
    position: absolute;
    left: 50%;
    top: -72px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 180px;
    height: 180px;
}
.team .avatar img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.team .content{
    padding-top: 140px;
    padding-bottom: 50px;
    text-align: center;
}
.team .name{
    font-size: 14px;
    margin-bottom: 5px;
}
.team .position{
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    /*font-size: 14px;*/
    color: #aaa;
}
.team .social{
    margin-top: 30px;
}
.team .social a{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #2e2b3a;
    background-color: #f0f0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.team .social a:hover{
    color: #fff;
}
/* testimonial*/
.testimonials .owl-prev,
.testimonials .owl-next{
    top: 35%;
}
.testimonial .inner{
    max-width: 684px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.testimonial .inner .text{
    background-color: rgba(255,255,255,0.1);
    padding: 50px 100px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    /*font-size: 12px;*/
}
.testimonial .inner .text p{
    margin: 0;
    position: relative;
}
.testimonial .inner .text p:before{
    content: '“';
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 36px;
    line-height: normal;
    font-style: italic;
    position: absolute;
    top: -3px;
    left: 0;
}
.testimonial .inner .text p:after{
    content: '’’';
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 36px;
    line-height: normal;
    position: absolute;
    font-style: italic;
    bottom: -20px;
}
.testimonial .name{
    float: right;
    display: inline-block;
    max-width: 427px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 25px;
    position: relative;
}
.testimonial .name:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10px 0 10px;
    border-color: #007bff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-color: rgba(255,255,255,0.1);
}

/*----------------
BLOG
----------------*/
.post-item{
    border: 1px solid #ececec;
    overflow: hidden;
}
.post-item .post-thumb{
    float: left;
    position: relative;
}
.post-item .post-thumb img{
    width: 100%;
}
.post-item .post-thumb a:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 100;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-item .post-thumb a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-item .post-thumb:hover a:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.post-item .post-thumb:hover a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.post-item .post-info{
    overflow: hidden;
    padding: 30px;
}
.post-item .post-title{
    margin-bottom: 5px;
}
.post-item .post-title a{
    font-size: 16px;
    color: #333;
}
.post-item .post-meta{
    font-size: 12px;
    color: #aaaaaa;
}
.post-item .post-meta span:after{
    content: ' - ';
}
.post-item .post-meta span:last-child:after{
    display: none;
}
.post-item .short-desc{
    margin-top: 5px;
}
.post-item .short-desc p{
    margin: 0;
}
.post-item .button{
    margin-top: 15px;
    background-color: #f2f2f2;
    color: #666;
    text-transform: none;
    border: none;
    font-family: 'Arimo', sans-serif;
    font-size: 12px;
    padding: 6px 25px;
}
.post-item .button:hover{
    color: #fff;
}

.post-item.grid{
    border: none;
}
.post-item.grid .post-thumb{
    float: none;
    margin-bottom: 15px;
}
.post-item.grid .post-thumb img{
    width: 100%;
}
.post-item.grid .post-info{
    padding: 0;
}

.blog-list .post-item{
    margin-bottom: 30px;
}
.blog-list .post-item:last-child{
    margin-bottom: 0;
}
.blog-list-grid .post-item{
    margin-bottom: 25px;
}
.blog-list-grid .post-item:last-child{
    margin-bottom: 0;
}
/* Blog masonry */
.blog-masonry{
    margin: 0 -15px;
}
.blog-masonry .masonry-item{
    padding: 0 15px;
    padding-bottom: 30px;
}
/* Blog sidebar*/
.blog-sidebar .widget{
    margin-bottom: 30px;
}
.blog-sidebar .widget .widget-title{
    text-transform: none;
    font-size: 18px;
}
.blog-sidebar .widget .widget-title:after{
    content: '';
    width: 30px;
    height: 2px;
    background-color: #eaeaea;
    margin-top: 6px;
}
.sidebar.border .inner{
    border: 1px solid #eaeaea;
    padding: 30px;
}

/* SINGLE BLOG */
.blog-single .post-item{
    border: none;
}
.blog-single .post-item .post-thumb{
    float: none;
    margin-bottom: 22px;
}
.blog-single .post-item .post-info{
    padding: 0;
}
.blog-single .blog-content{
    padding-top: 10px;
}
.blog-single .blog-content:after{
    content: '';
    width: 30px;
    height:2px;
    background-color: #eaeaea;
    display: block;
}
.blog-single-footer{
    margin-top: 25px;
    font-size: 13px;
    overflow: hidden;
}
.blog-single-footer label{
    font-weight: normal;
    color: #333;
    margin: 0;
}
.blog-single-footer .tags,
.blog-single-footer .share{
    display: inline-block;
    float: left;
}
.blog-single-footer .share{
    float: right;
}
.blog-single-footer a{
    color: #333;
}
.blog-single-footer .tags a:after{
    content: ', ';
}
.blog-single-footer .tags a:last-child:after{
    display: none;
}
.blog-single-footer .share a{
    font-size: 18px;
    margin: 0 3px;
}
.author-bio{
    margin-top: 25px;
    background-color: #f2ddb0;
    padding: 30px 50px;
    overflow: hidden;
    display: table;
}
.author-bio .author-avatar{
   display: table-cell;
   width: 100px;
}
.author-bio .author-avatar img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
} 
.author-bio .author{
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}
.author-bio .author-name{
    margin-bottom: 5px;
    font-size: 13px;
}
.author-bio .short{
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    /*font-size: 12px;*/
    line-height: 20px;
    color: #555555;
}
.comments-area{
    margin-top: 25px;
}
.comments-area .comment-list-title{
    font-size: 18px;
    margin-bottom: 25px;
}
.comments-area .comment{
    list-style: none;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
    padding: 30px;
    overflow: hidden;
}
.comments-area .comment-author{
    font-size: 13px;
    color: #aaa;
}
.comments-area .comment-author .author{
   color: #222;
   font-size: 14px;
   font-family: 'Montserrat', sans-serif;
   margin-right: 10px;
}
.comments-area .comment-content{
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    /*font-size: 12px;*/
    line-height: 20px;
    color: #555555;
    padding-top: 5px;
}
.comments-area .comment-content p{
    margin-bottom: 5px;
}
.comments-area .comment-reply-link{
    float: right;
    /*font-size: 12px;*/
    color: #333;
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
}
.comments-area .comment-reply-link .fa{
    margin-left: 5px;
    font-size: 11px;
    color: #8b8b8b;
}
.comment-form-wrapper{
    margin-top: 25px;
}
.comment-form-wrapper .comment-reply-title{
    margin-bottom: 20px;
    font-size: 18px;
}
.comment-form-wrapper .comment-form{
    color: #888;
}
.comment-form-wrapper .comment-form p{
    margin-bottom: 10px;
}
.comment-form-wrapper .comment-form input[type="text"],
.comment-form-wrapper .comment-form input[type="email"]{
    width: 300px;
    max-width: 100%;
}
.comment-form-wrapper .comment-form textarea{
    width: 510px;
    max-width: 100%;
}
/*----------------
FOOTER
----------------*/
.footer{
    background-color: #141414;
    padding-top: 75px;
}

.footer .widget{
    margin-bottom: 30px;
}
.footer .widget:last-child{
    margin-bottom: 0;
}
.footer .widget .widget-title{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}
.footer .widget .widget-title:after{
    display: none;
}
.footer .widget li{
    list-style: none;
}
.footer .widget li>a{
    line-height: 36px;
}
.footer .widget_text > a {
    display: block;
    width: 100%;
}
.footer .social {
    display: flex;
    justify-content: space-between;
}

.footer .widget_instagram .list-image{
    margin: 0 -10px;
}
.footer .widget_instagram .list-image .item{
    width: 33.33333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    
}

.footer .widget_instagram .list-image a{
    position: relative;
    display: table;
    width: 100%;
}
.footer .widget_instagram .list-image a:before{
    content: '';
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer .widget_instagram .list-image a:hover:before{
    width: 0%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer .footer-bottom{
    border-top-width:1px;
    border-top-style: solid;
    border-top-color: rgba(255,255,255,0.1); 
    margin-top: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.footer .payment{
    text-align: right;
}
.footer .payment span{
    padding: 0 20px;
    display: inline-block;
}
.footer .payment span:last-child{
    padding-right: 0;
}
.footer .payment span img{
    opacity: 0.2;
    vertical-align: middle;

    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer .payment span:hover img{
    opacity: 1;
}
.footer .coppyright{
    display: inline-block;
    vertical-align: middle;
}
.footer-social{
    padding-left: 70px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.footer-social label{
    display: inline-block;
    float: left;
    padding: 10px 0;
    padding-right: 25px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    letter-spacing: 2px;
}
.footer-social .social a {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}

.footer-newsletter{
    padding-right: 70px;
    color: #fff;
}
.footer-newsletter form{
    position: relative;
}
.footer-newsletter .text-input{
    width: 100%;
    border: none;
    background-color: rgba(255,255,255,0.2);
    padding: 11px 23px;
}
.footer-newsletter .button{
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.footer-newsletter .button:before{
    display: none;
}
.footer-newsletter .button:hover{
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.footer-services{
    background-color: #121212;
    padding-top: 40px;
    margin-top: 40px;
}

.footer.style2{
    background-color: #141414;
}
.footer.style2 .footer-bottom{
    border: none;
    margin-top: 10px;
}
.footer .kt_widget_social .social{
    overflow: hidden;
}
.footer .kt_widget_social .social a{
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    background-color: #2c2c2c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}
.footer .kt_widget_social .social a:first-child{
    margin-left: 0;
}
.footer .kt_widget_newsletter p{
    margin-bottom: 20px;
}
.footer .kt_widget_newsletter form{
    position: relative;
}
.footer .kt_widget_newsletter .text-input{
    width: 100%;
    background-color: #1b1b1b;
	color: #FFF;
    border: none;
    padding: 11px 25px;
}
.footer .kt_widget_newsletter .button{
    width: 46px;
    height: 46px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    padding: 0;
    text-align: center;
    line-height: 46px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.copyright-right {
	text-align: right;
	padding-right: 30px;
}

/* CONTACT PAGE */
.google-map {
    overflow: hidden;
    min-height: 355px;
}
.google-map iframe {
    width: 100%;
    border: none;
}
.form-contact{
    margin-top: 30px;
    color: #888;
    font-size: 13px;
}
.form-contact .form-title{
    font-style: 18px;
    color: #222;
    margin-bottom: 30px;
    text-transform:uppercase;
}
.form-contact input[type="text"],
.form-contact textarea{
    width: 100%;
    padding: 15px 25px;
}
.form-contact textarea{
    height: 216px;
}
.form-contact form .button{
    margin-top: 15px;
}
.form-contact label{
    display: block;
    font-weight: normal;
    color: #444;
}
/* Mobile menu */
.box-mobile-menu {
    position: fixed;
    top: 0;
    left: -114%;
    width: 320px;
    bottom: 0;
    background-color:#fff;
    z-index: 100;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 99999;
	-webkit-box-shadow: 7px -1px 10px -6px rgba(105,105,105,1);
	-moz-box-shadow: 7px -1px 10px -6px rgba(105,105,105,1);
	box-shadow: 7px -1px 10px -6px rgba(105,105,105,1);
}
.box-mobile-menu.open{
    left: 0;
}
.box-mobile-menu .box-inner {
    position: relative;
    padding: 15px;
    overflow: hidden;
}
.box-mobile-menu .close-menu {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 33px;
    text-align: center;
    color: #FFF;
	background: #679bca;
    float: right;
}
.box-mobile-menu .main-menu{
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #eaeaea;
    float: left;
    margin-top: 15px;
}
.box-mobile-menu .mCSB_inside > .mCSB_container {
    margin: 0;
}
.box-mobile-menu .main-menu>li{
    display: block;
}
.box-mobile-menu .main-menu>li>a{
    border: none;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    padding: 13px 0;
}
.box-mobile-menu .main-menu>li.menu-item-has-children>a:after{
    content: "\f107";
    font-family: 'FontAwesome';
    float: right;
}
.box-mobile-menu .main-menu>li.menu-item-has-children.show-submenu>a:after{
    content: "\f106";
}
.box-mobile-menu .main-menu>li:last-child>a{
    border: none;
    border-bottom: 1px solid #eaeaea;
}
.box-mobile-menu .main-menu .sub-menu {
    position: static;
    max-width: 100%!important;
    width: 100%!important;
    padding: 0;
    display: none;
    min-width: 1px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0);
}
.box-mobile-menu .main-menu .show-submenu>.sub-menu {
    display: block;
}
.box-mobile-menu .main-menu .sub-menu>li{
    padding: 0;
}
.box-mobile-menu .main-menu .sub-menu>li>a{
    padding-left: 20px;
}
.box-mobile-menu .main-menu .sub-menu>li:last-child>a{
    border-bottom: 1px solid #e8e8e8;
}
.mobile-navigation{
    line-height: 35px;
    text-transform: uppercase;
    color: #333;
    font-family: 'Montserrat';
    padding: 10px 0;
    display: none;

}
.mobile-navigation .icon{
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 10px;
    float: left;
    margin-right: 10px;
	background: #679bca;
}
.mobile-navigation .icon span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    float: left;
    margin-bottom: 4px;
}
.mobile-navigation .icon span:last-child{
    margin-bottom: 0;
}

/* Auth page */
.accountHolder {	
    padding: 35px 2% 60px;	
}
.inlineAccountHolder {	
    padding-bottom: 5px;	
}
.accountHolder .header{
	display:inline-block;
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
.accountHolder .collapseLink {
	color: inherit;	
}
.accountHolder .collapseLink:after {
	content: '\25BC';
	color: #ab1e23;	
	float: right;
	padding: 0 1%;
}
.accountHolder .collapseLink[aria-expanded="true"]:after {
	content: '\25B2';
}
.accountHolder input[type=checkbox], .accountHolder input[type=radio]{
	width: auto;
	margin-right: 2%;
}
.form-authentication-header{
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    padding: 22px 2%;
    display: flex;
    justify-content: space-between;
}
.form-authentication{
    width: 100%;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    max-width: 100%;
    width: 100%;
	margin: 0;
    
}
.form-authentication > * {
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
    
}
.form-authentication > *:nth-child(n+2){
    background-color: #fafafa;
}
.form-authentication input[type="text"],
.form-authentication input[type="email"],
.form-authentication input[type="password"]{
    width: 320px;
    max-width: 100%;
}
.form-authentication p{
    margin-bottom: 20px;
}
.form-authentication .title{
    font-size: 16px;
    margin-bottom: 20px;
}
/*
.form-authentication .title:after {
    display: block;
    font-family: 'FontAwesome';
    content: "\f106\f106\f106\f106\f106\f106\f106\f106";
    margin-top: 10px;
    color: #888888;
    font-size: 12px;
}*/
.form-authentication label.inline{
    font-weight: normal;
    display: block;
    margin-bottom: 20px;

}
.form-authentication label.inline input[type=checkbox], 
.form-authentication label.inline input[type=radio]{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-top: -2px;
}
.form-authentication-footer{
    margin-bottom: 90px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    text-align: center;
    padding: 22px 0;
}
.nav-tabs-side {
	flex-wrap: wrap;
	flex-direction: column;
	border-bottom: none;
	border-right: 1px solid #ececec;
	padding: 0;
}
.nav-tabs-side .nav-item {
	width:100%;
	text-align: right;
	align-self: flex-start;
}
.nav-tabs-side .nav-link.active {
	border-width: 1px 0 1px 1px;	
	border-color: #ececec;
	border-radius: .25em 0 0 .25em;
	margin: 0 -1px 0 0;
}
.myList a.icon-holder { float: left; margin-left: 5%; color: #C22B30; }
.myList.primary .icon-primary i { color: #28A745; cursor: default; } 
.myList.public .icon-public i { color: #28A745; }

.actionBtns {
	clear: both;
}
.actionBtns > * {
	float: right;
	margin-right: 2%;
}
/*LOGIN & REGISTRATION*/
.express-checkout {
	border-top: 1px solid #ececec;
}

/*BILLING & SHIPPING*/

.accountHolder p,
#newAddressForm p {
	width: 100%;
}

.accountHolder input,
.accountHolder select ,
.accountHolder textarea ,
#newAddressForm input,
#newAddressForm select,
#newAddressForm textarea {
	width: 95%;
}
.custom-control-input:checked~.custom-control-label::before {
	border-color: #ab1e23;
    background-color: #ab1e23;
}

@media (max-width: 767px) {
	.accountHolder p,
	#newAddressForm p {
		width: 100%;
	}
}

/*MY ACCOUNT*/
.my-account li {
	list-style: none;
	margin-bottom: 0.5em;
}

.my-account .button.primary {
	margin-top: 1em;
}

/* WISHLIST */
.block{
    border: 1px solid #ececec;
    padding: 25px 30px;
    margin-bottom: 30px;
}
.block .block-title{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 14px;
}
.add-wishlist input[type="text"]{
    width: 100%;
}
.table-wishlist{
    margin-bottom: 30px;
}

.wishlist-item{
    margin-bottom: 30px;
}
.wishlist-item .thumb{
    margin-bottom: 15px;
}
.wishlist-item .product-name{
    margin: 0;
}
.wishlist-item .product-name a{
    /*font-family: 'Merriweather', serif;*/
    font-style: italic;
    /*font-size: 13px;*/
    color: #888;
}
.wishlist-item .wishlist-form{
    margin-top: 15px;
}
.wishlist-item .wishlist-form label{
    font-weight: normal;
}
.wishlist-item .wishlist-form input[type="text"],
.wishlist-item .wishlist-form select{
    width: 100%;
    margin-bottom: 15px;
}
.wishlist-item .wishlist-form .button{
    margin-top: 15px;
}
.wishlist-item .wishlist-form .remove{
    float: right;
    margin-top: 25px;
    color: red;
}
.table-compare td.compare-label {
    width: 150px;
    background: #fafafa;
    vertical-align: middle;
}
.table-compare a{
    color: #999;
}
.table-compare .remove{
    font-size: 10px;
    float: right;
    margin-top: 10px;
    color: red;
}
.page-404 {
    padding: 100px 0 110px 0;
}
.page-404 .heading {
    font-size: 168px;
    font-weight: 700;
    color: #999;
}
/* POPUP */
.white-popup {
    position: relative;
    background: #FFF;
    width: auto;
    width: 433px;
    margin: 20px auto;
    max-width: 100%;
}
.kt-popup-newsletter {
    padding: 20px 60px;
    text-align: center;
    padding-bottom: 100px;
}
.kt-popup-newsletter .popup-title {
    margin-top: 40px;
    text-transform: uppercase;
}
.kt-popup-newsletter .popup-title h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.kt-popup-newsletter .popup-title p {
    margin: 0;
    margin-top: 20px;
}
.kt-popup-newsletter .form-subscribe {
    padding-top: 40px;
}
.kt-popup-newsletter .checkbox {
    position: absolute;
    margin: 0;
    left: 20px;
    bottom: 10px;
    font-size: 13px;
    color: #888888;
    font-weight: normal;
}
.kt-popup-newsletter .form-subscribe .input {
    width: 100%;
    margin-bottom: 20px;
}
.kt-popup-newsletter .button{
    margin: 0 5px;
}
.kt-popup-newsletter .text-primary {
    display: inline-block;
    background-color: #eec15b;
    color: #fff;
    padding: 0 10px;
}

/* QUICKVIEW */
.kt-quickview-popup{
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.kt-quickview-popup .single-product{
    border: none;
}
.kt-quickview-popup .single-product .summary,
.kt-quickview-popup .single-product .kt-images{
    padding: 0;
    margin: 0;
}
/*----------------
HOME SLIDER
----------------*/
.slide-home1{
    position: relative;
}
.slide-home1 .thumbs{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.slide-home1 .thumbs a{
    display: block;
    position: relative;
}
.slide-home1 .thumbs a:before{
    content: '';
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.slide-home1 .thumbs a:hover:before,
.slide-home1 .thumbs a.active:before{
    width: 0%;
    background-color: rgba(0,0,0,0);
}

.slide-home2 .owl-prev,
.slide-home2 .owl-next,{
    background-color: rgba(255,255,255,0.6);
    color: #aaa;
    font-size: 14px;
}
.slide-home2 .owl-prev:hover,
.slide-home2 .owl-next:hover{
    color: #fff;
}
.slide-home2:hover .owl-prev{
    left: 20px;
}
.slide-home2:hover .owl-next{
    right: 20px;
}

.slide-home2 .content-slide{
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 95px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slide-home2 .content-slide .subtitle{
    margin: 0;
    font-size: 16px;
}
.slide-home2 .content-slide .title{
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 30px;
}
.slide-home2 .content-slide .link{
    letter-spacing: 2px;
    text-decoration: underline;
    color: #aaa;
}

.slide-home3 .content-slide{
    position: absolute;
    top: 50%;
    right: inherit;
    left: 0;
    padding: 0 165px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.slide-home3 .content-slide .subtitle{
    font-weight: normal;
}
.slide-home3 .content-slide .title,
.slide-home3 .content-slide .link{
    color: #fff;
}

/*---------------
SECTION
----------------*/
.section-daily-deal{
    background-color: #f2f2f2;
    padding: 60px 0;
}
.section-services{
    padding: 132px 0 0 0;
    background-image: url('../images/banners/7.jpg');
    margin-top: 60px;
}

.section-footer-top{
    background-image: url('../images/banners/11.jpg');
    padding-top: 70px;
    padding-bottom: 40px;
    margin-top: -164px;
    margin-bottom: 60px;
}
.section-testimonials{
    padding: 45px 0;
    background-image: url('../images/banners/24.jpg');
    margin-top: 60px;
}
.section-testimonials .heading-section .title{
    color: #fff;
    margin: 0;
}
/*----------------
MARGIN
----------------*/
.margin-top-10{
    margin-top: 10px!important;
}
.margin-top-20{
    margin-top: 20px!important;
}
.margin-top-30{
    margin-top: 30px!important;
}
.margin-top-40{
    margin-top: 40px!important;
}
.margin-top-50{
    margin-top: 50px!important;
}
.margin-top-60{
    margin-top: 60px!important;
}
.margin-top-65{
    margin-top: 65px!important;
}
.margin-top-70{
    margin-top: 70px!important;
}
.margin-top-75{
    margin-top: 75px!important;
}
.margin-top-80{
    margin-top: 80px!important;
}
.margin-top-90{
    margin-top: 90px!important;
}
.margin-top-95{
    margin-top: 95px!important;
}
.margin-top-100{
    margin-top: 100px!important;
}
.margin-top-120{
    margin-top: 120px!important;
}

.margin-bottom-10{
    margin-bottom: 10px!important;
}
.margin-bottom-20{
    margin-bottom: 20px!important;
}
.margin-bottom-30{
    margin-bottom: 30px!important;
}
.margin-bottom-40{
    margin-bottom: 40px!important;
}
.margin-bottom-50{
    margin-bottom: 50px!important;
}
.margin-bottom-60{
    margin-bottom: 60px!important;
}
.margin-bottom-65{
    margin-bottom: 65px!important;
}
.margin-bottom-70{
    margin-bottom: 70px!important;
}
.margin-bottom-75{
    margin-bottom: 75px!important;
}
.margin-bottom-80{
    margin-bottom: 80px!important;
}
.margin-bottom-90{
    margin-bottom: 80px!important;
}
.margin-bottom-100{
    margin-bottom: 100px!important;
}
.margin-bottom-170{
    margin-bottom: 170px!important;
}

/*----------------
PADDING
----------------*/
.padding-top-10{
    padding-top: 10px;
}
.padding-top-20{
    padding-top: 20px;
}
.padding-top-30{
    padding-top: 30px;
}
.padding-top-40{
    padding-top: 40px;
}
.padding-top-50{
    padding-top: 50px;
}
.padding-top-60{
    padding-top: 60px;
}

.padding-top-70{
    padding-top: 70px;
}
.padding-top-80{
    padding-top: 80px;
}
.padding-top-90{
    padding-top: 80px;
}
.padding-top-100{
    padding-top: 100px;
}
.padding-bottom-10{
    padding-bottom: 10px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
.padding-bottom-30{
    padding-bottom: 30px;
}
.padding-bottom-40{
    padding-bottom: 40px;
}
.padding-bottom-50{
    padding-bottom: 50px;
}
.padding-bottom-60{
    padding-bottom: 60px;
}
.padding-bottom-70{
    padding-bottom: 70px;
}
.padding-bottom-80{
    padding-bottom: 80px;
}
.padding-bottom-90{
    padding-bottom: 80px;
}
.padding-bottom-100{
    padding-bottom: 100px;
}
.padding-0{
    padding: 0;
}
.margin-0{
    margin: 0;
}
/*----- Card Styling -----*/
.card { margin-bottom: 20px; }
.card .card-heading {display: flex; justify-content: space-between; padding: 5px 2%;}
.card .card-heading > * { margin: 0; line-height: 30px; }
.card .card-heading .card-tool-options > * { color: #212529; float: right; }

/*---------------
RESPONSIVE
---------------*/
@media (min-width: 1280px){
    .container {
        max-width: 1200px;
		margin: 0 auto;
    }

}
@media (max-width: 1366px){
    .slide-home1 .thumbs{
        top: inherit;
        left: 0;
        text-align: center;
        bottom: 30px;
    }
    .slide-home1 .thumbs a{
        display: inline-block;
        max-width: 80px;
    }
}
@media(max-width: 1200px){
    .top-bar-left .logo,
    .top-bar-left .form-search-wrapper{
        padding: 30px 20px;
    }
    .top-bar-menu>li>a,
    .top-bar-menu>li>.cart-link{
        padding: 40px 50px;
    }
    
    .block-daily-deal .product-detail{
        display: block;
        width: 100%;
    }
    .block-daily-deal .product-count-down{
        display: block;
        width: 100%;
        padding: 0;
    }
    .block-daily-deal .product-count-down .kt-countdown{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .block-daily-deal .product-count-down .box-count{
        display: table-cell;
        padding: 20px 0;
    }
    .block-daily-deal .product-info{
        padding-top: 20px;
    }
    .block-daily-deal .product-image{
        max-width: 46%;
    }
    .block-social .social,
    .block-newsletter .inner{
        padding-left: 30px;
        padding-right: 30px;
    }
    .header.style2 .logo{
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
		max-width: 100%;
    }
    .header.style2 .main-menu{
        padding-left: 0;
    }
    .header.style2 .main-menu>li:first-child>a{
        padding-left: 0;
    }
    .verticalmenu-content{
        display: none;
    }
    .box-vertical-megamenus .flash{
        display: none;
    }
    .box-vertical-megamenus .title .bar{
        display: inline-block;
    }
    .header.style3 .box-search-wrapper{
        padding-left: 0;
    }
    .header.style3 .main-menu>li:first-child>a{
        padding-left: 25px;
    }
    .lasttest-blog .blog-buttom .button{
       padding: 6px 15px;
    }
    .lasttest-blog .blog-buttom{
        padding: 13px 10px;
    }
    .no-sidebar .single-product .kt-images .kt-thumbs{
        position: static;
        width: auto;
        margin: 0 -5px;
    }
    .no-sidebar .single-product .kt-images .kt-main-image{
        padding: 0;
        margin-bottom: 10px;
    }
    .no-sidebar .single-product .kt-images .item-thumb{
        display: inline-block;
        float: left;
        padding: 0 5px;
        width: 33.3333%;
    }

}

@media (max-width: 991px){
    .cfdebug { display: none; }

    .hidden-sm{
        display: none;
    }
    
    /* Mobile Header*/
    #header .logo { padding: 0; }
    #header .top-bar-menu { display: none; }
    #header .top-bar-menu.center { display: block; }
    #header .main-header { padding: 10px 0 0; }
    #header .main-header .logo p { margin: 0; }
    #header .box-search-wrapper { display: none; position: absolute; bottom: -60px; left: 0; }
    #header .box-search-wrapper.open { display: block; }
    #header .mini-cart { display: none; }
    #header .mobile-nav { display: block; width: 100%; }
    #header .mobile-nav a { display: inline-block; text-align: center; line-height: 60px; color: #00437F; font-size: 30px; padding: 0; position: relative; width: 100%; }
    #header .mobile-nav .mobile-cart-qty { display: none; position: absolute; top: 0; left: 0; font-size: 12px; color: #FFF; width: 100%;}
    
    
    #header.headerScrolled .top-bar-menu.center { display: none; }
    #header.headerScrolled .logo img { max-width: 100px; }
    
    /* PRODUCT GRID*/
    .product-list-grid.desktop-columns-1 .product-item:nth-child(1n+1),
    .product-list-grid.desktop-columns-2 .product-item:nth-child(2n+1),
    .product-list-grid.desktop-columns-3 .product-item:nth-child(3n+1),
    .product-list-grid.desktop-columns-4 .product-item:nth-child(4n+1),
    .product-list-grid.desktop-columns-5 .product-item:nth-child(5n+1),
    .product-list-grid.desktop-columns-6 .product-item:nth-child(6n+1),
    .product-list-grid.desktop-columns-7 .product-item:nth-child(7n+1),
    .product-list-grid.desktop-columns-8 .product-item:nth-child(8n+1),
    .product-list-grid.desktop-columns-9 .product-item:nth-child(9n+1),
    .product-list-grid.desktop-columns-10 .product-item:nth-child(10n+1),
    .product-list-grid.desktop-columns-11 .product-item:nth-child(11n+1),
    .product-list-grid.desktop-columns-12 .product-item:nth-child(12n+1){
        clear: none;
    }
    /* PRODUCT GRID*/
    .product-list-grid.tablet-columns-1 .product-item:nth-child(1n+1),
    .product-list-grid.tablet-columns-2 .product-item:nth-child(2n+1),
    .product-list-grid.tablet-columns-3 .product-item:nth-child(3n+1),
    .product-list-grid.tablet-columns-4 .product-item:nth-child(4n+1),
    .product-list-grid.tablet-columns-5 .product-item:nth-child(5n+1),
    .product-list-grid.tablet-columns-6 .product-item:nth-child(6n+1),
    .product-list-grid.tablet-columns-7 .product-item:nth-child(7n+1),
    .product-list-grid.tablet-columns-8 .product-item:nth-child(8n+1),
    .product-list-grid.tablet-columns-9 .product-item:nth-child(9n+1),
    .product-list-grid.tablet-columns-10 .product-item:nth-child(10n+1),
    .product-list-grid.tablet-columns-11 .product-item:nth-child(11n+1),
    .product-list-grid.tablet-columns-12 .product-item:nth-child(12n+1){
        clear: left;
    }

    .top-bar-left{
        width: 100%;
    }
    .top-bar-left .logo{
        text-align: center;
    }
    .top-bar-right{
        width: 100%;
        float: left;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgba(56,56,56,0.6);
    }
    .top-bar-menu{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .top-bar-menu>li{
        display: table-cell;
		width: 100%;
    }
    .top-bar-left .form-search-wrapper{
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: rgba(56,56,56,0.6);
    }
    .block-daily-deal .thumbs{
        display: block;
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .block-daily-deal .thumbs a{
        display: inline-block;
        margin-bottom: 0;
    }
    .block-daily-deal .thumbs a:after{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 13px 10px;
        border-color: transparent transparent #ffffff transparent;
        left: 50%;
        bottom: -20px;
        top: inherit;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .header.style2 .mobile-navigation{
        display: inline-block;
    }
    .header.style2 .main-menu{
        display: none;
    }
    .header.style2 .top-bar-menu{
        display: inline-block;
        width: 100%;
    }
    .header.style2 .top-bar-menu>li>a{
        padding: 0;
		width: 100%;
		text-align: center;
    }
    .header-control .vertical-menu-wrapper{
        width: 60px;
    }
    .box-vertical-megamenus .title{
        width: 60px;
        font-size: 0;
        height: 60px;
        padding: 0;
        line-height: 60px;
        line-height: 60px;
        text-align: center;
    }
    .box-vertical-megamenus .title .bar{
        font-size: 16px;
        display: inline-block;
        float: none;
    }
    .block-banner-text.style4 .content{
        padding: 0 10px;
    }
    .footer-social,
    .footer-newsletter{
        padding: 0 30px;
    }
    .footer-social{
        text-align: center;
    }
    .footer-social .social a{
        display: inline-block;
        float: none;
    }
    .footer-social label{
        float: none;
        display: block;
        padding: 0;
        padding-bottom: 30px;
    }
    .kt-tabs .nav-tab li{
        padding: 0 10px;
    }
    .kt-tabs .tab-head{
        padding: 17px 10px;
    } 
    .header.style3 .box-search-wrapper{
        display: table;
        width: 100%;
        float: none;
    }
    .header.style3 .advanced-search{
        width: 100%;
    }
    .footer .widget:last-child{
        margin-bottom: 30px;
    }
    .post-item .post-thumb{
        width: 100%;
    }
    .blog-single-footer .share{
        float: left;
        margin-top: 15px;
    }
    .author-bio{
        padding: 15px;
    }
    .comment-form-wrapper .comment-form input[type="text"], .comment-form-wrapper .comment-form input[type="email"]{
        width: 100%;
    }
    
    .sideNavDivider { display: flex; justify-content: space-between; padding: 10px; background: #0e437f; color: #fff; margin: 0 0 20px; }
    .sideNavDivider i { color: #fff; }
    
    
    
    /* Filters Animation*/
    @keyframes filterFadeIn {
        0%   { opacity: 0; z-index: 9;}
        40% { opacity: 1; z-index: 9;}
        100% { opacity: 1; z-index: 9;}
    }
    @keyframes filterSlideIn {
        0%   { margin-left: -82%; }
        40%   { margin-left: -82%; }
        100% { margin-left: 0; }
    }
    
    /* Filters */
    .sidebar { 
        display: block; 
        opacity: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 0;
        background: rgba(0,0,0,.75);
        z-index: 0;
        overflow: hidden;     
    }
    .sidebar.open { 
        z-index: 9;
        opacity: 1;     
        animation-name: filterFadeIn;
        animation-duration: 1s;
    }
    .sidebar.closed {    
        animation-name: filterFadeIn;
        animation-duration: 1s;
        animation-direction: reverse;
    }
    .sidebar #sideNav { 
        padding-bottom: 20px; 
        background: #FFF; 
        border-width: 0 1px 0 0; 
        border-color: #0e437f; 
        border-style: solid; 
        margin-left: -80%;
        width: 80%;   
    }
    .sidebar.open #sideNav { 
        margin-left: 0; 
        animation-name: filterSlideIn;
        animation-duration: 1s;
    }
    .sidebar.closed #sideNav { 
        margin-left: 0; 
        animation-name: filterSlideIn;
        animation-duration: 1s;
        animation-direction: reverse;
    }
    
    .single-product .kt-images{
        padding: 10px;
        margin-bottom: 20px;
    }
    .single-product .summary{
        padding: 10px;
    }
    .single-product .kt-images .kt-main-image img{
        width: 100%;
    }
    .product-tabs .nav-tab li{
        width: 100%;
        padding: 0;
        padding-bottom: 1px;
    }
    .product-tabs .nav-tab li a{
        width: 100%;
    }
    .no-sidebar .single-product .summary table.variations-table tr{
        width: 100%;
    }
    .single-product .summary .share{
        display: block;
        margin-top: 15px;
    }
    .no-sidebar .product-tabs{
        display: block;
    }
    .no-sidebar .product-tabs .nav-tab{
        width: 100%;
        float: none;
        display: block;
    }
    .form-authentication{
        display: block;
    }
    .form-authentication .form-login, .form-authentication .form-register{
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px){
    .left-sidebar .main-content{
        float: none;
        overflow: hidden;
        margin-bottom: 40px;
    }
    /* PRODUCT GRID*/
    .product-list-grid.tablet-columns-1 .product-item:nth-child(1n+1),
    .product-list-grid.tablet-columns-2 .product-item:nth-child(2n+1),
    .product-list-grid.tablet-columns-3 .product-item:nth-child(3n+1),
    .product-list-grid.tablet-columns-4 .product-item:nth-child(4n+1),
    .product-list-grid.tablet-columns-5 .product-item:nth-child(5n+1),
    .product-list-grid.tablet-columns-6 .product-item:nth-child(6n+1),
    .product-list-grid.tablet-columns-7 .product-item:nth-child(7n+1),
    .product-list-grid.tablet-columns-8 .product-item:nth-child(8n+1),
    .product-list-grid.tablet-columns-9 .product-item:nth-child(9n+1),
    .product-list-grid.tablet-columns-10 .product-item:nth-child(10n+1),
    .product-list-grid.tablet-columns-11 .product-item:nth-child(11n+1),
    .product-list-grid.tablet-columns-12 .product-item:nth-child(12n+1){
        clear: none;
    }
    /* PRODUCT GRID*/
    .product-list-grid.mobile-columns-1 .product-item:nth-child(1n+1),
    .product-list-grid.mobile-columns-2 .product-item:nth-child(2n+1),
    .product-list-grid.mobile-columns-3 .product-item:nth-child(3n+1),
    .product-list-grid.mobile-columns-4 .product-item:nth-child(4n+1),
    .product-list-grid.mobile-columns-5 .product-item:nth-child(5n+1),
    .product-list-grid.mobile-columns-6 .product-item:nth-child(6n+1),
    .product-list-grid.mobile-columns-7 .product-item:nth-child(7n+1),
    .product-list-grid.mobile-columns-8 .product-item:nth-child(8n+1),
    .product-list-grid.mobile-columns-9 .product-item:nth-child(9n+1),
    .product-list-grid.mobile-columns-10 .product-item:nth-child(10n+1),
    .product-list-grid.mobile-columns-11 .product-item:nth-child(11n+1),
    .product-list-grid.mobile-columns-12 .product-item:nth-child(12n+1){
        clear: left;
    }
    .slide-home2 .content-slide{
       padding: 0;
       left: 15px;
       right: 15px;
    }
    .slide-home2 .content-slide .subtitle{
        font-size: 14px;
    }
    .slide-home2 .content-slide .title{
        font-size: 16px;
    }
    .footer .coppyright{
        text-align: center;
        margin-bottom: 30px;
        display: block;
    }
    .footer .payment{
        text-align: center;
    }
    .verticalmenu-list .sub-menu{
        position: static;
        display: none;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
    }
    .verticalmenu-list .show-submenu>.sub-menu{
        display: block;
    }
    .verticalmenu-list .sub-menu>li{
        padding: 0;
    }
    .verticalmenu-list .sub-menu>li>a{
        padding: 13px 15px;
    }
    .kt-tabs .nav-tab{
        float: left;
        margin-top: 15px;
        width: 100%;
    }
    .kt-tabs .nav-tab li{
        display: block;
        padding:5px 0;
    }
    .product-item .wishlist, 
    .product-item .add_to_cart_button, 
    .product-item .compare{
        transform: scale(1);
        visibility: inherit;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .author-bio{
        display: block;
    }
    .author-bio .author,
    .author-bio .author-avatar{
        display: block;
        text-align: center;
        width: 100%;
    }
    .form-authentication .form-login, .form-authentication .form-register{
        padding: 15px;
    }
    .verticalmenu-list .megamenu{
        padding: 20px 0;
    }
    .box-vertical-megamenus .megamenu .widget:last-child {
        margin-bottom: 30px;
    }
    .product-item.list .product-inner,
    .product-item.list .thumb, .product-item.list .info{
        display: block;
    }
    .header .main-menu{
        display: none;
    }
    .mobile-navigation{
        display: inline-block;
    }

}

@media (max-width: 480px){
    .slide-home1 .thumbs{
        display: none;
    }
    .top-bar-left .logo, .top-bar-left .form-search-wrapper{
        display: block;
        width: 100%;
        padding: 10px;
    }
    .top-bar-left .logo {
        padding: 15px 10px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: rgba(56,56,56,0.6);
    }
    .top-bar-menu>li>a, 
    .top-bar-menu>li>.cart-link{
        padding: 10px 15px;
    }
    .top-bar-menu>li>.cart-link .subtotal,
    .top-bar-menu>li>.cart-link .kak{
        display: none;
    }
    .block-daily-deal .thumbs{
        display: table;
        width: 100%;
    }
    .block-daily-deal .thumbs a{
        width: 33.33333%;
        float: left;
    }
    .block-daily-deal .product-image{
        max-width: 100%;
    }
    .block-daily-deal .product-info{
        padding-left: 0;
        width: 100%;
        float: left;
    }
    .block-daily-deal .product-count-down .box-count .number{
        font-size: 16px;
    }
    .block-daily-deal .product-count-down .box-count .text{
        font-size: 12px;
    }
    
    
    .header.style2 .mobile-navigation{
        font-size: 0;
    }
    .advanced-search .category-dropdwon{
        display: none;
    }
    .advanced-search .search-text-box{
        padding-left: 10px;
    }
    .footer-social, .footer-newsletter{
        padding: 0 10px;
    }
    .footer-social .social a{
        margin: 0;
    }
    .box-setting .box-setting-content {
        min-width: 120px;
        padding: 10px;
        left: 0;
        right: inherit;
    }
    .box-setting-content .box-section .inner a{
        width: 33.33333%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
        padding: 0 5px;
    }
    .box-setting-content .box-section.currency .inner a{
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
        margin-right: 10px;
    }
    .box-setting-content .box-section .inner{
        padding: 10px 0;
    }
    .mini-cart .mini-cart-content{
        min-width: 255px;
    }
    .mini-cart:hover .mini-cart-content,
    .mini-cart .mini-cart-content{
        display: none;
    }
    .top-bar-menu>li:nth-last-child(1) .sub-menu, 
    .top-bar-menu>li:nth-last-child(2) .sub-menu{
        left: 0;
        right: inherit;
    }
    .header.style2 .top-bar-menu>li>a{
        border: none;
    }
    .header.style2 .top-bar-menu{
        width: 100%;
        border: none;
    }
    .header.style2 .top-bar-menu>li{
        float: none;
        display: inline-block;
    }

    .block-banner-text .content{
        left: 15px!important;
        right: 15px!important;
        text-align: center!important;
    }
    .slide-home2 .content-slide .title{
        margin-bottom: 0;
    }
    .single-product .summary{
        padding: 10px;
    }
    .single-product .kt-images{
        margin-bottom: 20px;
        padding: 10px;
    }
    .no-sidebar .single-product .kt-images .kt-main-image{
        padding: 0;
    }
    .no-sidebar .single-product .kt-images .kt-main-image img{
        width: 100%;
    }
    .product-tabs .tab-container{
        padding: 10px;
    }
    table.cart{
        display: block;
    }
    table.cart thead{
        display: none;
    }
    table.cart td{
        display: block;
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .block-form .block-form-footer{
        padding: 0;
        overflow: hidden;
        text-align: center;
    }
    .block-form .block-form-footer .button{
        display: inline-block;
        float: none!important;
        margin-bottom: 10px;
    }
    .product-item .thumb img{
        width: 100%;
    }
    .testimonial .inner .text{
        padding: 15px;
    }
    .nav-center .owl-next{
        right: 0!important;
    }
    .nav-center .owl-prev{
        left: 0!important;
    }
    .nav-center:hover .owl-next{
        right: 30px!important;
    }
    .nav-center:hover .owl-prev{
        left: 30px!important;
    }

}
@media (max-width: 320px){
    .single-product .summary .single_add_to_cart_button{
        width: 100%;
    }
}