html, body {
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 10px;
  position: relative;
}

body {
  font-family: 'Guardian Sans', sans-serif !important;
  font-size: 16px !important;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  --pre-orange-color: #ee3223;
  --pre-dark-orange-color: #e10f00;
}

body.dealer-home {
  background-color: #000;
}

.container-scroller {
  flex: 1;
}

.no-padding { padding: 0px !important; }
.padding-right {padding-right: 0px !important; }
.padding-left { padding-left: 0px !important; }

.radius { border-radius: 50%; -webkit-radius: 50%;-moz-radius: 50%; }
.radius5 { border-radius: 5px; -webkit-radius: 5px;-moz-radius:5px; }

.mp { margin: 0px; padding: 0px; }
a { text-decoration: none !important; }
html {float: left;font-size: 10px; width: 100%; }
* { margin: 0px;padding: 0px; }

.btnTheme {
  color: #fff;
  background: #ee4237;
  padding: 4px 11px;
  font-size: 13px;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}
  
  .btnTheme:hover {
    background: #000;
    color: #fff !important; }


.headingOther {
  margin: 0 0 20px; }
.headingOther h2 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 49px;
	color: #262226;
	margin: 0px;
	padding: 25px;
	width: auto;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	background: url(../images/bkg-title-blog.png) no-repeat center center;
	width: 100%;
	/* filter: invert(2); */
}
h1{font-family: "Bebas Neue", sans-serif;font-size: 41px;}
h2{font-family: "Bebas Neue", sans-serif;font-size: 35px;}
h3{font-family: "Bebas Neue", sans-serif;font-size: 31px;}
h4{font-family: "Bebas Neue", sans-serif;font-size: 26px;}
  .headingOther p {
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding: 0px; }
.whiteText p{
  color: #fff !important; }

.whiteText h2{
  color: #fff !important; }

.textCenter {
  text-align:center !important; }

/************* header ****************/

.container {
	min-width: 95%;
}
.dealerheader {
	margin: 0px;
	padding: 20px 0;
	display: inline-block;
	width: 100%;
	background: linear-gradient(90deg, rgb(28, 4, 4) -2%, rgba(17, 16, 16, 0.83) 27%) !important;
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.dealeUsertittle i {
	color: #fff;
	font-size: 18px;
	width: auto;
	height: auto;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
}

.dealeUsertittle p {
	color: #cacaca;
	font-size: 12px;
	margin: 0;
	width: auto;
	display: block;
	/*! text-transform: uppercase; */
	font-weight: 600;
}
.dealeUser {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	/*! line-height: 3px; */

	position: relative;
}

.dlogout i, .dlogout a {
	color: #fff;
	
}

.dealeheadRight {
	display: flex;
	justify-content: end;
	align-items: center;
}
.dlogout i {
	cursor: pointer;
}
.dealeCart a {
	color: #fff;
}
.dlogout {
	margin: 0 0 0 23px;
	text-align: center;
}
.dealeCart p {
	margin: 0;
	width: auto;
	display: block;
	/*! text-transform: uppercase; */
	font-weight: 600;
	color: #cacaca;
	font-size: 12px;
}

.wecomedeler i {
  max-width: 40px;
  display: inline-block;
}
.wecomedeler {
  display: flex;
  align-items: center;
}
.wecomedeler h3 {
  font-size: 25px;
  margin: 0px;
}




.duDropName {
  border-bottom: 1px solid #1e1e1e;
  padding: 0 0 10px;
  margin: 0 0 5px;
}
.duDropName h5 {
  margin: 0px;
  font-size: 14px;
}
.duDrop p {
  margin: 0px;
  font-size: 13px;
  color: #ccc;
}
.duDropdash {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 100%;
}
.duDropdash ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 100%;
}
.duDropdash ul li a {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 100%;
  color: #e8e4e4;
  font-size: 13px;
}

.duDropdash ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 100%;
}


.dealeCart {
	position: relative;
	display: inline-block;
	margin: 0 11px;
	/*! line-height: 18px; */
	text-align: center;
	padding: 0 0 0 19px;
}
.dealeCart .fa-bag-shopping {
  font-size: 17px;
}
.dcartnumber {
	position: absolute;
	background: #ff4545;
	font-size: 11px;
	top: -4px;
	right: -9px;
	padding: 2px 3px 5px;
	line-height: 6px;
	border-radius: 50%;
	font-weight: 600;
}
.duDropinn {
	position: absolute;
	top: 40px;
	width: 220px;
	display: none;
	left: -140px;
	padding: 24px 0 0;
	z-index: 2;
}

.duDropdash ul li a:hover {
	color: #ed4136;
}

.duDrop {
	width: 100%;
	padding: 15px;
	/*! background: linear-gradient(0deg, rgba(34, 11, 11, 0.98) -2%, rgb(15, 14, 14) 27%); */
	/* border-bottom: 2px solid #ed4036; */
	background: #0e0e0f;
}

.dealeUsertittle:hover p {
	color: #ef4136;
}

.dealeCart:hover p {
	color: #ef4136;
}

.dlogout:hover p {
	color: #ef4136;
}

.dealeUser:hover .duDropinn {
	display: block;
}
.dealeUsertittle {
	text-align: center;
	position: relative;
}

.dealeUsertittle::before {
	content: "";
	width: 0%;
	height: 2px;
	background: #ed4136;
	bottom: -20px;
	left: 0;
	right: 0;
	display: inline-block;
	position: absolute;
}

.dealeUser:hover .dealeUsertittle::before{width:100%;}

/******* banner star *************/
.dealerBanner {
	margin: 0px;
	padding: 0px 0 0px;
	/* display: inline-block; */
	width: 100%;
	position: relative;
	background-image: linear-gradient(to right bottom, #000, #000, #000, #0d0303, #240606);
	overflow: hidden;
}
.dbanneriText p {
  font-size: 21px;
}
.dbanneriText {
  text-align: right;
  position: relative;
  z-index: 1;
  width: 63%;
  float: right;
  padding: 0px 0 0;
}
/**
.dealerBanner::before {
	padding: 50px 0 60px;
	content: "";
	position: absolute;
	background: url(../images/dbanner2.png) no-repeat;
	 background-size: cover !important; 
	width: 100%;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.6;
	 background-attachment: fixed; 
}**/
.dbannerimg {
	position: relative;
	z-index: 1;
}

.clockmovebg {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 0;
	opacity: .5;
}

.dealerBannerInn {
	position: absolute;
	bottom: 70px;
	right: 0;
	left: 0;
}
.nlogo img {
	max-width: 180px;
}
#loading {
	-webkit-animation: rotation 32s infinite linear;
	width: 430px;
}
@-webkit-keyframes rotation {
   from {
	   -webkit-transform: rotate(0deg);
   }
   to {
	   -webkit-transform: rotate(359deg);
   }
}

/****************** tab ************/

.dTabtop {
	background: #090606;
	padding: 29px 0;
	text-align: center;
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.dTabtop::before {
	padding: 50px 0 60px;
	content: "";
	position: absolute;
	background: url(../images/dots2.png) repeat;
	width: 100%;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.1;
	filter: opacity(.4);
}
.dealerTabs {
	border: none !important;
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.dealerTabs li a {
  background: #fff;
  display: flex;
  padding: 5px;
  border-radius: 5px;
  justify-content: center;
}
.dealerTabs li {
  width: 240px;
  text-align: center;
  margin: 0 10px;
}
.dealerTabs li p {
  color: #444040;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px;
}
.dealerTabs li i {
  width: 42px;
}
.dealerTabs li i img {
  max-width: 27px;
}

.dealerTabs .active {
  background: #ec4136;
}
.dealerTabs .active p {
  color: #fff;
}
.dealerTabs .active img {
  filter: invert(2) brightness(2222);
}



.dealerTabs li a:hover {
  background: #ec4136;
}
.dealerTabs li a:hover  p {
  color: #fff;
}
.dealerTabs li a:hover  img {
  filter: invert(2) brightness(2222);
}
.dTabBottom {
	padding: 50px 0;
}


.dModelBox figure{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 100%;
}

.dModelBox {
	margin: 0px 0 30px;
	padding: 0 30px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.dModelBox h2 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 35px;
	background: #090909;
	display: inline-block;
	width: 100%;
	padding: 4px 0;
}

.dsubTABS li {
	margin: 0 4px 18px;
}

.product-img--main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	float: left;
	margin: 0 0 30px;
}
.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}

.dModelBox a{color:#fff;}

.dModelBox:hover h2 {
	color: #ec4136;
}



.dCataBox {
	margin: 0px 0 30px;
	padding: 0 30px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.dCataBox h2 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 35px;
	background: #090909;
	display: inline-block;
	width: 100%;
	padding: 2px 0;
}


.dCataBox a{color:#fff;}

/******** footer ***********/
.dftMainouter{
	margin-top:50px;
}
.dftMain {
	padding: 9px 0;
	background: #100506;
}
.dftBox p {
  margin: 0px;
  text-align: center;
  color: #8a8a8a;
  font-size: 14px;
}





.blink {
  color: yellow;
    -webkit-animation: blink 800ms step-end infinite;
            animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink { 50% { color: red; }}
        @keyframes blink { 50% { color: red; }}

/*=============*/

/*********** helmet **********/




.dbannerCataInner {
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
}
.dbannerCata {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.dbannerIMG {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 100%;
	position: relative;
	/*opacity: .6;*/
}

.dbannerIMG img{
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 100%;
  position: relative;
}



.dbanneriText span {
  font-size: 15px;
}
.dbanneriText span a {
  color: #d5d5d5;
}

.dCataHelmet {
	padding: 50px 0;
	position:relative;
}

.dCataHelmet::before {
	padding: 50px 0 60px;
	content: "";
	position: absolute;
	background: url(../images/dbg2.png) no-repeat;
	background-size: cover !important;
	width: 100%;
	/* height: 100%; */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.1;
	background-attachment: fixed;
	filter: grayscale(1) ;
}
.dCataHelmet::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: linear-gradient(180deg, rgb(15, 6, 7) 0%, rgba(38, 38, 38, 0) 27%);
}
.dCHelmetContent p {
	justify-content: ;
	text-align: justify;
	color: #ccc;
	font-size: 18px;
}

.model_detils p span{
  color:#fff !important;
}

.dCataHelmet .container {
	position: relative;
	z-index: 1;
}


.nhelemtSize h5 {
	font-size: 24px;
	margin: 0 0 10px;
	color: #ccc;
}

.modal-title {
	color: #000;
}

.helmetSize img {
	width: 100%;
}

.nhelemtSize h5 small {
	display: inline-block;
	width: 100%;
}


.nhelemtSize .btnTheme {
	padding: 7px 41px;
	font-size: 17px;
}


.nhelemtSize figure {
	margin: 0 0 24px;
}

.nhelemtSize {
	margin: 20px 0 0 0;
}
/************** sub cata *********/

.dSubCataMain {
	padding: 50px 0;
	background: #111;
}
.ftbottompADDING {
	padding-bottom: 92px !important;
	
}


.dsubTABS {
  text-align: center;
  border: none;
  display: flex;
  justify-content: center;
  position: relative;
}
.dsubTABS li a {
  background: #353232;
  color: #fff;
  padding: 6px 16px;
  border-radius: 5px;
  font-size: 15px;
  position: relative;
}

.dsubTABS .active {
	background: #ec4136;
	position: relative;
}

.dsubTABS .active:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;

     width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #ec4136;
	margin: 0 auto;
}

.dsubTABS li a:hover {
	background: #ec4136;
}

.ddashlistt {
	padding: 10px 0;
	border: 1px solid transparent;
	position: relative;
}

.ddashlistt figure {
	text-align: center;
	margin: 0 0 1px;
	background: #171717;
	padding: 17px;
	min-height: 313px;
}


.ddashlistt figure img {
	max-width: 100%;
	transition: 1.2s ease all;
}

.dlistdiscription {
	text-align: center;
	background: #242424;
	padding: 20px 0;
	min-height: 113px;
	position:relative;
}
.dlistdiscription h5 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 5px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
}

.dlistprice {
	text-align: center;
}
.nprice {
	font-size: 19px;
	color: #fff;
	margin: 0 7px;
	font-weight: 500;
}
.nprice {
	font-size: 19px;
	color: #fff;
	margin: 0 7px;
	font-weight: 500;
}


.ddashlistt:hover::before {
	width: 100%;
	transition: 1.2s ease all;
}


.ddashlistt:hover figure img {
	transform: scale(1.1);
	transition: 1.2s ease all;
}

.ddashlistt::before {
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 1.3s ease all;
	width: 0;
	height: 1px;
	content: "";
	background: #ff2020;
	bottom: 7px;
}


.daddtocart {
	margin: 13px 0 0;
	display: flex;
	padding: 0 20px;
	justify-content: center;
}
.daddtocart .btnTheme {
	padding: 5px 14px;
	margin: 0 0 0 5px;
}

.dlistdInner {
	position: relative;
	z-index: 1;
}

.ddashlistt:hover .ahoveranimation {display:inline-block;}
.ahoveranimation {
		display:none;
	margin: 0px;
	padding: 25px;
	position: absolute;

	background: url(../images/decoration.gif) no-repeat center center;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	opacity: 0.5;
	/* filter: hue-rotate(313deg); */
	/* display: none; */
}

.ahoveranimation::before {
	position: absolute;
	top: 0;
	background: linear-gradient(0deg, rgba(149, 55, 55, 0) -2%, rgb(36, 36, 36) 27%) !important;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 100%;

}

.dcatatoptabs {
	padding: 40px 0 0;
}


.quantity_inner input {
  width: 70px;
  height: 34px;
  border: none;
  text-align: center;
  border-radius: 4px;
}



.dlogout p {
	margin: 0;
	width: auto;
	display: block;
	/* text-transform: uppercase; */
	font-weight: 600;
	color: #cacaca;
	font-size: 12px;
}
.dbannerCata::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(0deg, rgb(0, 0, 0) 8%, rgba(38, 38, 38, 0) 67%);
}

.dbanneriText .btnTheme {
	background: #0b0b0b;
	border: 1px solid #353434;
	font-size: 11px;
	padding: 2px 8px 3px;
}
.dCHelmetContent ul {
	margin: 0px;
	padding: 10px 0;
}
.dCHelmetContent li {
	margin: 0 0 8px !important;
	color: #cecece;
	display: inline-block !important;
	width: 100%;
	font-size: 16px;
	background: url(../images/newarrow.png) no-repeat;
	background-size: 11px 8px;
	background-position: 0px 7px;
	padding: 0 0 0 19px;
	font-weight: 500 !important;
}


.dslideInDownmodel{

   z-index: 9;
   animation: dtpupdownn 0.8s infinite alternate;

   
   
}
@keyframes dtpupdownn {
   0% {
	 -webkit-transform: translateY(0);
	 -moz-transform: translateY(0);
	 -ms-transform: translateY(0);
	 -o-transform: translateY(0);
	 transform: translateY(0);
   }
   100% {
	 -webkit-transform: translateY(-11px);
	 -moz-transform: translateY(-11px);
	 -ms-transform: translateY(-11px);
	 -o-transform: translateY(-11px);
	 transform: translateY(-11px);
   }

}

.quantity_inner input::-webkit-outer-spin-button,
.quantity_inner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity_inner input[type=number] {
  -moz-appearance: textfield;
}



.dsearchBoxMain {
	background: #171515;
	padding: 40px 0;
		position:relative;
}

.dsearchBoxMain::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: linear-gradient(10deg, rgb(23, 21, 21) 0%, rgb(0, 0, 0) 46%, rgb(23, 21, 21) 100%);
}
.dfilterbox .control-form {
	height: 40px;
	border: none;
	padding: 0 10px;
	width: 100%;
}

.dfilterbox .btnTheme {
	width: 100%;
	height: 40px;
	font-size: 15px;
}

.dfilter {
	width: 100%;
	height: 40px;
	border: none;
}


.dsearchPadding {
	padding: 0 4px;
}


.filterModel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
background-color: rgba(36, 34, 34, 0.84);
  width: 100%;
  right: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  display:none;
}
.filterModelInn {
	background: #fff;
	padding: 20px;
	width: 300px;
	border-radius: 4px;
	position: relative;
}


.filterModelInn ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 100%;
}
.filterModelInn ul li {
  margin: 0 0 5px;
  padding: 0px;
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 15px;
}
.filterModelInn ul li label {
  margin: 0 0 0 6px;
}

.filterModelInn h6 {
	color: #000;
	font-size: 21px;
	/* font-weight: 600; */
}

.filterModelInn h6 {
	color: #000;
	font-size: 18px;
	margin: 0 0 15px;
}



.searchfilterbtn {
  margin: 20px 0 0;
}
.searchfilterbtn .btnTheme {
  padding: 4px 30px;
}




.closedealer {
	color: #000;
	position: absolute;
	top: 10px;
	right: 13px;
	font-size: 18px;
	cursor: pointer;
}

.filterModel2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}


.serachProduct {
	font-size: 23px;
	color: #ccc;
}


.dcartTittle {
	background-color: rgb(23, 22, 22);
	text-align: center;
	padding: 10px 0;
	position: relative;
	z-index: 1;
}

.dcartTittle h5 {
	text-transform: uppercase;
	font-size: 19px;
	margin: 0px;
	font-weight: 600;
	color: #fff;
}

.DcartPage {
	position: relative;
	padding: 60px 0;
	overflow: hidden;
}

.dcartBox {
	display: flex;
	width: 100%;
	background-color: rgba(21, 21, 21, 0.8);
	padding: 20px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #262626;
	margin: 0 0 20px;
	overflow: hidden;
}
.dcartImgBox {
	width: 119px;
	margin: 0 22px 0 0;
	position: relative;
}


.dunder_img_checkbox .checkDelete {
  position: absolute;
  left: -5px;
  top: -13px;
}
.dcheckDelete {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #b0b0b0;
}

.dcheckDelete input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.dcartRightContent {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dcartDetails h5 {
	color: #fff;
	font-size: 17px;
	margin: 0 0 6px;
}

.dcartDetails p {
	color: #fff;
	margin: 0px;
	font-size: 15px;
}


.dcombinewty_price {
	display: flex;
	align-items: start;
	justify-content: space-between;
	width: 50%;
}

.dcartqtyBox {
	display: flex;
}
.dqtyText {
	color: #fff;
	margin: 0px;
}

.dcartPage input[type="number"] {
  -moz-appearance: textfield;
}
.dcartPrice {
	color: #fff;
	font-size: 15px;
	margin: 0px;
}
.dmobile_cart {
	position: absolute;
	top: 10px;
	right: 14px;
}

.dcart-remove {
	padding: 0 4px 0;
	border-radius: 5px;
	color: #b7b1b1;
	font-size: 19px;
}.DcartPageIinner {
	position: relative;
	z-index: 1;
}
.dcartdiscount {
	color: #aca9a9;
}


.ddeletebox {
	display: flex;
	width: 100%;
	margin: 0 0 12px;
	padding: 0px;
	justify-content: space-between;
	align-items: center;
}

.ddeletecarticon {
	background: none;
	border: none aliceblue;
	color: #d2d2d2;
	font-size: 15px;
	display: flex;
}
.ddeletecarticon i {
	line-height: 27px;
	font-size: 12px;
}
.ddeletecarticon p {
	margin: 0 0 0 5px;
}




 /* Hide the browser's default checkbox */
 .dcheckDelete input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
 }
 .ddeletecarticon:hover {
	color: #ee3223;
}
 .dcheckDelete .checkmark {
	position: absolute;
	top: -10px;
	left: -7px;
	height: 17px;
	width: 18px;
	background-color: #484848;
	border-radius: 5px;
}
.cdheckDelete:hover input ~ .checkmark {
	background-color: #ee3223;
}
 /* When the checkbox is checked, add a blue background */
 .dcheckDelete input:checked ~ .checkmark {
   background-color: #ee3223 !important;
 }
 
 /* Create the checkmark/indicator (hidden when not checked) */
 .dcheckDelete .checkmark:after {
   content: "";
   position: absolute;
   display: none;
 }
 
 /* Show the checkmark when checked */
 .dcheckDelete input:checked ~ .checkmark:after {
   display: block;
 }
 
 .dcheckDelete .checkmark::after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dcart-qty-input {
	padding: 1px;
	text-align: center;
	margin: 0 5px;
	background: #6a69698c;
	border: none !important;
	width: 50px;
	color: #fff;
	font-size: 13px;
	height: 26px;
}

.dcartqtyBox input::-webkit-outer-spin-button,
.dcartqtyBox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.dcartqtyBox input[type=number] {
  -moz-appearance: textfield;
}
.dcartLeft {
	width: 90%;
	float: right;
}

.dsummrycart {
	color: #000;
	overflow: hidden;
	/* border-color: #f2f4f4 !important; */
	border: 1px solid rgb(28, 27, 27) !important;
	margin: 0 0 16px !important;
	background-color: rgba(28, 27, 27, 0.43) !important;
	padding: 15px;
}


.cartsummry h5 {
	color: #fff;
	font-size: 19px;
	margin: 0 0 10px;
	padding: 0px;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	/* font-family: "Bebas Neue", sans-serif; */
	letter-spacing: 1px;
}

.dsummrycart p {
	color: #d0d0d0;
	font-size: 15px;
	margin: 0 0 4px;
}.cartBtn .btnTheme {
	padding: 9px 15px;
	font-size: 15px;
}

.cartBtn i {
	width: auto;
	text-align: right;
	float: right;
	margin: 4px 0 00;
}

.ddeletebox .checkmark {
	top: 3px;
	left: 0;
}

.sectionHeihgt {
	/* background-color: #d3d4d5; */
	padding: 40px 0px;
	min-height: 450px;
}

.DcartPage::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(../images/hero-bg-1-1.png) repeat;
	bottom: 0;
	width: 100%;
	filter: invert(0) grayscale(1);
	opacity: 0.7; 
	background-size: cover;
	height: 100%;
}



.dcart-remove:hover {
	background: #fff;
}
.dcart-remove:hover i{
	color: #ff4545;
}.dcartBox::before {
	position: absolute;
	content: "d";
	width: 200px;
	height: 160px;
	border-radius: 50%;
	background: #420905;
	filter: blur(10px);
	opacity: 0.1;
	left: -70px;
	bottom: -30px;
}


.ddivier img {
	width: 102%;
	filter: hue-rotate(103deg);
	margin: 0 0 0 -11px;
}

.ddivier {
	overflow: hidden;
	position: relative;
}


.dftBox {
	margin: -20px 0 0 0;
	position: relative;
	z-index: 2;
}

.ftddivier {
	margin: -70px 0 0 0;
	overflow: hidden;
	position: relative;
}
.ftddivier img {
	width: 102%;
	filter: hue-rotate(103deg);
	margin: 0 0 0 -11px;
}

.cartBtn .btnTheme:hover {
	background: #4a4848;
	color: #fff !important;
}



.cartsummry {
  border-bottom: 1px solid #88656521;
  padding: 0 0 4px;
  margin: 0 0 20px;
  position: relative;
}
.cartsummry:before {
  background: #0f0c0c;
  content: "";
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  position: absolute;
}


.daniTittle2 {
	width: 38px;
	height: 1px;
	background: #bb2020;
	animation: dmymove 5s infinite;
	display: inline-block;
	border-radius: 64px;
	filter: blur(1px);
	position: absolute;
	bottom: -1px;
}


@keyframes dmymove{
 from { left:  0px;  }
 25%  { left: 110px;  }

 to   { left:  0px;  }
}
.authPage {
    padding-top: 10px;
}
.authPage_title {
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.05em;
	text-align: center;
	margin-bottom: 30px;
}

.btn-login {
    background-color: var(--pre-orange-color);
    border-color: var(--pre-orange-color);
    padding: 12px 10px;
}
.btn:focus {
    background-color: #ee3223;
    border-color: var(--pre-dark-orange-color);
}
.btn-login:hover {
    background-color: var(--pre-dark-orange-color);
    border-color: var(--pre-dark-orange-color);
}
.register a.btn {
	box-shadow: 0px 0px 2px #939393;
	font-weight: 600;
	padding: 10px;
	color: #fff;
}
.register a.btn:hover {
	background-color: #2e2e2e;
	border-color: #2e2e2e;
	box-shadow: none;
	color: #fff;
}
.form-floating {
	margin-bottom: 10px;
}
.form-floating .form-control {
	height: 45px;
	line-height: 45px;
	padding: 5px 1rem!important;
}
.form-floating select.form-control{
 	padding-top: 0px!important;
}
.form-floating > label {
  padding: 0.75rem 1rem;
  color: #000;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
.form-floating > .form-control:autofill ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating label.select-label {
   background-color: #f75959 !important;
   font-size: 15px;
   color: #000;
   font-weight: 400;
}
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating label.select-label {
    opacity: 1;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    top: -5px;
    padding: 0px 10px;
    background-color: #fff;
    height: auto;
    margin-left: 15px;
}

.catBannerImg img {
    width: 100%;
    /*max-width: 300px;*/
}
.catBanner  {
    text-align: center;
}
.ajax-load-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ajax-load-spinner img {
	width: 80px;
	height: 80px;
}