html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Poppins, Helvetica, sans-serif;
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 500;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

p {
  margin-bottom: 20px;
}

strong {
  font-weight: 600;
}

label {
  font-weight: 500;
  margin-bottom: 3px;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #ededed;
  opacity: 1;
}

a {
  color: #000;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
}

a:focus,
a:hover {
  color: #111;
  text-decoration: none;
  outline: 0;
}

body .container {
  max-width: 95%;
}
/*@media screen and (min-width: 1600px) {
    .container {
        width: 85%;
    }
}*/
@media screen and (min-width: 1900px) {
  .container {
    width: 72%;
  }
  .header_search.ratetray_search {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }
}

.small-gutters {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.small-gutters > [class*="col-"] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 8px 0;
  z-index: 30;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}

@media (max-width: 767px) {
  header.header {
    padding: 10px 15px;
  }
}

header.header .logo_sticky {
  display: none;
}

header.header.sticky {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}

@media (max-width: 991px) {
  header.header.sticky {
    padding: 10px 15px;
  }
}

header.header.sticky .logo_normal {
  display: none;
}

header.header.sticky .logo_sticky {
  display: inline-block;
}

header.header_in {
  padding: 15px 0;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #ededed;
}

header.header_in.is_sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

header.header_in ul#top_menu li a {
  color: #444;
}

@media (max-width: 991px) {
  header.header_in {
    padding: 10px 0;
  }

  header.header_in #logo a {
    z-index: 9;
    position: relative;
  }
}

header a.open_close {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 999;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  display: none;
  width: 25px;
  height: 25px;
}

@media (max-width: 991px) {
  header a.open_close {
    display: block;
  }
}

header a.open_close span {
  display: none;
}

header a.open_close:hover {
  opacity: 0.8;
}

.header_in a.open_close,
header.sticky a.open_close {
  color: #444;
}

#logo {
  float: left;
  margin-top: 6px;
}

@media (max-width: 991px) {
  #logo {
    float: none;
    width: 100%;
    text-align: center;
  }

  #logo img {
    width: auto;
    height: 35px;
  }
}

.main-menu {
  position: relative;
  z-index: 9;
  float: right;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu ul,
.main-menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.main-menu ul a,
.main-menu ul li a {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  padding: 10px;
}

.main-menu > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  padding-right: 0px;
}

.main-menu > ul > li:hover > a {
  opacity: 0.8;
}

header.header_in .main-menu > ul > li > a,
header.sticky .main-menu > ul > li > a {
  color: #444;
}

header.header_in .main-menu > ul > li:hover > a,
header.sticky .main-menu > ul > li:hover > a {
  opacity: 1;
  color: #ee3232;
}

#close_in,
#header_menu {
  display: none;
}

@media only screen and (min-width: 992px) {
  .main-menu {
    width: auto;
  }

  .main-menu a {
    white-space: nowrap;
  }

  .main-menu ul li {
    display: inline-block;
  }

  .main-menu ul li.submenu:hover > a:after,
  .main-menu ul li.submenu:hover > a:before {
    bottom: -10px;
    opacity: 0;
  }

  .main-menu ul ul {
    position: absolute;
    border-top: 2px solid #ee3232;
    z-index: 1;
    visibility: hidden;
    left: 3px;
    top: 100%;
    margin: 0;
    display: block;
    padding: 0;
    background: #fff;
    min-width: 210px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    transform: scale(0.4);
    transform-origin: 10% top;
    transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1),
      0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .main-menu ul ul:before {
    bottom: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ee3232;
    border-width: 7px;
    margin-left: -7px;
  }

  .main-menu ul li:hover > ul {
    padding: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;
  }

  .main-menu ul ul li {
    display: block;
    height: auto;
    padding: 0;
  }

  .main-menu ul ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #444;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 12px 15px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .main-menu ul ul li:last-child a {
    border-bottom: none;
  }

  .main-menu ul ul li:first-child a:hover {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }

  .main-menu ul ul li:last-child a {
    border-bottom: none;
  }

  .main-menu ul ul li:last-child a:hover {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }

  .main-menu ul ul li:hover > a {
    background-color: #f9f9f9;
    color: #ee3232;
    padding-left: 18px;
  }

  .main-menu ul ul li.third-level > a {
    font-weight: 400 !important;
  }

  .main-menu ul ul li.third-level > a:hover {
    background-color: #f9f9f9;
    color: #ee3232;
    padding-left: 18px;
    opacity: 1;
  }

  .main-menu ul ul li.third-level > a:after {
    font-family: ElegantIcons;
    content: "\35";
    float: right;
    font-size: 16px;
    font-size: 1rem;
    margin-top: -2px;
  }

  .main-menu ul ul ul {
    position: absolute;
    border-top: 0;
    z-index: 1;
    height: auto;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    min-width: 190px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
  }

  .main-menu ul ul ul:before {
    border-width: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  #header_menu {
    display: block;
    text-align: center;
    position: relative;
    padding: 30px 0 25px 0;
    background-color: #ee3232;
  }

  #header_menu a.open_close {
    position: absolute;
    right: 20px;
    top: 20px;
    left: inherit;
    color: #fff !important;
  }

  .main-menu ul li a:hover,
  a.show-submenu:hover {
    color: #ee3232 !important;
    background-color: #f9f9f9;
    opacity: 1 !important;
  }

  .main-menu a,
  .main-menu li {
    display: block;
    color: #333 !important;
  }

  .main-menu li {
    position: relative;
  }

  .main-menu ul > li {
    padding-bottom: 0;
  }

  .main-menu > ul > li.submenu:hover > a:after {
    transform: rotate(180deg);
    color: #ee3232;
  }

  .main-menu ul > li.submenu > a:after {
    font-family: ElegantIcons;
    font-size: 21px;
    font-size: 1.3125rem;
    content: "\33";
    color: #444;
    line-height: 1;
    float: right;
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .main-menu ul li.submenu ul {
    border-left: 1px solid #ededed;
    margin: 0 0 10px 25px;
  }

  .main-menu ul li.submenu ul li {
    border: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .main-menu ul li.submenu ul ul {
    border-left: none;
    margin: 0 0 0 15px;
  }

  .main-menu {
    overflow-y: scroll;
    transform: translateX(-102%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 55%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .main-menu.show {
    transform: translateX(0);
  }

  .main-menu .show-submenu + ul {
    display: none;
    visibility: hidden;
  }

  .main-menu a.show-submenu + ul.show_normal {
    display: block;
    visibility: visible;
  }
}

ul#top_menu {
  float: right;
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 991px) {
  ul#top_menu {
    position: absolute;
    top: 12px;
    right: 15px;
    float: none;
    margin: -2px 0 0 10px;
  }
}

ul#top_menu li {
  float: left;
  margin: 0;
  line-height: 1;
  margin-right: 15px;
}

ul#top_menu li:last-child {
  margin-right: 0;
  position: relative;
  top: 0;
}

@media (max-width: 991px) {
  ul#top_menu li {
    margin: 2px 0 0 10px;
  }
}

ul#top_menu li a {
  color: #fff;
}

ul#top_menu li a:hover {
  color: #fff;
  opacity: 0.7;
}

ul#top_menu li a.login,
ul#top_menu li a.wishlist_bt_top {
  display: block;
  width: 22px;
  height: 23px;
  position: relative;
  top: 8px;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media (max-width: 991px) {
  ul#top_menu li a.login,
  ul#top_menu li a.wishlist_bt_top {
    top: 2px;
  }
}

ul#top_menu li a.login:before,
ul#top_menu li a.wishlist_bt_top:before {
  font-family: Glyphter;
  font-size: 21px;
  font-size: 1.3125rem;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  line-height: 1;
}

.sticky ul#top_menu li a.login:before,
.sticky ul#top_menu li a.wishlist_bt_top:before {
  color: #444;
}

ul#top_menu li a.wishlist_bt_top {
  text-indent: -9999px;
  overflow: hidden;
}

ul#top_menu li a.wishlist_bt_top:before {
  content: "\0043";
}

ul#top_menu li a.login {
  text-indent: -9999px;
  overflow: hidden;
}

ul#top_menu li a.login:before {
  content: "\0042";
}

.hero_single {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0;
  color: #fff;
}

.hero_single .opacity-mask {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero_single .opacity-mask h1,
.hero_single .opacity-mask h3 {
  color: #fff;
  line-height: 1;
  font-size: 48px;
  font-size: 3rem;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .hero_single .opacity-mask h1,
  .hero_single .opacity-mask h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.hero_single .opacity-mask p {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
}

@media (max-width: 767px) {
  .hero_single .opacity-mask p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.hero_single.version_2 {
  height: 580px;
  background: #ededed url(../img/home_section_1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero_single.version_3 {
  height: 580px;
  background: #ededed url(../img/home_section_2.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero_single.inner_pages {
  height: 480px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ededed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero_single.inner_pages h1 {
  padding-top: 45px;
}

.custom-search-input {
  background-color: #fff;
  padding: 5px 5px 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .custom-search-input {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.custom-search-input input {
  border: 0;
  height: 50px;
  padding: 12px 10px 10px 20px;
  border-right: 1px solid #d2d8dd;
  font-weight: 500;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

.custom-search-input input.no_border_r {
  border: none;
}

@media (max-width: 991px) {
  .custom-search-input input {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}

.custom-search-input input:focus {
  box-shadow: none;
}

@media (max-width: 991px) {
  .custom-search-input input:focus {
    border-right: none;
  }
}

.custom-search-input select {
  display: none;
}

.custom-search-input .form-group {
  margin: 0;
}

@media (max-width: 991px) {
  .custom-search-input .form-group {
    margin-bottom: 5px;
  }
}

.custom-search-input i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  background-color: #fff;
  line-height: 50px;
  top: 0;
  right: 1px;
  padding-right: 15px;
  display: block;
  width: 20px;
  box-sizing: content-box;
  height: 48px;
  z-index: 9;
  color: #999;
}

@media (max-width: 991px) {
  .custom-search-input i {
    padding-right: 10px;
  }
}

.custom-search-input input[type="submit"] {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: 0;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #ee3232;
  margin-right: -1px;
}

@media (max-width: 991px) {
  .custom-search-input input[type="submit"] {
    margin: 25px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}

.custom-search-input input[type="submit"]:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.hero_in.detail_page {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ededed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 767px) {
  .hero_in.detail_page {
    height: 400px;
  }
}

.hero_in.detail_page .container {
  position: relative;
  height: 100%;
}

.hero_in.detail_page .wrapper .buttons {
  position: absolute;
  bottom: 0;
  right: 20px;
}

@media (max-width: 767px) {
  .hero_in.detail_page .wrapper .buttons {
    margin-top: 10px;
    position: static;
  }
}

.hero_in.detail_page .wrapper .buttons a.btn_hero {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 10px 15px;
  color: #444 !important;
  font-weight: 500;
  color: #444;
  text-decoration: none !important;
  display: inline-block;
}

.hero_in.detail_page .wrapper .buttons a.btn_hero i {
  margin-right: 8px;
}

.hero_in.detail_page .wrapper .buttons a.btn_hero:hover {
  color: #ee3232 !important;
}

.hero_in.detail_page .wrapper .buttons a.btn_hero.liked {
  color: #ff5a5f !important;
}

.hero_in.detail_page .wrapper .main_info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  padding: 0 10px 40px 10px;
  font-weight: 500;
}

.hero_in.detail_page .wrapper .main_info .head {
  margin-bottom: 10px;
}

.hero_in.detail_page .wrapper .main_info .head .score {
  display: inline-block;
}

.hero_in.detail_page .wrapper .main_info .head .score span {
  float: right;
  text-align: left;
  margin: -2px 0 0 8px;
}

.hero_in.detail_page .wrapper .main_info .head .score strong {
  background-color: #1f2f6a;
}

.hero_in.detail_page .wrapper .main_info h1 {
  color: #fff;
  margin: 0;
  text-transform: none;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .hero_in.detail_page .wrapper .main_info h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.hero_in.detail_page .wrapper .main_info h3 {
  color: #fff;
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .hero_in.detail_page .wrapper .main_info h3 {
    margin-top: 10px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.hero_in.detail_page .wrapper .main_info a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .detail_page_head .breadcrumbs {
    display: none;
  }
}

.detail_page_head .title {
  float: left;
}

@media (max-width: 767px) {
  .detail_page_head .title {
    padding-top: 0;
    float: none;
  }
}

.detail_page_head .title h1 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
}

@media (max-width: 767px) {
  .detail_page_head .title h1 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.detail_page_head .title ul.tags {
  margin: 8px 0 25px 0;
  padding: 0;
}

@media (max-width: 767px) {
  .detail_page_head .title ul.tags {
    margin: 8px 0 20px 0;
  }
}

.detail_page_head .title ul.tags li {
  display: inline-block;
  margin-right: 3px;
}

.detail_page_head .title ul.tags li a {
  border: 1px solid #ededed;
  padding: 2px 10px;
  line-height: 1;
  color: #777;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.detail_page_head .title ul.tags li a:hover {
  color: #ee3232;
}

.detail_page_head .rating {
  float: right;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .detail_page_head .rating {
    padding-top: 0;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
}

.detail_page_head .rating .score span {
  top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

.detail_page_head .rating .score span em {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .detail_page_head .rating .score span {
    float: right;
    text-align: left;
    margin: 0 0 0 8px;
  }
}

.detail_page_head .rating .score strong {
  font-size: 21px;
  font-size: 1.3125rem;
  padding: 12px 10px 8px 10px;
}

@media (max-width: 767px) {
  .detail_page_head .rating .score strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.page_header {
  padding: 20px 0 20px 0;
  background-color: #f4f4f4;
}

@media (max-width: 767px) {
  .page_header {
    padding: 15px 0;
  }
}

.page_header h1 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 767px) {
  .page_header h1 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .page_header.sticky {
    background-color: #ee3232;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: smoothScroll;
    animation-name: smoothScroll;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }

  .page_header.sticky .search_bar_list input[type="submit"] {
    background-color: #121921;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .page_header.sticky .search_bar_list input[type="submit"]:hover {
    background-color: #121921;
  }
}

.breadcrumbs {
  line-height: 1;
  color: #555;
}

.breadcrumbs ul {
  margin: 5px 0 5px 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.breadcrumbs ul li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
  position: relative;
}

.breadcrumbs ul li a {
  color: #777;
}

.breadcrumbs ul li a:hover {
  color: #ee3232;
}

.breadcrumbs ul li:after {
  font-family: ElegantIcons;
  content: "\35";
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  top: -3px;
}

.breadcrumbs ul li:last-child {
  font-weight: 500;
}

.breadcrumbs ul li:last-child:after {
  content: "";
  margin-right: 0;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-200px);
  }

  100% {
    transform: translateY(0);
  }
}

.search_bar_list {
  position: relative;
}

.search_bar_list input[type="text"] {
  border: 0;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 5px;
  padding-left: 15px;
  background: #e2e2e2;
}

.search_bar_list input[type="submit"] {
  position: absolute;
  right: -1px;
  color: #fff;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 15px;
  height: 40px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #ee3232;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search_bar_list input[type="submit"]:hover {
  background-color: #121921;
}

.search_bar_list input[type="submit"]:focus {
  box-shadow: none;
}

.dropdown.user {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}

.dropdown.user > a {
  float: left;
  padding: 12px 0 5px 45px !important;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  position: relative;
}

@media (max-width: 991px) {
  .dropdown.user > a {
    padding-left: 32px !important;
  }
}

@media (max-width: 991px) {
  .dropdown.user > a span {
    display: none;
  }
}

.dropdown.user > a:hover {
  opacity: 0.8;
}

.dropdown.user > a figure {
  width: 34px;
  height: 34px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ededed;
}

.dropdown.user > a figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}

.dropdown.user > a:after {
  font-family: ElegantIcons;
  content: "\33";
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  margin: 0;
  line-height: 1;
  margin-top: -2px;
  margin-left: 5px;
  float: right;
}

@media (max-width: 991px) {
  .dropdown.user > a:after {
    display: none;
  }
}

.dropdown.user.show a:after {
  transform: rotate(180deg);
}

.dropdown.user .dropdown-menu {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  background: #121921;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 18px;
  width: auto;
  left: -1px !important;
  right: -1px !important;
  margin: 5px 0 0 0 !important;
  max-width: 135px;
}

@media (max-width: 991px) {
  .dropdown.user .dropdown-menu {
    margin: 20px 0 0 -125px !important;
  }
}

.dropdown.user .dropdown-menu h4 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.dropdown.user .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown.user .dropdown-menu ul li {
  float: none !important;
}

.dropdown.user .dropdown-menu ul li a {
  padding: 8px 0;
  line-height: 1;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ccc !important;
}

.dropdown.user .dropdown-menu ul li a i {
  margin-right: 8px;
}

.dropdown.user .dropdown-menu ul li a:hover {
  color: #fff !important;
}

.header_in .dropdown.user > a,
.sticky .dropdown.user > a {
  color: #444 !important;
}

.header_in .dropdown.user > a:hover,
.sticky .dropdown.user > a:hover {
  color: #ee3232 !important;
}

@media (max-width: 991px) {
  .header_in .dropdown.user > a {
    padding-left: 45px !important;
  }
}

.header_in .dropdown.user > a:after {
  margin-left: 15px;
}

@media (max-width: 991px) {
  ul#top_menu.drop_user {
    top: 7px;
  }
}

@media (max-width: 991px) {
  ul#top_menu.drop_user .dropdown-menu-content ul li {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .header_in ul#top_menu.drop_user {
    right: 0;
  }
}

.main_title {
  position: relative;
  margin-bottom: 25px;
  position: relative;
}

.main_title span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
}

.main_title span em {
  width: 60px;
  height: 2px;
  background-color: #ee3232;
  display: block;
}

@media (max-width: 767px) {
  .main_title {
    margin-bottom: 10px;
  }
}

.main_title h2 {
  font-size: 26px;
  font-size: 1.625rem;
  max-width: 600px;
  margin: 20px 0 0 0;
}

@media (max-width: 767px) {
  .main_title h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.main_title p {
  max-width: 600px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

.main_title a {
  position: absolute;
  right: 65px;
  bottom: 0;
  font-weight: 500;
}

@media (max-width: 991px) {
  .main_title a {
    display: none;
  }
}

.main_title.center {
  text-align: center;
}

.main_title.center span {
  margin: auto;
}

.main_title.center span em {
  margin: auto;
}

.main_title.center h2 {
  max-width: inherit;
  font-size: 34px;
  font-size: 2.125rem;
}

@media (max-width: 767px) {
  .main_title.center h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.main_title.center p {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  max-width: inherit;
}

.main_title.version_2 a {
  right: 0;
}

@media (max-width: 767px) {
  .main_title.version_2 a {
    display: none;
  }
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: all 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -60px;
  z-index: 999;
  right: -10px;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 32px;
  font-size: 2rem;
  outline: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #222 !important;
  margin: 5px 0;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: 0 0 !important;
  border: 2px solid #ee3232;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot span {
  position: relative;
  margin: 0 5px;
  border-radius: 50%;
  width: 16px !important;
  height: 16px !important;
  background: 0 0 !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border: 2px solid #ccc;
}

.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  background-color: #ee3232 !important;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d2d8dd;
  height: 40px;
  line-height: 33px;
  outline: 0;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #6d757d;
  padding-top: 2px;
}

.nice-select:hover {
  border-color: #8c8c8c;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: -1px !important;
  right: -1px !important;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  margin-top: 8px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-25px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9999;
  height: 23vh;
  overflow: auto;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .list::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}

.nice-select .list::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.nice-select .list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.nice-select .list::-webkit-scrollbar-corner {
  background-color: transparent;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: 0;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  color: #444;
  font-weight: 500;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.strip {
  position: relative;
  margin-bottom: 30px;
}

.strip figure {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  height: 190px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #ededed;
}

.strip figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.strip figure:hover img {
  transform: scale(1.1);
}

.strip figure a.strip_info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  display: block;
}

.strip figure a.strip_info > small {
  position: absolute;
  background-color: #000;
  background-color: #000;
  left: 15px;
  top: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 8px 4px 8px;
  line-height: 1;
  font-size: 11px;
  font-size: 0.6875rem;
}

.strip figure .item_title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 65px 15px 10px 15px;
  background: -moz-linear-gradient(top, transparent 5%, #000 100%);
  background: -webkit-linear-gradient(top, transparent 5%, #000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000 100%);
}

.strip figure .item_title h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.strip figure .item_title small {
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.8);
}

.strip ul {
  padding: 0;
  margin: 0;
}

.strip ul li {
  display: inline-block;
  padding-top: 12px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.strip ul li:last-child {
  padding: 0;
  float: right;
}

.ribbon {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 7px 8px 4px 8px;
  font-weight: 600;
  min-width: 40px;
  z-index: 9;
}

.ribbon.off {
  background-color: #f30;
}

.score strong {
  background-color: #f0f0f0;
  line-height: 1;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  -ms-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
  padding: 10px 10px 8px 10px;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
}

.score span {
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  line-height: 1.1;
  font-weight: 500;
}

.score span em {
  display: block;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
}

.loc_closed,
.loc_open {
  position: relative;
  top: -2px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px 8px;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.loc_open {
  color: #32a067;
  border: 1px solid #32a067;
}

.loc_closed {
  color: #eb5c65;
  border: 1px solid #eb5c65;
}

.deliv,
.take {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  padding-left: 20px;
  margin-right: 10px;
  font-weight: 500;
  color: #444;
}

.deliv:before,
.take:before {
  font-size: 16px;
  font-size: 1rem;
  font-family: ElegantIcons;
  content: "\e013";
  position: absolute;
  line-height: 1;
  font-weight: 400;
}

.deliv.no,
.take.no {
  text-decoration: line-through;
  color: #bbb;
}

.take:before {
  content: "\e013";
  left: 0;
  top: -1px;
}

.take.no {
  text-decoration: line-through;
  color: #bbb;
}

.deliv {
  padding-left: 30px;
  margin-right: 0;
}

.deliv:before {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: food;
  content: "\0074";
  left: 0;
  top: -4px;
}

.margin_60_40 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.margin_60_30 {
  padding-top: 60px;
  padding-bottom: 30px;
}

.margin_30_40 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.margin_detail {
  padding-top: 30px;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .margin_detail {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.add_bottom_15 {
  padding-bottom: 15px;
}

.add_bottom_25 {
  padding-bottom: 25px;
}

.add_bottom_45 {
  padding-bottom: 45px;
}

.add_top_30 {
  margin-top: 30px;
}

.bg_gray {
  background-color: #f4f4f4;
}

.bg_gray.pattern {
  background: #f4f4f4 url(../../images/front/pattern_2.svg) repeat;
}

.mb_5 {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .margin_mobile {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.margin_sticky {
  padding-top: 65px;
}

@media (max-width: 991px) {
  .margin_sticky {
    padding-top: 45px;
  }
}

.btn_1,
a.btn_1 {
  border: none;
  background: #ee3232;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 8px 25px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: normal;
}

.btn_1:focus,
a.btn_1:focus {
  outline: 0;
}

.btn_1:hover,
a.btn_1:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.btn_1.full-width,
a.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
}

.btn_1.small,
a.btn_1.small {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 7px 15px;
}

.btn_1.medium,
a.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}

.btn_1.outline,
a.btn_1.outline {
  border: 2px solid #111;
  color: #111;
  padding: 6px 15px;
  background: 0 0;
}

.btn_1.outline:hover,
a.btn_1.outline:hover {
  border-color: #ee3232;
  color: #ee3232 !important;
}

.btn_1.outline:focus,
a.btn_1.outline:focus {
  outline: 0;
}

.btn_1.gray,
a.btn_1.gray {
  background: #f0f0f0;
  color: #111 !important;
}

.btn_1.gray:hover,
a.btn_1.gray:hover {
  background-color: #ffc107;
  color: #111 !important;
}

.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.35);
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  visibility: hidden;
}

.layer-is-visible {
  opacity: 1;
  visibility: visible;
}

.rotate-x {
  animation-duration: 0.5s;
  animation-name: rotate-x;
}

@keyframes rotate-x {
  from {
    transform: rotateY(0);
  }

  to {
    transform: rotateY(360deg);
  }
}

.container_check {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container_check input:checked ~ .checkmark {
  background-color: #ee3232;
  border: 1px solid transparent;
}

.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d8dd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container_check input:checked ~ .checkmark:after {
  display: block;
}

.container_radio {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_radio input {
  position: absolute;
  opacity: 0;
}

.container_radio input:checked ~ .checkmark:after {
  opacity: 1;
}

.container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d8dd;
  background-color: #fff;
  border-radius: 50%;
}

.container_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ee3232;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-control {
  padding: 10px;
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
}

.form-control:focus {
  border-color: #000;
  outline: 0;
  box-shadow: none;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.error_message {
  font-weight: 500;
  color: #e3464c;
}

.nav-link {
  display: block;
  padding: 0 15px;
  height: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #444;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border: none;
  border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #ee3232;
  color: #ee3232;
  background-color: transparent;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}

footer {
  background-color: #121921;
  padding: 60px 0 35px 0;
}

@media (max-width: 767px) {
  footer {
    padding: 0 0 15px 0;
  }
}

footer hr {
  background-color: rgba(255, 255, 255, 0.15);
  margin-top: 5px;
}

@media (max-width: 767px) {
  footer hr {
    opacity: 0;
  }
}

footer .contacts ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  footer .contacts ul {
    margin-top: 15px;
  }
}

footer .contacts ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
  color: #fff;
  opacity: 0.6;
}

footer .contacts ul li a {
  color: #fff;
  opacity: 1;
}

footer .contacts ul li a:hover {
  opacity: 1;
}

footer .contacts ul li i {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1;
}

footer h3 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  footer h3 {
    font-size: 13px;
    font-size: 0.8125rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 -10px 0 -10px;
    padding: 15px 15px 15px 15px;
    display: block;
  }

  footer h3:after {
    font-family: ElegantIcons;
    content: "\4c";
    width: 20px;
    display: block;
    float: right;
  }

  footer h3.opened:after {
    content: "\4b";
  }
}

footer .links ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  footer .links ul {
    margin-top: 15px;
  }
}

footer .links ul li {
  margin-bottom: 8px;
  line-height: 1.2;
}

footer .links ul li a {
  position: relative;
  color: #fff;
  opacity: 0.6;
  display: inline-block;
}

footer .links ul li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
  color: #fff;
  opacity: 1;
}

footer .links ul li a:hover:after {
  opacity: 1;
  color: #fff;
}

footer .links ul li a:after {
  font-family: ElegantIcons;
  content: "\24";
  position: relative;
  margin-left: 5px;
  top: 2px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media (max-width: 767px) {
  #newsletter {
    margin-top: 20px;
  }
}

#newsletter h6 {
  margin: 15px 0 15px 0;
}

#newsletter input[type="email"] {
  border: 0;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ccc;
}

#newsletter input[type="email"]:focus {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#newsletter button[type="submit"] {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  top: 0;
  border: 0;
  padding: 0 10px;
  height: 40px;
  line-height: 44px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #ee3232;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
}

#newsletter button[type="submit"]:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

#message-newsletter #success_page {
  color: #fff;
  opacity: 0.6;
}

.follow_us h5 {
  font-size: 16px;
  font-size: 1rem;
  margin: 35px 0 10px 0;
  color: #fff;
}

.follow_us ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

.follow_us ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.follow_us ul li a {
  display: block;
}

.follow_us ul li a img {
  width: 30px;
  height: 30px;
}

.follow_us ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

ul.footer-selector {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-selector li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 575px) {
  ul.footer-selector li:last-child {
    padding-top: 10px;
    clear: both;
    float: none;
    display: block !important;
  }
}

ul.additional_links {
  margin: 0;
  padding: 8px 0 0 0;
  color: #555;
  float: right;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 991px) {
  ul.additional_links {
    float: none;
    margin-top: 10px;
  }
}

ul.additional_links li {
  display: inline-block;
  margin-right: 15px;
}

ul.additional_links li:first-child {
  margin-right: 20px;
}

ul.additional_links li:last-child {
  margin-right: 0;
}

ul.additional_links li:last-child:after {
  content: "";
}

ul.additional_links li span {
  color: #fff;
  opacity: 0.8;
}

ul.additional_links li a {
  color: #fff;
  opacity: 0.8;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.additional_links li a:hover {
  opacity: 1;
}

ul.additional_links li:after {
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px;
}

.styled-select {
  width: 100%;
  overflow: hidden;
  height: 30px;
  line-height: 32px;
  border: none;
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-right: 35px;
  position: relative;
  color: #ccc;
  cursor: pointer;
}

.styled-select:after {
  font-family: ElegantIcons;
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 0;
}

.styled-select.lang-selector:after {
  content: "\e0e3";
}

.styled-select.currency-selector:after {
  content: "\33";
}

.styled-select select {
  background: 0 0;
  width: 110%;
  padding-left: 10px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
  color: #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  font-weight: 500;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: 0;
}

.styled-select select:focus {
  color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.styled-select select::-ms-expand {
  display: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.96;
}

.mfp-wrap {
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #aaa;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-s-loading .mfp-arrow {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  right: 0;
  top: -40px;
}

button.mfp-close {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -20px;
  display: block;
  right: -12px;
  cursor: pointer !important;
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin: 0;
  background-color: transparent;
  outline: 0;
  transform: translate3d(0, 0, 0);
}

.mfp-gallery .mfp-content .mfp-close {
  display: none;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 18px;
}

.mfp-arrow {
  opacity: 1;
  margin: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  z-index: 100;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  outline: 0 !important;
}

.mfp-arrow:hover {
  background: #66676b;
  color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  font-family: ElegantIcons;
  font-size: 38px;
  line-height: 1;
}

.mfp-arrow.mfp-arrow-right {
  right: 15px;
}

.mfp-arrow.mfp-arrow-left:before,
.mfp-arrow.mfp-arrow-right:before {
  content: "\34";
  left: -1px;
  top: -1px;
  position: relative;
}

.mfp-arrow.mfp-arrow-right:before {
  content: "\35";
}

.mfp-content:hover .mfp-arrow {
  opacity: 1;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1180px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 54%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto;
  border-radius: 4px;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 102%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
  background-color: #111;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.zoom-anim-dialog {
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.zoom-anim-dialog .mfp-close {
  color: #000;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 18px;
  right: 15px;
  width: 25px;
  height: 25px;
  line-height: 24px;
}

.zoom-anim-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}

.zoom-anim-dialog .mfp-close:before {
  font-size: 14px;
  font-family: "FontAwesome";
  content: "\f00d";
}

.modal_header {
  font-size: 18px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px 4px;
  display: inline-block;
  background-color: var(--primary-color);
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px;
}

.modal_header h3 {
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

#sign-in-dialog .form-group input.form-control {
  padding-left: 40px;
}

#sign-in-dialog .form-group > i {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  left: 12px;
  top: 33px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}

#sign-in-dialog .form-group > i.icon_lock_alt {
  top: 35px;
}

.checkboxes label {
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
}

#forgot_pw {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  min-height: 430px;
  display: none;
}

#forgot_pw label {
  font-weight: 500;
}

.sign-in-wrapper {
  position: relative;
  height: 100%;
}

a.social_bt {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  min-width: 200px;
  margin-bottom: 15px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

a.social_bt:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

a.social_bt.facebook {
  background: #3b5998 url(../img/Facebook__logo.svg) 10px center no-repeat;
}

a.social_bt.google {
  background: #444 url(../img/Google__G__Logo.svg) 10px center no-repeat;
}

.divider {
  text-align: center;
  height: 1px;
  margin: 20px 0 20px 0;
  background-color: #ededed;
}

.divider span {
  position: relative;
  top: -20px;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  font-style: italic;
}

.mfp-bottom-bar {
  padding: 0 10px !important;
}

.mfp-counter {
  right: 10px !important;
  color: #fff !important;
}

.mfp-bg {
  opacity: 0.8 !important;
}

.pagination .page-item .page-link {
  color: #000;
}

.pagination .page-item.active .page-link {
  background-color: #ee3232;
  border-color: #ee3232;
  color: #fff;
}

.pagination_fg {
  text-align: center;
  margin-top: 15px;
}

.pagination_fg a {
  color: #333;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0 2px;
}

.pagination_fg a:hover {
  background-color: #f0f0f0;
}

.pagination_fg a.active {
  background-color: var(--primary-color);
  color: #fff;
}

#toTop {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 25px;
  margin: 0 25px 0 0;
  z-index: 999;
  transition: 0.35s;
  transform: scale(0.7);
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 50%;
  text-align: center;
  font-size: 42px;
  font-size: 2.625rem;
  color: #fff;
  cursor: pointer;
}

#toTop.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#toTop:after {
  font-family: ElegantIcons;
  content: "\32";
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#toTop:hover {
  background-color: #ee3232;
}

.my-toggle {
  background: 0 0;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #888;
  cursor: pointer;
  font-size: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  z-index: 10;
  position: relative;
}

.my-toggle:focus,
.my-toggle:hover {
  background-color: #eee;
  color: #555;
  outline: transparent;
}

.hideShowPassword-wrapper {
  width: 100% !important;
}

.loader {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
}

.loader.newsletter {
  right: -22px;
}

.loader.register {
  color: #444;
}

#cookie-bar {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  line-height: 24px;
  color: #eee;
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 2px 10px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  #cookie-bar a {
    display: block;
    max-width: 150px;
    margin: auto;
    margin-bottom: 5px;
  }
}

#cookie-bar .cb-enable {
  background: #b3bac4;
}

#cookie-bar .cb-enable:hover {
  background: #fff;
  color: #1f2f6a;
}

#cookie-bar .cb-disable {
  background: #900;
}

#cookie-bar .cb-disable:hover {
  background: #b00;
}

#cookie-bar .cb-policy {
  background: #ee3232;
}

#cookie-bar .cb-policy:hover {
  background: #fff;
  color: #1f2f6a;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

@media (max-width: 767px) {
  #cookie-bar {
    padding: 5px 0;
  }
}

.accordion_2 .card {
  border: 0;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.accordion_2 .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding: 20px;
}

.accordion_2 .card-body {
  padding-bottom: 0;
}

.accordion_2 .card-header h5 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}

.accordion_2 .card-header h5 a {
  display: block;
  color: #999;
}

.accordion_2 .card-header h5 a i.indicator {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  float: right;
  color: #ee3232;
}

.card {
  border-radius: 0;
  border: 0;
  margin-bottom: 5px;
}

#style-switcher {
  background: #fff;
  width: 205px;
  position: fixed;
  top: 205px;
  z-index: 99;
  left: -205px;
  border-radius: 0 0 4px 0;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
}

#style-switcher h3 {
  color: #fff;
  font-size: 13px;
  margin: 10px 0;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

#style-switcher ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

#style-switcher div {
  padding: 6px 18px;
}

#style-switcher h6 {
  background: #f8f8f8;
  color: #444;
  font-size: 14px;
  line-height: 46px;
  padding: 0 0 0 20px;
  margin-top: 0;
  font-weight: 400;
}

#style-switcher h6 a {
  background-color: #f8f8f8;
  display: block;
  height: 46px;
  position: absolute;
  right: -46px;
  top: 0;
  width: 46px;
  border-radius: 0 4px 4px 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

#style-switcher h6 a i {
  position: relative;
  top: 4px;
  color: #999;
}

.colors {
  list-style: none;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.colors li {
  float: left;
  margin: 4px 2px 0 2px;
}

.colors li a {
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.default {
  background: #ee3232;
}

.aqua {
  background: #1cbbb4;
}

.green_switcher {
  background: #82ca9c;
}

.orange {
  background: #f7941d;
}

.beige {
  background: #bea882;
}

.gray {
  background: #555;
}

.green-2 {
  background: #18a84c;
}

.navy {
  background: #4a5d7d;
}

.peach {
  background: #faaa5d;
}

.purple {
  background: #6449e7;
}

.red {
  background: #f0151f;
}

.violet {
  background: #909;
}

.colors li a.active {
  box-shadow: 0 0 0 2px #fff inset;
}

.colors li a {
  border-radius: 3px;
}

@media only screen and (max-width: 1024px) {
  #style-switcher {
    display: none;
  }
}
.singlepost {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 30px 30px 1px 30px;
}
.singlepost figure {
  margin: -30px -30px 30px -30px;
}
.singlepost h1 {
  font-size: 34px;
}
.singlepost p,
.singlepost ul li {
  line-height: 26px;
  font-size: 17px;
}

.postmeta {
  padding-bottom: 10px;
}

.postmeta ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.postmeta ul li {
  display: inline-block;
  margin: 0 15px 0px 0;
  font-weight: 500;
  color: #898989;
  font-size: 14px;
}

.postmeta ul li i {
  margin-right: 3px;
}

.postmeta ul li a {
  font-weight: 500;
  color: #898989;
  font-size: 14px;
}

.postmeta ul li a:hover {
  color: var(--primary-color);
}

.postmeta ul li a i {
  margin-right: 3px;
}
/* Feeback emojis */
.feedback {
  --normal: #FFF;
  --normal-shadow: #FFF;
  --normal-shadow-top: #FFF;
  --normal-mouth: #2e2e3d;
  --normal-eye: #282734;
  --happy: #20d79b;
  --good: #88c504;
  --ok: #ffe234;
  --sad: #ffa534;
  --angry: #aa54e7;
  --active: #aa54e7;
  --active-shadow: #aa54e7;
  --active-shadow-top: #aa54e7;
  --active-mouth: #f05136;
  --active-eye: #313036;
  --active-tear: #76b5e7;
  --active-shadow-angry: #aa54e7;
  --hover: #FFF;
  --hover-shadow-top: #FFF;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.feedback label {
  position: relative;
  transition: transform 0.3s;
  cursor: pointer;
  margin-left: 20px;
}
.feedback label:not(:last-child) {
  margin-right: 20px;
}
.feedback label input {
  appearance: none;
  outline: none;
  border: none;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: var(--sb, var(--normal));
  box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow)),
    inset -1px 1px 2px var(--sht, var(--normal-shadow-top));
  transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.feedback label div {
  width: 40px;
  height: 40px;
  position: relative;
  transform: perspective(240px) translateZ(4px);
}
.feedback label div svg,
.feedback label div:before,
.feedback label div:after {
  display: block;
  position: absolute;
  left: var(--l, 9px);
  top: var(--t, 13px);
  width: var(--w, 8px);
  height: var(--h, 1px);
  transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
}
.feedback label div svg {
  fill: none;
  stroke: var(--s);
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s;
}
.feedback label div svg.eye {
  --s: var(--e, var(--normal-eye));
  --t: 17px;
  --w: 7px;
  --h: 4px;
}
.feedback label div svg.eye.right {
  --l: 23px;
}
.feedback label div svg.mouth {
  --s: var(--m, var(--normal-mouth));
  --l: 11px;
  --t: 23px;
  --w: 18px;
  --h: 7px;
}
.feedback label div:before,
.feedback label div:after {
  content: "";
  z-index: var(--zi, 1);
  border-radius: var(--br, 1px);
  background: var(--b, var(--e, var(--normal-eye)));
  transition: background 0.4s;
}
.feedback label.angry {
  --step-1-rx: -24deg;
  --step-1-ry: 20deg;
  --step-2-rx: -24deg;
  --step-2-ry: -20deg;
}
.feedback label.angry div:before {
  --r: 20deg;
}
.feedback label.angry div:after {
  --l: 23px;
  --r: -20deg;
}
.feedback label.angry div svg.eye {
  stroke-dasharray: 4.55;
  stroke-dashoffset: 8.15;
}
.feedback label.angry input:checked {
  animation: angry 1s linear;
}
.feedback label.angry input:checked + div:before {
  --middle-y: -2px;
  --middle-r: 22deg;
  animation: toggle 0.8s linear forwards;
}
.feedback label.angry input:checked + div:after {
  --middle-y: 1px;
  --middle-r: -18deg;
  animation: toggle 0.8s linear forwards;
}
.feedback label.angry .progress-block {
  animation: angry 1s linear;
}
.feedback label.angry .progress-block + div:before {
  --l: 5px;
  --t: 10px;
  --middle-y: -2px;
  --middle-r: 22deg;
  animation: toggle 0.8s linear forwards;
}
.feedback label.angry .progress-block + div:after {
  --l: 19px;
  --t: 10px;
  --middle-y: 1px;
  --middle-r: -18deg;
  animation: toggle 0.8s linear forwards;
}
.feedback label.sad {
  --step-1-rx: 20deg;
  --step-1-ry: -12deg;
  --step-2-rx: -18deg;
  --step-2-ry: 14deg;
}
.feedback label.sad div:before,
.feedback label.sad div:after {
  --b: var(--active-tear);
  --sc: 0;
  --w: 5px;
  --h: 5px;
  --t: 15px;
  --br: 50%;
}
.feedback label.sad div:after {
  --l: 25px;
}
.feedback label.sad div svg.eye {
  --t: 16px;
}
.feedback label.sad div svg.mouth {
  --t: 24px;
  stroke-dasharray: 9.5;
  stroke-dashoffset: 33.25;
}
.feedback label.ok {
  --step-1-rx: 4deg;
  --step-1-ry: -22deg;
  --step-1-rz: 6deg;
  --step-2-rx: 4deg;
  --step-2-ry: 22deg;
  --step-2-rz: -6deg;
}
.feedback label.ok div:before {
  --l: 12px;
  --t: 17px;
  --h: 4px;
  --w: 4px;
  --br: 50%;
  box-shadow: 12px 0 0 var(--e, var(--normal-eye));
}
.feedback label.ok div:after {
  --l: 13px;
  --t: 26px;
  --w: 14px;
  --h: 2px;
  --br: 1px;
  --b: var(--m, var(--normal-mouth));
}
.feedback label.ok input:checked + div:before {
  --middle-s-y: 0.35;
  animation: toggle 0.2s linear forwards;
}
.feedback label.ok input:checked + div:after {
  --middle-s-x: 0.5;
  animation: toggle 0.7s linear forwards;
}
.feedback label.good {
  --step-1-rx: -14deg;
  --step-1-rz: 10deg;
  --step-2-rx: 10deg;
  --step-2-rz: -8deg;
}
.feedback label.good div:before {
  --b: var(--m, var(--normal-mouth));
  --w: 5px;
  --h: 5px;
  --br: 50%;
  --t: 22px;
  --zi: 0;
  opacity: 0.5;
  box-shadow: 16px 0 0 var(--b);
  filter: blur(2px);
}
.feedback label.good div:after {
  --sc: 0;
}
.feedback label.good div svg.eye {
  --t: 15px;
  --sc: -1;
  stroke-dasharray: 4.55;
  stroke-dashoffset: 8.15;
}
.feedback label.good div svg.mouth {
  --t: 22px;
  --sc: -1;
  stroke-dasharray: 13.3;
  stroke-dashoffset: 23.75;
}
.feedback label.good input:checked + div svg.mouth {
  --middle-y: 1px;
  --middle-s: -1;
  animation: toggle 0.8s linear forwards;
}
.feedback label.happy div {
  --step-1-rx: 18deg;
  --step-1-ry: 24deg;
  --step-2-rx: 18deg;
  --step-2-ry: -24deg;
}
.feedback label.happy div:before {
  --sc: 0;
}
.feedback label.happy div:after {
  --b: var(--m, var(--normal-mouth));
  --l: 11px;
  --t: 23px;
  --w: 18px;
  --h: 8px;
  --br: 0 0 8px 8px;
}
.feedback label.happy div svg.eye {
  --t: 14px;
  --sc: -1;
}
.feedback label.happy input:checked + div:after {
  --middle-s-x: 0.95;
  --middle-s-y: 0.75;
  animation: toggle 0.8s linear forwards;
}
.feedback label input:checked {
  --sb: var(--active);
  --sh: var(--active-shadow);
  --sht: var(--active-shadow-top);
}
.feedback label.happy input:checked,
.progress-block {
  --sb: var(--happy);
  --sh: var(--happy);
  --sht: var(--happy);
}
.feedback label.good input:checked {
  --sb: var(--good);
  --sh: var(--good);
  --sht: var(--good);
}
.feedback label.ok input:checked {
  --sb: var(--ok);
  --sh: var(--ok);
  --sht: var(--ok);
}
.feedback label.sad input:checked {
  --sb: var(--sad);
  --sh: var(--sad);
  --sht: var(--sad);
}
.feedback label.angry input:checked {
  --sb: var(--angry);
  --sh: var(--angry);
  --sht: var(--angry);
}
.feedback label input:checked + div {
  --m: var(--active-mouth);
  --e: var(--active-eye);
  animation: shake 0.8s linear forwards;
}
.feedback label input:not(:checked):hover {
  --sb: var(--hover);
  --sht: var(--hover-shadow-top);
}
.feedback label input:not(:checked):active {
  transform: scale(0.925);
}
.feedback label input:not(:checked):active + div {
  transform: scale(0.925);
}
.feedback label:hover {
  transform: scale(1.08);
}
.feedback label.happy .progress-block + div:after {
  --middle-s-x: 0.95;
  --middle-s-y: 0.75;
  animation: toggle 0.8s linear forwards;
}
.feedback label .progress-block {
  --sb: var(--active);
  --sh: var(--active-shadow);
  --sht: var(--active-shadow-top);
}
.feedback label.happy .progress-block,
label.happy input:not(:checked).progress-block:hover {
  --sb: var(--happy);
  --sh: var(--happy);
  --sht: var(--happy);
}
.feedback label.good .progress-block,
label.good input:not(:checked).progress-block:hover {
  --sb: var(--good);
  --sh: var(--good);
  --sht: var(--good);
}
.feedback label.ok .progress-block,
label.ok input:not(:checked).progress-block:hover {
  --sb: var(--ok);
  --sh: var(--ok);
  --sht: var(--ok);
}
.feedback label.sad .progress-block,
label.sad input:not(:checked).progress-block:hover {
  --sb: var(--sad);
  --sh: var(--sad);
  --sht: var(--sad);
}
.feedback label.angry .progress-block,
label.angry input:not(:checked).progress-block:hover {
  --sb: var(--angry);
  --sh: var(--angry);
  --sht: var(--angry);
}
.feedback label .progress-block + div {
  --m: var(--active-mouth);
  --e: var(--active-eye);
  animation: shake 0.8s linear forwards;
}
.feedback label .progress-block:hover {
  --sb: var(--hover);
  --sht: var(--hover-shadow-top);
}
.feedback label .progress-block:active {
  transform: scale(0.925);
}
.feedback label .progress-block:active + div {
  transform: scale(0.925);
}
.feedback label:hover {
  transform: scale(1.08);
}

@keyframes shake {
  30% {
    transform: perspective(240px) rotateX(var(--step-1-rx, 0deg))
      rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg))
      translateZ(10px);
  }
  60% {
    transform: perspective(240px) rotateX(var(--step-2-rx, 0deg))
      rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg))
      translateZ(10px);
  }
  100% {
    transform: perspective(240px) translateZ(4px);
  }
}
@keyframes tear {
  0% {
    opacity: 0;
    transform: translateY(-2px) scale(0) translateZ(0);
  }
  50% {
    transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
  }
  20%,
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1)
      translateZ(0);
  }
}
@keyframes toggle {
  50% {
    transform: translateY(var(--middle-y, 0))
      scale(
        var(--middle-s-x, var(--middle-s, 1)),
        var(--middle-s-y, var(--middle-s, 1))
      )
      rotate(var(--middle-r, 0deg));
  }
}
@keyframes angry {
  40% {
    background: var(--active);
  }
  45% {
    box-shadow: inset 3px -3px 4px var(--active-shadow),
      inset 0 8px 10px var(--active-shadow-angry);
  }
}
/* Progress bar feedbacks */
.progress .feedback label input {
  width: 30px;
  height: 30px;
}

.progress .feedback label div svg.eye {
  --t: 7px;
}

.progress .feedback label div svg.mouth {
  --s: var(--m, var(--normal-mouth));
  --l: 5px;
  --t: 13px;
  --w: 18px;
  --h: 7px;
}

.progress .feedback label.happy div:after {
  --t: 18px;
  --l: 6px;
}

.progress .feedback label.happy div svg.eye.left {
  --t: 9px;
  --l: 5px;
}

.progress .feedback label.happy div svg.eye.right {
  --t: 9px;
  --l: 18px;
}
.progress .feedback label.good div svg.eye.left {
  --t: 10px;
  --l: 6px;
}

.progress .feedback label.good div svg.eye.right {
  --t: 10px;
  --l: 18px;
}
.progress .feedback label.good div svg.mouth {
  --t: 17px;
}
.progress .feedback label.ok div:before {
  --t: 10px;
  --l: 8px;
}
.progress .feedback label.ok div:after {
  --t: 20px;
  --l: 9px;
}
.progress .feedback label.good div:before {
  --t: 16px;
  --l: 5px;
}
.progress .feedback label div svg.eye.left {
  --t: 10px;
}
.progress .feedback label div svg.eye.right {
  --l: 18px;
  --t: 10px;
}
.progress .feedback label div svg.mouth {
  --t: 17px;
  --w: 15px;
  --l: 8px;
}
.progress .feedback label.angry div svg.eye {
  --t: 13px;
}
.progress .feedback label.angry input:checked + div:after {
  --t: 10px;
  --l: 18px;
}
.progress .feedback label.angry input:checked + div:before {
  --t: 10px;
  --l: 6px;
}
.progress .feedback div:after {
  --l: 6px;
  --t: 15px;
}
.progress .feedback label div svg.left {
  --l: 7px;
  --t: 8px;
}
