/* General */
:root {
    --border-radius: 4px;
    --border-radius2x: 8px;
    --default: #777;
}
/* Skin Colors */
:root {
    --primary: #22277c;
    --primary-100: #1d2168;
    --primary-200: #1a1e5e;
    --primary-300: #171a54;
    --primary--100: #272d90;
    --primary--200: #2a309a;
    --primary--300: #2d34a4;
    --primary-rgba-0: rgba(34, 39, 124, 0);
    --primary-rgba-10: rgba(34, 39, 124, 0.1);
    --primary-rgba-20: rgba(34, 39, 124, 0.2);
    --primary-rgba-30: rgba(34, 39, 124, 0.3);
    --primary-rgba-40: rgba(34, 39, 124, 0.4);
    --primary-rgba-50: rgba(34, 39, 124, 0.5);
    --primary-rgba-60: rgba(34, 39, 124, 0.6);
    --primary-rgba-70: rgba(34, 39, 124, 0.7);
    --primary-rgba-80: rgba(34, 39, 124, 0.8);
    --primary-rgba-90: rgba(34, 39, 124, 0.9);
    --secondary: #f7931a;
    --secondary-100: #ef8708;
    --secondary-200: #e38008;
    --secondary-300: #d77907;
    --secondary--100: #f89f33;
    --secondary--200: #f8a43f;
    --secondary--300: #f9aa4b;
    --secondary-rgba-0: rgba(247, 147, 26, 0);
    --secondary-rgba-10: rgba(247, 147, 26, 0.1);
    --secondary-rgba-20: rgba(247, 147, 26, 0.2);
    --secondary-rgba-30: rgba(247, 147, 26, 0.3);
    --secondary-rgba-40: rgba(247, 147, 26, 0.4);
    --secondary-rgba-50: rgba(247, 147, 26, 0.5);
    --secondary-rgba-60: rgba(247, 147, 26, 0.6);
    --secondary-rgba-70: rgba(247, 147, 26, 0.7);
    --secondary-rgba-80: rgba(247, 147, 26, 0.8);
    --secondary-rgba-90: rgba(247, 147, 26, 0.9);
    --tertiary: #FBCA8E;
    --tertiary-100: #fabe75;
    --tertiary-200: #fab969;
    --tertiary-300: #f9b35d;
    --tertiary--100: #fcd6a7;
    --tertiary--200: #fcdbb3;
    --tertiary--300: #fde1bf;
    --tertiary-rgba-0: rgba(251, 202, 142, 0);
    --tertiary-rgba-10: rgba(251, 202, 142, 0.1);
    --tertiary-rgba-20: rgba(251, 202, 142, 0.2);
    --tertiary-rgba-30: rgba(251, 202, 142, 0.3);
    --tertiary-rgba-40: rgba(251, 202, 142, 0.4);
    --tertiary-rgba-50: rgba(251, 202, 142, 0.5);
    --tertiary-rgba-60: rgba(251, 202, 142, 0.6);
    --tertiary-rgba-70: rgba(251, 202, 142, 0.7);
    --tertiary-rgba-80: rgba(251, 202, 142, 0.8);
    --tertiary-rgba-90: rgba(251, 202, 142, 0.9);
    --quaternary: #A3A6E6;
    --quaternary-100: #8f93e1;
    --quaternary-200: #8589de;
    --quaternary-300: #7b7fdb;
    --quaternary--100: #b7b9eb;
    --quaternary--200: #c1c3ee;
    --quaternary--300: #cbcdf1;
    --quaternary-rgba-0: rgba(163, 166, 230, 0);
    --quaternary-rgba-10: rgba(163, 166, 230, 0.1);
    --quaternary-rgba-20: rgba(163, 166, 230, 0.2);
    --quaternary-rgba-30: rgba(163, 166, 230, 0.3);
    --quaternary-rgba-40: rgba(163, 166, 230, 0.4);
    --quaternary-rgba-50: rgba(163, 166, 230, 0.5);
    --quaternary-rgba-60: rgba(163, 166, 230, 0.6);
    --quaternary-rgba-70: rgba(163, 166, 230, 0.7);
    --quaternary-rgba-80: rgba(163, 166, 230, 0.8);
    --quaternary-rgba-90: rgba(163, 166, 230, 0.9);
    --dark: #212529;
    --dark-100: #16181b;
    --dark-200: #101214;
    --dark-300: #0a0c0d;
    --dark--100: #2c3237;
    --dark--200: #32383e;
    --dark--300: #383f45;
    --dark-rgba-0: rgba(33, 37, 41, 0);
    --dark-rgba-10: rgba(33, 37, 41, 0.1);
    --dark-rgba-20: rgba(33, 37, 41, 0.2);
    --dark-rgba-30: rgba(33, 37, 41, 0.3);
    --dark-rgba-40: rgba(33, 37, 41, 0.4);
    --dark-rgba-50: rgba(33, 37, 41, 0.5);
    --dark-rgba-60: rgba(33, 37, 41, 0.6);
    --dark-rgba-70: rgba(33, 37, 41, 0.7);
    --dark-rgba-80: rgba(33, 37, 41, 0.8);
    --dark-rgba-90: rgba(33, 37, 41, 0.9);
    --light: #FFF;
    --light-100: #f2f2f2;
    --light-200: #ececec;
    --light-300: #e6e6e6;
    --light--100: #ffffff;
    --light--200: #ffffff;
    --light--300: #ffffff;
    --light-rgba-0: rgba(255, 255, 255, 0);
    --light-rgba-10: rgba(255, 255, 255, 0.1);
    --light-rgba-20: rgba(255, 255, 255, 0.2);
    --light-rgba-30: rgba(255, 255, 255, 0.3);
    --light-rgba-40: rgba(255, 255, 255, 0.4);
    --light-rgba-50: rgba(255, 255, 255, 0.5);
    --light-rgba-60: rgba(255, 255, 255, 0.6);
    --light-rgba-70: rgba(255, 255, 255, 0.7);
    --light-rgba-80: rgba(255, 255, 255, 0.8);
    --light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
    --primary-inverse: #FFF;
    --secondary-inverse: #FFF;
    --tertiary-inverse: #777;
    --quaternary-inverse: #FFF;
    --dark-inverse: #FFF;
    --light-inverse: #777;
}
/* Grey Colors */
:root {
    --grey: #969696;
    --grey-100: #f4f4f4;
    --grey-200: #eaeaea;
    --grey-300: #e5e5e5;
    --grey-400: #e0e0e0;
    --grey-500: #dbdbdb;
    --grey-600: #cecece;
    --grey-700: #c1c1c1;
    --grey-800: #a8a8a8;
    --grey-900: #8e8e8e;
    --grey-1000: #757575;
}

.less-error-message ul, .less-error-message li {
	list-style-type: none;
	margin-right: 15px;
	padding: 4px 0;
	margin: 0;
}

.less-error-message label {
	font-size: 12px;
	margin-right: 15px;
	padding: 4px 0;
	color: #cc7777;
}

.less-error-message pre {
	color: #dd6666;
	padding: 4px 0;
	margin: 0;
	display: inline-block;
}

.less-error-message pre.line {
	color: #ff0000;
}

.less-error-message h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 5px 0;
	margin: 0;
}

.less-error-message a {
	color: #10a;
}

.less-error-message .error {
	color: red;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px dashed red;
}


.shop .products .product .quick-view {
	transition: ease transform 300ms, ease background 300ms;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px 10px;
	font-size: 1em;
	color: var(--light);
	background: rgba(0, 0, 0, 0.7);
	z-index: 3;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.shop .products .product:hover .quick-view {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.counters strong {
    display: block;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
}

.loader {
    width: 48px;
    height: 48px;
    border-width: 3px;
    border-style: dashed solid  solid dotted;
    border-color: #f7931a #f7931a transparent #f7931a;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    top: 31px;
    border: 10px solid transparent;
    border-right-color: #f7931a;
    transform: rotate(-40deg);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-danger{
    padding-bottom: 3px;
    box-shadow:  0 3px 0 #B21F2E;
}

.btn-success{
    padding-bottom: 6px;
    box-shadow:  0 3px 0 #12633D;
}