*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333; 
}
a,a:hover,a:focus{
	color: #333;
	text-decoration: none;
}
.clear{
	clear: both;
}
h1{
	margin: 20px 0;
	font-size: 24px;
}
.quick {
	display: none;
}
@media (min-width: 1200px){
	.container {
	    width: 970px;
	}
}

.default-theme-btn{
	padding: 9px 22px;
    border: 0;
    background: #eee;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s;
    display: inline-block;
    line-height: 20px;
    color: #333;
}
.default-theme-btn:hover,.default-theme-btn:focus,.default-theme-btn:active{
	transition: .2s;
	background: #333;
	color: #fff;
}
.default-theme-btn-small{
	padding: 5px 12px;
    border: 0;
    background: #eee;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s;
    display: inline-block;
    color: #333;
}
.default-theme-btn-small:hover,.default-theme-btn-small:focus,.default-theme-btn-small:active{
	transition: .2s;
	background: #333;
	color: #fff;
}
/*banner*/
.banner{
	position: relative;
}

/*section-header*/
.notification{
	background: #111;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: relative;
}
.notification p{
	padding: 0 50px;
	margin: 0;
	font-weight: 300;
	font-size: 12px;
}
.notification p a{
	color: #fff;
	text-decoration: underline;
}
header{
    min-height: 130px;
    position: relative;
    border-top: 5px solid #acd8d9;
}
.mobile-menu-btn{
	display: none;
}
#logo{
	padding: 7px 0;
    height: 75px;
    text-align: center;
    margin: 0;
}
#logo a{
	display: inline-block;
	height: 66px;
	line-height: 66px;
}
#logo a img{
	vertical-align: middle;
	display: inline-block;
	max-height: 66px;
	width: auto;
}
#logo a span{
	font-size: 24px;
}
.mobile_menu{
	display: none;
}
.mobile-menu-div{
	display: none;
}
#menu ul{
	text-align: center;
    margin: 0;
}
#menu ul b{
	display: none;
}

#menu ul>li{
	display: inline-block;
	font-size: 10px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#menu ul>li{
	cursor: pointer;
	padding: 15px 10px;
}
#menu ul li strong{
	font-weight: 500;
}
#menu ul li ol{
	position: absolute;
	display: block;
	background: #fff;
	border: 1px solid #e4e4e4;
	width: 150px;
	top: 50px;
	margin-left: -15px;
	display: none;
	padding: 5px 0;
	z-index: 9999;
}
#menu ul li ol li{
	text-align: left;
	margin: 0;
	transition: .2s;
}
#menu ul li ol li:hover{
	background: #f4f4f4;
	transition: .2s;
}
#menu ul li ol li {
	width:100%;
	padding: 5px 15px;
	position: relative;
}
#menu ul li ol li ol{
	position: absolute;
	margin-left: 125px;
	top: 0px;
}
#menu ul li i{
	margin-left: 8px;
	float: right;
}
#header-icons ul{
	text-align: right;
    margin-top: 15px;
}
#header-icons ul li{
	display: inline-block;
	font-size: 18px;
	margin-left: 20px;
}
#header-icons ul li a{
}
#header-icons ul li a.cart-btn{
	position: relative;
}
#header-icons ul li a.cart-btn b{
	width: 6px;
	height: 6px;
	background: #e74047;
	position: absolute;
	border-radius: 6px;
	top: 0;
	right: -3px;
}
#search div.input-group{
	border: 0;
}
.input-group-prepend.header-search-btn,.input-group-prepend.header-search-close-btn{
	font-size: 16px;
}
.search_input{
	background: #fff;
	border: 0;
	border-bottom: 1px solid #111;
	font-size: 18px;
	outline: none;
	width:80%;
	font-weight: 300;
}
.searchbar{
	position: absolute;
	width: 100%;
	height: 80px;
	background: #fff;
	top: 0px;
	left: 0;
	text-align: center;
	padding-top: 30px;
	display: none;
}
.searchbar span.icon-search{
	font-size: 24px;
	margin-right: 10px;
}
.searchbar button{
	padding:0;
	border:0;
	border-radius: 0;
	cursor: pointer;
	font-size: 24px;
	background: transparent;
	margin-left: 20px;
	outline: none;
}
.cart-panel-wrap{
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}
.cart-panel{
	position: absolute;
	width: 340px;
	height: 100%;
	background: #fff;
	right: -340px;
	top: 0;
}
.cart-content{
	position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
}
.cart-header{
	padding:30px;
	padding-bottom: 0;
}
.cart-header h2{
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0;
	cursor: pointer;
}
.cart-header h2 span{
	margin-right: 10px;
}
.cart-empty{
	font-size: 14px;
	line-height: 2em;
	font-weight: 300;
	text-align: center;
	margin-top: 200px;
}
.cart-box{
	padding:30px;
	padding-top: 10px;
}
.table-total{
	border:0;
}
.table-total>tbody>tr>td{
	border:0;
	font-size: 14px;
	font-weight: 300;
	padding:5px 0;
}
.table-total>tbody>tr>td strong{
	font-weight: 400;
	color: #000;
}
.checkout-btn{
	display: block;
    background: #333;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 0;
    color: #fff;
    width: 100%;
    line-height: 34px;
    cursor: pointer;
    text-align: center;
    transition: .2s;
}
.checkout-btn[disabled]{
	color: #fff;
	background: #ddd;
	cursor: default;
}
.checkout-btn:hover{
	color: #fff;
	background: #666;
	transition: .2s;
}
.checkout-btn[disabled]:hover{
	background: #ddd;
	color: #fff;
}
.table-cart{
	border:0;
}
.table-cart>tbody>tr>td{
	border:0;
	border-bottom: 1px solid #eee;
	padding:20px 0px;
}
.table-cart>tbody>tr>td img.img-thumbnail{
	border:0;
	border-radius: 0;
}
.remove-cart-product{
	background:transparent;
	color: #000;
	border:0;
	border-radius: 0;
	cursor: pointer;
	margin-bottom: 10px;
}
.choose-qty{
	background: transparent;
	border:1px solid #ddd;
	width: 104px;
	line-height: 30px;
	margin-top: 10px;
}
.choose-qty a{
	background: transparent;
	border:0;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	padding:0 10px;
	line-height: 30px;
	font-weight: 300;
	outline: none;
}
.choose-qty input{
	border:0;
	padding:0;
	line-height: 30px;
	text-align: center;
	width: 40px;
	font-weight: 300;
	background: transparent;
}
.cart-product-name{
	font-size: 14px;
	line-height: 18px;
	color: #666;
	display: block;
}
.cart-product-options{
	color: #999;
	display: block;
}
.coupon-zone{
	padding:20px 0;
}
.coupon-zone label{
	text-align: right;
	font-size: 14px;
	font-weight: 300;
	color: #666;
	display: block;
}
.coupon-zone input.form-control{
	border-radius: 0;
	box-shadow: none;
	border:1px solid #ddd;
	background: transparent;
}
.coupon-zone .input-group{
	border:1px solid #ddd;
}
.coupon-zone .input-group span.input-group-prepend{
	padding:0;
}
#input-coupon{
	font-size: 14px;
	height: 44px;
	border:0;
}
.apply-btn{
	border:0;
	border-left:1px solid #ddd;
	background: transparent;
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    padding:6px 15px;
    box-shadow: none;
}
.default-section-footer{
	padding-bottom: 20px;
}
.site-contact-info{
	border-top: 1px solid #6d989b;
	border-bottom: 1px solid #6d989b;
	padding:20px 0;
}
.site-contact-info p i{
	font-size: 18px;
}
.footer-menu h6{
	color: #fff;
	font-size: 12px;
	font-weight:500;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-menu ul li{
	line-height: 30px;
}
.footer-menu ul li a{
	font-weight: 400;
	font-size: 12px;
}
.footer-menu ul li a:hover{
	color: #6d989b;
}
.footer-menu div.col-md-12 h6{
	display: none;
}
.footer-menu ul{
	margin:0;
	text-align: left;
}
.footer-menu ul li{
	display: block;
	margin-right: 20px;
}
.footer-menu div.col-md-6 h6{
	display: block;
}
.footer-menu div.col-md-6 ul li{
	display: block;
	margin-right: 0px;
}
.footer-menu div.col-md-12 ul li{
	display: inline-block;
}
.footer-bottom{
	font-size: 12px;
	font-weight: 300;
}
.footer-menu{
	text-align: left;
	margin-top: 20px;
}
.footer-bottom-div{
	margin-top: 20px;
}
.site-comment{
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
.copyright{
	font-size: 12px;
	text-align: left;
	font-weight: 400;
}
.copyright a,.site-email a{
	color: #6d989b;
}
.social-media{
	text-align: right;
	margin-top: 20px;
}
.site-open-hours{
	text-align: right;
}
.social-media ul li{
	display: inline-block;
}
.social-media ul li a{
	color: #6d989b;
	padding:0 10px;
	font-size: 16px;
}
.payment-icons{
	text-align: right;
	font-size: 16px;
}
.payment-icons i{
	margin-left: 5px;
}

.default-main-section{
	padding:0px;
	border: 8px solid transparent;
	border-top: 0;
	border-bottom: 0;
}
.default-main-section>div{
	margin-bottom: 120px;
	padding-top: 0;
	padding-bottom: 0;
}
.default-main-section>div.section-rich-text{
	padding-bottom: 0px;
}
.default-main-section>div.section-text-overly,.default-main-section>div.section-slideshow{
	padding:0;
	margin-bottom: 120px;
}
.default-main-section>div.section-new-arrivals,.default-main-section>div.section-featured-collection,.default-main-section>div.section-best-sellers,.default-main-section>div.section-specials{
	padding-bottom: 0;
}
.default-main-section>div.section-blog{
	padding-bottom: 0px;
	padding-top: 0;
}
.default-main-section>div.section-text-overly{
	margin-top: 40px;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(../image/arrow-down.svg) no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.special-price{
	color: #da1a36;
}
.register-form-title{
	font-size: 27px;
	font-weight: 300;
}
.register-buttons{
	margin:0;
	min-height:100px; 
}


/*contact us*/
.contact-info{
	margin-top: 30px;
}
.contact-info em,.contact-info h6{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
	display: inline-block;
}
.contact-info p{
	font-weight: normal;
}
.contact-form{
	margin-top: 30px;
	margin-bottom: 30px;
}

/*blog*/
.not-find{
	margin-top: 40px;
}
.section-header{
	margin-bottom: 30px;
	text-align: center;
}
.section-heading{
	font-size: 30px;
	line-height: 1.2;
    letter-spacing: 1px;
    margin-top: 0;
    font-weight: 400;
}
.text-overly-text .section-heading{
	font-weight: 400;
}
.headerbanner-heading{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0;
	font-weight: 400;
}
.post-heading{
	font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.section-blog-content{
	padding-right: 50px;
	padding-bottom: 50px;
}
.section-blog-content h6{
	font-size: 12px;
	color: #999;
	font-weight: 400;
}
.section-blog-content h3{
	font-size: 12px;
	font-weight: 400;
	margin-top: 10px;
}
.post-author{
	margin-right: 10px;
}
.section-blog-content p{
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 24px;
    font-size: 14px;
}
.read-more-btn{
	font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .2s;
    border-bottom: 1px solid #333;
    color: #333;
}
.read-more-btn:hover{
	background: #fafafa;
	transition: .2s;
}
.view-all{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.currentDiv{
	border: 8px solid #68b1f1;
	box-shadow: 0 0 45px 0 rgba(0,0,0,.55);
}


/*collection list*/
.section-sub-heading{
	font-size: 16px;
	color: #333;
	font-weight: 300;
	margin-top: 0;
	line-height: 24px;
}
.default-main-section>div.section-collection-list{
	padding-bottom: 0;
}
.section-collection-list>div.row>div.col-md-6{
	width: 100%;
}
.section-collection-list-content{
	margin-bottom: 15px;
	margin-top: 15px;
}
.section-collection-list-content a{
	background: #ddd;
	display: block;
	width: 100%;
    height: 0;
    padding-bottom: 150%;
    position: relative;
}
.collection-text-wrapper{
	color: #000;
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 90%;
    left: 5%;
    margin-bottom: 0;
    padding: 20px;
    margin-top: 0;
    font-weight: 300;
    background: #acd8d9;
}
.collection-text-wrapper h3{
	font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
    margin: 0;
    margin-bottom: 5px;
}
.collection-text-wrapper p{
	font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word;
    margin-bottom: 0;
    max-height: 48px;
    overflow: hidden;
}

/*featured collection*/
.rating{
	
}
.rating .fa-stack {
    font-size: 12px;
    width: 12px;
}
.rating .fa-stack i.fa-stack-2x{
	font-size: 12px;
}
.rating .star-gray {
    color: #e1e1e1;
    font-size: 12px;
}
.product-image{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.section-image-with-text{
	position: relative;
	overflow: hidden;
}
.section-featured-collection .row{
	margin:0 -15px!important;
}
.section-featured-collection .row>div.col-md-6{
	padding:0 15px!important;
}
.section-image-with-text-content .product-image{
	height: auto;
	padding-bottom: 0;
}
.section-text-columns-content .product-image{
	height: 360px;
	padding-bottom: 0;
}
.section-text-columns-content .product-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-image-with-text-content{
	margin-bottom: 0;
	position: static;
}
.section-image-with-text-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 30px;
    padding-right: 15px;
    width: 50%;
}
.image-pull-left{
	float: left;
}
.image-pull-right{
	float: right;
}
.image-pull-left .section-image-with-text-text{
	padding-left: 15px;
	left: 0;
	padding-right: 15px;
}
.image-pull-right .section-image-with-text-text{
	padding-left: 30px;
	left: 50%;
	padding-right: 15px;
}
.section-new-arrivals .section-sub-heading,.section-featured-collection .section-sub-heading,.section-best-sellers .section-sub-heading,.section-specials .section-sub-heading{
	margin-bottom: -20px;
}
.section-featured-collection-content,.section-best-sellers-content,.section-new-arrivals-content,.section-specials-content{
	margin-bottom: 10px;
	margin-top: 20px;
}
.section-featured-collection-content h3,.section-best-sellers-content h3,.section-new-arrivals-content h3,.section-specials-content h3,.products-carousel-name{
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	max-height: 40px;
	overflow: hidden;
}
.section-featured-collection-content h3 a,.section-best-sellers-content h3 a,.section-new-arrivals-content h3 a,.section-specials-content h3 a,.products-carousel-name a{
	color: #333;
}
.section-featured-collection-content h6,.section-best-sellers-content h6,.section-new-arrivals-content h6,.section-specials-content h6,.products-carousel-price{
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-top: 0;
}
.section-featured-collection-content .rating,.section-best-sellers-content .rating,.section-new-arrivals-content .rating,.section-specials-content .rating{
	text-align: center;
}
.section-featured-collection-content img,.section-best-sellers-content img,.section-new-arrivals-content img,.section-specials-content img{
	width:100%;
	height: auto;
}
.section-featured-collection-content h6 span.price-new,.section-best-sellers-content h6 span.price-new,.section-new-arrivals-content h6 span.price-new,.section-specials-content h6 span.price-new{
	color: #da1a36;
}
.section-featured-collection-content h6 span.price-old,.section-best-sellers-content h6 span.price-old,.section-new-arrivals-content h6 span.price-old,.section-specials-content h6 span.price-old{
	color: #999;
	text-decoration: line-through;
	font-weight: 300;
}
#account .form-group,#address .form-group{
	margin-bottom: 0;
}
.featured-collection-header,.featured-collection-body{
	width: 100%;
	float: none;
}
.featured-view-all{
	display: none!important;
}
.product-image>a {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
}
.product-image a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    opacity: 0.8;
}




/*featured product*/
.featured_products_description{
	font-weight: 300;
}
.section-featured-product-content h3{
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	color: #333;
}
.section-featured-product-content h6{
	font-size: 18px;
	color: #999;
	margin-bottom: 30px;
}
.product-quantity{
	margin-bottom: 20px;
}
.product-quantity span.input-group-prepend{
	font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 40px;
}
.product-quantity input{
	margin-left: 10px;
	border:1px solid #e4e4e4;
	font-size: 14px;
	padding:10px;
	width: 100%;
}
.add-to-cart-btn{
	background-color: #333;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	height: 42px;
	line-height: 42px;
	border:0;
	width: 100%;
}
.add-to-cart-btn:hover{
	background: #666;
	color: #fff;
}
.share-btns ul li{
	display: inline-block;
	margin-bottom: 10px;
}
.share-btns ul li a{
	display: block;
	font-size: 11px;
	font-weight: 700;
	padding:6px;
}
.share-btns ul li a i{
	font-size: 16px;
}
.share-btns ul li a i.fa-facebook-official{
	color: #3b5998;
}
.share-btns ul li a i.fa-twitter{
	color: #00aced;
}
.share-btns ul li a i.fa-pinterest{
	color: #cb2027;
}
.product-option-radio div.radio{
	display: inline-block;
	border:1px solid #e4e4e4;
	margin-right: 5px;
}
.product-option-radio div.radio label{
	padding-left: 0;
	font-size: 12px;
	padding:5px 10px;
}
.product-option-radio div.radio input[type="radio"]{
	display: none;
}

/*image with text*/
.default-main-section>div.section-image-with-text{
	padding-top:0;
	padding-bottom: 0;
}
.image-box{
	margin-bottom: 0px;
}
.section-imagetext{
	line-height: 30px;
	margin-bottom: 15px;
	word-wrap: break-word;
	font-weight: 300;
}
.section-imagetext a{
	text-decoration: underline;
}
.section-image-with-text-content h6{
	margin-top: 0;
}

/*Image with text overlay*/
.section-text-overly a{
	color: #fff;
}
.section-text-overly{
	height: 270px;
	position: relative;
}
.bg-img{
	position: absolute;
	height: 100%;
	width: 100%;
}
.bg-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text-overly-text,.banner-text{
	position: absolute;
    z-index: 10;
    color: #333;
    width: 80%;
    left: 10%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.banner-text p{
	margin-bottom: 0;
}
.banner-text p a{
	font-size: 14px;
	border-bottom: 2px solid #fff;
}
.text-overly-btn-label{
	font-size: 14px;
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    margin-top: 10px;
    border-bottom: 2px solid #fff;
}



/*rich text*/
.section-rich-text-content p{
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 300;
	display: inline-block;
}


/*text columns with images*/
.section-text-columns-content{
	margin-bottom: 50px;
}
.section-text-columns-content h3{
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	word-wrap: break-word;
}
.section-text-columns-content p{
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: 300;
	word-wrap: break-word;
}
.section-text-columns-content h6{
	margin-top: 0;
}
.section-rich-text-content h6{
	margin-top: 20px;
}


/*gallery*/
.gallery-item{
	height: 380px;
	margin-top:15px;
	margin-bottom: 15px;
}
.gallery-item a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.gallery-item a .gallery-text{
	color: #fff;
    position: absolute;
    bottom: 3%;
    width: 90%;
    margin: 0 5%;
    font-weight: 300;

}
.gallery-small{
	height: 285px;
}
.gallery-medium{
	height: 380px;
}
.gallery-large{
	height: 570px;
}
.section-gallery .gallery-image{
	height: 100%;
	background: #000;
}
.section-gallery .gallery-image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-text h3{
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	word-wrap: break-word;
	margin: 0;
	color: #000;
	padding: 20px;
    background: #acd8d9;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 10px;
}
.gallery-text p{
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
	word-wrap: break-word;
	color: #000;
	padding: 0 10px;
    background: #acd8d9;
    margin-bottom: 0;
    padding-bottom: 0px;

}
/*faq*/
.faq-item{
}
.faq-item hr{
	margin-bottom: 0;
	margin-top: 30px;
}
.faq-item h6{
	font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 24px;
}
.faq-item h6 strong{
	font-weight: 500;
	color: #6d989b;
}
.faq-item h6 i{
	float: right;
}
.faq-answer{
	margin-top: 10px;
	color: #666;
	font-weight: 300;
	display: none;
	font-size: 14px;
	line-height: 24px;
	padding-right: 30px;
}



/*newsletter*/
.newsletter-input{
	text-align: center;
	margin-top: 30px;
}
.newsletter-input input{
	border:1px solid #e4e4e4;
	padding:8px 15px; 
}
.newsletter-input button{
	background: #fafafa;
	border:1px solid #e4e4e4;
	border-left: 0;
	padding: 10px 15px;
	font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 9px;
}



/*Search*/
.search-input{
	text-align: center;
	margin-top: 30px;
}
.search-input input{
	border:1px solid #e4e4e4;
	padding:8px 15px; 
	width: 50%;
}
.search-input button{
	background: #fafafa;
	border:1px solid #e4e4e4;
	border-left: 0;
	padding: 10px 15px;
	font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 9px;
}


/*testimonials*/
.section-test-container{
	width: 970px;
	padding:0 15px;
	margin:0 auto;
}
.default-main-section>div.section-testimonials{
	padding-top: 80px;
	background: #acd8d9;
	width: 100%!important;
}
.testimonials{
	margin-left: 0;
	padding-bottom: 45px;
}
.testimonial-img{
	padding:18px;
}
.owl-carousel .owl-item .testimonial-img img{
	width: 45px;
    height: 45px;
    border-radius: 100px;
    position: static;
    transform: translate(0, 0);
    object-fit: cover;
    border: 3px solid #acd8d9;
    display: inline-block;
}
.testimonials-spa-author{
	display: inline-block;	
	font-size: 16px;
	margin-left: 18px;
}
.testimonials-spa-author p{
	font-weight: 500;
}
.testimonials-author{
	text-align: center;
	display: none;
}
.testimonials-icon{
	font-size: 18px;
	text-align: center;
}
.testimonials-content{
	padding:0 18px;
	padding-bottom: 18px;
}
.testimonials-content p{
	font-weight: 300;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 0;
}
.testimonials-author p{
	font-size: 14px;
    font-weight: 500;
}
.owl-dots{
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: #333;
}
.owl-nav{
	display: none;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	width: 100%;
}
.owl-item{
	padding:10px;
}
.testimonial-item{
	background: #fff;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
}

/*product carousel*/
.products-carousel-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.owl-carousel .owl-item .products-carousel-img img{
	display: block;
    width: 100%;
    position:static;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    height: auto;
}
.porductscarousel{
	padding-bottom: 45px;
}

/*product gallery*/
.product-gallery-img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}
.product-gallery-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-gallery-item{
	position: relative;
	width: 100%;
	height: 0;
    padding-bottom: 100%;
    margin-bottom: 5px;
}
.product-gallery-text{
	color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    margin-bottom: 18px;
    padding: 0 20px;
    margin-top: 0;
    display: none;
}
.product-gallery-text h2{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
.product-gallery-text h6{
	font-size: 14px;
	font-weight: 400;
}
.product-padding{
	padding: 0 2.5px;
}
.product-gallery-list{
	padding: 0 12.5px;
}
.porductscarousel {
	margin-left: 0;
}
#map {
    width: 100%;
    height: 400px;
}



/*logo list*/
.logo-img{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.logo-list{
	margin-left: 0;
	padding-bottom: 45px;
}

/*slideshow*/
.slideshow-container{
	max-width: 1440px;
	width: 100%;
	margin:0 auto;
}
.slideshow{
	padding:0;
	padding-bottom: 0px;
	margin-left: 0;
}
.slideshow-img{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
}
.owl-carousel .owl-item .slideshow-img img{
    width: 100%;
	height: 100%;
	position: static;
	left: 0;
	top: 0;
	transform:translate(0, 0);
	margin:0 auto;
	object-fit: cover;
}
.slide-text{
	position: absolute;
	z-index: 10;
	color: #fff;
	width: 80%;
	left: 10%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.slideshow-item{
	position: relative;
}
.slide-height-small{
	height: 475px;
}
.slide-height-medium{
	height: 650px;
}
.slide-height-large{
	height: 775px;
}
.headerbanner-text a{
	color: #fff;
	border-bottom: 2px solid #fff;
}
.slide-text h2,.slide-text h6{
	width: 50%;
	display: inline-block;
}
.small h6{
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
}
.small h6.headerbanner-text{
	font-size: 16px;
	margin:0;
	line-height: 24px;
	margin-top: 5px;
}
.medium h2{
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
}
.medium h6{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}
.large h2{
	font-size: 65px;
	font-weight: 400;
	line-height: 1.2;
}
.large h6{
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
}
.owl-theme .owl-nav.disabled+.owl-dots{
	position: absolute;
	z-index: 20;
	left: 50%;
	transform: translateX(-50%);
}
.section-slideshow .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: -40px;
}


/*puzzle*/
.puzzle-img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}
.puzzle-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-style: italic;
}
.puzzle-item{
	position: relative;
	width: 100%;
	height: 0;
    padding-bottom: 72%;
    margin-bottom: 30px;
}
.puzzle-item-big{
	padding-bottom: 73%;
}
.puzzle-item-large{
	padding-bottom: 152%;
}
.puzzle-text{
	color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    margin-bottom: 18px;
    padding: 0 40px;
    margin-top: 0;
    display: none;
}
.puzzle-text h2{
	font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
}
.puzzle-text h6{
	font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word;
}


/*product detail*/
.product-image-wrap .owl-carousel{
	width: 86%;
	margin-left: 7%;
}
.product-image-item,.option-image-item{
	width: 66px;
	height: 66px;
}
.owl-carousel .owl-item .product-image-item a,.owl-carousel .owl-item .option-image-item a{
	display: block;
	width: 64px;
	height: 64px;
	border:1px solid #eee;
}
.owl-carousel .owl-item .product-image-item img,.owl-carousel .owl-item .option-image-item img,.owl-carousel .owl-item .related-product-image-item img{
	display: block;
    width: 100%;
    position: static;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    height: auto;
}
#product-images .owl-nav,#option-images .owl-nav{
	display: block;
	position: relative;
}
.owl-prev{
	position: absolute;
	left: -35px;
	top: -64px;
}
.owl-next{
	position: absolute;
	right: -32px;
	top: -64px;
}
#product-images .owl-dots,#option-images .owl-dots{
	display: none;
}
#product-images .owl-stage-outer,#option-images .owl-stage-outer{

}
.product-image-main,.option-image-main{
	margin-bottom: 20px;
}
.product-info{
	padding-left: 35px;
}
.product-info h1,.success-title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}
.product-info ul li h2{
	font-size: 24px;
	margin-top: 10px;
	font-weight: 400;
}
.option-alias-wrap{
	margin-top: 20px;
}

.option-alias-group{
	padding-top: 10px;
}
.option-alias-group .radio{
	float: left;
    border: 1px solid #eee;
    margin-right: 10px;
    margin-top: -5px;
}
.option-alias-group .radio label{
	padding:6px 20px;
}
.option-alias-group .radio label input{
	display: none;
}
#input-quantity{
	border:0;
	background: #e9e9e9;
	border-radius: 0;
	box-shadow: none;
	height: 50px;
	text-align: center;
}
.add-to-cart{
	display: block;
    background: #acd8d9;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 0;
    color: #000;
    width: 100%;
    line-height: 50px;
    cursor: pointer;
    font-weight: 600;
}
.add-to-cart[disabled]{
	background: #ddd;
}
.product-description{
	padding:30px 0;
	padding-bottom: 20px;
	margin-top: 30px;

}
.review-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}
.rewiew-box{
	padding:30px 0;
}
.related-products-section{
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
#related-products .owl-stage-outer{
	margin:0 -10px;
}
.product-description h3,.related-products-section h3{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0;
}
.related-product-image-item{
	padding:10px;
}
.related-product-image-item h4{
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 5px;
}
.related-product-image-item p{
	font-weight: 400;
	text-align: center;
}
.related-product-image-item .price-new {
	font-weight: 400;
	color: #da1a36;
}
.related-product-image-item .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-weight: 400;
}
.input-group{
	position: relative;
    display: flex;
    width: 100%;
}
.input-group-prepend{
    display: flex;
    padding: 0 .75rem;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 32px;
}
.input-group input[type="text"].form-control{
	border: 0;
	box-shadow: none;
	font-size: 16px;
}
#payment-form .input-group,#card-expiry-month,#card-expiry-year,#card-cvc{
	border:1px solid #ddd;
	border-radius: 0;
	font-size: 14px;
	box-shadow: none;
}
#card-expiry-month:focus,#card-expiry-year:focus,#card-cvc:focus{
	border-color: #333;
}
#payment-form .credit-card-border{
	border-color: #333;
}
.payment-buttons .row{
	margin:0 -5px;
}
.payment-buttons .row>div,#payment-form fieldset>div{
	padding:0 5px;
}
.payment-buttons .row>div.alert-error{
	margin:0 5px;
	margin-bottom: 10px;
	padding:5px 10px;
}
.header-search-btn{
	color: #ddd;
}
.header-search-close-btn{
	cursor: pointer;
}
.card-lock{
	color: #ccc;
	padding:0 1.5rem;
	padding-top: 5px;
}
.card-lock i{
	font-size: 18px;
}
.credit-card-border span{
	color: #ccc;
}
.payment-method span.pp_express{
	display: inline-block;
    font-size: 30px;
    margin-right: 10px;
    float: right;
    width: 80px;
    height: 20px;
}
.payment-method span.stripe{
	display: inline-block;
    font-size: 30px;
    margin-right: 10px;
    float: right;
    width: 160px;
    height: 20px;
}
#payment-form span.input-group-prepend{
	padding-top: 6px;
}
#payment-form span.input-group-prepend i.fa{
	font-size: 20px;
	color: #ddd;
}
.card-cvc i{
	color: #ddd;
}
.service-info h2{
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 20px;
}
.service-info h1{
	margin-bottom: 0px;
}
.service-info ul.list-unstyled,.product-info ul.list-unstyled{
	margin-left: 0;
}
.deposit span{
	font-weight: bold;
}
#button-book,.book-unavailable{
	display: block;
    background: #acd8d9;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 0;
    color: #000;
    width: 100%;
    line-height: 50px;
    cursor: pointer;
    margin-top: 15px;
    font-weight: 600;
}
.book-unavailable{
	background: #ddd;
}
.service_info{
	padding:20px 0;
}
.service_info label{
	font-size: 14px;
	margin-bottom: 0;
	margin-right: 5px;
	font-weight: 500;
}
.service_info>div{
	padding:5px 0;
}
.service_info table{
	margin-top: 10px;
}
.service_info table tr td{
	padding:5px 15px;
	padding-left: 0;
}
.related-product-img a,.product-image-wrap,.product-thumb .image a,.product-image a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.related-product-img a div,.product-image-main,.product-thumb .image a div,.product-image a div,.collection-wrapper{
	position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}
.collection-wrapper{
	padding-bottom: 150%;
}
.related-product-img a div img,.product-image-main .img-responsive,.product-thumb .image a div img,.product-image a div img,.collection-wrapper img{
	width: 100%;
    object-fit: cover;
    position: absolute;
    height: 100%;
}
.owl-carousel .owl-item .related-product-image-item img{
	position: absolute;
    height: 100%;
}




@media (min-width:769px) and (max-width:1024px){
	.product-image-wrap .owl-carousel{
		width: 86%;
		margin-left: 7%;
	}
	.product-image-item,.option-image-item{
		width: 58px;
		height: 58px;
	}
	.owl-carousel .owl-item .product-image-item a,.owl-carousel .owl-item .option-image-item a{
		display: block;
		width: 56px;
		height: 56px;
		border:1px solid #eee;
	}
	.owl-prev,.owl-next {
	    top: -60px;
	}
}


@media (min-width: 415px) and (max-width: 768px){
.notification {
    height: auto;
    padding: 0;
    line-height: 24px;
}
.notification p {
    padding: 0 25px;
}
header {
    padding: 0 20px;
    min-height: 56px;
    position: relative;
}
#menu{
	display: none;
}
#logo{
    height: 56px;
    margin: 0 auto;
    text-align: center;
}
#logo a {
    display: inline-block;
    height: 30px;
    line-height: 42px;
}
#logo a span{
	font-size: 18px;
}
#logo a img {
    vertical-align: middle;
    display: inline-block;
    max-height: 30px;
    width: auto;
}
#header-icons ul {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0;
}
#header-icons ul li {
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}
#header-icons ul li.login-icon{
	display: none;
}
.mobile-menu-btn{
	display: block;
	position: absolute;
	left: 5px;
	top: 13px;
}
.mobile-menu-btn a{
	display: block;
	padding:10px; 
}
.mobile-menu-btn span{
	width: 20px;
	height: 1px;
	background: #000;
	margin-bottom: 4px;
	display: block;
}
.mobile_menu{
	display: block;
	position: absolute;
	width: 300px;
	background: #fff;
	height: 100%;
	z-index: 999;
	left: -300px;
	overflow-y: auto;
}
.mobile-menu-div{
	display: block;
}
.drawer{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 998;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.mobile_menu_inner{
	padding:0 30px;
	position: relative;
}
.mobile_menu_inner a.close_mobile_menu{
	position: absolute;
	display: block;
	padding: 10px;
	font-size: 20px;
	right: 10px;
	padding-top: 20px;
}
#mobile_menu{
	padding-top: 60px;
}
#mobile_menu ul>li {
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
}
#mobile_menu ul li strong {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}
#mobile_menu ul li ol{
	display: none;
	margin-top: 20px;
	padding-left: 20px;
}
#mobile_menu ul li ol li{
	width: 100%;
	padding:10px 0;
}
#mobile_menu ul li i{
	float: right;
	margin-top: 2px;
}
.default-section-footer {
    padding: 25px;
}
.footer-bottom {
    padding-top: 20px;
    margin-top: 10px;
}
.copyright{
	font-size: 12px;
}
.footer-menu{
}
.footer-menu h6 {
    margin-bottom: 10px;
}
.footer-menu ul {
    margin-bottom: 30px;
}
.footer-menu ul li {
    line-height: 24px;
}
.footer-select{
	margin-bottom: 30px;
}
.section-blog-post {
    width: 100%;
}
.section-header {
    margin-bottom: 20px;
}
.section-header h1{
	margin: 10px 0;
	font-size: 30px;
}
.post-heading {
    font-size: 16px;
    margin-top: 0;
}
.section-blog-content {
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.view-all {
    padding-top: 0px;
    padding-bottom: 0px;
}
.default-main-section {
    padding-bottom: 20px;
}
.section-sub-heading {
    font-size: 14px;
}
.section-content-inner {
    padding: 30px;
}
.payment-icons {
    text-align: left;
    font-size: 20px;
}
.default-main{
	padding-bottom: 0px;
}
.section-heading {
    font-size: 20px;
    line-height: 30px;
}
.image-box {
    margin-bottom: 20px;
}
.section-image-with-text {
    padding-bottom: 5px;
}
.section-image-with-text-text{
    position: static;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 100%;
}
.add-to-cart-btn{
	margin-bottom: 20px;
}
.faq-item h6 {
    font-size: 16px;
    line-height: 1.4;
}
.faq-item {
    padding-bottom: 10px;
}
.faq-item hr {
    margin-top: 20px;
}
.faq-answer {
    font-size: 14px;
    line-height: 22px;
}
.section-text-columns-content .product-image{
	height: 300px;
	padding-bottom: 0;
	width: 100%;
	margin-bottom: 20px;
}
.slide-height-small{
	height: 325px;
}
.slide-height-medium{
	height: 500px;
}
.slide-height-large{
	height: 575px;
}
.medium h2{
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
}
.medium h6{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
.large h2{
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
}
.large h6{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}
.product-info{
	padding-left: 0;
}
#input-quantity{
	margin-bottom: 20px;
}
.product-image-main,.option-image-main{
	display: none;
}
#option-images,#product-images{
	width: 100% !important;
	margin-left: 0 !important;
}
.product-image-item, .option-image-item {
    width: 100%;
    height: auto;
}
.owl-carousel .owl-item .product-image-item a, .owl-carousel .owl-item .option-image-item a {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}
#product-images .owl-dots, #option-images .owl-dots {
    display: block;
}
#option-images .owl-dots.disabled{
	display: none;
}
#product-images .owl-nav, #option-images .owl-nav {
    display: none;
    position: relative;
}
.breadcrumb{
	display: none;
}
.table-responsive{
	border:0;
	border-bottom: 1px solid #e4e4e4;
}
.table-total-list{
	border-bottom: 0;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: normal;
}
.cart-empty {
    margin-top: 120px;
}
.searchbar{
	height: 56px;
	padding-top: 0px;
}
.searchbar span.icon-search{
	font-size: 20px;
}
.search_input{
	font-size: 14px;
	width: 75%;
}
.searchbar button{
	font-size: 18px;
	margin-left: 10px;
}
.input-group-prepend{
	font-size: 18px;
	padding-top: 19px;
}
.product-quantity span.input-group-prepend{
	padding-top: 0px;
}
.input-group input[type="text"].form-control{
	border: 0;
	box-shadow: none;
	height: 56px;
	font-size: 14px;
}
.input-group input[type="text"].form-control{
	border: 0;
	box-shadow: none;
	height: 56px;
	font-size: 14px;
}
#card-number{
	height: 34px;
}
#search{
	border-bottom: 1px solid #eee;
	margin-top: 0;
}
#search span.input-group-prepend i {
    margin-top: 0px;
}
.credit-card-border input.form-control,.credit-card-border select.form-control{
	border:0;
	box-shadow: none;
	font-size: 14px;
	height: 30px;
	padding-top: 0;
}
.credit-card-border .input-group input[type="text"].form-control{
	font-size: 14px;
	padding-top: 0;
	height: 30px;
}
.card-lock {
    color: #ccc;
    padding: 0 1.5rem;
    padding-top: 5px;
}
#header-icons ul li.desktop-user{
	display: none;
}
.product-quantity {
    margin-bottom: 0px;
}
.section-featured-product-content h3 {
    margin-top:0;
}
.catelog-title {
    margin-top: 20px;
}
.account-bar {
    display: none;
}
.account-main {
    padding-left: 0;
}
.dashboard h2, .account-main h1, .return-form-heading {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.product-image-wrap{
	margin-top: 25px;
}
.product-image-wrap .owl-theme .owl-dots .owl-dot span,.related-products-section .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px;
}
.product-image-wrap .owl-theme .owl-nav.disabled+.owl-dots,.related-products-section .owl-theme .owl-nav.disabled+.owl-dots {
    position: static;
    z-index: 20;
    left: 0;
    transform: translateX(0);
    margin-top: 20px;
}
.social_media{
	margin-top: -20px;
}
.catelog-title {
    margin-top: 20px;
}
.section-blog-content p {
    color: #666;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

}
@media (max-width: 414px){
#content {
    padding-top: 20px;
}
.service-checkout-summary div#content{
	min-height: 200px;
}
.bottom-nav{
	margin-bottom: 20px;
}
.notification {
    height: auto;
    padding: 0;
    line-height: 24px;
}
.notification p {
    padding: 0 25px;
}
header {
    padding: 0;
    min-height: 56px;
    position: relative;
}
#menu{
	display: none;
}
#logo{
    height: 56px;
    margin: 0 auto;
    text-align: center;
}
#logo a {
    display: inline-block;
    height: 30px;
    line-height: 42px;
}
#logo a span{
	font-size: 16px;
}
#logo a img {
    vertical-align: middle;
    display: inline-block;
    max-height: 30px;
    width: auto;
}
#header-icons ul {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
}
#header-icons ul li {
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}
#header-icons ul li.login-icon{
	display: none;
}
.mobile-menu-btn{
	display: block;
	position: absolute;
	left: 5px;
	top: 13px;
}
.mobile-menu-btn a{
	display: block;
	padding:10px; 
}
.mobile-menu-btn span{
	width: 20px;
	height: 1px;
	background: #000;
	margin-bottom: 4px;
	display: block;
}
.mobile_menu{
	display: block;
	position: absolute;
	width: 300px;
	background: #fff;
	height: 100%;
	z-index: 999;
	left: -300px;
	overflow-y: auto;
}
.mobile-menu-div{
	display: block;
}
.drawer{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 998;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.mobile_menu_inner{
	padding:0 30px;
	position: relative;
}
.mobile_menu_inner a.close_mobile_menu{
	position: absolute;
	display: block;
	padding: 10px;
	font-size: 20px;
	right: 10px;
	padding-top: 20px;
}
#mobile_menu{
	padding-top: 60px;
}
#mobile_menu ul>li {
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
    list-style: none;
}
#mobile_menu ul li strong {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}
#mobile_menu ul li ol{
	display: none;
	margin-top: 20px;
	padding-left: 20px;
}
#mobile_menu ul li ol li{
	width: 100%;
	padding:10px 0;
}
#mobile_menu ul li i{
	float: right;
	margin-top: 2px;
}
.default-section-footer {
    padding: 25px;
}
.footer-bottom {
    padding-top: 20px;
    margin-top: 10px;
}
.social-media{
	text-align: center;
}
.copyright{
	font-size: 12px;
	text-align: center;
}
.footer-menu{
}
.footer-menu h6 {
    margin-bottom: 10px;
}
.footer-menu ul {
    margin-bottom: 30px;
}
.footer-menu ul li {
    line-height: 24px;
}
.footer-select{
	margin-bottom: 30px;
}
.section-blog-post {
    width: 100%;
}
.section-header {
    margin-bottom: 20px;
}
.section-header h1{
	margin: 10px 0;
	font-size: 20px;
}
.post-heading {
    font-size: 16px;
    margin-top: 0;
}
.section-blog-content {
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.view-all {
    padding-top: 0px;
    padding-bottom: 0px;
}
.default-main-section {
    padding-bottom: 0px;
}
.section-sub-heading {
    font-size: 14px;
}
.section-content-inner {
    padding: 30px;
}
.payment-icons {
    text-align: center;
    font-size: 16px;
}
.default-main{
	padding-bottom: 0px;
}
.section-heading {
    font-size: 24px!important;
    line-height: 30px;
}
.image-box {
    margin-bottom: 20px;
}
.section-image-with-text {
    padding-bottom: 5px;
}
.section-image-with-text-text{
    position: static;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 100%;
}
.add-to-cart-btn{
	margin-bottom: 20px;
}
.section-image-with-text-content .product-image{
	float: none;
	width: 100%;
}
.section-featured-product-content .product-image{
	float: none;
	width: 100%;
	padding-bottom: 100%;
}
.section-featured-collection-content h3, .section-best-sellers-content h3, .section-new-arrivals-content h3, .section-specials-content h3, .products-carousel-name,.product-thumb .caption h3{
	margin-top: 10px;
	line-height: 18px;
	margin-bottom: 5px;
	max-height: 36px;
	overflow: hidden;
}
.section-featured-collection-content h6, .section-best-sellers-content h6, .section-new-arrivals-content h6, .section-specials-content h6, .products-carousel-price {
    margin-top:0px;
}
.faq-item h6 {
    font-size: 16px;
    line-height: 1.4;
}
.faq-item {
    padding-bottom: 10px;
}
.faq-item hr {
    margin-top: 20px;
}
.faq-answer {
    font-size: 14px;
    line-height: 22px;
}
.section-text-columns-content .product-image{
	height: 300px;
	padding-bottom: 0;
	width: 100%;
	margin-bottom: 20px;
}
.slide-height-small{
	height: 325px;
}
.slide-height-medium{
	height: 500px;
}
.slide-height-large{
	height: 575px;
}
.medium h2{
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
}
.medium h6{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
.large h2{
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
}
.large h6{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}
.product-info{
	padding-left: 0;
}
#input-quantity{
	margin-bottom: 20px;
}
.product-image-main,.option-image-main{
	
}
.service-image-wrap .product-image-main{
	display: block;
}
#option-images,#product-images{
	width: 100% !important;
	margin-left: 0 !important;
}
.product-image-item, .option-image-item {
    width: 100%;
    height: auto;
}
.owl-carousel .owl-item .product-image-item a, .owl-carousel .owl-item .option-image-item a {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}
#product-images .owl-dots, #option-images .owl-dots {
    display: block;
}
#option-images .owl-dots.disabled{
	display: none;
}
#product-images .owl-nav, #option-images .owl-nav {
    display: none;
    position: relative;
}
.breadcrumb{
	display: none;
}
.table-responsive{
	border:0;
	border-bottom: 1px solid #e4e4e4;
}
.table-total-list{
	border-bottom: 0;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: normal;
}
.cart-empty {
    margin-top: 120px;
}
.searchbar{
	height: 56px;
	padding-top: 0px;
}
.searchbar span.icon-search{
	font-size: 20px;
}
.search_input{
	font-size: 14px;
	width: 75%;
}
.searchbar button{
	font-size: 18px;
	margin-left: 10px;
}
.input-group-prepend{
	font-size: 18px;
	padding-top: 19px;
}
.input-group input[type="text"].form-control{
	border: 0;
	box-shadow: none;
	height: 56px;
	font-size: 14px;
}
.input-group input[type="text"].form-control{
	border: 0;
	box-shadow: none;
	height: 56px;
	font-size: 14px;
}
#card-number{
	height: 34px;
}
#search{
	border-bottom: 1px solid #eee;
	margin-top: 0;
}
#search span.input-group-prepend i {
    margin-top: 0px;
}
.credit-card-border input.form-control,.credit-card-border select.form-control{
	border:0;
	box-shadow: none;
	font-size: 14px;
	height: 30px;
	padding-top: 0;
}
.credit-card-border .input-group input[type="text"].form-control{
	font-size: 14px;
	padding-top: 0;
	height: 30px;
}
.card-lock {
    color: #ccc;
    padding: 0 1.5rem;
    padding-top: 5px;
}
#header-icons ul li.desktop-user{
	display: none;
}
.account-bar {
    display: none;
}
.account-main {
    padding-left: 0;
}
.dashboard h2, .account-main h1, .return-form-heading {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.catelog-title {
    margin-top: 0px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.default-main-section>div {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.section-featured-collection-content, .section-best-sellers-content, .section-new-arrivals-content, .section-specials-content {
    margin-bottom: 20px;
}
.rating .fa-star {
    color: #333;
    font-size: 12px;
}
.rating .star-gray {
    color: #e1e1e1;
    font-size: 12px;
}
.option-alias-wrap .form-group{
	margin-bottom: 5px;
}
.register-form{
	margin-bottom: 50px;
}
.register-buttons input.register-btn{
	margin-top: 15px;
	margin-bottom: 30px;
}
.register-buttons input[type="checkbox"]{
	float: left;
	margin-right: 5px;
}
.section-blog-content p {
    color: #666;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
.site-open-hours {
    text-align: center;
}
.site-comment {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.default-main-section>div.section-text-overly, .default-main-section>div.section-slideshow {
    padding: 0;
    margin-bottom: 60px;
}
.container {
    padding-right: 30px;
    padding-left: 30px;
}
.section-blog-content{
	padding:0 30px;
	margin-bottom: 40px!important;
}
.slide-text h2, .slide-text h6{
	width: 100%;
}
.default-main-section>div.section-blog{
	padding:0 15px;
}
.image-wrapper{
	margin-bottom: 20px;
}

.quick {
	background: #acd8d9; 
	color: #000; 
	font-weight: 600; 
	padding: 10px 20px; 
	display: block; 
	text-align: center;
}

}