@font-face {
font-family: "Roboto";
src: url("../font/Roboto/Roboto-Regular.ttf");
}
@font-face {
font-family: "Roboto-Medium";
src: url("../font/Roboto/Roboto-Medium.ttf");
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background-color:#fff;height: 100%;
}
body {
  -ms-overflow-style: none !important; /* for Internet Explorer, Edge */
  scrollbar-width: none !important; /* for Firefox */
  overflow-y: scroll; 
}
.zoomContainer{position:unset !important;}
.swiper-slide.nshadw {
	box-shadow:unset !important;
}
.s1-shadow {
    box-shadow:-0.3rem 0.3rem 0.4rem 0rem #d1d1d1 !important;
	-moz-box-shadow:-0.3rem 0.3rem 0.4rem 0rem #d1d1d1 !important; 
	-ms-box-shadow:-0.3rem 0.3rem 0.4rem 0rem #d1d1d1 !important; 
}
.font-weight-bold {
    font-family: "Roboto-Medium";
}
body::-webkit-scrollbar {width: 0 !important;
  display: none !important; /* for Chrome, Safari, and Opera */
}
.pb-50per {
	padding-bottom: 50%;
}
p.imgcatetitl {height:100px;}
p.imgcatetitl span {
    left: 0;
    right: 0;
    margin: 30px auto 0px;
    overflow: hidden;
    font-size: 28px;	
}
/* Menu Tab Scroll */
.kviwrapper {
    position: relative;
    margin: 0 auto;
    overflow: auto;
    padding: 5px 0px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background: #fff;
}

.kvihrtablist {
	display: table;
    margin: 0px;
    margin-top: 0px;
    border-bottom: 0px;
	padding: 0px 5px;
}

.kvihrtablist li{
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}
.kvihrtablist li a {
	color: #2f2f2f;
    display: block;
    padding: 5px 25px;
    font-size: 0.8rem;
	width: max-content;
}
.kvihrtablist li.active a {
	background: #bf7506;
    color: #fff;
    border-radius: 10em;	
}
.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

.scroller-right{
  float:right;
}

.scroller-left {
  float:left;
}
/* Menu Tab Scroll End */


a.cVcolps + ul {
	display:none;
}
.ovrmLkSty {
	white-space: nowrap;
    width: 90%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;	
}
.ovrmLkSty + span {
	display: inline-block;
    float: right;
    vertical-align: top;
}
.ovrmLkSty + span:before {
	font-family: IcoFont!important;
	content: "\ef9a";
}
a.cVcolps .ovrmLkSty + span:before {
	font-family: IcoFont!important;
	content: "\efc2";
}
.text-body-50 {
    color: #858585;
}
.bg-light-grey {
	background: #ebebeb;
}
.bg-dark-hmbanner {
	background: #454545;
    padding: 10px 15px 25px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -3px;
    overflow: hidden;
}
.mobileCapScreen {
	position: fixed;
    z-index: 1031;
    bottom: -215px;
    left: 0;
    right: 0;
visibility:hidden;	
}
.mobileCapScreen .clsMobScren {
    right: 0;
    padding: 2px 10px;
    font-size: 18px;	
}
.single-link-box .iconimg {
	max-width: 128px;
    margin-right: 25px;
    width: 85px;
    vertical-align: middle;
}
.single-link-box .iconlink {
	color: #232323;
    font-size: 24px;
    font-weight: 500;
    line-height: 90px;
    display: inline-block;
    vertical-align: middle;
}
.int-3lbox .int-box {
    width: calc(80% / 3);
    display: inline-block;
}
.product-gallery-item:before {
  border-color: #c96; }
.product-gallery {
  margin-bottom: 2rem; }

.product-main-image {
  position: relative;
  margin-bottom: 1rem; }
  .product-main-image img {
    max-width: none;
    width: 100%; }

.btn-product-gallery {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 2rem;
    height: 2rem;
    color: #777;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1;
    background-color: rgb(255 255 255 / 50%);
    box-shadow: 2px 6px 16px rgb(51 51 51 / 5%);
    transition: all .35s ease;
    border-radius: 3px;
}
  .btn-product-gallery:hover, .btn-product-gallery:focus {
    color: #fff;
    background-color: #c96; }

.product-image-gallery {
  display: flex;
  flex-flow: row wrap;
  margin-left: -.5rem;
  margin-right: -.5rem; }

.product-gallery-item {
  position: relative;
  display: block;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: 1rem; }
  .max-col-6 .product-gallery-item {
    flex: 0 0 16.66%;
    max-width: 16.66%; }
  .product-gallery-item img {
    max-width: none;
    width: 100%; }
  .product-gallery-item:before, .product-gallery-item:after {
    content: '';
    display: block;
    position: absolute;
    left: .5rem;
    right: .5rem;
    top: 0;
    bottom: 0;
    transition: all .35s ease; }
  .product-gallery-item:before {
    opacity: 0;
    visibility: hidden;
    border: 0.1rem solid #c96; }
  .product-gallery-item:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4); }
  .product-gallery-item.active:before {
    visibility: visible;
    opacity: 1; }
  .product-gallery-item:hover:after, .product-gallery-item.active:after {
    opacity: 0;
    visibility: hidden; }

.product-gallery-vertical .row {
  margin-left: 0;
  margin-right: 0; }
.product-gallery-vertical .product-image-gallery,
.product-gallery-vertical .product-main-image {
  width: 100%; }
.product-gallery-vertical .product-image-gallery {
  width: calc( 100% + 10px ); }

.product-gallery-masonry {
  position: relative;
  display: block !important; }
  .product-gallery-masonry .product-gallery-item {
    max-width: 50%;
    width: 50%; }

/* Important for image zoom in carousel */
.product-gallery-carousel.owl-carousel {
  z-index: initial; }
  .product-gallery-carousel.owl-carousel .owl-item:not(.active) {
    pointer-events: none; }

.product-gallery-image {
  margin-bottom: 0;
  padding-right: 1rem; }

.product-gallery-separated {
  position: relative; }

.product-separated-item {
  position: relative;
  display: block;
  margin-bottom: 1rem; }
  .product-separated-item img {
    max-width: none;
    width: 100%; }

.product-pager {
  display: flex;
  align-items: center; }

.product-pager-link {
  color: #ccc;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0; }
  .product-pager-link i {
    color: #666;
    font-size: 2rem;
    line-height: 1;
    transition: color .3s; }
  .product-pager-link span {
    display: inline-block;
    transition: box-shadow .3s ease; }
  .product-pager-link:hover, .product-pager-link:focus {
    color: #c96; }
    .product-pager-link:hover i, .product-pager-link:focus i {
      color: inherit; }
    .product-pager-link:hover span, .product-pager-link:focus span {
      box-shadow: 0 1px 0 #c96; }
  .product-pager-link + .product-pager-link {
    margin-left: 3rem; }

.product-pager-prev i {
  margin-right: .5rem; }

.product-pager-next i {
  margin-left: .5rem; }


.tpctBoxes {
	text-align:center;
}
.tpctBoxes div.d-boxsingle {
    display: inline-block;
    vertical-align: top;
	width: calc(100%/6);
	margin:0px 3px 5px;
}
.tpctBoxes div.d-boxsingle img.img-fluid {
	width: 65px;
}
.madeOtps {
	margin-top: -75px;display:none;
}
.madeOtps ul li {
	width: calc(100% / 2);
}
.d-boxsingle .smtextl{
    font-size: 0.58rem;
    line-height: 14px;
    font-weight: 600;
    padding-top: 3px;
}
.swiper {
width: 100%;
height: 100%;padding: 5px !important;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;border-radius:20px;
}

.swiper {
margin-left: auto;
margin-right: auto;
}
.bubbleNols {
	position: absolute;
    background: #b89303;
    color: #fff;
    border-radius: 10em;
    font-size: 11px;
    padding: 2px 5px;
    margin-left: 0px;	
}
.whitecuttopt {
	padding: 2px 8px;
    border: #6a6a6a dashed 1px;
    font-size: 12px;
    line-height: 16px;
    display: block;
    background: #515151;    margin-right: 5px;	
}
.whitecuttopt.current {
	background: #e0be62;
}
.vrticltimlineSd{
  padding:20px 25px 0px;
  margin:0px 0px 0px 50px;
}
.vrticltimlineSd  ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.vrticltimlineSd ul:before{
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  border: 1px dashed #aaa;
}
.vrticltimlineSd .box{
  margin: 0px 0 15px;
  padding: 2px 15px;
  background: rgb(204 204 204 / 20%);
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
}
.vrticltimlineSd  .box > span{
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    border: 1px solid #ccc;
}
.vrticltimlineSd .box > span:before{
      content: "";
      position: absolute;
      left: -5px;
      width: 10px;
      height: 10px;
      border: 2px solid #ccc;
      background:#e0be62;
      border-radius: 100%;
}
.vrticltimlineSd .box > span.non:before{
    border: 2px solid #2a2a2a;
    background: #494949;
}
.vrticltimlineSd .info{
  margin: 10px 0;
}
.vrticltimlineSd .time span{
  position: absolute;
  color: #aaa;
}
.vrticltimlineSd .time span:first-child{
    top: -4px;
    left: -78px;
}
.bg-custom-golden {
	 background-color:#fff;overflow-x: hidden;
}
.form-control {
	padding: .375rem 0rem !important;
}
.text-underline{
	text-decoration:underline !important;
}
.logo-bg {
	background:#454545;
}
.border-left-light {
    border-left: 1px solid #d0d0d0!important;
}
.border-right-light {
    border-right: 1px solid #d0d0d0!important;
}
.border-top-light {
    border-top: 1px solid #d0d0d0!important;
}
.border-bottom-light {
    border-bottom: 1px solid #d0d0d0!important;
}
.right-25 {right:25px;}
.rtRating { 
    border: none;
    max-width: 165px;
    margin: 0;
    width: 100%;
}
.rtRating > input { display: none; } 
.rtRating > label:before { 
  margin: 3px;
  font-size:2.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rtRating > .half:before { 
  content: "\f089";
  position: absolute;
}
.rtRating > label { 
  color: #ddd; 
 float: right; 
}
.rtRating > input:checked ~ label, 
.rtRating:not(:checked) > label:hover,
.rtRating:not(:checked) > label:hover ~ label { color:#7ed026;  }

.rtRating > input:checked + label:hover,
.rtRating > input:checked ~ label:hover,
.rtRating > label:hover ~ input:checked ~ label,
.rtRating > input:checked ~ label:hover ~ label { color: #f79400;  } 
.valign-middle{vertical-align: middle;}
.valign-top{vertical-align: top;}
p.msggol {
  text-align:center;
  font-size:1.5rem;
}
.success-checkmark {
    width: 80px;
    height: 108px;
    margin: 0 auto;
}
.success-checkmark .check-icon {
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
	box-sizing: content-box;
	border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
	top: 3px;
	left: -2px;
	width: 30px;
	transform-origin: 100% 50%;
	border-radius: 100px 0 0 100px;
}
        
.success-checkmark .check-icon::after {
	top: 0;
	left: 30px;
	width: 60px;
	transform-origin: 0 50%;
	border-radius: 0 100px 100px 0;
	animation: rotate-circle 4.25s ease-in;
}
        
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
	content: '';
	height: 100px;
	position: absolute;
	background: #FFFFFF;
	transform: rotate(-45deg);
}
        
.success-checkmark .check-icon .icon-line {
	height: 5px;
	background-color: #4CAF50;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 10;
}
            
.success-checkmark .check-icon .line-tip {
	top: 46px;
	left: 14px;
	width: 25px;
	transform: rotate(45deg);
	animation: icon-line-tip 0.75s;
}
            
.success-checkmark .check-icon .line-long {
	top: 38px;
	right: 8px;
	width: 47px;
	transform: rotate(-45deg);
	animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
	top: -4px;
	left: -4px;
	z-index: 10;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	box-sizing: content-box;
	border: 4px solid rgba(76, 175, 80, .5);
}
        
.success-checkmark .check-icon .icon-fix {
	top: 8px;
	width: 5px;
	left: 26px;
	z-index: 1;
	height: 85px;
	position: absolute;
	transform: rotate(-45deg);
	background-color: #FFFFFF;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
.topbarOverflw {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 328px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}
.topbarOverflw.withicon {
    white-space: break-spaces;
    max-width: calc(100% - 25px);
}
.textoverflowText {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 12px;
    display: block;
}
.flashhighTxt{
	position: fixed;
    bottom: -50px;
    z-index: 1050;
    background: #ebebeb;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 95%;
    padding: 10px 10px;
    border-radius: 5px;
	-moz-border-radius: 5px; 
	-ms-border-radius: 5px; 
    font-size: 16px;
}
.flashhighTxt.success{
	background:#24991d;
    color: #ffffff;
}
.flashhighTxt.error{
    background:#a81313;
    color: #ffffff;
}
.dsmmodal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;	    background: #fff;
}
.dsmmodal.show { display:block;}
.dsmmodal-dialog {
    padding: 0;
    margin: 0;
    border: none !important;
    width: 100%;
    max-width: 100%;
}
.dsmmodal-body {
	overflow-y: auto;
    height: 600px; 
}
.dsmmodal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
	background: rgb(70,70,70);
	background: linear-gradient(0deg, rgba(70,70,70,1) 0%, rgba(69,69,69,1) 50%, rgba(98,98,98,1) 100%);
    color: #fff;
    border-radius: 0px 0px 15px 15px;
}
.dsmmodal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.ui-widget-content[aria-hidden="true"] {
    display: block !important;
    height: 0px;
    overflow: hidden;
}
.ui-widget-content[aria-hidden="false"] {
    display: block !important;
    height: auto;
}
.text-linethrough {
	    text-decoration: line-through;
}
::-webkit-scrollbar-button {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
	visibility:hidden !important;
}
::-webkit-scrollbar-corner {
    background-color: transparent !important;
	display: none !important;
	visibility:hidden !important;
    width: 0 !important;
}
::-webkit-scrollbar-thumb {
    width: 0 !important;
    height: 0px !important;
    border: 0px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: transparent;
    -webkit-box-shadow: inset -1px -1px 0 transparent, inset 1px 1px 0 transparent;
    box-shadow: inset -1px -1px 0 transparent, inset 1px 1px 0 transparent;
	display: none !important;
	visibility:hidden; !important
}
::-webkit-scrollbar {
    width: 0px !important;
    background-color: #fff !important;
	display: none !important;
	visibility:hidden !important;
}
::-webkit-scrollbar-thumb {
    width: 0 !important;
    height:0px !important;
    background:transparent !important;
	display: none !important;
	visibility:hidden !important;
}


.dsm-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;    background:#454545;
  }
  
  .dsm-preloader .animation-preloader {
    z-index: 1000;
  }
  
  .dsm-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #2c2c2c;
    height: 3em;
    margin: 5em auto 3.5em auto;
    width: 3em;
  }
  
  .dsm-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #b89303;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  
  .dsm-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
  }
  
  .dsm-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2);
  }
  
  .dsm-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
    color: #fff;
  }
  
  .dsm-preloader p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #3b3b3b;
  }
  
  .dsm-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
  }
  
  .dsm-preloader .loader .row {
    height: 100%;
  }
  
  .dsm-preloader .loader .loader-section {
    padding: 0px;
  }
  
  .dsm-preloader .loader .loader-section .bg {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  
  .dsm-preloader .loader.dark_bg .loader-section .bg {
    background: #111339;
  }
  
  .dsm-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  
  .dsm-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  }
  
  @-webkit-keyframes spinner {
    to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
    }
  }
  
  @keyframes spinner {
    to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
    }
  }
  
  @-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
    25%,
    50% {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
  }
  
  @keyframes letters-loading {
    0%,
    75%,
    100% {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
    25%,
    50% {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
  }
  
  
  

#dsloader{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#fff;
  transition: 1s 0.4s;
}
#progress{
  height:1px;
  background:#fff;
  position:absolute;
  width:0;                /* will be increased by JS */
  top:50%;
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#000;
} 
		
div.centerLoaderMsg {
	position: fixed;
    left: 50%;
    z-index: 99999;
    top: 50%;
    transform: translate(-50%, -50%);
display:none;	
}
div.centerLoaderMsg div.lmsgbody {
	width: 140px;
    text-align: center;
    margin: 0 auto;
}
ul.otpcols {
	    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.otpcols li {    display: inline-block !Important;}
ul.otpcols li input[id^=otpcd],
ul.otpcols li input[id^=otpesec]{
    width: 50px !Important;
    border-radius: unset !Important;
    font-size: 20px !Important;
    text-align: center !Important;
	margin-right: 5px !Important;
}
.schedule .nav-link {
    padding: 14px 0;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.schedule .nav-link p.mb-0.font-weight-bold {
    font-size: 13px;
}
.schedule .nav-link.active,
.schedule .nav-link:focus {
    color: #28a744 !important;
}
.progress-bar {
    width: 90px;
    height: 10px;
    border: 2px solid #ccc;
    padding: 2px;
    border-radius: 20px;
    margin: 20px auto 0;
    display: block;
    position: absolute;
    bottom: 60px;
	background: transparent;
}

.progress {
  width: 20%;
  height: 100%;
  box-sizing: border-box;
  background-color: #a98a0e;
  border-radius: 20px;
  animation-name: loadinghoz;
  animation: loadinghoz 2.1s linear 200ms infinite;
}

@keyframes loadinghoz {
  0%   {width: 10%;}
  50%  {width: 50%;}
  100% {width: 100%;}
}
.small,
small {
    font-size: 12px;
}
body.modal-open {
    overflow: visible;
}
.account-setup video {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    height: auto;
}
.mb-130 {
	    margin-bottom: 130px;
}
.account-setup .bg-board{
	background: #fff url(../img/bg-signup.jpg) top left no-repeat;
    height: -webkit-fill-available;
    width: 100%;
    position: absolute;
	background-size: contain;filter: grayscale(1);
}
.account-setup .bg-board.signin{
background: #fff url(../img/bg-signin.jpg) top left no-repeat;	
}
.account-setup .bg-board.fpass{
background: #fff url(../img/bg-fpass.jpg) top left no-repeat;	
}

.btn-light {
    color: #212529 !important;
}
.back-page {
    font-size: 27px;
    vertical-align: bottom;
    font-weight: 400;
}
.font-8{font-size:8px!important;}
.font-9{font-size:9px!important;}
.font-10{font-size:10px!important;}
.font-11{font-size:11px!important;}
.font-12{font-size:12px!important;}
.font-13{font-size:13px!important;}
.font-14{font-size:14px!important;}
.font-15{font-size:15px!important;}
.font-16{font-size:16px!important;}
.font-17{font-size:17px!important;}
.font-18{font-size:18px!important;}
.font-19{font-size:19px!important;}
.font-20{font-size:20px!important;}
.font-21{font-size:21px!important;}
.font-22{font-size:22px!important;}
.font-23{font-size:23px!important;}
.font-24{font-size:24px!important;}
.font-25{font-size:25px!important;}
.font-26{font-size:26px!important;}
.font-27{font-size:27px!important;}
.font-28{font-size:28px!important;}
.font-29{font-size:29px!important;}
.font-30{font-size:30px!important;}
.font-31{font-size:31px!important;}
.font-32{font-size:32px!important;}
.font-33{font-size:33px!important;}
.font-34{font-size:34px!important;}
.font-35{font-size:35px!important;}
.font-36{font-size:36px!important;}
.font-37{font-size:37px!important;}
.font-38{font-size:38px!important;}
.font-39{font-size:39px!important;}
.font-40{font-size:40px!important;}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);    width: 100%;
}
div,
a {
    outline: none !important;
    text-decoration: none !important;
}
a:hover {
    color:#ff0000;
}
.osahan-icofont {
    padding: 6px;
    background: #000;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    margin-right: 8px;
}
.list-card-osahan-2 .img {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
}
.pd-f a {
    height: 59px;
}
.rating-stars .icofont-star {
    font-size: 10px;
    background: #000;
    color: #fff;
    padding: 2px;
    text-shadow: 0 0 1px #d2b128;
    border-radius: 5px;
}
.osahan-radio .btn {
    border-radius: 23px !important;
    font-size: 12px;
    margin: 0 4px 0 0;
    border: 1px solid #ff6000;
    color: #ff6000;
    background: 0 0;
    padding: 5px 11px;
}
.osahan-radio .btn.active {
    background: #ff6000 !important;
    border-color: #ff6000 !important;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.pb-85 {
	padding-bottom: 85px !important;
}
.white-box-shadow {
	box-shadow: 0px -15px 20px 15px #fff !important;
}
.white-box-shadow-60 {
    box-shadow: 0px -60px 20px 15px #fff !important;
}
div.loadngBox {
display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loadingspinner {
	pointer-events: none;
	width: 2.5em;
	height: 2.5em;
	border: 0.4em solid transparent;
	border-color: #eee;
	border-top-color: #b89303;
	border-radius: 50%;
	animation: loadingspin 1s linear infinite;
}

@keyframes loadingspin {
	100% {
			transform: rotate(360deg)
	}
}
.fixed-bottom-padding {
    padding-bottom: 59px;
}
.fixed-bottom-auto {
    height: auto !important;
}
.fixed-bottom {
    border-radius: 0;
    box-shadow: 10px -1px 10px rgba(0, 0, 0, 0.075);
    height: 59px;
}
.fixed-bottom .btn,
.fixed-bottom.btn {
    height: 59px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 14px;
    border: none;
}
.fixed-bottom-bar {
    padding-bottom: 58px;
}
.h-auto {
    height: auto;
}
.modal-footer .btn {
    border-radius: 0;
}
.slick-dots {
    bottom: 20px !important;
}
.landing-page .zindex {
    right: 0;
    z-index: 9;
}
.sc-osahan-logo {
    height: 30px;
}
.index-osahan-logo {
    height: 90px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 3px;
    background: #221f20;
    padding: 8px 8px;
}
.as-osahan-logo {
    width: 40px;
}
.osahan-logo {
    height: 40px;
}
.pp-osahan-logo {
    height: 30px;
}
.p-osahan-logo {
    height: 34px;
}
.gs-logo {
    height: 100px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 17px;
}
.border-custom-radio ::after {
    display: none;
}
.cart-items .img-fluid {
    width: 92px;
    height: 92px;
    object-fit: scale-down;
    min-width: 92px;
    padding: 7px;
    border-radius: 6px;
}
.cart-items-number .form-control {
    max-width: 50px;
    text-align: center;
    padding: 0;
    height: 30px;
    border: none !important;
    background: 0 0;
    color: #000000;
}
.cart-items-number .btn {
    width: 28px;
    background: #ffffff;
    height: 28px;
    border-radius: 50px !important;
    color: #b08e44;
    font-size: 20px;
    box-shadow: 0 0 3px #5a5a5a;
    line-height: 20px;
    text-align: center;
    padding: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}
.cart-items-number .btn:hover,
.cart-items-number .btn:focus {
    background: #b08e44;
    color: #fff;
}
.cart-items-number .input-group-prepend {
    height: 28px;
    width: 28px;
}
.cart-items-number .input-group-append {
    height: 28px;
    width: 28px;
}
.cart-items-number {
    border-radius: 50px;
    padding: 3px;
    background:#eaeaea;
    width: 110px;
    height: 34px;
}
.border-custom-radio .custom-control-label::before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 0.25rem !important;
    background: 0 0 !important;
    box-shadow: none !important;
}
.border-custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #28a744;
    border: 2px solid #28a744;
}
.list-card-image .price {
    font-size: 13px;
}
.list-card-image a.btn {
    border: 3px solid #f1f2f5;
    width: 33px;
    background: #fff;
    height: 33px;
    border-radius: 50px !important;
    color: #ff6000;
    font-size: 17px;
    box-shadow: 0 0 3px #dedede;
    line-height: 0;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-card-image a.btn:hover,
.list-card-image a.btn:focus {
    background: #ff6000;
    color: #fff;
}
.landing-page .slick-dots {
    bottom: 80px !important;
}
.c-it p {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-it img {
    height: 40px;
}
.opt {
    font-size: 23px !important;
}
.bg-greynew {
    background: #28a745;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #d5d5d5 100%);
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #d5d5d5 100%);
    background: linear-gradient(135deg, #ffffff 0%, #d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#d5d5d5',GradientType=1 );
}
.btn-success {
    background: #28a745;
    background: -moz-linear-gradient(-45deg, #28a745 0%, #5ad363 100%);
    background: -webkit-linear-gradient(-45deg, #28a745 0%, #5ad363 100%);
    background: linear-gradient(135deg, #28a745 0%, #5ad363 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a745',endColorstr='#5ad363',GradientType=1 );
}
.btn-custom {
    background: #28a745;
    background: -moz-linear-gradient(-45deg, #a98a0e 0%, #ffdd76 100%);
    background: -webkit-linear-gradient(-45deg, #a98a0e 0%, #ffdd76 100%);
    background: linear-gradient(135deg, #a98a0e 0%, #ffdd76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98a0e',endColorstr='#ffdd76',GradientType=1 );
	color:#fff;
}
.btn-outline-custom {
    color: #a98a0e;
    border-color: #a98a0e;
}
.btn-custom:hover,
.btn-custom:focus {
	color:#fff;
}
.btn-lg {
    font-size: 14px !important;
    padding: 12px 14px;
    font-weight: 500;
}
label {
    margin: 0 0 2px;
    font-size: 12px;
    color: #4a4949;
}
.form-control {
    border-bottom: 1px solid #cacdd0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #28a744;
}
.input-group .btn {
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
    border-bottom: 1px solid #cacdd0;
}
.btn {
    font-size: 13px;
}
.btn.focus,
.btn:focus {
    box-shadow: none !important;
}
.badge {
    font-size: 11px;
    padding: 7px 9px;
    font-weight: 500;
}
.badge-success {
    color: #28a745;
    background-color: rgb(40 167 69/15%);
}
.badge-warning {
    color: #eab002;
    background-color: rgb(255 193 7/15%);
}
.badge-danger {
    color: #ff6000;
    background-color: rgb(255 96 0/15%);
}
.badge-info {
    color: #17a2b8;
    background-color: rgb(23 162 184/15%);
}
.badge-primary {
    color: #007bff;
    background-color: rgb(0 123 255/15%);
}
.badge-dark {
    color: #343a40;
    background-color: rgb(52 58 64/15%);
}
.bg-custom {
    background: #ff6000;
    background: -moz-linear-gradient(-45deg, #e0be62 0%, #c2a147 100%);
    background: -webkit-linear-gradient(-45deg, #e0be62 0%, #c2a147 100%);
    background: linear-gradient(135deg, #e0be62 0%, #c2a147 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0be62',endColorstr='#c2a147',GradientType=1 );
}
.bg-danger {
    background: #ff3100;
    background: -moz-linear-gradient(-45deg, #ff3100 0%, #e80606 100%);
    background: -webkit-linear-gradient(-45deg, #ff3100 0%, #e80606 100%);
    background: linear-gradient(135deg, #ff3100 0%, #e80606 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3100',endColorstr='#e80606',GradientType=1 );
}
.bg-custom-theme {
    background: #b48a2b;
    background: -moz-linear-gradient(-45deg, #b48a2b 0%, #f5c770 100%);
    background: -webkit-linear-gradient(-45deg, #b48a2b 0%, #f5c770 100%);
    background: linear-gradient(135deg, #b48a2b 0%, #f5c770 100%)
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b48a2b',endColorstr='#f5c770',GradientType=1 );
}

.bg-info {
    background: #17a2b8;
    background: -moz-linear-gradient(-45deg, #17a2b8 0%, #1a68ce 100%);
    background: -webkit-linear-gradient(-45deg, #17a2b8 0%, #1a68ce 100%);
    background: linear-gradient(135deg, #17a2b8 0%, #1a68ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a2b8',endColorstr='#1a68ce',GradientType=1 );
}
.modal-dialog {
    padding: 0;
    margin: 0;
    border: none !important;
    width: 100%;
    max-width: 100%;
}
.modal-content {
    border: none;
    border-radius: 0;
    height: 100vh;
}
.modal-body {
    overflow: auto;
}
.rounded {
    border-radius: 0.4rem !important;
}
.rounded-more {
    border-radius: 0.6rem !important;
}

a,
a:hover,
a:link,
a:visited,
a:active {
    color: #000;
}
.filter .custom-control-label::before {
    right: 1rem;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}
.filter .custom-control-label::after {
    left: auto;
    right: 1rem;
    margin: auto;
    top: 0;
    bottom: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #28a744;
    background-color: #28a744;
}
.theme-switch-wrapper {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fixed-bottom-padding .theme-switch-wrapper {
    bottom: 70px;
}
.theme-switch {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dark .theme-switch {
    background: #fff;
    color: #000;
}
.theme-switch-wrapper em {
    display: none;
}
.theme-switch-wrapper #checkbox {
    display: none;
}
.dark body {
    background-color: #000;
    color: #fff;
}
.dark .bg-white {
    background-color: #1b1b1b !important;
}
.dark .border-bottom,
.dark .border-top,
.dark .border-left,
.dark .border-right {
    border-color: #292929 !important;
}
.dark .text-dark {
    color: #e4e4e4 !important;
}
.dark .modal-content {
    background-color: #000;
}
.dark .bg-light {
    background-color: #101010 !important;
}
.dark .modal-header {
    border-bottom: 1px solid #292929;
}
.dark .close {
    color: #fff !important;
}
.dark .btn {
    color: #fff;
}
.dark a.text-dark:focus,
.dark a.text-dark:hover {
    color: #fff !important;
}
.dark .list-card-image a.btn,
.dark .cart-items-number .btn {
    border: 3px solid #252525;
    background: #000;
    box-shadow: none;
}
.dark .cart-items-number {
    background: #000;
}
.dark .hc-nav-trigger {
    color: #28a744;
}
.dark label {
    color: #fff;
}
.dark .hc-offcanvas-nav .nav-container,
.dark .hc-offcanvas-nav .nav-wrapper,
.dark .hc-offcanvas-nav ul {
    background: #25282e;
}
.text-custom{color:#bdab67}
a.text-custom:hover{color:#bdab67}
.dark .hc-offcanvas-nav li:not(.custom-content) a {
    color: #a3a6a9;
    background: transparent;
    border-bottom: 1px solid #33353e;
}
.dark .hc-offcanvas-nav li:not(.custom-content) a:hover {
    color: #fff;
    background: #000 !important;
    border-bottom: 1px solid #000;
}
.dark .hc-offcanvas-nav li.nav-close a,
.dark .hc-offcanvas-nav li.nav-back a {
    border-top: 1px solid #33353e;
    border-bottom: 1px solid #33353e;
}
.dark .hc-offcanvas-nav .nav-item {
    background: transparent;
    border-bottom: 1px solid #343a40;
}
.dark .hc-offcanvas-nav ul.bottom-nav {
    border-top: 1px solid #343a40;
}
.dark .form-control {
    border-bottom: 1px solid #333538;
    background-color: transparent !important;
    font-size: 13px;
    box-shadow: none !important;
    color: #fff;
}
.dark .text-muted {
    color: #99a2ab !important;
}
.dark .list-card-image img {
    margin: 0;
    background: #fff;
    padding: 17px;
    min-width: 100%;
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.dark .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #fff;
}
.dark .slick-dots li button:before {
    color: #fff;
}
.dark .list-card-osahan-2 .img {
    width: 100%;
    padding: 22px;
    margin-bottom: 15px;
}
.dark .schedule .nav-link.active,
.dark .schedule .nav-link:focus {
    color: #28a744 !important;
    background: #1b1b1b;
    border-color: #292929;
}
.dark .schedule .nav-link:hover {
    background: #1b1b1b;
    border-color: #292929;
}
.dark .nav-tabs {
    border-bottom: 1px solid #292929;
}
div.inputResult ul li.grp {
    background: #f0f0f0;
    padding: 8px;
    color: #a2a2a2;
    font-size: 0.85rem;
}
div.inputResult ul li a {
    display: block;
    padding: 8px 8px;
    color:#454545;
    font-size: 0.90rem;	
}
div.inputResult ul li a:hover {
	background: #fafafa;color: #000;
}
@media only screen and (max-width: 281px) {
	.tpctBoxes div.d-boxsingle {
		width: calc(100%/5);margin: 0px 4px 6px;
	}
	.d-boxsingle .smtextl {
		font-size: 0.5rem;
	}
	.tpctBoxes div.d-boxsingle img.img-fluid {
		width: 50px;
	}
}
@media only screen and (max-width: 321px) {
	a.text-decoration-none.small {
		font-size:11px;
	}
}
