body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
    line-height: 24px;
}
.top-header{
	background-color: #262626;
	padding: 5px;
	color: #fff;
	font-size: 12px;
}
.top-header select{
	background-color: transparent;
	border: none;
	color: #fff;
	width: auto;
	height: auto;
	font-size: 12px;
}
.top-header select:focus{
	background-color: transparent;
	border: 0;
	box-shadow: none;
	color: #fff;
}
.top-header select option{
	color: #000;
}
.top-header form{
	display: inline-block;
}
.top-header a{
	color: #fff;
	text-decoration: none;
}
.header{
	background-color: #fff;
    margin:13px;
}
.header .navbar-brand img{
	width: 150px;
}
.header .navbar-light .navbar-nav.menu-link .nav-link {
    color: #333;
    padding: 05px 20px;
    border-left: 2px solid #f1e8e8;
    transition: 0.5s all;
    font-size: 13px;
    font-weight: 600;
}
.header .navbar-light .navbar-nav.menu-link .nav-link:hover{
	background-color: #ce8a00;
	color: #fff;
}
.header .new span{
	background-color: #ed3237;
	color: #fff;
	padding: 3px 15px;
}
.header .menu-link .nav-item.active .nav-link{
	background-color: #fff;
	color: #000;
}
.header .navbar-light .navbar-nav .nav-link{
	color: #333;
	padding: 34px 7px;
	position: relative;
}
.header .navbar-light .navbar-nav .nav-item{
    position: relative;
}
.sub-menu {
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    background-color: #f7f7f8;
    width: 150px;
    line-height: normal;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    -moz-transform: scale(1,0);
    transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}
.header .navbar-light .navbar-nav .nav-item:hover .sub-menu{
    opacity: 1;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
}
.header .navbar-light .navbar-nav .nav-item .sub-menu li a{
    padding: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    transition: 0.5s all;
    display: block;
    color: #000;
}
.header .navbar-light .navbar-nav .nav-item .sub-menu li a:hover{
    background-color: #282828;
    color: #fff;
}
span.cart-count {
    position: absolute;
    top: 25px;
    right: -5px;
    background-color: #ed3237;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    padding: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offcanvas-header, .mob-icons{ 
	display:none; 
}
.mob-icons a{
	position: relative;
    color: #fff;
    text-decoration: none;
}
.navbar-light .navbar-toggler:focus{
	box-shadow: none;
	outline: 0;
	border: 0;
}
.menu-items {
    background-color: #fcf8f8;
}
.menu-items ul{
	padding: 0;
	list-style: none;
	display: block;
	margin: 0;
}
.menu-items ul li{
	display: inline-block;
	padding: 20px 25px;
	position: relative;
}
.menu-items ul li a{
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 13px;
}
.cat-img {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cat-img img{
    padding: 2px;
}
.sub-category-menu {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    background-color: #f7f7f8;
    width: 200px;
    line-height: normal;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
    margin-top: 9px;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    -moz-transform: scale(1,0);
    transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}
.menu-items .sub-category-menu li{
	padding: 15px;
    text-align: left;
    display: block;
    border-bottom: 1px solid #ddd;
    position: relative;
    transition: 0.5s all;
}
.menu-items .sub-category-menu li:last-child {
    border-bottom: none;
}
.menu-items .sub-category-menu li:after{
	content: "\f054";
	font-family: 'FontAwesome';	    
	position: absolute;
    top: 18px;
    right: 10px;
}
.menu-items .sub-category-menu li:hover{
	background-color: #ce8a00;
}
.menu-items .sub-category-menu li:hover a{
	color: #fff;
}
.menu-items .sub-category-menu li:hover:after{
	color: #fff;
}
.menu-items ul li:hover .sub-category-menu{
	opacity: 1;
	transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
}
.slider-section .carousel-caption{
	top: 60%;
	text-align: center;
    width: 90%;
    bottom: auto;
    animation-delay: 1s;
    color:#fff;
}
.slider-section .carousel-caption a{
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	text-decoration: none;	
	animation-delay: 4s;
    display: inline-block;
    transition: 0.5s all;
}
.slider-section .carousel-caption a:hover{
    background-color: #ce8a00;
    color: #fff;
    border-color: #556b72);
}
.slider-section .carousel-caption h1{
	animation-delay: 2s;
    font-size: 30px;
}
.slider-section .carousel-caption h3{
	animation-delay: 3s;
    font-size: 20px;
}
.slider-section .carousel-indicators{
	bottom: 20px;
}
.slider-section .carousel-indicators li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #fff;
}
.slider-section .carousel-indicators li.active{
	background-color: #00bff4;
}
.category-section{
	padding: 50px 0;
}
.category-section .col-md-4 img{
	margin-bottom: 55px;
}
.category-section h1{
	font-size: 40px;
}
.category-section1 a{
	border: 1px solid #00bff4;
	padding: 10px 30px;
	color: #00bff4;
	text-decoration: none;
	display: inline-block;
    transition: 0.5s all;
}
.category-section1 a:hover{
    background-color: #00bff4;
    color: #fff;
}
.category-img{
	width: 100%;
	height: 240px;
	background-size: cover;
	margin-bottom: 15px;
	/*background-position: 100% 100%;*/
    position: relative;
    border-radius: 10px;
}
.icon-img{
    width: 100%;
    height: 325px;
    background-size: cover;
    margin-bottom: 15px;
    background-position: 100% 100%;
    position: relative;
}
.accessory-section h5{
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: #00bff4;
    padding: 15px;
}
.category-section h3{
	font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
}
.category-offer{
	margin-bottom: 15px;
}
.category-offer:nth-child(3), .category-offer:nth-child(4){
	margin-bottom: 0;
}
.product-img{
	height: 180px;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: 100% 100%;
}
.product-img span{
	background-color: #ef5046;
	color: #fff;
	padding: 4px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.product-cat{
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 30px #ad9d9d;
    transition: 0.5s all;
    background-color: #0a0303;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    color:#fff;
}
.product-items{
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
    box-shadow: 0 0 5px #ddd;
    transition: 0.5s all;
    background-color: #fff;
    min-height: 400px;
}
.product-items:hover{
    box-shadow: 0 0 10px #ddd;
}
.product-items a{
	border-bottom: 2px solid #000;
	color: #000;
	font-weight: 600;
	border-radius: 0;
	padding-bottom: 0;
}
.product-items a.btn:focus{
	box-shadow: none;
	outline: 0;
}
.product-items span{
	font-size: 13px;
}
.product-items h5{
	font-size: 20px;
}
.app-section{
	background-color: #d1d1d9;
	padding: 20px 0;
}
footer{
	background-color: #000000;
	padding: 40px 0;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
footer span{
	font-size: 12px;
}
footer h6{
	color: #fff;
}
footer ul{
	padding: 0;
	list-style: none;
}
footer ul li a{
	color: #ffffff;
	line-height: 28px;
	transition: 0.5s all;
	font-size: 12px;
}
footer ul li a:hover{
	color: #fff;
	text-decoration: none;
}
footer form input.form-control{
	border-radius: 0;
	font-size: 14px;
}
footer form button.btn{
	background-color: #c68a31;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
}
.sub-footer{
	background-color: #000000;
	padding: 20px 0;
	color: #ffffff;
	font-size: 12px;
}
.menu-items i{display: none;cursor: pointer;}
.mob-items{
	background-color: #f7f7f8;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 300px;
    height: 100%;
    padding: 0;
    display: block;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
}
.mob-items ul{
	padding: 50px 0;
	list-style: none;
	margin: 0;
}
.mob-items ul li{
	border-bottom: 1px solid rgba(255,255,255,.6);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}
.mob-items ul li a{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    color: #000!important;
    padding: 10px 25px;
    height: auto;
    display: block;
   	text-decoration: none;
}
.collections{
    border: 1px solid #e0d9d9;
    margin: 10px;
    border-radius: 10px;
    min-height: 300px;
}
.closepanel {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 5px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    color: #000;
}
.mob-items ul li a img{
	width: 20px;
}
.mob-items.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.sub-menu-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.mob-items .sub-sub-category-menu{display: none;padding: 0 30px;}
.mob-items .sub-sub-category-menu li{
	border-bottom: 0;
}
.slider-wrapper {
  width: 600px;
}
.slick-list{
	padding: 0 !important;
}
.slider-for__item img {
  width: 100%;
}
.slider-nav__item {
  height: 150px;
}
.slider-nav__item img{
	width: 80px;
}
.slick-vertical .slick-slide{
	margin-bottom: 15px;
}
.slick-slider{
	text-align: center;
}
.slick-arrow{
	position: absolute;
    z-index: 9;
    background-color: #ed3237;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 3px 4px;
    top: -10px;
    left: 40%;
    font-size: 12px;
}
.slick-arrow.fa-chevron-down{
	bottom: 5px;
	top: auto;
}
.offer-area {
    position: absolute;
    top: 10px;
    background-image: url(../images/icon-bg.png);
    width: 74px;
    height: 100%;
    z-index: 9;
    left: 10px;
    background-repeat: no-repeat;
    padding: 20px;
    color: #fff;
}
.product-details span img{
	position: relative;
	top: -5px;
	width: 25px;
}
.product-details h2{
    font-size: 25px;
}
.sp-offer {
    border: 1px dashed #ddd;
    padding: 10px;
}
.sp-offer span{
	border-left: 1px dashed #ddd;
	padding-left: 10px;
}
.product-details [type="radio"]:checked, .product-details [type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.product-details .color-select .form-check-label{
	width: 26px;
	height: 26px !important;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
    padding: 0 !important;
}
.color-select .form-check-input[type="radio"]:checked + label,  .color-select .form-check-input[type="radio"]:not(:checked) + label,  .color-select label.btn input[type="radio"]:checked + label,  .color-select label.btn input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 .color-select .form-check-input[type="radio"] + label::after,  .color-select .form-check-input[type="radio"] + label::before,  .color-select label.btn input[type="radio"] + label::after, .color-select label.btn input[type="radio"] + label::before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    width: 30px;
    height: 30px;
    z-index: 0;
    transition: .28s ease;
    z-index: -1;
    border-radius: 0.25rem;
}
 .color-select .form-check-input[type="radio"]:checked + label::after,  .color-select label.btn input[type="radio"]:checked + label::after {
    transform: scale(1.02);
}
 .color-select .form-check-input[type="radio"] + label::after{
	border: 1px solid #ddd;
}
 .color-select .form-check-input[type="radio"]:checked + label::after {
    border: 2px solid #fe4c1c;
}
.product-details .size-select .form-check-label{
	border: 2px solid #ddd;
    padding: 5px;
    width: 50px;
    height: 35px;
    text-align: center;
    border-radius: 0.25rem;
}
.size-select .form-check-input[type="radio"]:checked + label,  .size-select .form-check-input[type="radio"]:not(:checked) + label,  .size-select label.btn input[type="radio"]:checked + label, .size-select label.btn input[type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 .size-select .form-check-input[type="radio"] + label::after,  .size-select .form-check-input[type="radio"] + label::before,  .size-select label.btn input[type="radio"] + label::after, .size-select label.btn input[type="radio"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 32px;
    z-index: 0;
    transition: .28s ease;
    z-index: -1;
    border-radius: 0.25rem;
}
.size-select .form-check-input[type="radio"]:checked + label{
	color: #fff;
}
.size-select .form-check-input[type="radio"]:checked + label::after,  .size-select label.btn input[type="radio"]:checked + label::after {
    transform: scale(1.02);
}
 .size-select .form-check-input[type="radio"]:checked + label::after {
    background-color: #fe4c1c;
}
.product-details i{
	background-color: #848688;
    color: #fff;
    width: 25px;
    text-align: center;
    height: 25px;
    padding: 5px 7px;
    border-radius: 50%;
}
.product-details a{
	color: #000;text-decoration: none;transition: 0.5s all;
	font-size: 16px;
}
.product-details a:hover{
	color: #caa137
}
.product-details .btn{
    color: #FFF !important;
    padding: 8px 40px;
}
.product-details .btn:focus{
	outline: 0;
	box-shadow: none;
}
.btn-cart {
    background-color: #00afef;
}
.btn-checkout{
	background-color: #4b4b4d;
}
.product-spec-section .nav-tabs a {
    padding: 10px 25px 5px;
    display: inline-block;
    margin-bottom: -2px;
    border-radius: 0;
    border: none;
    font-size: 14px;
    color: #666;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
}
.product-spec-section .nav-tabs a:hover{
	text-decoration: none;
	border-bottom: 3px solid #00afef;
	color: #00afef;
}
.product-spec-section .nav-tabs a.active {
    border-bottom: 3px solid #00afef;
    color: #00afef;
}
.product-spec-section .tab-content {
    border: 1px solid #ddd;
}
.product-spec-section .tab-content .tab-pane{
	padding: 30px;
}
.product-spec-section .tab-content p{
	font-size: 15px;
}
.product-spec-section .card .btn{
	display: block;
    width: 100%;
    color: #000;
}
.product-spec-section .card .btn:hover{
	text-decoration: none;
}
.product-list-section {
    border: 1px solid #333;
    padding: 20px;
}
.col-pn-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}
.panel.panel-default {
    box-shadow: 0 0 10px #ddd;
    padding: 30px;
    border-radius: 10px;
}
.form-control{
    font-size: 14px;
    border: 1px solid #b7b8ba;
    border-radius: 5px;
    height: 40px;
    background-color: #fafafa;
}
.form-control:focus{
    box-shadow: none;
    outline: 0;
    border-color: #0e1c41;
    border-radius: 5px;
}
.btn-login {
    color: #c68a31;
    border: 1px solid #c68a31;
    border-radius: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: 0.5s all;
}
.btn-login:hover{
    background-color: #14c8f3;
    color: #fff;
}
.login-section a{
    color: #666;
    text-decoration: none;
}
.about-section {
    padding: 30px 0;
}
.about-content {
    padding: 25px 15px;
}
.about-content h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.about-content h6 span {
    color: #14c8f3;
}
.about-content h2 {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}
.about-content h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 85px;
    height: 3px;
    background-color: #c68a31;
}
.about-content h2.text-left:before{
    left: 0;
    right: auto;
}
.about-content p {
    color: #989898;
    letter-spacing: 1px;
}
.management-section {
    padding: 100px 0;
    background-color: #f1f1f1;
}
.about-title {
    position: relative;
}
.about-title:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 70px;
    height: 3px;
    background-color: #00c9f9;
    margin: 0 auto;
}
.management-section p {
    color: #666;
    letter-spacing: 1px;
}
.profile-section {
    background-image: url(../images/Banner01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
    color: #adadad;
}
.profile-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.profile-section p, .media-section p{
    letter-spacing: 1px;
}
.media-section {
    padding: 50px 0;
}
.contact-form {
    padding: 50px;
    background-color: #fff;
}
.address-section {
    background-color: #fafafa;
    padding: 60px 0;
}
.address-section span {
    color: #949494;
    font-size: 12px;
}
.address-section i{
    font-size: 50px;
    color: #965523;
    margin-bottom: 10px;
}
.visible-xs{
    display: none;
}
.profile-area {
    box-shadow: 0 0 20px #ddd;
    border-radius: 10px;
    margin-bottom: 30px;
}
.profile-area h4 {
    background-color: #c68a31;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 0;
}
.profile-sidebar {
    box-shadow: 5px 0 10px -2px #ddd;
    position: relative;
    z-index: 9;
    height: 100%;
}
.profile-pic-section {
    padding: 30px 15px 0;
    text-align: center;
}
.profile_pic {
    position: relative;
    display: inline-block;
}
.circle {
    border-radius: 50% !important;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
}
.profile-pic {
    width: 100%;
    height: 100%;
    display: block;
}
.p-image {
    position: absolute;
    top: 60px;
    right: -20px;
    background: #fff;
    padding: 11px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
}
.upload-button {
    font-size: 1.2em;
    color: #000;
}
.file-upload {
    display: none;
}
.profile-sidebar-links {
    padding-bottom: 50px;
}
.profile-sidebar-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.profile-sidebar-links ul li {
    padding: 10px 20px;
    position: relative;
}
.profile-sidebar-links li.active, .profile-sidebar-links ul li:hover {
    background-color: #f4f4f4;
    border-left: 5px solid #c68a31;
    transition: 0.5s all;
}
.profile-sidebar-links ul li:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #ddd;
    bottom: 0;
    width: 80%;
}
.profile-sidebar-links ul li a {
    display: block;
    color: #a2a2a2;
    text-decoration: none;
}
.profile-sidebar-links li.active a {
    color: #000;
}
.form-section {
    padding: 30px 60px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.form-section label {
    color: #a2a2a2;
    font-size: 12px;
}
.form-section .form-control {
    border-radius: 0;
    border-color: #dedede;
    font-size: 14px;
}
.form-section .form-control{
    height: 32px;
}
.cart-items table {
    width: 100%;
}
.remove_cart {
    width: 25px;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    height: 25px;
    border-radius: 50%;
}
.form-section table a {
    color: #965523;
    text-decoration: none;
}
.cart-img {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 1px;
}
.cart-img {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 1px;
}
.cart-items h5 a {
    color: #444;
    text-decoration: none;
    font-size: 15px;
}
button#adds,button#subs {
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 13px;
}
.onlyNumber {
    width: 45px;
    height: 45px;
    border-top: 1px solid #ddd;
    border-left: 0;
    border-bottom: 1px solid #ddd;
    border-right: 0;
    text-align: center;
    background-color: #f5f5f5;
}
.onlyNumber:focus, .btn:focus{
    outline: 0;
    box-shadow: none;
}
.form-section h5 {
    color: #908f8f;
}
.form-section h2 {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    font-size: 25px;
}
.cart-items .table td {
    vertical-align: middle;
}
.cart-items .table th {
    font-weight: 400;
    line-height: 1.5;
    color: #999;
}
.checkout-footer{
    background: #f9f9f9;
    border: 1px dashed #d7d7d7;
    padding: 20px;
    border-radius: 5px;
}
.ordered-item {
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.item-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.ordered-item a {
    text-decoration: none;
    color: #908f8f;
}
.item-img img {
    height: 100%;
}
.form-section .table-striped tbody tr td {
    color: #a2a2a2;
    font-size: 12px;
    padding: 8px;
    white-space: nowrap;
    vertical-align: middle;
}
.form-section .table-striped thead tr th {
    font-weight: normal;
    padding: 8px;
    background-color: #c68a31;
    color: #fff;
}
.accordion .card-header h2 button{
    text-transform: uppercase;
    font-size: 14px;
    color: #666 !important;
}
.card-title{
    font-size: 18px;
}
.card-header.collapsed{
    background-color: rgba(0,0,0,.03);
    border-bottom: 0;
}
.card-header{
    background-color: #fff;
    border-bottom: 0;
}
.card-header.collapsed a:not([href]):not([tabindex]){
    color: inherit;
}
.card-header a:not([href]):not([tabindex]), .card-header:hover a:not([href]):not([tabindex]){
    color: #dbb63f;
}
.custom-box {
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 30px;
    border-radius: 0 0 5px 5px;
}
.custom-box h4{
    border-radius: 5px 5px 0 0;
    background-color: #090909;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
}
.custom-box h4 label{
    font-size: 14px;
}
.custom-box .product-details{
    padding: 20px 20px 10px;
}
.custom-img, .item-select{
    text-align: center;
    border-radius: 5px;
    transition: 0.5s all;
    margin-bottom: 15px;
}
.item-select{border: none;}
.custom-img p, .item-select p{
    margin-bottom: 0;
    padding: 10px;
    font-size: 12px;
}
.product-type{
    padding: 20px 20px 0;
}
.silver-cloth, .gold-cloth, .platinum-cloth {
    padding: 10px;
    font-size: 16px;
}
.silver-cloth{
    background-color: #d1d2d4;
}
.gold-cloth{
    background-color: #d2ab66;
}
.platinum-cloth{
    background-color: #58574a;
    color: #fff;
}
.silver-cloth span, .gold-cloth span, .platinum-cloth span{
    font-size: 20px;
    font-weight: 900;
}
.item-type{
    padding: 20px;
}
.item-select [type="radio"]:checked, .item-select [type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.item-select .form-check-input[type="radio"]:checked + label, .item-select .form-check-input[type="radio"]:not(:checked) + label, .item-select label.btn input[type="radio"]:checked + label, .item-select label.btn input[type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
.item-select .form-check-label {
    width: 100%;
    height: 100% !important;
    border-radius: 0.25rem;
}
.item-select .form-check-input[type="radio"] + label::after, .item-select .form-check-input[type="radio"] + label::before, .item-select label.btn input[type="radio"] + label::after, .item-select label.btn input[type="radio"] + label::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: 103%;
    height: 101%;
    z-index: 0;
    transition: .28s ease;
    z-index: -1;
    border-radius: 0.25rem;
}
.item-select .form-check-input[type="radio"]:checked + label::after, .item-select label.btn input[type="radio"]:checked + label::after {
    transform: scale(1);
}
.item-select .form-check-input[type="radio"]:checked + label::after {
    box-shadow: 0 0 15px #ddd;
    border: 1px solid #666;
}
.item-type span{
    background-color: #090909;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
}
.accessory-img {
    border: 1px solid #dbdbdb;
    padding: 5px;
    /*width: 200px;
    height: 200px;*/
    margin: 0 auto 10px;
}
.accessory-section{
    color: #fff;
}
.accessory-img img{
    height: 100%;
    width: 100%;
}
.accessory-info p{
    margin-bottom: 5px;
    color: #fff;
}
.accessory-info h5{
    margin-bottom: 20px;
}
.accessory-info a.btn-shop {
    border: 1px solid #fff;
    padding: 7px 40px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: 0.5s all;
}
.accessory-section{
   /* background-color: #f3a9b2;*/
}
.accessory-details{
    transition: 0.5s all;
    padding: 15px 0;
    text-align: center;
}
.accessory-details:hover a{
    background-color: #c6325a;
    color: #fff;
}
#accessoryCarousel button.owl-prev span, #accessoryCarousel .owl-next span {
    background-color: #ce8a00;
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
}
#accessoryCarousel button.owl-prev:focus, #accessoryCarousel .owl-next:focus{
    outline: none;
}
#accessoryCarousel.owl-theme .owl-nav {
    margin-top: 25px;
}
.outlet-section {
    box-shadow: 0 0 10px #ddd;
    padding: 10px;
    margin-bottom: 30px;
}
.outlet-img{
    width: 100%;
    height: 230px;
}
.outlet-img img{
    width: 100%;
    height: 100%;
}
.outlet-section i{
    background-color: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
}
.rating-symbol-foreground, .rating-symbol-background {
    color: #a9772b;
}
.gallery-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
}
.gallery-title span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px;
    background-color: #c6325a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.025em;
    text-transform: uppercase;
    transition: opacity .3s;
}
.gallery-img{
    transition: 0.5s all;
}
.gallery-img:hover .gallery-title{
    opacity: 1;
}
.contact-map p{
    margin-bottom: 0;
}
.offer-img {
    position: relative;
}
.offer-details {
    position: absolute;
    bottom: 30px;
    background-color: rgba(0,0,0,0.7);
    padding: 10px 100px;
    color: #fff;
    text-align: center;
    left: 0;
}
.latest-reviews ul{
    list-style: none;
    padding: 0;
}
.latest-reviews .review-box{
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
}
.latest-reviews ul li:first-child .review-box{
    padding-top: 0;
    border-top: 0;
}
.review-avatar {
    float: left;
    margin-right: 20px;
}
.review-avatar img{
    border-radius: 50%;
}
.review-text {
    overflow: hidden;
    padding-top: 4px;
}
.review-name {
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
}
.review-name h5 {
    font-size: 14px;
    margin-bottom: 0px;
    display: inline-block;
    color: #201f1f;
}
.review-name small{
    color: #444;
    font-size: 12px;
    text-transform: capitalize;
}
.review-text p{
    margin-bottom: 0;
    margin-top: 8px;
    color: #5b5b5b;
    font-size: 12px !important;
}
a.btn-wishlist {
    border: 1px solid #965523;
    padding: 8px 10px;
    font-size: 1rem;
    border-radius: 4px;
    line-height: 1.5;
    color: #965523;
    height: 42px;
}

.party li {
    list-style: square;
    font-size: 24px;
    line-height: 40px;
    color: #0e1c41;
}
.party li::marker {
    color: #c6325a;
}
.cat-name{
        font-size: 16px;
        font-weight: 600;
        padding-top:58px;
    }
.wa {
    position: fixed;
    bottom: 65px;
    left: 40px;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    }
.trend-up .header-box-content, .fa-arrow-up{
			color:#4ecd19 !important;
		}
.trend-down .header-box-content, .fa-arrow-down{
			color:#ff6464 !important;
		}
.header-icon {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 30px;
}
.header-box-1, .header-box-2, .header-box-3 {
    display: inline-block;
    vertical-align: middle;
}
.header-box-1, .header-box-2, .header-box-3 {
    position: relative;
    margin-right: 30px;
    padding-left: 60px;
    border-right: 2px solid #ebc26e;
    margin: 10px;
    padding-right: 30px;
}
.header-box-content{
    font-size:14px;
}
.header-box-title {
    font-family: Roboto,sans-serif;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
}
.live_price{
    border: 1px solid #333;
    padding: 18px;
    border-radius: 10px;
    text-align: center;
    background-color: #fef900;
    color:#000;
    font-size:24px;
    margin-bottom: 20px;
    font-weight:700;
}
}
