/*
  1) Import css
  2) Header css
  3) Footer css
=========================*/
/*  Variable */
/*  Font size  */
/*64px;*/
/*56px;*/
/*48px;*/
/*40px;*/
/*36px;*/
/*32px;*/
/*30px;*/
/*28px;*/
/*24px;*/
/*20px;*/
/*18px;*/
/*16px;*/
/*14px;*/
/*12px;*/
/*10px;*/
/*Border radius*/
/* Global Section Variables */
/* Mixin start here  
=====================================*/
/*Border Radius*/
/* Transition */
/* Padding */
/* Modal Transition misin */
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

/* Button variant */
.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/* Button outline variant */
/* button with custom colors */
/* button with custom colors */
/* Button Size variant */
/* Pagination Mixin */
* {
  outline: none; }

input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], input[type="search"], textarea, select, .form-elements {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E6E6E6;
  /*border-radius: $input-border-radius;*/
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Prompt", sans-serif; }
  input[type="text"]:disabled, input[type="text"].disabled, input[type="email"]:disabled, input[type="email"].disabled, input[type="password"]:disabled, input[type="password"].disabled,
  input[type="tel"]:disabled,
  input[type="tel"].disabled, input[type="number"]:disabled, input[type="number"].disabled, input[type="search"]:disabled, input[type="search"].disabled, textarea:disabled, textarea.disabled, select:disabled, select.disabled, .form-elements:disabled, .form-elements.disabled {
    background-color: #E2E2E2;
    opacity: 1;
    /*pointer-events: none;*/
    cursor: not-allowed; }
    input[type="text"]:disabled::placeholder, input[type="text"].disabled::placeholder, input[type="email"]:disabled::placeholder, input[type="email"].disabled::placeholder, input[type="password"]:disabled::placeholder, input[type="password"].disabled::placeholder,
    input[type="tel"]:disabled::placeholder,
    input[type="tel"].disabled::placeholder, input[type="number"]:disabled::placeholder, input[type="number"].disabled::placeholder, input[type="search"]:disabled::placeholder, input[type="search"].disabled::placeholder, textarea:disabled::placeholder, textarea.disabled::placeholder, select:disabled::placeholder, select.disabled::placeholder, .form-elements:disabled::placeholder, .form-elements.disabled::placeholder {
      color: #E2E2E2; }
  input[type="text"]:not(:disabled):not(.disabled):focus, input[type="text"]:not(:disabled):not(.disabled).focus, input[type="email"]:not(:disabled):not(.disabled):focus, input[type="email"]:not(:disabled):not(.disabled).focus, input[type="password"]:not(:disabled):not(.disabled):focus, input[type="password"]:not(:disabled):not(.disabled).focus,
  input[type="tel"]:not(:disabled):not(.disabled):focus,
  input[type="tel"]:not(:disabled):not(.disabled).focus, input[type="number"]:not(:disabled):not(.disabled):focus, input[type="number"]:not(:disabled):not(.disabled).focus, input[type="search"]:not(:disabled):not(.disabled):focus, input[type="search"]:not(:disabled):not(.disabled).focus, textarea:not(:disabled):not(.disabled):focus, textarea:not(:disabled):not(.disabled).focus, select:not(:disabled):not(.disabled):focus, select:not(:disabled):not(.disabled).focus, .form-elements:not(:disabled):not(.disabled):focus, .form-elements:not(:disabled):not(.disabled).focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(197, 197, 197, 0.25); }
  input[type="text"]:not(:disabled):not(.disabled):hover, input[type="text"]:not(:disabled):not(.disabled).hover, input[type="email"]:not(:disabled):not(.disabled):hover, input[type="email"]:not(:disabled):not(.disabled).hover, input[type="password"]:not(:disabled):not(.disabled):hover, input[type="password"]:not(:disabled):not(.disabled).hover,
  input[type="tel"]:not(:disabled):not(.disabled):hover,
  input[type="tel"]:not(:disabled):not(.disabled).hover, input[type="number"]:not(:disabled):not(.disabled):hover, input[type="number"]:not(:disabled):not(.disabled).hover, input[type="search"]:not(:disabled):not(.disabled):hover, input[type="search"]:not(:disabled):not(.disabled).hover, textarea:not(:disabled):not(.disabled):hover, textarea:not(:disabled):not(.disabled).hover, select:not(:disabled):not(.disabled):hover, select:not(:disabled):not(.disabled).hover, .form-elements:not(:disabled):not(.disabled):hover, .form-elements:not(:disabled):not(.disabled).hover {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0; }
  input[type="text"].error, input[type="text"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="password"].error, input[type="password"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, textarea.error, textarea.is-invalid, select.error, select.is-invalid, .form-elements.error, .form-elements.is-invalid {
    border-color: #e20; }
    input[type="text"].error ~ .error-msg, input[type="text"].is-invalid ~ .error-msg, input[type="email"].error ~ .error-msg, input[type="email"].is-invalid ~ .error-msg, input[type="password"].error ~ .error-msg, input[type="password"].is-invalid ~ .error-msg,
    input[type="tel"].error ~ .error-msg,
    input[type="tel"].is-invalid ~ .error-msg, input[type="number"].error ~ .error-msg, input[type="number"].is-invalid ~ .error-msg, input[type="search"].error ~ .error-msg, input[type="search"].is-invalid ~ .error-msg, textarea.error ~ .error-msg, textarea.is-invalid ~ .error-msg, select.error ~ .error-msg, select.is-invalid ~ .error-msg, .form-elements.error ~ .error-msg, .form-elements.is-invalid ~ .error-msg {
      display: block; }
  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder,
  input[type="tel"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder, textarea::placeholder, select::placeholder, .form-elements::placeholder {
    color: #E2E2E2;
    opacity: 1; }

.error, .red, .strick {
  color: #FF0000;
  font-size: 0.875rem; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0 !important;
  font-size: inherit;
  line-height: 1.5; }

.error-msg {
  color: #FF0000;
  margin-top: 0.25rem;
  font-size: 0.875rem; }

.inputgroup {
  position: relative; }
  .inputgroup.icon-left .fc-inner-iocns {
    left: 0; }
  .inputgroup.icon-left .form-elements {
    padding-left: 35px; }
    .inputgroup.icon-left .form-elements.fc-lg {
      padding-left: 40px; }
  .inputgroup.icon-left i:after {
    right: -90%; }
  .inputgroup.icon-right .fc-inner-iocns {
    right: 0; }
  .inputgroup.icon-right .form-elements {
    padding-right: 35px; }
  .inputgroup.icon-right i:after {
    left: -90%; }
  .inputgroup.icon-both .fc-inner-iocns.left {
    left: 0; }
    .inputgroup.icon-both .fc-inner-iocns.left i:after {
      right: -90%; }
  .inputgroup.icon-both .form-elements {
    padding-right: 35px;
    padding-left: 35px; }
    .inputgroup.icon-both .form-elements.fc-lg {
      padding-right: 40px;
      padding-left: 40px; }
  .inputgroup.icon-both .fc-inner-iocns.right {
    right: 0; }
    .inputgroup.icon-both .fc-inner-iocns.right i:after {
      left: -90%; }

.fc-inner-iocns {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  height: calc(2.25rem + 2px);
  line-height: calc(2.25rem + 2px);
  width: 35px;
  text-align: center;
  /*pointer-events: none;*/ }
  .fc-inner-iocns.left-pos {
    left: 0; }
  .fc-inner-iocns.right-pos {
    right: 0; }
  .fc-inner-iocns i {
    position: relative;
    font-style: normal;
    font-weight: 400; }
    .fc-inner-iocns i:after {
      content: "";
      position: absolute;
      border-right: 1px solid #E6E6E6;
      height: 80%;
      top: 50%;
      transform: translateY(-50%); }

.inputgroup-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .inputgroup-icon > .form-elements,
  .inputgroup-icon > .custom-select,
  .inputgroup-icon > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .inputgroup-icon > .form-elements + .form-control,
    .inputgroup-icon > .form-elements + .custom-select,
    .inputgroup-icon > .form-elements + .custom-file,
    .inputgroup-icon > .custom-select + .form-control,
    .inputgroup-icon > .custom-select + .custom-select,
    .inputgroup-icon > .custom-select + .custom-file,
    .inputgroup-icon > .custom-file + .form-control,
    .inputgroup-icon > .custom-file + .custom-select,
    .inputgroup-icon > .custom-file + .custom-file {
      margin-left: -1px; }
  .inputgroup-icon > .form-control:not(:last-child),
  .inputgroup-icon > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .inputgroup-icon > .form-control:not(:first-child),
  .inputgroup-icon > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .inputgroup-icon:hover .inputgroup-text, .inputgroup-icon:hover .form-elements, .inputgroup-icon.hover .inputgroup-text, .inputgroup-icon.hover .form-elements {
    border-color: #E6E6E6; }

.inner-icon .icon-append .inputgroup-text {
  border-right: none !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.inner-icon .icon-append + .form-elements {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.outer-icon .icon-prepend .inputgroup-text {
  border: none; }
.outer-icon .icon-append .inputgroup-text {
  border: none; }

.inputgroup-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /*color: $inputgroup-icon-color;*/
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem; }
  .inputgroup-text input[type="radio"],
  .inputgroup-text input[type="checkbox"] {
    margin-top: 0; }

.icon-prepend {
  display: flex;
  margin-right: -1px; }

.icon-append {
  display: flex;
  margin-left: -1px; }

textarea {
  margin: 0;
  padding: 9px 10px;
  height: 120px;
  resize: vertical;
  width: 100%;
  border-radius: 5px; }
  textarea.mid-height {
    height: 50px; }

/* Search List Design */
.live-search-list {
  background: #fff;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
  margin-top: 5px; }
  .live-search-list li {
    margin: 10px;
    padding: 0; }
  .live-search-list:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    transition: box-shadow 500ms; }

/* file Upload */
.fileupload {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .fileupload input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    line-height: 35px; }
  .fileupload .lable-file {
    cursor: pointer;
    margin-right: 10px; }

/**  Button   **/
input[type="submit"], button[type="button"], input[type="button"],
.btn-primary, .btn-success, .btn-secondary, .btn-danger, .btn-warning, .btn-info, .btn-ternary,
.btn-outline-primary, .btn-outline-secondary, .btn-outline-info, .btn-outline-success, .btn-icon,
.btn-outline-warning, .btn-outline-danger, .btn-outline, .btn-default, .btn-dark, .btn-back, .btn-white {
  display: inline-block;
  font-weight: 100;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  /*background-color: $default;*/
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  -moz-transition: background-color 0.4s 0.3s, color 0.8s;
  -o-transition: background-color 0.4s 0.3s, color 0.8s;
  -webkit-transition: background-color 0.4s 0.3s, color 0.8s;
  transition: background-color 0.4s 0.3s, color 0.8s;
  /*min-width: 85px;*/ }
  input[type="submit"]:not(:disabled):not(.disabled), button[type="button"]:not(:disabled):not(.disabled), input[type="button"]:not(:disabled):not(.disabled),
  .btn-primary:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled), .btn-ternary:not(:disabled):not(.disabled),
  .btn-outline-primary:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled), .btn-icon:not(:disabled):not(.disabled),
  .btn-outline-warning:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled), .btn-outline:not(:disabled):not(.disabled), .btn-default:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled), .btn-back:not(:disabled):not(.disabled), .btn-white:not(:disabled):not(.disabled) {
    cursor: pointer; }
  input[type="submit"].disabled, button[type="button"].disabled, input[type="button"].disabled,
  .btn-primary.disabled, .btn-success.disabled, .btn-secondary.disabled, .btn-danger.disabled, .btn-warning.disabled, .btn-info.disabled, .btn-ternary.disabled,
  .btn-outline-primary.disabled, .btn-outline-secondary.disabled, .btn-outline-info.disabled, .btn-outline-success.disabled, .btn-icon.disabled,
  .btn-outline-warning.disabled, .btn-outline-danger.disabled, .btn-outline.disabled, .btn-default.disabled, .btn-dark.disabled, .btn-back.disabled, .btn-white.disabled {
    opacity: 0.5; }
  input[type="submit"] .btn-icons, input[type="submit"] i, button[type="button"] .btn-icons, button[type="button"] i, input[type="button"] .btn-icons, input[type="button"] i,
  .btn-primary .btn-icons,
  .btn-primary i, .btn-success .btn-icons, .btn-success i, .btn-secondary .btn-icons, .btn-secondary i, .btn-danger .btn-icons, .btn-danger i, .btn-warning .btn-icons, .btn-warning i, .btn-info .btn-icons, .btn-info i, .btn-ternary .btn-icons, .btn-ternary i,
  .btn-outline-primary .btn-icons,
  .btn-outline-primary i, .btn-outline-secondary .btn-icons, .btn-outline-secondary i, .btn-outline-info .btn-icons, .btn-outline-info i, .btn-outline-success .btn-icons, .btn-outline-success i, .btn-icon .btn-icons, .btn-icon i,
  .btn-outline-warning .btn-icons,
  .btn-outline-warning i, .btn-outline-danger .btn-icons, .btn-outline-danger i, .btn-outline .btn-icons, .btn-outline i, .btn-default .btn-icons, .btn-default i, .btn-dark .btn-icons, .btn-dark i, .btn-back .btn-icons, .btn-back i, .btn-white .btn-icons, .btn-white i {
    vertical-align: baseline; }

.more-height {
  padding: 0.75rem !important; }

.btn:focus, .btn.focus, .btn.active, a:focus, a.active {
  box-shadow: none !important; }

.btn:not(:disabled):not(.disabled) {
  box-shadow: none !important; }

.remove-space {
  display: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.btn-default {
  color: #333;
  background-color: #E2E2E2;
  border-color: #b5b5b5; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #c9c9c9;
    border-color: #9b9b9b; }
  .btn-default:hover {
    color: #333;
    background-color: #c9c9c9;
    border-color: #9b9b9b; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #c9c9c9;
    border-color: #9b9b9b; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #c9c9c9;
      border-color: #9b9b9b; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #E2E2E2;
    border-color: #b5b5b5; }
  .btn-default .badge {
    color: #E2E2E2;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #F47F1F;
  border-color: #ee720c;
  color: #fff !important; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #d6660a;
    border-color: #bd5a09; }
  .btn-primary:hover {
    color: #fff;
    background-color: #d6660a;
    border-color: #bd5a09; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d6660a;
    border-color: #bd5a09; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #d6660a;
      border-color: #bd5a09; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #F47F1F;
    border-color: #ee720c; }
  .btn-primary .badge {
    color: #F47F1F;
    background-color: #fff; }

.btn-success {
  color: #333;
  background-color: #C4E6B3;
  border-color: #94d275;
  color: #fff !important; }
  .btn-success:focus, .btn-success.focus {
    color: #333;
    background-color: #a6d98d;
    border-color: #76c54f; }
  .btn-success:hover {
    color: #333;
    background-color: #a6d98d;
    border-color: #76c54f; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #333;
    background-color: #a6d98d;
    border-color: #76c54f; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #333;
      background-color: #a6d98d;
      border-color: #76c54f; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #C4E6B3;
    border-color: #94d275; }
  .btn-success .badge {
    color: #C4E6B3;
    background-color: #333; }

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #cccccc; }
  .btn-white:focus, .btn-white.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #b3b3b3; }
  .btn-white:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #b3b3b3; }
  .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #b3b3b3; }
    .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus, .open > .btn-white.dropdown-toggle:hover, .open > .btn-white.dropdown-toggle:focus, .open > .btn-white.dropdown-toggle.focus {
      color: #333;
      background-color: #e6e6e6;
      border-color: #b3b3b3; }
  .btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
    background-color: #fff;
    border-color: #cccccc; }
  .btn-white .badge {
    color: #fff;
    background-color: #333; }

.btn-secondary {
  color: #333;
  background-color: #F4A869;
  border-color: #ef8228; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #333;
    background-color: #f18c39;
    border-color: #d56910; }
  .btn-secondary:hover {
    color: #333;
    background-color: #f18c39;
    border-color: #d56910; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #333;
    background-color: #f18c39;
    border-color: #d56910; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #333;
      background-color: #f18c39;
      border-color: #d56910; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
    background-color: #F4A869;
    border-color: #ef8228; }
  .btn-secondary .badge {
    color: #F4A869;
    background-color: #333; }

.btn-ternary {
  color: #fff;
  background-color: #8A8A8A;
  border-color: #7d7d7d; }
  .btn-ternary:focus, .btn-ternary.focus {
    color: #fff;
    background-color: #717171;
    border-color: #646464; }
  .btn-ternary:hover {
    color: #fff;
    background-color: #717171;
    border-color: #646464; }
  .btn-ternary:active, .btn-ternary.active, .open > .btn-ternary.dropdown-toggle {
    color: #fff;
    background-color: #717171;
    border-color: #646464; }
    .btn-ternary:active:hover, .btn-ternary:active:focus, .btn-ternary:active.focus, .btn-ternary.active:hover, .btn-ternary.active:focus, .btn-ternary.active.focus, .open > .btn-ternary.dropdown-toggle:hover, .open > .btn-ternary.dropdown-toggle:focus, .open > .btn-ternary.dropdown-toggle.focus {
      color: #fff;
      background-color: #717171;
      border-color: #646464; }
  .btn-ternary.disabled, .btn-ternary.disabled:hover, .btn-ternary.disabled:focus, .btn-ternary.disabled.focus, .btn-ternary.disabled:active, .btn-ternary.disabled.active, .btn-ternary[disabled], .btn-ternary[disabled]:hover, .btn-ternary[disabled]:focus, .btn-ternary[disabled].focus, .btn-ternary[disabled]:active, .btn-ternary[disabled].active, fieldset[disabled] .btn-ternary, fieldset[disabled] .btn-ternary:hover, fieldset[disabled] .btn-ternary:focus, fieldset[disabled] .btn-ternary.focus, fieldset[disabled] .btn-ternary:active, fieldset[disabled] .btn-ternary.active {
    background-color: #8A8A8A;
    border-color: #7d7d7d; }
  .btn-ternary .badge {
    color: #8A8A8A;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e20;
  border-color: #d51e00;
  color: #fff !important; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #bb1b00;
    border-color: #a21700; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb1b00;
    border-color: #a21700; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bb1b00;
    border-color: #a21700; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #bb1b00;
      border-color: #a21700; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #e20;
    border-color: #d51e00; }
  .btn-danger .badge {
    color: #e20;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #edb100; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #d39e00;
    border-color: #ba8b00; }
  .btn-warning:hover {
    color: #fff;
    background-color: #d39e00;
    border-color: #ba8b00; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d39e00;
    border-color: #ba8b00; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d39e00;
      border-color: #ba8b00; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #ffc107;
    border-color: #edb100; }
  .btn-warning .badge {
    color: #ffc107;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #148ea1; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #117a8b;
    border-color: #0f6674; }
  .btn-info:hover {
    color: #fff;
    background-color: #117a8b;
    border-color: #0f6674; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #0f6674; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #117a8b;
      border-color: #0f6674; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #17a2b8;
    border-color: #148ea1; }
  .btn-info .badge {
    color: #17a2b8;
    background-color: #fff; }

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: black;
  color: #fff !important; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
    background-color: #000;
    border-color: black; }
  .btn-dark .badge {
    color: #000;
    background-color: #fff; }

.btn-back {
  color: #fff;
  background-color: #6c757d;
  border-color: #60686f;
  font-weight: 100 !important; }
  .btn-back:focus, .btn-back.focus {
    color: #fff;
    background-color: #545b62;
    border-color: #494f54; }
  .btn-back:hover {
    color: #fff;
    background-color: #545b62;
    border-color: #494f54; }
  .btn-back:active, .btn-back.active, .open > .btn-back.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #494f54; }
    .btn-back:active:hover, .btn-back:active:focus, .btn-back:active.focus, .btn-back.active:hover, .btn-back.active:focus, .btn-back.active.focus, .open > .btn-back.dropdown-toggle:hover, .open > .btn-back.dropdown-toggle:focus, .open > .btn-back.dropdown-toggle.focus {
      color: #fff;
      background-color: #545b62;
      border-color: #494f54; }
  .btn-back.disabled, .btn-back.disabled:hover, .btn-back.disabled:focus, .btn-back.disabled.focus, .btn-back.disabled:active, .btn-back.disabled.active, .btn-back[disabled], .btn-back[disabled]:hover, .btn-back[disabled]:focus, .btn-back[disabled].focus, .btn-back[disabled]:active, .btn-back[disabled].active, fieldset[disabled] .btn-back, fieldset[disabled] .btn-back:hover, fieldset[disabled] .btn-back:focus, fieldset[disabled] .btn-back.focus, fieldset[disabled] .btn-back:active, fieldset[disabled] .btn-back.active {
    background-color: #6c757d;
    border-color: #60686f; }
  .btn-back .badge {
    color: #6c757d;
    background-color: #fff; }

.btn-outline-primary {
  color: #F47F1F;
  background-image: none;
  background-color: transparent;
  border-color: #F47F1F; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #F47F1F;
    border-color: #F47F1F; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #F47F1F;
    border-color: #F47F1F; }
  .btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #F47F1F;
    border-color: #F47F1F; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#F47F1F, 17%);
      border-color: dark(#F47F1F, 25%); }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: light(#F47F1F, 20%); }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: light(#F47F1F, 20%); }

.btn-outline-secondary {
  color: #F4A869;
  background-image: none;
  background-color: transparent;
  border-color: #F4A869; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #F4A869;
    border-color: #F4A869; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #F4A869;
    border-color: #F4A869; }
  .btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #F4A869;
    border-color: #F4A869; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#F4A869, 17%);
      border-color: dark(#F4A869, 25%); }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: light(#F4A869, 20%); }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: light(#F4A869, 20%); }

.btn-outline-info {
  color: #17a2b8;
  background-image: none;
  background-color: transparent;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#17a2b8, 17%);
      border-color: dark(#17a2b8, 25%); }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: light(#17a2b8, 20%); }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: light(#17a2b8, 20%); }

.btn-outline-success {
  color: #C4E6B3;
  background-image: none;
  background-color: transparent;
  border-color: #C4E6B3; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #C4E6B3;
    border-color: #C4E6B3; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #C4E6B3;
    border-color: #C4E6B3; }
  .btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #C4E6B3;
    border-color: #C4E6B3; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#C4E6B3, 17%);
      border-color: dark(#C4E6B3, 25%); }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: light(#C4E6B3, 20%); }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: light(#C4E6B3, 20%); }

.btn-outline-warning {
  color: #ffc107;
  background-image: none;
  background-color: transparent;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#ffc107, 17%);
      border-color: dark(#ffc107, 25%); }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: light(#ffc107, 20%); }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: light(#ffc107, 20%); }

.btn-outline-danger {
  color: #e20;
  background-image: none;
  background-color: transparent;
  border-color: #e20; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e20;
    border-color: #e20; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #e20;
    border-color: #e20; }
  .btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e20;
    border-color: #e20; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#e20, 17%);
      border-color: dark(#e20, 25%); }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: light(#e20, 20%); }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: light(#e20, 20%); }

.btn-outline {
  color: #000;
  background-image: none;
  background-color: transparent;
  border-color: #000; }
  .btn-outline:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline:focus, .btn-outline.focus {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline:active, .btn-outline.active, .open > .btn-outline.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline:active:hover, .btn-outline:active:focus, .btn-outline:active.focus, .btn-outline.active:hover, .btn-outline.active:focus, .btn-outline.active.focus, .open > .btn-outline.dropdown-toggle:hover, .open > .btn-outline.dropdown-toggle:focus, .open > .btn-outline.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#000, 17%);
      border-color: dark(#000, 25%); }
  .btn-outline.disabled:focus, .btn-outline.disabled.focus, .btn-outline:disabled:focus, .btn-outline:disabled.focus {
    border-color: light(#000, 20%); }
  .btn-outline.disabled:hover, .btn-outline:disabled:hover {
    border-color: light(#000, 20%); }

.btn-icon {
  border: none;
  margin-left: 5px;
  color: #DB731D;
  background-image: none;
  background-color: transparent;
  border-color: #DB731D; }
  .btn-icon.active {
    color: #fff;
    background-color: #DB731D;
    border-color: #DB731D; }

.radius-20 {
  border-radius: 20px !important; }

.btn-block {
  display: block;
  width: 100%; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #F47F1F;
  border-color: #ee720c; }
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active.focus {
    color: #fff;
    background-color: #d6660a;
    border-color: #bd5a09; }
  .btn-primary:not(:disabled):not(.disabled):active:hover {
    color: #fff;
    background-color: #d6660a;
    border-color: #bd5a09; }
  .btn-primary:not(:disabled):not(.disabled):active:active, .btn-primary:not(:disabled):not(.disabled):active.active, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle {
    color: #fff;
    background-color: #d6660a;
    border-color: #bd5a09; }
    .btn-primary:not(:disabled):not(.disabled):active:active:hover, .btn-primary:not(:disabled):not(.disabled):active:active:focus, .btn-primary:not(:disabled):not(.disabled):active:active.focus, .btn-primary:not(:disabled):not(.disabled):active.active:hover, .btn-primary:not(:disabled):not(.disabled):active.active:focus, .btn-primary:not(:disabled):not(.disabled):active.active.focus, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle:hover, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle:focus, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle.focus {
      color: #fff;
      background-color: #d6660a;
      border-color: #bd5a09; }
  .btn-primary:not(:disabled):not(.disabled):active.disabled, .btn-primary:not(:disabled):not(.disabled):active.disabled:hover, .btn-primary:not(:disabled):not(.disabled):active.disabled:focus, .btn-primary:not(:disabled):not(.disabled):active.disabled.focus, .btn-primary:not(:disabled):not(.disabled):active.disabled:active, .btn-primary:not(:disabled):not(.disabled):active.disabled.active, .btn-primary:not(:disabled):not(.disabled):active[disabled], .btn-primary:not(:disabled):not(.disabled):active[disabled]:hover, .btn-primary:not(:disabled):not(.disabled):active[disabled]:focus, .btn-primary:not(:disabled):not(.disabled):active[disabled].focus, .btn-primary:not(:disabled):not(.disabled):active[disabled]:active, .btn-primary:not(:disabled):not(.disabled):active[disabled].active, fieldset[disabled] .btn-primary:not(:disabled):not(.disabled):active, fieldset[disabled] .btn-primary:not(:disabled):not(.disabled):active:hover, fieldset[disabled] .btn-primary:not(:disabled):not(.disabled):active:focus, fieldset[disabled] .btn-primary:not(:disabled):not(.disabled):active.focus, fieldset[disabled] .btn-primary:not(:disabled):not(.disabled):active:active, fieldset[disabled] .btn-primary:not(:disabled):not(.disabled):active.active {
    background-color: #F47F1F;
    border-color: #ee720c; }
  .btn-primary:not(:disabled):not(.disabled):active .badge {
    color: #F47F1F;
    background-color: #fff; }

.review-star {
  display: inline-flex;
  vertical-align: top;
  line-height: 30px;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  font-family: 'Font Awesome 5 Pro'; }
  .review-star .grey-stars {
    height: 100%;
    position: relative; }
    .review-star .grey-stars:before {
      content: "\f005\f005\f005\f005\f005";
      font-family: 'Font Awesome 5 Pro';
      letter-spacing: 3px;
      line-height: 18px;
      font-weight: bold;
      color: #E6E6E6; }
  .review-star .filled-stars {
    position: absolute;
    overflow: hidden; }
    .review-star .filled-stars:before {
      color: #FFCB00; }
  .review-star .filled-stars:before,
  .review-star .grey-stars:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: 'Font Awesome 5 Pro';
    letter-spacing: 4px;
    line-height: 18px;
    font-weight: bold; }
  .review-star.fright {
    float: right; }

.text-large {
  font-size: 1.125rem;
  font-weight: 500; }

.text-default {
  font-weight: 400; }

.text-small {
  font-size: 0.875rem;
  font-weight: 400; }

.text-success {
  color: #C4E6B3; }

.text-failed {
  color: #e20; }

.text-info {
  color: #17a2b8; }

.text-warning {
  color: #ffc107; }

.text-error {
  color: #e20; }

.bg-default {
  background: #fff; }

.bg-primary {
  background: #F47F1F; }

.bg-secondary {
  background: #E2E2E2; }

.bg-overlay-default {
  background: #6c757d;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.bg-overlay {
  background: #495057;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 15px; }

.bg-overlay-dark {
  background: #212529;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

/* Line Style */
.line-default {
  border-bottom: 1px solid #E6E6E6; }

.line-primary {
  border-bottom: 1px solid #F47F1F; }

.line-secondary {
  border-bottom: 1px solid #C4E6B3; }

/* Link Style */
.link-default, a {
  color: #000;
  font-weight: 400;
  text-decoration: none; }
  .link-default:hover, a:hover {
    color: #F47F1F;
    text-decoration: none; }
  .link-default:active, a:active {
    color: #F47F1F;
    text-decoration: none; }

.link-primary {
  color: #000;
  font-weight: 400;
  text-decoration: none; }
  .link-primary:hover {
    color: #F47F1F;
    text-decoration: none; }
  .link-primary:active {
    color: #F47F1F;
    text-decoration: none; }

/*  For Table */
.table-wrapper {
  overflow: hidden;
  width: 100%;
  overflow-x: auto; }

.table-responsive .table {
  min-width: 700px; }

.table-primary, .table-secondary, .table-resize {
  display: table;
  width: 100%;
  border-collapse: collapse; }

.table-primary {
  text-align: center; }

/*Cart Table*/
.table-footer {
  width: 500px;
  float: right;
  padding: 20px;
  border: 1px solid #E6E6E6;
  margin: 20px 0; }
  .table-footer .form-row {
    padding: 8px 0;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .table-footer .form-row .col-6 + .col-6 {
      text-align: right; }
  .table-footer .total {
    font-weight: 500;
    font-size: 1.125rem; }

/*alerts*/
.alert-default {
  border: solid 1px #E6E6E6;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #fff; }
  .alert-default:hover {
    color: #000;
    background: #fff; }
  .alert-default:active {
    color: #000;
    background: #fff; }

.alert-success {
  border: solid 1px #C4E6B3;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #C4E6B3;
  color: #006800; }
  .alert-success:hover {
    color: #fff;
    background: #C4E6B3; }
  .alert-success:active {
    color: #fff;
    background: #C4E6B3; }

.alert-primary {
  border: solid 1px #F47F1F;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #F47F1F;
  color: #fff; }
  .alert-primary:hover {
    color: #fff;
    background: #F47F1F; }
  .alert-primary:active {
    color: #fff;
    background: #F47F1F; }

.alert-warning {
  border: solid 1px #ffc107;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #ffc107;
  color: #fff; }
  .alert-warning:hover {
    color: #fff;
    background: #ffc107; }
  .alert-warning:active {
    color: #fff;
    background: #ffc107; }

.alert-danger {
  border: solid 1px #e20;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #e20;
  color: #fff; }
  .alert-danger:hover {
    color: #fff;
    background: #e20; }
  .alert-danger:active {
    color: #fff;
    background: #e20; }

.alert-toaster {
  border: solid 1px #E6E6E6;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #F4A869;
  color: #fff; }
  .alert-toaster:hover {
    color: #fff;
    /*background: $gray-800;*/ }
  .alert-toaster:active {
    color: #fff;
    /*	background: $gray-800;*/ }

.close {
  float: right;
  font-weight: 700;
  line-height: 1;
  color: #000;
  box-shadow: none; }

.student-year .table-header li, .student-year .table-content li {
  min-width: 90px; }

.modal-header .modal-title {
  font-size: 1.125rem; }
  .modal-header .modal-title img {
    max-height: 50px; }
.modal-header .close {
  background: none;
  border: none;
  float: right;
  font-weight: normal;
  line-height: 1;
  color: #000;
  padding: 0px;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 1rem; }

.alert {
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 25px; }
  .alert .close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1 !important;
    font-size: 2rem;
    height: 100%;
    line-height: 100%;
    text-shadow: none; }

.alert-dismissable {
  position: relative;
  padding-right: 4rem; }

/*Nav Tabs*/
.nav-tabs {
  border-bottom: 1px solid #E6E6E6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }

.form-rows {
  margin-bottom: 12px;
  clear: both; }

.form-row label, .form-group label {
  margin-bottom: .5rem;
  font-size: 1.125rem; }

.form-group {
  margin-bottom: 1rem; }

/*Checkbox Radio*/
.chk-group .chk-wrap, .chk-group .radio-wrap, .chk-group .custom-radio, .radio-group .chk-wrap, .radio-group .radio-wrap, .radio-group .custom-radio, .custom-radio-group .chk-wrap, .custom-radio-group .radio-wrap, .custom-radio-group .custom-radio {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.chk-groupd, .radio-groupd {
  margin-right: 10px;
  display: inline-flex !important; }

/*  For Radio and checkbox */
.chk-wrap, .radio-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .chk-wrap label:after, .radio-wrap label:after {
    content: '';
    display: table;
    clear: both; }
  .chk-wrap .outericons, .radio-wrap .outericons {
    vertical-align: baseline;
    margin-right: 5px; }

.chk-wrap input[type="checkbox"] {
  display: none; }
  .chk-wrap input[type="checkbox"] + .chkmark > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in; }
  .chk-wrap input[type="checkbox"]:checked + .chkmark > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1; }
  .chk-wrap input[type="checkbox"]:disabled + .chkmark {
    opacity: .5;
    background-color: #e9ecef; }
  .chk-wrap input[type="checkbox"].error + .chkmark {
    border: 1px solid #FF0000; }
.chk-wrap .chkmark {
  position: relative;
  display: inline-block;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-radius: .25em;
  width: 1.8em;
  height: 1.8em;
  float: left;
  margin-right: .5em; }
  .chk-wrap .chkmark .cr-icon {
    position: absolute;
    font-size: 1.3em;
    line-height: 0;
    top: 50%;
    left: 20%;
    color: #F47F1F;
    font-weight: 400; }
.chk-wrap .bg-color, .chk-wrap .bg-img {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 5px; }

/*Custom ScrollBar*/
.chscroll::-webkit-scrollbar {
  -webkit-appearance: none; }

.chscroll::-webkit-scrollbar:vertical {
  width: 10px; }

.chscroll::-webkit-scrollbar:horizontal {
  height: 10px; }

.chscroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5); }

.chscroll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px; }

.custom-chk {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .custom-chk > span {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #495057;
    background-color: #e9ecef; }
    .custom-chk > span:hover {
      background: #F47F1F;
      color: #fff; }
    .custom-chk > span figure {
      text-align: center; }
  .custom-chk input[type=checkbox] {
    display: none; }
    .custom-chk input[type=checkbox]:checked + span {
      background-color: #F47F1F;
      color: #fff;
      border-color: #F47F1F; }
    .custom-chk input[type=checkbox]:disabled + span {
      background-color: #e9ecef;
      border-color: #ced4da;
      pointer-events: none; }
    .custom-chk input[type=checkbox].error + span {
      border: 1px solid #FF0000; }
  .custom-chk i {
    margin-right: 8px; }

.radio-wrap input[type="radio"] {
  display: none; }
  .radio-wrap input[type="radio"] + .radio-label > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in; }
  .radio-wrap input[type="radio"]:checked + .radio-label > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1; }
  .radio-wrap input[type="radio"]:disabled + .radio-label {
    opacity: .5;
    background-color: #e9ecef; }
  .radio-wrap input[type="radio"].error + .radio-label {
    border: 1px solid #FF0000; }
  .radio-wrap input[type="radio"].error ~ .radio-icon {
    border: 1px solid #FF0000; }
.radio-wrap .radio-label {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
  border-radius: 50%; }
  .radio-wrap .radio-label .cr-icon {
    position: absolute;
    font-size: .9em;
    line-height: 0;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    color: #F47F1F; }
.radio-wrap .radio-icon {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.375rem 0.75rem;
  background-color: #E2E2E2;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .radio-wrap .radio-icon i {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ced4da; }

/*.custom-radio {
	padding-bottom: 0 !important;
	position: relative;
	height: 45px;line-height: 45px !important;
	> span {
		border-radius: 0;
		cursor: pointer;
		display: inline-block;
		width: 100%;
		transition: all 0.5s;
		font-size: $font-medium-large;
		position: absolute;
		left: 0;right: 0;
		padding: 0 15px;
			&:hover {
				background:$primary;
				color: $white;
				border-color: $primary
			}
		}

    input[type=radio] {
		opacity: 0;
		&:checked + span, &.checked + span {
			background-color: $primary;
			color: $white;
			border-color: $primary;
		}
	}
}*/
#accordionWithRadio {
  width: 400px; }
  #accordionWithRadio .card-body {
    padding: 1rem; }

.custom-radio {
  height: 40px;
  line-height: 40px !important;
  position: relative;
  width: 100%;
  background: #EEEEEE; }
  .custom-radio > span {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    transition: all 0.5s;
    font-size: 1.25rem;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 15px;
    width: 100%; }
    .custom-radio > span:hover {
      background: #F47F1F;
      color: #fff; }
  .custom-radio input[type=radio] {
    opacity: 0; }
    .custom-radio input[type=radio]:checked + span, .custom-radio input[type=radio].checked + span {
      background-color: #F47F1F;
      color: #fff;
      border-color: #F47F1F; }

.switch-vertical {
  width: 115px; }
  .switch-vertical .web-status {
    color: #000;
    padding-left: 25px; }
  .switch-vertical label {
    font-size: 0.875rem;
    line-height: 18px;
    display: block;
    width: 128px;
    height: 18px;
    margin: 0px;
    padding-left: 25px;
    text-transform: uppercase; }
  .switch-vertical .toggle-outside {
    background: #C4E6B3;
    position: absolute;
    width: 16px;
    height: 34px;
    left: 0;
    top: 3px; }
  .switch-vertical .toggle-inside {
    height: 16px;
    left: 0px;
    top: 0px;
    width: 16px;
    transition: all 0.25s ease-in-out; }
  .switch-vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
    top: 18px; }
  .switch-vertical .trv-bottom {
    top: 18px;
    transition: all 0.25s ease-in-out; }
  .switch-vertical .switch-open {
    background: #C4E6B3; }
  .switch-vertical .switch-close {
    background: #E2E2E2; }

/* Multi select listing */
.multiselect-listing.fc-lg ~ .chosen-container .chosen-single {
  height: calc(2.875rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5; }
.multiselect-listing.fc-lg ~ .chosen-container .chosen-results {
  font-size: 1.25rem;
  line-height: 1.5; }
.multiselect-listing.fc-sm ~ .chosen-container .chosen-single {
  font-size: 0.875rem;
  line-height: 1.5; }
.multiselect-listing.fc-sm .chosen-results li {
  font-size: 0.875rem;
  line-height: 1.5; }
.multiselect-listing.error ~ .chosen-container .chosen-single, .multiselect-listing.error ~ .chosen-container .chosen-choices, .multiselect-listing.is-invalid ~ .chosen-container .chosen-single, .multiselect-listing.is-invalid ~ .chosen-container .chosen-choices {
  border-color: #e20; }
.multiselect-listing.error ~ .chosen-container .chosen-drop, .multiselect-listing.is-invalid ~ .chosen-container .chosen-drop {
  border-color: #e20; }
.multiselect-listing ~ .chosen-container .chosen-single > div {
  background-image: none !important; }

.chosen-container-single .chosen-single {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E6E6E6; }
.chosen-container-single .chosen-results li {
  padding: 0.375rem 0.75rem;
  line-height: 1.5; }

.chosen-container {
  max-width: 250px;
  min-width: 250px; }
  .chosen-container .chosen-drop {
    border: 1px solid #E6E6E6;
    border-top: 0; }
  .chosen-container.chosen-with-drop .chosen-drop {
    margin-top: -1px; }
  .chosen-container .chosen-results li.highlighted {
    background-color: #F47F1F;
    color: #fff; }

.chosen-disabled .chosen-single {
  /*background-color: $input-disabled-bg;*/
  opacity: 1;
  pointer-events: none; }

.chosen-container-multi .chosen-results li {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box; }
  .chosen-container-multi .chosen-results li.search-choice {
    background-color: #F47F1F;
    padding: 15px; }
.chosen-container-multi .chosen-choices li {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box; }
  .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #E2E2E2;
    margin: 1px;
    border-radius: 0.25rem; }

/* Start Date time Design */
.date-pickers {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

/* End Date time Design */
/* Start Dropdown with Search */
.dropdown.show .dropdown-toggle, .dropup.show .dropdown-toggle {
  color: #DB731D; }
  .dropdown.show .dropdown-toggle:after, .dropup.show .dropdown-toggle:after {
    transform: rotate(180deg); }
.dropdown .img-left, .dropup .img-left {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .dropdown .img-left img, .dropup .img-left img {
    max-height: 20px;
    width: 100%; }
  .dropdown .img-left.round img, .dropup .img-left.round img {
    border-radius: 50%; }
.dropdown .img-right, .dropup .img-right {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto; }
  .dropdown .img-right img, .dropup .img-right img {
    max-height: 20px;
    width: 100%; }
  .dropdown .img-right.round img, .dropup .img-right.round img {
    border-radius: 50%; }
.dropdown .icons-left, .dropup .icons-left {
  margin-right: 7px;
  padding-left: 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
.dropdown .icons-right, .dropup .icons-right {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto; }
.dropdown .bg, .dropup .bg {
  background-color: #000;
  color: #fff;
  width: 40px;
  height: 20px;
  vertical-align: middle;
  padding: 5px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.dropdown-toggle {
  padding-right: 30px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .dropdown-toggle:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    transform: rotate(360deg);
    position: absolute;
    right: 10px;
    font-weight: 700; }
  .dropdown-toggle.no-icon:after {
    display: none; }

.dropdown-menu {
  border: none;
  border-radius: 0;
  margin-top: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .dropdown-menu.arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -7px;
    right: 20px; }
  .dropdown-menu.arrow.black:before {
    border-bottom: 10px solid #000;
    left: 0;
    right: 0;
    margin: 0 auto; }

.dropdown-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden; }
  .dropdown-item.active, .dropdown-item:hover, .dropdown-item:active {
    background-color: transparent !important;
    color: #F4A869 !important; }
  .dropdown-item i {
    padding-right: 5px; }

/*input type file*/
.file-wrapper {
  position: relative;
  margin-bottom: 0px;
  display: inline-block; }
  .file-wrapper input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    bottom: 0; }
  .file-wrapper i {
    display: inline-block;
    font-size: 1rem; }
  .file-wrapper .btn {
    display: block;
    background: #F47F1F;
    margin-top: 0;
    padding: 10px 15px;
    border-color: #F47F1F; }

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle; }
  .btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr; }

/*  Color Picker */
/* Start Badge */
.badges {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border-radius: 1rem;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .badges.disabled, .badges:disabled {
    pointer-events: none; }
  .badges:hover, .badges.hover {
    color: #fff; }

.badges-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.badges-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.badges-primary {
  background: #F47F1F;
  color: #fff; }

.badges-secondary {
  background: #F4A869;
  color: #fff; }

.badges-success {
  background: #C4E6B3;
  color: #fff; }

.badges-danger {
  background: #e20;
  color: #fff; }

.badges-warning {
  background: #ffc107;
  color: #fff; }

.badges-info {
  background: #17a2b8;
  color: #fff; }

.badges-light {
  background-color: #E2E2E2;
  color: #fff; }

.badges-dark {
  background-color: #000;
  color: #fff; }

/* End Badge */
/*  For seach box  */
.search-wrap {
  position: relative;
  display: block; }
  .search-wrap input[type="text"] {
    padding-left: 40px; }
  .search-wrap .icon-search {
    position: absolute;
    left: 10px;
    bottom: 12px;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    color: #E6E6E6; }
    .search-wrap .icon-search:before {
      font-family: 'Font Awesome 5 Pro';
      content: "\f002"; }
    .search-wrap .icon-search:hover {
      color: #F4A869; }
  .search-wrap button {
    padding: 0;
    border: none; }

/* Start increament decrement */
.spiner_aa {
  border: 1px solid #ced4da;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0; }
  .spiner_aa input[type="number"], .spiner_aa .input-text {
    width: calc(100% - 5rem);
    float: left;
    text-align: center; }
  .spiner_aa input[type="number"].spinNum, .spiner_aa .spinNum {
    width: calc(100% - 5rem);
    height: 45px;
    border: none;
    border-radius: 0;
    float: left; }
  .spiner_aa input[type=number]::-webkit-inner-spin-button,
  .spiner_aa input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .spiner_aa .decrease, .spiner_aa .increase, .spiner_aa .input-group-btn {
    width: 2.5rem;
    float: left;
    text-align: center;
    border: none;
    line-height: 45px;
    vertical-align: top;
    margin: 0;
    top: 0;
    cursor: pointer;
    color: #DB731D; }
    .spiner_aa .decrease:hover, .spiner_aa .increase:hover, .spiner_aa .input-group-btn:hover {
      transition: all 0.4s ease-in-out 0s;
      background: #DB731D;
      color: #fff; }
    .spiner_aa .decrease.active, .spiner_aa .increase.active, .spiner_aa .input-group-btn.active {
      transition: all 0.4s ease-in-out 0s;
      background: #DB731D;
      color: #fff; }

/* End increament decrement */
.spinergroup {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #E6E6E6; }
  .spinergroup .spinNum, .spinergroup input[type=number] {
    text-align: center;
    border: none;
    -webkit-appearance: none;
    margin: 0;
    line-height: 33px; }
  .spinergroup .decrease, .spinergroup .increase {
    width: 80px;
    float: left;
    text-align: center;
    border: none;
    line-height: 45px;
    vertical-align: top;
    margin: 0;
    top: 0;
    cursor: pointer;
    color: #DB731D;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .spinergroup .decrease:hover, .spinergroup .increase:hover {
      transition: all 0.4s ease-in-out 0s;
      background: #DB731D;
      color: #fff; }
    .spinergroup .decrease.active, .spinergroup .increase.active {
      transition: all 0.4s ease-in-out 0s;
      background: #DB731D;
      color: #fff; }

/* Start coupan */
.coupan .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* End coupan */
/* Select dropdown */
.custom-select, select:not([multiple]) {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjU2IDI1NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwb2x5Z29uIHBvaW50cz0iMjI1LjgxMyw0OC45MDcgMTI4LDE0Ni43MiAzMC4xODcsNDguOTA3IDAsNzkuMDkzIDEyOCwyMDcuMDkzIDI1Niw3OS4wOTMgCQkiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px; }

.date-select {
  position: relative;
  background: #fff url("../images/date-picker.png") 97% center no-repeat !important;
  cursor: pointer;
  padding-right: 30px !important;
  background-size: 20px !important; }

.date-select-new {
  position: relative;
  background: #fff url("../images/date-picker-new.png") 100% center no-repeat !important;
  cursor: pointer;
  background-size: 40px !important; }

/* Custom ToolTips */
.tooltipwrap {
  position: relative; }
  .tooltipwrap .tooltip {
    background: #fff;
    bottom: 100%;
    color: #000;
    display: block;
    right: 7px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 8px 15px;
    pointer-events: none;
    position: absolute;
    width: 200px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px; }
    .tooltipwrap .tooltip:before {
      bottom: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%; }
    .tooltipwrap .tooltip:after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid #fff 10px;
      bottom: -10px;
      content: " ";
      height: 0;
      right: 20px;
      margin-left: -13px;
      position: absolute;
      width: 0; }
  .tooltipwrap:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

.lte8 .tooltipwrap .tooltip {
  display: none; }
.lte8 .tooltipwrap:hover .tooltip {
  display: block; }

/*  For table  */
table {
  width: 100%; }

th {
  padding: 8px 10px;
  border-color: #E6E6E6; }

td {
  border: 1px solid #E6E6E6;
  padding: 8px 10px; }
  td img {
    border: 1px solid #E6E6E6;
    float: left;
    margin-right: 5px; }
  td:last-child {
    text-align: center; }

.scroll-table {
  overflow-x: auto;
  padding: 0 1px 15px 1px; }
  .scroll-table .table {
    width: 1500px; }

.table-wrapper {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px; }

.table, .table-resize {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem; }

.table .active-btn, .table .inactive-btn {
  padding: 2px 5px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
  min-width: 42px; }
.table .active-btn {
  background: #F47F1F; }
.table .edit-view {
  color: #F47F1F; }
  .table .edit-view a {
    color: #F47F1F; }
.table .head-border li {
  border: none; }
.table .active {
  background: #F47F1F;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.75rem; }
.table .inactive {
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.75rem; }
.table .spinner {
  display: inline-block; }
.table .product img {
  float: left;
  margin-right: 10px; }
.table .product .name {
  color: #F47F1F;
  font-weight: bold;
  padding-top: 2px; }
.table .price .chk-label {
  color: #F47F1F;
  margin-top: 2px; }

/*Overwrite the Order Table as per magento */
.cart-overwrite .table-header {
  border-bottom: 1px solid #E6E6E6; }
  .cart-overwrite .table-header li {
    border: none;
    background: transparent; }
.cart-overwrite .table-content .cart-item-list {
  border-bottom: 1px solid #E6E6E6; }
.cart-overwrite .number-spinner {
  max-width: 150px; }
  .cart-overwrite .number-spinner input {
    max-width: 51px; }
.cart-overwrite .link-product-name {
  /*font-family: $helvetica;*/ }
.cart-overwrite .del-record {
  padding-top: 0;
  padding-bottom: 0; }

.table-header, .table-content {
  display: table-row-group;
  width: 100%; }
  .table-header li, .table-content li {
    display: table-cell;
    padding: 10px;
    border: 1px solid #E6E6E6;
    vertical-align: middle; }
    .table-header li li, .table-content li li {
      border: none; }
  .table-header ul, .table-content ul {
    display: table-row; }
    .table-header ul ul, .table-content ul ul {
      display: block; }
      .table-header ul ul li, .table-content ul ul li {
        display: block; }

.cart-col .table {
  border: 1px solid #E6E6E6; }

.table-header li {
  padding: 10px;
  background: #E2E2E2;
  position: relative; }
  .table-header li:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #E6E6E6;
    margin-left: -7px; }

.table-content {
  background: #fff; }

.cart-table .table-header li {
  padding: 10px;
  text-align: center; }
  .cart-table .table-header li:after {
    display: none; }
.cart-table .table-content .cart-item-list:not(:last-child) {
  border-bottom: 1px solid #E6E6E6; }
.cart-table .table-content li {
  border: none;
  text-align: center;
  vertical-align: top;
  padding: 20px; }
  .cart-table .table-content li.product {
    text-align: left; }
    .cart-table .table-content li.product .cart-img {
      max-width: 60px; }
    .cart-table .table-content li.product img {
      margin-right: 0;
      /*border: 1px solid $border;*/
      max-width: 100%; }
.cart-table .box-border .table {
  margin-bottom: 0; }
.cart-table .number-spinner button i {
  color: #F47F1F; }
.cart-table .number-spinner button:hover i {
  color: #fff; }
.cart-table .unit-price {
  line-height: 44px; }
.cart-table .total .normal-price {
  line-height: 44px; }

.gtext {
  color: #8A8A8A; }

@media all and (max-width: 768px) {
  .cart-table .unit-price {
    line-height: 1.25; }
  .cart-table .total .normal-price {
    line-height: 1.25; } }
/*  Variable */
/*  Font size  */
/*64px;*/
/*56px;*/
/*48px;*/
/*40px;*/
/*36px;*/
/*32px;*/
/*30px;*/
/*28px;*/
/*24px;*/
/*20px;*/
/*18px;*/
/*16px;*/
/*14px;*/
/*12px;*/
/*10px;*/
/*Border radius*/
/* Global Section Variables */
/* Mixin start here  
=====================================*/
/*Border Radius*/
/* Transition */
/* Padding */
/* Modal Transition misin */
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

/* Button variant */
.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/* Button outline variant */
/* button with custom colors */
/* button with custom colors */
/* Button Size variant */
/* Pagination Mixin */
.header {
  background: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 9999;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s; }
  .header .logo {
    margin-right: 45px; }
    .header .logo img {
      vertical-align: middle;
      max-height: 120px;
      transition: all .5s ease 0s;
      -webkit-transition: all .5s ease 0s; }
  .header .menu-link {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
    .header .menu-link li {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .header .menu-link li a {
        padding: 15px;
        font-size: 1.125rem;
        color: #fff;
        position: relative;
        display: inline-block; }
        .header .menu-link li a:after {
          content: '';
          display: block;
          width: 0;
          height: 3px;
          background: #DB731D;
          transition: width .3s;
          position: absolute;
          bottom: 0px; }
        .header .menu-link li a:hover:after {
          width: 50%;
          margin: 0 auto;
          left: 0;
          right: 0; }
  .header .social-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .header .social-menu li {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .header .social-menu li .social-icon {
        display: inline-block;
        position: relative;
        cursor: pointer;
        width: 50px;
        height: 50px;
        padding: 0px;
        line-height: 50px;
        text-decoration: none;
        text-align: center;
        font-size: 1.5rem;
        color: #fff;
        cursor: pointer;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        border-radius: 50%; }
        .header .social-menu li .social-icon.icon-facebook-f {
          background: #3C5A9A;
          color: #fff; }
        .header .social-menu li .social-icon.icon-line-brands-1 {
          background: #2BBE12;
          color: #fff; }
        .header .social-menu li .social-icon.icon-youtube-brands {
          background: #FF0000;
          color: #fff; }
        .header .social-menu li .social-icon:hover {
          color: #DB731D; }
      .header .social-menu li .login-menu {
        color: #fff; }
        .header .social-menu li .login-menu:hover {
          color: #DB731D; }
    .header .social-menu .dropdown-menu {
      top: 30px !important; }
    .header .social-menu .product-item, .header .social-menu .mmenu-icon {
      display: none; }
  .header .countcart {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    background: #DB731D;
    font-size: 0.625rem;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: 0 auto;
    border-radius: 16px;
    color: #000;
    font-weight: 500;
    font-family: "Prompt", sans-serif; }
  .header .dropdown-toggle {
    color: #fff;
    /*transition: none;*/
    font-size: 1.125rem; }
    .header .dropdown-toggle:hover {
      color: #DB731D; }
  .header.no-bg {
    background: transparent; }
    .header.no-bg .menu-link li a {
      color: #000; }
    .header.no-bg .nav-menu .dropdown-toggle {
      color: #000; }
    .header.no-bg .nav-menu.show .dropdown-toggle:after {
      color: #DB731D; }
    .header.no-bg .nav-menu .dropdown-menu {
      top: 30px !important; }
    .header.no-bg .home-icon a {
      color: #000; }
    .header.no-bg.sticking .home-icon a {
      color: #fff; }
  .header .home-icon a {
    color: #fff; }
  .header.sticking {
    background: #000;
    z-index: 9999; }
    .header.sticking .menu-link li a {
      color: #fff; }
    .header.sticking .nav-menu .dropdown-toggle {
      color: #fff; }
    .header.sticking .logo img {
      max-height: 70px; }
  .header .login-menu {
    font-size: 1.125rem; }

.nav-menu {
  font-size: 1.125rem; }
  .nav-menu .sgmenu ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px; }
  .nav-menu .sgmenu li {
    position: static;
    display: block;
    transition: all .3s linear; }
    .nav-menu .sgmenu li a {
      padding: 10px 12px; }
    .nav-menu .sgmenu li i {
      padding-left: 10px; }
    .nav-menu .sgmenu li li {
      margin-bottom: 2px; }
    .nav-menu .sgmenu li:hover > ul {
      display: block; }
  .nav-menu .sgmenu > ul {
    background: #000;
    width: 200px;
    position: relative;
    padding-top: 0;
    min-height: 350px; }
    .nav-menu .sgmenu > ul li a {
      display: inline-flex;
      align-items: center;
      color: #fff;
      width: 100%;
      overflow: auto;
      position: relative;
      line-height: 20px;
      padding-right: 15px; }
  .nav-menu .sgmenu .issub {
    background: #8A8A8A; }
  .nav-menu .sgmenu > ul li.hassub > a::after {
    content: "\e258";
    font-size: 13px;
    font-family: 'Glyphicons Halflings'; }
  .nav-menu .sgmenu > ul li.hassub.selected > a::after {
    border-left-color: red; }
  .nav-menu .sgmenu li.hassub:hover > a {
    color: #DB731D; }
    .nav-menu .sgmenu li.hassub:hover > a i {
      color: #DB731D; }
    .nav-menu .sgmenu li.hassub:hover > a::after {
      color: #DB731D; }
  .nav-menu .sgmenu ul li a:hover,
  .nav-menu .sgmenu ul li a:hover i,
  .nav-menu .sgmenu ul li a:hover::after {
    color: #DB731D; }
  .nav-menu .sgmenu ul li > div,
  .nav-menu .sgmenu ul li > ul {
    background: #000;
    display: none;
    font-weight: normal;
    width: 210px;
    left: 100%;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    line-height: 18px;
    bottom: 0;
    min-height: 300px; }

/*Hamburger Design*/
.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  cursor: pointer; }

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease; }

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .15s;
  transition-delay: .15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.header-top {
  display: none; }

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 999; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }

/* Search Header */
.search-contain {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  animation: scale-display .3s; }
  .search-contain .search-bar {
    height: 0%;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    background: #EEEEEE;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s; }
  .search-contain .dropdown-toggle {
    background-color: #8A8A8A;
    color: #EEEEEE;
    border: 1px solid #E6E6E6;
    padding: 0.375rem 0.75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1rem; }
    .search-contain .dropdown-toggle:hover, .search-contain .dropdown-toggle:focus {
      background-color: #8A8A8A !important;
      color: #EEEEEE !important; }
  .search-contain .searchpannel-group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .search-contain.active {
    display: block;
    z-index: 99; }
    .search-contain.active .search-bar {
      opacity: 1;
      visibility: visible; }
  .search-contain .search-text {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: -1px;
    width: 100%; }
    .search-contain .search-text .icons-left {
      position: absolute;
      left: 10px;
      color: #E2E2E2;
      z-index: 9; }
  .search-contain .dropdown-menu {
    padding: 0; }
    .search-contain .dropdown-menu .dropdown-item {
      padding: 0.50rem 1rem;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .search-contain .dropdown-menu .dropdown-item:hover {
        background-color: #E6E6E6 !important;
        color: #DB731D !important;
        border-radius: 0; }

/* Item Show on Desktop */
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
@media all and (max-width: 1600px) {
  .header .logo {
    margin-right: 15px; }
    .header .logo img {
      max-width: 60px; }
  .header .menu-link li a {
    padding: 5px;
    font-size: 1rem; }
  .header .nav-menu, .header .login-menu, .header .dropdown-toggle {
    font-size: 1rem; }
  .header .social-menu li .social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1rem; }
  .header .countcart {
    width: 12px;
    height: 12px;
    line-height: 12px; } }
@media all and (max-width: 1250px) {
  .header .logo {
    margin-right: 10px; }
    .header .logo img {
      max-width: 50px; }
  .header .menu-link li a {
    font-size: 0.875rem; }
  .header .nav-menu, .header .login-menu, .header .dropdown-toggle {
    font-size: 0.875rem; }
  .header .social-menu li .social-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 0.875rem; }
  .header .countcart {
    bottom: 0; } }
@keyframes scale-display {
  0% {
    opacity: 0; }
  50% {
    opacity: .8; }
  100% {
    opacity: 1; } }
.search-inner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-collapse: separate;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  margin: 0 auto;
  max-width: 60%; }
  .search-inner input[type="text"] {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0; }
  .search-inner .dropdown-toggle:after {
    display: none; }
  .search-inner i {
    vertical-align: baseline; }
  .search-inner .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    text-transform: uppercase; }
  .search-inner .btn-primary {
    text-transform: uppercase;
    width: 100%;
    margin: 0; }
  .search-inner input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    padding-left: 40px !important; }

/* Start Header Menu Design */
.static-menu {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 9; }
  .static-menu li {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0; }
    .static-menu li > .arrow {
      position: relative;
      width: 100%; }
      .static-menu li > .arrow i {
        position: absolute;
        right: 0;
        color: #fff;
        width: 30px;
        text-align: center;
        height: 100%;
        line-height: 100%;
        display: inline-flex;
        align-items: center;
        text-align: center;
        justify-content: center; }
    .static-menu li a {
      white-space: nowrap;
      width: 100%;
      -moz-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s;
      text-transform: capitalize; }
      .static-menu li a .ricon {
        padding-left: 10px;
        margin-left: auto; }
      .static-menu li a .licon {
        padding-right: 10px; }
    .static-menu li.current-menu-item {
      -moz-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
    .static-menu li:hover > ul {
      display: block; }
  .static-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #8A8A8A;
    padding: 0;
    min-width: 200px; }
    .static-menu ul li {
      float: none;
      min-width: 200px;
      width: 100%; }
    .static-menu ul ul {
      top: 0;
      left: 100%; }

@media all and (max-width: 991px) {
  body.open {
    overflow: hidden; }

  .header {
    background: #000 !important;
    color: #fff; }
    .header .social-menu {
      margin-left: auto; }
      .header .social-menu .social-item, .header .social-menu .login-item, .header .social-menu .line-item {
        display: none; }
      .header .social-menu .product-item, .header .social-menu .mmenu-icon {
        display: block; }
      .header .social-menu li .social-icon {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
        line-height: 40px; }
    .header .logo img {
      max-height: 52px !important; }
    .header .home-icon a {
      color: #fff; }
    .header .nav-menu, .header .menu-link {
      display: none; }
    .header.sticking .header-top {
      opacity: 0;
      height: 0;
      visibility: hidden;
      padding: 0;
      margin: 0; }

  .header-top {
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    display: block;
    background: #DB731D;
    padding: 8px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 0.875rem; }
    .header-top .social-icon {
      width: 25px;
      height: 25px;
      line-height: 25px;
      display: inline-block;
      font-size: 0.75rem;
      border-radius: 25px;
      margin-left: 5px; }
      .header-top .social-icon.icon-facebook-f {
        background: #3C5A9A;
        color: #fff; }
      .header-top .social-icon.icon-line-brands-1 {
        background: #2BBE12;
        color: #fff; }
      .header-top .social-icon.icon-youtube-brands {
        background: #FF0000;
        color: #fff; }
      .header-top .social-icon:hover {
        color: #DB731D; }

  .menu-list-wrap {
    padding-left: 35px;
    padding-right: 35px; }

  .menu-item-list {
    background: #fff;
    color: #000;
    height: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex; }
    .menu-item-list .menu-header {
      text-align: right;
      cursor: pointer;
      padding: 15px; }
    .menu-item-list .top-container {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 15px; }
      .menu-item-list .top-container .close-menu {
        color: #DB731D;
        font-size: 30px;
        cursor: pointer; }
      .menu-item-list .top-container .search-header {
        margin: 0 30px;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
    .menu-item-list .bottom-container {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background: #E6E6E6;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .menu-item-list .bottom-container .menu-item {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        text-align: center; }
      .menu-item-list .bottom-container a {
        padding: 10px;
        display: block;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        color: #000;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        text-transform: uppercase; }
        .menu-item-list .bottom-container a.dropdown-item {
          padding: 0.25rem; }
      .menu-item-list .bottom-container .user-login > a {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .menu-item-list .bottom-container .user-login > a:first-child {
          border-right: 1px solid #000;
          padding-right: 15px;
          height: 100%; }
      .menu-item-list .bottom-container .user-login i {
        font-size: 1.25rem; }
    .menu-item-list h4 {
      color: #DB731D;
      font-size: 2rem;
      margin: 0px 0 15px 35px; }
      .menu-item-list h4 .border-b {
        border-bottom: 3px solid #DB731D;
        padding-bottom: 20px;
        display: inline-block; }

  .menu-list {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    overflow-y: auto; }
    .menu-list li {
      list-style: none;
      display: block;
      position: relative;
      padding: 0;
      margin: 0; }
      .menu-list li a {
        padding: 10px 10px 10px 35px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        font-size: 1.125rem;
        font-weight: 500;
        color: #000;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .menu-list li a:hover {
          background: #F47F1F; }
      .menu-list li.submenu {
        border-bottom: 0; }
        .menu-list li.submenu > span {
          display: block;
          position: relative; }
        .menu-list li.submenu ul {
          display: none;
          padding-left: 25px; }
          .menu-list li.submenu ul li a {
            font-weight: 400;
            font-size: 1rem; }
        .menu-list li.submenu.open > span {
          background: #F47F1F; }
        .menu-list li.submenu.open .arrow.active i:before {
          content: "\f077"; }
      .menu-list li .ricon {
        padding-left: 10px; }
      .menu-list li .licon {
        padding-right: 10px; }

  .search-inner {
    max-width: 100%; }
    .search-inner .btn-primary {
      margin-top: 15px; } }
@media all and (max-width: 576px) {
  .video-wrap, .video-subwrap {
    height: 200px !important; }

  .search-bar {
    padding: 15px 0px !important; }

  .menu-item-list .bottom-container a {
    padding: 10px 5px;
    font-size: 0.75rem; }
  .menu-item-list .bottom-container .menu-item {
    text-align: left !important; }

  .search-inner input {
    line-height: inherit; } }
/*  Variable */
/*  Font size  */
/*64px;*/
/*56px;*/
/*48px;*/
/*40px;*/
/*36px;*/
/*32px;*/
/*30px;*/
/*28px;*/
/*24px;*/
/*20px;*/
/*18px;*/
/*16px;*/
/*14px;*/
/*12px;*/
/*10px;*/
/*Border radius*/
/* Global Section Variables */
/* Mixin start here  
=====================================*/
/*Border Radius*/
/* Transition */
/* Padding */
/* Modal Transition misin */
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

/* Button variant */
.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/* Button outline variant */
/* button with custom colors */
/* button with custom colors */
/* Button Size variant */
/* Pagination Mixin */
.footer {
  padding-top: 100px; }

.footer-contain {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer-contain .footer-col {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }

.footer-top {
  background: #F47F1F;
  padding: 60px 0 90px 0; }
  .footer-top .title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 20px; }
  .footer-top a:hover {
    color: #F4A869; }

.footer-bottom {
  background: #000;
  color: #fff;
  padding: 25px 0 20px 0; }
  .footer-bottom .follow-us {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-bottom: 15px; }
    .footer-bottom .follow-us .footer-social {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .footer-bottom .follow-us .footer-social a {
        color: #fff;
        margin-left: 15px;
        font-size: 1.5rem; }
        .footer-bottom .follow-us .footer-social a:hover {
          color: #DB731D; }
  .footer-bottom .copyright {
    padding-left: 15px;
    padding-right: 15px; }

.chat-msg {
  position: fixed;
  font-size: 20px;
  line-height: 24px;
  bottom: 25px;
  right: 25px;
  padding: 7px;
  background: linear-gradient(#FF9E4D, #F47F1F);
  z-index: 99;
  color: #fff;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.1); }

#uptotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #F47F1F;
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #uptotop span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #uptotop:hover {
    background: #DB731D; }

@media all and (max-width: 767px) {
  .footer {
    padding-top: 60px; }

  .cat-list {
    display: none; }

  .footer-top {
    padding: 15px 0px 30px 0px; }
    .footer-top .title {
      font-size: 0.875rem;
      margin-bottom: 5px;
      margin-top: 25px; }

  .footer-bottom {
    text-align: center; }
    .footer-bottom .copyright {
      font-size: 0.75rem; } }
/* Typograph Start */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  outline: none; }

html {
  box-sizing: border-box;
  height: 100%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  font-family: "Prompt", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  text-decoration: none;
  color: #000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  a:hover, a:focus {
    text-decoration: none;
    color: #F47F1F; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E6E6E6;
  margin: 1em 0;
  padding: 0; }

img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%; }

h1, .h1 {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 8px; }

h2, .h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 8px; }

h3, .h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 8px; }

h4, .h4 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 8px; }

h5, .h5 {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 8px; }

h1, h2, h3, h4, h5 {
  overflow: hidden;
  text-overflow: ellipsis; }

.primary {
  color: #F47F1F; }

a.primary {
  color: #F47F1F; }
  a.primary:hover {
    color: #DB731D; }

.secondary {
  color: #F4A869; }

.ternary {
  color: #DB731D; }

.container {
  max-width: 1170px; }

/* Start coupan */
.coupan {
  position: relative; }
  .coupan .form-elements {
    padding-right: 85px !important; }
  .coupan .btn-ternary {
    border-radius: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 0; }

/* End coupan */
.icon-close {
  cursor: pointer; }

p {
  margin-bottom: 1rem; }

.hide {
  display: none !important; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

/*Custom Font icons*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?sjt3kl");
  src: url("../fonts/icomoon.eot?sjt3kl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?sjt3kl") format("truetype"), url("../fonts/icomoon.woff?sjt3kl") format("woff"), url("../fonts/icomoon.svg?sjt3kl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon-arrow-right-solid, .icon-facebook-f, .icon-f-square-brands, .icon-line-brands,
.icon-line-brands-1, .icon-shopping-basket, .icon-support, .icon-user-alt-solid,
.icon-youtube-brands {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right-solid:before {
  content: "\e900"; }

.icon-facebook-f:before {
  content: "\e901"; }

.icon-f-square-brands:before {
  content: "\e902"; }

.icon-line-brands:before {
  content: "\e903"; }

.icon-line-brands-1:before {
  content: "\e904"; }

.icon-shopping-basket:before {
  content: "\e905"; }

.icon-support:before {
  content: "\e906"; }

.icon-user-alt-solid:before {
  content: "\e907"; }

.icon-youtube-brands:before {
  content: "\e908"; }

/*  For alert box */
.swal2-content .alert {
  text-align: left; }
  .swal2-content .alert > .glyphicon {
    text-align: center;
    width: 50px; }

@font-face {
  font-family: 'icomoon-icon';
  src: url("../fonts/icomoon-search.eot?fk8xkx");
  src: url("../fonts/icomoon-search.eot?fk8xkx#iefix") format("embedded-opentype"), url("../fonts/icomoon-search.ttf?fk8xkx") format("truetype"), url("../fonts/icomoon-search.woff?fk8xkx") format("woff"), url("../fonts/icomoon-search.svg?fk8xkx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon-no-search {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-no-search:before {
  content: "\e900"; }

/* For editor */
/* Start Editor CSS */
.fr-view .fr-video.fr-dvi {
  display: block; }

.fr-video {
  text-align: center;
  display: block;
  margin: 5px 0; }
  .fr-video.fr-fvl {
    text-align: left; }
  .fr-video.fr-fvr {
    text-align: right; }

img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none; }
img.fr-dib.fr-fir {
  margin-right: 0; }
img.fr-dib.fr-fil {
  margin-left: 0; }
img.fr-fic {
  margin-top: 15px;
  margin-bottom: 15px; }

.fr-element {
  color: #000; }
  .fr-element.fr-view {
    word-wrap: break-word; }
  .fr-element ol, .fr-element ul {
    padding-left: 25px;
    margin: 10px 0 3px 0; }
    .fr-element ol li, .fr-element ul li {
      margin-bottom: 5px; }
  .fr-element ol {
    list-style: decimal; }
  .fr-element ul {
    list-style: disc; }
  .fr-element table {
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%; }
    .fr-element table td, .fr-element table th {
      border: 1px solid #8A8A8A;
      padding: 8px 10px; }

.fr-emoticon {
  background-repeat: no-repeat !important;
  max-width: 75px;
  max-height: 75px;
  min-width: 25px;
  min-height: 25px;
  display: inline-block; }

.fr-toolbar.fr-desktop.fr-inline {
  max-width: 400px;
  white-space: normal; }
  .fr-toolbar.fr-desktop.fr-inline button {
    min-width: auto; }

.fr-text-bordered {
  border-top: solid 1px #E6E6E6;
  border-bottom: solid 1px #E6E6E6;
  padding: 10px 0; }

.fr-file:after {
  content: "\1F4CE"; }

/* End Editor CSS */
.line {
  margin: 0 !important;
  padding: 0 5px;
  position: relative; }
  .line:after {
    position: absolute;
    top: 0;
    height: 15px;
    content: "";
    border-right: 1px solid #E6E6E6;
    -webkit-transform: translate(50%, -6px);
    transform: translate(50%, -6px);
    top: 50%; }
  .line.no-bg:after {
    border-right: 1px solid #fff; }

.custom-color {
  border-top: 1px solid #E6E6E6; }
  .custom-color.space {
    margin: 30px 0 40px 0; }

/*Slick Style*/
.slick-slider .slick-prev:after, .slick-slider .slick-next:after {
  font-size: 1.875rem;
  color: #8A8A8A; }
.slick-slider .slick-prev.slick-disabled, .slick-slider .slick-next.slick-disabled {
  cursor: not-allowed; }
.slick-slider .slick-prev:hover:after, .slick-slider .slick-next:hover:after {
  color: #DB731D; }
.slick-slider .slick-slide img {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%; }
.slick-slider .slick-slide:hover .prod-img img {
  background: #e4e4e4;
  transition: all .4s ease-in-out 0s; }

.slide-gap {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 60px; }
  .slide-gap .slick-slide {
    padding: 0 15px; }
  .slide-gap.more-gap .slick-slide {
    padding: 0 20px; }
  .slide-gap.border-b {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 40px;
    padding-bottom: 60px; }
  .slide-gap.bg-arrow .slick-arrow {
    line-height: 100% !important;
    background: #F47F1F;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .slide-gap.bg-arrow .slick-arrow:hover {
      background: #DB731D; }
  .slide-gap.bg-arrow .slick-prev:after, .slide-gap.bg-arrow .slick-next:after {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important; }

.slick-dots li {
  background: #8A8A8A !important; }
  .slick-dots li.slick-active {
    background: #DB731D !important;
    border: none; }

/* Pagination */
.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .pagination ul {
    display: inline-block; }
  .pagination li {
    float: left;
    margin: 0 3px;
    line-height: 16px;
    position: relative; }
    .pagination li a {
      position: relative;
      padding: 10px;
      vertical-align: top;
      display: block;
      border: none;
      outline: none;
      font-size: 1.125rem;
      color: #8A8A8A; }
      .pagination li a:hover {
        color: #DB731D; }
    .pagination li.active a {
      color: #DB731D; }
    .pagination li.pagination-last {
      position: relative; }
  .pagination .next a, .pagination .prev a, .pagination .previous a {
    text-indent: -9999px;
    position: relative;
    display: block;
    outline: none; }
    .pagination .next a:after, .pagination .prev a:after, .pagination .previous a:after {
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      color: #8A8A8A;
      display: inline-block;
      text-align: center;
      border-radius: 50%;
      left: 7px;
      text-indent: -1px;
      font-size: 1.125rem; }
    .pagination .next a:hover, .pagination .next a:focus, .pagination .prev a:hover, .pagination .prev a:focus, .pagination .previous a:hover, .pagination .previous a:focus {
      color: #DB731D;
      text-decoration: none; }
    .pagination .next a:before, .pagination .prev a:before, .pagination .previous a:before {
      display: none; }
  .pagination .next:hover:after, .pagination .prev:hover:after, .pagination .previous:hover:after {
    height: 0; }
  .pagination .next.disabled, .pagination .prev.disabled, .pagination .previous.disabled {
    display: none; }
  .pagination .next a:after {
    content: "\f105";
    text-indent: 2px; }
  .pagination .prev a:after, .pagination .previous a:after {
    content: "\f104"; }
  .pagination .pagination-first, .pagination .pagination-last {
    display: none; }

/* Start Switch On/Off*/
.button-switch {
  font-size: 1rem;
  line-height: 1.5;
  height: calc(2.25rem + 2px);
  margin-bottom: 0.625em;
  position: relative;
  width: 4.5em;
  padding: 0 !important; }
  .button-switch .lbl-off,
  .button-switch .lbl-on {
    cursor: pointer;
    position: absolute;
    transition: opacity 0.25s ease-out 0.1s;
    margin-bottom: 0; }
  .button-switch .lbl-off {
    right: 20px; }
  .button-switch .lbl-on {
    color: #fff;
    opacity: 0;
    left: 15px; }
  .button-switch .switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    font-size: 1em;
    left: 0;
    line-height: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 0; }
    .button-switch .switch:before, .button-switch .switch:after {
      content: '';
      font-size: 1em;
      position: absolute; }
    .button-switch .switch:before {
      border-radius: 1.25em;
      background: #CFCECE;
      height: 1.875em;
      left: -0.25em;
      top: -0.1875em;
      transition: background-color 0.25s ease-out 0.1s;
      width: 4.5em; }
    .button-switch .switch:after {
      border-radius: 50%;
      background: #fff;
      height: 1.5em;
      transform: translate(0, 0);
      transition: transform 0.25s ease-out 0.1s;
      width: 1.5em;
      z-index: 9; }
    .button-switch .switch:checked:after {
      transform: translate(2.5em, 0); }
    .button-switch .switch:checked ~ .lbl-off {
      opacity: 0; }
    .button-switch .switch:checked ~ .lbl-on {
      opacity: 1; }
    .button-switch .switch.switch-orange:checked:before {
      background: #DB731D; }

/* End Switch On/Off */
.text-information {
  color: #15B45A; }

.text-failed, .text-error {
  color: #FF0000; }

.text-pending {
  color: #FF9100; }

.text-primary {
  color: #F47F1F; }

.emphasis-default {
  font-weight: 500; }

/* Line Style */
.box-line-default {
  border: 1px solid #E6E6E6; }

.line-default-right {
  border-right: 1px solid #E6E6E6;
  padding-right: 1rem; }

.line-default-left {
  border-left: 1px solid #E6E6E6;
  padding-left: 1rem; }

.line-default-top {
  border-top: 1px solid #E6E6E6;
  padding-top: 1rem; }

.line-default-stop {
  border-top: 1px solid #E6E6E6;
  padding-top: 1rem;
  margin-top: 1rem; }

.line-default-bottom {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 1rem; }

.line-default-sbottom {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

/*FaceBook Syle*/
.facebook-btn {
  background: #0d588a !important;
  color: #fff !important;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 15px; }
  .facebook-btn .fa-facebook-f {
    background: #1c3a83;
    padding: 15px;
    margin-right: 10px; }

/* Start UI Grid Style*/
.table-record-row .pager {
  text-align: right; }
  .table-record-row .pager select, .table-record-row .pager input {
    max-width: 80px; }
  .table-record-row .pager .btn-icon {
    font-weight: 600; }
.table-record-row span, .table-record-row input, .table-record-row select {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 40px; }

/* Start Register and Login */
.login-wrapper, .login-create-shop {
  margin-bottom: 120px; }
  .login-wrapper .btn-primary, .login-create-shop .btn-primary {
    min-width: 150px; }

.signup-msg {
  text-align: center; }
  .signup-msg h1 {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .signup-msg.inactive {
    display: none; }

.new-customer {
  border-left: 1px solid #F47F1F;
  padding-left: 30px; }

.registered {
  padding-right: 30px; }

.ph-wrap {
  max-width: 80px;
  min-width: 80px; }

.title-login {
  padding-bottom: 15px; }

#forget_password {
  text-decoration: underline; }

/* End Register and Login */
/* Searh Bar */
.inner-info {
  color: #6c757d;
  font-size: 0.75rem;
  line-height: 30px; }

.ui-menu .ui-menu-item {
  margin: 10px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 15px; }
.ui-menu .ui-menu-item-wrapper {
  display: block; }
.ui-menu .search-img {
  float: left;
  margin-right: 10px;
  max-width: 50px; }
.ui-menu .search-result {
  padding: 15px;
  text-align: right;
  clear: both;
  overflow: hidden;
  position: sticky;
  background: #fff;
  bottom: 0; }
.ui-menu .search-prod-desc {
  padding-left: 70px; }
.ui-menu.search-dropdown {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff; }

/* Start breadcrumb */
.breadcrumb {
  background: transparent;
  color: #000;
  white-space: nowrap;
  overflow-x: auto;
  margin-top: 40px; }
  .breadcrumb li {
    color: #000;
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 10px 0; }
    .breadcrumb li + li:before {
      content: "/\00a0"; }
    .breadcrumb li a {
      padding: 0;
      color: #8A8A8A;
      font-size: 0.75rem; }
    .breadcrumb li.active {
      color: #000; }
      .breadcrumb li.active a {
        color: #000; }

/* End breadcrumb */
/*Start grid view*/
.grid-1 li {
  width: 100%; }

.grid-2 li {
  width: 50%; }

.grid-3 li {
  width: 33.33%; }

.grid-4 li {
  width: 25%; }

.grid-5 li {
  width: 20%; }

/*End grid view*/
/*Start Home Banner style*/
.full-banner .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/*End Home Banner style*/
.box-border {
  border: 1px solid #E6E6E6;
  padding: 40px 25px 25px 25px; }

.box-border-stop {
  border: 1px solid #E6E6E6;
  padding: 25px;
  margin-top: 30px; }

.box-border-sbottom {
  border: 1px solid #E6E6E6;
  padding: 25px;
  margin-bottom: 30px; }

/*  For Responsive device  */
.full {
  width: 100%; }

.half {
  width: 50%; }

/*Noserch Results*/
.no-search-result {
  text-align: center;
  max-width: 312px;
  margin: 40px auto; }
  .no-search-result i, .no-search-result span {
    font-size: 90px;
    color: #DB731D;
    margin-bottom: 25px;
    display: block;
    font-weight: 400;
    position: relative; }
    .no-search-result i:before, .no-search-result span:before {
      position: absolute;
      left: 0;
      right: 0; }

/* Start Brand List Style */
.letter-box {
  border-bottom: 1px solid #F47F1F;
  margin-bottom: 60px;
  display: table;
  width: 100%; }
  .letter-box .letter {
    margin: 0 5px 10px;
    padding: 0px 7px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    float: left; }
    .letter-box .letter.disabled {
      color: #B7B7B7;
      pointer-events: none; }

.brand-title {
  margin: 70px 0 45px 0;
  text-transform: uppercase; }

.brand-letter {
  display: table;
  width: 100%;
  margin-bottom: 90px; }
  .brand-letter .letter {
    display: table-cell;
    vertical-align: top;
    width: 150px;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 150px;
    max-width: 150px;
    word-break: break-word;
    padding-right: 15px; }
  .brand-letter .letter-list {
    display: table-cell;
    vertical-align: top; }
  .brand-letter .bare-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px; }
  .brand-letter .brand-item {
    text-align: left;
    width: 25% !important;
    min-width: 25% !important;
    max-width: 25% !important;
    margin-bottom: 10px;
    margin-top: 7px; }

/* End Brand List Style */
/* Start Static List Style */
.static-page {
  background: #fff;
  margin: 60px 0;
  padding: 20px; }
  .static-page img.fr-fic {
    margin: 0; }
  .static-page .rpos {
    position: relative; }
  .static-page .lmark {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100px; }

.epigraph-container {
  border-top: 5px solid #F47F1F;
  border-bottom: 5px solid #F47F1F;
  padding: 10px 0; }

.epigraph {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px; }
  .epigraph .yearno {
    font-size: 2.5rem;
    color: #F47F1F; }
  .epigraph:last-child {
    border: none; }

/* End Static List Style */
/* Start compare section */
.product-compare-container .product-grid-view .review-star {
  text-align: center;
  margin-bottom: 5px; }
.product-compare-container .remove-product {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 5px; }
  .product-compare-container .remove-product i {
    padding-right: 10px; }
.product-compare-container .option-add-cart {
  text-align: right;
  margin-top: 15px; }
  .product-compare-container .option-add-cart .addtocart-btn, .product-compare-container .option-add-cart .wishlist-btn {
    display: inline-block; }
.product-compare-container .attrbiutes-list i {
  width: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
  vertical-align: baseline; }
.product-compare-container #comp-tabone {
  border-bottom: 1px solid #E6E6E6; }

/*Custom ScrollBar*/
.hcscroll::-webkit-scrollbar {
  -webkit-appearance: none; }

.vcscroll::-webkit-scrollbar:vertical {
  width: 10px; }

.hcscroll::-webkit-scrollbar:horizontal {
  height: 10px; }

.hcscroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5); }

.hcscroll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px; }

.product-compare-container {
  position: relative;
  margin-top: 40px; }

.product-compare-desc {
  position: static !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  /*margin-left: 200px;*/
  /*width: calc(100% - 200px) !important;*/
  padding-bottom: 1px; }
  .product-compare-desc > table {
    width: 100%; }
  .product-compare-desc .headcol {
    padding: 10px;
    font-weight: 500;
    /*position:absolute;*/
    width: 215px;
    left: 0;
    overflow: hidden; }
  .product-compare-desc .product-grid-view {
    position: static; }
  .product-compare-desc .review-head {
    margin-top: -1px;
    border-top: 1px solid #E6E6E6; }
    .product-compare-desc .review-head .check-form {
      position: relative;
      top: -50px;
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .product-compare-desc .review-head div {
      min-width: 200px; }
  .product-compare-desc tr:first-child {
    background-color: #fff !important;
    border-bottom: 1px solid #E6E6E6; }
    .product-compare-desc tr:first-child .headcol {
      background-color: #fff; }
      .product-compare-desc tr:first-child .headcol:first-child {
        background-color: #fff; }
      .product-compare-desc tr:first-child .headcol:nth-child(2) {
        border-top: 1px solid #E6E6E6; }
    .product-compare-desc tr:first-child .long {
      padding-top: 0; }
    .product-compare-desc tr:first-child .prod-img {
      padding: 0; }
      .product-compare-desc tr:first-child .prod-img img {
        float: none;
        margin-right: 0; }
  .product-compare-desc tr .long {
    border-left: 1px solid #E6E6E6;
    padding: 10px;
    text-align: left; }
    .product-compare-desc tr .long .thumbwrap {
      max-width: 300px;
      min-width: 300px; }
      .product-compare-desc tr .long .thumbwrap .prod-img {
        transition: all .4s ease-in-out 0s; }
      .product-compare-desc tr .long .thumbwrap:hover .prod-img {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        transition: all 0.4s ease-in-out 0s; }
  .product-compare-desc tr.varaint-spec {
    background: #E6E6E6; }
  .product-compare-desc tr ul li {
    padding: 0 !important;
    margin-bottom: 5px; }
    .product-compare-desc tr ul li:hover {
      box-shadow: none; }
  .product-compare-desc .varint-lists {
    padding-bottom: 10px; }
    .product-compare-desc .varint-lists .varaint-label {
      font-weight: 500;
      display: block; }
  .product-compare-desc .product-info {
    text-align: left; }
  .product-compare-desc .prod-img img {
    float: none;
    margin-right: 0; }

/* End compare section */
/* Start Loader Design*/
.loader-wrapper {
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999; }
  .loader-wrapper .loader {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 180px;
    z-index: 1000;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }

/* End loader */
.lds-rolling {
  position: relative;
  display: block; }

.lds-rolling div, .lds-rolling div:after {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 5px solid #000;
  border-top-color: #F47F1F;
  border-radius: 50%; }

.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: 50px;
  left: 50px; }

.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.lds-rolling {
  width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-50px, -90px) scale(1) translate(50px, 50px);
  transform: translate(-50px, -90px) scale(1) translate(50px, 50px);
  margin: 0 auto; }

@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }
/*Custom Select*/
.selector {
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 1em; }

.selector__toggle {
  display: block;
  padding: 10px;
  text-decoration: none;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #E6E6E6; }
  .selector__toggle i {
    float: right;
    position: relative;
    top: 0.2em;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .open .selector__toggle i {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.selector__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-top: none;
  z-index: 9; }
  .open .selector__list {
    display: block; }
  .selector__list li {
    width: 100%; }
    .selector__list li a {
      display: block;
      width: 100%;
      text-decoration: none;
      padding: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }

.dataTables_wrapper .dataTable th {
  background-color: #ACACAC;
  border: 1px solid #E6E6E6;
  border-bottom: none; }
.dataTables_wrapper .dataTable tr.odd {
  background-color: #f5f5f5; }
.dataTables_wrapper .dataTable tr.ever {
  background-color: #fff; }
.dataTables_wrapper .dataTable tr td:not(:last-child) {
  border-right: none; }
.dataTables_wrapper .dataTable tr:not(:last-child) td {
  border-bottom: none; }
.dataTables_wrapper label {
  margin-bottom: 0.5rem; }
.dataTables_wrapper td, .dataTables_wrapper th {
  border: 1px solid #E6E6E6;
  padding: 8px 10px; }

/*  Safari */
@media all and (min-width: 1550px) {
  .header-search .categories {
    height: 33px; } }
@media all and (max-width: 767px) {
  .text-xs-center {
    text-align: center; }

  .static-page {
    padding: 0;
    margin: 20px 0; }
    .static-page .rpos {
      margin-top: 15px; }
    .static-page img.fr-fic {
      margin: 5px 0;
      position: static; }

  .epigraph {
    padding: 10px 10px 20px 10px; }
    .epigraph .gtext {
      order: 1;
      padding-left: 0;
      padding-right: 0; }

  .breadcrumb {
    margin-top: 20px; }

  .grid-2 li,
  .grid-3 li,
  .grid-4 li,
  .grid-5 li {
    width: 50%; }

  .review-star {
    font-size: 0.875rem; }

  h1 {
    font-size: 1.5rem; }

  h2 {
    font-size: 1.25rem; }

  h3 {
    font-size: 1.25rem; }

  h4 {
    font-size: 1rem; }

  .login-wrapper, .login-create-shop {
    margin-bottom: 100px; }
    .login-wrapper .btn-primary, .login-create-shop .btn-primary {
      min-width: auto; }

  .signup-msg h1 {
    margin-bottom: 10px; }

  .registered {
    padding-right: 15px; }
    .registered .gtext {
      border-bottom: 1px solid #E6E6E6;
      padding-bottom: 15px; }

  .new-customer {
    border-left: none;
    border-top: 1px solid #F47F1F;
    padding-left: 15px;
    margin-top: 50px;
    padding-top: 15px; }

  .brand-title {
    margin: 22px 0;
    text-align: center; }

  .letter-box {
    margin-bottom: 38px; }

  .brand-letter {
    margin-bottom: 45px; }

  .bare-list {
    display: block !important; }
    .bare-list .brand-item {
      text-align: left;
      width: 100% !important;
      min-width: 100% !important;
      max-width: 100% !important; } }
@media all and (max-width: 576px) {
  .ui-menu.search-dropdown {
    max-width: 260px; }

  .cart-table {
    border-top: 1px solid #E6E6E6; }

  .product-compare-desc {
    margin-left: 0;
    width: 100% !important; }
    .product-compare-desc .headcol {
      position: static;
      width: auto; }

  .half {
    width: 100%; } }

/*# sourceMappingURL=global.css.map */
