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: #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 {
    /* dark 
	padding: 5px 0;
	border-bottom: 1px solid #a3940a;
    background: #261807de;*/
	
	/* rich red */
	padding: 5px 0;
    border-bottom: 2px solid #a09106;
    background: #430505;
	background: #5d2323;
	background: #570101;
	background: #450315;
	background: #2d0a13;
	position:relative;
		background-image: url(/assets/img/leather2.jpg);
    background-repeat: repeat-x;
	background-blend-mode: soft-light;
	
	/* gold 
	padding: 5px 0;
	border-bottom: 1px solid #a3940a;
    background: #ac630a36;*/
	/* red */
	/*
	padding: 5px 0;
    border-bottom: 1px solid #bbb837;
    background: #efe1dec9;
	*/
	/*
	border-bottom: 1px solid #bcbcbc8f;
    background: #cdbc8abf;
	*/
	/*#f7f7f7bf;  #cbcbcb29;*/
}
.header-top:before {

}
/* ############ dark header fixes */
.welcome-message p {
    color: #c5c5c5;
    font-size: 14px;
    line-height: 1;
}
a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-decoration: none;
    color: #c19859;
	color: #b9931c;
	color: #a3863c;	
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: #a19975;
}
.header-top-settings ul li {
    color: #a1a1a1;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    margin-left: 40px;
    position: relative;
    margin-left: 20px;
    padding-left: 0px;
}
.darkStyleEyeGlass {
	color: #d0cfcf !important;
}
.header-top-settings ul li:before {
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    content: "";
    position: absolute;
    background-color: #5a5a5a;
	background-color: #570101;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.breadcrumb-area {
    background-color: #f5f5f5;
    border-top: 1px solid #bfbfbf57;
    border-bottom: 1px solid #c0c0c0;
}
/* ############ dark header fixes */
.header-main-area {
	/*background: linear-gradient(180deg, rgb(212 212 212) 0%, rgb(255 255 255) 55%, rgb(250 250 250) 100%);*/
	/*background: linear-gradient(180deg, rgb(239 226 221 / 81%) 0%, rgb(255 255 255) 55%, rgb(250 250 250) 100%);
	background: linear-gradient(180deg, rgb(221 221 221 / 85%) 0%, rgb(255 255 255) 55%, rgb(250 250 250) 100%);*/
	/* light header 
	background: linear-gradient(180deg, rgb(221 221 221 / 50%) 0%, rgb(255 255 255) 55%, rgb(250 250 250) 100%);*/
	/* dark header */
	background: linear-gradient(180deg, rgb(239 223 221 / 66%) 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);
}
.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: #383838;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.sold-out {
	font-size: 14px;
    border-radius: 0;
    padding: 6px 10px;
    text-transform: uppercase !important;
    letter-spacing: 0.07rem;
    font-weight: 600 !important;
}
.sale {
	background: #3f8717;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-weight: 600 !important;
	border: 2px solid #fff;
}
.last {
	background: #017c97;
    color: #fff;
    padding: 6px 04px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.new {
	background: #ffffff;
    color: #774e0d;
    padding: 6px 10px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.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: 40px;
    padding-bottom: 40px;
	text-align:center;
	background:#ebebeb;
}
.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: #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;
	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: #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: 0.6rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.17rem;
}
[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: #c8c6c6;
    -webkit-transition: width 2.6s ease;
    transition: width 2.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;
}

/* ########## custom radios ########## */
/* shirt sizes */
.radioToolbarSize input[type="radio"] {
  display: none;
}
.radioToolbarSize  input[type="radio"]:checked+label {
	background-color: #e8e8e8;
	color: #141414;
	transition: all 0.5s;
}
.radioToolbarSize label {
	display: inline-block;
	background-color: #ddd0;
	padding: 10px 5px;
	width: 60px;
	font-family: Arial;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid #c3c3c3;
	margin-right: 0.2rem;
	text-align: center;
	color: #9c9c9c;
}
.radioToolbarSize label:hover {
	background-color: #bdbdbd;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid #929292;
}
.radioToolbarSize input[type=radio]:checked + label > span.icon {
	display: inline-flex;
    position: relative;
    top: 14px;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #14af2f;
    left: 13px;
    color: #2fb747;
}
/* shoe sizes */
.radioToolbarShoeSize input[type="radio"] {
  display: none;
}
.radioToolbarShoeSize  input[type="radio"]:checked+label {
	background-color: #e8e8e8;
	color: #141414;
	transition: all 0.5s;
}
.radioToolbarShoeSize label {
	display: inline-block;
    background-color: #ddd0;
    padding: 7px 0px;
    width: 50px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    margin-right: 0.2rem;
    text-align: center;
    color: #9c9c9c;
    margin-bottom: 10px;
}
.radioToolbarShoeSize label:hover {
	background-color: #bdbdbd;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid #929292;
}
.radioToolbarShoeSize input[type=radio]:checked + label > span.icon {
	display: inline-flex;
    position: relative;
    top: 13px;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
	border: 1px solid #14af2f;
    left: 8px;
    color: #2fb747;
}
.showShoeHalf {margin-left: -3px;}

/* colors */
.radioToolbarColor input[type="radio"] {
  display: none;
}
.radioToolbarColor  input[type="radio"]:checked+label {
	background-color: #e8e8e8;
	color: #141414;
	transition: all 0.5s;
}
.radioToolbarColor label {
	display: inline-block;
    background-color: #ddd0;
    padding: 12px 12px;
    width: 25px;
    height: 25px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #999797;
    margin-right: 0.5rem;
    text-align: center;
    color: #9c9c9c;
}
.radioToolbarColor label:hover {
	background-color: #bdbdbd;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid #929292;
}

.radioToolbarColor input[type=radio]:checked + label > span.icon {
	display: inline-block;
	position: relative;
	top: -9px;
	left: -6px;
	color:#fff;
}
.hiddenCheck {
	display:none;
}

/*.radioToolbarColor input[type="radio"]:checked + label:before {
  content: "✔";
  font-family: 'lucida grande';
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
*/
.radioSelectWithTitle {
	padding: 0;
}
.radioSelect {
	padding: 0 0 5px 0;
}
/* ########## custom radios ########## */


#ringBell {
	animation: Shake 0.5s linear infinite;
}
/*Using keyframes for shaking an image*/
@keyframes Shake { 
    0% { 
        transform: rotate(10deg); 
    } 
  
    25% { 
        transform: rotate(-10deg); 
    } 
  
    50% { 
        transform: rotate(10deg); 
    } 
  
    75% { 
        transform: rotate(-10deg); 
    } 
  
    100% { 
        transform: rotate(5deg); 
    } 
}