@font-face {
  font-family: "ArchyEDT";
  src: url('../fonts/archyedt/fonts/archyedt-thin-webfont.ttf') ;
  src: url('../fonts/archyedt/fonts/archyedt-thin-webfont.woff') ;
  letter-spacing: 1px;
}
/* @font-face { */
    /* font-family: 'mrgvlovani'; */
    /* src: url('../fonts/bpg_mrgvlovani_2009.ttf') ; */
/* } */
@font-face {
    font-family: 'quadrosquare';
    src: url('../fonts/bpg-banner-quadrosquare/fonts/bpg-banner-quadrosquare-caps-webfont.ttf') ;
}
@font-face {
    font-family: 'arial';
    src: url('../fonts/bpg-glaho-master/fonts/bpg-arial-webfont.ttf') ;
}
.garagein .card-header{
  background-color: transparent;
  border-top:0;
  border-bottom:0;
}
.garage-img{
  height: 335px;
  width: 100%;
  justify-content: end;
  display: flex;
  padding-right: 10px;
}
.garage-img img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.garagein .card{
  border: 0;
}
.garagein .card:not(:last-child){
    border-bottom:1px solid #e5e5e9;
}
.garagein .btn-block .fa{
  transition: 250ms linear;
  transform: rotate(90deg);
}
.garagein .btn-block.farot .fa{
  transform: rotate(270deg);
  color: var(--dang);
}
.garagein .btn-block:hover .fa{
  color: var(--dang);
}
.garagein .btn-block{
  background-color: transparent;
  text-align: left;
}
.garagein .btn-block:focus{
  box-shadow: none;
}
.m-spec h4{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .55px;
    line-height: 24px;
    font-weight: bold;
}
.m-spec p{
    color: #5c5c5c;
    font-size: 16px;
    line-height: 24px;
}
.tgiveaway{
 font-size:1.5rem;
}
/* @font-face { */
    /* font-family: 'mrgvlovani-mtavruli'; */
    /* src: url('../fonts/bpg_mrgvlovani_caps_2010.ttf'); */
/* } */

/* @font-face { */
    /* font-family: 'roboto'; */
    /* src: url('../fonts/RobotoCondensed-Regular.ttf'); */
    /* font-weight: normal; */
    /* font-style: normal; */
/* } */
/* @font-face { */
    /* font-family: 'roboto'; */
    /* src: url('../fonts/RobotoCondensed-Bold.ttf'); */
    /* font-weight: normal; */
    /* font-style: normal; */
/* } */
@font-face {
    font-family: 'bpg_arial';
    src: url('../fonts/bpg_arial_2009.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bpg_nino';
    src: url('../fonts/bpg_nino_mtavruli_bold.ttf');
    font-weight: normal;
    font-style: normal;
}
body{
  margin: 0px;
	padding-top:160px;
	/* font-family:'roboto','bpg_nino' !important; */
}
body[lang="en"]{
  font-family: 'roboto' !important;
}
body[lang="ka"]{
  font-family: 'bpg_arial' !important;
}
:root{
  --dang:#f01512;
  --prim:#131313;
}
.BARCON i{
	font-size:60px;
}
.BARCON{
  width: 640px;
  height:77%;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: none;
  border-radius: 20px;
  box-shadow: 1px 1px 32px 0px #8c8c8c7a;
	overflow: hidden;
}
.BCT select {
	padding:0px 7px!important;
}
.HOMEH1{
    position: absolute;
    bottom: 10%;
    z-index: 999;
    left: 10%;
    background: #00000070;
    padding: 10px 36px 15px;
    color: #fff;
    font-size: 25px;
}
.SUBO{
    position: fixed;
    background: #FFF;
    z-index: 999999;
    font-size: 12px;
    left: 20px; 
	top:44px;
}
.SUBO img{
	height:30px;
}
.LEFT {
    background: #017eff2e;
    border-radius: 0px 14px 14px 14px;
    margin-top: 5px;
    padding: 15px;
	width:70%;
}
.COMME{
	height: 300px;
    overflow: auto;
}
.RIGHT {
    padding: 15px;
    background: #d8008233;
    border-radius: 14px 0px 14px 14px;
    margin-top: 5px;
    float: right;
	width:70%;
}
.FWC{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index:999999999999;
}
.pass-inp{
  display: none;
}
.b-code{
  /* position: absolute;
  left: 20px;
  top: 50%;
  transform:translatey(-50%); */
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size:100%;
  cursor: pointer;
  white-space: nowrap;
  border-radius: .25rem;
  border: 1px solid #ced4da;
  background-color: #fff!important;
  padding: 0 26px;
  position: relative;
  z-index:999;
}

.b-code img{
  height: auto;
  width: 40px;
  /* max-height: 30px;
  padding: 0 10px; */
  /* filter: invert(1); */
  /* background: rgba(255, 152, 0, 0.23); */
}
.MAP{	/* transform:scale(0.7); */	transform-origin: 0% 0% 0px;}
.scode{	
  padding-bottom: 5px;
  transition: 250ms linear;
  display: block;
  position: relative;
  padding-bottom: 5px;
}
.scode::before{
  content: "";
  height: 2px;
  width: 0%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 350ms linear;
  display: block;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -5px;
}
.scode:hover::before,.RED::before{
  width: 100%;
  background-color: rgba(240, 24, 20,1);
  transform-style: preserve-3d;
  transform-origin: 0 100%;
}
.row .scode {
  margin-right: 0;
}
.YELLOW{	background:#02aff024!important;
}
.GREEN{	background:#f443363d!important;
}
.BLUE{	background:#673ab74f!important;
}
.LARGE{	
  width:100% !important;	max-width:100% !important;	overflow:hidden !important;	height: 90% !important;
}
.LARGE .bootbox-body,.LARGE .modal-content,.LARGE .modal-body{	height: 100% !important;
}
.LARGE .bootbox-body{	
  overflow:auto !important;
}
/* toast */
.toast-body {
  padding: .75rem;
}
.toast-cont{
  position: fixed;
  top:150px;
  bottom: 0;
  height: 100%;
  right: 5px;
  z-index: 999999999;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: .25rem;
  box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  margin-bottom: 5px;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #e1f1ff;
  /* color: #6c757d; */
  background: linear-gradient(45deg, #f08312,#f01512);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.fade {
  transition: opacity .15s linear;
}
.close:focus{
    outline: 0px;
}
/* toast */
.coup .PTP{
  position: absolute;
  top: 50%;
  right: 3%;
  transform:translateY(-30%)
}
.coup .PRP{
  color:#1abc9c;
}
.popup{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top:0;
  display: flex;
  padding: 30px;
  justify-content: center;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  z-index:99999;
  background-color: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
}

.term-cont{
  color: #fff;
  font-size: 13px;
  padding: 5px;
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
}
.VIEW360{
	position: fixed;
    z-index: 999999;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 95%;
    background: #FFF;
    border: solid 1px #ddd;
    border-radius: 4px;
}
.CLOSE360{
	position: fixed;
    z-index: 999999;
	right: 2.7%;
    top: 5.5%;
	font-size:30px !important;
}
#alertb{
  display: none;
  width:100%;
  /* height: 40px; */
  padding: 15px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  color:#fff;
  background-color:rgba(237, 28, 36, 0.8);
  backdrop-filter: blur(5px);
  text-align: center;
  transition: all 250ms ease;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow:0 -10px 16px -15px black;
}
.slmg{
	background:url(/img/icons/sale.png) center no-repeat;
	background-size:100%; width:70px; 
	height:70px;
	position:absolute;
	z-index:3;
	top:0px;
	right:10px;
	
}

#alertb h6{
  line-height: 1;
  cursor: default;
  display: inline;
}
#alertb-close{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 700;
  color:#fff;
  cursor:pointer;
  transition: all 250ms ease;
}
#alertb-close:hover{
  color: #c2c2c2;
  transition: all 250ms ease;
}
.form-control:focus ,.custom-control-input:focus~.custom-control-label::before {
  border-color:#231f20;
  outline: 0;
  box-shadow: none;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
  filter: opacity(0.4);
}
.drop-container{
  position: relative;
}
.drop-menu{
  display: none;
  background: #ffff;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 250ms;
  z-index: 99999999;
}
.drop-btn:hover ~ .drop-menu{
  /* display: block;
  opacity: 1; */
  transition: all 250ms;
}
.drop-menu{
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
}
.mobd-v{
  display: none;
}
#iur,#piz{
  display: none;
}
.CLICA{
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.regtab{
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(1px);
  position: relative;
  z-index: 10;
  cursor: pointer;
  border:1px solid transparent;
}
.regtab:hover{
  color:#cecece;
  transition: color 250ms ease;
}
.VIS {
    display: flex !important;
    align-items: center;
    height: 100%;
}
.PLN {
    display: none;
}
.regact{
  border:1px solid #dee2e6;
  border-bottom: none;
  background-color:#191919;
  transition: all 250ms ease;
}
.regact span{
  margin-top:10px;
}
.typeahead{
  top: 34px;
  left: 0px;
  display: block;
  height: 270px;
  overflow-y: scroll;
}
.plugin svg{
  fill:red!important;
}
.BPGARIAL {
  font: normal 14px/17px roboto,'bpg_arial' !important;
}
.CUSTOM{
	display:none;
}
.IMCO img {
    width: 100%;
}
.POS {
  width: 40px;
  display: inline-block;
  text-align: center;
}
.IMCO {
  width: 300px;
  min-height: 200px;
  border: solid 1px #DDD;
  border-radius: 3px;
  margin: 20px 0px;
  padding: 10px;
}
.mobmenu{
  display: none;
}
.filter-container, .sort-container {
  display: none;
}
.MIWCH{
	position: absolute;
  width: 12%;
}
/*swiper start*/
html,body{
	position:relative;
	height:100%;
}
a{
	color:initial !important;
	text-decoration:initial !important;
}
.d-none{
  display: none;
}
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f01512;

}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: red;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: -300%;
  }

  to {
    margin-left: 0%;
    width: -100%;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* loader */
#loader{
  position: fixed;
  z-index: 9999999;
  inset: 0;
  /* background-color: rgba(255,255,255,0.7); */
  /* background:linear-gradient(to right, rgba(19, 19, 19, 0.15), rgb(114 114 114 / 10%), rgba(19, 19, 19, 0.15)); */
  background-image:linear-gradient(to right, rgb(255 255 255 / 86%) 69%, rgb(227 204 204 / 86%) 100%);
  /* background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%); */
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@-webkit-keyframes dots-fade {
  0% {
    background: var(--prima);
    opacity: 0;
    -webkit-transform: translateX(-175%);
            transform: translateX(-175%); }
  10% {
    opacity: 1;
    -webkit-transform: translateX(-175%);
            transform: translateX(-175%); }
  20% {
    background: var(--prima);
    opacity: 0;
    -webkit-transform: translateX(-175%);
            transform: translateX(-175%); }
  30% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    background: var(--dang);
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  60% {
    background-color: var(--prima);
    opacity: 0;
    -webkit-transform: translateX(175%);
            transform: translateX(175%); }
  70% {
    opacity: 1;
    -webkit-transform: translateX(175%);
            transform: translateX(175%); }
  80%,
  100% {
    opacity: 0;
    -webkit-transform: translateX(175%);
            transform: translateX(175%); } }
@keyframes dots-fade {
  0% {
    background: var(--prim);
    opacity: 0;
    -webkit-transform: translateX(-175%);
            transform: translateX(-175%); }
  10% {
    opacity: 1;
    -webkit-transform: translateX(-175%);
            transform: translateX(-175%); }
  20% {
    background: var(--prim);
    opacity: 0;
    -webkit-transform: translateX(-175%);
            transform: translateX(-175%); }
  30% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    background: var(--dang);
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  60% {
    background-color: var(--prim);
    opacity: 0;
    -webkit-transform: translateX(175%);
            transform: translateX(175%); }
  70% {
    opacity: 1;
    -webkit-transform: translateX(175%);
            transform: translateX(175%); }
  80%,
  100% {
    opacity: 0;
    -webkit-transform: translateX(175%);
            transform: translateX(175%); } }

.dots-fade:before {
  -webkit-animation: dots-fade 1.4s infinite;
          animation: dots-fade 1.4s infinite;
  background-color: var(--prima);
  border-radius: 100%;
  content: '';
  display: block;
  height: 26px;
  width: 26px;
 }
/* loader */
.fadein{
  animation: fadein 500ms ease-in;
}
/* .LOG, */
.logo img{
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-name: slidein;
}
.logo{
  position: absolute;
  left:80px;
  top: 40%;
  transform:translateY(-50%);
  z-index: 100;
}
.LOG img ,.logo img ,.logo{
  width:150px;
}
#fancybox-wrap {
    padding: 0px;
}
.mobm{
  display:none ;
}
.mobh{
  display: block;
}
.OLDPRICE{
	position:relative;
}
.OLDPRICE::after{
	content:"";
	border-bottom:solid 1px red;
	width:100%;
	position:absolute;
	top:40%;
	transform:rotate(-15deg);
	left:0px;
}
.PBRAN{
	margin-top:7px;
  max-height: 35px;
  width: auto;
  max-width: 100px;
	/* width: 50px; */
  float: left;
  z-index: 99;
  position: relative;
}
.req::after{
  color: red;
  position: absolute;
  right: 1%;
  top: 0%;
  content: "*";
  font-weight: bold;
  font-size: 16px;
}
.SOMBO{
	font-size: 15px!important;
  font-weight: bold!important;
  background: #fff;
  line-height: 34px;
  padding-bottom: 0px!important;
}
.SOMBO:hover{
	background:#f1f1f1;
}
.btn-secondary{
	background:#dedede!important;
}
.modal-backdrop{
	margin-left:0px !important;
	margin-right:0px !important;
}
.dflex ,.fcon{
  display: flex!important;
  align-items: center;
}
.p-head{
  padding-right: 15px;
}
.p-body{
  display: block;
  width: 100%;
}
.mobhome{
  display: none;
}
#snackbar {
  visibility: hidden;
  min-width: 280px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999999;
  left: 50%;
  transform:translateX(-50%);
  bottom: 30px;
  border-bottom:5px solid #f01512;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.9s 2.5s;
  animation: fadein 0.5s, fadeout 0.9s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.brnd .FDR:nth-child(odd){
  background-color:#f1f0f0;
}
.EXM{
  max-width: 160px;
  float: left;
  margin: 0 5px;
}
.PTI{
	font-size: 12px;
  min-height:40px;
  margin-top:5px;
}
.fa-undo{
  color: white!important;
  transform: rotate(180deg);
  transition:transform 0.5s;
}
.shem:hover .fa-undo{
  transform: rotate(-180deg);
  transition:transform 0.5s;
}
.rowi{
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
}
.mob-srch{
  display: none;
}
.float-left{
  float: left;
}
.DL2{
  position: relative;
}
.lr{
  position: absolute;
  right:5%;
  top: 20%;
  display: block;
}
.shpromo .col-xs-12{
  padding: 0;
  color:#f11943;
  font-size: 1.4rem;
  font-weight: bold;
}
.shpromo .col-xs-6:nth-child(2){
  text-align: right;
}
.jr{
  justify-content:flex-end;
}
.ACP{
	background: #ddd;
    color: #FFF !important;
    border: solid 1px #999;
}
.w-100{
  width: 100%!important;
}
.shem{
  height: 100%;
  min-height: 38px;
  background: #f11943;
  color: #FFF;
  display: inline-block;
  padding: 3.5px 3px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.promo:hover{
  color: #7b7b7b!important;
  transition: all 0.3s ease;
}
.rating > span:hover:before {
   content: "\2605";
   position: absolute;

}
.rating span {
	cursor:pointer;
}
.SUBC{
	/* margin:10px; */
}
.motosrch .dropdown{
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.motosrch .dropdown-toggle::after{
  right: 10px;
}
.motosrch .dropdown-menu .position-relative{
  padding-top: 40px;
}
.moto-search{
  position: fixed;
  inset: 10px;
  bottom: auto;
}
.TI1,.TI2{
	text-align:center;
	position:absolute;
  background-color: #00000085;
  color: white;
  z-index: 5;
}
.TI1{
  top: 0;
}
.TI2{
  bottom: 0;
}
.DIAG{
	text-align:center;
	height:150px;
	border: 2px solid rgb(187, 187, 187);
}
.IDIAG{
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 122px;
    top: 17px;
}
.IDIAG2{
	width:100%;
	display:inline-block;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	height: calc(100% - 40px);
    margin-top: 27px;
}
.BOX1{
	position: fixed;
    height: calc(100% - 250px);
    width: 30%;
	overflow-y:auto;
	overflow-x:hidden;
}
.BOX2{
	position: fixed;
    height: calc(100% - 250px);
	width: 50%;
    left: 48%;
	overflow-y:auto;
	overflow-x:hidden;
}
.BOX3{
position: fixed;
    height: calc(100% - 339px);
    width: 14%;
    overflow-y: auto;
    overflow-x: hidden;
}
.BDIAG{

	height:300px;
	border:solid 1px #DDD;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
.DIAG:hover{
	cursor:pointer;
	border-color:red;
}
td{
	vertical-align:middle !important;
	text-align:center;
}
.GETSPR,.GETSPR2{
    padding: 6px 2px !important;
	width: 50px !important;
}
.rating {
  unicode-bidi: bidi-override;
direction: rtl;
    font-size: 34px;
width: 170px;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before,.rating > span.BEF ~ span:before,.rating > span.BEF:before {
   content: "\2605";
   position: absolute;
	color: gold;
}
.REVS{
	display:inline-block;
	font-size:17px;
  margin-top: 14px;
  /* float: right; */
}
.STAR{
	background: url(../img/star.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: relative;
    transform: rotate(30deg);
    display: inline-block;
}
.SRQ{
	display:none;
	width: 60px;
    height: 60px;
    left: 47px;
    position: absolute;
    font-size: 27px;
    line-height: 54px;
}
.srch{
  display: none;
}
.SLG{
	display:none;
}
.OXA{
	overflow-x: auto;
}
.SSG{
	border-radius: 4px;
    background: #FFF;
    padding: 4px 4px;
}
.SRO{
    position: fixed;
    top: 60px;
    width: 100%;
    background: #fff;
    padding: 20px;
	display:none;
}
.L a{
	color:#FFF !important;
	display:inline-block;
}
.NAR-next svg , .swiper-button-next svg{
  transform: rotate(180deg);
}
.swiper-container svg{
  fill: var(--dang);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background:none!important;
}
.swiper-slide img {
    width: 100%;
}
.swiper-slide video{
  height: 100%;
  object-fit: cover;
}
.swiper-wrapper.slcnt{
  
}
.MHO:hover a{
  color:#000 !important;
}
.MHO:first-child a{
  color:red!important;
}
.MHO img{
  filter: invert();
  height: 21px;
  width: auto;
  transition: 250ms linear;
  margin-bottom: 4px;
}
.MHO:hover img{
  filter: invert(0);
}
.L {
	height: 100px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  height: 50px;
  color: #FFF !important;
  margin-left: -5px;
  text-align: center;
  font: bold 16px/54px 'roboto','ArchyEDT';
  padding: 0px 10px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-text-stroke: 0.5px;
}
.j2{
  transition: all 200ms linear;
}
.j2:hover{
  background: #FFF;
  text-decoration: none;
  color: black !important;
  border-bottom:solid 3px #f01512;
  transition: all 200ms linear , border 300ms ease-in;
}
.j2 span{
  display: flex;
  align-items: center
}
.STTA.active:not(.page-item):not(.list-group-item) {
    border-bottom: solid 3px #f81d1d;
}
 .STTA.pact.active {
    background-color: #f7f7f7;
    border-bottom: 3px solid #f81d1d;
    font-weight: bold;
}
.checkmark {
    font-family: arial;
    -ms-transform: scaleX(-1) rotate(-35deg);
    -webkit-transform: scaleX(-1) rotate(-35deg);
    transform: scaleX(-1) rotate(-35deg);
    font-size: 10px;
    padding: 1px 5px;
}
.L:hover .CTG{
	/* display:block; */
}

.L:hover a.TPM{
  color:#000!important;
}
 .BTM:hover{
  background: transparent!important;
  color: #ccc;
}
.LISTIT{
  margin: 0!important;
}
.ctr::after , .LISTIT:hover::after{
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 16px solid white;
  border-bottom: 12px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform:translateY(-50%);
  filter: drop-shadow(2px 2px 8px #c3c3c3);
}
.ctr {
  position: relative;

}
.ctr a.BTM{
  color:#000!important;
}
a.BTM{
  color:#000!important;
}
.ctr {
  border-bottom:solid 3px #f01512!important;
}
.gline,.gln{
  height: 6px;
  background: #e4e4e4;
  display: inline-block;
  margin: 15px 20px;
  margin-top: 22px;

}
.gline{
  width: 100%;
}
.gln{
  width:60px;
}
.gln:hover{
  border-bottom:0px!important;
}

/* :first-child:after{
  content: "";
  height: 6px;
  width: 53px;
  background: #e4e4e4;
  display: block;
  position: relative;
  top: -31px;
  left: -20%;
}
:first-child:before{
  content: "";
  height: 6px;
  width: 53px;
  background: #e4e4e4;
  display: inline-block;
  position: relative;
  top: 0;
  left: -80%;
}
:last-child:before{
  content: "";
  height: 6px;
  width: 53px;
  background: #e4e4e4;
  display: inline-block;
  position: absolute;
  top: 22px;
  right:334px;
} */
.lpt{
  height:30px !important;
}
.SHIPME .BCT:not(:last-child){
  margin-bottom: 15px;
}
.WBL{
    color: #FFF;
    font: normal 11px/36px  roboto,'bpg_arial';
    padding: 0px 10px;
    position: relative;
    height: 36px;
    float: left;
    display: inline-block;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
}
.WBL:hover{
   color: #000;
   background:#FFF;
}
.WBL:hover *{
   color: #000 !important;
}
.WBL .TEX,.WBL .fa,.WBL i{
    -webkit-transform: skew(10deg) !important;
    -moz-transform: skew(10deg) !important;
    -o-transform: skew(10deg) !important;
    display: inline-block;
	color:#FFF;
	text-transform: capitalize;
}
.WBL i{
    font-size: 14px;
}
.salc{
  color:#f01512!important;
}
.HLI{
	display: inline-block;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.9);
    top: 110px;
	height:50px;
	position: absolute !important;
	z-index: 999;
}
.imfil{
  opacity: 0.3;
  filter:grayscale(1) blur(2px);
  max-width: 400px;
}
.BHE{
	height:36px;
	background:#000;
	position:absolute;
	top:0px;
  /* -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg); */
  /* padding: 0 10px; */
}
.dropdown-menu {
  overflow:hidden;
}
.hdr-container .dropdown-menu.mt-0{
  width: max-content !important;
}
.hdr-container ul li.ml-auto+li .dropdown-menu a:last-child{
  background-color: red !important;
  transform: skew(0deg);
  color: #fff !important;
}
.hdr-container{
  width:calc(100% - 240px);
  height:36px;
  background:#000;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg) translateX(-14px);
  padding: 0 15px;
  border-radius:4px;
  position: relative;
  z-index: 9999;
}
.hdr-container ul{
  list-style-type: none;
  color: #ffff;
  height: inherit;
}
.hdr-container li span ,.hdr-container li i{
  font-size: 0.7rem;
  color: #ffff;
}
.hdr-container li a{
  transform: skew(10deg);
}
.hdr-container li{
  height: inherit;
  align-items: center;
  display: flex;
  justify-content: center;
  padding:0 5px;
  font: normal roboto,'bpg_arial';
}.hdr-container li:hover span,.hdr-container li:hover i,.dropdown-toggle:hover::after{
  color: #000;
}
.hdr-container li:hover{
  background:#FFF;
}
.zex{
  position: relative;
  z-index: 100;
}
.dropdown-toggle::after{
  position: absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
}
.dropdown ,.dropdown-toggle{
  display: flex;
  align-items: center;
}
.dropdown-toggle{
  padding-right: 15px;
  height: inherit;
}
.dropdown-menu *,.dropdown-menu:hover * {
  color: #000 !important;;
}
.dropdown-menu{
  display:block;
  opacity: 0;
  visibility: hidden;
  transition:.3s;
  margin-top:0;
  min-width: auto;
  width:calc(100% + 10px);
  min-width: 110px;
  z-index: 999999;
  /* left: 50%; */
  padding:0;
  /* left: 50%;
  transform: translatex(-50%); */
}
.compare-info{
  /* border: 1px solid #c8c8c8; */
  /* padding: 15px; */
  /* margin: 15px 0; */
}
.cinfo-title{
  position: relative;
  width: 100%;
  background-color: #f4f3f8;
  color:#00803e;
  padding: 15px 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 21px;
  border-top:2px solid #ffff;
  border-bottom:2px solid #ffff;
}

.cinfo-title::after{
  position: absolute;
  right: -13px;
  font-size: 25px;
}

.cinfo-title:hover::after {
  color: white;
}
.cinfo-item .col-lg-3:hover{
  background-color:#faf9fc;
}
.cinfo-title:hover{
  border-color:#00803e ;
}
.table-hover .cinfo-item .col-lg-3:hover{
  background-color: #faf9fc;
}
.cinfo-item .col-lg-3{
  background-color: #f4f3f8;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  padding: 0.75rem;
}
.cinfo-item .row{
  padding: 0;
}
.table-hover tbody tr:hover{
  background-color: #f4f3f8;
}
.compare-cont .sticky-top .col-4 h4{
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(3px);
  text-align: center;
  border-radius: 5px;
  padding: 5px;
}
.compare-cont table thead th {
    -webkit-text-stroke: 0.3px;
    font-size: 17px;
}
.progress-bar.bg-success {
    background-color: #00fb39!important;
}
.compare-cont .sticky-top {
  z-index: 999999;
}
.compare-cont .sticky-top .col-3 h5{
  text-align: center;
  padding: 5px ;
  font-weight: 600;
  display: block;
  background-color: rgba(255,255,255,0.9);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.hdr-container .dropdown-menu{
  transform: translateX(-50%) !important;
  top: 110% !important;
}
.hdr-container li:hover .dropdown-menu ,.dropdown-menu:hover,.dropdown:hover .dropdown-menu{
  transition: .3s;
  opacity:1;
  visibility:visible;
  transform: rotateX(0deg);
}
.dcart .dropdown-toggle::after{
  content: none !important;
}
.dcart .dropdown-menu{
  width:500px;
  max-width: auto;
}
.dropdown-item:hover,.dropdown-item.active{
  background-color: rgb(218, 216, 216);
  transform: skew(0deg)!important;
  transition: all 200ms linear;
}
.BHE li{
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  cursor: pointer;
}
.BHE li *{
  color: white!important;
  font: normal 11px/36px roboto,'bpg_arial';
}
.BHE li:hover {
  color: #000;
  background:#FFF;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
}
.BHE li:hover *{
  color: #000!important;
}
.easyzoom {
    width: calc(100%);
    height: auto;
    overflow: hidden;
    margin: auto;
}
.LIMG{
	margin:0px 0px 3px 0px;
	text-align:center;
}
.LIMG img{
    width: calc(100%);
	max-width:390px;
}
.LIMS img:hover{
	opacity:0.9;
	cursor:pointer;
}
.LNT{
  height: 90px;
  width: 500px;
  position: fixed;
  top: 34px;
  z-index: 80000;
  left: -100px;
  background: #fb1314;
  opacity: 0.6;
  transform: rotateZ(-29deg);
  text-align: center;
  text-transform:capitalize;
  color: #FFF;
  font: normal 30px/94px 'roboto','bpg_nino';
}
.NAR-next ,.NAR-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(238, 238, 238, 0.3)!important;
  backdrop-filter: blur(3px);
  background-image: none !important;
  width: 40px !important;
  height: 40px!important;
  border-radius: 10px;
  font-size: 28px;
  transition: all 200ms linear;
}
.NAR-next:hover ,.NAR-prev:hover {
    background: rgba(238, 238, 238, 0.6)!important;
}
.NAR-next svg,.NAR-prev svg {
 opacity: 0.65;
 transition: all 200ms linear;
}
.NAR-next:hover svg ,.NAR-prev:hover svg{
   opacity: 1;
}
.modal-backdrop.in {
    margin: 0px !important;
}
.HLM img{
	width:100%;
}
.PG {
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 4px;
    color: #6d6b6b !important;
}
.ARD{
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0px;
}
.WCP{
	padding-left:15px !important;
	padding-right:0px !important;
}
/* .VIS{
	display:block !important;
} */
div.HID,.HID{
	display:none !important;
}
.LLI{
	/* padding:0px 24px 0px 16px !important; */
	display:block;
	/* border-bottom:solid 1px #eee; */
}
#gal1{
	display:inline-block !important;
}
#gal2{
	display:none !important;
}
/* .LLI:hover{
	background:#fdfdfd!important;
} */
.CLN:hover .LLI{
	display:block !important;
	background:#FFF;
}
.NOR{
	padding-right:0px !important;
}
.FR{
	float:right;
}
.FL{
	float:left;
}
.BRN{
	float:right;
	margin-top:0px;
}
.col-3 .BRN{
  max-width: 100px;
}
.CKO,.CKO2{
  background: #f11943;
  display: inline-block;
  padding: 7px 30px;
  margin: 20px;
	color:#FFF !important;
  border-radius: 5px;
}
.CKO:hover{
	background:#e9002d;
}
.BBL{
	font: normal 15px/27px roboto,'bpg_arial';
}
.BBG{
    font: normal 21px/27px roboto;
}
div.BBO{
	border-left:solid 1px #f1f1f1;
	border-right:solid 1px #f1f1f1;
	border-bottom:solid 2px #DDD;
  margin-bottom:20px;
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.BBH{
	font: normal 24px/24px roboto,'bpg_arial';
    margin: 0px;
}
.BBT{
	font: normal 14px/37px roboto;
}
.BB1{
	height:85px;
    margin: 0px 0px 0px;
}
.BRO{
	border-bottom:solid 1px #f1f1f1;
	margin-bottom:20px;
	padding-bottom:20px;
}
.FLB{
    height: 30px;
}
.BB5 i{
    line-height: 37px;
    font-size: 20px;
}
.BB5 i:hover{
    color:#777;
}
.BG1{
	/* margin-top:20px; */
}
.BG2{
	font:normal 14px/24px roboto,'bpg_arial';
	text-decoration:line-through;
	color:#999;
}
.BG3{
	font:normal 17px/24px roboto,'bpg_arial';
	color:#f00;
;
}
.nsnm{
  position: relative;
}
.nsnm::after{
  content:"\f040";
  font-family: fontAwesome;
  font-size: 13px;
  display: block;
  position: absolute;
  right:5px;
  top:50%;
  transform: translateY(-50%);
}
.OLI{
  background: #222;
  color: #FFF;
  font: normal 12px/36px roboto,'bpg_arial';
  text-transform:capitalize;
  padding: 0px 20px;
  position: relative;
  height: 36px;
  float: left;
  display: inline-block;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  cursor:pointer;
}
.OLI span{
  -webkit-transform: skew(20deg) !important;
  -moz-transform: skew(20deg) !important;
  -o-transform: skew(20deg) !important;
  display: inline-block;
  color: #FFF;
}
.OLI:hover{
	background-color: #c31d24;
  transition: background-color 250ms ease;
}
.OLI.active{
  background-color: #ce1d24;
}
.GRL{
	background:#f9f9f9;
	overflow:hidden;
}
.PRO{
  padding-bottom: 10px;
  margin-top: 30px;
  height: 400px;
  background: #FFF;
  border: solid 1px #f0f0f0;
  border-top: none;
  box-shadow: 0px 1px 0px 0px #e2e2e2;
}
.PIM{
	height:80%;
	background-size:220px !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
transition: top 0.7s ease 0s;
    top: 20px;
}
.PIM:hover{
    top: 0px;
}
.BFL{
    margin-top: 0px !important;
    font: normal 12px/14px roboto,'bpg_arial';
}
.IB{
	display:inline-block !important;
}
.PRA{
	font:normal 14px/14px roboto,'bpg_arial';
	color:#000;
	text-decoration: line-through;
}
.PRP{
	font:normal 20px/24px roboto,'bpg_arial';
	color:#191919;
}
.LEI{
    width: 1px;
    height: 20px;
    background: rgb(240,8,58);
    margin: 0px 7px 0px 7px;
    vertical-align: middle;
}
.NPR{
	font:normal 14px/14px roboto;
	color:rgb(240,8,58);
}
.OAC{
	background: rgb(240,8,58);
}
.LIS{
	padding: 20px 10px 0px !important;
}
.LIZ{
    border: solid 1px #DDD;
    padding: 20px 4px !important;
}
.LIZ:hover{
	border-color:#ccc;
}
.SBS{
	height:270px;
	background:#FFF;
}
.BLE{
    background: #000;
    height: 100px;
    border-radius: 10px;
    display: inline-block;
}
.PLT{
    text-align: center;
    color:#444444;
}
.LTE{
	vertical-align:middle;
	text-transform: uppercase;
  font: normal 16px/24px roboto,'bpg_arial';
  font-weight: 600
}
.LTB{
	vertical-align:middle;
	text-transform: uppercase;
	font:normal 24px/24px roboto,'bpg_nino';
}
.IB{
	display:inline-block;
}
.LIN{
    width: 1px;
    height: 30px;
    background: rgb(224, 32, 66);
    margin: 0px 14px 0px 14px;
    vertical-align: middle;
}
.SBN{
  font: normal 13px/12px roboto,'bpg_arial';
  color:#b36f6f;
  padding: 5px 0
  /* color: #888; */
}
.WSL{
    height: 40px;
    margin: auto;
    margin-top: 30px;
	width:80%;
}
.SBI{
	vertical-align: top;
	height:100%;
	padding:0px 7px;
	width: 100%;
	-webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
	border:solid 1px #FFF;
	outline:none;
}
.SBB span,.BTN span{
	-webkit-transform: skew(10deg) !important;
    -moz-transform: skew(10deg) !important;
    -o-transform: skew(10deg) !important;
	display: inline-block;
}
.BTN{
	-webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
	display:inline-block;
	color:#FFF;
	background:red;
    padding: 6px 10px;
    margin-left: 0px;
    margin-top: 10px;
}
div.TPR{
	/* font: normal 14px/14px 'bpg-arial',roboto; */
    /* padding: 10px 0px 0px 0px !important; */
}
.TPR a{
	color:#FFF !important;
}
.SBB{
  font: normal 15px/40px roboto,'bpg_arial';
  text-align: center;
  height:100%;
  color:#FFF;
  background:red;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  display:inline-flex;
  align-items: center;
  justify-content: center;
  /* width:50px; */
  padding: 0px 10px;
  line-height: 2;
  margin-left: -4px;
}
.SBB:hover{
	background:#ec1213;
}
.SMT{
	/* font-size:30px; */
  font-size: 2.5rem;
}
.FUU{
	font: normal 12px/12px 'roboto','bpg_nino';
    margin: 0px;
}
.MTO{

}
.MGR{
	margin:auto;
	display:inline-block;
	width:200px;
	text-align:center;
}
.TRP{
	display:inline-block;
	width:30%;
	height:10px;
	background:#EEE;
	-webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
	margin-left:2px;
}
.TAC{
	background:#f64651;
}
.LHE{
	font-size:18px;
}
.PMG{
	background-size: contain !important;
    background-position: center center !important;
    height: 280px;
    background-repeat: no-repeat !important;
}
.PML{
	background-size: cover !important;
    background-position: center center !important;
    height: 200px;
	background-color:#FFF !important;
    background-repeat: no-repeat !important;
    float: left;
}
.PML:hover{
	opacity:0.9;
}
.BFL{
  min-height: 35px;
  width: 101px;
  float: left;
  display: flex;
  align-items: center;
}
.zoomWrapper img,.ZW img{
	width:80% !important;
	height:auto !important;
	position:relative !important;
}
.ZW{
	margin-bottom:20px !important;
    /* overflow: hidden !important;	 */
}
.zoomWrapper,.zoomContainer{
	min-height:320px !important;

    text-align: center !important;

}
.zoomWindow{
    border: 1px solid rgb(84, 84, 84) !important;
}
.zoomWrapper{
	width: 100% !important;
	overflow: hidden !important;
}
/*set a border on the images to prevent shifting*/
 #gallery_01 img{border:1px solid white;}

 /*Change the colour*/
 /* .active img{border:1px solid #333 !important;} */
.BCK{
	background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    word-break: break-word;
}
.PMP{
    height: 400px;
    border: solid 1px #f1f1f1;
}
.BLB{
	background:#191919;
}
.BLB nav{
  background-color:#cecece;
  border-radius: .25rem;
}
.BLB .nav-link:hover{
  background-color:#e0e0e0;
  transition: all 0.3ms ease;
}
.PL1 h3{
	font: normal 14px/17px roboto;
    text-transform: uppercase;
    text-align: left;
}
.PL2{
	text-align:left;
	font: normal 12px/14px roboto,'bpg_arial';
}
.TL{
	text-align:left;
}
.LT1{
	margin-top: 10px;
	display: inline-block;
    float: left;
    border-bottom: solid 1px #737373;
}
.LT2 i{
    margin-top: 5px;
	display: inline-block;
    font-size: 24px;
	float: right;
}
.EVI img{
	width:100%;
}
.BCN{
	border-top:solid 1px #ddd;
}
.KO{
	background:#FFF;
	border-bottom:solid 1px #DDD;
	padding-top: 40px;
}
.KO .TRP{
	display:block;
}
.KO1{
	font-size:20px;
    width: 160px;
}
.KO1 .NR{
	background: #FFF;
    box-shadow: 0px 0px 1px 0px #ddd;
	height: 44px;
}
.KO1 .NAR-next{
	left: 60px !important;
}
.NR:hover{
    box-shadow: 0px 0px 1px 0px #990;
}
.KO2{
	font-size: 20px;
    float: right;
    position: absolute;
    right: 0px;
    bottom: -2px;
    z-index: 99;
}
.VID{
	overflow:hidden;
    height: 400px;
}
.OH{
	overflow:hidden;
}
.CAR{
	display:none;
}
.CR2{
    right: 57px !important;
    top: 12px !important;
}
.CR2 i{
	color:#f1f1f1 !important;
}
.VID video{
    width: 100%;
	height:100%;
}
.PLA i{
	color: #e0142a;
    font-size: 100px;
    margin: 110px;
}
.PLA,.PAU{
    width: 100%;
	height:100%;
	position:absolute;
	z-index:99;
}
.PAU{
	display:none;
}
.BRD *{
	color:#999 !important;
}
.BRD a{
	text-transform:capitalize;
	font: normal 12px/14px 'bpg_arial',roboto !important;
}
.CARTBU{
	height:60px;
}
.BGG{
	display:none;
	position:absolute;
	right: -20px;
	top: 50px;
	border-radius: 5px;
	width:284px;
	min-height:50px;
	z-index:999;
	border: solid 1px #ddd;
    border-top: solid 7px #000;
    background: #FFF;
}
.CWI{
	color:#FFF !important;
}
.BBV{
    border-bottom: solid 1px #EEE;
    font: normal 12px/22px 'bpg-arial',roboto !important;
    color: #eee;
    margin-top: -10px;
}
.BBD{
	padding: 10px 0px 10px 0px !important;
	border-bottom:dotted 1px #ddd;
}
.BAR{
  background: #FFF;
  /* position: absolute; */
  width: 100%;
  height: auto;
  z-index: 1000;
  /* border: solid 1px #ddd; */
	/* padding: 15px; */
	overflow-y:auto;
	max-height:400px;
}
.BLK{
	background:#000;
	color:#FFF;
}
.ARR {
	position: absolute;
    top: -10px;
    width: 15px;
    right: 140px;
    height: 15px;
    background: #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0px 0px 4px #333;
}
.IFR{
	width:100%;
	height:300px;
}
.LNI{
	border-bottom:solid 1px #999;
	margin-bottom:0px;
}
.PTT{
	font-size: 26px;
}
.PBX{
  margin-top: 15px;
  min-width: 150px;
  margin-left: 15px;
	/* overflow:hidden; */
	display:inline-block;
  position: relative;
}
.PBX.mt-0{
  margin-left: -20px;
}
.PBX.mt-0::after{
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: #fff;
}

.PBT{
	width: 100%;
  /* margin-left: -10%; */
  text-align: center;
  height: 50px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: #ff1749;
}
.PBP{
	font: normal 24px/53px roboto,'bpg_arial';
	color:#FFF;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  padding: 0 15px;  
}
.PBS{
	height: 50px;
  font: normal 18px/50px roboto,'bpg_arial';
  text-decoration: line-through;
  color: #999;
}
.SZI{
  width: 27px;
  height: 27px;
  border: solid 1px #000;
  text-align: center;
  line-height: 25px;
  border-radius: 3px;
  margin: 4px 2px;
}
.SZI:hover{
  border: solid 1px red;
  background:red;
  color:#FFF;
}
.COO{
    width: 30px;
    height: 30px;
	border: solid 4px #fff;
    border-radius: 50px;
    margin: 4px 0px;
    box-shadow: inset 0px -2px 10px 0px #777;
}
.COO:hover{
    border: solid 4px #f1f1f1;
}
.PCO{
	text-align:center;
}
.P15{
	padding-top:15px !important;
}
.P15 i{
	font-size: 24px;
    margin: 0px 7px 0px 0px;
}
.LB1{
	font:normal 16px/24px roboto,'bpg_arial';
	text-transform:capitalize;
}
.LB2{
	font:normal 22px/26px roboto,'bpg_arial';
}
.LB3{
	font:normal 16px/24px roboto,'bpg_arial';
	color:#CCC;
}
.LB4{
	background:#16b200;
	color:#FFF;
	font:normal 12px/12px roboto,'bpg_arial';
	text-align:center;
	display:inline-block;
	padding:2px 3px;
	border-radius:3px;
}
.LB5{
	background:#f11943;
	height:40px;
	min-width:70px;
	border-radius:1px;
	overflow:hidden;
	display: inline-block;
}
.LB6{
	background: #f11943;
  color: #FFF;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
  transform: skew(-10deg);
}
.LB6:hover{
  background: #ca173a;
  transition: all 250ms ease;
  transform: skew(0deg);
}
.LB6:active{
  transform:skew(0deg) scale(0.98);
  transition: all 250ms ease;
}
.LB6 i{
	color:#FFF;
}
.irs{
	height:44px !important;
}
.irs-slider{
    border-radius: 0px !important;
    -webkit-transform: skew(-10deg) !important;
    -moz-transform: skew(-10deg) !important;
    -o-transform: skew(-10deg) !important;
    background: red !important;
    border: none !important;
    height: 14px !important;
    width: 24px !important;
    top: 14px !important;
    box-shadow: 0px 0px 2px 0px #000 !important;
}
.irs-bar{
    border: none !important;
    height: 3px !important;
    background: #000 !important;
    top: 20px !important;
}
.irs-line{
    top: 17px !important;
	background: none !important;
    border-radius:0px !important;
	height:7px;
}
.irs-from,.irs-to{
	display:none !important;
}
.FL1{
font: normal 20px/27px roboto,'bpg_arial';
}
.FL2{

}
.FL3{
	font: normal 20px/34px roboto,'bpg_arial';
	border-bottom:solid 1px #CCC;
	padding:10px 15px;
}
.FL4{
	border-bottom:solid 1px #CCC;
	padding:10px;
	min-height:10px;
	font:normal 15px/22px roboto,'bpg_arial';
}
.FLT{
	padding: 7px 15px;
}
.fltsc{
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-body .fltsc{
  max-height: 100% !important;
}
i.FAD,.FDR{
	display:none;
}
.FDR{
	font:normal 14px/17px roboto,'bpg_arial' !important;
  margin:10px 0;
  padding: 10px;
  /* display: flex;
    align-items: center; */
}
.FLR{
  margin-left:10px!important;
}
.FL4 i{
	/* float:right; */
	margin-top:4px;
}
.FLT{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.FL4:hover i{
	color:red;
}
.FL5{
	border-bottom:solid 2px #CCC;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
}
.FL6{
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}
.FL7{
	margin: 6px 0px;
	border-left:solid 1px #DDD;
	border-right:solid 1px #DDD;
}
.FL8{
	border:solid 1px #DDD;
	margin:7px 15px;
}
.FL9{
	margin-top: 12px;
    font-size: 14px !important;
    float: right;
}
.FL9:hover{
	color:red;
}
.BRV{
  margin: 20px;
  height: 125px;
  width: 125px;
  filter: drop-shadow(8px 8px 6px transaparent);
}
.BRV:hover{
  transition: all 70ms linear;
  filter: drop-shadow(8px 8px 6px #1d1d1d);
}
.DL1{
	border:solid 1px #DDD;
	padding:5px;
	margin:0 5px;
	vertical-align: bottom;
	font: normal 15px/22px roboto,'bpg_arial';
}
.tir{
  line-height: 2.3;
}
.DL1:hover{
	background:#f1f1f1;
}
.TC{
	text-align:center;
}
.MNS,.AMU,.PLS{
	height:100%;
	color:#FFF;
	font: normal 17px/42px roboto,'bpg_arial';
    text-align: center;
}
.MNS:hover *{
	background:#e9002d !important;
}
.PLS:hover *{
	background:#e9002d !important;
}
.MNS .AMT,.AMU .AMT,.PLS .AMT{
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);

}
.AMU .AMT{
	color:#000;
}
.AMU{
	background:#f1f1f1;
}
.MNS,.PLS{
	background:#f11943 !important;
}
.MNS,.AMU,.PLS{
	overflow:hidden;
	min-width:20px;
	background:#f1f1f1;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}
.DBO{
	border-bottom:solid 1px #f1f1f1;
}
.BCT{
  background:#FFF;
  overflow: hidden;
  border: solid 1px #575656;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  position: relative;
}
.BSS{
  height: 100%;
  width: 64%;
  vertical-align: top;
  display: inline-block;
  background:#FFF;
  overflow: hidden;
  border: solid 1px #575656;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
}
.BSS input{
	box-shadow:none !important;
	outline:none;
	border:none;
	background:#fff;
	color:#000;
	-webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
	font: normal 14px/14px roboto,'bpg_arial';
}
.BCT input,.BCT select{
	box-shadow:none !important;
	outline:none;
	border:none;
	background:#fff;
	color:#000;
	-webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
	font: normal 14px/14px roboto,'bpg_arial';
  padding: 10px 12px;
}
.BCB{
  display: inline-block;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: linear-gradient(45deg, #f08312, #f01512);
  cursor: pointer;
}
.BCB button{
  height: inherit;
  width: inherit;
}
.BCB .btn{
	box-shadow:none !important;
	outline:none !important;
	border:none !important;
	background:transparent !important;
	color:#FFF !important;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  text-transform:uppercase;
}
.BCB:hover{
    background:linear-gradient(45deg, #c76f11, #ad110f);
}
.border.col-sm-4{
  background-color: #191919;
}
.UBU{
  margin: auto;
  display: inline-block;
  background: #fff;
  border-radius: 87px;
  width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  transform: translatey(40px);
}
.UBU i{
    font-size: 54px;
    color: #191919;
}
.UBU i:hover{
    color: #191919;
}
.UBU ~ .BCT:focus {
   border: solid 1px #575656;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}
.UBU ~ .BCT {
  text-align:center;
  background-color: transparent;
  border: 0;
}
.UTE{
	color:#FFF;
	font:normal 16px/16px roboto,'bpg_arial';
}
.RPH{
    background: url(../img/down.jpg);
    opacity: 0.2;
    width: 224px;
    right: 0px;
    background-repeat: no-repeat;
    height: 160px;
    position: absolute;
    bottom: 0px;
    background-size: cover;
    box-shadow: inset 0px 0px 59px 38px #f5f5f5;
}
.HBO{
	height:140px;
}
.HBX{
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 16%;
    z-index: 990;
}
.HBT{
	width:100%;
	height:5px;
}
.WCO{
	background:#FFF;
}
.WCL{
	min-height:418;
	border:solid 1px #f1f1f1;
	padding-bottom: 15px;
}
.WCB{
	background-size:cover !important;
	background-repeat:no-repeat;
}
.HOU{
	width: 30%;
  height: 100%;
  position: absolute;
  /* background: rgba(255, 0, 0, 0.74); */
  background: linear-gradient(175deg, rgba(210, 19, 3, 0.78) 52%, rgba(105, 5, 5, 0.85));
  backdrop-filter: blur(2px);
  box-shadow: 0px 10px 13px -2px black;
  color: #FFF;
  top: 0px;
  right: 150px;
	padding:20px;
}
.HOL{
	font: normal 16px/36px roboto,'bpg_arial';
    border-bottom: dotted 1px #FFF;
}
.TC{
	text-align:center;
}
.HO1{
	font:normal 24px/40px roboto,'bpg_arial';
}
.HO2{
	font:normal 14px/30px roboto,'bpg_arial';
}
.HO3{
	font:normal 20px/30px roboto,'bpg_arial';
}
.HO4{
	font:normal 14px/23px roboto,'bpg_arial';
	text-transform:capitalize;
  margin-top:5px;
}
.HO4 a{
  color: #fff!important;
  padding-left:2px;
  /* font-weight: bold; */
}
.HO4 a:hover{
  color:#59b1f7!important;
  transition: all 250ms ease;
}
.HOU .fa{
	color:#FFF;
}
.NOP{
	padding:0px !important;
}
.NOM{
	margin:0px !important;
}
.m-auto{
  margin:auto!important;
}
.NOM .BCB{
  display: flex;
  align-items: center;
  height: 35px;
  margin-top: 1px;
  text-align: center;
  justify-content: center;
}
.SLL {
  /* max-width: 50%; */
  left: 10%;
  padding: 1.25rem 1.35rem;
  text-align: left;
  vertical-align: middle;
  /* display: inline-block; */
  top:240px;
  font: bold 40px/1 'roboto','bpg_arial' !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.61);
  backdrop-filter:blur(3px);
  color: #FFF;
  text-transform: uppercase;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
}
.SLL a{
  font: normal 16px/20px 'roboto','bpg_arial' !important;
  left: 100px !important;
  color: #FFF !important;
  text-shadow: 1px 1px 3px #000;
}
.SLL a .SBB{
  margin-left: 0px!important;
	/* width:100% !important; */
}
.SLL a .SBB span{
	padding: 0px 14px 0px 10px !important;
  font-weight: bold;
}
.GIM{
	margin-bottom:3px;
}
.swiper-container{
	width:100%;
	/* height:540px !important; */
	margin-left:auto;
	margin-right:auto;
}
.swiper-container2 .swiper-slide img{
  max-width: 120px;
  object-fit: contain;
  padding: 0 10px;
}
.swiper-container2,.swiper-container3{
	overflow:hidden;
	height:110px;
}
.swiper-container2 .swiper-slide{
	padding:0px 15px !important;
  display: flex;
}

.swiper-container4{
  height: 70%;
  width: 100%;
  overflow: hidden;
}

.S-KEYWORD-SEARCH::placeholder {
  color: #d7d4d6;
}
.swiper-container4 .SWBUT{
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease;
}
.swiper-container4:hover .SWBUT{
  opacity: 1;
  visibility: visible;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
  content: none!important;
}
.swiper-scrollbar{
  display: none;
}
.swiper-slide{
	background-size:cover;
	background-position:center;
	cursor:pointer;
  position: relative!important;
}

.swiper-slide img{
  width: 100%;
}
.swiper-slide a{
  display: block;
  /* position: absolute; */
  /* top: 50%;
  transform: translate(-50%,-50%);
  left: 50% !important; */
  padding: 10px 0;
	width:100%;
  /* margin-left: 8px; */
}
.swiper-container2 .swiper-slide a{
  display: flex;
  align-items: center;
  justify-content: center;
}


.swiper-container-3d{
  height: 100vh!important;
}
.SLD{
  width: 100%;
  height: 100%;
}
/* .gallery-top{
	height:80%;
	width:100%;
} */
.gallery-thumbs{
	height:20%;
	box-sizing:border-box;
	padding:10px 0;
}
.gallery-thumbs .swiper-slide{
	width:100px;
	height:100%;
	opacity:0.4;
}
.gallery-thumbs .swiper-slide-active{
	opacity:1;
}
.gallery-top{
	width:100%;
	height:100vh;
  overflow:hidden;
}
.gallery-top img {
  vertical-align: middle;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumbs{
	height:95px;
}
/*swiper END*/
.MIM{
	height:50px;
	margin:30px;
	width:auto;
}
.DMT{
	margin-top:40px !important;
	margin-bottom:40px !important;
}
.SMT{
	/* margin-top:20px !important;
	margin-bottom:20px !important; */
	/* text-shadow: 1px 1px 3px #7d7d7d; */
}
.CNO{
  width: 80%;
  background: #676767;
  color: #FFF;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  margin: 50px 10px 10px 10px;
}
.CNO:hover{
	background:#990;
	cursor:pointer;
}
.CP{
	cursor:pointer;
}
.CF{
	cursor:default;
}
.CW{
	color:#FFF !important;
}
.FR{
	float:right !important;
}
.FL{
	float:left !important;
}
.NOP{
	padding:0px !important;
}
.BGR{
	background:#131313;
	color:#a2a2a2;
}
.FHL{
	text-transform:uppercase;
    margin-bottom: 10px;
}
a.FLL{
	color: #a2a2a2 !important;
}
.PRO:hover{
	border-color:#ccc;
}
.FLL{
	text-transform:capitalize;
  height: 27px;
  font-size: 13px;
}
.ARO{
	color:#9a0c09 !important;
  font-size: 1.7rem;
  margin-right: 0 !important;
}
.HDL{
	padding: 20px 15px 0px 15px;
    font: normal 34px/50px roboto,'bpg_arial';
}
.LAB{
	font: normal 20px/74px roboto,'bpg_arial';
}
#MAP{
	width:100%;
	height:500px;
}
.DVS{
    background: #d4af37;
}
a:focus{
	text-decoration:none !important;
}
.BLU{
	background:#162784;
}
.BLD{
    background: #131313;
	padding: 40px 20px !important;
	font: bold 20px/22px 'roboto';
	text-align:center;
}
.WTE{
	background:#FFF;
}
table.t1{
	margin-top:0px !important;
	margin-bottom:0px !important;
}
.EY1,.EY2{
	position:absolute;
	right:10px;
	top:10px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}
.EY1{
	display:none;
}
.WHI,.WHI a{
    color: #FFF !important;
}
.DIV{
    padding: 20px 0px;
}
.MAI{
	max-width:100%;
}
.LOG{
	position: absolute;
	left: 91px;
  top: 44px;
  color: #fff;
  font: bold 22px/22px 'roboto';
  letter-spacing: 2px;
	text-decoration:none;
}
.LOG a{
	color:#fff !important;
	text-decoration:none !important;
}
.position-relative{
  position: relative;
}
.index{
  position: absolute;
  left:2%;
  top:50%;
  transform: translateY(-50%);
  color: #656565;
  font-size: 15px;
}
#tnum,#tnum2{
  padding-left: 55px;
}
.TEL{
  position: absolute;
  right: 20px;
  top: 16px;
  color: #333;
  font: normal 16px/22px 'roboto';
  letter-spacing: 2px;
  text-decoration:none;
}
.TEL a{
	color: #fff !important;
    font-weight: bold;
	text-decoration:none;
}
.dd{
	display:none !important;
	float:right !important;
	margin:4px 12px !important;
	width:auto !important;
}
.dd-item{
	font-size: 11px !important;
}
.nav>li>a {
  padding: 0!important;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.FHE{
	position: fixed;
  top: 0px;
  width: 100%;
  height: 160px;
  text-align: center;
  background: #FFF;
  z-index: 991;
}
.FHE:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
	z-index: -1;
	/* background: url(../img/cam.jpg) no-repeat; */
	background-size: 100%;
	background-position: center 9%;
}
.c-white:hover{
  color:#d4d1d1 !important;
}
.c-white{
	color:#FFF !important;
}
.CTG{
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50px;
  background: #FFF;
  color: #000;
  border-bottom:dotted 1px #CCC;
}
.CMT{
	font:normal 11px/20px roboto,'bpg_arial';
}
a.CMB{
	border-bottom:dotted 1px #CCC;
	font:normal 18px/40px bpg-arial,roboto;
  color: #000!important;
  line-height: 1.5;
  padding: 7px 0;
}
.CMT{
  color:#000 !important;
}
a.CMB:hover{
	color:#000 !important;
	background:#242424;
}
.CTI{
	width:100%;
}
.SBO,.CBO{
  background: #000;
  display: inline-block;
  padding: 10px 12px;
  float: right;
  opacity: 0.8;
  height: 40px;
  margin-left: 12px;
	top:50px;
	position:relative;
}
.sinp,.sinb{
  background: #000;
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  height: 40px;
  margin-left: 12px;
	position:relative;
  transform:skew(-10deg);
  border-radius: 5px;
}
.sinb  .CTE , .sinp input {
  transform:skew(10deg);
}
.sinp{
  opacity: 0.95;
}
.WISHED i{
  color: var(--dang)!important;
}
.wish-b{
  background-color: #000;
  border-radius: 5px;
  transform: skew(-10deg);
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size:100%;
  cursor: pointer;
  white-space: nowrap;
}
.w-auto{
  width: auto!important;
}
.wish-b.w-auto{
  border-radius: 2px;
}
.wish-b.w-auto:hover{
  transform: skew(0deg);
  transition: all 250ms ease;
}
.wish-b.w-auto:hover i{
  transform: skew(0deg);
}
.wish-b i{
  color: #fff;
  transform:skew(10deg);
}
.wl-del .custom-control-label::after,.wl-del .custom-control-label::before{
  height:25px;
  width:25px;
}
 .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:black;
}
.wish-b:hover i{
  color:#ec1213;
  font-size: 1.1rem;
}
.SBO{
	position:absolute;
}
.ched{
  background: #fff;
  /* #595958; */
  box-shadow: inset -3px 0px 15px -11px #545454;
  min-height: 450px;
  height: auto;
  max-height: 640px;
  color:#ffff;
  overflow-y: auto;

}
.ched ul li{
  border-bottom:3px solid #e4e4e4;
}

.ched ul li:hover{
  transition: border 0.3s;
    border-bottom:solid 3px #f01512!important;
}
.cbod,.cfot{
  	padding:20px;
}
.cbod img{
  max-width: 110px;
  max-height: 110px;
}
.count{
  position: absolute;
  right: -10px;
  top: -8px;
  display: flex;
  min-height: 25px;
  min-width: 25px;
  width: auto;
  height: auto;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background-color: #f81d1d;
  color: white;
  font-size: 13px;
  font-weight: bold;
}
.SBO *,.CBO i,.CTE ,.sinb i{
	color:#FFF !important;
}
.CBO:hover, .shem:hover,.CKO:hover,.CKO2:hover{
  transform:scale(1.02);
  transition:scale 0.3s ease;
}
.sinb:hover , .wish-b:hover{
  transform:scale(1.02) skew(-10deg);
  transition:scale 0.3s ease;
}
.CBO:active,.shem:active,.CKO:active,.CKO2:active{
  transform:scale(1);
  transition:scale 0.3s ease;
}
.SBO input , .sinp input{
  border:none;
  background:none;
  outline:none;
  color:#FFF;
  width: 274px;
}
.SBO i ,.sinp i{
	/* -moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1); */
	transform: skew(10deg);;
  color:#FFF !important;
}
.SBO{
	top: 50px;
    right: 130px;
}
.CBO{
	opacity:1;
	z-index:100;
	position:absolute;
	right:0px;
}
.WHT{
	width: 245px;
    height: 36px;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    position: relative;
    left: -12px;
    display: inline-block;
    float: left;
    margin-left: -7px;
    background: #FFF;
}
a.CMB:hover{
	color:#FFF !important;
	background:#242424;
}
.skew{
  -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
}
.CHG{
    /* 130 */
	height:160px;
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.CHG:hover{
  border: solid 1px #f0f0f0;
  border-top:0px;
  box-shadow:0px 1px 3px 0px #e2e2e2;
  transition: all 0.2s ease-in;
}
.fa-check{
  font-size:2rem!important;
}
.fa:hover{
  color:#ec1213;
  cursor: pointer;
}
.fas:hover{
 color:#ec1213; 
  cursor: pointer;
}
.L .fa{
	display:none;
}
.ffa .fa{
	display:block !important;
}
.MENSEL .fa{
	display: inline-block !important;
}
.dd2{
	display:block !important;
}
/*Mstart*/
.cont {
	display:none;
    cursor: pointer;
}
.CLE{
	width:100% !important;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 4px;
    background-color:#f1f1f1;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -6px) ;
    transform: rotate(45deg) translate(-7px, -6px) ;
}
.SPO{
    width: 274px;
}
.BB5{
  float: right;
}
.AC{
  align-items: center;
}
.BRO a{
  display: block;
  padding: 10px;
}
.mob-icons{
  display: none;
}
/*Mend*/
.tab-pane{
  overflow: auto;
  width:100%;
}
/* date of bitrth */
.dob{
  border: 1px solid gray;
  width: 100%;
  display: flex;
  align-items: center;  
  flex-wrap: nowrap;
}


.dob  ul {
  width:max-content;
  scroll-behavior: smooth;
  position:relative;
  border:1px solid black;
  background:lightblue;
  -ms-overflow-style: none;
  max-height: 60px;
  overflow-y: scroll;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
   scroll-snap-destination: 0% 100%;
  scroll-snap-points-y: repeat(100%);
  list-style-type: none;
  padding: 0;
}
.dob  li {
  scroll-snap-align: center;
  height: 60px;
  text-align: left;
  word-spacing: 0.2em;
  padding:0 10px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  scroll-snap-destination: 0% 100%;
  scroll-snap-points-y: repeat(100%);
}

.picker-window {
  position: absolute;
  /* border-top: 1px solid #d4d9d9;
  border-bottom: 1px solid #d4d9d9; */
  height: 1.4em;
  left: 0;
  top: 50%;
  transform: translateY(-65%);
  width: 100%;
  pointer-events: none;
}

.picker {
  display: inline-grid;
  box-shadow: 0 0.5vw 2vw -5px rgba(0, 0, 0, 0.2);
  /* border-radius: 5px; */
  position: relative;
  /* border-top: 1rem solid white;
  border-bottom: 1rem solid white; */
  padding-left: 1rem;
  padding-right: 1rem;
  background: white;
  grid-template-columns: auto auto auto;
  /* grid-template-columns: repeat(4, fit-content(500px)); */
  font-size: 20px;
  position: relative;
  font-feature-settings: "tnum";
  font-weight: 400;
  overflow: hidden;
  width: 100%;
  -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}
.picker:before, .picker:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.2em;
  pointer-events: none;
  z-index: 9;
}
.picker:before {
  top: -0.9em;
  background: linear-gradient(white, rgba(255, 255, 255, 0.7));
  box-shadow: -10px 0 32px -16px rgba(0, 0, 0, 0.7);
}
.picker:after {
  bottom: -1.1em;
  height: 2.4em;
  background: linear-gradient(rgba(255, 255, 255, 0.7), white);
  box-shadow: 10px 0 32px -16px rgba(0, 0, 0, 0.7);
}
.picker ul {
  -ms-overflow-style: none;
  max-height: 4em;
  overflow-y: scroll;
  margin-right: 1em;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  padding-bottom: 2em;
  padding-top: 2em;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}
.picker ul::-webkit-scrollbar {
  display: none;
}
.picker li {
  scroll-snap-align: center;
  height: 1.4em;
  text-align: left;
  word-spacing: 0.2em;
}

.picker-day {
  padding-right: 0.5em;
}
.picker-day span {
  padding-left: 0.56em;
}

.garage-btn{
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 9;
}
.garage-btn svg{
  width: 30px;
  fill: #ffff;
  stroke-width: 15px;
  /* stroke-dasharray: 2,2; */
  stroke-linejoin: round;
  stroke: black;
  transition: 250ms linear;
}
.garage-btn:hover svg{
  stroke:  var(--dang);

}
/* .map-cont{
  display: none;
} */
.pmySwiper .swiper-slide{
  display: flex;
  width: 100%;
}
.bd-img{
  width: 100%;
  height: 260px;
  display: flex;
  justify-content: center;
}
.bd-img img{
  object-fit: contain;
  width: 100%;
  height: 80%;
}
.compchoose,.compchosen,.compsrch{
  width: 100%;
  text-align: center;
}
.compchosen , .compsrch{
  display: none;
}
.compchoose a , .compchosen span{
  font-size: 23px;
  letter-spacing: 1px;
}
.compchoose a{
  cursor: pointer;
  text-decoration: underline !important;
  transition: all 250ms linear;
}
.compchoose a:hover{
  color: var(--dang) !important;
}
.comp-select > .col-lg-3{
  border: 2px solid #fff;
  padding: 50px 10px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.compchosen{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  padding: 0 10px;
}
.comp-select{
  background-color: #f4f3f8;
  border-radius: 10px;
}
.caddbtn{
  margin-top: 20px;
}

.swiper-container5, .swiper-container3 {
  float: left;
  /*width: 100%;*/
  /*height: 70px;*/
}

.swiper-container5 .swiper-slide {
  width: auto;
  flex-grow: 1;
  /*border: 1px solid red;*/
}
/*.swiper-container5 .swiper-slide img{*/
/*  max-width: 120px;*/
/*}*/
.swiper-container5,.swiper-container3{
  overflow:hidden;
  /*height:310px;*/

}
.swiper-container5 .swiper-slide{
  /*padding:0px 15px !important;*/
  /*display: flex;*/
}
.swiper-container5 .swiper-slide a{
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

@media (max-width: 1600px){
  .CHG {
      height: 165px;
  }
}
@media (max-width: 1300px){
.CNU{
  display: none;
}
}
@media (max-width: 527px){
	.KO1 {
		left: 0%;
		top: -35px;
	}
	.CUSTOM{
		display:inline-block;
	}
}

@media (max-width: 1125px) {
  .mbh {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .SLN i {
    font-size: 20px;
  }

  .HOU {
    max-width: 50%;
    padding: 20px 10px;
  }

  .HO1 {
    line-height: 27px;
  }

  .mob-srch {
    display: block;
  }

  .mob-srch input {
    padding-left: 30px;
    padding-top: 8px;
  }

  .mobilemh {
    display: none;
  }

  .mob-icons .wish-b {
    background-color: #fff;
    height: 34px;
    width: 34px;
  }

  .mob-icons .wish-b i {
    color: #000;
    font-size: 24px;
  }

  .mob-icons {
    display: block;
  }

  .SLN {
    position: absolute;
	right: 2%;
	top: 1px;
    /* top: 50%; */
    /* left: 5px; */
    /* transform: translatey(-50%); */
  }

  .BGG {
    top: calc(100% + 50px);
    left: 50%;
    transform: translatex(-50%);
  }

  .zex {
    justify-content: space-between;
  }

  .logo {
    position: static;
    /* left: 60px;
    top:-5px; */
    margin-top: 5px;
    transform: translateY(0);
  }

  .logo img, .logo {
    width: 120px;
  }

  .mbh .col-9, .hdr-container {
    display: none;
  }

  .logtitle {
    padding: 10px 0;
    background-color: #f7f7f7;
    box-shadow: 0px 10px 16px -22px black;
  }

  .mtitle {
    width: 100%;
    padding: 5px;
    background-color: #f7f7f7;
    text-align: left;
    position: relative;
  }

  .back, .back2 {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }

  .logtitle img {
    height: 30px;
    width: auto;
  }

  .mcat-body {
    display: none;
  }

  .mobm-body {
    width: 100%;
    display: flex;
    padding: 10px;
    padding-bottom: 70px;
    overflow-y: auto;
    max-height: 100%;
  }

  .mobm-body img, .mcat-body img {
    height: auto;
    width: 80%;
    /* max-width: 100px; */
    max-height: auto;
    padding: 5px;
  }

  .mobox, .mobox2 {
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    transition: background 0.3s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    letter-spacing: 1px;
    overflow-x: hidden;
    display: block;
  }

  .mobm-foot .mobox small {
    font-size: 11px;
  }

  .mobm-foot img {
    height: 30px;
    width: auto;
  }

  .mobm-body .mobox small, .mcat-body .mobox small {
    font-size: 17px;
    font-family: 'arial';
  }

  .mobm-foot .mobox:not(:first-child) {
    border: 0px;
    border-left: 1px solid #ececec;
    border-radius: 0px;
  }

  .mobm-foot i {
    font-size: 40px;
  }

  .mobm-body .mobox:hover, .mcat-body .mobox:hover, .mcat-body .mobox2:hover {
    background: #f7f7f7;
    transition: background 0.3s ease-in;
    color: #f04f55;
  }

  .mobmclose:hover {
    color: red;
    transition: color 0.25s ease-in;
  }

  .mobm-foot {
    width: 100%;
    padding: 5px;
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mobmenu {
    background-color: #fff;
    /* backdrop-filter: blur(10px); */
    height: 100%;
    padding-top: 120px;
    width: 100%;
    position: fixed;
    /* top: 0; */
    left: 0;
    bottom: 0;
    z-index: 994;
    box-shadow: 10px 0px 16px -18px black;

  }

  .itemov .CHG {
    width: 20%;
    display: inline-block;
  }

  .itemov {
    max-height: 435px;
    overflow-y: auto;
  }

  .CHG {
    height: auto;
    margin: 3px 0;
  }

  .menh {
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    /* padding: 10px; */
    background-color: #FFF;
    color: white;

  }

  .menh .nav-item a {
    color: black !important;
  }

  .menh .nav-item {
    width: auto;
    display: inline-block;
    padding: 0 2px;
    border-bottom: 3px solid #e4e4e4;
    box-shadow: inset -3px 0px 15px -11px #545454;
    word-break: break-all;

  }

  .mobhome {
    border: 1px solid #cecece;
    display: none;
  }

  .NAVIGA {
    text-decoration: underline !important;
    color: #6f81e8 !important;
  }

  .sfilter-close:hover, .sfilter-close:focus {
    color: #ce1d24;
  }

  .filter-close:active {
    color: red;
  }

  .filter-footer .filter-button {
    width: 80%;
    background-color: #ec1213;
  }

  .filter-body .filter-button.active {
    background-color: #e08f8f;
    transition: 250ms ease;

  }

  .filter-body .filter-button {
    padding: 5px 20px;
    background-color: #cecece;
    margin: 0 5px;
  }

  .filter-row::-webkit-scrollbar {
    width: 1px;
    height: 8px;
  }

  .filter-row {
    width: 90%;
    margin: auto;
    overflow-x: auto;
  }

  .filter-button {
    white-space: nowrap;
    color: white;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 6px 5px;
    margin: 0 auto;
  }

  .filter-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #ffff;
  }

  body, html {
    scroll-padding-top: 70px;
    position: relative;
  }

  .filter-container {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 100%;
    display: none;
    background-color: #fff;
    padding-bottom: 65px;
    box-shadow: -10px 0px 16px -18px black;
  }

  .sort-container {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: none;
    background-color: #fff;
    box-shadow: 0 -3px 28px -14px black;
    border-top: 1px solid #b1adad;
  }

  .sort-container input[type=radio] {
    height: 22px;
    width: 22px;
  }

  .overlay-before {
    content: "";
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.61);
    backdrop-filter: blur(3px);
  }

  .filter-body {
    padding: 0 25px;
    overflow-y: auto;
    max-height: calc(100% - 60px);
    overflow-x: hidden;
  }

  .filter-body label {
    margin: 0;
  }

  .fixfilter i {
    color: white;
  }

  .fixfilter {
    position: fixed;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 42px;
    z-index: 999;
    border-radius: 133px;
    background-color: rgba(43, 39, 40, 0.7);
    backdrop-filter: blur(5px);
    padding: 5px;
    display: flex;
    align-items: center;
    color: white;
  }

  .fb_dialog_content {
    display: none;
  }

  .fb_dialog_content iframe {
    bottom: 10px !important;
    left: 5px !important;
  }

  .brdr {
    border-right: 1px solid white;
  }

  #gal2 {
    width: 100%;
  }

  .grouped_elements img {
    width: 100%;
  }

  .srch {
    position: relative;
    display: block;
    margin-top: 45px;
  }

  .srch .SLN {
    position: absolute;
    bottom: 15%;
    /* transform: translateY(-50%); */
    left: 5px;
  }

  .nav > li > a {
    padding: 10px !important;
  }

  .L:last-child:after, .L:first-child:after, .L:first-child:before, .L:last-child:before {
    display: none;
  }

  .FHE .SLG {
    display: none;
  }

  .mobmenu .SLG {
    display: block;
  }

  .SLG {
    display: inline;
    /* position: absolute;
    right: 10%;
    top: 0px; */
    /* padding-top: 14px;
    width: 60px;
    height: 60px !important; */
  }

  .SRQ {
    left: 10%;
    text-align: center;
    /* display:inline-block; */
    display: none;
  }

  #gal2 {
    display: none !important;
    padding-left: 18px;
  }

  #gal2 img {
    width: 100%;
  }

  /* .ZW{
		display:none !important;
	} */
  .BRN {
    width: 100%;
  }

  .LB6 {
    margin-top: 17px;
  }

  .FHL {
    margin-top: 10px;
  }

  .FL9 {
    display: none;
  }

  .CAR {
    display: inline;
    position: absolute;
    right: 25px;
    top: 12px;
  }

  .mob-icons i {
    /* color: #f91512; */
    color: #f1f1f1;
    font-size: 30px;
  }

  .dd-handle {
    height: 27px !important;
    margin: 2px 0 !important;
  }

  .SLL {
    max-width: 75%;
    font: bold 14px/22px 'roboto';
  }

  body {
    padding-top: 110px;
  }

  .TEL {
    display: none;
  }

  .HOU {
    width: 100%;
    right: 0px;
    height: 590px;
  }

  #MAP {
    top: 590px;
    margin-bottom: 590px;
  }

  .HOL {
    font: normal 14px/36px roboto, 'bpg_arial';
    height: 36px;
  }

  .BSS input {
    font: normal 14px/14px roboto, 'bpg_arial';
  }

  .SBB {
    font: normal 11px/40px roboto, 'bpg_arial';
  }

  .BLE {
    width: 100%;
    /* position: absolute; */
    left: 0px;
  }

  .LOG {
    font: bold 30px/54px 'roboto';
    /* left: 50%; */
    left: 27%;
    transform: translateX(-50%);
    padding: 0px;
    position: absolute;
    height: initial !important;
    color: #FFF;
    top: 0%;
    display: inline-block;
  }

  .LOG img {
    width: 90px;
  }

  .WCB {
    min-height: 635px;
  }

  .bmh, .HLI, .FHE {
    height: 100%,
  }

  .HLI {
    top: 100%;
    box-shadow: 1px 1px 3px 0px #797979;
    display: none;
    position: relative;
    z-index: 9999;
  }

  .HLI .L, .HLI .L a {
    width: 100%;
    background: #ffff;
    color: #000 !important;
  }

  .hrr {
    height: 5px;
    width: 40px;
    background: #ffff;

  }

  .ARO {
    margin-left: 2px;
  }

  .OPEN span {
    border-bottom: solid 3px #f01512;
    display: block;
    padding: 10px;
    color: #f01512;
  }

  .OPEN {
    padding: 0 !important;
  }

  .CTG {
    position: relative;
    top: 0;
  }

  .TPM {
    padding: 10px;
  }

  .L {
    text-align: center !important;
    font: normal 16px/14px 'roboto' !important;
    margin-left: 0px !important;
    height: initial;
    padding: 10px 40px;
    border-bottom: solid 3px rgba(152, 152, 152, 0);
  }

  .swiper-container2, .swiper-container3 {
    float: left;
    width: 100%;
    height: 70px;
  }

  .swiper-container2 img {
    width: 100%;
  }


  .KO1 {
    left: 0%;
    top: -35px;
    position: absolute;
    z-index: 99;
  }

  .CNT {
    margin-top: 50px;
    overflow: auto;
    position: fixed;
    width: 100%;
    height: calc(100% - 50px);
  }

  .CLE {
    top: 0px;
    position: absolute !important;
    z-index: 990;
    width: 100% !important;
    height: 50px;
    background: #1abc9c;
  }

  .CLE .F {
    font: normal 18px/78px '' roboto '';
    display: none;
    padding: 0px 20px;
    height: 50px;
    width: 100%;
    margin-left: 0px;
    text-align: left;
    padding: 0px 28px;
  }

  .HD3 h3 {
    font: normal 18px/40px '' roboto '' !important;
  }

  .CLE .DG {
    display: inline-block;
    background: #2f2c5f;
  }

  .cont {
    display: inline-block;
    /* position: absolute; */
    left: 11px;
    margin: 0px !important;
    margin-left: 10px !important;
    top: 4px;
    width: 50px;
    height: 50px;
    padding: 6px;
    z-index: 9909;
    transform: scale(1);
  }

  .mbh {
    width: 100%;
    height: 120px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999;
  }

  .FHE {
    position: fixed;
    /* height:105px; */
    height: 120px;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    background: #2b2728;
    left: 0;
    right: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    z-index: 995;
  }

  .FHE:after {
    content: none;
  }

  .BHE {
    display: none;
  }

  .MCO {
    line-height: 15px;
  }

  .WCL {
    margin-top: 20px;
  }

  .WCP {
    padding: 0px !important;
  }

  .CR2 {
    /* left: 20%!important; */
    left: 74% !important;
    width: 70px;
    height: 64px;
    line-height: 55px;
    top: 0px !important;
    right: 0 !important;
  }

  /* .CFL ,  */
  .BRD {
    margin-top: 35px;
  }

  .swiper-button-next, .swiper-button-prev {
    top: 70%;
  }

  div.BBO {
    padding: 0;
  }

  .BBH {
    text-align: center;
  }

  .DBA {
    padding-right: 20px;
  }

  .MTC {
    text-align: center;
  }

  .modal-dialog {
    top: 100px;
  }
}


@media screen and (max-width:991px){
  .compare-cont{
    max-width: 100%;
  }
  .compareProduct , .comp-select > .col-lg-3{
    min-height: auto !important;
    padding: 0 !important;
  }
  .compchoose{
    padding: 10px;
    border-radius: 10px;
    background-color:#e7e5ed;
  }
  .compsrch .dropdown-menu{
    width: 100%;
  }
  .garage-img{
    justify-content: center;
    margin-bottom: 30px;
  }
.BARCON iframe {
    background: rgb(0, 0, 0);
    position: fixed;
    height: 100vh!important;
    width: 100%!important;
    /* text-align: left; */
    z-index: 9999999999999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#interactive.viewport{
  height: 100vh!important;
  width: 100%!important;
}
.BARCON{
    width: 100%;
    height:100%;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    border: none;
	border-radius:0px;
    transform: translate(0%,0%);
box-shadow: 1px 1px 32px 0px #8c8c8c7a;
	overflow: hidden;
}
  .owf{
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;;
 }
  .itemov .CHG{
    width:25%;
  }
  /* .srch{
    margin-top:5%;
  } */
  .FDR{
    margin: 30px 0;
  }
  .cbod{
    display: none;
  }
  .mobm{
    display: block;
  }
  .mobh{
    display: none;
  }
  .p-head {
    margin-top: 32px;
    position: relative;
    z-index: 100;
    text-align: left;
  }
  div.rowi{
    width: 100%;
  }
}

@media screen and (max-width:768px){
  .dots-fade:before {
  height: 20px;
  width: 20px;
 }
  .picker{
    font-size: 16px;
    padding-left: 0;
  }
  .picker ul{
    margin-right: 0;
  }
  .hdr-container li:hover .dropdown-menu,
  .dropdown-menu:hover,
  .dropdown:hover .dropdown-menu {
    width: auto;
  }
  .zex .hdr-container li:hover .dropdown-menu,
  .zex .dropdown-menu:hover,
  .zex .dropdown:hover .dropdown-menu {
    width: auto;
    left: 100% !important;
    transform: translateX(-43%) !important;
  }
  .mob-icons .dropdown-menu{
    top: 100% !important;
  }
  .PRO{
    padding-right:0;
    padding-left: 0;
    padding-bottom: 25px;
  }
  .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: unset!important;
}
  .PBRAN{
  max-width: 80px;
  }
  .swiper-scrollbar{
    display: block;
  }
  .swiper-container4 .SWBUT{
    display: none;
  }
  
  .FHE{
    background:rgba(0, 0, 0, 0.61) ;
    border-color:#565454;
  }
  .BRO{
    padding-bottom:0;
    margin-bottom:2px;
  }
  div.BBO{
    padding-top:7px !important;
  }
  .EXM {
    max-width: 88%;
  }
  .BAG{
    margin-top:15px!important;
  }
  .t1.table td{
    font-size: 13px;
  }
  .bootbox-close-button{
    font-size: 2.3rem;
  }
  .modal-dialog{
    width: 100%;
    top: 120px;
    text-align:center;
    margin: .6rem auto;
    width: 95%!important;
  }
  .modal-dialog img{
    max-width: 100px;
    margin: auto;
    margin-bottom:10px;
  }
  .BPGARIAL{
    font-size: 18px;
    padding: 3px 0;
  }
  /* .modal-dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
  } */
  .mobd-none{
    display: none;
  }
  .mobd-v{
    display: flex;
  }
  .TC .SELMET{
   transform: skew(-20deg);
  }
  .zoomWrapper ,.zoomContainer{
    height: auto !important;
    min-height: auto!important;
  }
  .example-image-link{
    /* text-align: center;
    width: 100%; */
    display: none;
  }
  /* .example-image-link img{
    width:80%!important;
    margin: 0 auto;
  } */
  .BOX2 ,.BOX1{
    position: relative;
    height: auto;
    /* max-height: 500px; */
    left:0;
    right:0;
    margin-bottom: 15px;
  }
  /* .BOX1{
    flex-direction: row;
    flex-flow: row;
    width: 500px;
    max-width: 5000px;
    overflow-x: auto;
    overflow-y: hidden;
  } */
  .BOX1{
    width: auto;
    display: flex;
    overflow-x: auto;
  }
  .BOX3{
    display: none;
  }
  .BOX2{
    width: 100%;
    max-height: 100%;
  }
  .BOX1 table th,.BOX2 table th,.BOX3 table th{
    font-size: 14px;
  }
  .BOX1 table td,.BOX2 table td,.BOX3 table td{
    font-size: 13px;
  }
  .ZW{
    margin-bottom:0px !important;
  }
  body {
    padding-top: 105px;
}
  .swiper-slide a {
    padding: 5px 0;
  }
  .SLL {
    padding: 1rem;
  }
  .SMT {
    font-size: 1.8rem;
  }
.LB6 , .CKO{
  padding: 12px 10px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin: 0;
}
  .SBS {
    height: 170px;
  }
  .BRN {
    max-width: 120px;
}

  /* .CAR{
    right: 5%;
  } */
  /* .srch{
    margin-top:6%;
  } */
  .SRQ {
      left: 45%;
    }
  .LOG img {
    width: 100px;
}

  .SSG{
    width: 57px;
    height: 30px;
    font-size: 13px;
  }
  .mcat-body{
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 80px;
  }
  .shid{
    position: relative;
  }
  .HLI{
    display: none!important;
  }

  .LISTIT {
    padding: 15px 0;
    text-align: center;
  }
  .FL3{
	  margin-top: 17%;
  }
  .WTE th, .WTE td {
    padding:0.2rem;
  }
  .WTE *{
    font-size: 12px;
    /* transform: translate(-31.2%,-20%) scale(0.5); */
  }
  .WTE .btn{
    padding: .275rem .35rem;
  }
  .itemov .CHG{
    width:33%;
  }
}
@media screen and (max-width:615px){
    .WTE th, .WTE td {
    padding:0.2rem;
  }
  .WTE *{
    font-size: 8px;
    /* transform: translate(-31.2%,-20%) scale(0.5); */
  }
  .WTE .btn{
    padding: .255rem .25rem;
  }
}
@media screen and (max-width:540px){
      .WTE th, .WTE td {
    padding:0.12rem;
  }
  .WTE *{
    font-size: 8px !important;
    /* transform: translate(-31.2%,-20%) scale(0.5); */
  }
  .WTE .btn{
    padding: .215rem .20rem;
  }
  /* .filter-body {
    max-height: calc(100% - 60px);
  } */
  .SMT {
    font-size: 1.1rem;
    display: block;
  }
  .SBB {
    font: normal 11px/30px roboto,'bpg_arial';
}
}
@media screen and (max-width:460px){
  .picker{
    font-size: 14px;
  }
  .gfcode{
    transform: translateX(10px);
  }
  .WTE th, .WTE td {
    padding:0.12rem;
  }
  .WTE *{
    font-size: 7px !important;
    /* transform: translate(-31.2%,-20%) scale(0.5); */
  }
  .HO1 {
    font-size: 20px;
    line-height: 40px;
  }
  .HOL .col-6{
    font-size: 12px;
  }
  .HO4{
    display: block;
    font:normal 12px/14px roboto,'bpg_arial';
    word-break: break-all;
  }
  /* .filter-body {
    max-height: 500px;
  } */
  .CR2{
    right: 15%!important;
    left: unset!important;
  }
  .itemov .CHG{
    width:50%;
  }
  /* .srch{
    margin-top:8%;
  } */

  #gal2 img {
      width: 70%;
  }
}
@media screen and (max-width:420px){
  .HOU {
    max-width: 55%;
    padding: 20px 5px;
  }
  .WTE th, .WTE td {
    padding:0.1rem;
  }
  .WTE *{
    font-size: 5px !important;
    /* transform: translate(-31.2%,-20%) scale(0.5); */
  }
  .PG{
    padding: 2px;
  }
}
@media screen and (max-width:360px){
  
  .HOL .col-6 {
    font-size: 10px;
}
.HO1{
  line-height: 20px;
  font-size: 15px;
}
   /* .sort-container{
    height: 70%;
   } */
  /* .filter-body {
    max-height: 400px;
  } */
  .NAR-next ,.NAR-prev {
    height: 30px!important;
    width: 30px!important;
  }
  .SLL{
    transform: translateY(-50%) scale(0.8);
  }
  .srch{
    position: relative;
    display: block;
  }
    .mobm-foot .mobox small{
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 8px;
  }
  .BRV{
    width: 100%;
  }
  .LOG {
    left: 33%;
  }
}

@media screen and (max-width:400px){
  .OLI{
    padding: 0 5px;
  }
    .SLG {
    right: 17%;
  }
}
@media screen and (max-width:320px){
  .itemov .CHG{
    width:80%;
    margin:auto;
  }
}


.dashb{
	border-radius:10px;
	padding:30px;
	transition:1s;
	transition-timing-function: ease;
	position:relative;

}
.dashb i{
	font-size:2.9vw; 
	width:0%;
	color:rgb(68,68,68);
	text-align:center;
	transition:1s;
}

.dashb .dshimg{
	position:absolute;
	left:0;
	top:0;
	transition:1s;
	height:2.9vw;
	width:100%;
	background:red;
	z-index:11111;
}
.dashb:hover{box-shadow:0px 0px 3px 0px rgba(145,116,119,0.3);}
.dashb:hover i{
	font-size:2.9vw; 
	text-align:center; 
	display:block; 
	width:100%;
   
}

.dashb:hover .dshimg{

   
}
.dashb .fas, .dashb .fa:hover{color:rgb(68,68,68);}



