body {
    animation: fadeInAnimation ease-in-out 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
 
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
/* scrollbars */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #26b9e9; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.container-fluid {
    padding-right: var(--bs-gutter-x, 50px) !important;
    padding-left: var(--bs-gutter-x, 50px) !important;
	/* chane to 50 if using aside filters */
}
.ptb-5 {
	padding: 10px 0;
}
.header-area{
	border-bottom: 1px solid #e9e9e9;
}
.header-top {
    padding: 5px 0;
    /* light 
	border-bottom: 1px solid #b88e136b;
    background: #cdbc8a47;
	
	GOLD 
	border-bottom: 2px solid #b88e136b;
    background: #cdbc8a75;
	LIGHT BLUE
	border-bottom: 2px solid #21baea;
    background: #21baea2e;*/
	
	border-bottom: 2px solid #888887;
    background: #19a7d3;
}
.header-main-area {
	/*background: linear-gradient(180deg, rgb(212 212 212) 0%, rgb(255 255 255) 55%, rgb(250 250 250) 100%);
	background: #cdbc8a0f;
	border-bottom: 1px solid #e2e2e2;*/
	
	/*
	background: linear-gradient(180deg, rgb(212 212 212) 0%, rgb(255 255 255) 55%, rgb(250 250 250) 100%);
    background: #21baea05; 
    border-bottom: 1px solid #e7e7e759;*/
	
	background: linear-gradient(180deg, rgb(201 201 201) 0%, rgb(255 255 255) 55%, rgb(250 250 250) 100%);
    /* background: #21baea05; */
    border-bottom: 1px solid #ffffffc7;
}
.specialHR {
	margin: 0px 0;
    height: 1px;
    /* border: none; */
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, black));
}

/* izotope */
/* ---- isotope ---- */

.grid {
  /*border: 1px solid #333;*/
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 260px;
  height: auto;
  margin: 5px;
  padding: 5px;
  background: #fff;
  border:1px solid #ccc;
  color: #262524;
}

.element-item > * {
  margin: 0;
  padding: 0;
}
.izotopeBtn {
	padding: 10px 20px;
    border: 1px solid #ccc;
    margin-right: 10px;
	min-width: 100px;
}
/*.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}
*/
.button:hover {
  background-color: #26b9e95c;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #26b9e9;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
.cart-spinner {
	margin: auto;
	display:block;
}
.imageBoxed{
	border:1px solid #ccc;
	border-radius: 7px;
}
.imageBoxedT{
	border:1px solid #ccc;
	border-radius: 7px;
	transition: all 1s;
}
.sold {
	background: #f10000;
    color: #fff;
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.outStock {
	background: #ffffffbf;
    color: #000;
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: bold;
	border:1px solid #f10000;
}
.sold-out {
	font-size: 14px;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase !important;
    letter-spacing: 0.07rem;
    font-weight: 600 !important;
}
.sale {
	background: #fff;
    color: #02bf02;
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: bold;
	border:2px solid #02bf02;
}
.last {
	background: #017c97;
    color: #fff;
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.save {
	background: #000;
    color: #fff;
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.new {
	background: #26b9e9;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.productOnSale{
	font-size: 10px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding: 2px 14px;
    margin-bottom: 20px;
}
.productAlmostGone{
	font-size: 10px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding: 2px 14px;
    margin-bottom: 20px;
}
.cartEmpty {
	text-align: center;
    display: block;
    position: relative;
    margin: auto;
    padding-bottom: 20px;
    font-weight: bold;
}
.section-padding-small {
	padding-top: 15px;
    padding-bottom: 23px;
    text-align: center;
    background: #f2f2f2;
    border-top: 1px solid #d7d7d7;
}
.policy-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: -3px;
}
.policy-icon {
    /*position: relative;*/
    left: 40px;
    top: -5px;
    font-size: 30px;
    line-height: 1;
    color: #26b9e9;
    padding-right: 16px;
}
.sMsg {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 4px 12px;
    text-align: center;
	color: #f5d2d2;
}
.success {
    /* trasparent background-color: rgba(113, 0, 113, 0.45);
    border-left: 6px solid #710071;*/
	background-color: #b59d60;
    border-left: 6px solid #000;
    width: 250px;
	z-index:9999;
}
.successWarn {
    /* trasparent background-color: rgba(113, 0, 113, 0.45);
    border-left: 6px solid #710071;*/
	background-color: rgb(180, 87, 180);
    border-left: 6px solid #ccc;
    width: 250px;
	z-index:9999;
}
.btn-sqr-voucher {
    color: #000;
    font-size: 15px;
    border-radius: 0;
    background-color: #fff;
    padding: 12px 25px;
}
.cartCircle {
	background: #26b9e9;
    padding: 4px 8px;
    border-radius: 50%;
    font-size: 0.7rem;
    color: #fff;
}
.downloadPDFReceipt {
	border: 1px solid #ccc;
    padding: 10px 10px;
    background: #cc996612;
}
.header-configure-area ul li a .notificationAlt {
    top: -8px;
    right: -13px;
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    color: #26b9e9;
    font-size: 0.9rem;
    font-weight: bold;
}
.successSend {
    background-color: rgb(104 248 70 / 35%);
    width: 100%;
    z-index: 9999;
    padding: 10px 20px;
    border: 1px dashed #000;
    text-align: center;
}
.radioBtn {
	width:3% !important;
}
.checkboxT {
	position: relative;
    top: 5px;
    height: 20px;
    width: 20px !important;
    margin-right: 10px;
}
.btnBlogPage {
	padding: 5px 10px;
    border: 1px solid #ccc;
    margin-left: 5px;
}
.blogPageActive {
	padding: 5px 10px;
    border: 1px solid #ccc;
    margin-left: 5px;
	background: #26b9e9;
    color: #fff;
}
.blogImageBoxed {
    border: 1px solid #ccc;
    padding: 3px;
	border-radius: 10px;
}
.blogImageBoxedNP {
    border: 1px solid #b6b4b4;
	border-radius: 10px;
}
.videoOverlay {
	position: absolute;
    max-width: 250px;
    opacity: 0.8;
}

.btnBlogPageFirst {
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.product-pager-link span {
    display: inline-block;
    transition: box-shadow 0.3s ease;
}
.product-pager-link {
    color: #818080;
    display: flex;
    margin-left: 15px;
    align-items: center;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0;
	position: relative;
    top: 2px;
}
.product-pager {
    display: flex;
    align-items: center;
}
select {
    word-wrap: normal;
    min-width: 70px;
    padding: 5px 10px;
	border: 1px solid #ccc;
    border-radius: 4px;
	text-align:center;
}
select:focus-visible {
	border: 1px solid #ab7e00 !important;
    color: #ab7e00 !important;
}
option {
    word-wrap: normal;
	text-align:center;
}
.notifMenu{
    font-size: 0.9rem;
    color: #26b9e9;
    display: inline-block;
    top: -9px;
}
.vivaWalletClass {
	text-align: center !important;
    width: 100% !important;
    background: #363f62 !important;
    padding: 8px 5px !important;
    font-size: 1.1rem !important;
    display: inline-block !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
}
.cardPayment{
	display: inline-block  !important;
    width: 80px  !important;
    margin-right: 0.5em  !important;
}
.cardPaymentPP{
	display: inline-block !important;
    width: 66px !important;
    margin-right: 0.5em !important;
    position: relative;
    top: -3px;
}
.alert-area {
	background-color: #2e2f2e;
    padding: 20px;
    border-bottom: 2px solid #836017;
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
[data-notify="progressbar"] {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #a7a7a7;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.demomode {
	padding: 20px;
    border: 2px dashed #000;
    margin-bottom: 10px;
    text-align: center;
    background: #fce6e6;
}
.countdownArea {
    padding: 20px;
    text-align: center;
    border: 2px dashed #e5e5e5;
    margin-top: 12px;
    background: #f7fff2;
    margin-bottom: -12px;
}
#countdown {
	color:#f10000;
}
.voucherModalPhone {
	padding-right: 0.8rem!important;
    padding-left: 0.8rem!important;
}
@media only screen and (max-width: 479.98px) {
	
}
.btn-sqr-small-prev-next {
    color: #797979 !important;
    background: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    margin-left: 10px !important;
	margin-top:-10px;	
}
.btn-sqr-small-prev-next:hover {
	color: #fff !important;
    border: 1px solid #7b7b7b;
    background: #9d9d9d;
	transition: all 0.8s;
}
.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}
.intriguingFind {
	border-bottom:1px solid #cccccc7d; 
	margin-bottom:10px;
}
.intriguingTitle {
	font-weight:bold;
	padding-bottom:0.5em;
}
.intriguingAmount {
	margin-bottom: 8px !important;
    margin-top: -15px;
}
.inp-login-pass {
	margin: 5px !important;
}
.ifLink {
	color: #83690e;
}
.headerLink {
	color: #fff;
	font-weight: 500;
	text-transform:uppercase;
}
.pt-4 {
    padding-top: 2rem !important;
}
.cornerLeft {
	display: inline-block;
    width: 50px;
    position: relative;
    left: 20px;
    top: -5px;
	opacity:0.5;
}
.cornerRight {
    display: inline-block;
    width: 50px;
    position: relative;
    right: 4px;
    top: -2px;
	opacity:0.5;
}
.size_checkbox {
	width: 20px !important;
    height: 20px !important;
    margin-right: 7px !important;
}
.userLevelLabel {
	position: relative !important;
    top: -7px !important;
    font-weight: 600 !important;
}
.pt-6 {
    padding-top: 6rem !important;
}
.imgRound {
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    /*background-color: #DDD;*/
    border: 2px solid #000206;
}
.media-box-link {
	padding: 6px 20px; border: 1px solid #e4e4e4; background: #19a7d3; border-radius: 4px; color: #fff;
	transform:all 0.5s;
}
.media-box-link:hover{
	background: #f0f0f0;
    border: 1px solid #d3d3d3;
    color: #000;
	transform: all 0.5s;
}
.customRadio {
	margin-right: 12px;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.depositBox  {
	background: #f6f6f6 !important;
    border: 1px dashed #b4b4b4  !important;
}
.depositBalanceBox {
	background:#fff !important;
	border: 1px dashed #b4b4b4  !important; 
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.indented {
    margin-left: 1.5rem !important;
    margin-right: 0.7rem !important;
}
.rightPageTag-ending {
	position: relative;
    padding: 2px 10px;
    border: 1px solid #fff;
    display: block;
    margin: auto;
    font-size: 1rem;
    top: -0.05rem;
    margin-top: -27px;
    font-weight: 700;
    letter-spacing: 0.1rem;
	background: #f10000 !important;
    color: #ffffff  !important;
	opacity:0.7;
	transition: opacity 2.25s ease-in-out;
	-moz-transition: opacity 2.25s ease-in-out;
	-webkit-transition: opacity 2.25s ease-in-out;
}
.rightPageTag-sale {
	position: relative;
    padding: 3px 10px;
    border: 1px solid #fff;
    display: block;
    margin: auto;
    font-size: 0.95rem;
    top: -0.05rem;
    margin-top: -27px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    background: #02bf02 !important;
    color: #ffffff !important;
    opacity: 0.7;
    transition: opacity 2.25s ease-in-out;
    -moz-transition: opacity 2.25s ease-in-out;
    -webkit-transition: opacity 2.25s ease-in-out;
}
.rightPageTag-new {
	position: relative;
    padding: 2px 10px;
    border: 1px solid #fff;
    display: block;
    margin: auto;
    font-size: 1rem;
    top: -0.05rem;
    margin-top: -27px;
    font-weight: 700;
    letter-spacing: 0.1rem;
	background: #19a8d3 !important;
    color: #ffffff  !important;opacity:0.7;
	transition: opacity 2.25s ease-in-out;
	-moz-transition: opacity 2.25s ease-in-out;
	-webkit-transition: opacity 2.25s ease-in-out;
}
.rightPageTag-boxed {
	position: relative;
    padding: 2px 10px;
    border: 1px solid #19a8d3;
    display: block;
    margin: auto;
    font-size: 1rem;
    top: -0.05rem;
    margin-top: -27px;
    font-weight: 700;
    letter-spacing: 0.1rem;
	background: #fff !important;
    color: #19a8d3  !important;opacity:0.7;
	transition: opacity 2.25s ease-in-out;
	-moz-transition: opacity 2.25s ease-in-out;
	-webkit-transition: opacity 2.25s ease-in-out;
}
