@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;600;700&display=swap");
.opacity-1 {
  opacity: 0.1;
  filter: alpha(opacity=10);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-2 {
  opacity: 0.2;
  filter: alpha(opacity=20);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-3 {
  opacity: 0.3;
  filter: alpha(opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-4 {
  opacity: 0.4;
  filter: alpha(opacity=40);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-5 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-6 {
  opacity: 0.6;
  filter: alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-7 {
  opacity: 0.7;
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-8 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-9 {
  opacity: 0.9;
  filter: alpha(opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.bg-theme-primary {
  background-color: #720107 !important;
}

.text-theme-primary {
  color: #720107;
}

.border-theme-primary {
  border-color: #720107 !important;
}

.hover-bg-theme-primary:hover {
  background-color: #720107;
}

.svg-theme-primary {
  fill: #720107 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-primary:hover {
  fill: #720107 !important;
}

.bg-theme-primary-light {
  background-color: #da6369 !important;
}

.text-theme-primary-light {
  color: #da6369;
}

.border-theme-primary-light {
  border-color: #da6369 !important;
}

.hover-bg-theme-primary-light:hover {
  background-color: #da6369;
}

.svg-theme-primary-light {
  fill: #da6369 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-primary-light:hover {
  fill: #da6369 !important;
}

.bg-theme-primary-verylight {
  background-color: #cd8f92 !important;
}

.text-theme-primary-verylight {
  color: #cd8f92;
}

.border-theme-primary-verylight {
  border-color: #cd8f92 !important;
}

.hover-bg-theme-primary-verylight:hover {
  background-color: #cd8f92;
}

.svg-theme-primary-verylight {
  fill: #cd8f92 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-primary-verylight:hover {
  fill: #cd8f92 !important;
}

.bg-theme-secondary {
  background-color: #303030 !important;
}

.text-theme-secondary {
  color: #303030;
}

.border-theme-secondary {
  border-color: #303030 !important;
}

.hover-bg-theme-secondary:hover {
  background-color: #303030;
}

.svg-theme-secondary {
  fill: #303030 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-secondary:hover {
  fill: #303030 !important;
}

.bg-theme-secondary-light {
  background-color: #5f5f5f !important;
}

.text-theme-secondary-light {
  color: #5f5f5f;
}

.border-theme-secondary-light {
  border-color: #5f5f5f !important;
}

.hover-bg-theme-secondary-light:hover {
  background-color: #5f5f5f;
}

.svg-theme-secondary-light {
  fill: #5f5f5f !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-secondary-light:hover {
  fill: #5f5f5f !important;
}

.bg-theme-secondary-verylight {
  background-color: #b3b3b3 !important;
}

.text-theme-secondary-verylight {
  color: #b3b3b3;
}

.border-theme-secondary-verylight {
  border-color: #b3b3b3 !important;
}

.hover-bg-theme-secondary-verylight:hover {
  background-color: #b3b3b3;
}

.svg-theme-secondary-verylight {
  fill: #b3b3b3 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-secondary-verylight:hover {
  fill: #b3b3b3 !important;
}

.bg-theme-secondary-dark {
  background-color: #141414 !important;
}

.text-theme-secondary-dark {
  color: #141414;
}

.border-theme-secondary-dark {
  border-color: #141414 !important;
}

.hover-bg-theme-secondary-dark:hover {
  background-color: #141414;
}

.svg-theme-secondary-dark {
  fill: #141414 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-secondary-dark:hover {
  fill: #141414 !important;
}

.bg-theme-accent, #login-form button:hover {
  background-color: #bd0009 !important;
}

.text-theme-accent {
  color: #bd0009;
}

.border-theme-accent {
  border-color: #bd0009 !important;
}

.hover-bg-theme-accent:hover {
  background-color: #bd0009;
}

.svg-theme-accent {
  fill: #bd0009 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-accent:hover {
  fill: #bd0009 !important;
}

.bg-theme-accent-light {
  background-color: #ffa1a6 !important;
}

.text-theme-accent-light {
  color: #ffa1a6;
}

.border-theme-accent-light {
  border-color: #ffa1a6 !important;
}

.hover-bg-theme-accent-light:hover {
  background-color: #ffa1a6;
}

.svg-theme-accent-light {
  fill: #ffa1a6 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-accent-light:hover {
  fill: #ffa1a6 !important;
}

.bg-theme-accent-verylight {
  background-color: #fcdcde !important;
}

.text-theme-accent-verylight {
  color: #fcdcde;
}

.border-theme-accent-verylight {
  border-color: #fcdcde !important;
}

.hover-bg-theme-accent-verylight:hover {
  background-color: #fcdcde;
}

.svg-theme-accent-verylight {
  fill: #fcdcde !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-accent-verylight:hover {
  fill: #fcdcde !important;
}

.bg-theme-red {
  background-color: #C00000 !important;
}

.text-theme-red {
  color: #C00000;
}

.border-theme-red {
  border-color: #C00000 !important;
}

.hover-bg-theme-red:hover {
  background-color: #C00000;
}

.svg-theme-red {
  fill: #C00000 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-red:hover {
  fill: #C00000 !important;
}

.bg-theme-red-light {
  background-color: #ff0000 !important;
}

.text-theme-red-light {
  color: #ff0000;
}

.border-theme-red-light {
  border-color: #ff0000 !important;
}

.hover-bg-theme-red-light:hover {
  background-color: #ff0000;
}

.svg-theme-red-light {
  fill: #ff0000 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-red-light:hover {
  fill: #ff0000 !important;
}

.bg-theme-red-verylight {
  background-color: #ff3c3c !important;
}

.text-theme-red-verylight {
  color: #ff3c3c;
}

.border-theme-red-verylight {
  border-color: #ff3c3c !important;
}

.hover-bg-theme-red-verylight:hover {
  background-color: #ff3c3c;
}

.svg-theme-red-verylight {
  fill: #ff3c3c !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-red-verylight:hover {
  fill: #ff3c3c !important;
}

.bg-theme-blue {
  background-color: #00AADF !important;
}

.text-theme-blue {
  color: #00AADF;
}

.border-theme-blue {
  border-color: #00AADF !important;
}

.hover-bg-theme-blue:hover {
  background-color: #00AADF;
}

.svg-theme-blue {
  fill: #00AADF !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-blue:hover {
  fill: #00AADF !important;
}

.bg-theme-blue-light {
  background-color: #2bceff !important;
}

.text-theme-blue-light {
  color: #2bceff;
}

.border-theme-blue-light {
  border-color: #2bceff !important;
}

.hover-bg-theme-blue-light:hover {
  background-color: #2bceff;
}

.svg-theme-blue-light {
  fill: #2bceff !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-blue-light:hover {
  fill: #2bceff !important;
}

.bg-theme-blue-verylight {
  background-color: #64dbff !important;
}

.text-theme-blue-verylight {
  color: #64dbff;
}

.border-theme-blue-verylight {
  border-color: #64dbff !important;
}

.hover-bg-theme-blue-verylight:hover {
  background-color: #64dbff;
}

.svg-theme-blue-verylight {
  fill: #64dbff !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-blue-verylight:hover {
  fill: #64dbff !important;
}

.bg-theme-orange {
  background-color: #fe631b !important;
}

.text-theme-orange {
  color: #fe631b;
}

.border-theme-orange {
  border-color: #fe631b !important;
}

.hover-bg-theme-orange:hover {
  background-color: #fe631b;
}

.svg-theme-orange {
  fill: #fe631b !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-orange:hover {
  fill: #fe631b !important;
}

.bg-theme-orange-light {
  background-color: #ff7f43 !important;
}

.text-theme-orange-light {
  color: #ff7f43;
}

.border-theme-orange-light {
  border-color: #ff7f43 !important;
}

.hover-bg-theme-orange-light:hover {
  background-color: #ff7f43;
}

.svg-theme-orange-light {
  fill: #ff7f43 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-orange-light:hover {
  fill: #ff7f43 !important;
}

.bg-theme-orange-verylight {
  background-color: #fe8d59 !important;
}

.text-theme-orange-verylight {
  color: #fe8d59;
}

.border-theme-orange-verylight {
  border-color: #fe8d59 !important;
}

.hover-bg-theme-orange-verylight:hover {
  background-color: #fe8d59;
}

.svg-theme-orange-verylight {
  fill: #fe8d59 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-orange-verylight:hover {
  fill: #fe8d59 !important;
}

.bg-theme-green {
  background-color: #21801F !important;
}

.text-theme-green {
  color: #21801F;
}

.border-theme-green {
  border-color: #21801F !important;
}

.hover-bg-theme-green:hover {
  background-color: #21801F;
}

.svg-theme-green {
  fill: #21801F !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-green:hover {
  fill: #21801F !important;
}

.bg-theme-green-light {
  background-color: #14a312 !important;
}

.text-theme-green-light {
  color: #14a312;
}

.border-theme-green-light {
  border-color: #14a312 !important;
}

.hover-bg-theme-green-light:hover {
  background-color: #14a312;
}

.svg-theme-green-light {
  fill: #14a312 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-green-light:hover {
  fill: #14a312 !important;
}

.bg-theme-green-verylight {
  background-color: #22ef1e !important;
}

.text-theme-green-verylight {
  color: #22ef1e;
}

.border-theme-green-verylight {
  border-color: #22ef1e !important;
}

.hover-bg-theme-green-verylight:hover {
  background-color: #22ef1e;
}

.svg-theme-green-verylight {
  fill: #22ef1e !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-theme-green-verylight:hover {
  fill: #22ef1e !important;
}

.hover-underline:hover {
  text-decoration: underline;
  color: black;
}

.hover:hover .img-hover-zoom {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.hover .img-hover-zoom {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

/* -----------color-shades-start--------------*/
/* bg-black-100, bg-white-100, text-black-100, text-white-100 */
/* -------- */
.bg-black-1 {
  background-color: #e6e6e6;
}

.hover-bg-black-1:hover {
  background-color: #e6e6e6;
}

.text-black-1, .text-black-1 * {
  color: #e6e6e6;
}

.border-black-1 {
  border-color: #e6e6e6 !important;
}

.bg-black-2 {
  background-color: #cccccc;
}

.hover-bg-black-2:hover {
  background-color: #cccccc;
}

.text-black-2, .text-black-2 * {
  color: #cccccc;
}

.border-black-2 {
  border-color: #cccccc !important;
}

.bg-black-3 {
  background-color: #b3b3b3;
}

.hover-bg-black-3:hover {
  background-color: #b3b3b3;
}

.text-black-3, .text-black-3 * {
  color: #b3b3b3;
}

.border-black-3 {
  border-color: #b3b3b3 !important;
}

.bg-black-4 {
  background-color: #999999;
}

.hover-bg-black-4:hover {
  background-color: #999999;
}

.text-black-4, .text-black-4 * {
  color: #999999;
}

.border-black-4 {
  border-color: #999999 !important;
}

.bg-black-5 {
  background-color: gray;
}

.hover-bg-black-5:hover {
  background-color: gray;
}

.text-black-5, .text-black-5 * {
  color: gray;
}

.border-black-5 {
  border-color: gray !important;
}

.bg-black-6 {
  background-color: #666666;
}

.hover-bg-black-6:hover {
  background-color: #666666;
}

.text-black-6, .text-black-6 * {
  color: #666666;
}

.border-black-6 {
  border-color: #666666 !important;
}

.bg-black-7 {
  background-color: #4d4d4d;
}

.hover-bg-black-7:hover {
  background-color: #4d4d4d;
}

.text-black-7, .text-black-7 * {
  color: #4d4d4d;
}

.border-black-7 {
  border-color: #4d4d4d !important;
}

.bg-black-8 {
  background-color: #333333;
}

.hover-bg-black-8:hover {
  background-color: #333333;
}

.text-black-8, .text-black-8 * {
  color: #333333;
}

.border-black-8 {
  border-color: #333333 !important;
}

.bg-black-9 {
  background-color: #1a1a1a;
}

.hover-bg-black-9:hover {
  background-color: #1a1a1a;
}

.text-black-9, .text-black-9 * {
  color: #1a1a1a;
}

.border-black-9 {
  border-color: #1a1a1a !important;
}

.bg-white-1 {
  background-color: white;
}

.hover-bg-white-1:hover {
  background-color: white;
}

.text-white-1, .text-white-1 * {
  color: white;
}

.border-white-1 {
  border-color: white !important;
}

.bg-white-2 {
  background-color: white;
}

.hover-bg-white-2:hover {
  background-color: white;
}

.text-white-2, .text-white-2 * {
  color: white;
}

.border-white-2 {
  border-color: white !important;
}

.bg-white-3 {
  background-color: white;
}

.hover-bg-white-3:hover {
  background-color: white;
}

.text-white-3, .text-white-3 * {
  color: white;
}

.border-white-3 {
  border-color: white !important;
}

.bg-white-4 {
  background-color: white;
}

.hover-bg-white-4:hover {
  background-color: white;
}

.text-white-4, .text-white-4 * {
  color: white;
}

.border-white-4 {
  border-color: white !important;
}

.bg-white-5 {
  background-color: white;
}

.hover-bg-white-5:hover {
  background-color: white;
}

.text-white-5, .text-white-5 * {
  color: white;
}

.border-white-5 {
  border-color: white !important;
}

.bg-white-6 {
  background-color: white;
}

.hover-bg-white-6:hover {
  background-color: white;
}

.text-white-6, .text-white-6 * {
  color: white;
}

.border-white-6 {
  border-color: white !important;
}

.bg-white-7 {
  background-color: white;
}

.hover-bg-white-7:hover {
  background-color: white;
}

.text-white-7, .text-white-7 * {
  color: white;
}

.border-white-7 {
  border-color: white !important;
}

.bg-white-8 {
  background-color: white;
}

.hover-bg-white-8:hover {
  background-color: white;
}

.text-white-8, .text-white-8 * {
  color: white;
}

.border-white-8 {
  border-color: white !important;
}

.bg-white-9 {
  background-color: white;
}

.hover-bg-white-9:hover {
  background-color: white;
}

.text-white-9, .text-white-9 * {
  color: white;
}

.border-white-9 {
  border-color: white !important;
}

/* ---------- */
.bg-theme-primary-1 {
  background-color: #f1e6e6;
}

.hover-bg-theme-primary-1:hover {
  background-color: #f1e6e6;
}

.text-theme-primary-1, .text-theme-primary-1 * {
  color: #f1e6e6;
}

.border-theme-primary-1 {
  border-color: #f1e6e6 !important;
}

.bg-theme-primary-2 {
  background-color: #e3cccd;
}

.hover-bg-theme-primary-2:hover {
  background-color: #e3cccd;
}

.text-theme-primary-2, .text-theme-primary-2 * {
  color: #e3cccd;
}

.border-theme-primary-2 {
  border-color: #e3cccd !important;
}

.bg-theme-primary-3 {
  background-color: #d5b3b5;
}

.hover-bg-theme-primary-3:hover {
  background-color: #d5b3b5;
}

.text-theme-primary-3, .text-theme-primary-3 * {
  color: #d5b3b5;
}

.border-theme-primary-3 {
  border-color: #d5b3b5 !important;
}

.bg-theme-primary-4 {
  background-color: #c7999c;
}

.hover-bg-theme-primary-4:hover {
  background-color: #c7999c;
}

.text-theme-primary-4, .text-theme-primary-4 * {
  color: #c7999c;
}

.border-theme-primary-4 {
  border-color: #c7999c !important;
}

.bg-theme-primary-5 {
  background-color: #b98083;
}

.hover-bg-theme-primary-5:hover {
  background-color: #b98083;
}

.text-theme-primary-5, .text-theme-primary-5 * {
  color: #b98083;
}

.border-theme-primary-5 {
  border-color: #b98083 !important;
}

.bg-theme-primary-6 {
  background-color: #aa676a;
}

.hover-bg-theme-primary-6:hover {
  background-color: #aa676a;
}

.text-theme-primary-6, .text-theme-primary-6 * {
  color: #aa676a;
}

.border-theme-primary-6 {
  border-color: #aa676a !important;
}

.bg-theme-primary-7 {
  background-color: #9c4d51;
}

.hover-bg-theme-primary-7:hover {
  background-color: #9c4d51;
}

.text-theme-primary-7, .text-theme-primary-7 * {
  color: #9c4d51;
}

.border-theme-primary-7 {
  border-color: #9c4d51 !important;
}

.bg-theme-primary-8 {
  background-color: #8e3439;
}

.hover-bg-theme-primary-8:hover {
  background-color: #8e3439;
}

.text-theme-primary-8, .text-theme-primary-8 * {
  color: #8e3439;
}

.border-theme-primary-8, #login-form input {
  border-color: #8e3439 !important;
}

.bg-theme-primary-9 {
  background-color: #801a20;
}

.hover-bg-theme-primary-9:hover {
  background-color: #801a20;
}

.text-theme-primary-9, .text-theme-primary-9 * {
  color: #801a20;
}

.border-theme-primary-9 {
  border-color: #801a20 !important;
}

.bg-theme-primary-11 {
  background-color: #670106;
}

.hover-bg-theme-primary-11:hover {
  background-color: #670106;
}

.text-theme-primary-11, .text-theme-primary-11 * {
  color: #670106;
}

.border-theme-primary-11 {
  border-color: #670106 !important;
}

.bg-theme-primary-12 {
  background-color: #5b0106;
}

.hover-bg-theme-primary-12:hover {
  background-color: #5b0106;
}

.text-theme-primary-12, .text-theme-primary-12 * {
  color: #5b0106;
}

.border-theme-primary-12 {
  border-color: #5b0106 !important;
}

.bg-theme-primary-13, #login-form button {
  background-color: #500105;
}

.hover-bg-theme-primary-13:hover {
  background-color: #500105;
}

.text-theme-primary-13, .text-theme-primary-13 * {
  color: #500105;
}

.border-theme-primary-13 {
  border-color: #500105 !important;
}

.bg-theme-primary-14 {
  background-color: #440104;
}

.hover-bg-theme-primary-14:hover {
  background-color: #440104;
}

.text-theme-primary-14, .text-theme-primary-14 * {
  color: #440104;
}

.border-theme-primary-14 {
  border-color: #440104 !important;
}

.bg-theme-primary-15 {
  background-color: #390104;
}

.hover-bg-theme-primary-15:hover {
  background-color: #390104;
}

.text-theme-primary-15, .text-theme-primary-15 * {
  color: #390104;
}

.border-theme-primary-15 {
  border-color: #390104 !important;
}

.bg-theme-primary-16 {
  background-color: #2e0003;
}

.hover-bg-theme-primary-16:hover {
  background-color: #2e0003;
}

.text-theme-primary-16, .text-theme-primary-16 * {
  color: #2e0003;
}

.border-theme-primary-16 {
  border-color: #2e0003 !important;
}

.bg-theme-primary-17 {
  background-color: #220002;
}

.hover-bg-theme-primary-17:hover {
  background-color: #220002;
}

.text-theme-primary-17, .text-theme-primary-17 * {
  color: #220002;
}

.border-theme-primary-17 {
  border-color: #220002 !important;
}

.bg-theme-primary-18 {
  background-color: #170001;
}

.hover-bg-theme-primary-18:hover {
  background-color: #170001;
}

.text-theme-primary-18, .text-theme-primary-18 * {
  color: #170001;
}

.border-theme-primary-18 {
  border-color: #170001 !important;
}

.bg-theme-primary-19 {
  background-color: #0b0001;
}

.hover-bg-theme-primary-19:hover {
  background-color: #0b0001;
}

.text-theme-primary-19, .text-theme-primary-19 * {
  color: #0b0001;
}

.border-theme-primary-19 {
  border-color: #0b0001 !important;
}

/* ---------- */
.bg-theme-secondary-1 {
  background-color: #eaeaea;
}

.hover-bg-theme-secondary-1:hover {
  background-color: #eaeaea;
}

.text-theme-secondary-1, .text-theme-secondary-1 * {
  color: #eaeaea;
}

.border-theme-secondary-1 {
  border-color: #eaeaea !important;
}

.bg-theme-secondary-2 {
  background-color: #d6d6d6;
}

.hover-bg-theme-secondary-2:hover {
  background-color: #d6d6d6;
}

.text-theme-secondary-2, .text-theme-secondary-2 * {
  color: #d6d6d6;
}

.border-theme-secondary-2 {
  border-color: #d6d6d6 !important;
}

.bg-theme-secondary-3 {
  background-color: #c1c1c1;
}

.hover-bg-theme-secondary-3:hover {
  background-color: #c1c1c1;
}

.text-theme-secondary-3, .text-theme-secondary-3 * {
  color: #c1c1c1;
}

.border-theme-secondary-3 {
  border-color: #c1c1c1 !important;
}

.bg-theme-secondary-4 {
  background-color: #acacac;
}

.hover-bg-theme-secondary-4:hover {
  background-color: #acacac;
}

.text-theme-secondary-4, .text-theme-secondary-4 * {
  color: #acacac;
}

.border-theme-secondary-4 {
  border-color: #acacac !important;
}

.bg-theme-secondary-5 {
  background-color: #989898;
}

.hover-bg-theme-secondary-5:hover {
  background-color: #989898;
}

.text-theme-secondary-5, .text-theme-secondary-5 * {
  color: #989898;
}

.border-theme-secondary-5 {
  border-color: #989898 !important;
}

.bg-theme-secondary-6 {
  background-color: #838383;
}

.hover-bg-theme-secondary-6:hover {
  background-color: #838383;
}

.text-theme-secondary-6, .text-theme-secondary-6 * {
  color: #838383;
}

.border-theme-secondary-6 {
  border-color: #838383 !important;
}

.bg-theme-secondary-7 {
  background-color: #6e6e6e;
}

.hover-bg-theme-secondary-7:hover {
  background-color: #6e6e6e;
}

.text-theme-secondary-7, .text-theme-secondary-7 * {
  color: #6e6e6e;
}

.border-theme-secondary-7 {
  border-color: #6e6e6e !important;
}

.bg-theme-secondary-8 {
  background-color: #595959;
}

.hover-bg-theme-secondary-8:hover {
  background-color: #595959;
}

.text-theme-secondary-8, .text-theme-secondary-8 * {
  color: #595959;
}

.border-theme-secondary-8 {
  border-color: #595959 !important;
}

.bg-theme-secondary-9 {
  background-color: #454545;
}

.hover-bg-theme-secondary-9:hover {
  background-color: #454545;
}

.text-theme-secondary-9, .text-theme-secondary-9 * {
  color: #454545;
}

.border-theme-secondary-9 {
  border-color: #454545 !important;
}

.bg-theme-secondary-11 {
  background-color: #2b2b2b;
}

.hover-bg-theme-secondary-11:hover {
  background-color: #2b2b2b;
}

.text-theme-secondary-11, .text-theme-secondary-11 * {
  color: #2b2b2b;
}

.border-theme-secondary-11 {
  border-color: #2b2b2b !important;
}

.bg-theme-secondary-12 {
  background-color: #262626;
}

.hover-bg-theme-secondary-12:hover {
  background-color: #262626;
}

.text-theme-secondary-12, .text-theme-secondary-12 * {
  color: #262626;
}

.border-theme-secondary-12 {
  border-color: #262626 !important;
}

.bg-theme-secondary-13 {
  background-color: #222222;
}

.hover-bg-theme-secondary-13:hover {
  background-color: #222222;
}

.text-theme-secondary-13, .text-theme-secondary-13 * {
  color: #222222;
}

.border-theme-secondary-13 {
  border-color: #222222 !important;
}

.bg-theme-secondary-14 {
  background-color: #1d1d1d;
}

.hover-bg-theme-secondary-14:hover {
  background-color: #1d1d1d;
}

.text-theme-secondary-14, .text-theme-secondary-14 * {
  color: #1d1d1d;
}

.border-theme-secondary-14 {
  border-color: #1d1d1d !important;
}

.bg-theme-secondary-15 {
  background-color: #181818;
}

.hover-bg-theme-secondary-15:hover {
  background-color: #181818;
}

.text-theme-secondary-15, .text-theme-secondary-15 * {
  color: #181818;
}

.border-theme-secondary-15 {
  border-color: #181818 !important;
}

.bg-theme-secondary-16 {
  background-color: #131313;
}

.hover-bg-theme-secondary-16:hover {
  background-color: #131313;
}

.text-theme-secondary-16, .text-theme-secondary-16 * {
  color: #131313;
}

.border-theme-secondary-16 {
  border-color: #131313 !important;
}

.bg-theme-secondary-17 {
  background-color: #0e0e0e;
}

.hover-bg-theme-secondary-17:hover {
  background-color: #0e0e0e;
}

.text-theme-secondary-17, .text-theme-secondary-17 * {
  color: #0e0e0e;
}

.border-theme-secondary-17 {
  border-color: #0e0e0e !important;
}

.bg-theme-secondary-18 {
  background-color: #0a0a0a;
}

.hover-bg-theme-secondary-18:hover {
  background-color: #0a0a0a;
}

.text-theme-secondary-18, .text-theme-secondary-18 * {
  color: #0a0a0a;
}

.border-theme-secondary-18 {
  border-color: #0a0a0a !important;
}

.bg-theme-secondary-19 {
  background-color: #050505;
}

.hover-bg-theme-secondary-19:hover {
  background-color: #050505;
}

.text-theme-secondary-19, .text-theme-secondary-19 * {
  color: #050505;
}

.border-theme-secondary-19 {
  border-color: #050505 !important;
}

/* ---------- */
.bg-theme-accent-1 {
  background-color: #f8e6e6;
}

.hover-bg-theme-accent-1:hover {
  background-color: #f8e6e6;
}

.text-theme-accent-1, .text-theme-accent-1 * {
  color: #f8e6e6;
}

.border-theme-accent-1 {
  border-color: #f8e6e6 !important;
}

.bg-theme-accent-2 {
  background-color: #f2ccce;
}

.hover-bg-theme-accent-2:hover {
  background-color: #f2ccce;
}

.text-theme-accent-2, .text-theme-accent-2 * {
  color: #f2ccce;
}

.border-theme-accent-2 {
  border-color: #f2ccce !important;
}

.bg-theme-accent-3 {
  background-color: #ebb3b5;
}

.hover-bg-theme-accent-3:hover {
  background-color: #ebb3b5;
}

.text-theme-accent-3, .text-theme-accent-3 * {
  color: #ebb3b5;
}

.border-theme-accent-3 {
  border-color: #ebb3b5 !important;
}

.bg-theme-accent-4 {
  background-color: #e5999d;
}

.hover-bg-theme-accent-4:hover {
  background-color: #e5999d;
}

.text-theme-accent-4, .text-theme-accent-4 * {
  color: #e5999d;
}

.border-theme-accent-4 {
  border-color: #e5999d !important;
}

.bg-theme-accent-5 {
  background-color: #de8084;
}

.hover-bg-theme-accent-5:hover {
  background-color: #de8084;
}

.text-theme-accent-5, .text-theme-accent-5 * {
  color: #de8084;
}

.border-theme-accent-5 {
  border-color: #de8084 !important;
}

.bg-theme-accent-6 {
  background-color: #d7666b;
}

.hover-bg-theme-accent-6:hover {
  background-color: #d7666b;
}

.text-theme-accent-6, .text-theme-accent-6 * {
  color: #d7666b;
}

.border-theme-accent-6 {
  border-color: #d7666b !important;
}

.bg-theme-accent-7 {
  background-color: #d14d53;
}

.hover-bg-theme-accent-7:hover {
  background-color: #d14d53;
}

.text-theme-accent-7, .text-theme-accent-7 * {
  color: #d14d53;
}

.border-theme-accent-7 {
  border-color: #d14d53 !important;
}

.bg-theme-accent-8 {
  background-color: #ca333a;
}

.hover-bg-theme-accent-8:hover {
  background-color: #ca333a;
}

.text-theme-accent-8, .text-theme-accent-8 * {
  color: #ca333a;
}

.border-theme-accent-8 {
  border-color: #ca333a !important;
}

.bg-theme-accent-9 {
  background-color: #c41a22;
}

.hover-bg-theme-accent-9:hover {
  background-color: #c41a22;
}

.text-theme-accent-9, .text-theme-accent-9 * {
  color: #c41a22;
}

.border-theme-accent-9 {
  border-color: #c41a22 !important;
}

.bg-theme-accent-11 {
  background-color: #aa0008;
}

.hover-bg-theme-accent-11:hover {
  background-color: #aa0008;
}

.text-theme-accent-11, .text-theme-accent-11 * {
  color: #aa0008;
}

.border-theme-accent-11 {
  border-color: #aa0008 !important;
}

.bg-theme-accent-12 {
  background-color: #970007;
}

.hover-bg-theme-accent-12:hover {
  background-color: #970007;
}

.text-theme-accent-12, .text-theme-accent-12 * {
  color: #970007;
}

.border-theme-accent-12 {
  border-color: #970007 !important;
}

.bg-theme-accent-13 {
  background-color: #840006;
}

.hover-bg-theme-accent-13:hover {
  background-color: #840006;
}

.text-theme-accent-13, .text-theme-accent-13 * {
  color: #840006;
}

.border-theme-accent-13 {
  border-color: #840006 !important;
}

.bg-theme-accent-14 {
  background-color: #710005;
}

.hover-bg-theme-accent-14:hover {
  background-color: #710005;
}

.text-theme-accent-14, .text-theme-accent-14 * {
  color: #710005;
}

.border-theme-accent-14 {
  border-color: #710005 !important;
}

.bg-theme-accent-15 {
  background-color: #5f0005;
}

.hover-bg-theme-accent-15:hover {
  background-color: #5f0005;
}

.text-theme-accent-15, .text-theme-accent-15 * {
  color: #5f0005;
}

.border-theme-accent-15 {
  border-color: #5f0005 !important;
}

.bg-theme-accent-16 {
  background-color: #4c0004;
}

.hover-bg-theme-accent-16:hover {
  background-color: #4c0004;
}

.text-theme-accent-16, .text-theme-accent-16 * {
  color: #4c0004;
}

.border-theme-accent-16 {
  border-color: #4c0004 !important;
}

.bg-theme-accent-17 {
  background-color: #390003;
}

.hover-bg-theme-accent-17:hover {
  background-color: #390003;
}

.text-theme-accent-17, .text-theme-accent-17 * {
  color: #390003;
}

.border-theme-accent-17 {
  border-color: #390003 !important;
}

.bg-theme-accent-18 {
  background-color: #260002;
}

.hover-bg-theme-accent-18:hover {
  background-color: #260002;
}

.text-theme-accent-18, .text-theme-accent-18 * {
  color: #260002;
}

.border-theme-accent-18 {
  border-color: #260002 !important;
}

.bg-theme-accent-19 {
  background-color: #130001;
}

.hover-bg-theme-accent-19:hover {
  background-color: #130001;
}

.text-theme-accent-19, .text-theme-accent-19 * {
  color: #130001;
}

.border-theme-accent-19 {
  border-color: #130001 !important;
}

/* ---------- */
.bg-theme-red-1 {
  background-color: #f9e6e6;
}

.hover-bg-theme-red-1:hover {
  background-color: #f9e6e6;
}

.text-theme-red-1, .text-theme-red-1 * {
  color: #f9e6e6;
}

.border-theme-red-1 {
  border-color: #f9e6e6 !important;
}

.bg-theme-red-2 {
  background-color: #f2cccc;
}

.hover-bg-theme-red-2:hover {
  background-color: #f2cccc;
}

.text-theme-red-2, .text-theme-red-2 * {
  color: #f2cccc;
}

.border-theme-red-2 {
  border-color: #f2cccc !important;
}

.bg-theme-red-3 {
  background-color: #ecb3b3;
}

.hover-bg-theme-red-3:hover {
  background-color: #ecb3b3;
}

.text-theme-red-3, .text-theme-red-3 * {
  color: #ecb3b3;
}

.border-theme-red-3 {
  border-color: #ecb3b3 !important;
}

.bg-theme-red-4 {
  background-color: #e69999;
}

.hover-bg-theme-red-4:hover {
  background-color: #e69999;
}

.text-theme-red-4, .text-theme-red-4 * {
  color: #e69999;
}

.border-theme-red-4 {
  border-color: #e69999 !important;
}

.bg-theme-red-5 {
  background-color: #e08080;
}

.hover-bg-theme-red-5:hover {
  background-color: #e08080;
}

.text-theme-red-5, .text-theme-red-5 * {
  color: #e08080;
}

.border-theme-red-5 {
  border-color: #e08080 !important;
}

.bg-theme-red-6 {
  background-color: #d96666;
}

.hover-bg-theme-red-6:hover {
  background-color: #d96666;
}

.text-theme-red-6, .text-theme-red-6 * {
  color: #d96666;
}

.border-theme-red-6 {
  border-color: #d96666 !important;
}

.bg-theme-red-7 {
  background-color: #d34d4d;
}

.hover-bg-theme-red-7:hover {
  background-color: #d34d4d;
}

.text-theme-red-7, .text-theme-red-7 * {
  color: #d34d4d;
}

.border-theme-red-7 {
  border-color: #d34d4d !important;
}

.bg-theme-red-8 {
  background-color: #cd3333;
}

.hover-bg-theme-red-8:hover {
  background-color: #cd3333;
}

.text-theme-red-8, .text-theme-red-8 * {
  color: #cd3333;
}

.border-theme-red-8 {
  border-color: #cd3333 !important;
}

.bg-theme-red-9 {
  background-color: #c61a1a;
}

.hover-bg-theme-red-9:hover {
  background-color: #c61a1a;
}

.text-theme-red-9, .text-theme-red-9 * {
  color: #c61a1a;
}

.border-theme-red-9 {
  border-color: #c61a1a !important;
}

.bg-theme-red-11 {
  background-color: #ad0000;
}

.hover-bg-theme-red-11:hover {
  background-color: #ad0000;
}

.text-theme-red-11, .text-theme-red-11 * {
  color: #ad0000;
}

.border-theme-red-11 {
  border-color: #ad0000 !important;
}

.bg-theme-red-12 {
  background-color: #9a0000;
}

.hover-bg-theme-red-12:hover {
  background-color: #9a0000;
}

.text-theme-red-12, .text-theme-red-12 * {
  color: #9a0000;
}

.border-theme-red-12 {
  border-color: #9a0000 !important;
}

.bg-theme-red-13 {
  background-color: #860000;
}

.hover-bg-theme-red-13:hover {
  background-color: #860000;
}

.text-theme-red-13, .text-theme-red-13 * {
  color: #860000;
}

.border-theme-red-13 {
  border-color: #860000 !important;
}

.bg-theme-red-14 {
  background-color: #730000;
}

.hover-bg-theme-red-14:hover {
  background-color: #730000;
}

.text-theme-red-14, .text-theme-red-14 * {
  color: #730000;
}

.border-theme-red-14 {
  border-color: #730000 !important;
}

.bg-theme-red-15 {
  background-color: #600000;
}

.hover-bg-theme-red-15:hover {
  background-color: #600000;
}

.text-theme-red-15, .text-theme-red-15 * {
  color: #600000;
}

.border-theme-red-15 {
  border-color: #600000 !important;
}

.bg-theme-red-16 {
  background-color: #4d0000;
}

.hover-bg-theme-red-16:hover {
  background-color: #4d0000;
}

.text-theme-red-16, .text-theme-red-16 * {
  color: #4d0000;
}

.border-theme-red-16 {
  border-color: #4d0000 !important;
}

.bg-theme-red-17 {
  background-color: #3a0000;
}

.hover-bg-theme-red-17:hover {
  background-color: #3a0000;
}

.text-theme-red-17, .text-theme-red-17 * {
  color: #3a0000;
}

.border-theme-red-17 {
  border-color: #3a0000 !important;
}

.bg-theme-red-18 {
  background-color: #260000;
}

.hover-bg-theme-red-18:hover {
  background-color: #260000;
}

.text-theme-red-18, .text-theme-red-18 * {
  color: #260000;
}

.border-theme-red-18 {
  border-color: #260000 !important;
}

.bg-theme-red-19 {
  background-color: #130000;
}

.hover-bg-theme-red-19:hover {
  background-color: #130000;
}

.text-theme-red-19, .text-theme-red-19 * {
  color: #130000;
}

.border-theme-red-19 {
  border-color: #130000 !important;
}

/* ---------- */
.bg-theme-blue-1 {
  background-color: #e6f7fc;
}

.hover-bg-theme-blue-1:hover {
  background-color: #e6f7fc;
}

.text-theme-blue-1, .text-theme-blue-1 * {
  color: #e6f7fc;
}

.border-theme-blue-1 {
  border-color: #e6f7fc !important;
}

.bg-theme-blue-2 {
  background-color: #cceef9;
}

.hover-bg-theme-blue-2:hover {
  background-color: #cceef9;
}

.text-theme-blue-2, .text-theme-blue-2 * {
  color: #cceef9;
}

.border-theme-blue-2 {
  border-color: #cceef9 !important;
}

.bg-theme-blue-3 {
  background-color: #b3e6f5;
}

.hover-bg-theme-blue-3:hover {
  background-color: #b3e6f5;
}

.text-theme-blue-3, .text-theme-blue-3 * {
  color: #b3e6f5;
}

.border-theme-blue-3 {
  border-color: #b3e6f5 !important;
}

.bg-theme-blue-4 {
  background-color: #99ddf2;
}

.hover-bg-theme-blue-4:hover {
  background-color: #99ddf2;
}

.text-theme-blue-4, .text-theme-blue-4 * {
  color: #99ddf2;
}

.border-theme-blue-4 {
  border-color: #99ddf2 !important;
}

.bg-theme-blue-5 {
  background-color: #80d5ef;
}

.hover-bg-theme-blue-5:hover {
  background-color: #80d5ef;
}

.text-theme-blue-5, .text-theme-blue-5 * {
  color: #80d5ef;
}

.border-theme-blue-5 {
  border-color: #80d5ef !important;
}

.bg-theme-blue-6 {
  background-color: #66ccec;
}

.hover-bg-theme-blue-6:hover {
  background-color: #66ccec;
}

.text-theme-blue-6, .text-theme-blue-6 * {
  color: #66ccec;
}

.border-theme-blue-6 {
  border-color: #66ccec !important;
}

.bg-theme-blue-7 {
  background-color: #4dc4e9;
}

.hover-bg-theme-blue-7:hover {
  background-color: #4dc4e9;
}

.text-theme-blue-7, .text-theme-blue-7 * {
  color: #4dc4e9;
}

.border-theme-blue-7 {
  border-color: #4dc4e9 !important;
}

.bg-theme-blue-8 {
  background-color: #33bbe5;
}

.hover-bg-theme-blue-8:hover {
  background-color: #33bbe5;
}

.text-theme-blue-8, .text-theme-blue-8 * {
  color: #33bbe5;
}

.border-theme-blue-8 {
  border-color: #33bbe5 !important;
}

.bg-theme-blue-9 {
  background-color: #1ab3e2;
}

.hover-bg-theme-blue-9:hover {
  background-color: #1ab3e2;
}

.text-theme-blue-9, .text-theme-blue-9 * {
  color: #1ab3e2;
}

.border-theme-blue-9 {
  border-color: #1ab3e2 !important;
}

.bg-theme-blue-11 {
  background-color: #0099c9;
}

.hover-bg-theme-blue-11:hover {
  background-color: #0099c9;
}

.text-theme-blue-11, .text-theme-blue-11 * {
  color: #0099c9;
}

.border-theme-blue-11 {
  border-color: #0099c9 !important;
}

.bg-theme-blue-12 {
  background-color: #0088b2;
}

.hover-bg-theme-blue-12:hover {
  background-color: #0088b2;
}

.text-theme-blue-12, .text-theme-blue-12 * {
  color: #0088b2;
}

.border-theme-blue-12 {
  border-color: #0088b2 !important;
}

.bg-theme-blue-13 {
  background-color: #00779c;
}

.hover-bg-theme-blue-13:hover {
  background-color: #00779c;
}

.text-theme-blue-13, .text-theme-blue-13 * {
  color: #00779c;
}

.border-theme-blue-13 {
  border-color: #00779c !important;
}

.bg-theme-blue-14 {
  background-color: #006686;
}

.hover-bg-theme-blue-14:hover {
  background-color: #006686;
}

.text-theme-blue-14, .text-theme-blue-14 * {
  color: #006686;
}

.border-theme-blue-14 {
  border-color: #006686 !important;
}

.bg-theme-blue-15 {
  background-color: #005570;
}

.hover-bg-theme-blue-15:hover {
  background-color: #005570;
}

.text-theme-blue-15, .text-theme-blue-15 * {
  color: #005570;
}

.border-theme-blue-15 {
  border-color: #005570 !important;
}

.bg-theme-blue-16 {
  background-color: #004459;
}

.hover-bg-theme-blue-16:hover {
  background-color: #004459;
}

.text-theme-blue-16, .text-theme-blue-16 * {
  color: #004459;
}

.border-theme-blue-16 {
  border-color: #004459 !important;
}

.bg-theme-blue-17 {
  background-color: #003343;
}

.hover-bg-theme-blue-17:hover {
  background-color: #003343;
}

.text-theme-blue-17, .text-theme-blue-17 * {
  color: #003343;
}

.border-theme-blue-17 {
  border-color: #003343 !important;
}

.bg-theme-blue-18 {
  background-color: #00222d;
}

.hover-bg-theme-blue-18:hover {
  background-color: #00222d;
}

.text-theme-blue-18, .text-theme-blue-18 * {
  color: #00222d;
}

.border-theme-blue-18 {
  border-color: #00222d !important;
}

.bg-theme-blue-19 {
  background-color: #001116;
}

.hover-bg-theme-blue-19:hover {
  background-color: #001116;
}

.text-theme-blue-19, .text-theme-blue-19 * {
  color: #001116;
}

.border-theme-blue-19 {
  border-color: #001116 !important;
}

/* ---------- */
.bg-theme-orange-1 {
  background-color: #ffefe8;
}

.hover-bg-theme-orange-1:hover {
  background-color: #ffefe8;
}

.text-theme-orange-1, .text-theme-orange-1 * {
  color: #ffefe8;
}

.border-theme-orange-1 {
  border-color: #ffefe8 !important;
}

.bg-theme-orange-2 {
  background-color: #ffe0d1;
}

.hover-bg-theme-orange-2:hover {
  background-color: #ffe0d1;
}

.text-theme-orange-2, .text-theme-orange-2 * {
  color: #ffe0d1;
}

.border-theme-orange-2 {
  border-color: #ffe0d1 !important;
}

.bg-theme-orange-3 {
  background-color: #ffd0bb;
}

.hover-bg-theme-orange-3:hover {
  background-color: #ffd0bb;
}

.text-theme-orange-3, .text-theme-orange-3 * {
  color: #ffd0bb;
}

.border-theme-orange-3 {
  border-color: #ffd0bb !important;
}

.bg-theme-orange-4 {
  background-color: #ffc1a4;
}

.hover-bg-theme-orange-4:hover {
  background-color: #ffc1a4;
}

.text-theme-orange-4, .text-theme-orange-4 * {
  color: #ffc1a4;
}

.border-theme-orange-4 {
  border-color: #ffc1a4 !important;
}

.bg-theme-orange-5 {
  background-color: #ffb18d;
}

.hover-bg-theme-orange-5:hover {
  background-color: #ffb18d;
}

.text-theme-orange-5, .text-theme-orange-5 * {
  color: #ffb18d;
}

.border-theme-orange-5 {
  border-color: #ffb18d !important;
}

.bg-theme-orange-6 {
  background-color: #fea176;
}

.hover-bg-theme-orange-6:hover {
  background-color: #fea176;
}

.text-theme-orange-6, .text-theme-orange-6 * {
  color: #fea176;
}

.border-theme-orange-6 {
  border-color: #fea176 !important;
}

.bg-theme-orange-7 {
  background-color: #fe925f;
}

.hover-bg-theme-orange-7:hover {
  background-color: #fe925f;
}

.text-theme-orange-7, .text-theme-orange-7 * {
  color: #fe925f;
}

.border-theme-orange-7 {
  border-color: #fe925f !important;
}

.bg-theme-orange-8 {
  background-color: #fe8249;
}

.hover-bg-theme-orange-8:hover {
  background-color: #fe8249;
}

.text-theme-orange-8, .text-theme-orange-8 * {
  color: #fe8249;
}

.border-theme-orange-8 {
  border-color: #fe8249 !important;
}

.bg-theme-orange-9 {
  background-color: #fe7332;
}

.hover-bg-theme-orange-9:hover {
  background-color: #fe7332;
}

.text-theme-orange-9, .text-theme-orange-9 * {
  color: #fe7332;
}

.border-theme-orange-9 {
  border-color: #fe7332 !important;
}

.bg-theme-orange-11 {
  background-color: #e55918;
}

.hover-bg-theme-orange-11:hover {
  background-color: #e55918;
}

.text-theme-orange-11, .text-theme-orange-11 * {
  color: #e55918;
}

.border-theme-orange-11 {
  border-color: #e55918 !important;
}

.bg-theme-orange-12 {
  background-color: #cb4f16;
}

.hover-bg-theme-orange-12:hover {
  background-color: #cb4f16;
}

.text-theme-orange-12, .text-theme-orange-12 * {
  color: #cb4f16;
}

.border-theme-orange-12 {
  border-color: #cb4f16 !important;
}

.bg-theme-orange-13 {
  background-color: #b24513;
}

.hover-bg-theme-orange-13:hover {
  background-color: #b24513;
}

.text-theme-orange-13, .text-theme-orange-13 * {
  color: #b24513;
}

.border-theme-orange-13 {
  border-color: #b24513 !important;
}

.bg-theme-orange-14 {
  background-color: #983b10;
}

.hover-bg-theme-orange-14:hover {
  background-color: #983b10;
}

.text-theme-orange-14, .text-theme-orange-14 * {
  color: #983b10;
}

.border-theme-orange-14 {
  border-color: #983b10 !important;
}

.bg-theme-orange-15 {
  background-color: #7f320e;
}

.hover-bg-theme-orange-15:hover {
  background-color: #7f320e;
}

.text-theme-orange-15, .text-theme-orange-15 * {
  color: #7f320e;
}

.border-theme-orange-15 {
  border-color: #7f320e !important;
}

.bg-theme-orange-16 {
  background-color: #66280b;
}

.hover-bg-theme-orange-16:hover {
  background-color: #66280b;
}

.text-theme-orange-16, .text-theme-orange-16 * {
  color: #66280b;
}

.border-theme-orange-16 {
  border-color: #66280b !important;
}

.bg-theme-orange-17 {
  background-color: #4c1e08;
}

.hover-bg-theme-orange-17:hover {
  background-color: #4c1e08;
}

.text-theme-orange-17, .text-theme-orange-17 * {
  color: #4c1e08;
}

.border-theme-orange-17 {
  border-color: #4c1e08 !important;
}

.bg-theme-orange-18 {
  background-color: #331405;
}

.hover-bg-theme-orange-18:hover {
  background-color: #331405;
}

.text-theme-orange-18, .text-theme-orange-18 * {
  color: #331405;
}

.border-theme-orange-18 {
  border-color: #331405 !important;
}

.bg-theme-orange-19 {
  background-color: #190a03;
}

.hover-bg-theme-orange-19:hover {
  background-color: #190a03;
}

.text-theme-orange-19, .text-theme-orange-19 * {
  color: #190a03;
}

.border-theme-orange-19 {
  border-color: #190a03 !important;
}

/* ---------- */
.bg-theme-green-1 {
  background-color: #e9f2e9;
}

.hover-bg-theme-green-1:hover {
  background-color: #e9f2e9;
}

.text-theme-green-1, .text-theme-green-1 * {
  color: #e9f2e9;
}

.border-theme-green-1 {
  border-color: #e9f2e9 !important;
}

.bg-theme-green-2 {
  background-color: #d3e6d2;
}

.hover-bg-theme-green-2:hover {
  background-color: #d3e6d2;
}

.text-theme-green-2, .text-theme-green-2 * {
  color: #d3e6d2;
}

.border-theme-green-2 {
  border-color: #d3e6d2 !important;
}

.bg-theme-green-3 {
  background-color: #bcd9bc;
}

.hover-bg-theme-green-3:hover {
  background-color: #bcd9bc;
}

.text-theme-green-3, .text-theme-green-3 * {
  color: #bcd9bc;
}

.border-theme-green-3 {
  border-color: #bcd9bc !important;
}

.bg-theme-green-4 {
  background-color: #a6cca5;
}

.hover-bg-theme-green-4:hover {
  background-color: #a6cca5;
}

.text-theme-green-4, .text-theme-green-4 * {
  color: #a6cca5;
}

.border-theme-green-4 {
  border-color: #a6cca5 !important;
}

.bg-theme-green-5 {
  background-color: #90c08f;
}

.hover-bg-theme-green-5:hover {
  background-color: #90c08f;
}

.text-theme-green-5, .text-theme-green-5 * {
  color: #90c08f;
}

.border-theme-green-5 {
  border-color: #90c08f !important;
}

.bg-theme-green-6 {
  background-color: #7ab379;
}

.hover-bg-theme-green-6:hover {
  background-color: #7ab379;
}

.text-theme-green-6, .text-theme-green-6 * {
  color: #7ab379;
}

.border-theme-green-6 {
  border-color: #7ab379 !important;
}

.bg-theme-green-7 {
  background-color: #64a662;
}

.hover-bg-theme-green-7:hover {
  background-color: #64a662;
}

.text-theme-green-7, .text-theme-green-7 * {
  color: #64a662;
}

.border-theme-green-7 {
  border-color: #64a662 !important;
}

.bg-theme-green-8 {
  background-color: #4d994c;
}

.hover-bg-theme-green-8:hover {
  background-color: #4d994c;
}

.text-theme-green-8, .text-theme-green-8 * {
  color: #4d994c;
}

.border-theme-green-8 {
  border-color: #4d994c !important;
}

.bg-theme-green-9 {
  background-color: #378d35;
}

.hover-bg-theme-green-9:hover {
  background-color: #378d35;
}

.text-theme-green-9, .text-theme-green-9 * {
  color: #378d35;
}

.border-theme-green-9 {
  border-color: #378d35 !important;
}

.bg-theme-green-11 {
  background-color: #1e731c;
}

.hover-bg-theme-green-11:hover {
  background-color: #1e731c;
}

.text-theme-green-11, .text-theme-green-11 * {
  color: #1e731c;
}

.border-theme-green-11 {
  border-color: #1e731c !important;
}

.bg-theme-green-12 {
  background-color: #1a6619;
}

.hover-bg-theme-green-12:hover {
  background-color: #1a6619;
}

.text-theme-green-12, .text-theme-green-12 * {
  color: #1a6619;
}

.border-theme-green-12 {
  border-color: #1a6619 !important;
}

.bg-theme-green-13 {
  background-color: #175a16;
}

.hover-bg-theme-green-13:hover {
  background-color: #175a16;
}

.text-theme-green-13, .text-theme-green-13 * {
  color: #175a16;
}

.border-theme-green-13 {
  border-color: #175a16 !important;
}

.bg-theme-green-14 {
  background-color: #144d13;
}

.hover-bg-theme-green-14:hover {
  background-color: #144d13;
}

.text-theme-green-14, .text-theme-green-14 * {
  color: #144d13;
}

.border-theme-green-14 {
  border-color: #144d13 !important;
}

.bg-theme-green-15 {
  background-color: #114010;
}

.hover-bg-theme-green-15:hover {
  background-color: #114010;
}

.text-theme-green-15, .text-theme-green-15 * {
  color: #114010;
}

.border-theme-green-15 {
  border-color: #114010 !important;
}

.bg-theme-green-16 {
  background-color: #0d330c;
}

.hover-bg-theme-green-16:hover {
  background-color: #0d330c;
}

.text-theme-green-16, .text-theme-green-16 * {
  color: #0d330c;
}

.border-theme-green-16 {
  border-color: #0d330c !important;
}

.bg-theme-green-17 {
  background-color: #0a2609;
}

.hover-bg-theme-green-17:hover {
  background-color: #0a2609;
}

.text-theme-green-17, .text-theme-green-17 * {
  color: #0a2609;
}

.border-theme-green-17 {
  border-color: #0a2609 !important;
}

.bg-theme-green-18 {
  background-color: #071a06;
}

.hover-bg-theme-green-18:hover {
  background-color: #071a06;
}

.text-theme-green-18, .text-theme-green-18 * {
  color: #071a06;
}

.border-theme-green-18 {
  border-color: #071a06 !important;
}

.bg-theme-green-19 {
  background-color: #030d03;
}

.hover-bg-theme-green-19:hover {
  background-color: #030d03;
}

.text-theme-green-19, .text-theme-green-19 * {
  color: #030d03;
}

.border-theme-green-19 {
  border-color: #030d03 !important;
}

html, body, p, ul {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

section {
  padding: 2rem 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #303030;
}
a:hover {
  color: black;
}

.container-xl {
  padding: 0;
}
@media screen and (max-width: 1200) {
  .container-xl {
    padding: 1em;
  }
}

/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,700&family=Roboto:wght@400;700&display=swap');

$font-primary : 'Nunito Sans', sans-serif; 
$font-secondary : 'Roboto', sans-serif; */
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem !important;
  color: #303030 !important;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 1rem !important;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  font-weight: bold;
}

.h1, h1 {
  font-size: 3.625rem;
  line-height: 4.5rem;
  margin-bottom: 0.2em;
}

.h2, h2 {
  font-size: 2.375rem;
  line-height: 2.75rem;
}

.h3, h3 {
  font-size: 2rem;
  line-height: 1.8rem;
}

.h4 {
  font-size: 1.75rem;
  line-height: 1.6rem;
}

.h5, h5 {
  font-size: 1.5rem;
}

.h6, h6 {
  font-size: 1.25rem;
}

.para, p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #303030;
}

.font-primary {
  font-family: "Roboto Condensed", sans-serif !important;
}

.font-secondary {
  font-family: "Roboto Condensed", sans-serif;
}

.size-sm {
  font-size: 1rem !important;
}

.size-md {
  font-size: 1.25rem !important;
}

.size-lg {
  font-size: 1.5rem !important;
}

.neel-slider .neelan-prev {
  left: 15px;
}
.neel-slider .neelan-next {
  right: 15px;
}
.neel-slider .slick-list {
  z-index: 100;
}
.neel-slider .neelan-arrow {
  z-index: 101;
  position: absolute;
  top: 50%;
  opacity: 0;
  cursor: pointer;
}
.neel-slider:hover .neelan-arrow {
  opacity: 1;
}
.neel-slider .slick-dots {
  opacity: 0;
  z-index: 102;
  bottom: 20px;
}
.neel-slider .slick-dots li button, .neel-slider .slick-dots li {
  width: 35px;
  height: 7px;
}
.neel-slider .slick-dots li button:before {
  background-color: white;
  content: "";
  width: 35px;
  height: 7px;
}
.neel-slider:hover .slick-dots {
  opacity: 1;
}

.neel-slider-sm .slick-dots li button, .neel-slider-sm .slick-dots li {
  width: 10px;
  height: 10px;
}
.neel-slider-sm .slick-dots li button:before {
  background-color: black;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 50%;
  box-shadow: none;
}

.h-btn {
  display: inline-block;
  padding: 1em;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.h-btn svg {
  width: 26px;
  height: auto;
}
.h-btn:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fcdcde;
}
.h-btn:hover svg {
  fill: #bd0009;
  margin-top: -1px;
  margin-bottom: 1px;
}

.h-btn-lg {
  padding: 1em 1.25em;
  background-color: #141414;
  width: auto;
}
.h-btn-lg:hover {
  background-color: #bd0009;
}
.h-btn-lg:hover svg {
  fill: white;
  margin: 0;
}

.h-btn-img {
  padding: 0;
  padding: 13px;
}

.MuiDrawer-paper {
  margin-top: 66px;
  height: calc(100vh - 66px) !important;
  z-index: 20000;
}

.logo-wrap {
  height: 76px;
  display: inline-block;
}

.logo {
  display: inline-block;
  background-image: url("/img/logo.svg");
  height: 30px;
  width: 250px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-dark {
  background-image: url("/img/logo-dark.svg");
}

header {
  position: fixed;
  top: 0;
  z-index: 109;
  width: 100%;
  height: 66px;
  overflow: hidden;
}

.my-content {
  margin-top: 66px;
}

.ripple {
  height: 0;
}

.blinkme {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blinkme .filled {
  display: block !important;
}
.blinkme .filled svg {
  fill: #bd0009;
}
.blinkme .outlined {
  display: none;
}

.blinkme .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #bd0009;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-animation: rippleAnimation 1s linear forwards;
          animation: rippleAnimation 1s linear forwards;
  z-index: -1;
}

#cart.blinkme .ripple {
  border-color: white;
}

#cart.blinkme {
  background-color: #bd0009;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes rippleAnimation {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

@keyframes rippleAnimation {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
#day-night svg {
  fill: #bd0009;
}

.favorite-card .favorite-card-close {
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.favorite-card:hover .favorite-card-close {
  opacity: 1;
}

footer * {
  color: #b3b3b3;
}

ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background-color: #141414;
  position: relative;
}

.footer-wrap {
  border-bottom: 1px solid #373636;
}

.single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}

.wrap-text {
  padding-left: 15px;
  display: inline-block;
}

.footer-sec-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
.footer-social-icon a svg {
  width: 35px;
  height: 35px;
  fill: #da6369;
}
.footer-social-icon a:hover svg {
  fill: white;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
}

.footer-widget h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 85px;
  background: #da6369;
}

.footer-widget ul li {
  display: block;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #ffa1a6;
  text-decoration: underline;
}

.footer-widget ul li a {
  color: #b3b3b3;
  text-transform: capitalize;
}

.copyright-area {
  background: black;
  padding: 25px 0;
}

.copyright-area a:hover {
  color: white !important;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-wrap svg {
  width: 40px;
  height: 40px;
  fill: #da6369;
}

nav ul li {
  display: inline-block;
  margin-right: 20px;
  height: 66px;
}
nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  height: 100%;
  text-transform: uppercase;
  border-top: 5px solid transparent;
}
nav ul li a:hover {
  border-top: 5px solid #ffa1a6;
  color: #303030;
}
nav ul li a.active {
  border-top: 5px solid #bd0009;
  color: #bd0009;
}
nav ul ul {
  display: none;
}

.nav-pills .nav-link {
  margin-bottom: 2px;
  padding-left: 0.5em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.nav-pills .nav-link svg:not(.enabled svg) {
  fill: #bd0009;
}
.nav-pills .nav-link span {
  padding-left: 0.5em;
}
.nav-pills .nav-link:hover {
  color: #bd0009 !important;
  background-color: #fcdcde;
  padding-left: 0.7em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.nav-pills .nav-link.enabled {
  background-color: #bd0009;
  color: white !important;
}
.nav-pills .nav-link.enabled:hover {
  background-color: #141414;
}

#login-form label {
  display: block;
}
#login-form input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
#login-form input:hover {
  border-color: #666;
}
#login-form input.invalid {
  border-color: red !important;
}
#login-form button {
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#login-form .error-message {
  color: red;
}

.opacity-75 {
  opacity: 0.75;
  filter: alpha(opacity=75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-25 {
  opacity: 0.25;
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-hover-100:hover {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-hover-75:hover {
  filter: alpha(opacity=75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  opacity: 0.75 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-hover-50:hover {
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-hover-25:hover {
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  opacity: 0.25 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shadow, .theme-btn, .neel-slider .slick-dots li button:before, header {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.rounded, .theme-btn {
  border-radius: 0.25em;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row {
  margin: 0 !important;
}

.hover .hover-show {
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.hover:hover .hover-show {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

body {
  background-color: #e9cfd0;
  line-height: 125%;
}

#setting-btn {
  display: none;
}

@media screen and (min-width: 1200px) {
  #setting-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.28em;
    background-color: rgba(255, 255, 255, 0.7);
  }
  #setting-btn svg {
    width: 38px;
  }
  .setting-sticky {
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    position: fixed;
    bottom: 0;
    left: -100vw;
    width: 100vw;
    background-color: #303030;
    padding: 0.25em !important;
    z-index: 104;
  }
  .setting-sticky.open {
    left: 0px;
  }
  .setting-sticky.open svg {
    fill: white;
  }
  .setting-sticky.open #setting-btn {
    background-color: unset !important;
  }
}
.theme-btn {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 0.5em;
  border: 2px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.theme-btn img {
  width: 22px;
  height: 22px;
}

.theme-btn.active {
  border: 2px solid rgb(0, 0, 0);
  position: relative;
}

.theme-btn.active::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -2px;
  width: 24px;
  border-top: 6px solid #303030;
  margin: auto;
}

.product-list .product-card {
  outline: 1px solid #e4e4e4;
  border: 1px solid white;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-list .product-card:hover {
  outline: 1px solid black;
  border: 1px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-preview tr:hover td {
  color: #bd0009;
}

@media screen and (min-width: 768px) {
  #snackbar-container {
    top: 71px !important;
    right: 6px !important;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    z-index: 120;
  }
}
#snackbar-container .MuiSnackbar-root {
  position: relative; /* Change to relative positioning */
  top: auto; /* Reset the top property */
  right: auto; /* Reset the right property */
  left: auto; /* Reset the left property */
  margin-bottom: 8px; /* Adjust the margin between snackbars as needed */
}

/* Dark mode */
.MuiButtonBase-root, .widget-title-border {
  border-bottom: 0px solid rgb(230, 230, 230) !important;
}

.dark-mode #root {
  background-color: #000000;
}
.dark-mode .bg-white {
  background-color: #141414 !important;
}
.dark-mode .container-xl {
  background-color: #ffc25a !important;
}
.dark-mode .bg-theme-accent, .dark-mode #login-form button:hover, #login-form .dark-mode button:hover {
  background-color: rgb(0, 0, 0) !important;
  color: white;
}
.dark-mode .border-theme-accent {
  border-color: rgb(0, 0, 0) !important;
}
.dark-mode .bg-theme-primary-verylight {
  background-color: #fdb435 !important;
}
.dark-mode .bg-theme-primary {
  background-color: #2c2c2c !important;
  color: white;
}
.dark-mode footer .bg-theme-primary {
  background-color: #ffa200 !important;
  color: Black !important;
}
.dark-mode .border-white {
  border-color: rgba(44, 44, 44, 0.2) !important;
}
.dark-mode .mob-product-row {
  border-color: #303030 !important;
  background-color: #ffcd77 !important;
}
.dark-mode .mob-product-row .title {
  background-color: #303030 !important;
  color: white !important;
}
.dark-mode .MuiDrawer-paper {
  background-color: #141414;
}/*# sourceMappingURL=red.css.map */