@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
html,body{
	height:100%;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight:100%;
	width:100%;
}
p{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type:none;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}
/* header */
.header-top{
	background-color:#26211d;
	text-align:center;
	font-size:13px;
	font-weight:400;
	color:#eed054;
	padding:5px 0;
}
.brand-name a img{
	width:100%;
}
.header-bottom{
    background:#eed054;
}
.inner-bottom-nav{
	border-top:1px solid rgba(0,0,0,0.12);
}
.inner-bottom-nav li{
	float:left;
	font-size:13px;
	color:#000;
	padding-top:15px;
	padding-left:15px;
}
.inner-bottom-nav li a{
	font-size:13px;
	color:#666;
	text-decoration:none;
	display:inline-block;
	padding:0 10px;
}
.header-1{
	padding:10px 0px;
	border-bottom:1px solid#26211d;
}
.header-11{
	padding:10px 0px;
}
.top-search{
	margin:10px 0;
}
.top-search input[type=text]{
	border-left:1px solid rgba(0,0,0,0.12);
	border-top:1px solid rgba(0,0,0,0.12);
	border-bottom:1px solid rgba(0,0,0,0.12);
	border-right:0px;
	padding:10px 20px;
	outline:none;
	width:88%; 
}
.top-search button{
	border-left:0px;
	border-top:1px solid rgba(0,0,0,0.12);
	border-bottom:1px solid rgba(0,0,0,0.12);
	border-right:1px solid rgba(0,0,0,0.12);
	padding:10px;
	width:10%;
	text-align:center;
	background:#fff;
	color:#000;
	margin-left:-2px;
	outline:none;
}
.top-search::placeholder{
	font-size:12px;
	color:#666;
}
	
/* product section */
section.product-slider{
	padding:40px 0;
}
.section-header{
	font-size:30px;
	text-align:center;
	font-family: 'Playfair Display', serif;
	margin-bottom:30px;
	color:#26211d;
}
.section-header-2{
	font-size:25px;
	font-family: 'Playfair Display', serif;
	margin-bottom:30px;
	color:#26211d;
	border-bottom:1px solid rgba(0,0,0,0.12);
	text-transform:uppercase;
	padding-bottom:20px;
	width:100%;
}
.section-header-2 span{
	font-size:13px;
	color:#999;
	text-align:right;
}
.section-button{
	margin-top:30px;
	text-align:center;
}
.section-button a{
	border:1px solid #26211d;
	padding:8px 25px;
	font-size:14px;
	font-weight:400;
	color:#26211d;
	display:inline-block;
	text-decoration:none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.section-button a:hover{
	border:1px solid #26211d;
	color:#fff;
	text-decoration:none;
	background-color:#26211d
}
.product-one{
	border:1px solid rgba(0,0,0,0.12);
	padding:4%;
	margin: 3%;
}
.product-one a{
	text-decoration:none;
	text-align:center;
}
.product-name{
	font-size:14px;
	font-weight:400;
	color:#000;
	padding:15px 0;
}
.product-price{
	color:#000;
	font-size:16px;
	font-weight:400;
}
.product-image img{
	width:100%;
}

/* pruct list navigation*/
.owl-prev {
    width: 30px !important;
    height: 30px;
	border-radius:100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:1px solid rgba(0, 0, 0, 0.6) !important;
	background:#fff !important;
	color:#222;
}
.owl-next {
    width: 30px !important;
    height: 30px;
	border-radius:100px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:1px solid rgba(0, 0, 0, 0.6) !important;
	background:#fff !important;
	color:#222;
}
.owl-prev i, .owl-next i {color: #222;}

/* footer */
.footer-top{
	border-top:1px solid rgba(0,0,0,0.12);
	border-bottom:1px solid rgba(0,0,0,0.12);
	padding:25px 0;
	background:#eed054;
}
.footer-bottom{
    background:#26211d;
    padding:15px 0;
}
.footer-link li{
	float:left;
	font-size:12px;
	color:#eed054;
	
}
.footer-link li a:before{
	content:"|";
	margin-right:10px;
	margin-left:10px;
}
.footer-link li a{
	text-decoration:none;
	color:#eed054;
}
.footer-link li a:hover{
	text-decoration:underline;
	color:#eed054;
}
.footer-link li:first-child{
	content:'';
	margin-left:0;
}
.subscribe-form{
	margin:15px 0;
}
.heading-sub{
	font-size:15px;
}
.subscribe-form input[type=text]{
	border:1px solid#26211d;
	font-size:13px;
	color:#353535;
	padding:8px;
	outline:none;
	width:70%;
}
.subscribe-form button{
	border:1px solid#26211d;
	font-size:13px;
	color:#ffffff;
	padding:8px;
	background:#26211d;
	width:20%;
}
.social-network ul{
	display:table;
	margin:0 auto;
}
.social-network li{
	float:left;
}
.social-network li a{
	text-decoration:none;
	color:#353535;
	padding-right:20px;
}
.social-network li a:hover{
	text-decoration:none;
	color:#f13c78;
}
.footer-link-2 ul{
	text-align:center;
	margin:0 auto;
}
.footer-link-2 li{
	font-size:14px;
}
.footer-link-2 li a{
	text-decoration:none;
	color:#666;
	padding:3px 0;
	display:inline-block;
	font-size:13px;
}
.footer-link-2 li a:hover{
	text-decoration:underline;
	color:#353535;
}
section.category-slider{
	padding:40px 0;
	border-bottom:1px solid rgba(0,0,0,0.06);
}
#owl-carousel-product .item{
	padding:2%;
}

.category-box{
	min-height:250px;
	position:relative;
	cursor:pointer;
	-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.category-box >div{
	position:absolute;
	right:0;
	left:0;
	top:0;
	bottom:0;
	text-align:center;
	display:none;
}
.category-box >div h4{
	color:#fff;
	font-family: 'Playfair Display', serif;
	font-size:22px;
	text-transform:uppercase;
    text-align: center;
	padding-top:30%;
}
.category-box:hover div{
	display:block;
	background-color:rgba(0,0,0,0.6);
}

/* top button */	
.rightlink-top{
	text-align:right;
}
.rightlink-top ul{
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
}
.rightlink-top ul li{
	float:left;
}
.rightlink-top ul li a{
	text-decoration:none;
	color:#353535;
	font-size:13px;
	display:inline-block;
	padding:0 5px;
	position:relative;
}
.rightlink-top ul li a i{
	color:#26211d;
}
.rightlink-top ul li a span{
	position:absolute;
	height:15px;
	width:15px;
	border-radius:100px;
	background:#26211d;
	text-align:center;
	color:#fff;
	font-size:11px;
	top:-7px;
}
/* bootstrap 4 */
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
	border-top: 5px solid #eed054;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background:#26211d;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
	font-size:17px !important;
	text-transform:uppercase;
	font-family: 'Playfair Display', serif;
	color:#fff;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #26211d;
    background:#eed054;
}
.modal-title i{
	padding-right:15px;
	color:#eed054;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #eed054;
    /* opacity: .5; */
}
.btn-blue{
	border:1px solid#26211d;
	background:#26211d;
	font-size:13px;
	border-radius:0px;
}

/* cart */
.no-product{
	text-align:center;
}
.no-product h4{
	font-size:15px;
	font-weight:400;
}
.no-product i{
	font-size:55px;
	color:#ddd;
	margin-bottom:20px;
}
.btn-cart-del{
	background:#fff;
	border:1px solid#fff;
	color:#999;
	font-size:13px;
}
.btn-cart-del:hover{
	background:#fff;
	border:1px solid#fff;
	color:#000;
	cursor:pointer;
}
.product-n{
	font-size:13px;
	text-decoration:none;
	color:#353535;
}
.qty-ta{
	font-size:13px;
	color:#353535;
}
.price-ta{
	font-size:13px;
	color:#353535;
}

/* login page */
section.login-form{
	padding:40px 0;
}
.log-reg{
	border:1px solid#ddd;
}
.log-rag-hed{
	border-bottom:1px solid#ddd;
	padding:15px;
	text-transform:uppercase;
}
.log-rag-hed i{
	color:#26211d;
	padding-right:10px;
}
.pad-15px{
	padding:15px;
}

/* form */
.form-group label{
	font-size:13px;
	color:#666;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.boot-text{
	font-size:13px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:13px;
  color:#666;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  font-size:13px;
  color:#666;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  font-size:13px;
  color:#666;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  font-size:13px;
  color:#666;
}
.form-error{
	font-size:11px;
}
.alert-info{
	font-size:13px;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0rem;
}

/* product view */
section.product-view{
	padding:40px 0;
}
section.brad{
	border-bottom: 1px solid rgba(0,0,0,0.12);
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: #fff;
    border-radius: 0rem;
}
.breadcrumb-item{
	font-size:13px;
}
.breadcrumb-item a{
	text-decoration:none;
	color:#353535;
}
.zoomefire {
    border: 1px solid rgba(0,0,0,0.09);
}
.product-view-detail{
	padding:0 20px;
}
.p-name h1{
	font-size:40px;
	font-weight:800;
	margin-bottom:20px;
	color:#000;
}
.p-sku{
	font-size:14px;
	margin-bottom:20px;
	color:#353535;
}
.p-price{
	margin-bottom:20px;
}
.p-price s{
	font-size:13px;
	margin-right:10px;
}
.p-price span{
	margin-right:10px;
	color:#ee001c;
}
.p-price span1{
	color:#ee001c;
}
.p-shipping{
	font-size:14px;
}
.p-shipping span{
	color:#ee001c;
}
.p-higlight h4{
	font-size:16px;
	color:#000;
	margin-bottom:20px;
}
.p-higlight ul{
	margin:0;
	padding:0;
}
.p-higlight ul li{
	font-size:13px;
	padding:4px 0;
	color:#353535;
}
.p-higlight ul li::before{
	content:"-";
}
.p-option{
	padding:20px 0;
	margin:20px 0;
	border-top:1px solid rgba(0,0,0,0.12);
	border-bottom:1px solid rgba(0,0,0,0.12);
}
.add-cart{
	background:#efefef;
	padding:20px;
	text-align:center;
}
.add-cart button{
	background:#fff;
	border:1px solid #26211d;
	width:100%;
	padding:10px;
	text-align:center;
	font-size:13px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#26211d;
	font-weight:600;
}
.add-cart button:hover{
	background:#26211d;
	border:1px solid #26211d;
	color:#fff;
}
.price-left{
	font-size:13px;
}
.price-left span{
	font-size:20px;
	font-weight:600;
}
.price-left span1{
	font-size:11px;
	color:#666;
}
.nav-tabs .nav-link{
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.nav-link {
    display: block;
    padding: .8rem 1.5rem;
}
.nav-tabs a{
	text-decoration:none;
	font-size:14px;
	color:#353535;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #26211d;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.discription-text{
	padding:30px;
	font-size:13px;
}
.discription-text p{
	font-size:13px;
}
/* pagination */
.pagination > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pagination {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.pagination ul li > a {
    border: 1px solid #26211d;
    color: #26211d;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    padding-top: 4px;
    text-align: center;
    width: 25px;
}
.pagination ul li {
    display: inline-block;
    margin: 0 5.5px;
}
.pagination ul li.active a, .pagination ul li:hover a {
    background: #26211d none repeat scroll 0 0;
    border: 1px solid #26211d;
    color: #fff
}
.pagination p {
    color: #26211d;
    display: inline-block;
    font-size: 23px;
    letter-spacing: 3px;
}
.pagination i {
    font-size: 15px;
}

.scroll-left {
    width: 100%;
    max-height: 350px;
    overflow: auto;
	padding:15px;
}
.scroll-left::-webkit-scrollbar {
    width: 0.5em;
}
.scroll-left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.scroll-left::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.table-style-new{
	font-size:13px;
}

.price-update-form{
	text-align:center;
	margin:0;
	padding:0;
}
.price-update-form input[type=text]{
	border:1px solid#ddd;
	padding:8px;
	width:20%;
	text-align:center;
}
.price-update-form button{
	padding:8px;
	font-size:13px;
	border:1px solid#ddd;
	background:#fff;
	margin-left:-1px;
	cursor:pointer;
}
.table-style-new i{
	font-size:12px;
}

/* USER AUZ*/
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

.filter-box{
	border:1px solid rgba(0,0,0,0.12);
	margin-top: 20px;
    margin-right: 10px;
}
.filter-box-head{
	border-bottom:1px solid rgba(0,0,0,0.12);
	font-size:14px;
	text-transform:uppercase;
	padding: 10px 15px;
}
.lest-category{
	list-style-type:none;
	margin:0;
	padding:0;
}
.lest-category li a{
	text-decoration:none;
	color:#000;
	font-weight:600;
	font-size:13px;
	display:block;
}
.lest-category li a span{
	float:right;
	font-size:12px;
	color:#999;
}
.lest-category li ul{
	margin-left:10px;
}
.lest-category li ul li a{
	padding:6px 0;
	font-weight:400;
	display:block;
}
.brand-list-2 li a{
	text-decoration:none;
	color:#000;
	font-weight:400;
	font-size:13px;
	display:block;
	padding:6px 0;
}

.scroll-left-2 {
    width: 100%;
    max-height: 150px;
    overflow: auto;
	padding:15px;
}
.scroll-left-2::-webkit-scrollbar {
    width: 0.5em;
}
.scroll-left-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.scroll-left-2::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.address-list-new{
	font-size:13px;
}
.address-list-new ul li{
	border-bottom:1px solid#ddd;
	padding:10px 0;
}
.address-list-new ul li:last-child{
	border-bottom:none;
}
.address-list-new {
    width: 100%;
    max-height: 150px;
    overflow: auto;
	padding:15px;
}
.address-list-new::-webkit-scrollbar {
    width: 0.5em;
}
.address-list-new::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.address-list-new::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.btn-address{
	border-radius:0px;
	font-size:13px;
	background:#fbbd19;
	margin-top:10px;
}
section.payment-success{
	padding:60px 0;
}
.success-box{
	border:1px solid#ddd;
	padding:20px;
	text-align:center;
}
.success-box img{
	height:60px;
}
.btn-raj{
	border:1px solid#26211d;
	border-radius:0px;
	font-size:13px;
	background:#fff;
	padding:10px 30px;
	color:#26211d !important;
}
.btn-raj:hover{
	border:1px solid#26211d;
	background:#26211d;
	color:#ffffff !important;
}
.my-account{
	padding:40px 0;
}
.my-account-heading{
	font-size:20px;
	border-bottom:1px solid#ddd;
	padding-bottom:15px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.account-details{
	border-bottom:1px solid#ddd;
	padding:10px;
}
.account-details p{
	font-size:13px;
	margin-bottom:8px;
}
.account-details h6{
	font-size:16px;
	text-transform:uppercase;
	margin:0px;
	font-weight:600;
}
.account-details a{
	font-size:13px;
	text-decoration:none;
	color:#666;
	text-transform:uppercase;
}
.account-details a:hover{
	text-decoration:underline;
	color:#26211d;
	text-transform:uppercase;
}
.my-acc-list{
	margin:0;
	padding:0;
}
.my-acc-list li{
	border-bottom:1px solid#ddd;
}
.my-acc-list li:last-child{
	border-bottom:none;
}
.my-acc-list li a{
	text-decoration:none;
	color:#000;
	display:block;
	font-size:14px;
	padding:10px;
	text-transform:uppercase;
}
.my-acc-list li a:hover{
	text-decoration:none;
	color:#ffffff;
	display:block;
	background:#26211d;
}
.cur-order-box{
	border:1px solid#ddd;
	padding:15px;
	margin:20px 0;
}
.btn-in{
	border:1px solid#26211d;
	border-radius:0px;
	font-size:11px;
	text-transform:uppercase;
	background:#ffffff;
}
.btn-in:hover{
	border:1px solid#26211d;
	border-radius:0px;
	font-size:11px;
	text-transform:uppercase;
	background:#26211d;
	color:#ffffff;
}


.category-name{
    background:#d50000;
    text-align:center;
    font-size:16px;
    text-transform:uppercase;
    padding:10px;
    color:#ffffff;
    margin-top:10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.category-name:hover{
    cursor:pointer;
}
.category-header{
    background:#d50000;
    height:10px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}