.calendar {
  display: flex !important;
  justify-content: center;
  margin-top: -0.6rem;
}

.box_shadow {
  width: 90rem;
  border-radius: 50px;
  -moz-box-shadow: 0px 16px 32px rgb(0 0 0 / 50%), 0px 3px 8px rgb(0 0 0 / 50%) !important;
  -webkit-box-shadow: 0px 16px 32px rgb(0 0 0 / 50%),
    0px 3px 8px rgb(0 0 0 / 50%) !important;
  box-shadow: 0px 16px 32px rgb(0 0 0 / 50%), 0px 3px 8px rgb(0 0 0 / 50%) !important;
}
.marT {
  margin-top: 68px;
  position: fixed;
  width: 100% !important;
  transform-origin: 60px 0% !important;
  z-index: 99;
}

@media (max-width: 1200px) {
  .box_shadow {
    border-radius: 0px;
  }
  .marT {
    margin-top: 100px !important;
  }
  .calendar {
    width: 120%;
    margin-left: -3rem;
  }
  #calendar2 {
    width: 100%;
  }
}
.parallax-article .title {
  font-size: 30px !important;
  margin-bottom: 0px !important;
}
.parallax-article {
  margin-top: 80px;
}

@media (max-width: 550px) {
  .marT {
    margin-top: 60px !important;
  }
}
.margin-top {
  margin-top: 14px !important;
}
.noBorT {
  border-radius: 0px !important;
  width: 100%;
}
.top_banner {
  margin-top: 110px !important;
}
.newButton {
  text-align-last: left;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border: 0px !important;
  color: #ffffff !important;
  cursor: pointer !important;
  display: inline-block !important;
  padding: 0px !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  background-color: #d14242;
  border-radius: 24px !important;
  height: 48px !important;
  max-width: 110px !important;
  position: relative !important;
  -webkit-transition: 0.2s max-width cubic-bezier(0.35, 0, 0.65, 1) !important;
  -moz-transition: 0.2s max-width cubic-bezier(0.35, 0, 0.65, 1) !important;
  transition: 0.2s max-width cubic-bezier(0.35, 0, 0.65, 1) !important;
  vertical-align: middle !important;
  width: 110px !important;
  z-index: 0 !important;
  text-align: center !important;
}
.newButton:hover {
  background-color: #ac0606 !important;
}
.whitebg {
  background-color: #ffffff !important;
}

.calLabel {
  font-size: 14px;
  line-height: 14px;
  color: #d14242 !important;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
  padding-top: 5px;
}

@media (min-width: 1182px) {
  .fixedCalendar {
    position: fixed;
    width: 100% !important;
    margin-top: -13.8rem;
    transform-origin: 60px 0% !important;
    z-index: 10 !important;
    transform: ease-in-out 2s;
    will-change: transform, opacity !important;
    transition: -ms-transform 150ms ease 0s, -webkit-transform 150ms ease 0s,
      transform 150ms ease 0s, opacity 50ms ease 20ms, visibility 0ms ease 150ms !important;
  }
  .secondCalendar {
    border-radius: 0px !important;
    width: 100%;
    margin-left: -80px;
  }
  /*.top {
    top: 288px !important;
  } */
}
@media (min-width: 400px) {
  .col--6 {
    width: 20%;
    float: left;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 427px) {
  .animate-flicker {
    -webkit-animation: flickerAnimation 0.1s;
    -moz-animation: flickerAnimation 0.1s;
    -o-animation: flickerAnimation 0.1s;
    animation: flickerAnimation 0.1s;
    transition: all 0.1s ease-out;
  }
}
@media (max-width: 426px) {
  .animate-flicker {
    transition: all 0.1s ease-out;
  }
}
.noBorder {
  border: none !important;
  color: black !important;
}
.simple-drop-down:after {
  border: none !important;
  right: -38px;
}

.noPad {
  padding: 0;
}
.fillHover {
  width: 150%;
}

.simple-field select:hover,
.cursor:hover {
  background-color: #ebebeb !important;
  border-radius: 50px;
}

.cursor {
  cursor: pointer !important;
}

@media (max-width: 1200px) {
  #content-block header {
    position: fixed;
    padding: 0 30px;
    top: 0;
    z-index: 100;
  }
  .header-wrapper.style-7 header.type-2 {
    background: #262626;
  }
}
.ui-datepicker {
  box-shadow: 0px 16px 32px rgb(0 0 0 / 40%), 0px 3px 8px rgb(0 0 0 / 40%) !important;
}
@media (max-width: 280px) {
  #content-block header {
    height: 80px !important;
  }
}
@media (max-width: 1200px) {
  #content-block header {
    height: 100px;
  }
  .ui-datepicker {
    top: 168px !important;
  }
  .upper_shortpanel {
    padding: 5px 20px 5px 0px;
  }
}
.marginL {
  margin-left: 15px;
  margin-right: 10px !important;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .atEnd {
    display: flex;
    justify-content: flex-end;
  }
  .upper_shortpanel {
    padding: 5px 0 5px;
  }
}
@media (max-width: 550px) {
  .upper_shortpanel {
    padding: 5px 0px 5px 0px;
  }
}
.hr1 {
  display: flex;
  align-self: flex-end;
  width: 5px;
  border: 0 !important;
  border-top: 2px solid black !important;
  margin: 0em 0 !important;
  padding-bottom: 22px;
}

@media (max-width: 768px) {
  #basic-addon2 {
    display: none !important;
  }
  .fa-minus {
    width: 30px;
  }
  .article-container {
    margin-top: 35%;
  }
  .simple-drop-down:after {
    display: none !important;
  }
  .margin-top {
    margin-top: 0px !important;
  }
  .ui-datepicker {
    top: 115px !important;
  }
  .noP {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .fillHover {
    width: 95px;
  }
  .calLabel,
  .calLabel2 {
    font-size: 12px;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .calLabel3 {
    font-size: 12px;
    line-height: 14px;
    color: #d14242 !important;
    font-weight: 600;
    width: 81px;
    display: block;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .simple-field {
    height: 43px !important;
  }
}
.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .none {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .upper_shortpanel_content label {
    height: auto !important;
  }
}
@media screen and (max-width: 430px) {
  .hr1 {
    position: absolute;
    left: 42.5%;
  }
}
@media screen and (max-width: 415px) {
  .hr1 {
    position: absolute;
    left: 37.5% !important;
  }
}
@media screen and (max-width: 550px) and (min-width: 430px) {
  .hr1 {
    position: absolute;
    left: 38.5%;
  }
}
@media screen and (max-width: 550px) {
  .newButton {
    background-color: transparent;
  }
  .newButton:hover {
    background-color: transparent !important;
  }
  .simple-field {
    height: 35px !important;
  }
  .newButton {
    height: 20px !important;
    width: 35px !important;
    color: transparent !important;
  }
  .simple-drop-down.simple-field {
    width: 116px;
  }
  .fillHover {
    width: 40px !important;
  }
  .b {
    color: black !important;
  }
  #content-block header {
    height: 60px !important;
  }
  .posA {
    position: absolute;
    top: -10%;
  }
  .posA1 {
    position: absolute !important;
    top: 4px !important;
  }
  .hr1wA {
    padding-bottom: 14px !important;
  }

  .w {
    width: 33% !important;
    font-size: 15px;
    overflow: hidden;
  }
  .w1 {
    width: 60px !important;
    font-size: 15px;
  }
  .calLabel,
  .calLabel3 {
    font-size: 10px !important;
  }
  .simple-drop-down.simple-field select {
    height: 30px !important;
  }
}
@media screen and (max-width: 375px) and (min-width: 321px) {
  .hr1 {
    left: 41% !important;
  }
  .simple-drop-down.simple-field {
    width: 93px;
  }
}
@media screen and (min-width: 551px) and (max-width: 768px) {
  .hr1 {
    position: absolute;
    left: 35vw;
  }
}
@media screen and (min-width: 769px) {
  .fa-minus {
    margin-top: 3rem !important;
  }
  .hr1 {
    position: absolute;
    left: 39.5%;
  }
  .t {
    display: table;
  }
  .calLabel2 {
    font-size: 14px;
    line-height: 14px;
    color: #d14242 !important;
    font-weight: 600;
    display: block;
    margin-bottom: 7px;
    padding-top: 5px;
  }
  .calLabel3 {
    display: none !important;
  }
}
.simple-drop-down.simple-field select {
  padding: 0 !important;
  mask-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 64%,
    rgba(0, 0, 0, 0) 97%
  ) !important;
  -webkit-mask-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 64%,
    rgba(0, 0, 0, 0) 97%
  ) !important;
  text-overflow: unset !important;
  height: auto;
}
@media (max-width: 320px) {
  .calLabel {
    font-size: 9px;
  }
  .calLabel3 {
    font-size: 9px;
    width: auto;
  }
}
@media (max-width: 320px) {
  .calendar {
    width: 122.9%;
  }
  .simple-field {
    font-size: 14px !important;
    width: 38px !important;
  }
  .hr1 {
    left: 41.5% !important;
  }
  .w1 {
    width: 89px !important;
    margin-left: 10px;
  }
  .simple-drop-down.simple-field select {
    width: 78px !important;
  }
}
@media (max-width: 280px) {
  .calLabel {
    font-size: 8px;
  }
  .simple-drop-down.simple-field select {
    width: 59px !important;
  }
  .hr1 {
    left: 40% !important;
  }
  .calLabel3 {
    font-size: 8px;
  }
  .w1 {
    width: 112px !important;
  }
  .calendar {
    width: 126.9%;
  }
  .fillHover {
    width: 38px !important;
  }
  .marT {
    margin-top: 48px !important;
  }
}
.smH {
  height: 28px !important;
}
.smP {
  padding: 1px 0 1px !important;
}
@media screen and (max-width: 550px) and (min-width: 280px) {
  .hr1 {
    padding-bottom: 12px;
  }
}
.cart-box {
  z-index: 99999 !important;
}
.simple-drop-down.simple-field:nth-child(3)::after {
  display: none !important;
}
.parallax-vertical-align {
  top: 45% !important;
}

@media (max-width: 1199px) {
  .header-product .logo-wrapper {
    width: 300px !important;
  }
}
