.flytitle-h2 {
  margin: 0 !important;
}

.flytitle-h2 h2 {
  font-size: 36px !important;
  color: #7258a9 !important;
  font-weight: bold;
  margin: 0 !important;
}

#menu-cart-and-account > li,
#header-navigation-mobile > li {
  display: none;
}

#menu-cart-and-account > li:nth-last-child(1),
#menu-cart-and-account > li:nth-last-child(2),
#header-navigation-mobile > li:nth-last-child(1),
#header-navigation-mobile > li:nth-last-child(2) {
  display: block;
}

#menu-cart-and-account li #header-login,
#header-navigation-mobile li #header-login {
  background: #33c7e8 !important;
}

#menu-cart-and-account li #header-login > span,
#header-navigation-mobile li #header-login > span {
  background: url(../images/account-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px;
  overflow: hidden;
}

#menu-cart-and-account .flex-vertical-mobile,
#header-navigation-mobile .flex-vertical-mobile {
  display: none;
}

@media (max-width: 1025px) {
  #menu-cart-and-account .flex-vertical-mobile,
  #header-navigation-mobile .flex-vertical-mobile {
    display: flex;
    position: relative;
  }
}

#menu-cart-and-account .flex-vertical-mobile span,
#header-navigation-mobile .flex-vertical-mobile span {
  background: #fff;
  color: #7259a9;
  position: absolute;
  right: 0;
  min-width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 500px;
  font-size: 12px;
  line-height: 1;
}

#menu-cart-and-account .flex-vertical,
#header-navigation-mobile .flex-vertical {
  display: flex;
  color: white;
  padding-left: 15px;
  flex-direction: column;
  padding-right: 10px;
}

@media (max-width: 1025px) {
  #menu-cart-and-account .flex-vertical,
  #header-navigation-mobile .flex-vertical {
    display: none;
  }
}

#menu-cart-and-account .flex-vertical p,
#header-navigation-mobile .flex-vertical p {
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1;
  margin: 2px;
}

#menu-cart-and-account .flex-vertical span,
#header-navigation-mobile .flex-vertical span {
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: bold;
}

#menu-cart-and-account .myminicart,
#header-navigation-mobile .myminicart {
  display: flex;
  background: #7259a9;
  align-items: center;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  height: 50px;
}

#menu-cart-and-account .myminicart i.icon-basket,
#header-navigation-mobile .myminicart i.icon-basket {
  background: url(../images/minicart-icon.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px 25px;
  border-right: 1px solid #fff;
  bottom: 0;
}

@media (max-width: 1025px) {
  #menu-cart-and-account .myminicart i.icon-basket,
  #header-navigation-mobile .myminicart i.icon-basket {
    border-right: 0;
  }
}

#menu-cart-and-account .sh-nav-cart ul.sub-menu,
#header-navigation-mobile .sh-nav-cart ul.sub-menu {
  margin-left: 0 !important;
}

.sh-titlebar {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu) ul li:hover > a {
  background-color: #fff !important;
  background-image: none !important;
  padding: 3px 15px !important;
  color: #000 !important;
}

#popmake-10671 .wpb_text_column.wpb_content_element {
  margin-bottom: 0 !important;
}

#popmake-10671 h3 {
  font-size: 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

#popmake-10671 p {
  display: flex;
  align-items: center;
}

#popmake-10671 p img {
  margin-right: 10px;
  max-width: 20px;
  width: 100%;
  max-height: 20px;
  height: 100%;
}

#popmake-10671 p a {
  color: #fff;
  font-weight: bold;
  padding-left: 5px;
}

#newmenu {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin-bottom: 0;
}

#newmenu span.menu-icon {
  display: none;
}

#newmenu li {
  height: 50px;
  background: #7259a9;
  flex: 1;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#newmenu li:hover, #newmenu li.active {
  background-color: #9380bc;
  font-weight: bold;
}

#newmenu li a {
  color: #fff;
  text-transform: uppercase;
}

.background-purple {
  background: #7259a9;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
}

.uni_home_contact_form .wpcf7-form .wpcf7-submit.btn-rent-now {
  border-radius: 5px !important;
  color: #725ba7 !important;
}

.purple-text {
  color: #725ba7;
}

#header-mobile .floating-bar {
  display: none;
}

@media (max-width: 1025px) {
  #header-mobile .floating-bar {
    display: block;
  }
}

.floating-bar {
  position: fixed;
  right: 0;
  top: 40%;
}

.floating-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.floating-bar ul li {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-bar ul li a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.floating-bar ul li.ic-fb {
  background: #225a9c;
}

.floating-bar ul li.ic-yt {
  background: #ff0000;
}

.floating-bar ul li.ic-inst {
  background: #231f20;
}

.floating-bar ul li.ic-tl {
  background: #7258a9;
}

#wccf_checkout_field_baby_birthday {
  background: url(../images/icon-calendar.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: calc(100% - 10px) center;
}

body.single.woocommerce .sh-page-layout-default > .sh-woo-layout-right {
  background: #fff;
}

body.single.woocommerce .woocommerce-tabs li.active a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 24px;
  font-weight: bold;
  color: #000 !important;
}

body.single.woocommerce .woocommerce-tabs li.active a:after {
  display: none;
}

body.single.woocommerce #tab-my_custom_tab ol {
  padding-left: 20px;
}

body.single.woocommerce #tab-my_custom_tab li {
  display: list-item;
}

body.single.woocommerce .woocomerce-styling .product .summary .product_title {
  font-family: "Open Sans", sans-serif !important;
  font-size: 36px;
  font-weight: bold;
}

body.single.woocommerce .woocomerce-styling .product .summary > .price span {
  color: #000 !important;
  font-size: 24px;
}

body.single.woocommerce .woocomerce-styling .product .summary .single_add_to_cart_button {
  color: #fff !important;
  border-radius: 0 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: initial;
  background-color: #7258a9 !important;
  padding: 14px 35px !important;
  line-height: 1 !important;
}

body.single.woocommerce .woocomerce-styling .product .summary .single_add_to_cart_button:after {
  display: none;
}

h3.additionalitems {
  font-family: "Open Sans", sans-serif !important;
  font-size: 24px;
  font-weight: bold;
  color: #000 !important;
}

.woosg-products .woosg-product .woosg-thumb {
  width: 200px;
}

.woosg-products .woosg-product .woosg-thumb img {
  width: 150px;
  max-width: 150px;
}

.woosg-products .woosg-product .woosg-title .woosg-title-inner {
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px;
  font-weight: bold;
  color: #7258a9;
}

.woosg-products .woosg-product {
  align-items: normal;
}

.woosg-products .woosg-product .woosg-price .amount {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  color: #000 !important;
}

.woosg-description {
  font-style: italic;
}

.woosg-products .woosg-product {
  border: 0;
}

.woosg-wrap .woosg-text,
.product_meta,
.woosg-qty {
  display: none !important;
}

.woocommerce h3:not(.sh-alert-title) {
  color: #7259a9;
  font-size: 25px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold;
  font-family: serif;
  clear: both;
}

.woocommerce abbr.required:before,
.woocommerce #review_form span.required:before {
  content: "*";
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif !important;
}

abbr[data-original-title],
abbr[title] {
  cursor: auto;
}

.woocommerce #order_review_heading {
  margin-top: 0;
}

.woocommerce label {
  color: #000;
}

.wccf_field_container_file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .wccf_field_container_file {
    flex-direction: column;
    align-items: baseline;
  }
}

.wccf_field_container_file .wccf_file_upload_item {
  position: absolute;
  bottom: -10px;
  left: 5px;
  color: green;
}

@media (max-width: 991px) {
  .wccf_field_container_file .wccf_file_upload_item {
    position: relative;
  }
}

.wccf_field_container_file label {
  max-width: 220px;
  line-height: 1;
}

@media (max-width: 991px) {
  .wccf_field_container_file label {
    max-width: 100%;
  }
}

.ui-widget-header {
  background-color: #7258a9;
}

.woocommerce-mini-cart.cart_list.product_list_widget {
  overflow: auto;
  max-height: 250px;
  margin: 0 !important;
}

.woocommerce-mini-cart.cart_list.product_list_widget li {
  padding-left: 0 !important;
}

.woocommerce-mini-cart.cart_list.product_list_widget li img {
  width: 80px;
  float: left;
  margin-right: 10px;
}

.wccf_field_container .fly-upload-fly {
  background: #7258a9;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px 30px;
  display: inline-block;
  cursor: pointer;
}

.wccf_field_container input[type=file] {
  width: 100%;
  position: absolute;
  opacity: 0;
  height: 100%;
}

#wc_checkout_add_ons {
  display: none;
}

.woosg-title {
  max-width: 250px;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* hover style just for information */
}

.woosg-title .fly-p-checkbox {
  margin-top: 10px;
}

.woosg-title [type="checkbox"]:not(:checked),
.woosg-title [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.woosg-title [type="checkbox"]:not(:checked) + label,
.woosg-title [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  font-weight: normal;
}

.woosg-title [type="checkbox"]:not(:checked) + label:before,
.woosg-title [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #ccc;
  background: #b7b7b7;
  border-radius: 0px;
}

.woosg-title [type="checkbox"]:not(:checked) + label:after,
.woosg-title [type="checkbox"]:checked + label:after {
  content: '\2713';
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 0.8;
  color: #fff;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
  background: #775eac;
  width: 1.25em;
  height: 1.25em;
  text-align: center;
  line-height: 1.1;
}

.woosg-title [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.woosg-title [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.woosg-title [type="checkbox"]:disabled:not(:checked) + label:before,
.woosg-title [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.woosg-title [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.woosg-title [type="checkbox"]:disabled + label {
  color: #aaa;
}

.woosg-title label:hover:before {
  border: 1px solid #775eac !important;
}

.woosg-title .fly-p-select select {
  background: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 12px;
}

.orddd_field_note {
  font-size: 16px;
  font-family: "Open Sans", sans-serif !important;
}

.orddd_field_note ol {
  padding-left: 15px;
}

#billing_country_field .woocommerce-input-wrapper {
  border: 1px solid #e5e5e5 !important;
  padding: 8px 20px;
  display: block;
  opacity: 0.6;
}

#shipping_method_fly {
  padding: 0;
}

#shipping_method_fly li {
  list-style: none;
  /* Base for label styling */
  /* radio aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled radio */
}

#shipping_method_fly li [type="radio"]:not(:checked),
#shipping_method_fly li [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

#shipping_method_fly li [type="radio"]:not(:checked) + label,
#shipping_method_fly li [type="radio"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  font-weight: normal;
}

#shipping_method_fly li [type="radio"]:not(:checked) + label:before,
#shipping_method_fly li [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #ccc;
  background: #b7b7b7;
  border-radius: 0px;
}

#shipping_method_fly li [type="radio"]:not(:checked) + label:after,
#shipping_method_fly li [type="radio"]:checked + label:after {
  content: '\2713';
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 0.8;
  color: #fff;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
  background: #775eac;
  width: 1.25em;
  height: 1.25em;
  text-align: center;
  line-height: 1.1;
}

#shipping_method_fly li [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

#shipping_method_fly li [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

#shipping_method_fly li [type="radio"]:disabled:not(:checked) + label:before,
#shipping_method_fly li [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

#shipping_method_fly li [type="radio"]:disabled:checked + label:after {
  color: #999;
}

#shipping_method_fly li [type="radio"]:disabled + label {
  color: #aaa;
}

#e_deliverydate {
  background: url(../images/icon-calendar.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: calc(100% - 10px) center;
}

#orddd_time_slot {
  background: url(../images/icon-clock.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: calc(100% - 10px) center;
  padding-right: 55px;
}

.uni_home_contact_form label {
  color: #fff !important;
}

.wccf_file_upload_status {
  position: absolute;
  bottom: -25px;
}

@media (max-width: 991px) {
  .wccf_file_upload_status {
    position: relative;
  }
}

#e_deliverydate_field {
  width: 47%;
  float: left;
  clear: none;
}

#orddd_time_slot_field {
  width: 47%;
  float: right;
  clear: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  border-radius: 0 !important;
  background-color: #7258a9 !important;
  color: #fff !important;
}

#newmenu li a,
.uni_home_contact_form label,
body p, body,
.sh-copyrights {
  font-size: 14px !important;
}

.uni_home_about .sh-heading h2,
.uni_home_contact_information h1 {
  font-size: 36px !important;
}

.uni_home_contact_form .wpcf7-form .wpcf7-submit.btn-rent-now {
  font-size: 14px !important;
  width: 150px;
  line-height: 2 !important;
}

body.single.woocommerce .woocomerce-styling .product .summary .product_title {
  font-size: 26px;
}

.masonry2 .post-title h2 {
  font-size: 20px !important;
}

@media screen and (max-width: 550px) {
  #orddd_time_slot_field, #e_deliverydate_field {
    width: 100%;
  }
}
