@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
    padding: 0;
  }
}
main {
  margin-top: 5rem;
}

body {
  margin-bottom: 0;
}

td a {
  color: #111;
}

.section {
  padding: 32px 0;
}
@media (max-width: 575.98px) {
  .section {
    padding: 25px 0;
  }
}
.section__gray {
  background-color: #f9f9f9;
}

h1 {
  font-size: 30px;
  color: #cccccc;
  padding: 70px 0;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  h1 {
    padding: 47px 0;
    font-size: 26px;
  }
}

h2 {
  color: #333333;
  font-weight: 500;
  margin-left: 26px;
  display: flex;
  font-size: 30px;
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 20px;
    margin-left: 0;
  }
}

.title:before {
  display: flex;
  content: "";
  width: 8px;
  height: 63px;
  background: #2d71e0;
  position: relative;
  left: -26px;
  top: -32px;
}
@media (max-width: 575.98px) {
  .title:before {
    height: 43px;
    left: -28px;
    top: -25px;
  }
}

.location {
  border: 2px solid #649ed0;
  margin-bottom: 35px;
}

p {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  p {
    font-size: 14px;
  }
}

.label {
  margin-bottom: 9px;
  line-height: 1rem;
}
.label__hours {
  border-bottom: 2px solid #649ed1;
  margin-top: -18px !important;
  padding-bottom: 10px !important;
  text-align: left;
}
@media (max-width: 575.98px) {
  .label__hours {
    margin-bottom: 8px !important;
  }
}
.label__date {
  margin-bottom: 9px !important;
}

.form-check-label {
  color: #333333;
}

.remote-switch input {
  margin-right: 0.5rem;
}
.remote-switch span {
  margin-left: 1.5rem;
}

.remote__meeting {
  margin-top: 30px;
}
.remote__meeting label {
  margin-bottom: 0.75rem;
}
.remote__meeting .form-group label {
  margin-left: 0.75rem;
}

.required {
  color: #ff0000;
}

.form-order__invoice_checkbox {
  margin: 1.5rem 0 0.75rem;
}
.form-order__invoice_type {
  margin-bottom: 1.5rem;
}

.form-control {
  border: 2px solid #649ed0;
  color: #666;
  font-size: 18px;
}

.payment__info {
  font-size: 20px;
  color: #333;
  margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .payment__info {
    font-size: 14px;
    color: #707070;
    display: block;
    margin-bottom: 40px;
  }
}
.payment__info--abra {
  font-weight: bold;
  margin: 2rem 0;
}
.payment__label {
  color: #707070;
  font-size: 12px;
}
.payment__border {
  border-top: 3px solid #649ed0;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.payment__summary {
  font-size: 20px;
  color: #333;
}
@media (max-width: 575.98px) {
  .payment__summary {
    font-size: 16px;
  }
}
.payment__submit {
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #337ab7;
  padding: 0 28px;
}
@media (max-width: 575.98px) {
  .payment__submit {
    margin-bottom: 40px;
    margin-top: 19px;
  }
}
.payment__submit:hover {
  color: #fff;
}
.payment__submit--margin {
  margin-top: 1rem;
}
.payment__text {
  font-size: 12px;
  color: #707070;
}
@media (max-width: 575.98px) {
  .payment__text {
    margin-top: 0px;
  }
}

@media (max-width: 575.98px) {
  .xdsoft_datetimepicker.xdsoft_inline {
    display: block !important;
  }
}
@media (max-width: 575.98px) {
  .xdsoft_datetimepicker.xdsoft_inline .xdsoft_timepicker {
    margin-top: 50px !important;
  }
}
@media (max-width: 575.98px) {
  .xdsoft_datetimepicker.xdsoft_inline .xdsoft_timepicker .xdsoft_time_variant {
    display: flex;
    margin-top: 0 !important;
  }
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 75px !important;
  margin-right: 0;
}

@media (max-width: 575.98px) {
  .xdsoft_datetimepicker.xdsoft_inline .xdsoft_timepicker .xdsoft_time_variant {
    display: flex;
    overflow-x: auto;
    width: 90vw;
    height: 50px;
    margin-top: 16px;
  }
}

@media (max-width: 575.98px) {
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    margin: 0 11px;
  }
}

.summary__box {
  border: 2px solid #649ed0;
  padding: 34px 34px 10px 34px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 575.98px) {
  .summary__box {
    padding: 0 20px 20px 20px;
  }
}
.summary__title {
  position: absolute;
  top: -17px;
  color: #649ed0;
  font-size: 24px;
  background-color: #fff;
  padding: 0 10px;
}
@media (max-width: 575.98px) {
  .summary__title {
    font-size: 18px;
    left: 16px;
    top: -12px;
    padding: 0 4px;
  }
}
.summary__subtitle {
  font-size: 20px;
  color: #333;
}
@media (max-width: 575.98px) {
  .summary__subtitle {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.summary__subtitle_price {
  margin-left: 34px;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .summary__subtitle_price {
    margin-left: 0;
  }
}
.summary__change {
  position: absolute;
  top: -17px;
  color: #649ed0;
  font-size: 24px;
  background-color: #fff;
  padding: 0 10px;
  text-decoration: none;
  right: 24px;
}
@media (max-width: 575.98px) {
  .summary__change {
    top: -35px;
    font-size: 33px;
    padding: 0 4px;
  }
}
.summary__change:hover {
  color: #649ed0;
}
.summary__name {
  font-size: 18px;
  color: #707070;
}
@media (min-width: 576px) {
  .summary__name:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .summary__name {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.summary__value {
  color: #333;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .summary__value {
    font-size: 16px;
  }
}
.summary__value--justify {
  text-align: justify;
}
.summary__value--info {
  color: #337ab7;
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .summary__value--info {
    margin-top: 20px;
  }
}
.summary__link {
  background-color: #337ab7;
  color: #FFF;
  border-radius: 8px;
  display: block;
  width: 100%;
  padding: 17px 23px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.summary__link:hover {
  color: #FFF;
}
.summary__text {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #666;
  font-size: 14px;
  padding: 5px 0;
  text-align: justify;
}
@media (max-width: 575.98px) {
  .summary__text {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 12px;
    margin-top: 22px;
    display: block;
  }
}

.ui-helper-hidden-accessible {
  display: none;
}

.store-dropdown {
  position: relative;
  margin-left: 1rem;
}

.store-dropdown::before {
  position: absolute;
  content: "";
  top: 5px;
  right: 16px;
  border: solid #999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(45deg);
  pointer-events: none;
}

.store-dropdown-selected::before {
  visibility: hidden;
}

#clear-store {
  display: none;
  position: absolute;
  content: "";
  top: 4px;
  right: 4px;
  width: 40px;
  background: linear-gradient(90deg, transparent 0%, #fff 50%);
  height: 34px;
}

#clear-store::before {
  position: absolute;
  content: "";
  border: solid #999;
  border-width: 0px 2px 0px 0px;
  display: inline-block;
  padding: 9px;
  transform: rotate(-45deg);
  pointer-events: none;
  top: 16px;
  left: 10px;
}

#clear-store::after {
  position: absolute;
  content: "";
  border: solid #999;
  border-width: 2px 0px 0px 0px;
  display: inline-block;
  padding: 9px;
  transform: rotate(-45deg);
  pointer-events: none;
  top: 15px;
  left: 23px;
}

#clear-store:hover {
  cursor: pointer;
}

.ui-autocomplete {
  padding-left: 0;
  border-left: 2px solid #649ed0;
  border-bottom: 2px solid #649ed0;
  border-right: 2px solid #649ed0;
  list-style: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 20000;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-corner-all {
  font-size: 13px;
  color: #666;
  text-decoration: none;
}

.ui-menu-item {
  padding: 9px 12px;
  cursor: pointer;
}
.ui-menu-item:not(:last-child) {
  border-bottom: 1px solid #f9f9f9;
}
.ui-menu-item:hover a {
  color: #337ab7;
}

#Store {
  border: 2px solid #649ed0;
  cursor: pointer;
}

.ui-autocomplete-input {
  border-radius: 8px;
}

.designer__photo {
  border-radius: 50px;
  margin-right: 15px;
  width: 45px;
  height: 45px;
}
.designer__box {
  max-width: 435px;
  margin-left: auto;
}

.validation-error {
  background: url("../images/warning.png") no-repeat scroll 99.5% 93.5%;
  z-index: 2;
  position: relative;
}

.validation-err {
  display: block;
  position: relative;
  padding: 14px 10px;
  font-size: 13px;
  color: #666;
  background: #fff;
  border-left: 2px solid #649ED0;
  border-bottom: 2px solid #649ED0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 2px solid #649ED0;
  top: -2px;
  z-index: 1;
}

.panel > a:hover, .panel a:visited, .panel a:link, .panel a:active {
  color: #FFF;
  text-decoration: none;
}
.panel__container {
  /*padding-left: 50px;*/
  padding-top: 35px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.panel__title {
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
}
.panel__subtitle {
  font-size: 16px;
  margin: 0;
  color: #707070;
  margin-bottom: 10px;
  padding: 4px 0 10px 0;
}
.panel__img {
  margin: auto;
  margin-top: -225px;
  margin-left: 5px;
  max-height: 190px;
  max-width: 190px;
}
.panel__img--close {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 200px;
  left: 245px;
  background: url("../images/delete_icon.png") no-repeat;
  cursor: pointer;
}
.panel__input {
  border: 1px solid #707070;
  border-radius: 10px;
  color: #707070;
  font-size: 18px;
  margin: 4px;
}
.panel__input--date {
  border: none;
  color: #707070;
  font-size: 16px;
  margin: 5px 0 5px 0;
}
.panel__input--img {
  border: 1px dashed #707070;
  width: 215px;
  height: 200px;
  background: url("../images/upload-icon.png") no-repeat scroll 50% 30%;
  display: flex;
}
.panel__input--img-hide {
  background: none;
}
.panel__input--img-label {
  margin: auto;
  font-size: 12px;
  color: #707070;
  cursor: pointer;
}
.panel__checkbox {
  border: 2px solid #707070;
}
.panel__checkbox:checked {
  border: 2px solid #707070;
  background-color: #707070;
}
.panel__checkbox--label {
  font-size: 16px;
  color: #707070;
}
.panel__radio {
  border: 2px solid #707070;
}
.panel__radio:checked {
  border: 2px solid #707070;
  background-color: #707070;
}
.panel__radio--label {
  font-size: 16px;
  color: #707070;
}
.panel__consultation--cancel {
  background-color: #ff0000;
  color: #FFF;
  max-width: fit-content;
  padding: 7px;
}
.panel__consultation--text {
  color: #707070;
  font-size: 14px;
}
.panel__consultation--text-content {
  font-weight: 300;
}
.panel__consultation--border {
  border: 0.5px solid #707070;
}
.panel__consultation--btn {
  padding: 5px;
}
.panel__consultation--modal-btn {
  padding: 3px 25px 3px 25px;
  font-weight: 600;
}
.panel__modal--select {
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 5px 10px 5px 10px;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 18px;
}
.panel__modal--title {
  font-size: 16px;
  font-weight: 600;
  color: #707070;
}
.panel__modal--body {
  font-size: 12px;
  color: #707070;
}
.panel__modal--btn {
  font-size: 12px;
  padding: 3px 10px 3px 10px;
}
.panel__text--date {
  color: #707070;
  font-size: 14px;
  cursor: pointer;
}
.panel__text--hours {
  border-radius: 10px;
  color: #707070;
  border: 1px solid #707070;
  padding: 5px 10px 5px 10px;
  margin: 5px 10px 5px 0;
  font-size: 18px;
}
.panel__text--hours-disabled {
  background: #bfbfbf;
}
.panel__text--price {
  border-radius: 8px;
  font-size: 18px;
  height: 42px;
  width: 78px;
  text-align: center;
  color: #707070;
  border: solid 1px #707070;
}
.panel__text--price-disabled {
  border-radius: 10px;
  background: #bfbfbf;
  font-size: 17px;
}
.panel__btn {
  border-radius: 3px;
  border: solid 1px #707070;
}
.panel__btn--radius {
  border-radius: 10px;
}
.panel__btn--borderless {
  border: none;
}
.panel__btn--search {
  background-color: #707070;
  font-weight: 600;
  color: #FFF;
  border-radius: 10px;
  padding: 3px 20px 3px 20px;
}
.panel__btn--add {
  background: url("../images/add-icon_white.png") no-repeat scroll 3.5% 50%;
  background-color: #707070;
  background-size: 17px;
  padding: 4px 4px 4px 25px;
  color: #FFF;
  font-size: 12px;
}
.panel__btn--delete {
  background: url("../images/delete_icon.png") no-repeat scroll 3.5% 50%;
  background-size: 17px;
  width: 17px;
  height: 17px;
  border: none;
}
.panel__btn--change {
  background: url("../images/edit-ico.png") no-repeat scroll 9.5% 20%;
  padding-left: 26px;
  color: #707070;
  font-size: 12px;
  border-radius: 5px;
}
.panel__btn--save {
  border-radius: 10px;
  color: #FFF;
  font-weight: 600;
  padding: 3px 25px 3px 25px;
}
.panel__btn--cancel {
  background: #FFF;
  color: #707070;
}
header nav {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: none;
  z-index: 99999 !important;
}
header .nav-top {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: none;
  z-index: 99999 !important;
}
header .nav-bottom {
  position: relative;
  top: 66px;
}
header .top-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 50%;
}
@media only screen and (min-width: 769px) {
  header .top-bar {
    width: 94%;
  }
}
header .mobile-button {
  background: url("data:image/svg+xml,<svg id='Capa_1' enable-background='new 0 0 515.555 515.555' height='512' viewBox='0 0 515.555 515.555' width='512' xmlns='http://www.w3.org/2000/svg'><path fill='%230f3b83' d='m303.347 18.875c25.167 25.167 25.167 65.971 0 91.138s-65.971 25.167-91.138 0-25.167-65.971 0-91.138c25.166-25.167 65.97-25.167 91.138 0'/><path fill='%230f3b83' d='m303.347 212.209c25.167 25.167 25.167 65.971 0 91.138s-65.971 25.167-91.138 0-25.167-65.971 0-91.138c25.166-25.167 65.97-25.167 91.138 0'/><path fill='%230f3b83' d='m303.347 405.541c25.167 25.167 25.167 65.971 0 91.138s-65.971 25.167-91.138 0-25.167-65.971 0-91.138c25.166-25.167 65.97-25.167 91.138 0'/></svg>");
  width: 33px;
  height: 33px;
  background-size: auto 100%;
}
header .telephone {
  float: left;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  font-display: swap;
  display: block;
  padding-left: 25px;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='9px' height='20px' viewBox='0 0 9 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Ephone - FontAwesome%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='current-&amp;-final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='abra-desktop-sp-produkt-szafa-6' transform='translate(-1263.000000, -502.000000)' fill='%230F3B83'%3E%3Cg id='Group-5' transform='translate(1251.000000, 453.000000)'%3E%3Cg id='zadzwon-i-zamow' transform='translate(0.000000, 42.000000)'%3E%3Cpath d='M25.7143044,21.6964246 C25.7143044,22.0982108 25.5357328,22.8794618 25.3683219,23.2477658 C25.1339466,23.7946414 24.5089459,24.1517847 24.0067131,24.4308029 C23.3482302,24.7879462 22.6785865,25 21.9308178,25 C20.8928701,25 19.955369,24.5758924 19.0067072,24.2299098 C18.3259028,23.9843738 17.6674199,23.6830341 17.0535798,23.3035694 C15.1562561,22.131693 12.868307,19.8437439 11.6964306,17.9464202 C11.3169659,17.3325801 11.0156262,16.6740972 10.7700902,15.9932928 C10.4241076,15.044631 10,14.1071299 10,13.0691822 C10,12.3214135 10.2120538,11.6517698 10.5691971,10.9932869 C10.8482153,10.4910541 11.2053586,9.86605339 11.7522342,9.63167811 C12.1205382,9.46426719 12.9017892,9.28569555 13.3035754,9.28569555 C13.3817005,9.28569555 13.4598256,9.28569555 13.5379506,9.31917774 C13.7723259,9.39730283 14.0178619,9.94417848 14.1294692,10.167393 C14.4866125,10.8035545 14.832595,11.4508767 15.2008991,12.0758775 C15.3794707,12.3660564 15.7142925,12.7231997 15.7142925,13.0691822 C15.7142925,13.7499866 13.6942008,14.7432913 13.6942008,15.3459706 C13.6942008,15.6473103 13.973219,16.0379357 14.1294692,16.3057932 C15.2567027,18.3370456 16.6629544,19.7432973 18.6942068,20.8705308 C18.9620643,21.026781 19.3526897,21.3057992 19.6540294,21.3057992 C20.2567087,21.3057992 21.2500134,19.2857075 21.9308178,19.2857075 C22.2768003,19.2857075 22.6339436,19.6205293 22.9241225,19.7991009 C23.5491233,20.167405 24.1964455,20.5133875 24.832607,20.8705308 C25.0558215,20.9821381 25.6026972,21.2276741 25.6808223,21.4620494 C25.7143044,21.5401744 25.7143044,21.6182995 25.7143044,21.6964246 Z' id='phone---FontAwesome' transform='translate(17.857152, 17.142848) rotate(-315.000000) translate(-17.857152, -17.142848) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px auto;
}
header .telephone__info {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  color: #0f3b83;
  vertical-align: top;
}
header .telephone__info span {
  padding-top: 0px;
  letter-spacing: 1px;
  line-height: 1;
}
header .telephone__info small {
  display: block;
  font-size: 12px;
  line-height: 1;
}
header .showcart {
  width: 55px;
  height: 50px;
  margin-top: -10px;
  background-image: url("data:image/svg+xml,<%3Fxml version='1.0' encoding='UTF-8'%3F><svg width='53px' height='40px' viewBox='0 0 53 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch --><title>basket-icon</title><desc>Created with Sketch.</desc><defs></defs><g id='abra-desktop-hp-1-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-1472.000000, -19.000000)'><g id='basket-icon' transform='translate(1472.000000, 19.000000)'><path d='M30.6350806,18.1048387 C30.7157262,18.2258071 30.7661289,18.3669347 30.7862903,18.5282258 C30.8064517,18.6895169 30.7963712,18.8407251 30.7560484,18.9818548 L26.1290323,32.5907258 C26.0685481,32.7721783 25.9526218,32.9233865 25.78125,33.0443548 C25.6098782,33.1653232 25.4233881,33.2258065 25.2217742,33.2258065 L12.1572581,33.2258065 C11.9556442,33.2258065 11.7691541,33.1602829 11.5977823,33.0292339 C11.4264104,32.8981848 11.3104842,32.7318558 11.25,32.5302419 L5.89717742,12.8729839 C5.75604768,12.3891105 5.60483952,12.1068552 5.44354839,12.0262097 C5.28225726,11.9455641 5.16129073,11.9052419 5.08064516,11.9052419 L0.9375,11.9052419 C0.675401915,11.9052419 0.45362994,11.814517 0.272177419,11.6330645 C0.0907248992,11.451612 0,11.22984 0,10.9677419 C0,10.6854825 0.0907248992,10.4536299 0.272177419,10.2721774 C0.45362994,10.0907249 0.675401915,10 0.9375,10 L5.08064516,10 C5.38306603,10 5.82660998,10.1260068 6.41129032,10.3780242 C6.99597067,10.6300416 7.43951462,11.2802367 7.74193548,12.328629 L9.31451613,17.6814516 L29.8487903,17.6814516 C29.9899201,17.6814516 30.1310477,17.7217738 30.2721774,17.8024194 C30.4133072,17.8830649 30.5342737,17.9838704 30.6350806,18.1048387 Z M24.5564516,31.2903226 L28.4576613,19.6169355 L9.82862903,19.6169355 L12.9133065,31.2903226 L24.5564516,31.2903226 Z M22.6512097,35.1612903 C23.3165356,35.1612903 23.8860863,35.3981831 24.359879,35.8719758 C24.8336717,36.3457685 25.0705645,36.9153193 25.0705645,37.5806452 C25.0705645,38.2459711 24.8336717,38.8155218 24.359879,39.2893145 C23.8860863,39.7631072 23.3165356,40 22.6512097,40 C21.9858838,40 21.416333,39.7631072 20.9425403,39.2893145 C20.4687476,38.8155218 20.2318548,38.2459711 20.2318548,37.5806452 C20.2318548,36.9153193 20.4687476,36.3457685 20.9425403,35.8719758 C21.416333,35.3981831 21.9858838,35.1612903 22.6512097,35.1612903 Z M13.9415323,35.1612903 C14.6068582,35.1612903 15.1764089,35.3981831 15.6502016,35.8719758 C16.1239943,36.3457685 16.3608871,36.9153193 16.3608871,37.5806452 C16.3608871,38.2459711 16.1239943,38.8155218 15.6502016,39.2893145 C15.1764089,39.7631072 14.6068582,40 13.9415323,40 C13.2762064,40 12.7066556,39.7631072 12.2328629,39.2893145 C11.7590702,38.8155218 11.5221774,38.2459711 11.5221774,37.5806452 C11.5221774,36.9153193 11.7590702,36.3457685 12.2328629,35.8719758 C12.7066556,35.3981831 13.2762064,35.1612903 13.9415323,35.1612903 Z' id='basket---simple-line-icons' fill='%230F3B83'></path></g></g></svg>");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}
header .minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
@media only screen and (max-width: 768px) {
  header .minicart-wrapper {
    display: block;
    margin-left: auto;
  }
}
header .abra-nav {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #0f3b83;
  color: #fff;
}
header .abra-nav-item {
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
}
header .abra-nav-item a {
  color: white;
  display: flex;
  padding: 21px 15px;
  height: 100%;
  text-transform: uppercase;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
header .abra-nav-promo {
  background: #d41e26;
}
header #navbar-mobile .modal-body {
  padding: 20px;
}
header #navbar-mobile .modal-header {
  padding: 20px;
  border-bottom: none;
}
header #navbar-mobile .modal-header .btn-close {
  width: 20px;
  height: 20px;
  color: #0f3b83;
  background: url("../images/btn-close.png") no-repeat;
  opacity: 1;
  background-size: 20px;
  box-sizing: border-box;
  margin-right: 10px;
}
header #navbar-mobile h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #0f3b83;
  font-weight: 400;
  margin: 0;
}
header #navbar-mobile ul {
  list-style: none;
  padding-left: 0;
}
header #navbar-mobile ul li {
  border-bottom: 1px solid #0f3b83;
  display: flex;
  min-height: 40px;
  justify-content: space-between;
}
header #navbar-mobile ul li a {
  color: #0f3b83;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  padding: 0;
}
header .arrow {
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%230f3b83' d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 20px;
  transform: rotate(-90deg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

footer {
  background: #f6f6f6;
  /*    .footer.content .footer__links .links h4.expand-links.expanded::after {
      -webkit-animation: spin .2s linear forwards;
      -moz-animation: spin .2s linear forwards;
      animation: spin .2s linear forwards
  }*/
}
footer .footer.content {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
footer .footer.content .footer__links {
  width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  footer .footer.content {
    width: 992px;
  }
}
@media (max-width: 1023px) {
  footer .footer.content {
    width: 740px;
  }
}
@media (max-width: 767px) {
  footer .footer.content {
    width: 100vw;
    padding: 0;
  }
}
@media (max-width: 639px) {
  footer .footer.content {
    width: 100vw;
    padding: 0;
  }
}
@media (max-width: 479px) {
  footer .footer.content {
    width: 100vw;
    padding: 0;
  }
}
footer .footer.content .footer__links, footer .footer.content .product-compar {
  width: 1170px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  footer .footer.content .links > li {
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
    background: none;
  }
}
footer .footer.content .footer__links {
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
  padding-top: 28px;
  display: flex;
}
@media (max-width: 639px) {
  footer .footer.content .footer__links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
footer .footer.content .footer__links p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "Lato-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-display: swap;
  display: block;
  margin-bottom: 15px;
}
footer .footer.content .footer__links .links {
  width: 25%;
  padding-right: 20px;
  letter-spacing: normal;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  footer .footer.content .footer__links .links {
    width: 238px;
  }
}
@media (max-width: 1023px) {
  footer .footer.content .footer__links .links {
    width: 233px;
  }
}
@media (max-width: 767px) {
  footer .footer.content .footer__links .links {
    padding-right: 0;
    width: 280px;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links {
    display: block;
    width: 100%;
  }
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links--socials {
    order: 5;
    margin: 33px auto 0px;
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links--socials h4 {
    display: none;
  }
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links--socials li {
    display: inline-block;
  }
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links--socials li:first-child {
    display: none;
  }
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links--socials li:last-child a img {
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links--socials li a {
    font-size: 0;
  }
}
footer .footer.content .footer__links .links--socials li a img {
  width: 30px;
  height: 30px;
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links--socials li a img {
    width: 50px;
    height: 50px;
    margin-right: 63px;
  }
}
@media (max-width: 479px) {
  footer .footer.content .footer__links .links--socials li a img {
    margin-right: 30px;
  }
}
footer .footer.content .footer__links .links:last-child {
  padding-right: 0;
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links .links__text {
    display: none;
    padding-top: 10px;
  }
}
footer .footer.content .footer__links .links h4 {
  font-size: 18px;
  color: #707070;
  text-transform: uppercase;
  line-height: 25px;
  font-family: "Lato-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-display: swap;
  pointer-events: none;
  cursor: pointer;
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links h4 {
    border-bottom: 1px solid #a4a4a4;
    position: relative;
    margin: 0;
    padding: 14px 0;
    letter-spacing: 0.6px;
    pointer-events: unset;
  }
}
footer .footer.content .footer__links .links h4::after {
  content: "";
  width: 40px;
  border-radius: 1px;
  height: 2px;
  background-color: #2d71e0;
  display: block;
  margin-top: 10px;
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links h4::after {
    display: none;
  }
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links h4.expand-links::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #707070;
    display: block;
    position: absolute;
    right: 10%;
    top: 5px;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    background-color: transparent;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(315deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(315deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
footer .footer.content .links {
  display: inline-block;
  padding-right: 50px;
  vertical-align: top;
}
footer .footer.content .links li {
  background: transparent;
  border: none;
  font-size: 14px;
  margin: 0 0 8px;
  padding: 0;
}
footer .footer.content .footer__links .links .action.primary {
  width: 100%;
  padding: 12px 24px;
  color: white;
  clear: both;
  display: block;
}
@media (max-width: 767px) {
  footer .footer.content .footer__links .links li {
    margin-bottom: 0;
  }
}
footer .footer.content .footer__links .links li a {
  color: #707070;
  font-family: "Lato-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-display: swap;
}
@media (max-width: 767px) {
  footer .footer.content .footer__links .links li a {
    padding: 5px 0;
  }
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links li a {
    padding: 5px 0 1px;
  }
}
footer .footer.content .footer__links .links li a:hover {
  text-decoration: none;
  color: #0f3b83;
}
footer .footer.content .footer__links .links li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links li a img {
    margin-right: 63px;
  }
}
@media (max-width: 479px) {
  footer .footer.content .footer__links .links li a img {
    margin-right: 30px;
  }
}
@media (max-width: 639px) {
  footer .footer.content .footer__links .links li.item {
    display: none;
  }
}
footer .footer-partners-wrapper {
  background: #303030;
  margin-top: 30px;
}
footer .footer-partners-wrapper .footer-partners {
  padding: 20px 0;
  display: flex;
  align-items: center;
  background: #303030;
  position: relative;
  width: 1170px;
  margin: 40px auto 0 auto;
}
@media (max-width: 639px) {
  footer .footer-partners-wrapper .footer-partners {
    margin-top: 27px;
  }
}
@media (max-width: 767px) {
  footer .footer-partners-wrapper .footer-partners {
    width: 100vw;
    height: 100px;
  }
}
footer .footer-partners-wrapper .footer-partners__logo {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .footer-partners-wrapper .footer-partners__logo img {
  transition: 0.2s ease;
  opacity: 1;
}
footer .footer-partners-wrapper .footer-partners__logo img:hover {
  opacity: 0.8;
}
footer .footer-partners-wrapper .footer-partners div {
  flex-grow: 1;
  display: flex;
  padding: 20px;
}
footer .footer.content .footer__links .links h4.expand-links.expanded::after {
  -webkit-animation: spin 0.2s linear forwards;
  -moz-animation: spin 0.2s linear forwards;
  animation: spin 0.2s linear forwards;
}
footer .footer-partners-wrapper .footer-partners div a {
  justify-content: center;
  display: flex;
  width: 50%;
}
@media (max-width: 767px) {
  footer .footer-partners-wrapper .footer-partners div {
    position: absolute;
    background: #303030;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
  }
  footer .footer-partners-wrapper .footer-partners div.animate {
    animation: animate2 1s forwards;
    -webkit-animation: animate2 1s forwards;
  }
}
footer ul {
  list-style: none;
}
footer ul a {
  text-decoration: none;
  display: block;
}

.regulations__bg {
  background: url("../images/regulations_bg.png") center center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
@media only screen and (max-width: 769px) {
  .regulations__bg {
    height: 250px;
    background-size: cover;
  }
}
@media only screen and (min-width: 769px) {
  .regulations__bg {
    height: 400px;
  }
}
.regulations__bg h1 {
  text-align: center;
  color: #FFF;
  font-size: 40px;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  .regulations__bg h1 {
    font-size: 30px;
  }
}
.regulations__content {
  color: #303030;
}
.regulations__content--list {
  list-style: none;
}
.regulations__content--list > li {
  margin-top: 2rem;
}
.regulations__content--sublist {
  list-style: decimal;
}
.regulations__content--sublist > li::marker {
  font-weight: bold;
}
.regulations__content--subtitle {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.regulations__content--text {
  font-size: 16px;
  text-align: left;
}

.hp__bg {
  background: url("../images/kitchen-bg.png") center center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 769px) {
  .hp__bg {
    height: 250px;
    background-size: cover;
  }
}
@media only screen and (min-width: 769px) {
  .hp__bg {
    height: 400px;
  }
}
.hp__bg h1 {
  text-align: center;
  color: #FFF;
  font-size: 40px;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  .hp__bg h1 {
    font-size: 30px;
  }
}
.hp__content {
  color: #303030;
}
.hp__content--title {
  font-size: 40px;
  font-weight: 500;
  display: block;
  margin: 0;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 769px) {
  .hp__content--title {
    font-size: 30px;
  }
}
.hp__content--subtitle {
  text-align: left;
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .hp__content--subtitle {
    font-size: 25px;
  }
}
.hp__content--button {
  display: block;
  background: #D41E26;
  border-radius: 3px;
  color: #fff;
  height: 48px;
  width: 356px;
  line-height: 48px;
  font-size: 14px;
  text-align: center;
  margin: 60px auto;
  text-decoration: none;
}
.hp__content--button:hover {
  color: #FFF;
}
.hp__content--text {
  font-size: 16px;
  text-align: left;
}
.hp__content--text-bold {
  font-weight: 600;
  margin: 30px 0;
}
.hp__content ul {
  list-style: decimal;
  padding-left: 1rem;
}
.hp__content ul p {
  text-align: left;
  margin-bottom: 30px;
}
.hp__content ul img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 769px) {
  .hp__content ul img {
    width: 100%;
  }
}

.discount-code .form-group {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.discount-code .form-group .submit {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
}

.nav-admin {
  margin-top: 71px;
  z-index: 99 !important;
  margin-bottom: -5rem !important;
}

.discount-code {
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .discount-code {
    padding: 0;
    max-width: 770px;
  }
}
.discount-code--title {
  color: #313131;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 27px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .discount-code--title {
    margin-top: 40px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 468px) {
  .discount-code--title {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.discount-code__bg {
  background: url("../images/discount-code-bg.png") center center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 769px) {
  .discount-code__bg {
    height: 250px;
    background-size: cover;
  }
}
@media only screen and (min-width: 769px) {
  .discount-code__bg {
    height: 400px;
  }
}
.discount-code__bg h1 {
  text-align: center;
  color: #FFF;
  font-size: 50px;
  padding: 0;
  max-width: 680px;
}
.discount-code__bg h1 span:after {
  content: url("../images/underline.png");
  position: relative;
  display: block;
  top: -40px;
  left: 100px;
}
@media only screen and (max-width: 769px) {
  .discount-code__bg h1 {
    font-size: 30px;
    max-width: 480px;
  }
  .discount-code__bg h1 span:after {
    content: url("../images/underline-mini.png");
    position: relative;
    display: block;
    top: -25px;
    left: 75px;
  }
}
@media only screen and (max-width: 576px) {
  .discount-code__bg h1 {
    font-size: 30px;
    max-width: 300px;
  }
  .discount-code__bg h1 span:after {
    content: url("../images/underline-mini.png");
    position: relative;
    display: block;
    top: -25px;
    left: 20px;
  }
}
.discount-code__content--text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 19px;
  color: #313131;
}
.discount-code__content--form-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  margin: 42px 0 27px;
}
@media only screen and (min-width: 769px) {
  .discount-code__content--form-title br {
    display: none;
  }
}
.discount-code .form-group {
  max-width: unset;
}
.discount-code .form-group .validation-error {
  background: url("../images/warning.png") no-repeat scroll 99.5% 93.5% !important;
  z-index: 2;
  position: relative;
}
.discount-code .form-control {
  border: 1px solid #c4c4c4;
  height: 48px;
  background: #F3F3F3;
  font-size: 14px;
  color: #848484;
}
@media all and (min-width: 769px) {
  .discount-code .form-control {
    width: 370px;
  }
}
.discount-code__submit {
  width: 100%;
  display: block;
  width: 100%;
  background-color: #D2222D;
  border-radius: 5px;
  color: #fff;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
@media all and (min-width: 769px) {
  .discount-code__submit {
    margin-left: 30px;
    max-width: 170px;
  }
}
@media all and (min-width: 769px) {
  .discount-code form {
    display: flex;
    justify-content: center;
  }
}
.discount-code__projects {
  background-image: url(../images/discount-code-projects-bg.png);
  margin-top: 250px;
  background-repeat: no-repeat;
  background-color: #133D81;
  background-position: center;
  background-size: cover;
  margin-top: 258px;
}
.discount-code__projects ul {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
  top: -180px;
  background: transparent;
}
.discount-code__projects ul li img {
  max-width: 100%;
  height: auto;
}
.discount-code__projects ul li:first-child {
  margin-top: 25px;
}
.discount-code__projects ul li:nth-child(2) {
  margin-top: 70px;
}
.discount-code__projects ul li:nth-child(3) {
  margin-top: 45px;
}
@media all and (max-width: 1200px) {
  .discount-code__projects {
    margin-top: 180px;
  }
  .discount-code__projects ul {
    justify-content: space-around;
  }
  .discount-code__projects ul li img {
    max-width: 157px;
  }
  .discount-code__projects ul li:first-child {
    margin-top: 53px;
  }
  .discount-code__projects ul li:nth-child(2) {
    margin-top: 77px;
  }
  .discount-code__projects ul li:nth-child(3) {
    display: none;
  }
  .discount-code__projects ul li:nth-child(4) {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .discount-code__projects ul li {
    padding: 0 20px;
  }
}

/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 2px solid #649ed0 !important;
    border-radius: 8px;
    background: #FFF;
    position: relative;
    display:flex;
    padding: 10px;
    align-items:center;
}

    .selectric .label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        font-size: 18px;
        line-height: 38px;
        color: #707070;
        height: 38px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .selectric .button {
        display: block;
        position: absolute;
        right: 0;
        top: 18%;
        width: 38px;
        height: 38px;
        color: #BBB;
        text-align: center;
        font: 0/0 a;
        *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
    }

        .selectric .button:after {
            position: absolute;
            content: "";
            top: 5px !important;
            right: 16px !important;
            border: solid #999 !important;
            border-width: 0 2px 2px 0 !important;
            display: inline-block !important;
            padding: 8px !important;
            transform: rotate(45deg) !important;
        }

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

    .selectric-hover .selectric .button {
        color: #a2a2a2;
    }

        .selectric-hover .selectric .button:after {
            border-top-color: #a2a2a2;
        }

.selectric-open {
    z-index: 9999;
}

    .selectric-open .selectric {
        border-color: #c4c4c4;
    }

    .selectric-open .selectric-items {
        display: block;
    }

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

    .selectric-hide-select select {
        position: absolute;
        left: -100%;
    }

    .selectric-hide-select.selectric-is-native {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

        .selectric-hide-select.selectric-is-native select {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            border: none;
            z-index: 1;
            box-sizing: border-box;
            opacity: 0;
        }

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    background: #fff;
    top: 64px;
    left: 0;
    z-index: -1;
    height: auto !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: 2px solid #649ed0;
    border-bottom: 2px solid #649ed0;
    border-right: 2px solid #649ed0;
}

    .selectric-items .selectric-scroll {
        height: 100%;
        overflow: auto;
    }

    /*.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}*/

    .selectric-items ul, .selectric-items li {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 12px;
        line-height: 20px;
        min-height: 20px;
    }

    .selectric-items li {
        display: block;
        padding: 10px;
        font-size: 18px;
        color: #333;
        cursor: pointer;
    }

        .selectric-items li:first-child {
            padding-top: 14px;
            background: #f0f4f8;
        }

        .selectric-items li.selected {
            background-color: #d1e3f5;
        }

        .selectric-items li.highlighted {
            background-color: #d1e3f5;
        }

        .selectric-items li:hover {
            background-color: #d1e3f5;
        }

    .selectric-items .disabled {
        filter: alpha(opacity=50);
        opacity: 0.5;
        cursor: default !important;
        background: none !important;
        color: #666 !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .selectric-items .selectric-group .selectric-group-label {
        font-weight: 500;
        padding-left: 10px;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: none;
        color: #333;
        font-size: 13px;
        text-transform:uppercase;
        font-weight:bold;
    }

    .selectric-items .selectric-group:first-of-type .selectric-group-label {
        background-color: #649ed0;
        border-top: 3px solid #649ed0;
        color:#fff !important;
    }

    .selectric-items .selectric-group:first-of-type li {
        background-color: #f0f4f8;
    }
    .selectric-items .selectric-group:first-of-type li.selected {
        background-color: #d1e3f5;
    }    
    .selectric-items .selectric-group:first-of-type li:hover:not(.selectric-group-label) {
        background-color: #d1e3f5;
    }
    .selectric-items .selectric-group:first-of-type li:last-child {
        border-bottom: 3px solid #649ed0;
    }
        .selectric-items .selectric-group:first-of-type li:nth-child(n+3) {
            margin-top: 2px;
        }


    .selectric-items .selectric-group:nth-of-type(2) li {
        background-color: #fff8e6;
    }
    .selectric-items .selectric-group:nth-of-type(2) li:hover:not(.selectric-group-label) {
        background-color: #fbeecc;
    }
    .selectric-items .selectric-group:nth-of-type(2) li:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .selectric-items .selectric-group:nth-of-type(2) .selectric-group-label {
        background-color: #f1b44b;
        color:#fff !important;
    }

    .selectric-items .selectric-group.disabled li {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .selectric-items .selectric-group li {
        padding-left: 10px;
    }

    .selectric-items .selectric-group .selectric-group-label {
        color: #333 !important;
    }

.xdsoft_datetimepicker {
    background: transparent;
    color: #333;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    padding: 0;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

    .xdsoft_datetimepicker.xdsoft_rtl {
        padding: 8px 0 8px 8px;
    }

    .xdsoft_datetimepicker iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 210px;
        background: transparent;
        border: none;
    }

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .xdsoft_noselect::selection {
        background: transparent
    }

    .xdsoft_noselect::-moz-selection {
        background: transparent
    }

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

    .xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
        display: block;
    }

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 310px;
    float: left;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px

}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
    height: 45px;
    border-top: 2px solid #649ed0;
    border-bottom: 2px solid #649ed0;
}


.xdsoft_datetimepicker button {
    visibility: visible;
    position: absolute;
    top: calc(50% - 5px);
    border: solid #999;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    cursor: pointer;
    background: transparent;
    z-index: 10000;
    padding: 5px;
}
.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}


.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
    display: none;
}
.xdsoft_datetimepicker .xdsoft_next {
    transform: rotate(-45deg);
    right: 15px;
}
.xdsoft_datetimepicker .xdsoft_prev {
    transform: rotate(135deg);
    left: 15px;
}



.xdsoft_datetimepicker .xdsoft_today_button {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
    display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
        background:transparent;
        color: #666;
        font-size: 21px;
        text-align: center;
        border-collapse: separate;
        cursor: pointer;
        border-bottom-width: 0;
        height: 36px;
        line-height: 29px;
    }

        .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
            border-top-width: 0;
        }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: transparent;
    width: 80%;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
}


    .xdsoft_datetimepicker .xdsoft_label > span {
        font-size: 24px;
        font-weight:normal;
        color: #333;
    }

.xdsoft_datetimepicker .xdsoft_year {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
        padding: 2px 10px 2px 5px;
        text-decoration: none !important;
}

    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
        background: #e8f1fa;
        color: #337ab7;
        border-radius: 8px;
    }

.xdsoft_datetimepicker .xdsoft_month {
    text-align: center;
    height: 41px;
}

.xdsoft_datetimepicker .xdsoft_month > i {
    display: none;

}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: separate;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    font-size: 21px;
    color: #666;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background:transparent;
    /*border: 1px solid #ddd;*/
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 42px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: transparent;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #e8f1fa;
    border: solid 2px #337ab7;
    color: #337ab7;
    border-radius: 8px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    color:#ccc;
}
.xdsoft_disabled > div {
    color: #ccc !important;
}

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    border: 2px solid #666;
    border-radius: 8px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
    background: #33aaff !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    text-align: center;
    color: #666;
    cursor: default;
    font-size: 21px;
    font-weight: 500;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

    .xdsoft_datetimepicker .xdsoft_copyright a {
        color: #eee !important
    }

        .xdsoft_datetimepicker .xdsoft_copyright a:hover {
            color: #aaa !important
        }

.xdsoft_time_box {
    position: relative;
}

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
}

.xdsoft_scroller_box {
    position: relative;
    margin-top:3px;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
        border-bottom: 1px solid #222;
    }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
            background: #0a0a0a;
            border-top: 1px solid #222;
            color: #999;
        }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
        background-color: #000;
    }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
            border: 1px solid #333;
            background: #000;
        }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
                color: #000;
                background: #007fff;
            }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
                background: #cc5500;
                box-shadow: #b03e00 0 1px 3px 0 inset;
                color: #000;
            }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
        }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
        background: #0a0a0a;
        border: 1px solid #222;
        color: #999;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
        background: #0e0e0e;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
        color: #cc5500;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
        background: #ffe9d2;
        box-shadow: #ffb871 0 1px 4px 0 inset;
        color: #000;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
        background: #c1ffc9;
        box-shadow: #00dd1c 0 1px 4px 0 inset;
        color: #000;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
        background: #cc5500;
        box-shadow: #b03e00 0 1px 3px 0 inset;
        color: #000;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
        color: #000 !important;
        background: #007fff !important;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
        color: #666;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
        color: #333 !important
    }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
            color: #111 !important
        }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
                color: #555 !important
            }

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
    background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
    /* IE6-9 */
}

    .xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
        color: #454551;
        background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
        /* IE10+ */
        background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
        /* IE6-9 */
    }
