body {
    animation: fadeInAnimation ease 2s;
    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: #c29958; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.ptb-5 {
	padding: 10px 0;
}
.header-area{
	border-bottom: 1px solid #e9e9e9;
}
.header-top {
    padding: 10px 0;
    border-bottom: 1px solid #bcbcbc8f;
    background: #cbcbcb29;
}
.header-main-area {
	/*background: linear-gradient(180deg, rgb(212 212 212) 0%, rgb(255 255 255) 55%, rgb(250 250 250) 100%);*/
}
.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: #c299585c;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #c29958;
}

.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);
}

.imageBoxed{
	border:1px solid #ccc;
	border-radius: 7px;
}
.imageBoxedT{
	border:1px solid #ccc;
	border-radius: 7px;
	transition: all 1s;
}
.sold {
	background: #000;/*#f10000;*/
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.new {
	background: #c29958;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.cartEmpty {
	text-align: center;
    display: block;
    position: relative;
    margin: auto;
    padding-bottom: 20px;
    font-weight: bold;
}
.section-padding-small {
    padding-top: 40px;
    padding-bottom: 40px;
	text-align:center;
	background:#ebebeb;
}
.policy-icon {
    position: relative;
    left: 40px;
    top: -5px;
    font-size: 30px;
    line-height: 1;
    color: #c29958;
    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: #c29958;
    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: #c29958;
    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: #c29958;
    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;
}
.product-pager {
    display: flex;
    align-items: center;
}
select {
    word-wrap: normal;
    min-width: 70px;
    padding: 5px 10px;
}
.notifMenu{
    font-size: 0.9rem;
    color: #c29958;
    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: #545454;
    -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: 33px;
    background: #f7fff2;
	margin-bottom: -14px;
}
#countdown {
	color:#f10000;
}
/*
.giftwrap{
position: relative;
left: 2px;
top: -6px;
font-size: 80%;
font-weight:bold;
}
*/
/* LUXURY BOXING GIFT WRAP ################## */
.giftwrap{
	position: relative;
	left: -5px;
	top: -6px;
	font-size: 80%;
	color: #0015ff;
}
.switch {
	width:18px; height:18px;
}
.checkbox-wrapper-25 input[type="checkbox"] {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 0%, .1), hsla(0, 0%, 100%, .1)), -webkit-linear-gradient(left, #d5d5d5 50%, #66ff68 50%);
    background-size: 100% 100%, 200% 100%;
    background-position: 0 0, 15px 0;
    border-radius: 25px;
    box-shadow: inset 0 1px 4px hsla(0, 0%, 0%, .5), inset 0 0 10px hsla(0, 0%, 0%, .5), 0 0 0 1px hsla(0, 0%, 0%, .1), 0 -1px 2px 2px hsla(0, 0%, 0%, .25), 0 2px 2px 2px hsla(0, 0%, 100%, .75);
    cursor: pointer;
    height: 25px;
    padding-right: 25px;
    width: 75px;
    -webkit-appearance: none;
    -webkit-transition: .25s;
}
/*
.checkbox-wrapper-25 input[type="checkbox"] {
	background-image: -webkit-linear-gradient(hsla(0,0%,0%,.1), hsla(0,0%,100%,.1)),
					  -webkit-linear-gradient(left, #f66 50%, #66ff68 50%);
	background-size: 100% 100%, 200% 100%;
	background-position: 0 0, 15px 0;
	border-radius: 25px;
	box-shadow: inset 0 1px 4px hsla(0,0%,0%,.5),
				inset 0 0 10px hsla(0,0%,0%,.5),
				0 0 0 1px hsla(0,0%,0%,.1),
				0 -1px 2px 2px hsla(0,0%,0%,.25),
				0 2px 2px 2px hsla(0,0%,100%,.75);
	cursor: pointer;
	height: 25px;
	padding-right: 25px;
	width: 75px;
	-webkit-appearance: none;
	-webkit-transition: .25s;
}
*/
.checkbox-wrapper-25 input[type="checkbox"]:after {
	background-color: #eee;
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,.1), hsla(0,0%,0%,.1));
	border-radius: 25px;
	box-shadow: inset 0 1px 1px 1px hsla(0,0%,100%,1),
				inset 0 -1px 1px 1px hsla(0,0%,0%,.25),
				0 1px 3px 1px hsla(0,0%,0%,.5),
				0 0 2px hsla(0,0%,0%,.25);
	content: '';
	display: block;
	height: 25px;
	width: 50px;
}

.checkbox-wrapper-25 input[type="checkbox"]:checked {
	background-position: 0 0, 35px 0;
	padding-left: 25px;
	padding-right: 0;
}
/* LUXURY BOXING GIFT WRAP ################## */

/* #### CHECKBOXES SUBSACRIBE #### */
.checkSubscribeLabel {
	display: block !important; 
	margin-bottom: 2px !important; 
	margin-top: 2px !important;
	font-size: 12px !important;
    font-weight: 400 !important;
}
#subscribeSuccessMsg {
	display:none;
	background: #dbfadb;
    padding: 20px 20px;
    margin-top: 10px;
}