@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@font-face {
	font-family: 'Akira Expanded';
	src: url('../font/AkiraExpanded-SuperBold.woff2') format('woff2'),
		url('../font/AkiraExpanded-SuperBold.woff') format('woff');
    	font-weight: bold;
    	font-style: normal;
    	font-display: swap;
}
a:empty{
    margin:0;
}

* {
	box-sizing: border-box;
}

body {
	font-family: 'Akira Expanded';
	text-transform: uppercase;
	color: white;
	background-color: black;
	margin: 0;
	padding: 0;
}

a {
	color: white;
	padding: 0px;
	margin: 0px;
	outline: none;
	text-decoration: none;
}

span {
	color: white;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0;
}

button:focus {
	outline: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

a:active {
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a:hover {
	outline: none;
	text-decoration: none;
	color: white;
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

.container {
	width: 100%;
	max-width: 1350px;
	padding: 0px 30px;
}

img {
	max-width: 100%;
}

header h1 {
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1.8px;
	text-transform: capitalize;
}

h2 {

	font-size: 18px;
}

h3 {

	font-size: 18px;
}

p {
	text-transform: capitalize;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
    font-family: 'Poppins', sans-serif;

}


/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

.header_logo {
	text-align: center;
}

.bnr {
	position: relative;
	padding-bottom: 112px;
	border-radius: 0px 0px 80px 80px;
}

.bg-video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	border-radius: 0px 0px 80px 80px
}

video {
	min-width: 100%;
	height: 100vh;
	z-index: 1;
	object-fit: cover;

}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 62%);
	background-position: center;
	z-index: 1;
}

.velocity {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../image/loadertwo.jpg') 50% 50% no-repeat rgb(0, 0, 0);
	background-size: contain;
}


header.homepage {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 3;
	padding: 30px 0px;
	top: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}
header.homepage.fixed {
  position: fixed;
  top: 0;
  padding: 10px 0px;
  width: 100%;
  background:rgba(0,0,0,0.6);
}
.menu_btn {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.rightbox {
	display: flex;
	justify-content: space-between;
}

.rightbox i {
	color: white;
}

.rightbox a {
	position: relative;
}

.rightbox button {
	border: none;
	background-color: transparent;
}

.rightbox span {
	position: absolute;
	top: -13px;
	font-size: 8px;
	right: -11px;
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	line-height: 20px;
	justify-content: center;
	color: #000;
}

.commtproduct h3 {
	font-size: 6px;
	font-style: normal;
}

.inptbox {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	outline: none;
	border: none;
	padding: 15px;
	text-align: center;
	display: none;
	background-color: white;

}

.forminner {
	display: flex;
	justify-content: center;
}

.forminner i {
    color: #000;
    cursor: pointer;
    font-size: 20px;
    margin-left:20px;
    margin-top:17px;
}

.inptbox form input {
    width: calc(100% - 63px);
    float: left;
    height: 56px;
    outline: none;
    border: none;
    padding: 0px 70px;
    color: grey;
}

.inptbox form {
	width: 100%;
	max-width: 80%;
	border: 1px solid black;
}

.inptbox button {
	border: none;
    background-color: #000;
    width: 60px;
    float: right;
    color: #fff;
    line-height: 56px;
}
.inptbox button i{
    color:#fff;
    margin-left:0;
    margin-top:0;
}

.menu {
	position: absolute;
	width: 100%;
	max-width: 426px;
	border-radius: 5px;
	padding: 15px;
	height: 80vh;
	display: none;
	z-index: 10;
	background-color: white;
	top: 40px;

}

.close {
	position: absolute;
	top: 27px;
	text-align: center;
	font-size: 24px;
	display: none;
}

.user_login li {
	padding: 0px 5px;
}

.user_login li:last-child {
	padding-right: 0;
}

.secend_menu ul li a {
	display: block;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 20px 0px;
}

.secend_menu {
	margin-top: 176px;
	position: absolute;
	z-index: 2;
}

.featured {
	padding-bottom: 112px;
}

.owl-loaded .owl-nav {
	display: block;
	position: absolute;
	top: -57px;
	right: 102px;
}


.owl-nav button span {
	width: 20px;
	height: 20px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 1px;
	margin-left: 20px;
	border: 1px solid white;
	font-family: 'FontAwesome';
	font-size: 8px;
	margin-top: 5px;
}


.f_content h2 {
	line-height: 43.2px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	font-size: 18px;
}

.f_content span {
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: rgb(189 184 184);
	font-size: 18px;
	color: transparent;
	line-height: 43.2px;
	text-transform: uppercase;
}

.f_content a {
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;

}

.shop {
	margin-top: 70px
}

.shop a {
	padding-bottom: 5px;
	border-bottom: 0.3px solid #ffffff5e;
}

.commtproduct img {
	width: 100%;
	height: 447px;
	border-radius: 20px;
	object-fit: cover;
	margin-bottom: 30px;
}

.sliderimage {
	position: relative;
}

.sliderimage::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 447px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(217, 217, 217, 0.00) 94.34%);
	top: 0;
	left: 0;
}

.commtproduct h3 {
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 15px;
}

.item {
	width: 100%;
	max-width: 363px;
	margin: 0 auto;
}

.f_content {
	margin-top: 60px;
}

.footer_content {
	padding: 70px 0px 40px 0px;
	/* font-size: 11px;
  line-height: 43.2px;
  letter-spacing: 0.56px;
  text-transform: uppercase; */
}


.ftrmenu li a:hover {
	color: white;
}


.secend_menu ul li a:hover {
	color: white;
}

.ftrmenu ul {
	display: flex;
	justify-content: space-between;
}

.social li a {
	font-size: 11px;
	line-height: 43.2px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	padding: 0px 10px;
}

.social li a:hover {
	color: white;
}

.social ul {
	display: flex;
	justify-content: end;
}


.layout-categories__container li a {
	color: #000000;
	font-size: 12px;
	line-height: 43.2px;
	letter-spacing: 0.96px;
}

.menu h2 {
	color: black;
	margin-bottom: 20px;
}


.iner_menu li {
	padding: 0px 5px;
}

.hover_div span.openmnu {
	color: #000000;
	font-size: 12px;
	line-height: 43.2px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
}


.iner_menu li a {
	color: #000000;
	font-size: 12px;
	line-height: 43.2px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	cursor: pointer;
}


.main_header {
	position: relative;
}

.close {
	position: absolute;
	top: 0px;
}

.cmmnpge {
	margin-top: 100px;
}

.cmmonbox {
	border-top: 1px solid rgba(188, 188, 188, 0.589);
	padding-top: 100px;
}

.allheading h2 {
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: rgb(189 184 184);
	font-size: 18px;
	color: transparent;
	line-height: 43.2px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.allheading h4 {
	font-size: 12px;
	line-height: 43.2px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}

.shop_content {
	padding: 30px 0px;
}

.filter form select {
	background-color: black;
	color: white;
	border: none;
	outline: none;
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
}

.filter form select:first-child {
	margin-right: 23px;
}

.filter h2 {
	display: inline-block;
	margin-right: 23px;
	border-bottom: 0.2px solid #ffffff5e;
}

.filter {
	display: flex;
	justify-content: end;
}

.product_name {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.pageload i.fa-solid {
	padding: 13px 15px;
	border: 1px solid white;
	border-radius: 100px;
	background-color: transparent;
	color: white;
	font-size: 12px;
}

.pageload a {
	color: transparent;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: rgb(189 184 184);
	font-size: 18px;
	line-height: 43.2px;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: rgb(189 184 184);
	margin: 10px;
}

.pageload a.active {
	color: white;
}

.payment_method,
.paymentpage_addressbox input[type="radio"]#black {
	accent-color: black;
}

.details input[type="radio"] {
	visibility: hidden;
	position: absolute;
	width: 0;
}

.details a {
	border: 1px solid #FFF;
	padding: 7px 27px;
	border-radius: 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	width: 100px;
	text-align: center;
	margin: 5px 10px 5px 0;
	display: block;
}


.details a.active {
	border: 1px solid #ffffff;
	-webkit-transition: border 0.3s;
	-o-transition: border 0.3s;
	transition: border 0.3s;
	background: #ffffff;
	color: #000000;
}

.details li {
	display: inline-block;
}

.readonly a {
	position: relative;
}

.readonly a:before {
	height: 102px;
	width: 1px;
	background: #a50707;
	content: '';
	position: absolute;
	right: 49px;
	top: -31px;
	transform: rotate(-69deg);
	z-index: 999;
}

.readonly a:after {
	height: 102px;
	width: 1px;
	background: #a50707;
	content: '';
	position: absolute;
	left: 49px;
	top: -32px;
	transform: rotate(70deg);
	z-index: 999;
}

.readonly a.active {
	opacity: 0.8;
}

.details {
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid white;
	margin-top: 10px;
}

.allheading a {
	color: #FFF;
	font-size: 14px;
	line-height: 48px;
	text-transform: uppercase;
	float: right;
}

.allheading h2 {
	display: inline-block;
}

.details_wraper h3 {
	margin: 10px 0px;
}

.details_wraper {
	padding: 50px 0px;
}

.addbox h4 {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	margin-right: 10px;
}

.qty-container {
	display: inline-block;
}

.qty-container .btn-light {
	color: #000;
	background-color: transparent;
	border: none;
	color: white;
	outline: none !important;
}

.qty-container .btn-light:focus {
	outline: none !important;
}

.qty-container input.input-qty {
	outline: none;
	color: #000;
	background-color: transparent;
	border: none;
	color: white;
	width: 25px;
	text-align: center;
}

.qty-container {
	display: inline-block;
	border: 1px solid white;
	padding: 5px 14px;
	border-radius: 5px;
}

.qty-container i {
	font-size: 10px;
}

.buy a:hover {
	border-radius: 5px;
	border: 0.5px solid #FFF;
	background: #D9D9D9;
	transition: border 0.3s;
	color: #000000;
}

.buy a {
	border-radius: 5px;
	border: 0.5px solid #FFF;
	background: transparent;
	transition: border 0.3s;
	color: #ffffff;
	margin-right: 10px;
	padding: 16px 10px;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}

.buy {
	margin-top: 50px;
}

.product_dwtals_image img {
	width: 100%;
	height: 586px;
	object-fit: cover;
	border-radius: 20px;
	border: 1px solid #000;
}

.sharebox {
	margin-top: 49px;
	cursor: pointer;
}

.shareapp i {
	margin-right: 15px;
	font-size: 18px;
	margin-top: 20px;
}


.shareapp a:hover {
	color: white;
}

.shareapp ul {
	display: flex;
}

.sharebox h4 {
	font-size: 13px;
}

.alltab {
	padding: 100px 0px 50px 0px;
}

.alltab li a {
	color: transparent;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: rgb(255, 255, 255);
	font-size: 16px;
	line-height: 43.2px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
}


.alltab.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}

.alltab.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent;
	color: white;
}

.tab_details p {
	margin-top: 30px;
	color: #FFF;
	font-size: 14px;
	line-height: 48px;
	text-transform: capitalize;
}


.ratingbox form input {
	display: block;
	width: 650px;
	height: 47px;
	background-color: transparent;
	border-radius: 5px;
	border: 0.3px solid #FFF;
	color: white;
	padding: 15px;
	margin-top: 15px;
	outline: none;
}

.ratingbox ::placeholder {
	color: rgba(171, 170, 170, 0.60);
	font-size: 13px;
	font-style: normal;
	line-height: 48px;
	text-transform: uppercase;
}

.ratingbox form textarea {
	display: block;
	width: 100%;
	background-color: transparent;
	border-radius: 5px;
	border: 0.3px solid #FFF;
	padding: 15px;
	height: 98px;
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
	color: #D9D9D9;
	outline: none;

}

.formgrp {
	display: flex;
	justify-content: space-between;
}

.ratingbox {
	padding-top: 30px;
}

.ratingbox p {
	color: #D9D9D9;
	margin-bottom: 10px;
	font-size: 18px;
	font-style: normal;
	line-height: 43.2px;
	/* 240% */
	letter-spacing: 0.72px;
	text-transform: uppercase;
}

.sizechat {
	color: #000;
	font-size: 24px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	padding: 0px 15px;
}

.productdetails_image {
	margin: 20px 0px;
}

.sizemodal .modal-header {
	border: none;
}

.sizemodal .modal-header {
	border: none;
	border-bottom: 1px solid black;
}

.chart td {
	text-align: center;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px;
	border: 1px solid grey;

}

.productdetails_image.img {
	width: 173px;
	height: 173px;
	object-fit: cover;
}

.chart table {
	padding: 15px;
	border: 1px solid grey;
	height: 173px;
	width: 100%;
}

.chart tr {
	border: 1px solid grey;
}

.chart {
	margin-top: 20px;
}

.contact form textarea {
	display: block;
	width: 100%;
	background-color: transparent;
	border-radius: 5px;
	border: 0.3px solid #FFF;
	padding: 15px;
	height: 98px;
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
	color: #D9D9D9;
	outline: none;
}

.contact form input {
	display: block;
	width: 650px;
	height: 47px;
	background-color: transparent;
	border-radius: 5px;
	border: 0.3px solid #FFF;
	color: white;
	padding: 15px;
	margin-top: 15px;
	outline: none;
}

.contact form input.phonenmbr {
	width: 100%;
	margin-bottom: 20px;
}

.contactform h2 {
	margin-bottom: 40px;
}

.sbmtbtn {
	padding: 10px 40px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	text-transform: uppercase;
	border-radius: 5px;
	border: 0.5px solid #FFF;
	background: #fff;
	float: right;
	margin: 20px 0px;
}

.contact {
	padding-bottom: 150px;
}

.all_deatils p {
	/*line-height: 48px;  OLD*/
	line-height: 30px;
	text-align: justify;
}

.all_deatils h2 {
	line-height: 43.2px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.all_deatils h6 {
	color: #FFF;
	font-size: 14px;
	line-height: 48px;
	text-transform: uppercase;
}

.dashboard_sidebar ul li a.active,
.dashboard_sidebar ul li a:hover {
	background: #F5FAFF;
	color: #000000;
}

.dashboard_sidebar ul li a {
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	border-bottom: none;
	color: #212121;
	font-size: 16px;
	font-style: normal;
	line-height: 40px;
}

.dashboard_sidebar ul li a {
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	border-bottom: none;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	border-radius: 10px;
	border: 0.3px solid #FFF;
	margin-bottom: 20px;

}

.my_order a i {
	margin-right: 10px;
}

.my_orderse {
	background-color: white;
	padding: 11px 30px;
	color: black;
	border-radius: 10px;
}

.Vwbtn {
	background-color: transparent;
	border-radius: 5px;
	border: 0.5px solid #FFF;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	display:inline-block;
	text-transform: uppercase;
	padding: 6px 12px;
}
table {
   font-family: 'Poppins', sans-serif; 
}


.Vwbtn:hover {
	color: #000;
	background:#fff;
}

.dashboard_right table {
	width: 100%;
	max-width: 100%;
	overflow: auto;


}

.forgrt {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	margin-top: 10px;
}

.dashboard_right {
	height: auto;
	overflow: auto;
	padding: 30px 10px;
}
.dashboard_right table  tr td{
    padding:5px;
}
.dashboard_right.my_order_table table th {
	padding: 15px;
}

.custm_proct_name p {
	padding: 15px;
	font-size: 14px;
}

.update_form input {
	color: #FFF;
	font-size: 13px;
	line-height: 26px;
	text-transform: uppercase;
	color: #F5FAFF;
	border: none;
	border-bottom: 0.3px solid #FFF;
	margin-bottom: 20px;
	background-color: transparent;
	width: 100%;
	height: 35px;
	outline: none;
}

.saveadd {
	margin-top: 24px;
}

.saveadd form {
	width: 100%;
}

.add_details {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.edtbtn a {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0px 20px 0 0;
}

.adres label {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}

.adres {
	height: auto;
	border-radius: 10px;
	border: 0.3px solid #FFF;
	padding: 20px 15px;
	width: 100%;
	
}
 .adres.activeaddress{
    background:#202020;
}
.adres input[type="radio"] {
	accent-color: rgb(0, 0, 0);
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.adres form {
	display: flex;
	align-items: center;
}

.add_address {
	display: flex;
}

.add_address {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	color: black;
	padding: 11px;
	margin: 20px 0px;
	border-radius: 10px;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	width: 48%;
}
.add_address:hover {
    color:#000;
}

.sizemodal {
	padding-right: 0 !important;
}

.addnewadds {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid white;
	border-radius: 10px;
	padding: 15px 10px;
}

.addnewadds p {
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: rgb(189 184 184);
	font-size: 24px;
	color: #000000;
}

.price {
	display: flex;
	justify-content: space-between;
}

.order_summry {
	border: 1px solid white;
	margin-top: 20px;
	border-radius: 10px;
	padding: 30px 15px;
}

.order_summry h3 {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.price p {
	color: #FFF;
	font-size: 12px;
	text-transform: capitalize;
}

.order_summry h6 {
	color: #FFF;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}


.pay_placeorderbtn a {
	font-size: 12px;
	padding: 15px;
	text-transform: uppercase;
	border-radius: 10px;
	background: #FFF;
	text-align: center;
	margin-top: 20px;
	color: #000;
	display: block;

}

.product_deatilsbox {
	margin-top: 30px;
	padding: 30px 15px;
	border-radius: 10px;
	border: 0.3px solid #FFF;
}

.productname h3 {
	margin: 15px 0px;
}

.inerdetails {
	text-align: center;
	width: 86px;
	height: 38px;
	text-transform: uppercase;
	padding: 5px;
	border-radius: 5px;
	border: 0.5px solid #FFF;
}

.inerdetails p {
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}

.productname {
	padding: 30px 15px;
}

.prduct_alldeatls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
}

.addquantity {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 200px;
}

.proctimage img {
	border-radius: 10px;
	border: 1px solid #000;
	width: 138px;
	height: 143.129px;
	object-fit: cover;
}

.outbox {
	display: flex;
	align-items: center;
}

.cart_pdodctimg img {
	border-radius: 10px;
	border: 1px solid #000;
	width: 167px;
	height: 173.207px;
	object-fit: cover;
}

.outbox {
	display: flex;
	align-items: center;
	margin-top: 11px;
}

.offr {
	border: 1px solid white;
	border-radius: 10px;
	padding: 15px 10px;
}

.Coupon {
	font-size: 12px;
	padding: 15px;
	text-transform: uppercase;
	border-radius: 10px;
	background: #FFF;

}

.Coupon a {
	color: black;
}

.loginmodal h5 {
	color: rgb(255, 255, 255);
}

.loginmodal input {
	width: 100%;
	padding: 10px;
	margin: 10px 0px;
	outline: none;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 10px;
	color: white;
}

.forgrt {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.forgrt a {
	color: #ffffff;
	font-size: 12px;
}

.hover_div a {
	color: #000;
	font-size: 12px;
}

.drop_wrapper {
	background-color: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 999;
	display: none;
	width: 145px;
	border-radius: 5px;
	transform: translate(-50%, 10px);
	padding: 16px 10px;
	text-align: left;
	top: 45px;
	left: 167px;
}

.user_login ul li {
	display: inline-block;
	position: relative;
}

li.hover_div {
	display: flex;
	width: 95px;
	align-items: center;
}

.menuheading {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.iner_menu {
	width: 100%;
	text-align: end;
	position: absolute;
	bottom: 13px;
	right: 19px;

}

.iner_menu ul {
	display: flex;
}

.iner_menu ul {
	display: flex;
	justify-content: end;
	align-items: baseline;
}

.hover_div {
	padding: 0px 5px;
}

.page {
	margin-top: 69px;
}

.page ul li a {
	display: block;
}

.shopingbox a:hover {
	color: white;
}

.reviews_star {
	display: flex;
	align-items: baseline;
	width: 323px;
	justify-content: space-around;
}

.form_title p {
	font-size: 15px;
	display: inline;
}

.form_title {
	display: flex;
}

* {
	margin: 0;
	padding: 0;
}

.rate {
	float: left;
	height: 46px;
	padding: 0 10px;
}

.rate:not(:checked)>input {
	position: absolute;
	top: -9999px;
}

.rate:not(:checked)>label {
	float: right;
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 30px;
	color: #ccc;
}

.rate:not(:checked)>label:before {
	content: '★ ';
}

.rate>input:checked~label {
	color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
	color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
	color: #c59b08;
}

.shareapp {
	display: none;
	position: absolute;

}

.loginmodal .modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
	background-color: white;
}

.loginmodal .modal-content {
	width: 100%;
	border: 1px solid #fff;
	padding: 8px;
	margin: 10px 0px;
	outline: none;
	background-color: black;
	border-radius: 10px;
}

.product_phtos img {
	width: 300px;
	height: 300px;
	border-radius: 10px;
	object-fit: cover;
	margin-right: 20px;
}

.product_phtos {
	margin-top: 50px;
	text-align: center;
}

.owl-carousel a:hover {
	color: white;
}

.sub-menu {
	display: none;
}

.sub-menu li a {
	font-size: 10px;
}

.menu-item-has-children i {
	margin-left: 5px;
}

.foter_colum .title {
	margin-bottom: 19px;
	font-size: 16px;
}

.title:after {
	content: '+';
	position: absolute;
	width: 10px;
	height: 10px;
	color: #fff;
	right: 15px;
}

.foter_colum {
	position: relative;
}

.faq_wrapper {
	display: none;
}

.faq-point-box-title {
	font-size: 16px;
}

.layout-categories__container ul li {
	padding: 0px;
	color: black;
}

/* ul.faq-point-box-title li{ padding: 0;}
.faq-point-box-title i{ margin-left: 6px;
  font-size: 10px;
}
.faq-point-box-title i {
  margin-left: 6px;
  font-size: 11px;
  color: black;
} */
.orderdetils img {
	border-radius: 10px;
	border: 1px solid #000;
	width: 97px;
	height: 97.129px;
	object-fit: cover;
}

.custmrightbx {
	padding: 20px 15px;
	height: auto;
	overflow: auto;
}

.deaitspge p {
	margin: 6px 0px;
	font-size: 11px;
}

.orderdetailsrw p {
	margin-bottom: 50px;
	margin-left: 20px;
}

.orderdetailsrw a {
	text-transform: capitalize;
	font-size: 14px;
	margin-bottom: 50px;
	margin-left: 20px;
	display: block;
}

.foroderdtlspg {
	margin-top: 0;
}

.orderdetils {
	margin-bottom: 30px;
}

.orderdetailsrw button {
	border: none;
	background-color: #e7e7e7;
	text-transform: capitalize;
	font-size: 14px;
	color: #000;
	padding: 5px;
	border-radius: 6px;
	margin-bottom: 50px;
	margin-left: 32px;
}

.add {
	text-transform: capitalize;
	border: 1px solid white;
	border-radius: 10px;
	padding: 15px;
}

.add p {
	color: #FFF;
	font-size: 12px;

	line-height: 26px;
	text-transform: capitalize;
}

.detils {
	margin-top: 30px;
}

.adreesmodal.modal-content {
	width: 100%;
	border: 1px solid #fff;
	padding: 8px;
	margin: 10px 0px;
	outline: none;
	background-color: black;
	border-radius: 10px;
}

.modal-content.adrees_modalcontant {
	background-color: black;
    border: 1px solid #fff;
}

.adreesmodal button.btn-close {
	background-color: white;
	
}
.btn-close{
    opacity:unset;
}
.adreesmodal input.form-control {
	background-color: transparent;
	border: 1px solid white;
	margin-bottom: 10px;
	color: white;
	font-size: 10px;
	padding: 10px 5px;
}
.adreesmodal input.form-control::placeholder{
    color:#fff;
}
.adreesmodal select {
	background-color: transparent;
	border: 1px solid white;
	margin-bottom: 10px;
	color: white;
	font-size: 10px;
	padding: 10px 5px;
}

.adreesmodal button.adreebtn {
	background-color: #fff;
	border: 1px solid black;
	border-radius: 5px;
	padding: 4px;
	font-size: 14px;
	text-transform: uppercase;
	width:100%;
}

.ftrmenu ul li {
	font-size: 12px;
}

.ftrmenu {
	padding: 15px 0px;
}

.social i {
	font-size: 15px;
}

.whatsapp {
	font-size: 30px;
	position: fixed;
	right: 15px;
	bottom: 7px;
	background: #000;
	padding: 0;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 17px;
}


.menu li {
	display: block;
	position: relative;
}

.menu li span {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.menu li span {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.menu li span:After {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #000000;
	font-size: 15px;
	top: 0;
	right: 0;
	position: relative;
}

.sub-menu {
	display: none;
	position: relative;
	top: 100%;
	z-index: 9999;
	min-width: 100%;
	background: #fff;
}

.show_menu .sub-menu {
	display: block;
}

.add_whislst {
	position: relative;
}

.heart {
	position: absolute;
	top: 5px;
	right: 11px;
	background-color: white;
	border-radius: 100px;
	border: 1px solid #00000036;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}


/*USE CSS for Slider*/

.vehicle-detail-banner .car-slider-desc {
	max-width: 180px;
	margin: 0 auto;
}

.banner-slider .slider.slider-for {
	max-width: 84%;
	padding-right: 35px;
}

.banner-slider .slider.slider-nav {
	max-width: 16%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
	width: 100%;
	float: left;
}

.banner-slider .slider.slider-nav {
	height: 100%;
	overflow: hidden;
}

.slider-banner-image {
	height: 610px;
}

.banner-slider .slider.slider-nav {
	padding: 20px 0 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
	max-width: 178px;
	height: 110px;
	margin: 0 auto;
	border: 1px solid #EBEBEB;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
	border: 0;
	outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
	border: 2px solid #196DB6;
}

.slider-nav .slick-slide.slick-current span {
	color: #196DB6;
}

.slider-nav .slick-slide {
	text-align: center;
}

.slider-nav .slick-slide span {
	font-size: 14px;
	display: block;
	padding: 5px 0 15px;
}

.slick-arrow {
	width: 100%;
	background-color: transparent;
	border: 0;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	height: 18px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
}

.slick-prev {
	top: 0;
}

.slick-next {
	bottom: 0;
	background-color: transparent;
}

.slick-prev.slick-arrow {
	background-image: url(../images/black-up-arrow.png);
}

.slick-next.slick-arrow {
	background-image: url(../images/black-down-arrow.png);
}

/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {

	.banner-slider .slider.slider-for,
	.banner-slider .slider.slider-nav {
		max-width: 100%;
		float: none;
	}

	.banner-slider .slider.slider-for {
		padding-right: 0;
	}

	.banner-slider .slider.slider-nav {
		height: auto;
	}

	.slider-banner-image {
		height: 500px;
	}

	.slider.slider-nav.thumb-image {
		padding: 10px 30px 0;
	}

	.slider-nav .slick-slide span {
		padding: 5px 0;
	}

	.slick-arrow {
		padding: 0;
		width: 30px;
		height: 30px;
		top: 50%;
		bottom: 0;
		-webkit-transform: translateY(-50%) rotate(-90deg);
		-moz-transform: translateY(-50%) rotate(-90deg);
		-ms-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}

	.slick-prev {
		left: 0;
		right: unset;
	}

	.slick-next {
		left: unset;
		right: 0;
		background-color: transparent;
	}

	.vehicle-detail-banner .car-slider-desc {
		max-width: 340px;
	}

	.bid-tag {
		padding: 10px 0 15px;
	}

	.slider.slider-nav.thumb-image {
		white-space: nowrap;
	}

	.thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width : 767px) {


	.banner-section {
		margin-top: 35px;
	}

	.slider-banner-image {
		height: 400px;
	}

	.slider.slider-nav.thumb-image {
		padding: 0px 20px 0;
		margin: 10px 0px 0;
	}

	.slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 140px;
		height: 80px;
	}

	.slick-prev.slick-arrow {
		background-position: center 10px;
	}

	.slick-next.slick-arrow {
		background-position: center 10px, center;
	}

	.slider-nav .slick-slide span {
		font-size: 12px;
		white-space: normal;
	}

	.main_photo {
		width: 100%;
		height: 400px !important;
		overflow: hidden;
		border-radius: 20px;
	}
}

@media screen and (max-width: 580px) {
	.details li {
		display: inline-block;
		/* margin: 5px; */
		margin-bottom: 10px;
	}

	.slick-next.slick-arrow {
		display: none !important;
	}

	.slick-prev.slick-arrow {
		display: none !important;
	}

	.slider-banner-image {
		height: 340px;
	}
}

@media screen and (max-width : 480px) {
	.slider-banner-image {
		height: 280px;
	}

}


.slick-slide .thumbImg img {
	width: 100%;
	height: 119px;
	object-fit: cover;
	width: 149px;
	border-radius: 5px;
}

.main_photo img {
	object-fit: cover;
	border-radius: 20px;
	border: 1px solid #000;
	width:100%;
}

.productpage {
	padding: 150px 0px;
}

.main_photo {
	width: 100%;
	height: 683px;
	overflow: hidden;
}

.woocommerce #reviews #comments .commentlist>li::before {
	content: '';
}

.post_Image {
	display: inline-block;
}

.post_contnt p {
	margin: 8px 0px;
	color: #FFF;
	font-size: 12px;
	line-height: 28px;

}

.postdate {
	font-size: 10px;
}

.post_contnt {
	display: inline-block;
}

.post_Image img {
	width: 30px;
	height: 30px;
	border-radius: 100px;
}

.post_Image {
	margin-right: 10px;
}

.post_show {
	display: flex;
	align-items: baseline;
	margin-bottom: 30px;
}

.post_contnt i {
	font-size: 15px;
	color: #deb217;
}

.fullwidth_btn {
	font-size: 12px;
	border-radius: 10px;
	padding: 10px 15px;

}

.pay_btn:hover {
	color: black;
}

.pay_btn {
	padding: 9px;
	margin-top: 20px;
	border: none;
	border-radius: 10px;
	background-color: white;
	color: black;
	width: 100%;
	display: block;
	text-align: center;
}

.my_orderse form label {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
	color: #000;
	padding-left: 35px;
	cursor: pointer;
}

.form-group.d-flex {
	position: relative;
	margin-top: 20px;
}

.pay_optn .form-group input[type="radio"] {
	width: 0;
	visibility: hidden;
}

.pay_optn label {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
	color: #fff;
	padding-left: 35px;
	cursor: pointer;
}

.pay_optn .form-group label:before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid #fff;
	content: '';
	left: 0;
	top: 0px;
	content: "";
	position: absolute;
}

.pay_optn input[type="radio"]:checked+label::after {
	transform: translateY(-50%);
	background: #000;
}

.pay_optn .form-group label:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	box-shadow: 0px 1px 15px rgb(0 0 0 / 25%);
	border-radius: 50%;
	border: 2px solid #ffffff;
	top: 10px;
	left: 1px;
	transform: translateY(-50%) scale(0);
	transition: transform 400ms ease;
}

button.Vwbtn {
	margin-bottom: 10px;
}

.btn-warning {
	font-size: 10px;
}

.bill_wrapper {
	padding: 45px 0px 0px 0px;
	background:#fff;
	color:#000;
}

.bill_wrapper td,
th {
	color: #000;
}

.bill_wrapper th {
	color: #000;
	padding: 25px 10px;

}

.bill_wrapper td {
	color: #000;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	padding: 10px;

}

.bill_wrapper table {
	margin: 50px 0px;
	width: 100%;
	max-width: 100%;
	overflow: auto;
}

.input_field p {
	margin-top: 30px;
	font-size: 20px;
	font-family: 'Lato', sans-serif;

}

.company_des p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;

}


.customer_details p {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
}

.order_smry p {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
}

.back {
	padding: 50px 0px;
}

.billlgo {
	text-align: center;
	font-size: 20px;
}

button.slick-prev.slick-arrow {
	display: none !important;
}

button.slick-next.slick-arrow {
	display: none !important;
}

.adres {
	position: relative;
	margin-bottom: 30px;
}



.discount_price {
	text-decoration: line-through;
	color: red;
	margin-right: 10px;
}

.information {
	margin-top: 100px;
}

.hover_div .user__name {
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis !important;
	white-space: nowrap;
	width: 85px;
	display: inline-block;
}

.after_login_user {
	display: none;
	position: absolute;
	top: 100%;
	width: 150px;
	background: #fff;
	border-radius: 5px;
}

.after_login_user li a {
	color: #000 !important;
}

.hover_div {
	position: ralative;
}
.my_order_table table td img{
    width:60px !important;
}
tbody, td, tfoot, th, thead, tr{
    border-width: 1px;
    border-color: #fff;
}
.my_order_table table td:nth-of-type(2) p a{
    text-decoration:underline;
    display:inline-block;
}
.cmmnpge .commtproduct h3{
    width:50%;
    text-align:left;
    padding:0;
    line-height: 13px;
}
.cmmnpge .commtproduct h3:last-child{
    text-align:right;
}
.order_details_page .custmrightbx,.detils .custmrightbx{
    padding:0;
    margin-top:15px;
}
.order_details_page .dashboard_right,.detils .dashboard_right{
    padding:0;
}
.search_col{
    border-bottom:1px solid #dadada;
    padding:5px 0;
}
.search_col:first-child{
    border-top:1px solid #dadada;
}
.search_col .row{
    align-items:center;
}
.search_col p{
    text-align:left;
    color:#000;
    text-transform:capitalize;
}
.shop_page .item{
    max-width:100%;
}
.cmmnpge {
    min-height:100vh;
}
.shopingbox h5{
    font-size:10px;
    padding:5px 10px;
    border:1px solid #fff;
}
@media (min-width:768px) {
	.hover_div:hover .after_login_user {
		display: block;
	}
	.rightbox{
	    justify-content: flex-end;
	}
	.user_login li{
	    padding:0 12px;
	}
}