/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    background: #ffffff;
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/* Add to cart button */
.action.tocart {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}
.action.tocart.tocart-loading {
  background-image: url(../../frontend/Mgs/hebes/el_GR/MGS_AjaxCart/images/three-dots-white.svg);
}
.action.tocart.tocart-loading.small-button:before,
.action.tocart.tocart-loading span {
  opacity: 0;
}
/* Ajax Cart Success */
.mfp-mgs-quickview,
.success-ajax--popup {
  position: fixed !important;
  top: 0 !important;
  height: 100% !important;
}
.mfp-mgs-quickview .popup__main.popup--result,
.success-ajax--popup .popup__main.popup--result {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0;
}
.ajax_cart-popup.popup__columns .ajax_header {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  color: #000;
  font-size: 16px;
  position: relative;
  padding-right: 30px;
  font-weight: 600;
}
.ajax_cart-popup.popup__columns .ajax_header .action-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  text-align: center;
  color: #2f2f2f;
  font-size: 32px;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  display: none;
}
.ajax_cart-popup.popup__columns .popup__table {
  margin-top: 20px;
}
.ajax_cart-popup.popup__columns .popup__table:after {
  clear: both;
  content: "";
  display: table;
}
.ajax_cart-popup.popup__columns .popup__table .popup__table-col {
  float: left;
  width: 100px;
}
.ajax_cart-popup.popup__columns .popup__table .popup__table-col + .popup__table-col {
  width: calc(100% - 100px);
  padding-left: 30px;
}
.ajax_cart-popup.popup__columns .popup__table .product-confirm-name {
  font-weight: 700;
  color: #000;
  font-family: "Montserrat";
  margin-bottom: 5px;
}
.ajax_cart-popup.popup__columns .popup__table .title {
  color: #7d7d7d;
  font-weight: 500;
  margin-right: 10px;
}
.ajax_cart-popup.popup__columns .popup__table .title:after {
  content: ":";
}
.ajax_cart-popup.popup__columns .popup__table .product-confirm-subtotal .price {
  font-weight: 700;
  color: #000;
}
.ajax_cart-popup.popup__columns .ajax_footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
  text-align: right;
}
.ajax_cart-popup.popup__columns .ajax_footer .btn-tocart {
  margin-left: 17px;
}
.ajax_cart-popup.popup__columns + .popup__related {
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.ajax_cart-popup.popup__columns + .popup__related .block-title {
  padding: 10px 0;
}
.ajax_cart-popup.popup__columns + .popup__related .block-title h5 {
  font-size: 16px;
  font-weight: 700;
}
.ajax_cart-popup.popup__columns + .popup__related .products-grid .owl-carousel .owl-dots {
  margin-top: 10px;
}
.ajax_cart-popup.popup__columns + .popup__related .products-grid .product-item-info {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .ajax_cart-popup.popup__columns .popup__table {
    margin-top: 15px;
  }
  .ajax_cart-popup.popup__columns .popup__table .popup__table-col {
    width: 80px;
  }
  .ajax_cart-popup.popup__columns .popup__table .popup__table-col + .popup__table-col {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
  .ajax_cart-popup.popup__columns .popup__table .product-confirm-subtotal .title {
    display: block;
  }
  .ajax_cart-popup.popup__columns .ajax_footer {
    margin-top: 15px;
    padding-top: 0;
  }
  .ajax_cart-popup.popup__columns .ajax_footer .actions .btn {
    margin: 10px 0 0 0 !important;
    width: 100%;
  }
}
/* Form Ajax Cart (Products Option) */
.form-ajax--popup {
  position: fixed !important;
  top: 0 !important;
  height: 100% !important;
}
.form-ajax--popup .popup__main.popup--result {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0;
}
.form-ajax--popup .mfp-iframe-holder .mfp-content {
  max-width: 700px;
  border-width: 15px;
}
@media (max-width: 991px) {
  .form-ajax--popup .mfp-iframe-holder .mfp-content {
    border-width: 0;
  }
}
@media (max-width: 767.98px) {
  .form-ajax--popup .mfp-iframe-holder .mfp-content {
    max-width: calc(100% - 30px);
  }
}
.form-ajax--popup .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
  height: auto;
  padding: 0;
}
.form-ajax--popup .mfp-iframe-holder .mfp-content .mfp-iframe-scaler iframe {
  height: 400px;
  position: static;
}
.form-ajax--popup .mfp-iframe-holder .mfp-content .mfp-close {
  top: 3px;
  right: 3px;
  display: block;
}
.ajaxcart-catalog-product-view {
  height: 400px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.ajaxcart-catalog-product-view::-webkit-scrollbar {
  display: none;
}
.ajaxcart-catalog-product-view > main {
  width: 100%;
}
.ajaxcart-catalog-product-view #maincontent {
  min-height: unset;
  padding: 0;
  max-width: unset;
  width: auto;
}
.ajaxcart-catalog-product-view #maincontent > .page.messages {
  display: none !important;
}
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
  max-width: 100%;
  margin: 0;
}
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .product-info-list-additional,
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute + .swatch-attribute {
  margin-top: 10px;
}
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .product-info-price,
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .product-info-price,
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .product-add-form .product-options-wrapper {
  margin-bottom: 10px;
}
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .product-detail-name .name {
  font-size: 30px;
}
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .box-tocart .product-addto-wishlist,
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .box-tocart .product-addto-links {
  display: none !important;
}
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .price-box {
  margin-top: 20px;
}
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .price-box .price {
  font-size: 18px;
}
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .price-box .old-price {
  margin-top: 2px;
}
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .price-box .old-price .price {
  font-size: 15px;
}
.ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main {
  padding: 15px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .box-tocart > .fieldset .field.qty {
    margin: 0 15px 10px 0px;
  }
  .ajaxcart-catalog-product-view .ajaxcart-content-form.product-info-main .box-tocart > .fieldset .field .input-text {
    width: 100%;
  }
}
/* Fly Cart */
.flycart-animated-add {
  width: 80px !important;
  height: auto !important;
}
.flycart-animated-add span {
  display: block;
  width: 100% !important;
  padding: 0 !important;
}
.cart-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.cart-footer.number:empty {
  display: none;
}
.cart-footer .subtitle {
  display: none;
}
.cart-footer .subtitle.empty {
  font-weight: 500;
  display: block;
  padding: 35px 15px;
  width: 100%;
}
.cart-footer .cart-qty {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  display: inline-block;
  cursor: pointer;
}
.cart-footer .fixed-mini-cart {
  background-color: #fff;
  box-shadow: 0 0px 3px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .cart-footer .fixed-mini-cart {
    display: none !important;
  }
}
.cart-footer .fixed-mini-cart:after {
  content: "";
  display: table;
  clear: both;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.empty {
  display: none !important;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.cart-items {
  -ms-flex: 0 0 calc(100% - 340px);
  flex: 0 0 calc(100% - 340px);
  max-width: calc(100% - 340px);
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions {
  border-left: 1px solid #ddd;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions > .primary,
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions button {
  width: 100%;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions > .summary-content {
  width: 100%;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions > .summary-content .summary-field {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions > .summary-content .title {
  text-transform: uppercase;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions > .summary-content .value {
  font-weight: 700;
  color: #000;
  font-size: 15px;
}
.cart-footer .fixed-mini-cart .cart-items-inner {
  white-space: nowrap;
  max-width: 100%;
  overflow-x: auto;
  padding: 20px;
}
.cart-footer .fixed-mini-cart .cart-items .item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 80px;
  border: 1px solid #d8d8d8;
}
.cart-footer .fixed-mini-cart .cart-items .item img {
  width: 100%;
  height: auto;
}
.cart-footer .fixed-mini-cart .cart-items .item .product .item-qty {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background-color: #c61932;
  text-align: center;
  color: #fff;
  line-height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: 600;
}
.cart-footer .fixed-mini-cart .cart-items .item .edit-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: rgba(47, 47, 47, 0.8);
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 4px 0 0;
  text-align: center;
  display: block;
}
.cart-footer .fixed-mini-cart .cart-items .item .edit-icon:before {
  font-size: 14px;
  line-height: 24px;
  content: "\e60f";
  font-family: 'themify';
}
.cart-footer .fixed-mini-cart .item-actions {
  background-color: #ddd;
  bottom: -1px;
  left: 100%;
  padding: 8px;
  position: absolute;
  top: -1px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  min-width: 100%;
}
.cart-footer .fixed-mini-cart .item-actions.show-actions {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions {
  white-space: nowrap;
  text-align: center;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions > div {
  display: inline-block;
  vertical-align: top;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action {
  line-height: 20px;
  height: 20px;
  display: block;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action span {
  font-size: 0;
  line-height: 0;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action:after {
  color: #000;
  content: "\e605";
  font-family: "themify";
  font-size: 18px;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action.edit:after {
  content: "\e60f";
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action:hover:after {
  color: #c61932;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty {
  white-space: nowrap;
  text-align: center;
  margin-bottom: 12px;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .label {
  display: none;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .item-qty {
  width: 40px;
  padding: 0;
  text-align: center;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item {
  width: 40px;
  height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  vertical-align: top;
  text-align: center;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item:hover {
  background-color: #000;
  border-color: #000;
}
.message.global.cookie.mgs-gdpr-cookie-notice{
	bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    line-height:2; 
	padding:20px;
	margin: 0;
	display: block;
	z-index:10;
	color:#222;
}
.message.global.cookie.mgs-gdpr-cookie-notice .content{padding:0; margin:0}
.mgs-gdpr-cookie-notice.message.global h3{margin-top:0}

.mgs-gdpr-cookie-notice.text-align-center{
	text-align:center;
}
.mgs-gdpr-cookie-notice.text-align-left{
	text-align:left;
}
.mgs-gdpr-cookie-notice.text-align-right{
	text-align:right;
}
.modal-popup._inner-scroll.modal-mgs-gdpr .modal-inner-wrap {
    max-height: 90%;
	margin:1rem auto;
}
.modal-popup.modal-mgs-gdpr .modal-content, 
.modal-popup.modal-mgs-gdpr .modal-footer{padding: 3rem;}
.modal-popup._inner-scroll.modal-mgs-gdpr .modal-content {
    overflow-y: auto;
	border:none;
}

.modal-popup.modal-mgs-gdpr .modal-header{padding:0; border:none}
.modal-popup.modal-mgs-gdpr .action-close{top:0; right:0}
.mgs-gdpr-checkbox label{text-align:left; white-space: normal;}
.mgs-gdpr-checkbox .checkbox{bottom:unset !important}

.modals-overlay {
    background-color: rgba(51,51,51,.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
        margin-top: 5rem;
        margin-bottom: 5rem;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform,visibility;
    transition-property: transform,visibility;
    transition-timing-function: ease;
}

.modal-popup._show .modal-inner-wrap {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    margin-top: 0;
    margin-bottom: 0;
}

.mgs-gdpr-popup{padding-bottom:30px}

.modal-mgs-gdpr .action-close {
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: -13px;
    top: -13px;
    z-index: 10;
}

.modal-mgs-gdpr .action-close::before {
    -webkit-font-smoothing: antialiased;
    color: #fff !important;
	background-color: #333;
    content: "\e646";
    font-size: 18px !important;
    font-weight: 400;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    padding-left: 1px;
    speak: none;
    text-align: center;
}
.modal-mgs-gdpr .action-close:hover::before {
	background-color: #c61932;
}
.modal-popup .action-close span{display:none}


.mgs-gdpr-cookie-notice.message.global .notice-cookie-title {
     font-size: 22px;
}

.mgs-gdpr-cookie-notice.message.global .content .actions {
	margin-top: 20px;
}
.mgs-gdpr-cookie-notice.message.global .content .actions .primary {
    padding: 4px 15px;
	font-size: 12px;
    font-weight: 700;
}
.mgs-gdpr-cookie-notice.message.global .content .notice-cookie-content a {
    font-weight: 600;
}
.mgs-gdpr-cookie-notice.message.global .content .notice-cookie-content a:hover {
    text-decoration: underline;
}
.modal-mgs-gdpr h2 {
    font-size: 25px;
    margin: 40px 0 10px;
}
.modal-mgs-gdpr  ul li {
    list-style-type: square;
}

.modal-mgs-gdpr  ul {
	padding-left: 13px;
	margin-bottom: 10px;
}

.modal-mgs-gdpr th, 
.modal-mgs-gdpr td {
    border: 1px solid #ededed;
    padding: 10px;
}

.modal-mgs-gdpr th {
	font-weight: 600;
	color: #222;
	text-transform: uppercase;
	
}
.mgs-gdpr-cookie-notice.gdpr-box-shadow {
    -webkit-box-shadow: -2px 2px 82px -26px #000;
    box-shadow: -2px 2px 82px -26px #000; 
}



/* RESPONSIVE */



@media  (max-width: 767px){
	
	.modal-popup.modal-mgs-gdpr {
		left: 15px;
		right: 15px;
		padding: 20px 0;
	}

	.modal-mgs-gdpr._inner-scroll .modal-content {
		padding: 15px;
	}
	.modal-mgs-gdpr th, 
	.modal-mgs-gdpr td {
		font-size: 13px;
	}
	
}


@media  (max-width: 575px){
	.message.global.cookie.mgs-gdpr-cookie-notice {
		width: calc( 100% - 30px) !important;
		left: 15px !important;
	}
}



.lookbook-container{float:left; width:100%; display:block}
.mgs-lookbook-container{position:relative; float:left}
.mgs-lookbook-container .lookbook-image{max-width:100%}
.mgs-lookbook-container .pin-item{position:absolute; text-align:center}

/* ==========================================================================
   GENERAL
   ========================================================================== */
.pin-maker:before,
.pin-maker:after {
	content: "";
	display: table;
}
.pin-maker:after {
	clear: both;
}
.pin__wrapper {
	position: relative;
	outline: 0;
}
.pin__wrapper a:focus,
.pin__wrapper a:hover,
.pin__wrapper a:active {
	outline: 0;
}
.pin-maker .pin__wrapper {
	float: left;
}
.pin-maker .pin__wrapper .pin__image > img {
	width: 100%;
}
.pm-2col .pin__wrapper,
.pm-2col .pin__sizer {
	width: 50%;
}
.pm-3col .pin__wrapper,
.pm-3col .pin__sizer {
	width: 33.3%;
}
.pm-4col .pin__wrapper,
.pm-4col .pin__sizer {
	width: 25%;
}
.pm-5col .pin__wrapper,
.pm-5col .pin__sizer {
	width: 20%;
}
.pm-mask {
	position: relative;
}
.pm-mask:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .35);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   PIN TYPE ICON
   ========================================================================== */
[class*="pin__type--"] {
	position: absolute;
}
.pin__icon--add,
.pin__type--area {
	cursor: pointer;
	transition: all .35s;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.pin__size--small {
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 10px;
}
.pin__size--medium {
	width: 32px;
	height: 32px;
	line-height: 30px;
	font-size: 16px;
}
.pin__size--large {
	width: 48px;
	height: 48px;
	line-height: 46px;
	font-size: 18px;
}

/* ==========================================================================
   POPUP
   ========================================================================== */
.pin__popup,
.pin__title {
	position: absolute;
}
.pin__title:before,
.pin__popup:before {
	content: "";
	position: absolute;
}
.pin__title {
	white-space: nowrap;
	background: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	top: -webkit-calc(-100% - 10px);
	top: calc(-100% - 10px);
	padding: 5px 30px;
	font-size: 14px;
	transition: transform .35s;
}
.lookbook-container .price-box .old-price {
    float: none !important;
    margin: 0 0 0 5px !important;
}
.pin__title:before {
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	bottom: -12px;
	left: calc(50% - 6px);
	left: -webkit-calc(50% - 6px);
}
.pin__size--small + .pin__title {
	top: calc(-100% - 15px);
	top: -webkit-calc(-100% - 15px);
}
.pin__size--large + .pin__title {
	top: -100%;
}
.pin__type--area .pin__title {
	top: -50px;
}
.pin__type:not(.pin__opened):hover .pin__title {
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
.pin__popup {
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transition: all .35s;
	z-index: 100;
	border-radius: 2px;
}
.pin__type--area .pin__popup {
	text-align: initial;
}
.pin__opened .pin__popup {
	opacity: 1;
	visibility: visible;
}
.pin__opened .pin__popup img, .pin__popup img{max-width:100%}
.pin__popup--zoom {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.pin__popup--zoom.pin__popup--right,
.pin__popup--zoom.pin__popup--left {
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}
.pin__opened .pin__popup--zoom.pin__popup--top,
.pin__opened .pin__popup--zoom.pin__popup--bottom {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pin__opened .pin__popup--zoom.pin__popup--right,
.pin__opened .pin__popup--zoom.pin__popup--left {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.pin__popup--sup {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.pin__popup--sup.pin__popup--right,
.pin__popup--sup.pin__popup--left {
	-webkit-transform: translateY(calc(-50% + 30px));
	transform: translateY(calc(-50% + 30px));
}
.pin__opened .pin__popup--sup.pin__popup--right,
.pin__opened .pin__popup--sup.pin__popup--left,
.pin__opened .pin__popup--sdown.pin__popup--right,
.pin__opened .pin__popup--sdown.pin__popup--left {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--sdown {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}
.pin__popup--sdown.pin__popup--right,
.pin__popup--sdown.pin__popup--left {
	-webkit-transform: translateY(calc(-50% - 30px));
	transform: translateY(calc(-50% - 30px));
}
.pin__popup--sleft {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.pin__popup--sleft.pin__popup--right,
.pin__popup--sleft.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(30px);
	transform: translateY(-50%) translateX(30px);
}
.pin__opened .pin__popup--sleft.pin__popup--right,
.pin__opened .pin__popup--sleft.pin__popup--left,
.pin__opened .pin__popup--sright.pin__popup--right,
.pin__opened .pin__popup--sright.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}
.pin__popup--sright {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.pin__popup--sright.pin__popup--right,
.pin__popup--sright.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(-30px);
	transform: translateY(-50%) translateX(-30px);
}
.pin__popup--rotate {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.pin__popup--rotate.pin__popup--right,
.pin__popup--rotate.pin__popup--left {
	-webkit-transform: translateY(-50%) rotateY(360deg);
	transform: translateY(-50%) rotateY(360deg);
}
.pin__opened .pin__popup--rotate.pin__popup--right,
.pin__opened .pin__popup--rotate.pin__popup--left {
	-webkit-transform: translateY(-50%) rotateY(0deg);
	transform: translateY(-50%) rotateY(0deg);
}
.pin__opened .pin__popup--sup,
.pin__opened .pin__popup--sdown {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pin__opened .pin__popup--sleft,
.pin__opened .pin__popup--sright {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.pin__opened .pin__popup--rotate {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.pin__popup:before {
	border: 10px solid transparent;
}
.pin__popup--top {
	bottom: calc(100% + 20px);
}
.pin__popup--top:before {
	border-top: 10px solid #fff;
	left: calc(50% - 10px);
	bottom: -20px;
}
.pin__popup--bottom {
	top: calc(100% + 20px);
}
.pin__popup--bottom:before {
	border-bottom: 10px solid #fff;
	left: calc(50% - 10px);
	top: -20px;
}
.pin__popup--right {
	left: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--right:before {
	border-right: 10px solid #fff;
	left: -20px;
	top: calc(50% - 10px);
}
.pin__popup--left {
	right: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--left:before {
	border-left: 10px solid #fff;
	right: -20px;
	top: calc(50% - 10px);
}
.popup__title {
	padding: 10px 15px;
	font-size: 16px;
}
.popup__content {
	padding: 15px;
}
.popup__title + .popup__content {
	border-top: 2px solid #f2f2f2;
}
.popup__content iframe {
	width: 100%;
	height: 100%;
}
.popup__content--product {
	text-align: center;
	background:#fff;
}
.popup__content--product > *:not(:last-child) {
	margin-bottom: 10px;
}
.pin__popup .popup__content--product h3 {
	font-size: 15px;
	color: #222;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform:none;
}
.popup__content--product > span {
	font-size: 14px;
	display: block;
	line-height: 1;
	color: #878787;
}
.popup__content--product > span ins {
	background: none;
	color: #c60f02;
	text-decoration: none;
}
.popup__content--product > div {
	border-top: 1px solid #ddd;
	margin: 0 -15px;
}
.popup__content--product > div form{
	display: inline-block;
	width: 50%;
	padding: 20px 0 0;
	height: auto;
	line-height: 1;
}
.popup__content--product > div a, .popup__content--product > div button.action.primary {
	display: inline-block;
	width: 50%;
	color: #222;
	padding: 12px 0 0;
	margin: 0;
	background: none;
	box-shadow: none;
	border: 0;
	font-weight: normal;
	height: auto;
	line-height: 1;
	text-decoration:none;
}
.popup__content--product > div button.action.primary{width:100%; padding: 0; margin-top:-2.5px}
.popup__content--product > div a:hover {
	background: none;
	color: #c00;
}
.popup__content--product > div button.action.primary:hover {
	color: #c00;
}

.pin__popup_text_content{background:#fff; color:#878787}
.pin__popup_text_content .popup__title{color:#2b2b2b}
.pin__popup_text_content .popup__content{line-height:23px}
.pin__popup_text_content .popup__content a { color: #c00; }
.pin__popup_text_content .popup__content a:hover { text-decoration: underline; }
.popup__content .price-box .price{color:#878787}
/* ==========================================================================
   SLIDER
   ========================================================================== */
.pm-slick {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.pm-slick .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.pm-slick .slick-list:focus,
.pm-slick .slick-arrow:focus {
	outline: none;
}
.pm-slick .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.pm-slick .slick-track,
.pm-slick .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pm-slick .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.pm-slick .slick-track:before,
.pm-slick .slick-track:after {
	display: table;
	content: '';
}
.pm-slick .slick-track:after {
	clear: both;
}
.slick-loading .slick-track,
.pm-slick .slick-loading .slick-slide {
	visibility: hidden;
}
.pm-slick .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .pm-slick .slick-slide {
	float: right;
}
.pm-slick .slick-slide img,
.pm-slick.slick-initialized .slick-slide {
	display: block;
}
.pm-slick .slick-slide.slick-loading img,
.pm-slick .slick-arrow.slick-hidden {
	display: none;
}
.pm-slick .slick-slide.dragging img {
	pointer-events: none;
}
.pm-slick.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.pm-slick .slick-arrow {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	top: calc(50% - 16px);
	z-index: 10;
	text-indent: -999em;
	background: #65affa;
	color: #fff;
	border: 3px solid rgba(255, 255, 255, .45);
	transition: all .35s;
	opacity: 0;
	line-height: 26px;
}
.pm-slick:hover .slick-arrow {
	opacity: 1;
}
.pm-slick .slick-arrow:hover {
	background: #3881ca;
}
.pm-slick .slick-next {
	right: 20px;
}
.pm-slick .slick-prev {
	left: 20px;
}
.pm-slick .slick-arrow:before {
	position: absolute;
	font-family: icomoon;
	text-indent: 0;
	display: block;
	font-size: 12px;
	width: 18px;
}
.pm-slick .slick-prev:before {
	content: "\e901";
}
.pm-slick .slick-next:before {
	content: "\e902";	
}
.pm-slick.slick-dotted {
	margin-bottom: 30px;
}
.pm-slick .slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pm-slick .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
}
.pm-slick .slick-dots li button {
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	width: 20px;
	height: 20px;
	padding: 0;
}
.pm-slick .slick-dots li button:hover,
.pm-slick .slick-dots li button:focus {
	outline: none;
}
.pm-slick .slick-dots li button:hover:before,
.pm-slick .slick-dots li button:focus:before {
	opacity: 1;
}
.pm-slick .slick-dots li button:before {
	font-size: 32px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 14px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #65affa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pm-slick .slick-dots li.slick-active button:before {
	opacity: 1;
}

.pin__title{color:#878787; line-height:25px}
.popup__content--product > div{line-height:normal}
.pin__popup div.price-box{border:none}

.pin__popup .price-box p{margin-bottom:0}

.lookbook-slider .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	bottom: 10px;
}
.lookbook-slider.owl-carousel .owl-dots .owl-dot span {
	background-color: #c00;
	border-color: #c00;
	opacity: 0.5;
}
.lookbook-slider.owl-carousel .owl-dots .owl-dot:hover span, 
.lookbook-slider.owl-carousel .owl-dots .owl-dot.active span {
	opacity: 1;
	border-color: #c00;
	background-color: #c00;
}
.lookbook-slider .lookbook-image {
	min-width: 100%;
}
.lookbook-slider {clear:both}
.lookbook-slider .owl-dots .owl-dot span{width:15px; height:15px; background:#f9f9f9}
.lookbook-slider .owl-dots .owl-dot.active span, .lookbook-slider .owl-dots .owl-dot:hover span{background:#65affa}
@media (max-width: 1199px) {
	.pin__popup { width: 200px !important; }
	.popup__content img{height:auto}
}
@media (max-width: 960px) {
	.pin__popup .popup__content{padding:10px; font-size: 11px; line-height: 1.4;}
	.popup__content--product > div{margin:0 -10px}
	.pin__popup .popup__content--product h3{font-size:12px; margin-bottom:0; font-weight: 400;}
	.popup__content .price{margin-bottom:10px}
	.popup__content--product > div a{padding:10px 0 0}
	.pin__popup_text_content .popup__title { line-height: 1.428; font-size: 13px; }
}

@media (max-width: 768px) {
	.pin__popup{width:140px !important}
	.popup__content img{height:auto}
	.popup__content--product > img {display: none !important; }
	.pin__popup .popup__content--product h3, .popup__content--product > div a, .popup__content .price, .popup__content--product > div button.action.primary{font-size:11px;}
	.popup__content--product > div form {
		padding-top: 10px;
	}
	
}.nav-megamenu nav.navigation {
  height: 100%;
}
body,
html {
  overflow-x: hidden;
}
.level0 > .label-menu {
  left: 100%;
  right: auto;
  top: calc(50% - 18px);
  margin-left: -38px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mobile-navigation .label-menu,
.mobile-navigation .level0 > .label-menu {
  left: auto;
  right: 35px !important;
  top: 10px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  margin-left: 0;
}
.label-menu {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  font-size: 10px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  background-color: #c61932;
  padding: 0 6px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.label-menu .new {
  background-color: #01bad4;
}
.label-menu .new:before {
  border: 3px solid #c61932;
  border-color: #01bad4 transparent transparent #01bad4;
}
.label-menu:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border: 3px solid #c61932;
  position: absolute;
  top: 100%;
  left: 14px;
  border-color: #c61932 transparent transparent #c61932;
}
.nav-megamenu nav.navigation .nav-main-menu {
  height: 100%;
  align-items: stretch;
}
.nav-megamenu nav.navigation .nav-main-menu .icon-next {
  display: none;
}
.nav-megamenu nav.navigation .nav-main-menu > li a.level0 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  align-items: center;
  color: #696969;
  font-weight: 500;
  padding: 0 28.5px;
}
.nav-megamenu nav.navigation .nav-main-menu li.level0 a.level0:after {
  content: none;
}
.nav-megamenu nav.navigation.navigation-with-logo .mega-menu--right,
.nav-megamenu nav.navigation.navigation-with-logo .mega-menu--left {
  flex: 1;
  height: 100%;
}
.nav-megamenu nav.navigation.navigation-with-logo .mega-menu--left .has-logo-child-menu {
  justify-content: flex-end;
}
.nav-megamenu nav.navigation.navigation-with-logo .has-logo-child-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
.mobile-navigation .custom_menu .item img {
  display: none;
}
@media (min-width: 1200px) {
  .nav-megamenu .mega-menu-fullwidth li.level1 .sub-menu > li > .sub-menu {
    position: absolute;
    top: -6px;
    left: 100%;
    border: 1px solid #eee;
    padding: 5px 20px;
    min-width: 250px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 10px 0 rgba(96, 109, 166, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  .nav-megamenu .mega-menu-fullwidth li.level1 .sub-menu > li.level3 .sub-menu {
    left: calc(100% + 20px);
  }
  .nav-megamenu .mega-menu-fullwidth li.level1 .sub-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .nav-megamenu nav.navigation .nav-main-menu .mega-menu-fullwidth li.level1 .sub-menu > li:hover > .toggle-menu {
    display: block;
    right: 4px;
    padding: 0 6px;
    background: #fff;
  }
  .nav-megamenu nav.navigation .nav-main-menu .mega-menu-fullwidth li.level2 .sub-menu > li:hover > .toggle-menu {
    right: auto;
    left: 100%;
  }
  .nav-megamenu .custom_menu .item {
    flex: 1;
    position: relative;
    text-align: center;
  }
  .nav-megamenu .custom_menu .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  .nav-megamenu .custom_menu .item:hover > ul {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .nav-megamenu .custom_menu .item:hover > ul .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav-megamenu .custom_menu .item:hover:after {
    opacity: 1;
    visibility: visible;
  }
  .nav-megamenu .custom_menu .item .mega-menu-sub-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .nav-megamenu .custom_menu .item > ul {
    position: absolute;
    right: 0;
    left: 0;
    bottom: auto;
    top: 40%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    z-index: 9;
  }
  .nav-megamenu .custom_menu .item > ul .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    overflow: hidden;
  }
  .nav-megamenu .custom_menu .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  .nav-megamenu #mainMenu .toggle-menu > a:hover {
    text-decoration: none;
  }
  .nav-megamenu #mainMenu a:not(.level0):hover {
    text-decoration: underline;
  }
  .nav-megamenu #mainMenu .toggle-menu > a:hover {
    text-decoration: none;
  }
  .mega-menu-fullwidth {
    position: static !important;
  }
  .mega-menu-fullwidth .marginalization {
    margin-right: -70px;
    margin-top: -60px;
    margin-bottom: -60px;
  }
  .left_menu li a {
    padding: 10px 0 8px;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
  }
  .left_menu li a:hover {
    color: #606da6;
  }
  .nav-megamenu nav.navigation .nav-main-menu .mega-menu-fullwidth:hover > .dropdown-menu {
    transform: translate(-50%, 0);
  }
  .nav-megamenu nav.navigation .nav-main-menu .mega-menu-fullwidth > .dropdown-menu {
    min-width: 560px;
    width: 1170px;
    left: 50%;
    transform: translate(-50%, 30px);
    -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
    padding: 30px 40px;
  }
  .nav-megamenu nav.navigation .nav-main-menu .mega-menu-fullwidth.menu-4columns > .dropdown-menu,
  .nav-megamenu nav.navigation .nav-main-menu .mega-menu-fullwidth.menu-5columns > .dropdown-menu,
  .nav-megamenu nav.navigation .nav-main-menu .mega-menu-fullwidth.menu-6columns > .dropdown-menu {
    box-shadow: 0 10px 40px 0 rgba(96, 109, 166, 0.15);
    border: 0;
    padding: 60px 70px;
  }
  .nav-megamenu nav.navigation .nav-main-menu .no-padding.dropdown > .dropdown-menu {
    padding: 0;
  }
  .nav-megamenu nav.navigation .nav-main-menu .no-padding.dropdown > .dropdown-menu .row {
    margin: 0;
  }
  .menu-2columns.mega-menu-fullwidth {
    position: relative !important;
  }
  .nav-megamenu .mega-menu-sub-title {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
  }
  .nav-megamenu nav.navigation .nav-main-menu .mega-menu-fullwidth .dropdown-menu li:hover > .toggle-menu,
  .nav-megamenu nav.navigation .nav-main-menu .toggle-menu {
    display: none;
  }
  .nav-megamenu nav.navigation .nav-main-menu .dropdown-menu li:not(.level1):hover > .toggle-menu {
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    line-height: 38px;
  }
  .nav-megamenu nav.navigation .nav-main-menu .dropdown-menu li:not(.level1):hover > .toggle-menu > a {
    padding: 0;
  }
  .nav-megamenu nav.navigation .nav-main-menu .dropdown-menu li:not(.level1):hover > .toggle-menu .icon-plus:after {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ccc;
  }
  .nav-megamenu nav.navigation .nav-main-menu .menu-2columns.hover-right > .dropdown-menu,
  .nav-megamenu nav.navigation .nav-main-menu .menu-2columns.ct-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .nav-megamenu nav.navigation .nav-main-menu .menu-2columns > .dropdown-menu {
    min-width: 560px;
    width: auto;
    left: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
  }
  .nav-megamenu nav.navigation .nav-main-menu .menu-2columns:hover > .dropdown-menu {
    transform: translateY(0);
  }
  .nav-megamenu nav.navigation .nav-main-menu .dropdown-menu {
    min-width: 250px;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all 100ms;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    margin: 0;
    border-radius: 0;
    left: 0;
    padding: 0;
  }
  .nav-megamenu nav.navigation .nav-main-menu li.level0.hover-right:not(.mega-menu-fullwidth) > .dropdown-menu {
    left: auto;
    right: 0;
  }
  .nav-megamenu nav.navigation .nav-main-menu li.level0.hover-right:not(.mega-menu-fullwidth) .dropdown-menu li > .dropdown-menu {
    left: auto;
    right: 100%;
  }
  .nav-megamenu nav.navigation .nav-main-menu li.level0:not(.mega-menu-fullwidth) .dropdown-menu li a {
    padding: 5px 40px;
  }
  .nav-megamenu nav.navigation .nav-main-menu li.level0:not(.mega-menu-fullwidth) .dropdown-menu li ul > li:first-child {
    margin-top: 25px;
  }
  .nav-megamenu nav.navigation .nav-main-menu li.level0:not(.mega-menu-fullwidth) .dropdown-menu li ul > li:last-child {
    margin-bottom: 25px;
  }
  .nav-megamenu nav.navigation .nav-main-menu .dropdown-menu li {
    position: relative;
  }
  .nav-megamenu nav.navigation .nav-main-menu .dropdown-menu li > .dropdown-menu {
    left: 100%;
    top: -25px;
  }
  .nav-megamenu nav.navigation .nav-main-menu .dropdown-menu li > a {
    padding: 5px 0;
    display: block;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    position: relative;
  }
  .nav-megamenu nav.navigation .nav-main-menu li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    box-shadow: 0 0 20px 0 rgba(96, 109, 166, 0.1);
  }
}
@media (max-width: 1199px) {
  html.active-menu .header {
    position: static;
  }
  html.active-menu:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 2;
    opacity: 0.7;
  }
}
.promobanner {
  position: relative;
  overflow: hidden;
}
.promobanner > a > img {
  min-width: 100%;
}
.promobanner .text {
  position: absolute;
  padding: 35px 30px;
  z-index: 1;
}
.promobanner .text h1,
.promobanner .text .h1,
.promobanner .text h2,
.promobanner .text .h2,
.promobanner .text h3,
.promobanner .text .h3,
.promobanner .text h4,
.promobanner .text .h4,
.promobanner .text h5,
.promobanner .text .h5,
.promobanner .text h6,
.promobanner .text .h6 {
  font-weight: 700;
  margin-top: 0;
}
.promobanner .text h1 small,
.promobanner .text .h1 small,
.promobanner .text h2 small,
.promobanner .text .h2 small,
.promobanner .text h3 small,
.promobanner .text .h3 small,
.promobanner .text h4 small,
.promobanner .text .h4 small,
.promobanner .text h5 small,
.promobanner .text .h5 small,
.promobanner .text h6 small,
.promobanner .text .h6 small {
  font-size: 50%;
  color: inherit;
  font-weight: inherit;
}
.promobanner .text.top-left,
.promobanner .text.top-middle,
.promobanner .text.top-right {
  top: 0;
}
.promobanner .text.top-left {
  left: 0;
}
.promobanner .text.top-middle {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.promobanner .text.top-right {
  right: 0;
}
.promobanner .text.middle-left,
.promobanner .text.middle-center,
.promobanner .text.middle-right {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.promobanner .text.middle-left {
  left: 0;
}
.promobanner .text.middle-center {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.promobanner .text.middle-right {
  right: 0;
}
.promobanner .text.bottom-left,
.promobanner .text.bottom-center,
.promobanner .text.bottom-right {
  bottom: 0;
}
.promobanner .text.bottom-left {
  left: 0;
}
.promobanner .text.bottom-center {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.promobanner .text.bottom-right {
  right: 0;
}
.promobanner.zoom img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.promobanner.zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.border-zoom:before {
  border: 2px solid #fff;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  content: '';
  display: block;
  position: absolute;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.promobanner.border-zoom img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.promobanner.border-zoom:hover:before {
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  z-index: 9;
}
.promobanner.border-zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.flashed:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.promobanner.flashed:hover:after {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
}
.promobanner.zoom-flashed:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.promobanner.zoom-flashed img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.promobanner.zoom-flashed:hover:after {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
}
.promobanner.zoom-flashed:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.shadow-corner {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.promobanner.shadow-corner:hover {
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.promobanner.zoom-shadow:after {
  position: absolute;
  content: "";
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  background: #000000;
  opacity: 0.4;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.promobanner.zoom-shadow:hover:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.promobanner.shadow-zoom .text.middle-center {
  width: 100%;
  padding: 45px;
}
.promobanner.shadow-zoom button.btn-promo-banner {
  text-transform: uppercase;
  position: absolute;
  top: 50px;
  right: 50px;
  margin-top: 0;
  text-decoration: none;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.promobanner.shadow-zoom:hover button.btn-promo-banner {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.promobanner.shadow-zoom .bottom-left {
  position: static;
  padding: 0;
}
.promobanner.shadow-zoom .bottom-left .banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 45px;
  z-index: 99;
  width: 100%;
}
.promobanner.shadow-zoom:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.promobanner.shadow-zoom:hover:after {
  opacity: 0.4;
  visibility: visible;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
}
.promobanner.cup-border {
  overflow: visible;
}
.promobanner.cup-border a:after {
  border: 2px solid #ddbe86;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  content: "";
  opacity: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.promobanner.cup-border:hover a:after {
  opacity: 1;
  transform: translate(15px, 15px);
  -webkit-transform: translate(15px, 15px);
  -moz-transform: translate(15px, 15px);
  -o-transform: translate(15px, 15px);
}
.promobanner.flashed-zoom a:after {
  position: absolute;
  content: "";
  width: 100%;
  padding-top: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  background: #fff;
  transform: translate(-50%,-50%) rotate(45deg) scale(0);
  -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(0);
  -moz-transform: translate(-50%,-50%) rotate(45deg) scale(0);
  -o-transform: translate(-50%,-50%) rotate(45deg) scale(0);
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
.promobanner.flashed-zoom a > img {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.promobanner.flashed-zoom:hover a > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.flashed-zoom:hover a:after {
  opacity: 0;
  transform: translate(-50%,-50%) rotate(45deg) scale(1);
  -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1);
  -moz-transform: translate(-50%,-50%) rotate(45deg) scale(1);
  -o-transform: translate(-50%,-50%) rotate(45deg) scale(1);
}
.promobanner.zoom-out-shadow a:after {
  position: absolute;
  content: "";
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  border: 2px solid #fff;
  outline-width: 15px;
  outline-style: solid;
  outline-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.promobanner.zoom-out-shadow:hover a:after {
  left: 15px;
  right: 15px;
  bottom: 15px;
  top: 15px;
}
.promobanner.mist > a:after {
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.promobanner.mist:hover > a:after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.promobanner.mist-text img {
  opacity: 1;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.promobanner.mist-text:hover img {
  opacity: 0.7;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding25 {
  padding: 25px;
}
.padding30 {
  padding: 30px;
}
.padding35 {
  padding: 35px;
}
.padding40 {
  padding: 40px;
}
.padding45 {
  padding: 45px;
}
.padding50 {
  padding: 50px;
}
.padding55 {
  padding: 55px;
}
.padding60 {
  padding: 60px;
}
.padding65 {
  padding: 65px;
}
.padding70 {
  padding: 70px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top10 {
  padding-top: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top25 {
  padding-top: 25px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top35 {
  padding-top: 35px;
}
.padding-top40 {
  padding-top: 40px;
}
.padding-top45 {
  padding-top: 45px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-top55 {
  padding-top: 55px;
}
.padding-top60 {
  padding-top: 60px;
}
.padding-top65 {
  padding-top: 65px;
}
.padding-top70 {
  padding-top: 70px;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom25 {
  padding-bottom: 25px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom35 {
  padding-bottom: 35px;
}
.padding-bottom40 {
  padding-bottom: 40px;
}
.padding-bottom45 {
  padding-bottom: 45px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.padding-bottom55 {
  padding-bottom: 55px;
}
.padding-bottom60 {
  padding-bottom: 60px;
}
.padding-bottom65 {
  padding-bottom: 65px;
}
.padding-bottom70 {
  padding-bottom: 70px;
}
.padding-left5 {
  padding-left: 5px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-left25 {
  padding-left: 25px;
}
.padding-left30 {
  padding-left: 30px;
}
.padding-left35 {
  padding-left: 35px;
}
.padding-left40 {
  padding-left: 40px;
}
.padding-left45 {
  padding-left: 45px;
}
.padding-left55 {
  padding-left: 55px;
}
.padding-left50 {
  padding-left: 50px;
}
.padding-left60 {
  padding-left: 60px;
}
.padding-left65 {
  padding-left: 65px;
}
.padding-left70 {
  padding-left: 70px;
}
.padding-right5 {
  padding-right: 5px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-right15 {
  padding-right: 15px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right25 {
  padding-right: 25px;
}
.padding-right30 {
  padding-right: 30px;
}
.padding-right35 {
  padding-right: 35px;
}
.padding-right40 {
  padding-right: 40px;
}
.padding-right50 {
  padding-right: 50px;
}
.padding-right45 {
  padding-right: 45px;
}
.padding-right55 {
  padding-right: 55px;
}
.padding-right60 {
  padding-right: 60px;
}
.padding-right65 {
  padding-right: 65px;
}
.padding-right70 {
  padding-right: 70px;
}
.margin5 {
  margin: 5px;
}
.margin10 {
  margin: 10px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin25 {
  margin: 25px;
}
.margin30 {
  margin: 30px;
}
.margin35 {
  margin: 35px;
}
.margin40 {
  margin: 40px;
}
.margin45 {
  margin: 45px;
}
.margin50 {
  margin: 50px;
}
.margin55 {
  margin: 55px;
}
.margin60 {
  margin: 60px;
}
.margin65 {
  margin: 65px;
}
.margin70 {
  margin: 70px;
}
.margin-top5 {
  margin-top: 5px;
}
.margin-top10 {
  margin-top: 10px;
}
.margin-top15 {
  margin-top: 15px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-top25 {
  margin-top: 25px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-top35 {
  margin-top: 35px;
}
.margin-top40 {
  margin-top: 40px;
}
.margin-top45 {
  margin-top: 45px;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top55 {
  margin-top: 55px;
}
.margin-top60 {
  margin-top: 60px;
}
.margin-top65 {
  margin-top: 65px;
}
.margin-top70 {
  margin-top: 70px;
}
.margin-bottom5 {
  margin-bottom: 5px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-bottom15 {
  margin-bottom: 15px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.margin-bottom25 {
  margin-bottom: 25px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
.margin-bottom35 {
  margin-bottom: 35px;
}
.margin-bottom40 {
  margin-bottom: 40px;
}
.margin-bottom45 {
  margin-bottom: 45px;
}
.margin-bottom50 {
  margin-bottom: 50px;
}
.margin-bottom55 {
  margin-bottom: 55px;
}
.margin-bottom60 {
  margin-bottom: 60px;
}
.margin-bottom65 {
  margin-bottom: 65px;
}
.margin-bottom70 {
  margin-bottom: 70px;
}
.margin-left5 {
  margin-left: 5px;
}
.margin-left10 {
  margin-left: 10px;
}
.margin-left15 {
  margin-left: 15px;
}
.margin-left20 {
  margin-left: 20px;
}
.margin-left25 {
  margin-left: 25px;
}
.margin-left30 {
  margin-left: 30px;
}
.margin-left35 {
  margin-left: 35px;
}
.margin-left40 {
  margin-left: 40px;
}
.margin-left45 {
  margin-left: 45px;
}
.margin-left50 {
  margin-left: 50px;
}
.margin-left55 {
  margin-left: 55px;
}
.margin-left60 {
  margin-left: 60px;
}
.margin-left65 {
  margin-left: 65px;
}
.margin-left70 {
  margin-left: 70px;
}
.margin-right5 {
  margin-right: 5px;
}
.margin-right10 {
  margin-right: 10px;
}
.margin-right15 {
  margin-right: 15px;
}
.margin-right20 {
  margin-right: 20px;
}
.margin-right25 {
  margin-right: 25px;
}
.margin-right30 {
  margin-right: 30px;
}
.margin-right35 {
  margin-right: 35px;
}
.margin-right40 {
  margin-right: 40px;
}
.margin-right45 {
  margin-right: 45px;
}
.margin-right50 {
  margin-right: 50px;
}
.margin-right55 {
  margin-right: 55px;
}
.margin-right60 {
  margin-right: 60px;
}
.margin-right65 {
  margin-right: 65px;
}
.margin-right70 {
  margin-right: 70px;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Mgs/hebes/el_GR/MGS_Mpanel/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls{margin-top: 10px;text-align: center;-webkit-tap-highlight-color: transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color: #fff;font-size: 14px;margin: 5px;padding: 4px 7px;background: #d6d6d6;display: inline-block;cursor: pointer;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background: #869791;color: #fff;text-decoration: none}.owl-theme .owl-controls .owl-nav .disabled{opacity: 0.5;cursor: default}.owl-theme .owl-dots .owl-dot{display: inline-block;zoom: 1;display: inline}.owl-theme .owl-dots .owl-dot span{width: 10px;height: 10px;margin: 5px 7px;background: #d6d6d6;display: block;-webkit-backface-visibility: visible;-webkit-transition: opacity 200ms ease;-moz-transition: opacity 200ms ease;-ms-transition: opacity 200ms ease;-o-transition: opacity 200ms ease;transition: opacity 200ms ease;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background: #869791}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.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: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-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-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.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;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  width: 60px;
  height: 60px;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:before {
  content: "\f178";
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before {
  content: "\f177";
}
.mfp-arrow-right {
  right: 0;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-image: url('../../frontend/Mgs/hebes/el_GR/MGS_Mpanel/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.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 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    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;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Gallery image */
.mfp-img-gallery .mfp-figure:before,
.mfp-img-gallery .mfp-iframe-scaler:before {
  content: "";
  display: block;
  position: fixed;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  cursor: default;
}
.mfp-img-gallery .mfp-figure .mfp-close,
.mfp-img-gallery .mfp-iframe-scaler .mfp-close {
  font-family: inherit;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050 !important;
  height: 50px;
  width: 50px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 36px;
  text-align: center;
}
.mfp-img-gallery .mfp-bottom-bar {
  display: block;
  position: fixed;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  margin: 0;
  top: auto;
  padding: 15px;
}
.mfp-img-gallery .mfp-counter {
  padding: 15px 15px 15px 0;
}
/* Magnific popup effect */
/* ====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Newspaper effect ====== */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scale(0) rotate(500deg);
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Move-horizontal effect ====== */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Move-from-top effect ====== */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== 3d unfold ====== */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: rotateY(-60deg);
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Zoom-out effect ====== */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.tab-content > .tab-pane.product-carousel {
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}
.tab-content > .tab-pane.product-carousel.active {
  visibility: visible;
  height: auto;
  overflow: visible;
}
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-colour-gold,
.text-colour-gold .promobanner .text {
  color: #FFD700;
}
.text-colour-yellow,
.text-colour-yellow .promobanner .text {
  color: #FFFF00;
}
.text-colour-lightyellow,
.text-colour-lightyellow .promobanner .text {
  color: #FFFFE0;
}
.text-colour-lemonchiffon,
.text-colour-lemonchiffon .promobanner .text {
  color: #FFFACD;
}
.text-colour-lightgoldenrodyellow,
.text-colour-lightgoldenrodyellow .promobanner .text {
  color: #FAFAD2;
}
.text-colour-papayawhip,
.text-colour-papayawhip .promobanner .text {
  color: #FFEFD5;
}
.text-colour-moccasin,
.text-colour-moccasin .promobanner .text {
  color: #FFE4B5;
}
.text-colour-peachpuff,
.text-colour-peachpuff .promobanner .text {
  color: #FFDAB9;
}
.text-colour-palegoldenrod,
.text-colour-palegoldenrod .promobanner .text {
  color: #EEE8AA;
}
.text-colour-khaki,
.text-colour-khaki .promobanner .text {
  color: #F0E68C;
}
.text-colour-darkkhaki,
.text-colour-darkkhaki .promobanner .text {
  color: #BDB76B;
}
.text-colour-lavender,
.text-colour-lavender .promobanner .text {
  color: #E6E6FA;
}
.text-colour-plum,
.text-colour-plum .promobanner .text {
  color: #DDA0DD;
}
.text-colour-violet,
.text-colour-violet .promobanner .text {
  color: #EE82EE;
}
.text-colour-orchid,
.text-colour-orchid .promobanner .text {
  color: #DA70D6;
}
.text-colour-magenta,
.text-colour-magenta .promobanner .text {
  color: #FF00FF;
}
.text-colour-mediumorchid,
.text-colour-mediumorchid .promobanner .text {
  color: #BA55D3;
}
.text-colour-mediumpurple,
.text-colour-mediumpurple .promobanner .text {
  color: #9370DB;
}
.text-colour-amethyst,
.text-colour-amethyst .promobanner .text {
  color: #9966CC;
}
.text-colour-blueviolet,
.text-colour-blueviolet .promobanner .text {
  color: #8A2BE2;
}
.text-colour-darkorchid,
.text-colour-darkorchid .promobanner .text {
  color: #9932CC;
}
.text-colour-darkviolet,
.text-colour-darkviolet .promobanner .text {
  color: #9400D3;
}
.text-colour-darkmagenta,
.text-colour-darkmagenta .promobanner .text {
  color: #8B008B;
}
.text-colour-purple,
.text-colour-purple .promobanner .text {
  color: #800080;
}
.text-colour-slateblue,
.text-colour-slateblue .promobanner .text {
  color: #6A5ACD;
}
.text-colour-mediumslateblue,
.text-colour-mediumslateblue .promobanner .text {
  color: #7B68EE;
}
.text-colour-darkslateblue,
.text-colour-darkslateblue .promobanner .text {
  color: #483D8B;
}
.text-colour-indigo,
.text-colour-indigo .promobanner .text {
  color: #4B0082;
}
.text-colour-greenyellow,
.text-colour-greenyellow .promobanner .text {
  color: #ADFF2F;
}
.text-colour-chartreuse,
.text-colour-chartreuse .promobanner .text {
  color: #7FFF00;
}
.text-colour-lime,
.text-colour-lime .promobanner .text {
  color: #00FF00;
}
.text-colour-limegreen,
.text-colour-limegreen .promobanner .text {
  color: #32CD32;
}
.text-colour-palegreen,
.text-colour-palegreen .promobanner .text {
  color: #98FB98;
}
.text-colour-lightgreen,
.text-colour-lightgreen .promobanner .text {
  color: #90EE90;
}
.text-colour-mediumspringgreen,
.text-colour-mediumspringgreen .promobanner .text {
  color: #00FA9A;
}
.text-colour-springgreen,
.text-colour-springgreen .promobanner .text {
  color: #00FF7F;
}
.text-colour-mediumseagreen,
.text-colour-mediumseagreen .promobanner .text {
  color: #3CB371;
}
.text-colour-seagreen,
.text-colour-seagreen .promobanner .text {
  color: #2E8B57;
}
.text-colour-green,
.text-colour-green .promobanner .text {
  color: #008000;
}
.text-colour-darkgreen,
.text-colour-darkgreen .promobanner .text {
  color: #006400;
}
.text-colour-yellowgreen,
.text-colour-yellowgreen .promobanner .text {
  color: #9ACD32;
}
.text-colour-olivedrab,
.text-colour-olivedrab .promobanner .text {
  color: #6B8E23;
}
.text-colour-olive,
.text-colour-olivedrab .promobanner .text {
  color: #808000;
}
.text-colour-darkolivegreen,
.text-colour-darkolivegreen .promobanner .text {
  color: #556B2F;
}
.text-colour-mediumaquamarine,
.text-colour-mediumaquamarine .promobanner .text {
  color: #66CDAA;
}
.text-colour-darkseagreen,
.text-colour-darkseagreen .promobanner .text {
  color: #8FBC8F;
}
.text-colour-lightseagreen,
.text-colour-lightseagreen .promobanner .text {
  color: #20B2AA;
}
.text-colour-darkcyan,
.text-colour-lightseagreen .promobanner .text {
  color: #008B8B;
}
.text-colour-teal,
.text-colour-teal .promobanner .text {
  color: #008080;
}
.text-colour-cyan,
.text-colour-cyan .promobanner .text {
  color: #00FFFF;
}
.text-colour-lightcyan,
.text-colour-cyan .promobanner .text {
  color: #E0FFFF;
}
.text-colour-paleturquoise,
.text-colour-paleturquoise .promobanner .text {
  color: #AFEEEE;
}
.text-colour-aquamarine,
.text-colour-aquamarine .promobanner .text {
  color: #7FFFD4;
}
.text-colour-turquoise,
.text-colour-turquoise .promobanner .text {
  color: #40E0D0;
}
.text-colour-darkturquoise,
.text-colour-darkturquoise .promobanner .text {
  color: #00CED1;
}
.text-colour-cadetblue,
.text-colour-cadetblue .promobanner .text {
  color: #5F9EA0;
}
.text-colour-steelblue,
.text-colour-steelblue .promobanner .text {
  color: #4682B4;
}
.text-colour-lightsteelblue,
.text-colour-lightsteelblue .promobanner .text {
  color: #B0C4DE;
}
.text-colour-powderblue,
.text-colour-powderblue .promobanner .text {
  color: #B0E0E6;
}
.text-colour-lightblue,
.text-colour-lightblue .promobanner .text {
  color: #ADD8E6;
}
.text-colour-skyblue,
.text-colour-skyblue .promobanner .text {
  color: #87CEEB;
}
.text-colour-dodgerblue,
.text-colour-dodgerblue .promobanner .text {
  color: #1E90FF;
}
.text-colour-cornflowerblue,
.text-colour-cornflowerblue .promobanner .text {
  color: #6495ED;
}
.text-colour-royalblue,
.text-colour-royalblue .promobanner .text {
  color: #4169E1;
}
.text-colour-blue,
.text-colour-blue .promobanner .text {
  color: #0000FF;
}
.text-colour-mediumblue,
.text-colour-mediumblue .promobanner .text {
  color: #0000CD;
}
.text-colour-navy,
.text-colour-navy .promobanner .text {
  color: #000080;
}
.text-colour-midnightblue,
.text-colour-midnightblue .promobanner .text {
  color: #191970;
}
.text-colour-burlywood,
.text-colour-burlywood .promobanner .text {
  color: #DEB887;
}
.text-colour-tan,
.text-colour-tan .promobanner .text {
  color: #D2B48C;
}
.text-colour-rosybrown,
.text-colour-rosybrown .promobanner .text {
  color: #BC8F8F;
}
.text-colour-sandybrown,
.text-colour-sandybrown .promobanner .text {
  color: #F4A460;
}
.text-colour-goldenrod,
.text-colour-goldenrod .promobanner .text {
  color: #DAA520;
}
.text-colour-darkgoldenrod,
.text-colour-darkgoldenrod .promobanner .text {
  color: #B8860B;
}
.text-colour-peru,
.text-colour-peru .promobanner .text {
  color: #CD853F;
}
.text-colour-chocolate,
.text-colour-chocolate .promobanner .text {
  color: #D2691E;
}
.text-colour-saddlebrown,
.text-colour-saddlebrown .promobanner .text {
  color: #8B4513;
}
.text-colour-sienna,
.text-colour-sienna .promobanner .text {
  color: #A0522D;
}
.text-colour-brown,
.text-colour-brown .promobanner .text {
  color: #A52A2A;
}
.text-colour-maroon,
.text-colour-maroon .promobanner .text {
  color: #800000;
}
.text-colour-white,
.text-colour-white .promobanner .text {
  color: #FFFFFF;
}
.text-colour-honeydew,
.text-colour-honeydew .promobanner .text {
  color: #F0FFF0;
}
.text-colour-azure,
.text-colour-azure .promobanner .text {
  color: #F0FFFF;
}
.text-colour-ghostwhite,
.text-colour-ghostwhite .promobanner .text {
  color: #F8F8FF;
}
.text-colour-whitesmoke,
.text-colour-whitesmoke .promobanner .text {
  color: #F5F5F5;
}
.text-colour-beige,
.text-colour-beige .promobanner .text {
  color: #F5F5DC;
}
.text-colour-gainsboro,
.text-colour-gainsboro .promobanner .text {
  color: #DCDCDC;
}
.text-colour-lightgrey,
.text-colour-lightgrey .promobanner .text {
  color: #D3D3D3;
}
.text-colour-silver,
.text-colour-silver .promobanner .text {
  color: #C0C0C0;
}
.text-colour-darkgray,
.text-colour-darkgray .promobanner .text {
  color: #A9A9A9;
}
.text-colour-gray,
.text-colour-gray .promobanner .text {
  color: #808080;
}
.text-colour-dimgray,
.text-colour-dimgray .promobanner .text {
  color: #696969;
}
.text-colour-lightslategray,
.text-colour-lightslategray .promobanner .text {
  color: #778899;
}
.text-colour-slategray,
.text-colour-slategray .promobanner .text {
  color: #708090;
}
.text-colour-darkslategray,
.text-colour-darkslategray .promobanner .text {
  color: #2F4F4F;
}
.text-colour-black,
.text-colour-black .promobanner .text {
  color: #000000;
}
/* Link */
.link-colour-indianred a {
  color: #CD5C5C;
}
.link-colour-lightcoral a {
  color: #F08080;
}
.link-colour-salmon a {
  color: #FA8072;
}
.link-colour-darksalmon a {
  color: #E9967A;
}
.link-colour-lightsalmon a {
  color: #FFA07A;
}
.link-colour-crimson a {
  color: #DC143C;
}
.link-colour-red a {
  color: #FF0000;
}
.link-colour-pink a {
  color: #FFC0CB;
}
.link-colour-lightpink a {
  color: #FFB6C1;
}
.link-colour-hotpink a {
  color: #FF69B4;
}
.link-colour-deeppink a {
  color: #FF1493;
}
.link-colour-mediumvioletred a {
  color: #C71585;
}
.link-colour-palevioletred a {
  color: #DB7093;
}
.link-colour-coral a {
  color: #FF7F50;
}
.link-colour-tomato a {
  color: #FF6347;
}
.link-colour-orangered a {
  color: #FF4500;
}
.link-colour-darkorange a {
  color: #FF8C00;
}
.link-colour-orange a {
  color: #FFA500;
}
.link-colour-gold a {
  color: #FFD700;
}
.link-colour-yellow a {
  color: #FFFF00;
}
.link-colour-lightyellow a {
  color: #FFFFE0;
}
.link-colour-lemonchiffon a {
  color: #FFFACD;
}
.link-colour-lightgoldenrodyellow a {
  color: #FAFAD2;
}
.link-colour-papayawhip a {
  color: #FFEFD5;
}
.link-colour-moccasin a {
  color: #FFE4B5;
}
.link-colour-peachpuff a {
  color: #FFDAB9;
}
.link-colour-palegoldenrod a {
  color: #EEE8AA;
}
.link-colour-khaki a {
  color: #F0E68C;
}
.link-colour-darkkhaki a {
  color: #BDB76B;
}
.link-colour-lavender a {
  color: #E6E6FA;
}
.link-colour-plum a {
  color: #DDA0DD;
}
.link-colour-violet a {
  color: #EE82EE;
}
.link-colour-orchid a {
  color: #DA70D6;
}
.link-colour-magenta a {
  color: #FF00FF;
}
.link-colour-mediumorchid a {
  color: #BA55D3;
}
.link-colour-mediumpurple a {
  color: #9370DB;
}
.link-colour-amethyst a {
  color: #9966CC;
}
.link-colour-blueviolet a {
  color: #8A2BE2;
}
.link-colour-darkorchid a {
  color: #9932CC;
}
.link-colour-darkviolet a {
  color: #9400D3;
}
.link-colour-darkmagenta a {
  color: #8B008B;
}
.link-colour-purple a {
  color: #800080;
}
.link-colour-slateblue a {
  color: #6A5ACD;
}
.link-colour-mediumslateblue a {
  color: #7B68EE;
}
.link-colour-darkslateblue a {
  color: #483D8B;
}
.link-colour-indigo a {
  color: #4B0082;
}
.link-colour-greenyellow a {
  color: #ADFF2F;
}
.link-colour-chartreuse a {
  color: #7FFF00;
}
.link-colour-lime a {
  color: #00FF00;
}
.link-colour-limegreen a {
  color: #32CD32;
}
.link-colour-palegreen a {
  color: #98FB98;
}
.link-colour-lightgreen a {
  color: #90EE90;
}
.link-colour-mediumspringgreen a {
  color: #00FA9A;
}
.link-colour-springgreen a {
  color: #00FF7F;
}
.link-colour-mediumseagreen a {
  color: #3CB371;
}
.link-colour-seagreen a {
  color: #2E8B57;
}
.link-colour-green a {
  color: #008000;
}
.link-colour-darkgreen a {
  color: #006400;
}
.link-colour-yellowgreen a {
  color: #9ACD32;
}
.link-colour-olivedrab a {
  color: #6B8E23;
}
.link-colour-olive a {
  color: #808000;
}
.link-colour-darkolivegreen a {
  color: #556B2F;
}
.link-colour-mediumaquamarine a {
  color: #66CDAA;
}
.link-colour-darkseagreen a {
  color: #8FBC8F;
}
.link-colour-lightseagreen a {
  color: #20B2AA;
}
.link-colour-darkcyan a {
  color: #008B8B;
}
.link-colour-teal a {
  color: #008080;
}
.link-colour-cyan a {
  color: #00FFFF;
}
.link-colour-lightcyan a {
  color: #E0FFFF;
}
.link-colour-paleturquoise a {
  color: #AFEEEE;
}
.link-colour-aquamarine a {
  color: #7FFFD4;
}
.link-colour-turquoise a {
  color: #40E0D0;
}
.link-colour-darkturquoise a {
  color: #00CED1;
}
.link-colour-cadetblue a {
  color: #5F9EA0;
}
.link-colour-steelblue a {
  color: #4682B4;
}
.link-colour-lightsteelblue a {
  color: #B0C4DE;
}
.link-colour-powderblue a {
  color: #B0E0E6;
}
.link-colour-lightblue a {
  color: #ADD8E6;
}
.link-colour-skyblue a {
  color: #87CEEB;
}
.link-colour-dodgerblue a {
  color: #1E90FF;
}
.link-colour-cornflowerblue a {
  color: #6495ED;
}
.link-colour-royalblue a {
  color: #4169E1;
}
.link-colour-blue a {
  color: #0000FF;
}
.link-colour-mediumblue a {
  color: #0000CD;
}
.link-colour-navy a {
  color: #000080;
}
.link-colour-midnightblue a {
  color: #191970;
}
.link-colour-burlywood a {
  color: #DEB887;
}
.link-colour-tan a {
  color: #D2B48C;
}
.link-colour-rosybrown a {
  color: #BC8F8F;
}
.link-colour-sandybrown a {
  color: #F4A460;
}
.link-colour-goldenrod a {
  color: #DAA520;
}
.link-colour-darkgoldenrod a {
  color: #B8860B;
}
.link-colour-peru a {
  color: #CD853F;
}
.link-colour-chocolate a {
  color: #D2691E;
}
.link-colour-saddlebrown a {
  color: #8B4513;
}
.link-colour-sienna a {
  color: #A0522D;
}
.link-colour-brown a {
  color: #A52A2A;
}
.link-colour-maroon a {
  color: #800000;
}
.link-colour-white a {
  color: #FFFFFF;
}
.link-colour-honeydew a {
  color: #F0FFF0;
}
.link-colour-azure a {
  color: #F0FFFF;
}
.link-colour-ghostwhite a {
  color: #F8F8FF;
}
.link-colour-whitesmoke a {
  color: #F5F5F5;
}
.link-colour-beige a {
  color: #F5F5DC;
}
.link-colour-gainsboro a {
  color: #DCDCDC;
}
.link-colour-lightgrey a {
  color: #D3D3D3;
}
.link-colour-silver a {
  color: #C0C0C0;
}
.link-colour-darkgray a {
  color: #A9A9A9;
}
.link-colour-gray a {
  color: #808080;
}
.link-colour-dimgray a {
  color: #696969;
}
.link-colour-lightslategray a {
  color: #778899;
}
.link-colour-slategray a {
  color: #708090;
}
.link-colour-darkslategray a {
  color: #2F4F4F;
}
.link-colour-black a {
  color: #000000;
}
/* Link Hover*/
.link-hover-colour-indianred a:hover {
  color: #CD5C5C;
}
.link-hover-colour-lightcoral a:hover {
  color: #F08080;
}
.link-hover-colour-salmon a:hover {
  color: #FA8072;
}
.link-hover-colour-darksalmon a:hover {
  color: #E9967A;
}
.link-hover-colour-lightsalmon a:hover {
  color: #FFA07A;
}
.link-hover-colour-crimson a:hover {
  color: #DC143C;
}
.link-hover-colour-red a:hover {
  color: #FF0000;
}
.link-hover-colour-pink a:hover {
  color: #FFC0CB;
}
.link-hover-colour-lightpink a:hover {
  color: #FFB6C1;
}
.link-hover-colour-hotpink a:hover {
  color: #FF69B4;
}
.link-hover-colour-deeppink a:hover {
  color: #FF1493;
}
.link-hover-colour-mediumvioletred a:hover {
  color: #C71585;
}
.link-hover-colour-palevioletred a:hover {
  color: #DB7093;
}
.link-hover-colour-coral a:hover {
  color: #FF7F50;
}
.link-hover-colour-tomato a:hover {
  color: #FF6347;
}
.link-hover-colour-orangered a:hover {
  color: #FF4500;
}
.link-hover-colour-darkorange a:hover {
  color: #FF8C00;
}
.link-hover-colour-orange a:hover {
  color: #FFA500;
}
.link-hover-colour-gold a:hover {
  color: #FFD700;
}
.link-hover-colour-yellow a:hover {
  color: #FFFF00;
}
.link-hover-colour-lightyellow a:hover {
  color: #FFFFE0;
}
.link-hover-colour-lemonchiffon a:hover {
  color: #FFFACD;
}
.link-hover-colour-lightgoldenrodyellow a:hover {
  color: #FAFAD2;
}
.link-hover-colour-papayawhip a:hover {
  color: #FFEFD5;
}
.link-hover-colour-moccasin a:hover {
  color: #FFE4B5;
}
.link-hover-colour-peachpuff a:hover {
  color: #FFDAB9;
}
.link-hover-colour-palegoldenrod a:hover {
  color: #EEE8AA;
}
.link-hover-colour-khaki a:hover {
  color: #F0E68C;
}
.link-hover-colour-darkkhaki a:hover {
  color: #BDB76B;
}
.link-hover-colour-lavender a:hover {
  color: #E6E6FA;
}
.link-hover-colour-plum a:hover {
  color: #DDA0DD;
}
.link-hover-colour-violet a:hover {
  color: #EE82EE;
}
.link-hover-colour-orchid a:hover {
  color: #DA70D6;
}
.link-hover-colour-magenta a:hover {
  color: #FF00FF;
}
.link-hover-colour-mediumorchid a:hover {
  color: #BA55D3;
}
.link-hover-colour-mediumpurple a:hover {
  color: #9370DB;
}
.link-hover-colour-amethyst a:hover {
  color: #9966CC;
}
.link-hover-colour-blueviolet a:hover {
  color: #8A2BE2;
}
.link-hover-colour-darkorchid a:hover {
  color: #9932CC;
}
.link-hover-colour-darkviolet a:hover {
  color: #9400D3;
}
.link-hover-colour-darkmagenta a:hover {
  color: #8B008B;
}
.link-hover-colour-purple a:hover {
  color: #800080;
}
.link-hover-colour-slateblue a:hover {
  color: #6A5ACD;
}
.link-hover-colour-mediumslateblue a:hover {
  color: #7B68EE;
}
.link-hover-colour-darkslateblue a:hover {
  color: #483D8B;
}
.link-hover-colour-indigo a:hover {
  color: #4B0082;
}
.link-hover-colour-greenyellow a:hover {
  color: #ADFF2F;
}
.link-hover-colour-chartreuse a:hover {
  color: #7FFF00;
}
.link-hover-colour-lime a:hover {
  color: #00FF00;
}
.link-hover-colour-limegreen a:hover {
  color: #32CD32;
}
.link-hover-colour-palegreen a:hover {
  color: #98FB98;
}
.link-hover-colour-lightgreen a:hover {
  color: #90EE90;
}
.link-hover-colour-mediumspringgreen a:hover {
  color: #00FA9A;
}
.link-hover-colour-springgreen a:hover {
  color: #00FF7F;
}
.link-hover-colour-mediumseagreen a:hover {
  color: #3CB371;
}
.link-hover-colour-seagreen a:hover {
  color: #2E8B57;
}
.link-hover-colour-green a:hover {
  color: #008000;
}
.link-hover-colour-darkgreen a:hover {
  color: #006400;
}
.link-hover-colour-yellowgreen a:hover {
  color: #9ACD32;
}
.link-hover-colour-olivedrab a:hover {
  color: #6B8E23;
}
.link-hover-colour-olive a:hover {
  color: #808000;
}
.link-hover-colour-darkolivegreen a:hover {
  color: #556B2F;
}
.link-hover-colour-mediumaquamarine a:hover {
  color: #66CDAA;
}
.link-hover-colour-darkseagreen a:hover {
  color: #8FBC8F;
}
.link-hover-colour-lightseagreen a:hover {
  color: #20B2AA;
}
.link-hover-colour-darkcyan a:hover {
  color: #008B8B;
}
.link-hover-colour-teal a:hover {
  color: #008080;
}
.link-hover-colour-cyan a:hover {
  color: #00FFFF;
}
.link-hover-colour-lightcyan a:hover {
  color: #E0FFFF;
}
.link-hover-colour-paleturquoise a:hover {
  color: #AFEEEE;
}
.link-hover-colour-aquamarine a:hover {
  color: #7FFFD4;
}
.link-hover-colour-turquoise a:hover {
  color: #40E0D0;
}
.link-hover-colour-darkturquoise a:hover {
  color: #00CED1;
}
.link-hover-colour-cadetblue a:hover {
  color: #5F9EA0;
}
.link-hover-colour-steelblue a:hover {
  color: #4682B4;
}
.link-hover-colour-lightsteelblue a:hover {
  color: #B0C4DE;
}
.link-hover-colour-powderblue a:hover {
  color: #B0E0E6;
}
.link-hover-colour-lightblue a:hover {
  color: #ADD8E6;
}
.link-hover-colour-skyblue a:hover {
  color: #87CEEB;
}
.link-hover-colour-dodgerblue a:hover {
  color: #1E90FF;
}
.link-hover-colour-cornflowerblue a:hover {
  color: #6495ED;
}
.link-hover-colour-royalblue a:hover {
  color: #4169E1;
}
.link-hover-colour-blue a:hover {
  color: #0000FF;
}
.link-hover-colour-mediumblue a:hover {
  color: #0000CD;
}
.link-hover-colour-navy a:hover {
  color: #000080;
}
.link-hover-colour-midnightblue a:hover {
  color: #191970;
}
.link-hover-colour-burlywood a:hover {
  color: #DEB887;
}
.link-hover-colour-tan a:hover {
  color: #D2B48C;
}
.link-hover-colour-rosybrown a:hover {
  color: #BC8F8F;
}
.link-hover-colour-sandybrown a:hover {
  color: #F4A460;
}
.link-hover-colour-goldenrod a:hover {
  color: #DAA520;
}
.link-hover-colour-darkgoldenrod a:hover {
  color: #B8860B;
}
.link-hover-colour-peru a:hover {
  color: #CD853F;
}
.link-hover-colour-chocolate a:hover {
  color: #D2691E;
}
.link-hover-colour-saddlebrown a:hover {
  color: #8B4513;
}
.link-hover-colour-sienna a:hover {
  color: #A0522D;
}
.link-hover-colour-brown a:hover {
  color: #A52A2A;
}
.link-hover-colour-maroon a:hover {
  color: #800000;
}
.link-hover-colour-white a:hover {
  color: #FFFFFF;
}
.link-hover-colour-honeydew a:hover {
  color: #F0FFF0;
}
.link-hover-colour-azure a:hover {
  color: #F0FFFF;
}
.link-hover-colour-ghostwhite a:hover {
  color: #F8F8FF;
}
.link-hover-colour-whitesmoke a:hover {
  color: #F5F5F5;
}
.link-hover-colour-beige a:hover {
  color: #F5F5DC;
}
.link-hover-colour-gainsboro a:hover {
  color: #DCDCDC;
}
.link-hover-colour-lightgrey a:hover {
  color: #D3D3D3;
}
.link-hover-colour-silver a:hover {
  color: #C0C0C0;
}
.link-hover-colour-darkgray a:hover {
  color: #A9A9A9;
}
.link-hover-colour-gray a:hover {
  color: #808080;
}
.link-hover-colour-dimgray a:hover {
  color: #696969;
}
.link-hover-colour-lightslategray a:hover {
  color: #778899;
}
.link-hover-colour-slategray a:hover {
  color: #708090;
}
.link-hover-colour-darkslategray a:hover {
  color: #2F4F4F;
}
.link-hover-colour-black a:hover {
  color: #000000;
}
/* Button*/
.button-colour-transparent button {
  background-color: transparent;
}
.button-colour-indianred button {
  background-color: #CD5C5C;
}
.button-colour-lightcoral button {
  background-color: #F08080;
}
.button-colour-salmon button {
  background-color: #FA8072;
}
.button-colour-darksalmon button {
  background-color: #E9967A;
}
.button-colour-lightsalmon button {
  background-color: #FFA07A;
}
.button-colour-crimson button {
  background-color: #DC143C;
}
.button-colour-red button {
  background-color: #FF0000;
}
.button-colour-pink button {
  background-color: #FFC0CB;
}
.button-colour-lightpink button {
  background-color: #FFB6C1;
}
.button-colour-hotpink button {
  background-color: #FF69B4;
}
.button-colour-deeppink button {
  background-color: #FF1493;
}
.button-colour-mediumvioletred button {
  background-color: #C71585;
}
.button-colour-palevioletred button {
  background-color: #DB7093;
}
.button-colour-coral button {
  background-color: #FF7F50;
}
.button-colour-tomato button {
  background-color: #FF6347;
}
.button-colour-orangered button {
  background-color: #FF4500;
}
.button-colour-darkorange button {
  background-color: #FF8C00;
}
.button-colour-orange button {
  background-color: #FFA500;
}
.button-colour-gold button {
  background-color: #FFD700;
}
.button-colour-yellow button {
  background-color: #FFFF00;
}
.button-colour-lightyellow button {
  background-color: #FFFFE0;
}
.button-colour-lemonchiffon button {
  background-color: #FFFACD;
}
.button-colour-lightgoldenrodyellow button {
  background-color: #FAFAD2;
}
.button-colour-papayawhip button {
  background-color: #FFEFD5;
}
.button-colour-moccasin button {
  background-color: #FFE4B5;
}
.button-colour-peachpuff button {
  background-color: #FFDAB9;
}
.button-colour-palegoldenrod button {
  background-color: #EEE8AA;
}
.button-colour-khaki button {
  background-color: #F0E68C;
}
.button-colour-darkkhaki button {
  background-color: #BDB76B;
}
.button-colour-lavender button {
  background-color: #E6E6FA;
}
.button-colour-plum button {
  background-color: #DDA0DD;
}
.button-colour-violet button {
  background-color: #EE82EE;
}
.button-colour-orchid button {
  background-color: #DA70D6;
}
.button-colour-magenta button {
  background-color: #FF00FF;
}
.button-colour-mediumorchid button {
  background-color: #BA55D3;
}
.button-colour-mediumpurple button {
  background-color: #9370DB;
}
.button-colour-amethyst button {
  background-color: #9966CC;
}
.button-colour-blueviolet button {
  background-color: #8A2BE2;
}
.button-colour-darkorchid button {
  background-color: #9932CC;
}
.button-colour-darkviolet button {
  background-color: #9400D3;
}
.button-colour-darkmagenta button {
  background-color: #8B008B;
}
.button-colour-purple button {
  background-color: #800080;
}
.button-colour-slateblue button {
  background-color: #6A5ACD;
}
.button-colour-mediumslateblue button {
  background-color: #7B68EE;
}
.button-colour-darkslateblue button {
  background-color: #483D8B;
}
.button-colour-indigo button {
  background-color: #4B0082;
}
.button-colour-greenyellow button {
  background-color: #ADFF2F;
}
.button-colour-chartreuse button {
  background-color: #7FFF00;
}
.button-colour-lime button {
  background-color: #00FF00;
}
.button-colour-limegreen button {
  background-color: #32CD32;
}
.button-colour-palegreen button {
  background-color: #98FB98;
}
.button-colour-lightgreen button {
  background-color: #90EE90;
}
.button-colour-mediumspringgreen button {
  background-color: #00FA9A;
}
.button-colour-springgreen button {
  background-color: #00FF7F;
}
.button-colour-mediumseagreen button {
  background-color: #3CB371;
}
.button-colour-seagreen button {
  background-color: #2E8B57;
}
.button-colour-green button {
  background-color: #008000;
}
.button-colour-darkgreen button {
  background-color: #006400;
}
.button-colour-yellowgreen button {
  background-color: #9ACD32;
}
.button-colour-olivedrab button {
  background-color: #6B8E23;
}
.button-colour-olive button {
  background-color: #808000;
}
.button-colour-darkolivegreen button {
  background-color: #556B2F;
}
.button-colour-mediumaquamarine button {
  background-color: #66CDAA;
}
.button-colour-darkseagreen button {
  background-color: #8FBC8F;
}
.button-colour-lightseagreen button {
  background-color: #20B2AA;
}
.button-colour-darkcyan button {
  background-color: #008B8B;
}
.button-colour-teal button {
  background-color: #008080;
}
.button-colour-cyan button {
  background-color: #00FFFF;
}
.button-colour-lightcyan button {
  background-color: #E0FFFF;
}
.button-colour-paleturquoise button {
  background-color: #AFEEEE;
}
.button-colour-aquamarine button {
  background-color: #7FFFD4;
}
.button-colour-turquoise button {
  background-color: #40E0D0;
}
.button-colour-darkturquoise button {
  background-color: #00CED1;
}
.button-colour-cadetblue button {
  background-color: #5F9EA0;
}
.button-colour-steelblue button {
  background-color: #4682B4;
}
.button-colour-lightsteelblue button {
  background-color: #B0C4DE;
}
.button-colour-powderblue button {
  background-color: #B0E0E6;
}
.button-colour-lightblue button {
  background-color: #ADD8E6;
}
.button-colour-skyblue button {
  background-color: #87CEEB;
}
.button-colour-dodgerblue button {
  background-color: #1E90FF;
}
.button-colour-cornflowerblue button {
  background-color: #6495ED;
}
.button-colour-royalblue button {
  background-color: #4169E1;
}
.button-colour-blue button {
  background-color: #0000FF;
}
.button-colour-mediumblue button {
  background-color: #0000CD;
}
.button-colour-navy button {
  background-color: #000080;
}
.button-colour-midnightblue button {
  background-color: #191970;
}
.button-colour-burlywood button {
  background-color: #DEB887;
}
.button-colour-tan button {
  background-color: #D2B48C;
}
.button-colour-rosybrown button {
  background-color: #BC8F8F;
}
.button-colour-sandybrown button {
  background-color: #F4A460;
}
.button-colour-goldenrod button {
  background-color: #DAA520;
}
.button-colour-darkgoldenrod button {
  background-color: #B8860B;
}
.button-colour-peru button {
  background-color: #CD853F;
}
.button-colour-chocolate button {
  background-color: #D2691E;
}
.button-colour-saddlebrown button {
  background-color: #8B4513;
}
.button-colour-sienna button {
  background-color: #A0522D;
}
.button-colour-brown button {
  background-color: #A52A2A;
}
.button-colour-maroon button {
  background-color: #800000;
}
.button-colour-white button {
  background-color: #FFFFFF;
}
.button-colour-honeydew button {
  background-color: #F0FFF0;
}
.button-colour-azure button {
  background-color: #F0FFFF;
}
.button-colour-ghostwhite button {
  background-color: #F8F8FF;
}
.button-colour-whitesmoke button {
  background-color: #F5F5F5;
}
.button-colour-beige button {
  background-color: #F5F5DC;
}
.button-colour-gainsboro button {
  background-color: #DCDCDC;
}
.button-colour-lightgrey button {
  background-color: #D3D3D3;
}
.button-colour-silver button {
  background-color: #C0C0C0;
}
.button-colour-darkgray button {
  background-color: #A9A9A9;
}
.button-colour-gray button {
  background-color: #808080;
}
.button-colour-dimgray button {
  background-color: #696969;
}
.button-colour-lightslategray button {
  background-color: #778899;
}
.button-colour-slategray button {
  background-color: #708090;
}
.button-colour-darkslategray button {
  background-color: #2F4F4F;
}
.button-colour-black button {
  background-color: #000000;
}
/* Button Hover*/
.button-hover-colour-transparent button:hover {
  background-color: transparent;
}
.button-hover-colour-indianred button:hover {
  background-color: #CD5C5C;
}
.button-hover-colour-lightcoral button:hover {
  background-color: #F08080;
}
.button-hover-colour-salmon button:hover {
  background-color: #FA8072;
}
.button-hover-colour-darksalmon button:hover {
  background-color: #E9967A;
}
.button-hover-colour-lightsalmon button:hover {
  background-color: #FFA07A;
}
.button-hover-colour-crimson button:hover {
  background-color: #DC143C;
}
.button-hover-colour-red button:hover {
  background-color: #FF0000;
}
.button-hover-colour-pink button:hover {
  background-color: #FFC0CB;
}
.button-hover-colour-lightpink button:hover {
  background-color: #FFB6C1;
}
.button-hover-colour-hotpink button:hover {
  background-color: #FF69B4;
}
.button-hover-colour-deeppink button:hover {
  background-color: #FF1493;
}
.button-hover-colour-mediumvioletred button:hover {
  background-color: #C71585;
}
.button-hover-colour-palevioletred button:hover {
  background-color: #DB7093;
}
.button-hover-colour-coral button:hover {
  background-color: #FF7F50;
}
.button-hover-colour-tomato button:hover {
  background-color: #FF6347;
}
.button-hover-colour-orangered button:hover {
  background-color: #FF4500;
}
.button-hover-colour-darkorange button:hover {
  background-color: #FF8C00;
}
.button-hover-colour-orange button:hover {
  background-color: #FFA500;
}
.button-hover-colour-gold button:hover {
  background-color: #FFD700;
}
.button-hover-colour-yellow button:hover {
  background-color: #FFFF00;
}
.button-hover-colour-lightyellow button:hover {
  background-color: #FFFFE0;
}
.button-hover-colour-lemonchiffon button:hover {
  background-color: #FFFACD;
}
.button-hover-colour-lightgoldenrodyellow button:hover {
  background-color: #FAFAD2;
}
.button-hover-colour-papayawhip button:hover {
  background-color: #FFEFD5;
}
.button-hover-colour-moccasin button:hover {
  background-color: #FFE4B5;
}
.button-hover-colour-peachpuff button:hover {
  background-color: #FFDAB9;
}
.button-hover-colour-palegoldenrod button:hover {
  background-color: #EEE8AA;
}
.button-hover-colour-khaki button:hover {
  background-color: #F0E68C;
}
.button-hover-colour-darkkhaki button:hover {
  background-color: #BDB76B;
}
.button-hover-colour-lavender button:hover {
  background-color: #E6E6FA;
}
.button-hover-colour-plum button:hover {
  background-color: #DDA0DD;
}
.button-hover-colour-violet button:hover {
  background-color: #EE82EE;
}
.button-hover-colour-orchid button:hover {
  background-color: #DA70D6;
}
.button-hover-colour-magenta button:hover {
  background-color: #FF00FF;
}
.button-hover-colour-mediumorchid button:hover {
  background-color: #BA55D3;
}
.button-hover-colour-mediumpurple button:hover {
  background-color: #9370DB;
}
.button-hover-colour-amethyst button:hover {
  background-color: #9966CC;
}
.button-hover-colour-blueviolet button:hover {
  background-color: #8A2BE2;
}
.button-hover-colour-darkorchid button:hover {
  background-color: #9932CC;
}
.button-hover-colour-darkviolet button:hover {
  background-color: #9400D3;
}
.button-hover-colour-darkmagenta button:hover {
  background-color: #8B008B;
}
.button-hover-colour-purple button:hover {
  background-color: #800080;
}
.button-hover-colour-slateblue button:hover {
  background-color: #6A5ACD;
}
.button-hover-colour-mediumslateblue button:hover {
  background-color: #7B68EE;
}
.button-hover-colour-darkslateblue button:hover {
  background-color: #483D8B;
}
.button-hover-colour-indigo button:hover {
  background-color: #4B0082;
}
.button-hover-colour-greenyellow button:hover {
  background-color: #ADFF2F;
}
.button-hover-colour-chartreuse button:hover {
  background-color: #7FFF00;
}
.button-hover-colour-lime button:hover {
  background-color: #00FF00;
}
.button-hover-colour-limegreen button:hover {
  background-color: #32CD32;
}
.button-hover-colour-palegreen button:hover {
  background-color: #98FB98;
}
.button-hover-colour-lightgreen button:hover {
  background-color: #90EE90;
}
.button-hover-colour-mediumspringgreen button:hover {
  background-color: #00FA9A;
}
.button-hover-colour-springgreen button:hover {
  background-color: #00FF7F;
}
.button-hover-colour-mediumseagreen button:hover {
  background-color: #3CB371;
}
.button-hover-colour-seagreen button:hover {
  background-color: #2E8B57;
}
.button-hover-colour-green button:hover {
  background-color: #008000;
}
.button-hover-colour-darkgreen button:hover {
  background-color: #006400;
}
.button-hover-colour-yellowgreen button:hover {
  background-color: #9ACD32;
}
.button-hover-colour-olivedrab button:hover {
  background-color: #6B8E23;
}
.button-hover-colour-olive button:hover {
  background-color: #808000;
}
.button-hover-colour-darkolivegreen button:hover {
  background-color: #556B2F;
}
.button-hover-colour-mediumaquamarine button:hover {
  background-color: #66CDAA;
}
.button-hover-colour-darkseagreen button:hover {
  background-color: #8FBC8F;
}
.button-hover-colour-lightseagreen button:hover {
  background-color: #20B2AA;
}
.button-hover-colour-darkcyan button:hover {
  background-color: #008B8B;
}
.button-hover-colour-teal button:hover {
  background-color: #008080;
}
.button-hover-colour-cyan button:hover {
  background-color: #00FFFF;
}
.button-hover-colour-lightcyan button:hover {
  background-color: #E0FFFF;
}
.button-hover-colour-paleturquoise button:hover {
  background-color: #AFEEEE;
}
.button-hover-colour-aquamarine button:hover {
  background-color: #7FFFD4;
}
.button-hover-colour-turquoise button:hover {
  background-color: #40E0D0;
}
.button-hover-colour-darkturquoise button:hover {
  background-color: #00CED1;
}
.button-hover-colour-cadetblue button:hover {
  background-color: #5F9EA0;
}
.button-hover-colour-steelblue button:hover {
  background-color: #4682B4;
}
.button-hover-colour-lightsteelblue button:hover {
  background-color: #B0C4DE;
}
.button-hover-colour-powderblue button:hover {
  background-color: #B0E0E6;
}
.button-hover-colour-lightblue button:hover {
  background-color: #ADD8E6;
}
.button-hover-colour-skyblue button:hover {
  background-color: #87CEEB;
}
.button-hover-colour-dodgerblue button:hover {
  background-color: #1E90FF;
}
.button-hover-colour-cornflowerblue button:hover {
  background-color: #6495ED;
}
.button-hover-colour-royalblue button:hover {
  background-color: #4169E1;
}
.button-hover-colour-blue button:hover {
  background-color: #0000FF;
}
.button-hover-colour-mediumblue button:hover {
  background-color: #0000CD;
}
.button-hover-colour-navy button:hover {
  background-color: #000080;
}
.button-hover-colour-midnightblue button:hover {
  background-color: #191970;
}
.button-hover-colour-burlywood button:hover {
  background-color: #DEB887;
}
.button-hover-colour-tan button:hover {
  background-color: #D2B48C;
}
.button-hover-colour-rosybrown button:hover {
  background-color: #BC8F8F;
}
.button-hover-colour-sandybrown button:hover {
  background-color: #F4A460;
}
.button-hover-colour-goldenrod button:hover {
  background-color: #DAA520;
}
.button-hover-colour-darkgoldenrod button:hover {
  background-color: #B8860B;
}
.button-hover-colour-peru button:hover {
  background-color: #CD853F;
}
.button-hover-colour-chocolate button:hover {
  background-color: #D2691E;
}
.button-hover-colour-saddlebrown button:hover {
  background-color: #8B4513;
}
.button-hover-colour-sienna button:hover {
  background-color: #A0522D;
}
.button-hover-colour-brown button:hover {
  background-color: #A52A2A;
}
.button-hover-colour-maroon button:hover {
  background-color: #800000;
}
.button-hover-colour-white button:hover {
  background-color: #FFFFFF;
}
.button-hover-colour-honeydew button:hover {
  background-color: #F0FFF0;
}
.button-hover-colour-azure button:hover {
  background-color: #F0FFFF;
}
.button-hover-colour-ghostwhite button:hover {
  background-color: #F8F8FF;
}
.button-hover-colour-whitesmoke button:hover {
  background-color: #F5F5F5;
}
.button-hover-colour-beige button:hover {
  background-color: #F5F5DC;
}
.button-hover-colour-gainsboro button:hover {
  background-color: #DCDCDC;
}
.button-hover-colour-lightgrey button:hover {
  background-color: #D3D3D3;
}
.button-hover-colour-silver button:hover {
  background-color: #C0C0C0;
}
.button-hover-colour-darkgray button:hover {
  background-color: #A9A9A9;
}
.button-hover-colour-gray button:hover {
  background-color: #808080;
}
.button-hover-colour-dimgray button:hover {
  background-color: #696969;
}
.button-hover-colour-lightslategray button:hover {
  background-color: #778899;
}
.button-hover-colour-slategray button:hover {
  background-color: #708090;
}
.button-hover-colour-darkslategray button:hover {
  background-color: #2F4F4F;
}
.button-hover-colour-black button:hover {
  background-color: #000000;
}
/* Button Text*/
.button-text-colour-indianred button {
  color: #CD5C5C;
}
.button-text-colour-lightcoral button {
  color: #F08080;
}
.button-text-colour-salmon button {
  color: #FA8072;
}
.button-text-colour-darksalmon button {
  color: #E9967A;
}
.button-text-colour-lightsalmon button {
  color: #FFA07A;
}
.button-text-colour-crimson button {
  color: #DC143C;
}
.button-text-colour-red button {
  color: #FF0000;
}
.button-text-colour-pink button {
  color: #FFC0CB;
}
.button-text-colour-lightpink button {
  color: #FFB6C1;
}
.button-text-colour-hotpink button {
  color: #FF69B4;
}
.button-text-colour-deeppink button {
  color: #FF1493;
}
.button-text-colour-mediumvioletred button {
  color: #C71585;
}
.button-text-colour-palevioletred button {
  color: #DB7093;
}
.button-text-colour-coral button {
  color: #FF7F50;
}
.button-text-colour-tomato button {
  color: #FF6347;
}
.button-text-colour-orangered button {
  color: #FF4500;
}
.button-text-colour-darkorange button {
  color: #FF8C00;
}
.button-text-colour-orange button {
  color: #FFA500;
}
.button-text-colour-gold button {
  color: #FFD700;
}
.button-text-colour-yellow button {
  color: #FFFF00;
}
.button-text-colour-lightyellow button {
  color: #FFFFE0;
}
.button-text-colour-lemonchiffon button {
  color: #FFFACD;
}
.button-text-colour-lightgoldenrodyellow button {
  color: #FAFAD2;
}
.button-text-colour-papayawhip button {
  color: #FFEFD5;
}
.button-text-colour-moccasin button {
  color: #FFE4B5;
}
.button-text-colour-peachpuff button {
  color: #FFDAB9;
}
.button-text-colour-palegoldenrod button {
  color: #EEE8AA;
}
.button-text-colour-khaki button {
  color: #F0E68C;
}
.button-text-colour-darkkhaki button {
  color: #BDB76B;
}
.button-text-colour-lavender button {
  color: #E6E6FA;
}
.button-text-colour-plum button {
  color: #DDA0DD;
}
.button-text-colour-violet button {
  color: #EE82EE;
}
.button-text-colour-orchid button {
  color: #DA70D6;
}
.button-text-colour-magenta button {
  color: #FF00FF;
}
.button-text-colour-mediumorchid button {
  color: #BA55D3;
}
.button-text-colour-mediumpurple button {
  color: #9370DB;
}
.button-text-colour-amethyst button {
  color: #9966CC;
}
.button-text-colour-blueviolet button {
  color: #8A2BE2;
}
.button-text-colour-darkorchid button {
  color: #9932CC;
}
.button-text-colour-darkviolet button {
  color: #9400D3;
}
.button-text-colour-darkmagenta button {
  color: #8B008B;
}
.button-text-colour-purple button {
  color: #800080;
}
.button-text-colour-slateblue button {
  color: #6A5ACD;
}
.button-text-colour-mediumslateblue button {
  color: #7B68EE;
}
.button-text-colour-darkslateblue button {
  color: #483D8B;
}
.button-text-colour-indigo button {
  color: #4B0082;
}
.button-text-colour-greenyellow button {
  color: #ADFF2F;
}
.button-text-colour-chartreuse button {
  color: #7FFF00;
}
.button-text-colour-lime button {
  color: #00FF00;
}
.button-text-colour-limegreen button {
  color: #32CD32;
}
.button-text-colour-palegreen button {
  color: #98FB98;
}
.button-text-colour-lightgreen button {
  color: #90EE90;
}
.button-text-colour-mediumspringgreen button {
  color: #00FA9A;
}
.button-text-colour-springgreen button {
  color: #00FF7F;
}
.button-text-colour-mediumseagreen button {
  color: #3CB371;
}
.button-text-colour-seagreen button {
  color: #2E8B57;
}
.button-text-colour-green button {
  color: #008000;
}
.button-text-colour-darkgreen button {
  color: #006400;
}
.button-text-colour-yellowgreen button {
  color: #9ACD32;
}
.button-text-colour-olivedrab button {
  color: #6B8E23;
}
.button-text-colour-olive button {
  color: #808000;
}
.button-text-colour-darkolivegreen button {
  color: #556B2F;
}
.button-text-colour-mediumaquamarine button {
  color: #66CDAA;
}
.button-text-colour-darkseagreen button {
  color: #8FBC8F;
}
.button-text-colour-lightseagreen button {
  color: #20B2AA;
}
.button-text-colour-darkcyan button {
  color: #008B8B;
}
.button-text-colour-teal button {
  color: #008080;
}
.button-text-colour-cyan button {
  color: #00FFFF;
}
.button-text-colour-lightcyan button {
  color: #E0FFFF;
}
.button-text-colour-paleturquoise button {
  color: #AFEEEE;
}
.button-text-colour-aquamarine button {
  color: #7FFFD4;
}
.button-text-colour-turquoise button {
  color: #40E0D0;
}
.button-text-colour-darkturquoise button {
  color: #00CED1;
}
.button-text-colour-cadetblue button {
  color: #5F9EA0;
}
.button-text-colour-steelblue button {
  color: #4682B4;
}
.button-text-colour-lightsteelblue button {
  color: #B0C4DE;
}
.button-text-colour-powderblue button {
  color: #B0E0E6;
}
.button-text-colour-lightblue button {
  color: #ADD8E6;
}
.button-text-colour-skyblue button {
  color: #87CEEB;
}
.button-text-colour-dodgerblue button {
  color: #1E90FF;
}
.button-text-colour-cornflowerblue button {
  color: #6495ED;
}
.button-text-colour-royalblue button {
  color: #4169E1;
}
.button-text-colour-blue button {
  color: #0000FF;
}
.button-text-colour-mediumblue button {
  color: #0000CD;
}
.button-text-colour-navy button {
  color: #000080;
}
.button-text-colour-midnightblue button {
  color: #191970;
}
.button-text-colour-burlywood button {
  color: #DEB887;
}
.button-text-colour-tan button {
  color: #D2B48C;
}
.button-text-colour-rosybrown button {
  color: #BC8F8F;
}
.button-text-colour-sandybrown button {
  color: #F4A460;
}
.button-text-colour-goldenrod button {
  color: #DAA520;
}
.button-text-colour-darkgoldenrod button {
  color: #B8860B;
}
.button-text-colour-peru button {
  color: #CD853F;
}
.button-text-colour-chocolate button {
  color: #D2691E;
}
.button-text-colour-saddlebrown button {
  color: #8B4513;
}
.button-text-colour-sienna button {
  color: #A0522D;
}
.button-text-colour-brown button {
  color: #A52A2A;
}
.button-text-colour-maroon button {
  color: #800000;
}
.button-text-colour-white button {
  color: #FFFFFF;
}
.button-text-colour-honeydew button {
  color: #F0FFF0;
}
.button-text-colour-azure button {
  color: #F0FFFF;
}
.button-text-colour-ghostwhite button {
  color: #F8F8FF;
}
.button-text-colour-whitesmoke button {
  color: #F5F5F5;
}
.button-text-colour-beige button {
  color: #F5F5DC;
}
.button-text-colour-gainsboro button {
  color: #DCDCDC;
}
.button-text-colour-lightgrey button {
  color: #D3D3D3;
}
.button-text-colour-silver button {
  color: #C0C0C0;
}
.button-text-colour-darkgray button {
  color: #A9A9A9;
}
.button-text-colour-gray button {
  color: #808080;
}
.button-text-colour-dimgray button {
  color: #696969;
}
.button-text-colour-lightslategray button {
  color: #778899;
}
.button-text-colour-slategray button {
  color: #708090;
}
.button-text-colour-darkslategray button {
  color: #2F4F4F;
}
.button-text-colour-black button {
  color: #000000;
}
/* Button Text Hover*/
.button-text-hover-colour-indianred button:hover {
  color: #CD5C5C;
}
.button-text-hover-colour-lightcoral button:hover {
  color: #F08080;
}
.button-text-hover-colour-salmon button:hover {
  color: #FA8072;
}
.button-text-hover-colour-darksalmon button:hover {
  color: #E9967A;
}
.button-text-hover-colour-lightsalmon button:hover {
  color: #FFA07A;
}
.button-text-hover-colour-crimson button:hover {
  color: #DC143C;
}
.button-text-hover-colour-red button:hover {
  color: #FF0000;
}
.button-text-hover-colour-pink button:hover {
  color: #FFC0CB;
}
.button-text-hover-colour-lightpink button:hover {
  color: #FFB6C1;
}
.button-text-hover-colour-hotpink button:hover {
  color: #FF69B4;
}
.button-text-hover-colour-deeppink button:hover {
  color: #FF1493;
}
.button-text-hover-colour-mediumvioletred button:hover {
  color: #C71585;
}
.button-text-hover-colour-palevioletred button:hover {
  color: #DB7093;
}
.button-text-hover-colour-coral button:hover {
  color: #FF7F50;
}
.button-text-hover-colour-tomato button:hover {
  color: #FF6347;
}
.button-text-hover-colour-orangered button:hover {
  color: #FF4500;
}
.button-text-hover-colour-darkorange button:hover {
  color: #FF8C00;
}
.button-text-hover-colour-orange button:hover {
  color: #FFA500;
}
.button-text-hover-colour-gold button:hover {
  color: #FFD700;
}
.button-text-hover-colour-yellow button:hover {
  color: #FFFF00;
}
.button-text-hover-colour-lightyellow button:hover {
  color: #FFFFE0;
}
.button-text-hover-colour-lemonchiffon button:hover {
  color: #FFFACD;
}
.button-text-hover-colour-lightgoldenrodyellow button:hover {
  color: #FAFAD2;
}
.button-text-hover-colour-papayawhip button:hover {
  color: #FFEFD5;
}
.button-text-hover-colour-moccasin button:hover {
  color: #FFE4B5;
}
.button-text-hover-colour-peachpuff button:hover {
  color: #FFDAB9;
}
.button-text-hover-colour-palegoldenrod button:hover {
  color: #EEE8AA;
}
.button-text-hover-colour-khaki button:hover {
  color: #F0E68C;
}
.button-text-hover-colour-darkkhaki button:hover {
  color: #BDB76B;
}
.button-text-hover-colour-lavender button:hover {
  color: #E6E6FA;
}
.button-text-hover-colour-plum button:hover {
  color: #DDA0DD;
}
.button-text-hover-colour-violet button:hover {
  color: #EE82EE;
}
.button-text-hover-colour-orchid button:hover {
  color: #DA70D6;
}
.button-text-hover-colour-magenta button:hover {
  color: #FF00FF;
}
.button-text-hover-colour-mediumorchid button:hover {
  color: #BA55D3;
}
.button-text-hover-colour-mediumpurple button:hover {
  color: #9370DB;
}
.button-text-hover-colour-amethyst button:hover {
  color: #9966CC;
}
.button-text-hover-colour-blueviolet button:hover {
  color: #8A2BE2;
}
.button-text-hover-colour-darkorchid button:hover {
  color: #9932CC;
}
.button-text-hover-colour-darkviolet button:hover {
  color: #9400D3;
}
.button-text-hover-colour-darkmagenta button:hover {
  color: #8B008B;
}
.button-text-hover-colour-purple button:hover {
  color: #800080;
}
.button-text-hover-colour-slateblue button:hover {
  color: #6A5ACD;
}
.button-text-hover-colour-mediumslateblue button:hover {
  color: #7B68EE;
}
.button-text-hover-colour-darkslateblue button:hover {
  color: #483D8B;
}
.button-text-hover-colour-indigo button:hover {
  color: #4B0082;
}
.button-text-hover-colour-greenyellow button:hover {
  color: #ADFF2F;
}
.button-text-hover-colour-chartreuse button:hover {
  color: #7FFF00;
}
.button-text-hover-colour-lime button:hover {
  color: #00FF00;
}
.button-text-hover-colour-limegreen button:hover {
  color: #32CD32;
}
.button-text-hover-colour-palegreen button:hover {
  color: #98FB98;
}
.button-text-hover-colour-lightgreen button:hover {
  color: #90EE90;
}
.button-text-hover-colour-mediumspringgreen button:hover {
  color: #00FA9A;
}
.button-text-hover-colour-springgreen button:hover {
  color: #00FF7F;
}
.button-text-hover-colour-mediumseagreen button:hover {
  color: #3CB371;
}
.button-text-hover-colour-seagreen button:hover {
  color: #2E8B57;
}
.button-text-hover-colour-green button:hover {
  color: #008000;
}
.button-text-hover-colour-darkgreen button:hover {
  color: #006400;
}
.button-text-hover-colour-yellowgreen button:hover {
  color: #9ACD32;
}
.button-text-hover-colour-olivedrab button:hover {
  color: #6B8E23;
}
.button-text-hover-colour-olive button:hover {
  color: #808000;
}
.button-text-hover-colour-darkolivegreen button:hover {
  color: #556B2F;
}
.button-text-hover-colour-mediumaquamarine button:hover {
  color: #66CDAA;
}
.button-text-hover-colour-darkseagreen button:hover {
  color: #8FBC8F;
}
.button-text-hover-colour-lightseagreen button:hover {
  color: #20B2AA;
}
.button-text-hover-colour-darkcyan button:hover {
  color: #008B8B;
}
.button-text-hover-colour-teal button:hover {
  color: #008080;
}
.button-text-hover-colour-cyan button:hover {
  color: #00FFFF;
}
.button-text-hover-colour-lightcyan button:hover {
  color: #E0FFFF;
}
.button-text-hover-colour-paleturquoise button:hover {
  color: #AFEEEE;
}
.button-text-hover-colour-aquamarine button:hover {
  color: #7FFFD4;
}
.button-text-hover-colour-turquoise button:hover {
  color: #40E0D0;
}
.button-text-hover-colour-darkturquoise button:hover {
  color: #00CED1;
}
.button-text-hover-colour-cadetblue button:hover {
  color: #5F9EA0;
}
.button-text-hover-colour-steelblue button:hover {
  color: #4682B4;
}
.button-text-hover-colour-lightsteelblue button:hover {
  color: #B0C4DE;
}
.button-text-hover-colour-powderblue button:hover {
  color: #B0E0E6;
}
.button-text-hover-colour-lightblue button:hover {
  color: #ADD8E6;
}
.button-text-hover-colour-skyblue button:hover {
  color: #87CEEB;
}
.button-text-hover-colour-dodgerblue button:hover {
  color: #1E90FF;
}
.button-text-hover-colour-cornflowerblue button:hover {
  color: #6495ED;
}
.button-text-hover-colour-royalblue button:hover {
  color: #4169E1;
}
.button-text-hover-colour-blue button:hover {
  color: #0000FF;
}
.button-text-hover-colour-mediumblue button:hover {
  color: #0000CD;
}
.button-text-hover-colour-navy button:hover {
  color: #000080;
}
.button-text-hover-colour-midnightblue button:hover {
  color: #191970;
}
.button-text-hover-colour-burlywood button:hover {
  color: #DEB887;
}
.button-text-hover-colour-tan button:hover {
  color: #D2B48C;
}
.button-text-hover-colour-rosybrown button:hover {
  color: #BC8F8F;
}
.button-text-hover-colour-sandybrown button:hover {
  color: #F4A460;
}
.button-text-hover-colour-goldenrod button:hover {
  color: #DAA520;
}
.button-text-hover-colour-darkgoldenrod button:hover {
  color: #B8860B;
}
.button-text-hover-colour-peru button:hover {
  color: #CD853F;
}
.button-text-hover-colour-chocolate button:hover {
  color: #D2691E;
}
.button-text-hover-colour-saddlebrown button:hover {
  color: #8B4513;
}
.button-text-hover-colour-sienna button:hover {
  color: #A0522D;
}
.button-text-hover-colour-brown button:hover {
  color: #A52A2A;
}
.button-text-hover-colour-maroon button:hover {
  color: #800000;
}
.button-text-hover-colour-white button:hover {
  color: #FFFFFF;
}
.button-text-hover-colour-honeydew button:hover {
  color: #F0FFF0;
}
.button-text-hover-colour-azure button:hover {
  color: #F0FFFF;
}
.button-text-hover-colour-ghostwhite button:hover {
  color: #F8F8FF;
}
.button-text-hover-colour-whitesmoke button:hover {
  color: #F5F5F5;
}
.button-text-hover-colour-beige button:hover {
  color: #F5F5DC;
}
.button-text-hover-colour-gainsboro button:hover {
  color: #DCDCDC;
}
.button-text-hover-colour-lightgrey button:hover {
  color: #D3D3D3;
}
.button-text-hover-colour-silver button:hover {
  color: #C0C0C0;
}
.button-text-hover-colour-darkgray button:hover {
  color: #A9A9A9;
}
.button-text-hover-colour-gray button:hover {
  color: #808080;
}
.button-text-hover-colour-dimgray button:hover {
  color: #696969;
}
.button-text-hover-colour-lightslategray button:hover {
  color: #778899;
}
.button-text-hover-colour-slategray button:hover {
  color: #708090;
}
.button-text-hover-colour-darkslategray button:hover {
  color: #2F4F4F;
}
.button-text-hover-colour-black button:hover {
  color: #000000;
}
/* Button border color */
.button-border-colour-indianred button {
  border-color: #CD5C5C;
}
.button-border-colour-lightcoral button {
  border-color: #F08080;
}
.button-border-colour-salmon button {
  border-color: #FA8072;
}
.button-border-colour-darksalmon button {
  border-color: #E9967A;
}
.button-border-colour-lightsalmon button {
  border-color: #FFA07A;
}
.button-border-colour-crimson button {
  border-color: #DC143C;
}
.button-border-colour-red button {
  border-color: #FF0000;
}
.button-border-colour-pink button {
  border-color: #FFC0CB;
}
.button-border-colour-lightpink button {
  border-color: #FFB6C1;
}
.button-border-colour-hotpink button {
  border-color: #FF69B4;
}
.button-border-colour-deeppink button {
  border-color: #FF1493;
}
.button-border-colour-mediumvioletred button {
  border-color: #C71585;
}
.button-border-colour-palevioletred button {
  border-color: #DB7093;
}
.button-border-colour-coral button {
  border-color: #FF7F50;
}
.button-border-colour-tomato button {
  border-color: #FF6347;
}
.button-border-colour-orangered button {
  border-color: #FF4500;
}
.button-border-colour-darkorange button {
  border-color: #FF8C00;
}
.button-border-colour-orange button {
  border-color: #FFA500;
}
.button-border-colour-gold button {
  border-color: #FFD700;
}
.button-border-colour-yellow button {
  border-color: #FFFF00;
}
.button-border-colour-lightyellow button {
  border-color: #FFFFE0;
}
.button-border-colour-lemonchiffon button {
  border-color: #FFFACD;
}
.button-border-colour-lightgoldenrodyellow button {
  border-color: #FAFAD2;
}
.button-border-colour-papayawhip button {
  border-color: #FFEFD5;
}
.button-border-colour-moccasin button {
  border-color: #FFE4B5;
}
.button-border-colour-peachpuff button {
  border-color: #FFDAB9;
}
.button-border-colour-palegoldenrod button {
  border-color: #EEE8AA;
}
.button-border-colour-khaki button {
  border-color: #F0E68C;
}
.button-border-colour-darkkhaki button {
  border-color: #BDB76B;
}
.button-border-colour-lavender button {
  border-color: #E6E6FA;
}
.button-border-colour-plum button {
  border-color: #DDA0DD;
}
.button-border-colour-violet button {
  border-color: #EE82EE;
}
.button-border-colour-orchid button {
  border-color: #DA70D6;
}
.button-border-colour-magenta button {
  border-color: #FF00FF;
}
.button-border-colour-mediumorchid button {
  border-color: #BA55D3;
}
.button-border-colour-mediumpurple button {
  border-color: #9370DB;
}
.button-border-colour-amethyst button {
  border-color: #9966CC;
}
.button-border-colour-blueviolet button {
  border-color: #8A2BE2;
}
.button-border-colour-darkorchid button {
  border-color: #9932CC;
}
.button-border-colour-darkviolet button {
  border-color: #9400D3;
}
.button-border-colour-darkmagenta button {
  border-color: #8B008B;
}
.button-border-colour-purple button {
  border-color: #800080;
}
.button-border-colour-slateblue button {
  border-color: #6A5ACD;
}
.button-border-colour-mediumslateblue button {
  border-color: #7B68EE;
}
.button-border-colour-darkslateblue button {
  border-color: #483D8B;
}
.button-border-colour-indigo button {
  border-color: #4B0082;
}
.button-border-colour-greenyellow button {
  border-color: #ADFF2F;
}
.button-border-colour-chartreuse button {
  border-color: #7FFF00;
}
.button-border-colour-lime button {
  border-color: #00FF00;
}
.button-border-colour-limegreen button {
  border-color: #32CD32;
}
.button-border-colour-palegreen button {
  border-color: #98FB98;
}
.button-border-colour-lightgreen button {
  border-color: #90EE90;
}
.button-border-colour-mediumspringgreen button {
  border-color: #00FA9A;
}
.button-border-colour-springgreen button {
  border-color: #00FF7F;
}
.button-border-colour-mediumseagreen button {
  border-color: #3CB371;
}
.button-border-colour-seagreen button {
  border-color: #2E8B57;
}
.button-border-colour-green button {
  border-color: #008000;
}
.button-border-colour-darkgreen button {
  border-color: #006400;
}
.button-border-colour-yellowgreen button {
  border-color: #9ACD32;
}
.button-border-colour-olivedrab button {
  border-color: #6B8E23;
}
.button-border-colour-olive button {
  border-color: #808000;
}
.button-border-colour-darkolivegreen button {
  border-color: #556B2F;
}
.button-border-colour-mediumaquamarine button {
  border-color: #66CDAA;
}
.button-border-colour-darkseagreen button {
  border-color: #8FBC8F;
}
.button-border-colour-lightseagreen button {
  border-color: #20B2AA;
}
.button-border-colour-darkcyan button {
  border-color: #008B8B;
}
.button-border-colour-teal button {
  border-color: #008080;
}
.button-border-colour-cyan button {
  border-color: #00FFFF;
}
.button-border-colour-lightcyan button {
  border-color: #E0FFFF;
}
.button-border-colour-paleturquoise button {
  border-color: #AFEEEE;
}
.button-border-colour-aquamarine button {
  border-color: #7FFFD4;
}
.button-border-colour-turquoise button {
  border-color: #40E0D0;
}
.button-border-colour-darkturquoise button {
  border-color: #00CED1;
}
.button-border-colour-cadetblue button {
  border-color: #5F9EA0;
}
.button-border-colour-steelblue button {
  border-color: #4682B4;
}
.button-border-colour-lightsteelblue button {
  border-color: #B0C4DE;
}
.button-border-colour-powderblue button {
  border-color: #B0E0E6;
}
.button-border-colour-lightblue button {
  border-color: #ADD8E6;
}
.button-border-colour-skyblue button {
  border-color: #87CEEB;
}
.button-border-colour-dodgerblue button {
  border-color: #1E90FF;
}
.button-border-colour-cornflowerblue button {
  border-color: #6495ED;
}
.button-border-colour-royalblue button {
  border-color: #4169E1;
}
.button-border-colour-blue button {
  border-color: #0000FF;
}
.button-border-colour-mediumblue button {
  border-color: #0000CD;
}
.button-border-colour-navy button {
  border-color: #000080;
}
.button-border-colour-midnightblue button {
  border-color: #191970;
}
.button-border-colour-burlywood button {
  border-color: #DEB887;
}
.button-border-colour-tan button {
  border-color: #D2B48C;
}
.button-border-colour-rosybrown button {
  border-color: #BC8F8F;
}
.button-border-colour-sandybrown button {
  border-color: #F4A460;
}
.button-border-colour-goldenrod button {
  border-color: #DAA520;
}
.button-border-colour-darkgoldenrod button {
  border-color: #B8860B;
}
.button-border-colour-peru button {
  border-color: #CD853F;
}
.button-border-colour-chocolate button {
  border-color: #D2691E;
}
.button-border-colour-saddlebrown button {
  border-color: #8B4513;
}
.button-border-colour-sienna button {
  border-color: #A0522D;
}
.button-border-colour-brown button {
  border-color: #A52A2A;
}
.button-border-colour-maroon button {
  border-color: #800000;
}
.button-border-colour-white button {
  border-color: #FFFFFF;
}
.button-border-colour-honeydew button {
  border-color: #F0FFF0;
}
.button-border-colour-azure button {
  border-color: #F0FFFF;
}
.button-border-colour-ghostwhite button {
  border-color: #F8F8FF;
}
.button-border-colour-whitesmoke button {
  border-color: #F5F5F5;
}
.button-border-colour-beige button {
  border-color: #F5F5DC;
}
.button-border-colour-gainsboro button {
  border-color: #DCDCDC;
}
.button-border-colour-lightgrey button {
  border-color: #D3D3D3;
}
.button-border-colour-silver button {
  border-color: #C0C0C0;
}
.button-border-colour-darkgray button {
  border-color: #A9A9A9;
}
.button-border-colour-gray button {
  border-color: #808080;
}
.button-border-colour-dimgray button {
  border-color: #696969;
}
.button-border-colour-lightslategray button {
  border-color: #778899;
}
.button-border-colour-slategray button {
  border-color: #708090;
}
.button-border-colour-darkslategray button {
  border-color: #2F4F4F;
}
.button-border-colour-black button {
  border-color: #000000;
}
/* Button border hover color */
.button-border-hover-colour-indianred button:hover {
  border-color: #CD5C5C;
}
.button-border-hover-colour-lightcoral button:hover {
  border-color: #F08080;
}
.button-border-hover-colour-salmon button:hover {
  border-color: #FA8072;
}
.button-border-hover-colour-darksalmon button:hover {
  border-color: #E9967A;
}
.button-border-hover-colour-lightsalmon button:hover {
  border-color: #FFA07A;
}
.button-border-hover-colour-crimson button:hover {
  border-color: #DC143C;
}
.button-border-hover-colour-red button:hover {
  border-color: #FF0000;
}
.button-border-hover-colour-pink button:hover {
  border-color: #FFC0CB;
}
.button-border-hover-colour-lightpink button:hover {
  border-color: #FFB6C1;
}
.button-border-hover-colour-hotpink button:hover {
  border-color: #FF69B4;
}
.button-border-hover-colour-deeppink button:hover {
  border-color: #FF1493;
}
.button-border-hover-colour-mediumvioletred button:hover {
  border-color: #C71585;
}
.button-border-hover-colour-palevioletred button:hover {
  border-color: #DB7093;
}
.button-border-hover-colour-coral button:hover {
  border-color: #FF7F50;
}
.button-border-hover-colour-tomato button:hover {
  border-color: #FF6347;
}
.button-border-hover-colour-orangered button:hover {
  border-color: #FF4500;
}
.button-border-hover-colour-darkorange button:hover {
  border-color: #FF8C00;
}
.button-border-hover-colour-orange button:hover {
  border-color: #FFA500;
}
.button-border-hover-colour-gold button:hover {
  border-color: #FFD700;
}
.button-border-hover-colour-yellow button:hover {
  border-color: #FFFF00;
}
.button-border-hover-colour-lightyellow button:hover {
  border-color: #FFFFE0;
}
.button-border-hover-colour-lemonchiffon button:hover {
  border-color: #FFFACD;
}
.button-border-hover-colour-lightgoldenrodyellow button:hover {
  border-color: #FAFAD2;
}
.button-border-hover-colour-papayawhip button:hover {
  border-color: #FFEFD5;
}
.button-border-hover-colour-moccasin button:hover {
  border-color: #FFE4B5;
}
.button-border-hover-colour-peachpuff button:hover {
  border-color: #FFDAB9;
}
.button-border-hover-colour-palegoldenrod button:hover {
  border-color: #EEE8AA;
}
.button-border-hover-colour-khaki button:hover {
  border-color: #F0E68C;
}
.button-border-hover-colour-darkkhaki button:hover {
  border-color: #BDB76B;
}
.button-border-hover-colour-lavender button:hover {
  border-color: #E6E6FA;
}
.button-border-hover-colour-plum button:hover {
  border-color: #DDA0DD;
}
.button-border-hover-colour-violet button:hover {
  border-color: #EE82EE;
}
.button-border-hover-colour-orchid button:hover {
  border-color: #DA70D6;
}
.button-border-hover-colour-magenta button:hover {
  border-color: #FF00FF;
}
.button-border-hover-colour-mediumorchid button:hover {
  border-color: #BA55D3;
}
.button-border-hover-colour-mediumpurple button:hover {
  border-color: #9370DB;
}
.button-border-hover-colour-amethyst button:hover {
  border-color: #9966CC;
}
.button-border-hover-colour-blueviolet button:hover {
  border-color: #8A2BE2;
}
.button-border-hover-colour-darkorchid button:hover {
  border-color: #9932CC;
}
.button-border-hover-colour-darkviolet button:hover {
  border-color: #9400D3;
}
.button-border-hover-colour-darkmagenta button:hover {
  border-color: #8B008B;
}
.button-border-hover-colour-purple button:hover {
  border-color: #800080;
}
.button-border-hover-colour-slateblue button:hover {
  border-color: #6A5ACD;
}
.button-border-hover-colour-mediumslateblue button:hover {
  border-color: #7B68EE;
}
.button-border-hover-colour-darkslateblue button:hover {
  border-color: #483D8B;
}
.button-border-hover-colour-indigo button:hover {
  border-color: #4B0082;
}
.button-border-hover-colour-greenyellow button:hover {
  border-color: #ADFF2F;
}
.button-border-hover-colour-chartreuse button:hover {
  border-color: #7FFF00;
}
.button-border-hover-colour-lime button:hover {
  border-color: #00FF00;
}
.button-border-hover-colour-limegreen button:hover {
  border-color: #32CD32;
}
.button-border-hover-colour-palegreen button:hover {
  border-color: #98FB98;
}
.button-border-hover-colour-lightgreen button:hover {
  border-color: #90EE90;
}
.button-border-hover-colour-mediumspringgreen button:hover {
  border-color: #00FA9A;
}
.button-border-hover-colour-springgreen button:hover {
  border-color: #00FF7F;
}
.button-border-hover-colour-mediumseagreen button:hover {
  border-color: #3CB371;
}
.button-border-hover-colour-seagreen button:hover {
  border-color: #2E8B57;
}
.button-border-hover-colour-green button:hover {
  border-color: #008000;
}
.button-border-hover-colour-darkgreen button:hover {
  border-color: #006400;
}
.button-border-hover-colour-yellowgreen button:hover {
  border-color: #9ACD32;
}
.button-border-hover-colour-olivedrab button:hover {
  border-color: #6B8E23;
}
.button-border-hover-colour-olive button:hover {
  border-color: #808000;
}
.button-border-hover-colour-darkolivegreen button:hover {
  border-color: #556B2F;
}
.button-border-hover-colour-mediumaquamarine button:hover {
  border-color: #66CDAA;
}
.button-border-hover-colour-darkseagreen button:hover {
  border-color: #8FBC8F;
}
.button-border-hover-colour-lightseagreen button:hover {
  border-color: #20B2AA;
}
.button-border-hover-colour-darkcyan button:hover {
  border-color: #008B8B;
}
.button-border-hover-colour-teal button:hover {
  border-color: #008080;
}
.button-border-hover-colour-cyan button:hover {
  border-color: #00FFFF;
}
.button-border-hover-colour-lightcyan button:hover {
  border-color: #E0FFFF;
}
.button-border-hover-colour-paleturquoise button:hover {
  border-color: #AFEEEE;
}
.button-border-hover-colour-aquamarine button:hover {
  border-color: #7FFFD4;
}
.button-border-hover-colour-turquoise button:hover {
  border-color: #40E0D0;
}
.button-border-hover-colour-darkturquoise button:hover {
  border-color: #00CED1;
}
.button-border-hover-colour-cadetblue button:hover {
  border-color: #5F9EA0;
}
.button-border-hover-colour-steelblue button:hover {
  border-color: #4682B4;
}
.button-border-hover-colour-lightsteelblue button:hover {
  border-color: #B0C4DE;
}
.button-border-hover-colour-powderblue button:hover {
  border-color: #B0E0E6;
}
.button-border-hover-colour-lightblue button:hover {
  border-color: #ADD8E6;
}
.button-border-hover-colour-skyblue button:hover {
  border-color: #87CEEB;
}
.button-border-hover-colour-dodgerblue button:hover {
  border-color: #1E90FF;
}
.button-border-hover-colour-cornflowerblue button:hover {
  border-color: #6495ED;
}
.button-border-hover-colour-royalblue button:hover {
  border-color: #4169E1;
}
.button-border-hover-colour-blue button:hover {
  border-color: #0000FF;
}
.button-border-hover-colour-mediumblue button:hover {
  border-color: #0000CD;
}
.button-border-hover-colour-navy button:hover {
  border-color: #000080;
}
.button-border-hover-colour-midnightblue button:hover {
  border-color: #191970;
}
.button-border-hover-colour-burlywood button:hover {
  border-color: #DEB887;
}
.button-border-hover-colour-tan button:hover {
  border-color: #D2B48C;
}
.button-border-hover-colour-rosybrown button:hover {
  border-color: #BC8F8F;
}
.button-border-hover-colour-sandybrown button:hover {
  border-color: #F4A460;
}
.button-border-hover-colour-goldenrod button:hover {
  border-color: #DAA520;
}
.button-border-hover-colour-darkgoldenrod button:hover {
  border-color: #B8860B;
}
.button-border-hover-colour-peru button:hover {
  border-color: #CD853F;
}
.button-border-hover-colour-chocolate button:hover {
  border-color: #D2691E;
}
.button-border-hover-colour-saddlebrown button:hover {
  border-color: #8B4513;
}
.button-border-hover-colour-sienna button:hover {
  border-color: #A0522D;
}
.button-border-hover-colour-brown button:hover {
  border-color: #A52A2A;
}
.button-border-hover-colour-maroon button:hover {
  border-color: #800000;
}
.button-border-hover-colour-white button:hover {
  border-color: #FFFFFF;
}
.button-border-hover-colour-honeydew button:hover {
  border-color: #F0FFF0;
}
.button-border-hover-colour-azure button:hover {
  border-color: #F0FFFF;
}
.button-border-hover-colour-ghostwhite button:hover {
  border-color: #F8F8FF;
}
.button-border-hover-colour-whitesmoke button:hover {
  border-color: #F5F5F5;
}
.button-border-hover-colour-beige button:hover {
  border-color: #F5F5DC;
}
.button-border-hover-colour-gainsboro button:hover {
  border-color: #DCDCDC;
}
.button-border-hover-colour-lightgrey button:hover {
  border-color: #D3D3D3;
}
.button-border-hover-colour-silver button:hover {
  border-color: #C0C0C0;
}
.button-border-hover-colour-darkgray button:hover {
  border-color: #A9A9A9;
}
.button-border-hover-colour-gray button:hover {
  border-color: #808080;
}
.button-border-hover-colour-dimgray button:hover {
  border-color: #696969;
}
.button-border-hover-colour-lightslategray button:hover {
  border-color: #778899;
}
.button-border-hover-colour-slategray button:hover {
  border-color: #708090;
}
.button-border-hover-colour-darkslategray button:hover {
  border-color: #2F4F4F;
}
.button-border-hover-colour-black button:hover {
  border-color: #000000;
}
/* Price */
.price-colour-indianred .price {
  color: #CD5C5C;
}
.price-colour-lightcoral .price {
  color: #F08080;
}
.price-colour-salmon .price {
  color: #FA8072;
}
.price-colour-darksalmon .price {
  color: #E9967A;
}
.price-colour-lightsalmon .price {
  color: #FFA07A;
}
.price-colour-crimson .price {
  color: #DC143C;
}
.price-colour-red .price {
  color: #FF0000;
}
.price-colour-pink .price {
  color: #FFC0CB;
}
.price-colour-lightpink .price {
  color: #FFB6C1;
}
.price-colour-hotpink .price {
  color: #FF69B4;
}
.price-colour-deeppink .price {
  color: #FF1493;
}
.price-colour-mediumvioletred .price {
  color: #C71585;
}
.price-colour-palevioletred .price {
  color: #DB7093;
}
.price-colour-coral .price {
  color: #FF7F50;
}
.price-colour-tomato .price {
  color: #FF6347;
}
.price-colour-orangered .price {
  color: #FF4500;
}
.price-colour-darkorange .price {
  color: #FF8C00;
}
.price-colour-orange .price {
  color: #FFA500;
}
.price-colour-gold .price {
  color: #FFD700;
}
.price-colour-yellow .price {
  color: #FFFF00;
}
.price-colour-lightyellow .price {
  color: #FFFFE0;
}
.price-colour-lemonchiffon .price {
  color: #FFFACD;
}
.price-colour-lightgoldenrodyellow .price {
  color: #FAFAD2;
}
.price-colour-papayawhip .price {
  color: #FFEFD5;
}
.price-colour-moccasin .price {
  color: #FFE4B5;
}
.price-colour-peachpuff .price {
  color: #FFDAB9;
}
.price-colour-palegoldenrod .price {
  color: #EEE8AA;
}
.price-colour-khaki .price {
  color: #F0E68C;
}
.price-colour-darkkhaki .price {
  color: #BDB76B;
}
.price-colour-lavender .price {
  color: #E6E6FA;
}
.price-colour-plum .price {
  color: #DDA0DD;
}
.price-colour-violet .price {
  color: #EE82EE;
}
.price-colour-orchid .price {
  color: #DA70D6;
}
.price-colour-magenta .price {
  color: #FF00FF;
}
.price-colour-mediumorchid .price {
  color: #BA55D3;
}
.price-colour-mediumpurple .price {
  color: #9370DB;
}
.price-colour-amethyst .price {
  color: #9966CC;
}
.price-colour-blueviolet .price {
  color: #8A2BE2;
}
.price-colour-darkorchid .price {
  color: #9932CC;
}
.price-colour-darkviolet .price {
  color: #9400D3;
}
.price-colour-darkmagenta .price {
  color: #8B008B;
}
.price-colour-purple .price {
  color: #800080;
}
.price-colour-slateblue .price {
  color: #6A5ACD;
}
.price-colour-mediumslateblue .price {
  color: #7B68EE;
}
.price-colour-darkslateblue .price {
  color: #483D8B;
}
.price-colour-indigo .price {
  color: #4B0082;
}
.price-colour-greenyellow .price {
  color: #ADFF2F;
}
.price-colour-chartreuse .price {
  color: #7FFF00;
}
.price-colour-lime .price {
  color: #00FF00;
}
.price-colour-limegreen .price {
  color: #32CD32;
}
.price-colour-palegreen .price {
  color: #98FB98;
}
.price-colour-lightgreen .price {
  color: #90EE90;
}
.price-colour-mediumspringgreen .price {
  color: #00FA9A;
}
.price-colour-springgreen .price {
  color: #00FF7F;
}
.price-colour-mediumseagreen .price {
  color: #3CB371;
}
.price-colour-seagreen .price {
  color: #2E8B57;
}
.price-colour-green .price {
  color: #008000;
}
.price-colour-darkgreen .price {
  color: #006400;
}
.price-colour-yellowgreen .price {
  color: #9ACD32;
}
.price-colour-olivedrab .price {
  color: #6B8E23;
}
.price-colour-olive .price {
  color: #808000;
}
.price-colour-darkolivegreen .price {
  color: #556B2F;
}
.price-colour-mediumaquamarine .price {
  color: #66CDAA;
}
.price-colour-darkseagreen .price {
  color: #8FBC8F;
}
.price-colour-lightseagreen .price {
  color: #20B2AA;
}
.price-colour-darkcyan .price {
  color: #008B8B;
}
.price-colour-teal .price {
  color: #008080;
}
.price-colour-cyan .price {
  color: #00FFFF;
}
.price-colour-lightcyan .price {
  color: #E0FFFF;
}
.price-colour-paleturquoise .price {
  color: #AFEEEE;
}
.price-colour-aquamarine .price {
  color: #7FFFD4;
}
.price-colour-turquoise .price {
  color: #40E0D0;
}
.price-colour-darkturquoise .price {
  color: #00CED1;
}
.price-colour-cadetblue .price {
  color: #5F9EA0;
}
.price-colour-steelblue .price {
  color: #4682B4;
}
.price-colour-lightsteelblue .price {
  color: #B0C4DE;
}
.price-colour-powderblue .price {
  color: #B0E0E6;
}
.price-colour-lightblue .price {
  color: #ADD8E6;
}
.price-colour-skyblue .price {
  color: #87CEEB;
}
.price-colour-dodgerblue .price {
  color: #1E90FF;
}
.price-colour-cornflowerblue .price {
  color: #6495ED;
}
.price-colour-royalblue .price {
  color: #4169E1;
}
.price-colour-blue .price {
  color: #0000FF;
}
.price-colour-mediumblue .price {
  color: #0000CD;
}
.price-colour-navy .price {
  color: #000080;
}
.price-colour-midnightblue .price {
  color: #191970;
}
.price-colour-burlywood .price {
  color: #DEB887;
}
.price-colour-tan .price {
  color: #D2B48C;
}
.price-colour-rosybrown .price {
  color: #BC8F8F;
}
.price-colour-sandybrown .price {
  color: #F4A460;
}
.price-colour-goldenrod .price {
  color: #DAA520;
}
.price-colour-darkgoldenrod .price {
  color: #B8860B;
}
.price-colour-peru .price {
  color: #CD853F;
}
.price-colour-chocolate .price {
  color: #D2691E;
}
.price-colour-saddlebrown .price {
  color: #8B4513;
}
.price-colour-sienna .price {
  color: #A0522D;
}
.price-colour-brown .price {
  color: #A52A2A;
}
.price-colour-maroon .price {
  color: #800000;
}
.price-colour-white .price {
  color: #FFFFFF;
}
.price-colour-honeydew .price {
  color: #F0FFF0;
}
.price-colour-azure .price {
  color: #F0FFFF;
}
.price-colour-ghostwhite .price {
  color: #F8F8FF;
}
.price-colour-whitesmoke .price {
  color: #F5F5F5;
}
.price-colour-beige .price {
  color: #F5F5DC;
}
.price-colour-gainsboro .price {
  color: #DCDCDC;
}
.price-colour-lightgrey .price {
  color: #D3D3D3;
}
.price-colour-silver .price {
  color: #C0C0C0;
}
.price-colour-darkgray .price {
  color: #A9A9A9;
}
.price-colour-gray .price {
  color: #808080;
}
.price-colour-dimgray .price {
  color: #696969;
}
.price-colour-lightslategray .price {
  color: #778899;
}
.price-colour-slategray .price {
  color: #708090;
}
.price-colour-darkslategray .price {
  color: #2F4F4F;
}
.price-colour-black .price {
  color: #000000;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-options:after {
    content: "";
	display: table;
	clear: both;
}

.swatch-option {
	position: relative;
    cursor: pointer;
}
.swatch-option + .swatch-option {
	margin-left: 5px;
}

.swatch-option:after, .swatch-option:before {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    bottom: 100%;
    left: 50%;
    z-index: 99;
}

.swatch-option:not(.text):after {
    content: attr(option-label);
    border-radius: 4px;
	background: #383838;
	color: #fff;
	padding: 8px 10px;
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 12px;
	white-space: nowrap;
	text-shadow: 0 -1px 0 #000;
	box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
.swatch-option:not(.text):before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001;
	border-top-color: #383838;
	margin-bottom: -11px;
	left: calc(50% - 6px);
    bottom: 100%;
}
.swatch-option:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.swatch-option:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}
.swatch-option:hover:after, 
.swatch-option:hover:before {
    visibility: visible;
    opacity: 1;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.swatch-option.image:not(.disabled):hover:after,
.swatch-option.color:not(.disabled):hover:after {
    opacity: 1;
	visibility: visible;
}

.swatch-option.disabled {
    cursor: default;
}

.swatch-option.disabled:after {
    opacity: 1;
	visibility: visible;
    content: '';
    position: absolute;
    left: 50%;
    right: 0;
    top: 9px;
    bottom: -7px;
    right: 0;
    text-shadow: none;
    box-shadow: none;
    background: none;
}

.swatch-option.selected:not(.text):before,
.swatch-option.disabled:before {content: none}
.product-info-main .swatch-option.selected:not(.text):after{line-height: 34px}
.product-item-details .swatch-option.selected:not(.text):after{line-height: 22px;font-size: 10px}
.swatch-option.selected:not(.text):after,
.swatch-option.disabled:not(.text):after{
    transform: unset;
    -o-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    background: none;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    display: block !important;
    opacity: 1;
    visibility: visible;
    text-align: center;
    line-height: 32px;
}

.swatch-option-tooltip {
	display: none !important;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
	left: auto !important;;
	right: auto !important;
    height: 8px;
	position: relative;
	display: none;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
	position: absolute;
	content: "";
	width: 0;
	left: 50% !important;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 100%;
	border-top: 8px solid #adadad;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:after {
	position: absolute;
	content: "";
	width: 0;
	left: 50% !important;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 100%;
	border-top: 7px solid #fff;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	z-index: 1;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: none;
}

.swatch-option-tooltip .title {
	background-color: #333;
	color: #fff;
	border-radius: 2px;
    max-width: 140px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

/* Bugfix for Add To Cart button */
div[class^="swatch-opt-"] {
    margin-bottom: 10px;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  padding: 5px 0;
}
.slick-arrow.slick-hidden {
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.product.media .item-thumb,
.extra-gallery-fullwidth .item-thumb {
  position: relative;
  opacity: 0.6;
}
.product.media .item-thumb.active,
.extra-gallery-fullwidth .item-thumb.active {
  opacity: 1;
}
.product.media .item-thumb img,
.extra-gallery-fullwidth .item-thumb img {
  border: 1px solid transparent;
}
.product.media #owl-carousel-gallery.owl-carousel,
.extra-gallery-fullwidth #owl-carousel-gallery.owl-carousel {
  overflow: hidden;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav div,
.extra-gallery-fullwidth #owl-carousel-gallery.owl-carousel .owl-nav div {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 70px;
  height: auto;
  bottom: 0;
  visibility: hidden;
  opacity: 0 !important;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav div span::before,
.extra-gallery-fullwidth #owl-carousel-gallery.owl-carousel .owl-nav div span::before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #222;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav div.owl-next,
.extra-gallery-fullwidth #owl-carousel-gallery.owl-carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav div.owl-next span::before,
.extra-gallery-fullwidth #owl-carousel-gallery.owl-carousel .owl-nav div.owl-next span::before {
  content: "\f054";
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav div:hover,
.extra-gallery-fullwidth #owl-carousel-gallery.owl-carousel .owl-nav div:hover {
  background: linear-gradient(0.5turn, transparent, rgba(255, 255, 255, 0.35), transparent);
}
.product.media #owl-carousel-gallery.owl-carousel:hover .owl-nav div,
.extra-gallery-fullwidth #owl-carousel-gallery.owl-carousel:hover .owl-nav div,
.product.media #owl-carousel-gallery.owl-carousel:hover .owl-nav > div.owl-next,
.extra-gallery-fullwidth #owl-carousel-gallery.owl-carousel:hover .owl-nav > div.owl-next {
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1 !important;
}
.product.media #owl-carousel-gallery.owl-carousel:hover .owl-nav > div.disabled,
.extra-gallery-fullwidth #owl-carousel-gallery.owl-carousel:hover .owl-nav > div.disabled {
  opacity: 0.45 !important;
  background: linear-gradient(0.5turn, transparent, rgba(255, 255, 255, 0.35), transparent);
}
.item-thumb:not(.active) {
  cursor: pointer;
}
/* Gallery Sticky */
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main {
  text-align: center;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .item-title {
  text-align: center;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main > * {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .field.choice {
  display: inline-block;
  padding-right: 20px;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .table-wrapper {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .product-add-form .product-options-wrapper {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .product-add-form .product-options-wrapper .fieldset > .field > label.label {
  text-align: center;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-options {
  vertical-align: top;
  float: none;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .product-info-stock-sku {
  margin: 0 auto;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .product-reviews-summary {
  justify-content: center;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .deal-timer {
  width: 100%;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .box-tocart > .fieldset {
  display: block;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .box-tocart > .fieldset .field.qty {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .box-tocart > .fieldset .field.qty .input-text {
  border: 0;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .box-tocart > .fieldset .actions {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .box-tocart > .fieldset .actions button {
  width: 100%;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .box-tocart > .fieldset .product-addto-links {
  display: inline-block;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .product-info-stock-sku .attribute.sku {
  text-align: left;
  padding-left: 30px;
  float: none;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .product-info-stock-sku .stock.available {
  text-align: right;
  padding-right: 30px;
}
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .price-box .old-price,
.catalog-product-view.extra-gallery-sticky .row-detail-product .product-info-main .price-box .special-price {
  padding: 0 5px;
  float: none;
}
.catalog-product-view.extra-gallery-sticky .product.attribute.overview ol,
.catalog-product-view.extra-gallery-sticky .product.attribute.overview ul {
  list-style: none;
  justify-content: center;
}
.catalog-product-view.extra-gallery-sticky .product.media {
  justify-content: center;
}
.catalog-product-view.extra-gallery-sticky .product.media,
.catalog-product-view.extra-gallery-sticky .product-info-main {
  padding: 0 15px;
}
.catalog-product-view.extra-gallery-sticky .product-detail-deals {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .catalog-product-view.extra-gallery-sticky .product-info-main.sticky {
    position: fixed;
    left: 50%;
    top: 0;
    padding-top: 100px;
    padding-bottom: 30px;
    width: auto;
    right: auto;
    max-height: 100vh;
    overflow-y: auto;
  }
  .catalog-product-view.extra-gallery-sticky .product-info-main.sticky::-webkit-scrollbar {
    display: none;
  }
  .catalog-product-view.extra-gallery-sticky .product-info-main.sticky.bottom {
    bottom: 0;
    top: auto;
    position: absolute;
  }
  .catalog-product-view.extra-gallery-sticky .header + .breadcrumbs ul {
    margin-left: 50%;
    padding-left: 0;
    text-align: center;
  }
  .catalog-product-view.extra-gallery-sticky .product.media {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 1300px) {
  .catalog-product-view.extra-gallery-sticky .product-info-main > * {
    max-width: 650px;
  }
}
/* Gallery Full Width */
.catalog-product-view.extra-gallery-fullwidth.template-1.page-layout-1column .row-detail-product {
  background-color: transparent !important;
}
.catalog-product-view.extra-gallery-fullwidth .item-title {
  text-align: center;
}
.catalog-product-view.extra-gallery-fullwidth .header + .breadcrumbs {
  display: none;
}
.catalog-product-view.extra-gallery-fullwidth.template-2 .row-detail-product,
.catalog-product-view.extra-gallery-fullwidth.template-1 .row-detail-product {
  background-color: transparent;
}
.catalog-product-view.extra-gallery-fullwidth .product-detail-deals {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.catalog-product-view.extra-gallery-fullwidth .single-image-wrapper {
  padding-top: 35px;
  padding-bottom: 80px;
}
.catalog-product-view.extra-gallery-fullwidth .product.media {
  max-width: 100%;
  padding: 35px 0 80px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
}
.catalog-product-view.extra-gallery-fullwidth .product.media > .product.item-image {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 9;
}
.catalog-product-view.extra-gallery-fullwidth .product-info-main .field.choice {
  display: inline-block;
  padding-right: 20px;
}
.catalog-product-view.extra-gallery-fullwidth .product-info-main .table-wrapper {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}
.catalog-product-view.extra-gallery-fullwidth .product-info-main .product-add-form .product-options-wrapper {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.catalog-product-view.extra-gallery-fullwidth .product-info-main .product-add-form .product-options-wrapper .fieldset > .field > label.label {
  text-align: center;
}
.catalog-product-view.extra-gallery-fullwidth .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-options {
  vertical-align: top;
  float: none;
}
.catalog-product-view.extra-gallery-fullwidth .product-info-main .product-info-stock-sku {
  margin: 0 auto;
}
.catalog-product-view.extra-gallery-fullwidth .product.attribute.overview ol,
.catalog-product-view.extra-gallery-fullwidth .product.attribute.overview ul {
  list-style: none;
  justify-content: center;
}
.catalog-product-view.extra-gallery-fullwidth .product-thumbnail {
  position: relative;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.catalog-product-view.extra-gallery-fullwidth .product-thumbnail .item-thumb.active img {
  border-color: transparent;
}
.catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail {
  max-width: 640px;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail .owl-stage {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail {
    display: none !important;
  }
}
.catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail.owl-carousel .owl-item {
  padding: 0 10px;
}
.catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail.owl-carousel .owl-dots {
  margin: 20px auto 0;
}
.catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail.owl-carousel .owl-nav > div {
  font-size: 20px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 40px;
  height: auto;
  bottom: 0;
  visibility: hidden;
  opacity: 0 !important;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail.owl-carousel .owl-nav > div.owl-next {
  right: 0;
  left: auto;
  transform: translateX(50px);
  -webkit-transform: translateX(50);
  -moz-transform: translateX(50);
  -o-transform: translateX(50);
}
.catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail.owl-carousel .owl-nav > div.owl-next span::before {
  content: "\f3d3";
}
.catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail.owl-carousel .owl-nav > div span::before {
  content: "\f3d2";
  font-family: "Ionicons";
  font-size: 23px;
  color: #222;
  top: calc(50% - 12px);
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
.catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail.owl-carousel .owl-nav > div:hover {
  background: linear-gradient(0.5turn, transparent, rgba(255, 255, 255, 0.35), transparent);
}
.catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail.owl-carousel:hover .owl-nav div,
.catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail.owl-carousel:hover .owl-nav > div.owl-next {
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1 !important;
}
.catalog-product-view.extra-gallery-fullwidth #horizontal-thumbnail.owl-carousel:hover .owl-nav > div.disabled {
  opacity: 0.45 !important;
  background: linear-gradient(0.5turn, transparent, rgba(255, 255, 255, 0.35), transparent);
}
.catalog-product-view.extra-gallery-fullwidth .product-info-main .sharethis h6 {
  display: none;
}
.catalog-product-view.extra-gallery-fullwidth .product-info-main .sharethis .sharethis-inline-share-buttons .st-btn:hover > svg {
  fill: #606da6 !important;
}
.catalog-product-view.extra-gallery-fullwidth .product-info-main .sharethis .sharethis-inline-share-buttons .st-btn > svg {
  fill: #a1a1a1 !important;
}
.catalog-product-view.extra-gallery-fullwidth .product.attribute.overview {
  width: 650px;
  max-width: 100%;
  margin: 25px auto;
}
.catalog-product-view.extra-gallery-fullwidth .page-main > .row > .sidebar {
  padding-top: 50px;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .product.media {
  display: none;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .product-info-main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 15px;
  max-width: 100%;
  text-align: center;
  margin-top: 25px;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .product-info-main .product-reviews-summary {
  justify-content: center;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .product-info-main .deal-timer {
  width: 100%;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .product-info-main .box-tocart > .fieldset {
  display: block;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .product-info-main .box-tocart > .fieldset .field.qty {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .product-info-main .box-tocart > .fieldset .field.qty .input-text {
  border: 0;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .product-info-main .box-tocart > .fieldset .actions {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .product-info-main .box-tocart > .fieldset .actions button {
  width: 100%;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .product-info-main .box-tocart > .fieldset .product-addto-links {
  display: inline-block;
  margin-top: 20px;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .product-info-main .product-info-stock-sku .attribute.sku {
  text-align: left;
  padding-left: 30px;
  float: none;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .product-info-main .product-info-stock-sku .stock.available {
  text-align: right;
  padding-right: 30px;
}
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .price-box .old-price,
.catalog-product-view.extra-gallery-fullwidth .row-detail-product .price-box .special-price {
  padding: 0 5px;
  float: none;
}
.catalog-product-view.extra-gallery-fullwidth.mgs-quickview-catalog-product-view .row-detail-product .product.media {
  display: block !important;
}
.product.media .vertical-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product.media .vertical-gallery #vertical-thumbnail-wrapper {
  width: 70px;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical {
  width: calc(100% - 95px);
  margin-left: 25px;
}
.product.media .vertical-gallery .slick-vertical > .slick-list.draggable {
  overflow: hidden;
}
.product.media .vertical-gallery.vertical-thumbnail {
  display: none;
  position: relative;
}
.product.media .vertical-gallery.vertical-thumbnail .slick-initialized {
  display: block;
}
.product.media .vertical-gallery .vertical-thumbnail:hover .slick-arrow {
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}
.product.media .vertical-gallery .vertical-thumbnail:hover .slick-arrow.pe-7s-angle-down {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.product.media .vertical-gallery .slick-arrow {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
  color: #000;
  background-color: transparent;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .vertical-gallery .slick-arrow.pe-7s-angle-down {
  bottom: 0;
  top: auto;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .product.media .vertical-gallery #vertical-thumbnail-wrapper {
    display: none !important;
  }
  .product.media .vertical-gallery .owl-carousel.gallery-vertical {
    width: 100%;
    margin-left: 0;
  }
}
.product.media .gallery-list .product.item-image + .product.item-image {
  margin-top: 30px;
}
.product.media .zoomImg {
  cursor: move;
}
.product.media .item-image-video .zoomImg {
  display: none !important;
}
.product.media .product.item-image {
  position: relative;
}
.product.media .product.item-image img {
  min-width: 100%;
}
.product.media .product.item-image .label-video {
  position: absolute;
  z-index: 1;
  color: #fff;
  border-radius: 3px;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.product.media .product.item-image .lb.video-link {
  display: block;
  position: relative;
}
.product.media .product.item-image .lb.video-link:before {
  content: "\e6ad";
  font-family: "themify";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
  z-index: 3;
  font-size: 36px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 70px;
  left: 50%;
  line-height: 70px;
  border-radius: 50%;
  padding-left: 3px;
  background-color: rgba(255, 255, 255, 0.8);
}
.product.media .product.item-image .lb.video-link:hover:before {
  opacity: 1;
  visibility: visible;
}
.product.media .item-thumb .popup-video-thumb,
.product.media .product.item-image .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .item-thumb .popup-video-thumb .ti-video-camera:before,
.product.media .product.item-image .popup-video .ti-video-camera:before {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 9px 10px 11px;
  border-radius: 50%;
  content: "\e6ad";
}
.product.media .product.item-image:hover .popup-video {
  opacity: 1;
  visibility: visible;
}
.product.media .product.item-image .popup-video span {
  position: relative;
  display: block;
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
  font-size: 36px;
  color: #c61932;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.product.media .item-thumb.slick-slide .popup-video-thumb {
  top: 5px;
  bottom: 5px;
}
.product.media .item-thumb .popup-video-thumb {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #c61932;
  justify-content: center;
  font-size: 24px;
}
.horizontal-thumbnail-wrapper {
  margin: 20px -10px 0;
}
.horizontal-thumbnail-wrapper .horizontal-thumbnail .owl-item {
  padding: 0 10px;
}
.horizontal-thumbnail-wrapper .owl-carousel {
  overflow: hidden;
}
.horizontal-thumbnail-wrapper .owl-carousel:hover .owl-nav > div {
  background-color: rgba(255, 255, 255, 0.5);
}
.horizontal-thumbnail-wrapper .owl-carousel .owl-nav > div {
  height: 100%;
  top: 0;
  bottom: 0;
  margin: 0;
  left: 10px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.horizontal-thumbnail-wrapper .owl-carousel .owl-nav > div:before {
  content: "\f3d2";
  font-family: "Ionicons";
  font-size: 24px;
  color: #222;
}
.horizontal-thumbnail-wrapper .owl-carousel .owl-nav > div.owl-next {
  right: 10px;
  left: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.horizontal-thumbnail-wrapper .owl-carousel .owl-nav > div.owl-next:before {
  content: "\f3d3";
}
.horizontal-thumbnail-wrapper .owl-carousel:hover .owl-nav > div {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.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{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}
/*# sourceMappingURL=bootstrap.min.css.map *//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Mgs/hebes/el_GR/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Mgs/hebes/el_GR/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Mgs/hebes/el_GR/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Mgs/hebes/el_GR/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Mgs/hebes/el_GR/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Mgs/hebes/el_GR/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('../../frontend/Mgs/hebes/el_GR/fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('../../frontend/Mgs/hebes/el_GR/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('../../frontend/Mgs/hebes/el_GR/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('../../frontend/Mgs/hebes/el_GR/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('../../frontend/Mgs/hebes/el_GR/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* HELPER CLASS 
 * -------------------------- */

/* FA based classes */

/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */

/* makes the font 33% larger relative to the icon container */
.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.pe-2x {
  font-size: 2em;
}
.pe-3x {
  font-size: 3em;
}
.pe-4x {
  font-size: 4em;
}
.pe-5x {
  font-size: 5em;
}
.pe-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.pe-ul > li {
  position: relative;
}
.pe-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.pe-li.pe-lg {
  left: -1.8571428571428572em;
}
.pe-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.pe-stack-1x {
  line-height: inherit;
}
.pe-stack-2x {
  font-size: 2em;
}
.pe-inverse {
  color: #ffffff;
}

/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}
.mgs-menu .navigation ul.container .level0 {
  display: inline-block;
  padding: 15px;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  text-align: left;
}
.mgs-menu .navigation ul.container .level0 > a {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
}
.mgs-menu .navigation ul.container .level0 ul.level0 {
  background: #333 none repeat scroll 0 0;
  min-width: 160px;
  position: absolute;
  top: 100% !important;
  list-style: none;
  padding: 0;
  z-index: 999;
}
.mgs-menu .navigation ul.container .level0 ul.level0 > li.level1 {
  padding: 5px 15px;
  position: relative;
}
.mgs-menu .navigation ul.container .level0 ul.level0 > li.level1 a {
  color: #fff;
}
.mgs-menu .navigation ul.container .level0 ul.level0 > li.level1 > ul.level1 {
  left: 100% !important;
  top: 0 !important;
  padding: 0;
  list-style: none;
  position: absolute !important;
  background-color: #333;
  min-width: 200px;
}
.mgs-menu .navigation ul.container .level0 ul.level0 > li.level1 > ul.level1 > li.level2 {
  padding: 5px 15px;
}
.mgs-menu .navigation ul.container .level0:hover {
  background-color: #333;
}
.mgs-menu .navigation ul.container .level0:hover > a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .mgt-menu.megamenu-content {
    flex-basis: auto;
    flex-shrink: 0;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .mgt-menu .navigation {
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .mgt-menu .navigation:empty {
    display: none;
  }
  .mgt-menu .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .mgt-menu .navigation li.level0 {
    border-top: none;
  }
  .mgt-menu .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .mgt-menu .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .mgt-menu .navigation .level0 > .level-top {
    color: #777;
    line-height: 47px;
    padding: 26px 15px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .mgt-menu .navigation .level0 > .level-top:hover,
  .mgt-menu .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .mgt-menu .navigation .level0.active > .level-top,
  .mgt-menu .navigation .level0.has-active > .level-top {
    border-color: #000;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .mgt-menu .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .mgt-menu .navigation .level0 .submenu {
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(96, 109, 166, 0.2);
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .mgt-menu .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .mgt-menu .navigation .level0 .submenu > ul:before,
  .mgt-menu .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .mgt-menu .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .mgt-menu .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    color: #ccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .mgt-menu .navigation .level0 .submenu a {
    display: inline-block;
    line-height: inherit;
    color: #777;
    padding: 8px 20px;
  }
  .mgt-menu .navigation .level0 .submenu a:hover,
  .mgt-menu .navigation .level0 .submenu a.ui-state-focus {
    color: #000;
    text-decoration: underline;
  }
  .mgt-menu .navigation .level0 .submenu .active > a {
    border-color: #000;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333;
  }
  .mgt-menu .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .mgt-menu .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .mgt-menu .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .mgt-menu .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .mgt-menu .navigation .level0.more:before {
    display: none;
  }
  .mgt-menu .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .mgt-menu .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .mgt-menu .navigation .level0.more li {
    display: block;
  }
}
@media (max-width: 1199px) {
  .mgt-menu .navigation {
    padding: 0;
    box-sizing: border-box;
  }
  .mgt-menu .navigation .parent li.level-top {
    position: relative;
  }
  .mgt-menu .navigation .parent li.level-top:after {
    -webkit-font-smoothing: antialiased;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\f107';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .mgt-menu .navigation .parent li.level-top.ui-state-active:after {
    content: '\f106';
  }
  .mgt-menu .navigation .parent li.level-top > a {
    display: inline-block;
    text-decoration: none;
  }
  .mgt-menu .navigation:after {
    font-size: 20px;
    right: 10px;
    top: 0;
  }
  .mgt-menu .navigation ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .mgt-menu .navigation li {
    margin: 0;
  }
  .mgt-menu .navigation a {
    display: inline-block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .mgt-menu .navigation a,
  .mgt-menu .navigation a:hover {
    color: #777;
    text-decoration: none;
  }
  .mgt-menu .navigation .level0 {
    border-top: 1px solid #d7d7d7;
    font-size: 1.6rem;
  }
  .mgt-menu .navigation .level0 > .level-top {
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .mgt-menu .navigation .level0.active .all-category .ui-state-focus {
    border-color: #000;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
    display: inline-block;
  }
  .mgt-menu .navigation .level0.active > a:not(.ui-state-active),
  .mgt-menu .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #000;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .mgt-menu .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .mgt-menu .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .mgt-menu .navigation li.level0:last-child {
    border-bottom: 1px solid #d7d7d7;
  }
  .mgt-menu .navigation .submenu > li {
    word-wrap: break-word;
  }
  .mgt-menu .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .mgt-menu .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .mgt-menu .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .mgt-menu .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .mgt-menu .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .mgt-menu .navigation .submenu:not(:first-child) ul > li a {
    color: #777;
    display: block;
    line-height: normal;
  }
  .mgt-menu .navigation .submenu:not(:first-child) .expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .mgt-menu .navigation .submenu:not(:first-child) .active > a {
    border-color: #000;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
  }
  .mgt-menu .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
.vertical-menu li {
  display: block;
  position: relative;
  float: none !important;
}
.vertical-menu li a {
  display: block;
  padding: 12px 40px 12px 25px;
  font-size: 14px;
  background: none;
  position: relative;
  line-height: 1.75;
  background: none !important;
  color: #878787;
}
.vertical-menu li a:hover {
  color: #222;
}
.vertical-menu li a .label-menu {
  margin-left: 5px;
  top: 4px;
  position: static !important;
  display: inline-block;
  vertical-align: top;
}
.vertical-menu li:first-child > a {
  border-bottom: 1px solid #eee !important;
}
@media (min-width: 1200px) {
  .vertical-menu > li > a {
    color: #222;
  }
  .vertical-menu > li:hover > a {
    color: #56cfe1;
  }
  .vertical-menu li:not(:last-child) > a {
    border-bottom: 1px solid #eee;
  }
  .vertical-menu li.mega-menu-fullwidth > ul.dropdown-menu {
    border-top: 1px solid #efefef;
    padding: 14px 30px 16px;
  }
  .vertical-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li > a {
    padding: 10px 0 6px;
  }
  .vertical-menu li.mega-menu-fullwidth.menu-2columns > .dropdown-menu {
    min-width: 500px;
  }
  .vertical-menu li a .mega-menu-sub-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
  }
  .vertical-menu li .toggle-menu {
    display: none !important;
  }
  .vertical-menu li .icon-next {
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 12px;
  }
  .vertical-menu li .icon-next .fa:before {
    content: "\f105";
  }
  .vertical-menu li > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 0;
    display: block !important;
    padding: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    min-width: 250px;
    margin: 0;
    border: none;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    opacity: 0;
    visibility: hidden;
  }
  .vertical-menu li:hover > .dropdown-menu {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .vertical-menu ul.sub-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .vertical-menu li > a {
    border-bottom: 1px solid #eee;
  }
  .vertical-menu li .icon-next {
    display: none !important;
  }
  .vertical-menu li .toggle-menu {
    position: absolute;
    right: 5px;
    font-size: 20px;
    top: 0px;
    width: 40px;
  }
  .vertical-menu li .toggle-menu a.active .fa-plus:before {
    content: "\f068";
  }
  .vertical-menu li > .dropdown-menu {
    position: static !important;
    border-radius: 0;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  .vertical-menu li[class*="level"] > ul > li > a {
    padding-left: 25px;
  }
  .vertical-menu [class*="col-md"] {
    width: 100%;
  }
}
/*
***** CSS TREE MAP *****
1. --- VARIABLE & FUNCTION
2. --- RESET CSS & STYLE GUIDE
	2.1 ---- Accordion
	2.1 ---- Heading
	2.2 ---- Button
	2.3 ---- Form Element 
	2.3 ---- Custom Class
	2.3 ---- Padding Class
	2.3 ---- Margin Class
	2.3 ---- Custom Padding Bootstrap
5. --- JS PLUGIN
	2.1 ---- 2.1 ---- Owl carousel
1. --- HEADER
	2.1 ---- Currency && Language
	2.1 ---- Search Form
	2.1 ---- My Account
	2.1 ---- Newsletter SignUp
	2.1 ---- Header Social
	2.1 ---- Button toggle menu - Mobile
	2.1 ---- Mobile Version
	2.1 ---- Header Version 1
	2.1 ---- Header Version 2
	2.1 ---- Header Version 3
	2.1 ---- Header Version 4
	2.1 ---- Header Version 5
	2.1 ---- Header Version 6
1. --- FOOTER
	2.1 ---- Footer version 1
	2.1 ---- Footer version 2
	2.1 ---- Footer version 3
3. --- Magento_Theme
	3.1 ---- Page layout
	3.1 ---- Page title & Breadcrumb
	2.1 ---- Block Widget Title
	2.1 ---- Scroll To Top
1. --- SIDEBAR
	2.1 ---- Block Filter
	2.1 ---- Block Compare
	2.1 ---- Block Wish List
	2.1 ---- Block My Account Link
	2.1 ---- Block Reorder
4. --- Magento_Checkout
	4.1 ---- Top cart header
	4.2 ---- Top cart header (Cart Content)
	4.3 ---- Top cart header (Dropdown Type)
	4.4 ---- Top cart header (Sidebar Type)
	4.5 ---- Modal Confirm Remove Cart
4. --- Magento_Search & MGS_InstantSearch
	4.1 ---- Search Autocomplete
1. --- Magento_Review
	2.1 ---- Rating Star
	2.1 ---- Review List - My Account (Dashboard)
	2.1 ---- Review List - My Account (All Review)
	2.1 ---- Review Detail - My Account (Detail Review)
	2.1 ---- Review List - Product Detail
	2.1 ---- Review Link - Product Detail
	2.1 ---- Review Form - Product Detail
1. --- Magento_Newsletter
	2.1 ---- Newsletter Form Inline
	2.1 ---- Newsletter Popup
1. --- MGS_Social
	2.1 ---- Instagram Widget
1. --- Magento_Customer

1. --- CMS PAGE
	2.1 ---- Coming Soon
	2.1 ---- Collection Page
	2.1 ---- FAQs
1. --- MGS_Quickview
*/
/* ==================================================== */
/* Heading */
.product-detail-infomation .title-accordion,
.header .menu-fixed,
.nav-main-menu > li a.level0,
.font-montserrat,
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6,
blockquote,
button,
.action.primary,
.btn,
button.action,
.field:not(.choice) > label,
.form-group:not(.choice) > label,
.field:not(.choice) > .label,
.form-group:not(.choice) > .label,
.actions-toolbar a.action.back,
.toolbar .toolbar-amount,
.toolbar select,
.sidebar > .block > .block-title,
.sidebar > .block > .title,
.sidebar .block.filter .filter-content .filter-options .filter-item .filter-options-title,
.sidebar .block.block-compare .actions-toolbar .secondary .action.clear,
.sidebar .block.block-reorder .actions-toolbar .secondary .action.view,
.sidebar .block.block-blog-categories .block-content > ul > li > a,
.sidebar .block.block-blog-tags .tag-cloud li a,
.block-authentication .block .block-title,
.nav-megamenu .mega-menu-sub-title,
.header .switcher,
.header .middle-header-wrapper .my-account-link,
.header .mobile-navigation .level1 > a,
.header .mobile-navigation .close-nav-button,
.header .mobile-navigation .nav-main-menu .mega-menu-sub-title,
.header .nav-toggle span,
.header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart .counter.qty,
.header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart > .text,
.minicart-wrapper .block-minicart .block-title strong,
.minicart-wrapper .block-minicart .block-content > .subtotal,
.minicart-items .product-item .product > .product-item-details .product.options .toggle,
.sidebar-cart-type .minicart-wrapper .block-minicart .block-content > .action.close,
.instantsearch-result-index .results .block-title .view-more a,
.instantsearch-result-index .results .items .item .details strong > a,
.page-header-sliders,
.page-header-sliders .shop-now-v2,
.catalog-category-view .column.main .filter-title strong,
.multishipping-checkout-login .login-container .block .block-title,
.customer-account-login .login-container .block .block-title,
.customer-account-create .main form > .fieldset .legend,
body.account .main a.action,
body.account .main .fieldset .legend,
body.account .main .block-title strong,
body.account .main .block-content .box .box-title span,
body.account .main .table th,
.sales-order-history .main .table.table-order-items > .table-caption,
.sales-order-view .main .order-details-items .order-title,
.btn-print,
.catalog-product-compare-index .table-wrapper .table-comparison tr th,
.catalog-product_compare-index .table-wrapper .table-comparison tr th,
#multiship-addresses-table thead tr th,
[class*="multishipping-checkout-"] table thead tr th,
[class*="multishipping-checkout-"] .block-title > strong,
[class*="multishipping-checkout-"] h4.box-title,
[class*="multishipping-checkout-"] .box-shipping-method .gift-message .legend,
.gift-message .options-items .items .item .options .action.activate,
.multishipping-checkout-overview strong.box-title,
.table-checkout-shipping-method thead th,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary .title,
.checkout-index-index .action-auth-toggle,
.checkout-index-index .payment-method > .field.choice > input + label,
.checkout-index-index .discount-code .payment-option-title,
.action-gift,
.item-title,
#shopping-cart-table .product-item-name,
#shopping-cart-table thead > tr > th > span,
.checkout-cart-index .checkout-extra > .block > .title,
.shopping-cart-bottom .cart-summary .multicheckout,
#cart-totals,
.blog-post-list .blog-list .blog-post .post-body .post-header,
.post-metas,
.blog-post-view .post-tags,
.post-comments .title-comment-content,
.post-comments .title,
.post-comments .comment-list .comment-list-container .item .info .name,
.post-comments .comment-list .comment-list-container .item .info .posted-on,
.btn-promo-banner,
.product-detail-infomation .block.review-add .block-title strong,
.product-detail-infomation .block.review-list .block-title strong,
#tabs_categories_porfolio li a,
.portfolio-bottom-content h4 > a,
.portfolio-bottom-content .title,
.portfolio-details .portfolio-detail--content .portfolio-table tbody tr td:first-child,
.landing-categories--item .title,
.products-grid .product-item-info .product-item-actions .actions-primary .tocart,
.links-title,
.product-item-name,
.catalog-product-view .field .legend,
.catalog-product-view .product-info-main .product-info-stock-sku .product-brand .brand-name a,
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped,
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field > label.label,
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute-label,
.product-info-main .product-add-form .block-bundle-summary > .title,
.product-info-main .product-add-form .block-bundle-summary .bundle-summary .bundle.items .label,
.product-detail-infomation .product-data-items-menu .data.item.title a,
.deal-products-list-block .price-box .price,
.owl-home10 .item .content .text a,
.featured-collection .index-slider,
.slider_text_v4 .bottom > a,
.slider_text_v4 .bottom > span,
.deal-title .sub,
.deal-title p,
.sidebar .block.block-wishlist .actions-toolbar a.action.details,
.minicart-wrapper .block-minicart .block-content .actions .action.checkout,
.minicart-wrapper .block-minicart .block-content .actions .action.viewcart {
  font-family: "Montserrat";
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-weight: 700;
  margin: 0;
  color: #000;
}
.h1,
h1 {
  font-size: 48px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 22px;
}
.h5,
h5 {
  font-size: 20px;
}
.h6,
h6 {
  font-size: 18px;
}
/* VARIABLE & FUNCTION */
.display-flex,
.toolbar .pages .pages-items,
.toolbar.toolbar-products,
.toolbar.toolbar-products .sorter,
.sidebar .block.block-compare .actions-toolbar,
.sidebar .block.block-reorder .product-items .product-item,
.sidebar .block.block-reorder .actions-toolbar,
.sidebar .block.block-blog-posts .block-content .item,
.modal-slide._inner-scroll .modal-inner-wrap,
.modal-popup .modal-inner-wrap,
.block-authentication,
.header .block-search .block-content,
.header .mobile-navigation .nav-main-menu li > .toggle-menu,
.header .middle-header-wrapper,
.header .middle-header-wrapper .header-logo .logo,
.header .middle-header-wrapper .left-content .switcher .actions,
.header .middle-header-wrapper .left-content .nav-toggle > div,
.header .middle-header-wrapper .left-content .block-search .block-title,
.header .middle-header-wrapper .child-content .minicart-wrapper .action.showcart,
.header .middle-header-wrapper .child-content .my-account-link .actions,
.header .middle-header-wrapper .child-content .switcher .actions,
.header .middle-header-wrapper .child-content .block-search .block-title,
.minicart-wrapper .block-minicart .block-content > .subtotal,
.dropdown-cart-type .minicart-wrapper .block-minicart .block-content > .actions,
#newsletter-popup .form-wrapper,
.column.main .block.filter .filter-content .filter-options,
.column.main .block.filter .filter-content .filter-options .filter-item,
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items,
.multishipping-checkout-login .login-container,
.customer-account-login .login-container,
.customer-account-index .main .block-dashboard-info .block-content,
.customer-account-index .main .block-dashboard-addresses .block-content,
.customer-account-edit .main .form-edit-account,
.customer-address-index .block-addresses-default .block-content,
.sales-order-view .main .block-order-details-view .block-content,
.sales-order-print .page-main .block-order-details-view .block-content,
#shopping-cart-table .actions-toolbar,
.blog-post-list .blog-list .blog-post .post-body,
.shop-by-brand .item .image,
.block-reviews-dashboard .items .item,
.customer-review.view .product-details,
.customer-review.view .product-details .product-info .product-reviews-summary,
.customer-review.view .review-details .customer-review-rating,
.product-detail-infomation .block.review-list .review-items li.review-item .review-ratings,
.block-reviews-dashboard .items .item,
.customer-review.view .product-details,
.customer-review.view .product-details .product-info .product-reviews-summary,
.customer-review.view .review-details .customer-review-rating,
.product-info-main .product-reviews-summary,
.review-field-ratings .control > .nested,
.review-field-rating,
.products-list .product-item .product-item-info,
.products-list .product-item .product-item-info .product-item-details .product-item-actions,
.list-products .product-item .product-item-info,
.list-products .product-item .product-item-info .product-item-details .product-item-actions,
.catalog-product-view .product-info-main .box-tocart > .fieldset,
.form.send.friend > .actions-toolbar,
.wishlist-index-index .main .product-info .product-item-inner .box-tocart .fieldset,
.wishlist-index-index .main .actions-toolbar .primary,
.featured-collection .featured-content,
.featured-collection .featured-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.color-primary,
a:hover,
a:focus,
a:active,
.card .card-link,
.card .collapsed,
button.action.default,
button.action.action-edit-address,
.btn-default,
button.action.default:disabled,
button.action.action-edit-address:disabled,
.btn-default:disabled,
button.action.default:focus,
button.action.action-edit-address:focus,
.btn-default:focus,
.primary-color,
.color-theme,
.actions-toolbar a.action.back:hover,
.btn-readmore,
.owl-carousel .owl-nav > div:not(.disabled):hover,
.breadcrumbs .items .item strong,
.breadcrumbs .items .item a:hover,
.toolbar .toolbar-amount .toolbar-number,
.toolbar .modes-mode.active,
.sidebar .block-wishlist .product-item-name > a:hover,
.sidebar .block.filter .filter-content .filter-current .item .action.remove:hover,
.sidebar .block.block-compare .block-content .product-items-names .product-item .product-item-link:hover,
.sidebar .block.block-compare .actions-toolbar .secondary .action.clear,
.sidebar .block.account-nav .items .item strong,
.sidebar .block.block-reorder .product-items .product-item .product-item-name a:hover,
.sidebar .block.block-reorder .actions-toolbar .secondary .action.view,
.sidebar .block.block-blog-categories .block-content > ul > li > a:hover,
.sidebar .block.block-blog-tags .tag-cloud li a:hover,
.header .switcher .switcher-dropdown .switcher-option a:hover,
.header .switcher .switcher-trigger.active strong > span,
.header .switcher .switcher-trigger:hover,
.header .block-search .block-title:hover:after,
.header .block-search .block-content form .actions button:hover,
.header .my-account-link .toogle-action:hover,
.header .my-account-link .toplinks-content li a:hover,
.header .mobile-navigation .close-nav-button:hover,
.header .mobile-navigation .nav-main-menu .level1 > a:hover .mega-menu-sub-title,
.header .nav-megamenu nav.navigation .nav-main-menu li.level0:hover a.level0,
.cms-index-index .header.header10 .middle-header-content .switcher .switcher-trigger strong:hover,
.sticky_catalog h3 .ti-close:hover,
.promobanner .text .special-text a.h6:hover,
.promobanner .text .right_menu .discount,
.footer .middle-footer a:hover,
.footer .middle-footer a:focus,
.footer .social-links li a:hover,
.footer .social-links li a:focus,
.minicart-wrapper .block-minicart .block-content > .subtotal .price-wrapper .price,
.minicart-items .product-item .product > .product-item-details .product-item-name a:hover,
.sidebar-cart-type .minicart-wrapper .block-minicart .block-content > .action.close:hover span,
.instantsearch-result-index .results .block-title .view-more a,
.instantsearch-result-index .results .items .item .details strong > a:hover,
.page-header-sliders .shop-now,
.page-header-sliders .shop-now-v2:hover,
.block.newsletter .form.subscribe .action.subscribe:hover,
#newsletter-popup h2 span,
.column.main .block.filter .filter-content .filter-current .item .action.remove:hover,
.contact_image .abs-title span,
body.account .main a.action,
body.account .main a.action.back:hover,
#registration .action.primary,
.btn-print:hover,
.catalog-product-compare-index .table-wrapper .table-comparison .product-image .towishlist:hover,
.catalog-product_compare-index .table-wrapper .table-comparison .product-image .towishlist:hover,
.catalog-product-compare-index .table-wrapper .table-comparison .product-item-name:hover,
.catalog-product_compare-index .table-wrapper .table-comparison .product-item-name:hover,
#multiship-addresses-table tbody tr td.product .product-item-name a:hover,
[class*="multishipping-checkout-"] table tbody tr td .product-item-name a:hover,
#checkout-review-submit .price,
.multishipping-checkout-overview table tfoot tr.grand.totals .price,
.cart-empty p > a:hover,
.opc-progress-bar-item._complete > span,
.opc-progress-bar-item._complete > span:after,
.opc-estimated-wrapper .estimated-price,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.checkout-index-index .shipping-address-item.selected-item:after,
.checkout-index-index .opc-block-summary .table-totals .grand.totals .price,
#shopping-cart-table .product-item-name a:hover,
#shopping-cart-table .subtotal .cart-price,
#shopping-cart-table .actions-toolbar .gift-options-cart-item a:hover,
.shopping-cart-bottom .cart-summary .multicheckout:hover,
.blog-post-list .blog-list .blog-post .post-images .post-thumbnail .popup-video,
.blog-post-list .blog-list .blog-post .post-body .post-header a:hover,
.blog-post-view .post-images .post-thumbnail .popup-video,
.blog-post-view .post-tags a:hover,
.post-comments .title-comment-content,
.post-comments .title,
.post-comments .blog-load-more-comment a.loading-style,
.shop-by-brand .item .brand-name h4.brand-title a:hover,
.btn-promo-banner:hover,
.promobanner .rotate-left.color-primary,
.promobanner .rotate-right.color-primary,
.blog-grid-block .title-blog > a:hover,
.portfolio-bottom-content h4 > a:hover,
.portfolio-bottom-content .title:hover,
.portfolio-bottom-content .category-link a:hover,
.testimonial-item .testimonial-content .content .author-info .name,
.landing-parralax--item .landing-parralax-detail h2 a:hover,
.card .card-link,
.about-us .abs-title span,
.rotate-image-container .close-rotate:hover,
.products-grid .product-item-info .product-item-actions .actions-quickview .action:not(.primary),
.products-grid .product-item-info .product-item-actions .action-wishlist .action:not(.primary),
.products-grid .product-item-info .product-item-actions .actions-primary .action:not(.primary),
.products-grid .product-item-info .product-item-actions .actions-compare .action:not(.primary),
.products-grid .product-item-info .product-item-details .product-item-name > a:hover,
.products-list .product-item .product-item-info .product-item-image .product-item-image-wrapper .mgs-quickview,
.products-list .product-item .product-item-info .product-item-details .product-item-name a:hover,
.products-list .product-item .product-item-info .product-item-details .product-item-actions .tocompare,
.products-list .product-item .product-item-info .product-item-details .product-item-actions .action-wishlist a,
.product.media .product.item-image .label-video,
.product.media .item-thumb .popup-video-thumb,
.product.media .product.item-image .popup-video .ti-video-camera:before,
.catalog-product-view .product-info-main .price-box .price,
.catalog-product-view .product-info-main .product-info-stock-sku .product-brand .brand-name a:hover,
.catalog-product-view .product-info-main .product-addto-links a,
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .field.choice .label a,
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute-selected-option,
.product-info-main .product-add-form .block-bundle-summary .bundle-info .product-details .stock.unavailable span,
.wishlist-index-index .main .product-info .product-item-name a:hover,
.deal-products-list-block .product-item-name > a:hover,
.nav-scroll > div > a:hover,
.right.lookbook_banner .abs-title span,
.owl-home10 .item .content .text a:hover,
.cate-links .list_block li:hover a:hover,
.cate-links .list_block li:hover a:focus,
.home_store .item > div .sub-title span,
.featured-collection .left-title > h3,
.featured-collection .rotate-title,
.page-header-sliders .slide-banner .inline + span,
.page-header-sliders .slide-banner .shop-now:hover,
.slider_text_v5 .shop-now,
.slider_text_v4 .bottom > a:hover,
.furniture-block .author > span,
.contact_block > a:hover,
.testimonial-static .author-info span,
.title-right .content-heading .title,
.title-left .content-heading .title,
.banner-home-11 .title-banner,
.header.header3 .switcher .switcher-trigger strong:hover,
.header.header3 .my-account-link .toogle-action:hover {
  color: #606da6;
}
.background-primary,
button.action-update:not(:disabled):hover,
button.action-accept:not(:disabled):hover,
button.action.secondary:not(:disabled):hover,
.btn-secondary:not(:disabled):hover,
button.action-update:not(:disabled):not(.disabled).active,
button.action-accept:not(:disabled):not(.disabled).active,
button.action.secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled).active,
button.action-update:not(:disabled):not(.disabled):active,
button.action-accept:not(:disabled):not(.disabled):active,
button.action.secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active,
.action.primary,
button.action-dismiss,
button.action.primary,
button.action.action-apply,
button.action-select-shipping-item,
.btn-primary,
.action.primary:disabled,
button.action-dismiss:disabled,
button.action.primary:disabled,
button.action.action-apply:disabled,
button.action-select-shipping-item:disabled,
.btn-primary:disabled,
.action.primary:focus,
button.action-dismiss:focus,
button.action.primary:focus,
button.action.action-apply:focus,
button.action-select-shipping-item:focus,
.btn-primary:focus,
button.action.default:not(:disabled):hover,
button.action.action-edit-address:not(:disabled):hover,
.btn-default:not(:disabled):hover,
button.action.default:not(:disabled):not(.disabled).active,
button.action.action-edit-address:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled).active,
button.action.default:not(:disabled):not(.disabled):active,
button.action.action-edit-address:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled):active,
button.action-cancel:not(:disabled):hover,
button.action-show-popup:not(:disabled):hover,
.btn-third:not(:disabled):hover,
button.action-cancel:not(:disabled):not(.disabled).active,
button.action-show-popup:not(:disabled):not(.disabled).active,
.btn-third:not(:disabled):not(.disabled).active,
button.action-cancel:not(:disabled):not(.disabled):active,
button.action-show-popup:not(:disabled):not(.disabled):active,
.btn-third:not(:disabled):not(.disabled):active,
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span,
.filter-options-content .irs-slider,
.filter-options-content .irs-bar,
.sidebar .block.filter .filter-content .filter-actions .filter-clear:hover,
.sidebar .block.block-compare .actions-toolbar .action.compare:hover,
.sidebar .block.block-wishlist .actions-toolbar a.action.details:hover,
.sidebar .block.block-reorder .actions-toolbar .action.tocart:hover,
.header.header6 .middle-header-wrapper .child-content .content-primary,
.header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart,
.search-full .header .block-search.active .block-content form > .label:hover,
.minicart-wrapper .action.showcart .counter.qty,
.minicart-wrapper .block-minicart .block-content .actions .action.viewcart:hover,
.minicart-items .product-item .product > .product-item-details .product-item-pricing .details-qty .update-cart-item:hover,
.page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div:after,
#newsletter-popup .block.newsletter .form.subscribe .action.subscribe,
.instagram-block .instagram-item:not(.enable-link):after,
.instagram-block .instagram-item.enable-link > a:after,
.opc-progress-bar-item._complete:before,
.opc-progress-bar-item._complete > span:before,
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before,
#shopping-cart-table .actions-toolbar .gift-options-cart-item .actions-toolbar .action-edit,
#shopping-cart-table .actions-toolbar .gift-options-cart-item .actions-toolbar .action-delete:hover,
.characters-filter li a:hover,
.promobanner.mist > a:after,
.product-label,
.products-grid .product-item-info.effect.effect-2:hover .product-item-details,
.products-grid .product-item-info.effect .product-item-actions .actions-quickview .action:not(.primary):hover,
.products-grid .product-item-info.effect .product-item-actions .action-wishlist .action:not(.primary):hover,
.products-grid .product-item-info.effect .product-item-actions .actions-compare .action:not(.primary):hover,
.product-wishlist-items .product-item-image button.action.remove:hover,
.wishlist-index-index .main .actions-toolbar .primary button.action.update:hover,
.wishlist-index-index .main .actions-toolbar .primary button.action.share:hover,
.wishlist-index-index .main .actions-toolbar .primary button.action.tocart,
.parallax .shop:hover,
.control .page-header-sliders.template-2 .index-slider:after,
.control .nav-scroll > div:after,
.control .dot li a,
.cate-links:before,
.home_store .item > div .sub-title:after,
.slider_text_v4 .bottom > a span:after,
.header_subscribe.home_subscribe .block.newsletter .form.subscribe .action.subscribe,
.minicart-wrapper .block-minicart .block-content .actions .action.checkout {
  background-color: #606da6;
}
.border-primary,
button.action-update:not(:disabled):hover,
button.action-accept:not(:disabled):hover,
button.action.secondary:not(:disabled):hover,
.btn-secondary:not(:disabled):hover,
button.action-update:not(:disabled):not(.disabled).active,
button.action-accept:not(:disabled):not(.disabled).active,
button.action.secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled).active,
button.action-update:not(:disabled):not(.disabled):active,
button.action-accept:not(:disabled):not(.disabled):active,
button.action.secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active,
.action.primary,
button.action-dismiss,
button.action.primary,
button.action.action-apply,
button.action-select-shipping-item,
.btn-primary,
.action.primary:disabled,
button.action-dismiss:disabled,
button.action.primary:disabled,
button.action.action-apply:disabled,
button.action-select-shipping-item:disabled,
.btn-primary:disabled,
.action.primary:focus,
button.action-dismiss:focus,
button.action.primary:focus,
button.action.action-apply:focus,
button.action-select-shipping-item:focus,
.btn-primary:focus,
button.action.default,
button.action.action-edit-address,
.btn-default,
button.action.default:disabled,
button.action.action-edit-address:disabled,
.btn-default:disabled,
button.action.default:focus,
button.action.action-edit-address:focus,
.btn-default:focus,
button.action.default:not(:disabled):hover,
button.action.action-edit-address:not(:disabled):hover,
.btn-default:not(:disabled):hover,
button.action.default:not(:disabled):not(.disabled).active,
button.action.action-edit-address:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled).active,
button.action.default:not(:disabled):not(.disabled):active,
button.action.action-edit-address:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled):active,
button.action-cancel:not(:disabled):hover,
button.action-show-popup:not(:disabled):hover,
.btn-third:not(:disabled):hover,
button.action-cancel:not(:disabled):not(.disabled).active,
button.action-show-popup:not(:disabled):not(.disabled).active,
.btn-third:not(:disabled):not(.disabled).active,
button.action-cancel:not(:disabled):not(.disabled):active,
button.action-show-popup:not(:disabled):not(.disabled):active,
.btn-third:not(:disabled):not(.disabled):active,
.sidebar .block.filter .filter-content .filter-actions .filter-clear:hover,
.sidebar .block.block-compare .actions-toolbar .action.compare:hover,
.sidebar .block.block-wishlist .actions-toolbar a.action.details:hover,
.sidebar .block.block-reorder .actions-toolbar .action.tocart:hover,
.search-full .header .block-search.active .block-content form > .label:hover,
.minicart-wrapper .block-minicart .block-content .actions .action.viewcart:hover,
.minicart-items .product-item .product > .product-item-details .product-item-pricing .details-qty .update-cart-item:hover,
#newsletter-popup .block.newsletter .form.subscribe .action.subscribe,
.swatch-option-link-layered .swatch-option.text:not(.disabled):hover,
.swatch-option-link-layered .swatch-option.text.disabled,
.checkout-index-index .shipping-address-item.selected-item,
#shopping-cart-table .actions-toolbar .gift-options-cart-item .actions-toolbar .action-edit,
#shopping-cart-table .actions-toolbar .gift-options-cart-item .actions-toolbar .action-delete:hover,
.blog-post-list .blog-list .blog-post .post-images .post-thumbnail .popup-video.btn-video,
.blog-post-view .post-images .post-thumbnail .popup-video.btn-video,
.post-comments .input-text:focus,
.post-comments textarea:focus,
.product-detail-infomation .block.review-add .input-text:focus,
.product-detail-infomation .block.review-add textarea:focus,
.portfolio-top-content:hover .image-item:after,
.portfolio-top-content:hover .image-item:before,
.landing-categories--item:hover .landing-categories--thumb a:before,
.landing-categories--item:hover .landing-categories--thumb a:after,
.swatch-option.text.selected,
.swatch-option.text:not(.disabled):hover,
.fotorama .fotorama__nav--dots .fotorama__active .fotorama__dot,
.product.media .product.item-image .lb.video-link:before,
.product-wishlist-items .product-item-image button.action.remove:hover,
.wishlist-index-index .main .actions-toolbar .primary button.action.share:hover,
.parallax .shop:hover,
.header_subscribe.home_subscribe .block.newsletter .form.subscribe .action.subscribe,
.minicart-wrapper .block-minicart .block-content .actions .action.checkout {
  border-color: #606da6;
}
.border-bt-primary {
  border-bottom-color: #606da6;
}
.fill-primary {
  fill: #606da6 !important;
}
/* ==================================================== */
/* RESET CSS & STYLE GUIDE */
.owl-carousel {
  touch-action: manipulation;
}
* {
  padding: 0;
}
*:focus,
*:active {
  outline: none !important;
}
input,
textarea,
select,
button {
  font: inherit;
}
::placeholder {
  font: inherit;
}
:-ms-input-placeholder {
  font: inherit;
}
::-ms-input-placeholder {
  font: inherit;
}
body {
  color: #a1a1a1;
  background-color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  font-size: 14px;
}
a,
button {
  cursor: pointer;
}
a {
  color: #a1a1a1;
  text-decoration: none;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
table > caption {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  box-shadow: none !important;
}
strong {
  font-weight: 700;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
}
/* Blockquote */
blockquote {
  font-size: 20px;
  color: #898989;
}
/* Accordion */
.card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  margin-bottom: 15px;
}
.card .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}
.card .card-header a {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  padding: 15px 15px;
  display: block;
}
.card .card-body {
  padding: 30px 15px;
}
.card .card-link {
  background-color: rgba(0, 0, 0, 0.03);
}
.card .collapsed {
  background-color: transparent;
}
/* Button */
button {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
button,
.action.primary,
.btn,
button.action,
.sidebar .block.block-wishlist .actions-toolbar a.action.details,
.minicart-wrapper .block-minicart .block-content .actions .action.checkout,
.minicart-wrapper .block-minicart .block-content .actions .action.viewcart {
  box-shadow: none !important;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  font-size: 13px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 45px;
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}
.btn-full {
  width: 100%;
}
.btn-xs {
  padding: 12px 25px;
}
button.action-update,
button.action-accept,
button.action.secondary,
.btn-secondary {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
button.action-update:disabled,
button.action-accept:disabled,
button.action.secondary:disabled,
.btn-secondary:disabled,
button.action-update:focus,
button.action-accept:focus,
button.action.secondary:focus,
.btn-secondary:focus {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
button.action-update:not(:disabled):hover,
button.action-accept:not(:disabled):hover,
button.action.secondary:not(:disabled):hover,
.btn-secondary:not(:disabled):hover,
button.action-update:not(:disabled):not(.disabled).active,
button.action-accept:not(:disabled):not(.disabled).active,
button.action.secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled).active,
button.action-update:not(:disabled):not(.disabled):active,
button.action-accept:not(:disabled):not(.disabled):active,
button.action.secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
}
.action.primary,
button.action-dismiss,
button.action.primary,
button.action.action-apply,
button.action-select-shipping-item,
.btn-primary,
.header_subscribe.home_subscribe .block.newsletter .form.subscribe .action.subscribe,
.minicart-wrapper .block-minicart .block-content .actions .action.checkout {
  color: #fff;
}
.action.primary:disabled,
button.action-dismiss:disabled,
button.action.primary:disabled,
button.action.action-apply:disabled,
button.action-select-shipping-item:disabled,
.btn-primary:disabled,
.action.primary:focus,
button.action-dismiss:focus,
button.action.primary:focus,
button.action.action-apply:focus,
button.action-select-shipping-item:focus,
.btn-primary:focus {
  color: #fff;
}
.action.primary:not(:disabled):hover,
button.action-dismiss:not(:disabled):hover,
button.action.primary:not(:disabled):hover,
button.action.action-apply:not(:disabled):hover,
button.action-select-shipping-item:not(:disabled):hover,
.btn-primary:not(:disabled):hover,
.action.primary:not(:disabled):not(.disabled).active,
button.action-dismiss:not(:disabled):not(.disabled).active,
button.action.primary:not(:disabled):not(.disabled).active,
button.action.action-apply:not(:disabled):not(.disabled).active,
button.action-select-shipping-item:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled).active,
.action.primary:not(:disabled):not(.disabled):active,
button.action-dismiss:not(:disabled):not(.disabled):active,
button.action.primary:not(:disabled):not(.disabled):active,
button.action.action-apply:not(:disabled):not(.disabled):active,
button.action-select-shipping-item:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
button.action.default,
button.action.action-edit-address,
.btn-default {
  background-color: transparent;
}
button.action.default:disabled,
button.action.action-edit-address:disabled,
.btn-default:disabled,
button.action.default:focus,
button.action.action-edit-address:focus,
.btn-default:focus {
  background-color: transparent;
}
button.action.default:not(:disabled):hover,
button.action.action-edit-address:not(:disabled):hover,
.btn-default:not(:disabled):hover,
button.action.default:not(:disabled):not(.disabled).active,
button.action.action-edit-address:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled).active,
button.action.default:not(:disabled):not(.disabled):active,
button.action.action-edit-address:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled):active {
  color: #fff;
}
button.action-cancel,
button.action-show-popup,
.btn-third,
.sidebar .block.block-compare .actions-toolbar .action.compare,
.sidebar .block.block-wishlist .actions-toolbar a.action.details,
.sidebar .block.block-reorder .actions-toolbar .action.tocart,
.minicart-wrapper .block-minicart .block-content .actions .action.viewcart,
#shopping-cart-table .actions-toolbar .gift-options-cart-item .actions-toolbar .action-delete {
  background-color: transparent;
  color: #000;
  border-color: #d7d7d7;
}
button.action-cancel:disabled,
button.action-show-popup:disabled,
.btn-third:disabled,
button.action-cancel:focus,
button.action-show-popup:focus,
.btn-third:focus {
  background-color: transparent;
  color: #000;
  border-color: #d7d7d7;
}
button.action-cancel:not(:disabled):hover,
button.action-show-popup:not(:disabled):hover,
.btn-third:not(:disabled):hover,
button.action-cancel:not(:disabled):not(.disabled).active,
button.action-show-popup:not(:disabled):not(.disabled).active,
.btn-third:not(:disabled):not(.disabled).active,
button.action-cancel:not(:disabled):not(.disabled):active,
button.action-show-popup:not(:disabled):not(.disabled):active,
.btn-third:not(:disabled):not(.disabled):active {
  color: #fff;
}
.actions-toolbar button + button {
  margin-left: 12px;
}
/* Key Frame - Create Animation */
@-webkit-keyframes dot-amimation {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes dot-amimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0.4;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
}
/* Form Element */
div.mage-error {
  color: #ff3333;
  padding-top: 5px;
  line-height: 1.4;
  font-size: 14px;
  text-align: left;
}
div.mage-error + .password-strength-meter {
  margin-top: 5px;
}
.password-strength-meter {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  text-align: left;
  font-style: italic;
}
.password-strength-meter :before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-strength-meter-0 .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-strength-meter-1 .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-strength-meter-2 .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strength-meter-3 .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-strength-meter-4 .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.label,
label {
  padding: 0;
  margin: 0 0 9px;
  line-height: inherit;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  color: #a1a1a1 !important;
}
input::-webkit-input-placeholder {
  color: #a1a1a1;
}
input:-moz-placeholder {
  color: #a1a1a1;
}
input::-moz-placeholder {
  color: #a1a1a1;
}
input:-ms-input-placeholder {
  color: #a1a1a1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #f6f7fb inset;
}
input:focus::-webkit-input-placeholder {
  color: #a1a1a1;
}
input:focus::-moz-placeholder {
  color: #a1a1a1;
}
input:focus:-ms-input-placeholder {
  color: #a1a1a1;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background-color: #f6f7fb;
  border: 1px solid #f6f7fb;
  box-sizing: border-box;
  font-size: 15px;
  box-shadow: none;
  height: 45px;
  vertical-align: baseline;
  width: 100%;
  padding: 0 25px;
  color: #a1a1a1;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -o-border-radius: 23px;
}
input[type="number"] {
  background-color: transparent;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}
textarea:-moz-placeholder {
  color: #a1a1a1;
}
textarea::-moz-placeholder {
  color: #a1a1a1;
}
textarea:-ms-input-placeholder {
  color: #a1a1a1;
}
textarea,
textarea.form-control,
textarea.input-text {
  width: 100%;
  height: auto;
  min-height: 170px;
  border: 1px solid #f6f7fb;
  background: #f6f7fb;
  box-shadow: none;
  padding: 15px 25px;
  box-shadow: none !important;
  color: #a1a1a1;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -o-border-radius: 23px;
}
@-moz-document url-prefix() {
  select:-moz-focusring,
  select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #999 !important;
    background-image: none !important;
    border: 0;
  }
}
select,
select.form-control,
select.input-text {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
select:not([multiple]),
select.form-control:not([multiple]),
select.input-text:not([multiple]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 45px;
  text-indent: 0.01em;
  padding: 0 35px 0 20px;
  background-image: url(../../frontend/Mgs/hebes/el_GR/images/arrow_sellect.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-color: #f6f7fb;
  border: 1px solid #f6f7fb;
  color: #a1a1a1;
  border-radius: 45px;
}
select[multiple],
select.form-control[multiple],
select.input-text[multiple] {
  background-color: #fff;
}
select option,
select[multiple] option,
select.form-control[multiple] option,
select.input-text[multiple] option {
  height: 34px;
  padding: 8px 10px;
  color: #a1a1a1;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 2px;
}
.field:not(.choice) > label,
.form-group:not(.choice) > label,
.field:not(.choice) > .label,
.form-group:not(.choice) > .label {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.field.required > label em,
.form-group.required > label em,
.field._required > label em,
.form-group._required > label em,
.field.required > .label em,
.form-group.required > .label em,
.field._required > .label em,
.form-group._required > .label em {
  display: none;
}
.field.required > label:after,
.form-group.required > label:after,
.field._required > label:after,
.form-group._required > label:after,
.field.required > .label:after,
.form-group.required > .label:after,
.field._required > .label:after,
.form-group._required > .label:after {
  color: #f26c4f;
  content: "*";
  margin: 0 0 0 6px;
}
.field.street .label,
.form-group.street .label {
  border: none;
}
.field.street .control .field + .field,
.form-group.street .control .field + .field {
  margin-top: 10px;
}
.field.street .control .field label,
.form-group.street .control .field label {
  display: none;
}
.field.note,
.form-group.note {
  font-style: italic;
  display: block;
}
.field.date .customer-dob {
  position: relative;
}
.field.date .customer-dob .ui-datepicker-trigger.v-middle {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 0 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.field.date .customer-dob .ui-datepicker-trigger.v-middle:before {
  content: "\e6b6";
  font-family: 'themify';
  color: #000000;
  font-size: 18px;
}
.field.date .customer-dob .ui-datepicker-trigger.v-middle span {
  display: none;
}
.control._with-tooltip {
  position: relative;
  padding-right: 40px;
}
.control._with-tooltip .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
}
.control._with-tooltip .field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.control._with-tooltip .field-tooltip .field-tooltip-action:before {
  color: #bbb;
  content: "\f059";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.control._with-tooltip .field-tooltip .field-tooltip-content {
  background-color: #f4f4f4;
  border: 1px solid #d2d2d2;
  display: none;
  right: 38px;
  left: auto;
  overflow-wrap: break-word;
  padding: 12px;
  position: absolute;
  text-transform: none;
  top: -9px;
  width: 270px;
  z-index: 2;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.control._with-tooltip .field-tooltip .field-tooltip-content:before {
  display: block;
  position: absolute;
  content: "";
  right: -11px;
  left: auto;
  border-top: 10px solid transparent;
  border-left: 10px solid #d2d2d2;
  border-bottom: 10px solid transparent;
  top: 14px;
}
.control._with-tooltip .field-tooltip .field-tooltip-content:after {
  display: block;
  position: absolute;
  content: "";
  right: -9px;
  left: auto;
  border-top: 9px solid transparent;
  border-left: 9px solid #f4f4f4;
  border-bottom: 9px solid transparent;
  top: 15px;
}
.control._with-tooltip .field-tooltip._active .field-tooltip-content {
  display: block;
}
.field.fullname {
  margin: 0 !important;
}
.field.fullname > .label {
  display: none !important;
}
.field.fullname .fields {
  margin-left: -15px;
  margin-right: -15px;
}
.field.fullname .fields:after {
  content: "";
  display: table;
  clear: both;
}
.field.fullname .fields .field {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.field.fullname .fields .field.field-name-firstname,
.field.fullname .fields .field.field-name-middlename,
.field.fullname .fields .field.field-name-lastname {
  float: left;
  width: calc(100% / 3);
}
@media (max-width: 767px) {
  .field.fullname .fields .field.field-name-firstname,
  .field.fullname .fields .field.field-name-middlename,
  .field.fullname .fields .field.field-name-lastname {
    float: left;
    width: 100%;
  }
}
.field.fullname.customer-name .fields .field.field-name-firstname,
.field.fullname.customer-name-suffix .fields .field.field-name-firstname,
.field.fullname.customer-name-prefix-suffix .fields .field.field-name-firstname,
.field.fullname.customer-name .fields .field.field-name-lastname,
.field.fullname.customer-name-suffix .fields .field.field-name-lastname,
.field.fullname.customer-name-prefix-suffix .fields .field.field-name-lastname {
  width: 50%;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset .field > label,
.fieldset .field > .label {
  display: block;
  margin: 0 0 15px;
  border: none;
  text-align: left;
  line-height: 1;
}
.fieldset .fields.group .field + .field {
  margin-top: 15px;
}
.fieldset > .field:not(.choice) {
  margin-bottom: 25px;
}
.fieldset > .field > .label {
  display: block;
  margin: 0 0 15px;
  border: none;
  text-align: left;
}
.fieldset > .field .additional {
  margin-top: 15px;
}
.fields > .field.choice,
.field.choice,
.form-group.choice {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.fields > .field.choice > .label,
.field.choice > .label,
.form-group.choice > .label,
.fields > .field.choice > label,
.field.choice > label,
.form-group.choice > label {
  cursor: pointer;
  white-space: normal;
  text-transform: unset;
  margin: 0;
  line-height: 1;
}
.fields > .field.choice input.control,
.field.choice input.control,
.form-group.choice input.control,
.fields > .field.choice > input,
.field.choice > input,
.form-group.choice > input,
.fields > .field.choice .control > input,
.field.choice .control > input,
.form-group.choice .control > input {
  position: absolute;
  left: 0;
  bottom: 1px;
  margin: 0;
  top: auto;
}
/* ==================================================== */
/* Custom Class */
strong.color-theme {
  font-size: 18px;
  font-weight: 500;
}
.std ul {
  list-style-type: square;
  padding-left: 15px;
}
.no-display {
  display: none !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.nowrap {
  white-space: nowrap;
}
.row-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.btn-readmore {
  letter-spacing: .1em;
}
.actions-toolbar a.action.back:before {
  content: "\e629";
  font-family: themify;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.actions-toolbar a.action.back {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  background-color: transparent;
  position: relative;
}
.actions-toolbar a.action.back:hover {
  text-decoration: none;
}
.btn-readmore {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  position: relative;
}
.btn-readmore:hover {
  color: #000;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.border-top-solid {
  border-top: 1px solid #d7d7d7;
}
.list-inline li {
  display: inline-block;
}
.list-inline li + li {
  margin-left: 20px;
}
/* Padding Class */
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
.pd-25 {
  padding: 25px;
}
.pd-30 {
  padding: 30px;
}
.pd-35 {
  padding: 35px;
}
.pd-40 {
  padding: 40px;
}
.pd-45 {
  padding: 45px;
}
.pd-50 {
  padding: 50px;
}
.pd-55 {
  padding: 55px;
}
.pd-60 {
  padding: 60px;
}
.pd-65 {
  padding: 65px;
}
.pd-70 {
  padding: 70px;
}
.pd-75 {
  padding: 75px;
}
.pd-top-5 {
  padding-top: 5px;
}
.pd-top-10 {
  padding-top: 10px;
}
.pd-top-15 {
  padding-top: 15px;
}
.pd-top-20 {
  padding-top: 20px;
}
.pd-top-25 {
  padding-top: 25px;
}
.pd-top-30 {
  padding-top: 30px;
}
.pd-top-35 {
  padding-top: 35px;
}
.pd-top-40 {
  padding-top: 40px;
}
.pd-top-45 {
  padding-top: 45px;
}
.pd-top-50 {
  padding-top: 50px;
}
.pd-top-55 {
  padding-top: 55px;
}
.pd-top-60 {
  padding-top: 60px;
}
.pd-top-65 {
  padding-top: 65px;
}
.pd-top-70 {
  padding-top: 70px;
}
.pd-top-75 {
  padding-top: 75px;
}
.pd-bottom-5 {
  padding-bottom: 5px;
}
.pd-bottom-10 {
  padding-bottom: 10px;
}
.pd-bottom-15 {
  padding-bottom: 15px;
}
.pd-bottom-20 {
  padding-bottom: 20px;
}
.pd-bottom-25 {
  padding-bottom: 25px;
}
.pd-bottom-30 {
  padding-bottom: 30px;
}
.pd-bottom-35 {
  padding-bottom: 35px;
}
.pd-bottom-40 {
  padding-bottom: 40px;
}
.pd-bottom-45 {
  padding-bottom: 45px;
}
.pd-bottom-50 {
  padding-bottom: 50px;
}
.pd-bottom-55 {
  padding-bottom: 55px;
}
.pd-bottom-60 {
  padding-bottom: 60px;
}
.pd-bottom-65 {
  padding-bottom: 65px;
}
.pd-bottom-70 {
  padding-bottom: 70px;
}
.pd-bottom-75 {
  padding-bottom: 75px;
}
.pd-left-5 {
  padding-left: 5px;
}
.pd-left-10 {
  padding-left: 10px;
}
.pd-left-15 {
  padding-left: 15px;
}
.pd-left-20 {
  padding-left: 20px;
}
.pd-left-25 {
  padding-left: 25px;
}
.pd-left-30 {
  padding-left: 30px;
}
.pd-left-35 {
  padding-left: 35px;
}
.pd-left-40 {
  padding-left: 40px;
}
.pd-left-45 {
  padding-left: 45px;
}
.pd-left-50 {
  padding-left: 50px;
}
.pd-left-55 {
  padding-left: 55px;
}
.pd-left-60 {
  padding-left: 60px;
}
.pd-left-65 {
  padding-left: 65px;
}
.pd-left-70 {
  padding-left: 70px;
}
.pd-left-75 {
  padding-left: 75px;
}
.pd-right-5 {
  padding-right: 5px;
}
.pd-right-10 {
  padding-right: 10px;
}
.pd-right-15 {
  padding-right: 15px;
}
.pd-right-20 {
  padding-right: 20px;
}
.pd-right-25 {
  padding-right: 25px;
}
.pd-right-30 {
  padding-right: 30px;
}
.pd-right-35 {
  padding-right: 35px;
}
.pd-right-40 {
  padding-right: 40px;
}
.pd-right-45 {
  padding-right: 45px;
}
.pd-right-50 {
  padding-right: 50px;
}
.pd-right-55 {
  padding-right: 55px;
}
.pd-right-60 {
  padding-right: 60px;
}
.pd-right-65 {
  padding-right: 65px;
}
.pd-right-70 {
  padding-right: 70px;
}
.pd-right-75 {
  padding-right: 75px;
}
/* Margin Class */
.mg-5 {
  margin: 5px;
}
.mg-10 {
  margin: 10px;
}
.mg-15 {
  margin: 15px;
}
.mg-20 {
  margin: 20px;
}
.mg-25 {
  margin: 25px;
}
.mg-30 {
  margin: 30px;
}
.mg-35 {
  margin: 35px;
}
.mg-40 {
  margin: 40px;
}
.mg-45 {
  margin: 45px;
}
.mg-50 {
  margin: 50px;
}
.mg-55 {
  margin: 55px;
}
.mg-60 {
  margin: 60px;
}
.mg-65 {
  margin: 65px;
}
.mg-70 {
  margin: 70px;
}
.mg-75 {
  margin: 75px;
}
.mg-top-5 {
  margin-top: 5px;
}
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-15 {
  margin-top: 15px;
}
.mg-top-20 {
  margin-top: 20px;
}
.mg-top-25 {
  margin-top: 25px;
}
.mg-top-30 {
  margin-top: 30px;
}
.mg-top-35 {
  margin-top: 35px;
}
.mg-top-40 {
  margin-top: 40px;
}
.mg-top-45 {
  margin-top: 45px;
}
.mg-top-50 {
  margin-top: 50px;
}
.mg-top-55 {
  margin-top: 55px;
}
.mg-top-60 {
  margin-top: 60px;
}
.mg-top-65 {
  margin-top: 65px;
}
.mg-top-70 {
  margin-top: 70px;
}
.mg-top-75 {
  margin-top: 75px;
}
.mg-bottom-5 {
  margin-bottom: 5px;
}
.mg-bottom-10 {
  margin-bottom: 10px;
}
.mg-bottom-15 {
  margin-bottom: 15px;
}
.mg-bottom-20 {
  margin-bottom: 20px;
}
.mg-bottom-25 {
  margin-bottom: 25px;
}
.mg-bottom-30 {
  margin-bottom: 30px;
}
.mg-bottom-35 {
  margin-bottom: 35px;
}
.mg-bottom-40 {
  margin-bottom: 40px;
}
.mg-bottom-45 {
  margin-bottom: 45px;
}
.mg-bottom-50 {
  margin-bottom: 50px;
}
.mg-bottom-55 {
  margin-bottom: 55px;
}
.mg-bottom-60 {
  margin-bottom: 60px;
}
.mg-bottom-65 {
  margin-bottom: 65px;
}
.mg-bottom-70 {
  margin-bottom: 70px;
}
.mg-bottom-75 {
  margin-bottom: 75px;
}
.mg-left-5 {
  margin-left: 5px;
}
.mg-left-10 {
  margin-left: 10px;
}
.mg-left-15 {
  margin-left: 15px;
}
.mg-left-20 {
  margin-left: 20px;
}
.mg-left-25 {
  margin-left: 25px;
}
.mg-left-30 {
  margin-left: 30px;
}
.mg-left-35 {
  margin-left: 35px;
}
.mg-left-40 {
  margin-left: 40px;
}
.mg-left-45 {
  margin-left: 45px;
}
.mg-left-50 {
  margin-left: 50px;
}
.mg-left-55 {
  margin-left: 55px;
}
.mg-left-60 {
  margin-left: 60px;
}
.mg-left-65 {
  margin-left: 65px;
}
.mg-left-70 {
  margin-left: 70px;
}
.mg-left-75 {
  margin-left: 75px;
}
.mg-right-5 {
  margin-right: 5px;
}
.mg-right-10 {
  margin-right: 10px;
}
.mg-right-15 {
  margin-right: 15px;
}
.mg-right-20 {
  margin-right: 20px;
}
.mg-right-25 {
  margin-right: 25px;
}
.mg-right-30 {
  margin-right: 30px;
}
.mg-right-35 {
  margin-right: 35px;
}
.mg-right-40 {
  margin-right: 40px;
}
.mg-right-45 {
  margin-right: 45px;
}
.mg-right-50 {
  margin-right: 50px;
}
.mg-right-55 {
  margin-right: 55px;
}
.mg-right-60 {
  margin-right: 60px;
}
.mg-right-65 {
  margin-right: 65px;
}
.mg-right-70 {
  margin-right: 70px;
}
.mg-right-75 {
  margin-right: 75px;
}
/* Custom Padding Bootstrap */
.col-padding-5 .row {
  margin-right: -5px;
  margin-left: -5px;
}
.col-padding-5 .col,
.col-padding-5 .col-1,
.col-padding-5 .col-10,
.col-padding-5 .col-11,
.col-padding-5 .col-12,
.col-padding-5 .col-2,
.col-padding-5 .col-3,
.col-padding-5 .col-4,
.col-padding-5 .col-5,
.col-padding-5 .col-6,
.col-padding-5 .col-7,
.col-padding-5 .col-8,
.col-padding-5 .col-9,
.col-padding-5 .col-auto,
.col-padding-5 .col-lg,
.col-padding-5 .col-lg-1,
.col-padding-5 .col-lg-10,
.col-padding-5 .col-lg-11,
.col-padding-5 .col-lg-12,
.col-padding-5 .col-lg-2,
.col-padding-5 .col-lg-3,
.col-padding-5 .col-lg-4,
.col-padding-5 .col-lg-5,
.col-padding-5 .col-lg-6,
.col-padding-5 .col-lg-7,
.col-padding-5 .col-lg-8,
.col-padding-5 .col-lg-9,
.col-padding-5 .col-lg-auto,
.col-padding-5 .col-md,
.col-padding-5 .col-md-1,
.col-padding-5 .col-md-10,
.col-padding-5 .col-md-11,
.col-padding-5 .col-md-12,
.col-padding-5 .col-md-2,
.col-padding-5 .col-md-3,
.col-padding-5 .col-md-4,
.col-padding-5 .col-md-5,
.col-padding-5 .col-md-6,
.col-padding-5 .col-md-7,
.col-padding-5 .col-md-8,
.col-padding-5 .col-md-9,
.col-padding-5 .col-md-auto,
.col-padding-5 .col-sm,
.col-padding-5 .col-sm-1,
.col-padding-5 .col-sm-10,
.col-padding-5 .col-sm-11,
.col-padding-5 .col-sm-12,
.col-padding-5 .col-sm-2,
.col-padding-5 .col-sm-3,
.col-padding-5 .col-sm-4,
.col-padding-5 .col-sm-5,
.col-padding-5 .col-sm-6,
.col-padding-5 .col-sm-7,
.col-padding-5 .col-sm-8,
.col-padding-5 .col-sm-9,
.col-padding-5 .col-sm-auto,
.col-padding-5 .col-xl,
.col-padding-5 .col-xl-1,
.col-padding-5 .col-xl-10,
.col-padding-5 .col-xl-11,
.col-padding-5 .col-xl-12,
.col-padding-5 .col-xl-2,
.col-padding-5 .col-xl-3,
.col-padding-5 .col-xl-4,
.col-padding-5 .col-xl-5,
.col-padding-5 .col-xl-6,
.col-padding-5 .col-xl-7,
.col-padding-5 .col-xl-8,
.col-padding-5 .col-xl-9,
.col-padding-5 .col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
}
.col-padding-10 .row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-padding-10 .col,
.col-padding-10 .col-1,
.col-padding-10 .col-10,
.col-padding-10 .col-11,
.col-padding-10 .col-12,
.col-padding-10 .col-2,
.col-padding-10 .col-3,
.col-padding-10 .col-4,
.col-padding-10 .col-5,
.col-padding-10 .col-6,
.col-padding-10 .col-7,
.col-padding-10 .col-8,
.col-padding-10 .col-9,
.col-padding-10 .col-auto,
.col-padding-10 .col-lg,
.col-padding-10 .col-lg-1,
.col-padding-10 .col-lg-10,
.col-padding-10 .col-lg-11,
.col-padding-10 .col-lg-12,
.col-padding-10 .col-lg-2,
.col-padding-10 .col-lg-3,
.col-padding-10 .col-lg-4,
.col-padding-10 .col-lg-5,
.col-padding-10 .col-lg-6,
.col-padding-10 .col-lg-7,
.col-padding-10 .col-lg-8,
.col-padding-10 .col-lg-9,
.col-padding-10 .col-lg-auto,
.col-padding-10 .col-md,
.col-padding-10 .col-md-1,
.col-padding-10 .col-md-10,
.col-padding-10 .col-md-11,
.col-padding-10 .col-md-12,
.col-padding-10 .col-md-2,
.col-padding-10 .col-md-3,
.col-padding-10 .col-md-4,
.col-padding-10 .col-md-5,
.col-padding-10 .col-md-6,
.col-padding-10 .col-md-7,
.col-padding-10 .col-md-8,
.col-padding-10 .col-md-9,
.col-padding-10 .col-md-auto,
.col-padding-10 .col-sm,
.col-padding-10 .col-sm-1,
.col-padding-10 .col-sm-10,
.col-padding-10 .col-sm-11,
.col-padding-10 .col-sm-12,
.col-padding-10 .col-sm-2,
.col-padding-10 .col-sm-3,
.col-padding-10 .col-sm-4,
.col-padding-10 .col-sm-5,
.col-padding-10 .col-sm-6,
.col-padding-10 .col-sm-7,
.col-padding-10 .col-sm-8,
.col-padding-10 .col-sm-9,
.col-padding-10 .col-sm-auto,
.col-padding-10 .col-xl,
.col-padding-10 .col-xl-1,
.col-padding-10 .col-xl-10,
.col-padding-10 .col-xl-11,
.col-padding-10 .col-xl-12,
.col-padding-10 .col-xl-2,
.col-padding-10 .col-xl-3,
.col-padding-10 .col-xl-4,
.col-padding-10 .col-xl-5,
.col-padding-10 .col-xl-6,
.col-padding-10 .col-xl-7,
.col-padding-10 .col-xl-8,
.col-padding-10 .col-xl-9,
.col-padding-10 .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
.col-padding-25 .promobanner {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .col-padding-25 .promobanner {
    margin-bottom: 50px;
  }
  .col-padding-25 .row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .col-padding-25 .col,
  .col-padding-25 .col-1,
  .col-padding-25 .col-10,
  .col-padding-25 .col-11,
  .col-padding-25 .col-12,
  .col-padding-25 .col-2,
  .col-padding-25 .col-3,
  .col-padding-25 .col-4,
  .col-padding-25 .col-5,
  .col-padding-25 .col-6,
  .col-padding-25 .col-7,
  .col-padding-25 .col-8,
  .col-padding-25 .col-9,
  .col-padding-25 .col-auto,
  .col-padding-25 .col-lg,
  .col-padding-25 .col-lg-1,
  .col-padding-25 .col-lg-10,
  .col-padding-25 .col-lg-11,
  .col-padding-25 .col-lg-12,
  .col-padding-25 .col-lg-2,
  .col-padding-25 .col-lg-3,
  .col-padding-25 .col-lg-4,
  .col-padding-25 .col-lg-5,
  .col-padding-25 .col-lg-6,
  .col-padding-25 .col-lg-7,
  .col-padding-25 .col-lg-8,
  .col-padding-25 .col-lg-9,
  .col-padding-25 .col-lg-auto,
  .col-padding-25 .col-md,
  .col-padding-25 .col-md-1,
  .col-padding-25 .col-md-10,
  .col-padding-25 .col-md-11,
  .col-padding-25 .col-md-12,
  .col-padding-25 .col-md-2,
  .col-padding-25 .col-md-3,
  .col-padding-25 .col-md-4,
  .col-padding-25 .col-md-5,
  .col-padding-25 .col-md-6,
  .col-padding-25 .col-md-7,
  .col-padding-25 .col-md-8,
  .col-padding-25 .col-md-9,
  .col-padding-25 .col-md-auto,
  .col-padding-25 .col-sm,
  .col-padding-25 .col-sm-1,
  .col-padding-25 .col-sm-10,
  .col-padding-25 .col-sm-11,
  .col-padding-25 .col-sm-12,
  .col-padding-25 .col-sm-2,
  .col-padding-25 .col-sm-3,
  .col-padding-25 .col-sm-4,
  .col-padding-25 .col-sm-5,
  .col-padding-25 .col-sm-6,
  .col-padding-25 .col-sm-7,
  .col-padding-25 .col-sm-8,
  .col-padding-25 .col-sm-9,
  .col-padding-25 .col-sm-auto,
  .col-padding-25 .col-xl,
  .col-padding-25 .col-xl-1,
  .col-padding-25 .col-xl-10,
  .col-padding-25 .col-xl-11,
  .col-padding-25 .col-xl-12,
  .col-padding-25 .col-xl-2,
  .col-padding-25 .col-xl-3,
  .col-padding-25 .col-xl-4,
  .col-padding-25 .col-xl-5,
  .col-padding-25 .col-xl-6,
  .col-padding-25 .col-xl-7,
  .col-padding-25 .col-xl-8,
  .col-padding-25 .col-xl-9,
  .col-padding-25 .col-xl-auto {
    padding-right: 25px;
    padding-left: 25px;
  }
}
/* ==================================================== */
/* JS PLUGIN */
/* Owl carousel */
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
.owl-carousel .owl-nav > div {
  font-size: 32px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  color: #d7d7d7;
  position: absolute;
  top: 50%;
  left: 0;
}
.owl-carousel .owl-nav > div.owl-next {
  right: 0;
  left: auto;
}
.owl-carousel .owl-nav > div.disabled {
  opacity: 0.45 !important;
  cursor: auto;
  pointer-events: none;
}
.owl-carousel .owl-dots {
  display: table;
  margin: 30px auto 0;
}
.owl-carousel .owl-dots.disabled {
  margin: 0 !important;
  display: none !important;
}
.owl-carousel .owl-dots .owl-dot {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 8px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: block;
  background-color: #d7d7d7;
  transition: all 300ms ease 0s;
}
/* ==================================================== */
/* Magento_Theme */
/* Page layout */
.page-layout-2columns-left .row > .col.column.main,
.page-layout-2columns-right .row > .col.column.main {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.page-layout-2columns-left .row > .col.sidebar-main,
.page-layout-2columns-right .row > .col.sidebar-main {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.page-layout-2columns-left .row > .col.column.main {
  order: 2;
}
.page-layout-2columns-left .row > .col.sidebar-main {
  order: 1;
}
.page-layout .action.close {
  display: none;
}
.page-layout-3columns .col.column.main {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  order: 2;
}
.page-layout-3columns .sidebar.sidebar-main,
.page-layout-3columns .sidebar.sidebar-additional {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  order: 1;
}
.page-layout-3columns .sidebar.sidebar-additional {
  order: 3;
}
#maincontent {
  min-height: 450px;
  padding-bottom: 50px;
}
/* Page title & Breadcrumb */
.page-title-wrapper {
  text-align: center;
  padding-top: 86px;
  padding-bottom: 86px;
}
.page-title-wrapper.background-image {
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 250px;
  padding-bottom: 200px;
}
body:not(.catalog-product-view) .page-title-wrapper {
  margin-bottom: 35px;
}
body:not(.absolute-header) .page-title-wrapper.background-image {
  padding-top: 180px;
  padding-bottom: 180px;
}
body.absolute-header .page-title-wrapper.background-image {
  padding-top: 250px;
  padding-bottom: 180px;
}
.catalog-product-view .page-title-wrapper {
  padding: 0;
}
.catalog-product-view .page-title-wrapper .page-title {
  padding-top: 86px;
}
.catalog-product-view .page-title-wrapper .breadcrumbs {
  padding-bottom: 86px;
}
.breadcrumbs {
  text-align: center;
}
.breadcrumbs .items {
  padding: 5px 0;
}
.breadcrumbs .items .item {
  display: inline-block;
}
.breadcrumbs .items .item + .item:before {
  content: "\e628";
  font-family: themify;
  display: inline-block;
  color: #888;
  margin: 0 11px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 11px;
}
.breadcrumbs .items .item strong,
.breadcrumbs .items .item a {
  font-weight: 700;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  display: inline-block;
  white-space: nowrap;
}
.breadcrumbs .items .item a {
  color: #7d7d7d;
}
/* Block Widget Title */
.content-heading {
  text-align: center;
}
.content-heading + div {
  margin-top: 80px;
}
.content-heading + .tabbable {
  margin-top: 12px;
}
.content-heading .title {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 700;
  font-size: 24px;
}
.content-heading .subtitle {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 600;
  width: 600px;
  margin: 27px auto 0;
  max-width: 100%;
  color: #a1a1a1;
}
.content-heading .sub {
  font-style: italic;
  margin-top: 5px;
}
.content-heading .sub i {
  font-size: 30px;
  color: #000;
  margin-right: 30px;
  line-height: 15px;
  vertical-align: middle;
}
/* Message */
.message.info + .message.info {
  margin-top: 10px;
}
.page.messages {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.page.messages .message {
  margin: 0 15px 10px;
}
.page.messages .message > * {
  margin: 0;
}
.page.messages .message .cl-mes {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px !important;
  padding: 0 !important;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.page.messages .message .cl-mes:after {
  content: "\f00d";
  font-family: "FontAwesome";
}
.page.messages .message .cl-mes:before {
  content: none;
}
.page.messages .message + .message {
  margin-top: 10px;
}
.message {
  position: relative;
  padding: 12px 50px;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #6f4400;
  background-color: #fdf0d5;
}
.message:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  width: 45px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.message.global.noscript {
  text-align: center;
}
.message.error,
.message-error {
  color: #856404;
  background-color: #fff3cd;
  border-color: #fff3cd;
}
.message.error:before,
.message-error:before {
  color: #b30000;
  content: '\f06a';
}
.message.warning:before,
.message-warning:before {
  color: #b30000;
  content: '\f071';
}
.message.notice,
.message-notice {
  color: #6f4400;
  background-color: #fdf0d5;
  border-color: #fdf0d5;
}
.message.notice:before,
.message-notice:before {
  color: #c07500;
  content: '\f00c';
}
.message.success,
.message-success {
  color: #006400;
  background-color: #e5efe5;
  border-color: #e5efe5;
}
.message.success:before,
.message-success:before {
  color: #006400;
  content: '\f00c';
}
.message p {
  margin: 0;
}
/* Scroll To Top */
.scroll-to-top {
  border: 2px solid #616161;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  color: #000;
  background-color: #fff;
  display: block;
  z-index: 99;
}
.scroll-to-top i {
  font-weight: 900;
}
.scroll-to-top:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
/* Toolbar */
.irs-with-grid {
  margin: 0 8px;
}
.filter-options-content .irs-line {
  background-color: #e1e1e1;
}
.filter-options-content .irs-from,
.filter-options-content .irs-to,
.filter-options-content .irs-single {
  background-color: #a1a1a1;
}
.filter-options-content .irs-min,
.filter-options-content .irs-max {
  color: #000;
}
.toolbar .toolbar-amount {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
.toolbar select {
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  border: 0;
  text-align-last: right;
}
.toolbar select option {
  font-weight: 500;
}
.toolbar .modes-mode + .modes-mode {
  margin-left: 5px;
}
.toolbar .pages .pages-label {
  display: none;
}
.toolbar .pages .pages-items {
  justify-content: center;
  align-items: center;
}
.toolbar .pages .pages-items .item span {
  font-weight: 500;
  line-height: 39px;
  margin: 0 9px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: inline-block;
}
.toolbar .pages .pages-items .item span.label {
  display: none;
}
.toolbar .pages .pages-items .item .number-page {
  width: 39px;
  height: 39px;
  display: inline-block;
}
.toolbar .pages .pages-items .item .next span,
.toolbar .pages .pages-items .item .previous span {
  font-size: 0;
}
.toolbar .pages .pages-items .item .next span:after,
.toolbar .pages .pages-items .item .previous span:after {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 39px;
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}
.toolbar .pages .pages-items .item .previous span:after {
  content: "\f0d9";
}
.toolbar .pages .pages-items .item.current span:not(.label) {
  background-color: #000;
  color: #fff;
}
.toolbar .modes-label {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .modes-mode + .modes-mode {
  margin-left: 5px;
}
.toolbar .modes-mode:before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url(../../frontend/Mgs/hebes/el_GR/images/grid.svg);
  background-size: 100%;
}
.toolbar .modes-mode > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .modes-mode.mode-list:before {
  background-image: url(../../frontend/Mgs/hebes/el_GR/images/list.svg);
}
.toolbar .modes a {
  opacity: 0.5;
}
.toolbar .modes a:hover {
  opacity: 1;
}
.toolbar .sorter-action {
  display: inline-block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.toolbar .sorter-action:before {
  content: "\e627";
  display: inline-block;
  font-family: "themify";
  font-size: 14px;
  font-weight: 900;
  color: #000;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.toolbar .sorter-action .sort-desc:before {
  content: "\e62a";
}
.toolbar .sorter-action > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar.toolbar-products {
  align-items: center;
  justify-content: space-between;
}
.toolbar.toolbar-products .pages {
  display: none;
}
.toolbar.toolbar-products .toolbar-amount {
  order: 1;
  margin: 0;
}
.toolbar.toolbar-products .limiter,
.toolbar.toolbar-products .sorter {
  order: 2;
}
.toolbar.toolbar-products .modes {
  order: 4;
}
.toolbar.toolbar-products .sorter {
  flex-wrap: nowrap;
}
/* SIDEBAR */
.sidebar .block-wishlist .product-item-details {
  position: relative;
  overflow: hidden;
}
.sidebar .block-wishlist .product-item-details .product-item-actions {
  position: absolute;
  z-index: 9;
  top: 8px;
  width: 100%;
  left: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.sidebar .block-wishlist .product-item-details .price-box,
.sidebar .block-wishlist .product-item-details .product-item-name {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: block;
}
.sidebar .block-wishlist .product-item:hover .product-item-details .product-item-actions {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.sidebar .block-wishlist .product-item:hover .product-item-details .price-box,
.sidebar .block-wishlist .product-item:hover .product-item-details .product-item-name {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.sidebar .block-wishlist .product-image-wrapper {
  padding-bottom: 0 !important;
}
.sidebar .block-wishlist .product-item-name > a {
  color: #000;
}
.sidebar .block-wishlist .price-box .price {
  color: #a1a1a1;
}
.sidebar .block-wishlist .action.tocart {
  padding: 13px 25px;
  font-size: 12px;
}
.sidebar .block-wishlist .product-item-actions > div {
  display: inline-block;
}
.sidebar .block-wishlist .product-item-actions .actions-secondary > a {
  font-size: 0;
  margin-left: 6px;
  border: 1px solid #ebebeb;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #222;
  border-radius: 40px;
}
.sidebar .block-wishlist .product-item-actions .actions-secondary > a:hover {
  color: #fff;
  background: #000;
}
.sidebar .block-wishlist .product-item-actions .actions-secondary > a:after {
  font-size: 18px;
  line-height: 39px;
  content: "\e646";
  font-family: 'themify';
  padding-right: 1px;
}
.sidebar > .block > .block-title,
.sidebar > .block > .title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.sidebar > .block + .sidebar-additional > .block:first-child > .block-title:not(.no-display),
.sidebar > .block + .block > .block-title:not(.no-display) {
  margin-top: 30px;
  padding-top: 30px;
}
.sidebar .block {
  /* Block Filter */
  /* Block Compare */
  /* Brand List */
  /* Block Wish List */
  /* Block My Account Link */
  /* Block Reorder */
  /*Block Blog*/
}
.sidebar .block.filter .block-title .container,
.sidebar .block.filter .filter-content .container {
  max-width: unset;
  padding: 0;
  width: unset;
}
.sidebar .block.filter .block-title .filter-actions {
  display: none;
}
.sidebar .block.filter .filter-content .filter-current-subtitle,
.sidebar .block.filter .filter-content .filter-subtitle {
  display: none;
}
.sidebar .block.filter .filter-content .filter-options .filter-item .filter-options-title {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 15px 15px 15px 0;
  cursor: pointer;
}
.sidebar .block.filter .filter-content .filter-options .filter-item .filter-options-title:before {
  content: "\e61a";
  font-family: "themify";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  font-size: 14px;
}
.sidebar .block.filter .filter-content .filter-options .filter-item .filter-options-title.active:before {
  content: "\e622";
}
.sidebar .block.filter .filter-content .filter-options .filter-item .filter-options-content {
  padding-bottom: 15px;
}
.sidebar .block.filter .filter-content .filter-options .filter-item .filter-options-content .items:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item {
  position: relative;
  padding: 6px 0;
}
.sidebar .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item .count {
  color: #a7a7a7;
}
.sidebar .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item .count:before {
  content: "(";
}
.sidebar .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item .count:after {
  content: ")";
}
.sidebar .block.filter .filter-content .filter-current .item {
  border: 1px solid #e1e1e1;
  display: block;
  padding: 3px 30px 3px 15px;
  position: relative;
  margin: 0 0 10px 0;
}
.sidebar .block.filter .filter-content .filter-current .item .filter-label {
  color: #000;
  font-weight: 500;
}
.sidebar .block.filter .filter-content .filter-current .item .filter-label:after {
  content: ":";
}
.sidebar .block.filter .filter-content .filter-current .item .action.remove {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  display: block;
  top: 50%;
  line-height: 30px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #a1a1a1;
}
.sidebar .block.filter .filter-content .filter-current .item .action.remove:before {
  margin-left: 10px;
  content: "\e646";
  font-family: "themify";
  font-size: 12px;
}
.sidebar .block.filter .filter-content .filter-current .item .action.remove span {
  font-size: 0px;
  line-height: 0;
  color: transparent;
}
.sidebar .block.filter .filter-content .filter-actions .filter-clear {
  border: 1px solid #000;
  display: block;
  padding: 5px 30px 5px 12px;
  position: relative;
  background-color: #000;
  color: #fff;
}
.sidebar .block.filter .filter-content .filter-actions .filter-clear:before {
  content: "\e646";
  font-family: "themify";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 26px;
  text-align: center;
}
.sidebar .block.filter .filter-content .filter-actions + .filter-wrapper .filter-item:first-child {
  margin-top: 20px;
}
.sidebar .block.block-compare .block-title .counter {
  display: none;
}
.sidebar .block.block-compare .block-content .product-items-names .product-item {
  padding: 8px 15px 8px 0;
  position: relative;
}
.sidebar .block.block-compare .block-content .product-items-names .product-item .product-item-link {
  font-weight: 500;
  color: #333;
}
.sidebar .block.block-compare .block-content .product-items-names .product-item .action.delete:after {
  content: "\e646";
  font-family: "themify";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
}
.sidebar .block.block-compare .block-content .product-items-names .product-item .action.delete span {
  font-size: 0px;
  line-height: 0;
}
.sidebar .block.block-compare .actions-toolbar {
  align-items: center;
  margin-top: 15px;
}
.sidebar .block.block-compare .actions-toolbar .action.compare {
  display: block;
  padding: 13px 25px;
  font-size: 12px;
}
.sidebar .block.block-compare .actions-toolbar .action.compare:hover {
  color: #fff;
}
.sidebar .block.block-compare .actions-toolbar .primary {
  margin-left: auto;
  order: 1;
}
.sidebar .block.block-compare .actions-toolbar .secondary .action.clear {
  font-weight: 600;
  font-size: 14px;
}
.sidebar .block.block-compare .actions-toolbar .secondary .action.clear:hover {
  text-decoration: underline;
}
.sidebar .block .brand-list li {
  padding: 5px 0;
  position: relative;
}
.sidebar .block .brand-list li span:after {
  content: "";
  display: block;
  height: 1px;
  border-top: 1px dotted #ccc;
  width: 100%;
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: -1;
}
.sidebar .block .brand-list li a {
  display: inline-block;
  padding-right: 5px;
  background: #fff;
}
.sidebar .block .brand-list li span {
  float: right;
  background: #fff;
  padding-left: 5px;
}
.sidebar .block.block-wishlist .block-title .counter {
  display: none;
}
.sidebar .block.block-wishlist .block-content > .subtitle {
  display: none;
}
.sidebar .block.block-wishlist .product-item {
  padding: 10px 0;
}
.sidebar .block.block-wishlist #wishlist-sidebar .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.sidebar .block.block-wishlist .actions-toolbar {
  margin-top: 30px;
}
.sidebar .block.block-wishlist .actions-toolbar a.action.details {
  font-size: 12px;
  padding: 13px 25px;
}
.sidebar .block.block-wishlist .actions-toolbar a.action.details:hover {
  color: #fff;
}
.sidebar .block.account-nav .items .item {
  display: block;
  width: 100%;
  padding: 8px 0;
}
.sidebar .block.block-reorder .field.choice .control > input {
  bottom: 6px;
}
.sidebar .block.block-reorder .subtitle {
  display: none;
}
.sidebar .block.block-reorder .product-items .product-item {
  padding: 10px 0;
  flex-wrap: wrap-reverse;
}
.sidebar .block.block-reorder .product-items .product-item .field {
  margin-bottom: 0;
  width: 100%;
}
.sidebar .block.block-reorder .product-items .product-item .product-item-name a {
  font-weight: 500;
  color: #333;
}
.sidebar .block.block-reorder .actions-toolbar {
  align-items: center;
  margin-top: 15px;
}
.sidebar .block.block-reorder .actions-toolbar .action.tocart {
  padding: 12px 25px;
  font-size: 12px;
}
.sidebar .block.block-reorder .actions-toolbar .action.tocart:hover {
  color: #fff;
}
.sidebar .block.block-reorder .actions-toolbar .primary {
  margin-left: auto;
  order: 1;
  display: block !important;
}
.sidebar .block.block-reorder .actions-toolbar .secondary {
  padding: 10px 0;
}
.sidebar .block.block-reorder .actions-toolbar .secondary .action.view {
  font-weight: 600;
  font-size: 14px;
}
.sidebar .block.block-reorder .actions-toolbar .secondary .action.view:hover {
  text-decoration: underline;
}
.sidebar .block.block-blog-posts .block-content .item {
  padding: 10px 0;
}
.sidebar .block.block-blog-posts .block-content .item > a {
  flex: 1;
  max-width: 100px;
  min-width: 100px;
}
.sidebar .block.block-blog-posts .block-content .item .short-detail {
  padding-left: 15px;
}
.sidebar .block.block-blog-posts .block-content .item .short-detail .title .h6 {
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
}
.sidebar .block.block-blog-posts .block-content .item .short-detail .meta-date {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.sidebar .block.block-blog-categories .block-content > ul > li {
  padding: 5px 0;
}
.sidebar .block.block-blog-categories .block-content > ul > li > a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #a1a1a1;
}
.sidebar .block.block-blog-categories .block-content > ul > li > a:before {
  display: inline-block;
  content: "\e649";
  font-family: 'themify';
  font-size: 9px;
  line-height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.sidebar .block.block-blog-tags .tag-cloud li {
  display: inline-block;
}
.sidebar .block.block-blog-tags .tag-cloud li + li a:before {
  content: ',';
  display: inline-block;
  padding-right: 8px;
}
.sidebar .block.block-blog-tags .tag-cloud li a {
  color: #a1a1a1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
}
/* ==================================================== */
.clear-after:after {
  display: table;
  clear: both;
  content: "";
}
.modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  opacity: 1;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 1;
}
.modal.fade .modal-dialog {
  margin: 0 auto;
  top: 50%;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}
.modal.in .modal-dialog {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  max-width: 80%;
  max-height: 80vh;
  overflow-y: auto;
}
.modal-slide {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  left: 44px;
  z-index: 900;
}
.modal-slide .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
  height: 100%;
  overflow-y: auto;
  position: static;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition-duration: 0.3s;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}
.modal-header {
  padding: 0;
  border: none;
  min-height: 0;
}
.modal-custom .action-close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  display: inline-block;
  font-weight: 400;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  text-decoration: none;
  text-shadow: none;
  top: 0;
  margin: 5px;
}
.modal-custom .action-close:before {
  color: #8f8f8f;
  content: "\f00d";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.modal-custom .action-close > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Mgs/hebes/el_GR/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
._block-content-loading {
  position: relative;
}
.modal-video-dialog .close {
  height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 15px;
  z-index: 1;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  -moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide_show .modal-inner-wrap {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: auto;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup._show .modal-inner-wrap {
  transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  -moz-transform: translateY(-50%) scale(1, 1);
  -o-transform: translateY(-50%) scale(1, 1);
  top: 50%;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 900px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.5, 0.5);
  -webkit-transform: translateY(-50%) scale(0.5, 0.5);
  -moz-transform: translateY(-50%) scale(0.5, 0.5);
  -o-transform: translateY(-50%) scale(0.5, 0.5);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
  opacity: 0;
  visibility: hidden;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.modal-popup .modal-inner-wrap {
  max-height: 90%;
}
.modal-popup .modal-content {
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  padding: 30px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-content {
  border: 0;
}
.modal-popup .modal-footer {
  margin-top: auto;
}
.block-authentication {
  flex-wrap: nowrap;
}
.block-authentication .block {
  flex: 1;
  padding: 0 15px;
}
.block-authentication .block.block-new-customer {
  padding-right: 30px;
}
.block-authentication .block.block-new-customer .action-register {
  margin-top: 15px;
}
.block-authentication .block.block-customer-login {
  padding-left: 30px;
}
.block-authentication .block.block-customer-login .actions-toolbar > div {
  display: inline-block;
}
.block-authentication .block.block-customer-login .actions-toolbar > div + div {
  margin-left: 15px;
}
.block-authentication .block .block-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup .modal-title {
  font-size: 24px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 30px;
  height: 30px;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active,
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'themify';
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: "\e646";
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.modals-overlay {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0.5;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.row.align-items__center {
  align-items: center;
}
/* ==================================================== */
/* ===== HEADER ===== */
body:not(.search-full) .header .middle-header-wrapper .left-content .block-search .block-content {
  left: 0;
  right: auto;
}
.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  transition: all 300ms;
  /* Search Form */
  /* My Account */
  /* Button toggle menu - Mobile */
  /* Mobile Version */
  /* Header padding */
  /* Header 3 */
  /* Header 4 */
  /* Header 5 */
  /* Header 6 */
  /* Header 7 */
  /* Header 10 */
}
.header .mega-menu--logo {
  padding: 0 20px 10px 20px;
}
.header.before-active-sticky {
  position: fixed !important;
  top: -200px !important;
  left: 0 !important;
  right: 0 !important;
}
.header.before-active-sticky .top-header-content {
  max-height: 100px;
  overflow: visible;
}
.header.active-sticky {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(96, 109, 166, 0.15);
}
.header.active-sticky .top-header-content {
  max-height: 0;
  overflow: hidden;
}
.header .switcher:hover .switcher-dropdown {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header .switcher .switcher-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  box-shadow: 0 0 20px 0 rgba(96, 109, 166, 0.1);
  min-width: 100%;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  padding: 10px 0;
}
.header .switcher .switcher-dropdown .switcher-option a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 30px;
  display: block;
  white-space: nowrap;
  font-weight: 500;
  color: #696969;
}
.header .switcher .switcher-dropdown .switcher-option a:focus {
  color: #696969;
}
.header .switcher .switcher-label {
  display: none;
}
.header .switcher .switcher-trigger {
  cursor: pointer;
  padding: 10px 15px;
  color: #000;
}
.header .switcher .switcher-trigger strong {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.header .switcher .switcher-trigger.active:after {
  content: "\f0d8";
}
.header .switcher .switcher-trigger:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-left: 2px;
  color: #ccc;
}
.header .block-search {
  position: relative;
}
.header .block-search.active .block-title:after {
  content: "\e646";
  font-family: "themify";
  font-weight: 900;
}
.header .block-search.active .block-title:hover:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header .block-search .block-title {
  cursor: pointer;
  padding: 10px 20px 10px 10px;
  line-height: 1;
}
.header .block-search .block-title strong {
  display: none;
}
.header .block-search .block-title:after {
  content: "\e610";
  font-family: 'themify';
  color: #000;
  font-size: 16px;
  font-weight: 900;
}
.header .block-search .block-content {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  background: #fff;
  z-index: 1;
  align-items: stretch;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform-origin: top;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  opacity: 0;
  visibility: hidden;
  width: 700px;
  max-width: 100vw;
  border-radius: 50px;
  border-top: 1px solid rgba(96, 109, 166, 0.1);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(96, 109, 166, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(96, 109, 166, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(96, 109, 166, 0.1);
}
.header .block-search .block-content form {
  opacity: 0;
  max-width: 900px;
  width: calc(100% - 30px);
  margin: 0 auto;
  height: 100%;
  position: relative;
  transition: all 0ms;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
}
.header .block-search .block-content form h2 {
  display: none;
}
.header .block-search .block-content form > .label {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
.header .block-search .block-content form > .label:before {
  content: "\e646";
  font-family: "themify";
}
.header .block-search .block-content form > .label span {
  display: none;
}
.header .block-search .block-content form .field.search {
  position: relative;
  height: 100%;
}
.header .block-search .block-content form .field.search .control {
  height: 100%;
  position: relative;
}
.header .block-search .block-content form .field.search .control .input-text {
  height: 100%;
  border: none;
  font-size: 16px;
  font-weight: 400;
  background: none;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.header .block-search .block-content form .actions {
  position: absolute;
  right: 8px;
  bottom: 0;
}
.header .block-search .block-content form .actions button {
  background: none;
  border: 0;
  height: 50px;
  font-size: 20px;
  color: #000;
  line-height: 50px;
  padding: 0;
}
.header .block-search .block-content form .actions button i {
  font-weight: 900;
  font-size: 16px;
}
.header .block-search.active .block-content {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.header .block-search.active .block-content form {
  opacity: 1;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.header .top-links .counter.qty {
  color: #000;
  padding-left: 5px;
}
.header .my-account-link {
  position: relative;
}
.header .my-account-link .toogle-action {
  padding: 10px 20px 10px 15px;
  display: flex;
  height: 100%;
  align-items: center;
  color: #000;
  font-weight: 600;
}
.header .my-account-link .toogle-action span {
  font-size: 15px;
  font-weight: 900;
}
.header .my-account-link:hover .toplinks-content {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
}
.header .my-account-link .toplinks-content {
  position: absolute;
  top: 100%;
  right: 50%;
  box-shadow: 0 0 20px 0 rgba(96, 109, 166, 0.1);
  background-color: #fff;
  display: none;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translate(50%, 20px);
  -webkit-transform: translate(50%, 20px);
  -moz-transform: translate(50%, 20px);
  -o-transform: translate(50%, 20px);
  padding: 10px 0;
}
.header .my-account-link .toplinks-content li a:not(.no-display) {
  display: block;
  white-space: nowrap;
  padding: 7px 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.header .my-account-link .toplinks-content li a {
  color: #696969;
}
.header .my-account-link .toplinks-content li:last-child a {
  border-bottom: 0;
}
.header .my-account-link.active .toplinks-content {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
}
.header .toogle_menu_mobile > img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 15px 10px 0;
  display: block;
}
.header .mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 475px;
  background-color: #fff;
  max-height: 100vh;
  overflow-y: auto;
  left: -475px;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  padding: 100px 30px 50px 85px;
}
.header .mobile-navigation .links > li > a {
  display: block;
  padding: 5px 0;
}
.header .mobile-navigation .level1 > a {
  font-size: 18px;
  line-height: 32px;
}
.header .mobile-navigation .level0 > .label-menu {
  right: -15px !important;
}
.header .mobile-navigation .mobile_navigation_item + .mobile_navigation_item {
  padding-left: 15px;
  margin-top: 30px;
}
.header .mobile-navigation .close-nav-button {
  display: block;
  position: absolute;
  left: 95px;
  top: 30px;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
}
.header .mobile-navigation .close-nav-button:before {
  content: "\e646";
  display: inline-block;
  font-family: "themify";
  font-size: 20px;
  vertical-align: top;
  width: 38px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-right: 10px;
}
.header .mobile-navigation .close-nav-button:hover:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header .mobile-navigation .nav-main-menu {
  display: block;
}
.header .mobile-navigation .nav-main-menu .mega-menu-sub-title {
  font-weight: 500;
  font-size: 18px;
  color: #a1a1a1;
}
.header .mobile-navigation .nav-main-menu .mega-menu--logo {
  display: none;
}
.header .mobile-navigation .nav-main-menu li {
  position: relative !important;
}
.header .mobile-navigation .nav-main-menu li > .sub-menu {
  display: none;
  padding-left: 15px;
}
.header .mobile-navigation .nav-main-menu li > a {
  display: block;
  padding: 9px 40px 9px 15px;
  font-weight: 500;
}
.header .mobile-navigation .nav-main-menu li > a.level0 {
  font-size: 30px;
  color: #000;
  padding: 14px 40px 14px 15px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.header .mobile-navigation .nav-main-menu li .dropdown-toggle:after {
  content: none;
}
.header .mobile-navigation .nav-main-menu li > .toggle-menu {
  width: 0;
  height: 0;
  overflow: visible;
}
.header .mobile-navigation .nav-main-menu li > .toggle-menu .icon-plus {
  line-height: 46px;
  display: inline;
}
.header .mobile-navigation .nav-main-menu li > .toggle-menu .icon-plus:after {
  line-height: 46px;
  content: "\e61a";
  font-family: 'themify';
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 46px;
  text-align: center;
  overflow: hidden;
  font-size: 15px;
}
.header .mobile-navigation .nav-main-menu li > .toggle-menu .active .icon-plus:after {
  content: "\e622";
}
.header .mobile-navigation .nav-main-menu li.level0 > .toggle-menu .icon-plus:after {
  line-height: 42px;
  height: 42px;
}
.header .mobile-navigation .nav-main-menu li.level1 > .toggle-menu .icon-plus:after {
  line-height: 50px;
  height: 50px;
}
.header .mobile-navigation .nav-main-menu li .dropdown-menu {
  position: static;
  margin: 0;
  padding: 0;
  border: none;
  float: none;
  border-radius: 0;
  padding-left: 15px;
  box-shadow: none;
}
.header .mobile-navigation .nav-main-menu li .dropdown-menu .row {
  margin: 0;
}
.header .mobile-navigation .nav-main-menu li .dropdown-menu .row > div {
  width: 100%;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
}
.header .mobile-navigation .dropdown-menu .static-content {
  display: none;
}
.header .mobile-navigation .top-links li > a {
  display: block;
  padding: 6px 15px 6px 0;
  font-size: 15px;
}
.header .mobile-navigation .switcher .switcher-dropdown {
  position: static;
  border: none;
  box-shadow: none;
  margin-left: 10px;
  opacity: 1;
  visibility: visible;
  padding: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.header .mobile-navigation .switcher .switcher-dropdown .switcher-option {
  padding: 4px 0 5px;
}
.header .mobile-navigation .switcher .switcher-dropdown .switcher-option a {
  padding: 0;
}
.header .mobile-navigation .switcher .switcher-trigger {
  padding: 7px 15px 8px 0;
}
.header .mobile-navigation .switcher .switcher-trigger:after {
  margin-top: 5px;
  vertical-align: top;
  float: right;
}
.header .mobile-navigation .switcher + .switcher {
  border-top: 1px solid #e1e1e1;
}
.header .tab-title {
  display: block;
  text-transform: uppercase;
  color: #000;
  padding: 15px 0;
  letter-spacing: 1px;
  font-weight: 700;
}
.header .nav-toggle {
  cursor: pointer;
}
.header .nav-toggle span {
  margin-left: 15px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.header .middle-header-wrapper {
  align-items: stretch;
}
.header .middle-header-wrapper .nav-megamenu nav.navigation .nav-main-menu > li a.level0 {
  padding: 0 30px;
}
.header .middle-header-wrapper .header-logo .logo {
  height: 100%;
  align-items: center;
}
.header .middle-header-wrapper .left-content + .header-logo > .logo {
  justify-content: center;
}
.header .middle-header-wrapper .nav-megamenu,
.header .middle-header-wrapper .left-content,
.header .middle-header-wrapper .header-logo,
.header .middle-header-wrapper .child-content {
  flex: 1;
}
.header .middle-header-wrapper .left-content .switcher .switcher-dropdown {
  left: 0;
  right: auto;
}
.header .middle-header-wrapper .left-content .header-logo,
.header .middle-header-wrapper .left-content .nav-toggle,
.header .middle-header-wrapper .left-content .switcher,
.header .middle-header-wrapper .left-content .block-search {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.header .middle-header-wrapper .left-content .header-logo {
  padding-right: 60px;
}
.header .middle-header-wrapper .left-content .block-search .block-title {
  padding-left: 40px;
}
.header .middle-header-wrapper .left-content .switcher .actions,
.header .middle-header-wrapper .left-content .nav-toggle > div,
.header .middle-header-wrapper .left-content .block-search .block-title {
  align-items: center;
  height: 100%;
}
.header .middle-header-wrapper .child-content {
  text-align: right;
}
.header .middle-header-wrapper .child-content .minicart-wrapper,
.header .middle-header-wrapper .child-content .my-account-link,
.header .middle-header-wrapper .child-content .switcher,
.header .middle-header-wrapper .child-content .block-search {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  height: 100%;
}
.header .middle-header-wrapper .child-content .minicart-wrapper .action.showcart,
.header .middle-header-wrapper .child-content .my-account-link .actions,
.header .middle-header-wrapper .child-content .switcher .actions,
.header .middle-header-wrapper .child-content .block-search .block-title {
  height: 100%;
  align-items: center;
}
.header.header1 .sticky-catalog-toggle {
  right: -25px;
}
.header.header1 .sticky-catalog-toggle.left {
  right: auto;
  left: -22px !important;
}
.header.header1 .sticky-catalog-toggle span {
  font-size: 30px;
}
.header.header1 .sticky-catalog-toggle i {
  font-size: 18px;
}
.header.header2 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart,
.header.header3 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart {
  padding-top: 31px;
  padding-bottom: 31px;
}
.header.header2.active-sticky .middle-header-wrapper .child-content .minicart-wrapper .action.showcart,
.header.header3.active-sticky .middle-header-wrapper .child-content .minicart-wrapper .action.showcart {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header.header3 .left-content .switcher + .switcher .switcher-trigger {
  padding-left: 15px;
}
.header.header3 .left-content .switcher .switcher-trigger {
  padding-left: 0;
}
.header.header3 .switcher .switcher-trigger strong,
.header.header3 .my-account-link .toogle-action {
  color: #363636;
}
.header.header3 .my-account-link .toogle-action {
  font-size: 12px;
  text-transform: uppercase;
}
.header.header3 .my-account-link .toogle-action:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-left: 5px;
  color: #ccc;
}
.header.header4 .middle-header-wrapper .right-content,
.header.header4 .middle-header-wrapper .left-content {
  max-width: 210px;
}
.header.header4 .left-content .switcher .switcher-trigger {
  padding-left: 0;
}
.header.header4 .left-content .switcher + .switcher .switcher-trigger {
  padding-left: 15px;
}
.header.header5 .child-content .block-search .block-title:before {
  content: none;
}
.header.header5 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart {
  padding-top: 22px;
  padding-bottom: 22px;
}
.header.header5.active-sticky .middle-header-wrapper .child-content .minicart-wrapper .action.showcart {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header.header6 .block-search .block-content {
  border-radius: 0;
  border: 1px solid rgba(96, 109, 166, 0.2);
}
.header.header6 .block-search .block-content form .field.search .control .input-text {
  height: 44px;
  line-height: 44px;
}
.header.header6 .block-search .block-content form .actions button {
  height: 45px;
  line-height: 46px;
}
.header.header6 .middle-header-wrapper .child-content {
  text-align: right;
  padding: 25px 0;
}
.header.header6 .middle-header-wrapper .child-content .content-primary {
  display: inline-block;
  margin-left: 25px;
}
.header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart {
  height: 46px;
  padding: 0 25px 0 25px;
}
.header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart .counter.qty {
  margin: 0;
  font-weight: 600;
  line-height: 20px;
}
.header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart .counter.qty:before {
  content: "-";
  display: inline-block;
}
.header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart > .text {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart:before {
  background-image: url(../../frontend/Mgs/hebes/el_GR/images/white-bag.svg);
}
@media (max-width: 1199.98px) {
  .header.header6 .middle-header-wrapper .child-content {
    padding: 15px 0;
  }
}
@media (max-width: 767.98px) {
  .header.header6 .block-search .block-content {
    top: calc(100% - 10px);
  }
}
@media (min-width: 768px) {
  .header.header6 .block-search.active .block-content {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  .header.header6 .block-search .block-content {
    top: 0;
    right: 100%;
    border-radius: 0;
    border: 1px solid rgba(96, 109, 166, 0.2);
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -moz-transform-origin: right;
    -o-transform-origin: right;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header.header6 .block-search .block-content form .field.search .control .input-text {
    height: 44px;
    line-height: 44px;
  }
  .header.header6 .block-search .block-content form .actions button {
    height: 45px;
    line-height: 46px;
  }
}
.header.header6 .child-content .block-search .block-title {
  padding: 15px 17px;
  background-color: #869ee3;
}
.header.header6 .child-content .block-search .block-title:after {
  color: #fff;
}
.header.header6 .child-content .block-search .block-title:before {
  content: none;
}
.header.header6.active-sticky .middle-header-wrapper .child-content {
  padding: 12px 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header.header7 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .header.header7 {
    background-color: transparent;
  }
  .header.header7.active-sticky {
    background-color: transparent;
    box-shadow: none;
  }
}
.header.header7 .minicart-wrapper .action.showcart {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .header.header7.active-sticky .minicart-wrapper .action.showcart {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header.header7 .block-search .block-content {
    transform: scaleX(0.2);
    -webkit-transform: scaleX(0.2);
    -moz-transform: scaleX(0.2);
    -o-transform: scaleX(0.2);
    transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
  }
  .header.header7 .block-search.active .block-content {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
}
.header.header7 .middle-header-wrapper {
  padding-left: 0;
}
.header.header7 .middle-header-wrapper .left-content .block-search .block-title {
  padding-left: 27px;
}
.header.header7 .social-links {
  position: fixed;
  bottom: 40px;
  left: 30px;
}
.header.header7 .social-links li > a {
  display: block;
  padding: 5px 10px;
}
@media (min-width: 1200px) {
  .header.header10 #mobile_navigation_setting {
    display: none;
  }
}
.header.header10 .minicart-wrapper .action.showcart {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header.header10.active-sticky .minicart-wrapper .action.showcart {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header.header10 .middle-header-content .nav-toggle strong {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 20px;
  line-height: 31px;
  font-weight: 900;
}
.use-header10 .sticky-catalog-toggle span {
  color: #fff;
}
.cms-index-index .header.header10.active-sticky {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cms-index-index .header.header10 .header-logo > .logo img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.cms-index-index .header.header10 .middle-header-content .minicart-wrapper .action.showcart:before {
  background-image: url(../../frontend/Mgs/hebes/el_GR/images/white-bag.svg);
}
.cms-index-index .header.header10 .middle-header-content .switcher .switcher-trigger strong {
  color: #fff;
}
.cms-index-index .header.header10 .middle-header-content .block-search .block-title:after {
  color: #fff;
}
.cms-index-index .header.header10 .middle-header-content .nav-toggle span,
.cms-index-index .header.header10 .middle-header-content .nav-toggle strong {
  color: #fff;
}
/* Sticky catalog */
.sticky_catalog {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: auto;
  bottom: 0;
  z-index: 1000;
  width: 475px;
  background-color: #fff;
  right: -475px;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  opacity: 0;
  visibility: hidden;
}
.sticky_catalog.is_static {
  position: static;
  opacity: 1;
  visibility: visible;
  right: 0;
  width: 100%;
  height: 100vh;
}
.sticky_catalog ul {
  padding: 80px;
  overflow-y: auto;
  max-height: calc(100vh - 240px);
}
.sticky_catalog ul li > a {
  display: block;
  margin-bottom: 35px;
  font-size: 16px;
  color: #555;
  font-weight: 700;
}
.sticky_catalog ul li > a:hover {
  color: #000;
}
.sticky_catalog ul li > a:hover .image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.sticky_catalog ul li > a .image {
  height: 50px;
  display: flex;
  align-items: center;
}
.sticky_catalog ul li > a img {
  display: block;
  margin: 0 auto;
}
.sticky_catalog h3 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-top: 55px;
  margin-bottom: 169px;
}
.sticky_catalog h3 .ti-close {
  padding-left: 60px;
}
.sticky_catalog h3 .ti-close:before {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
}
.sticky_catalog h3 .ti-close:hover:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sticky_catalog h3 .line {
  padding-left: 10px;
}
.sticky_catalog h3 span {
  font-weight: 300;
  font-size: 20px;
}
.sticky_catalog h3 .line:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 75px;
  background: #000;
  margin-bottom: 8px;
}
.sticky-catalog-close {
  cursor: pointer;
}
.sticky-catalog-toggle {
  right: 0;
  cursor: pointer;
}
.sticky-catalog-toggle:before {
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  opacity: 0;
  visibility: hidden;
}
.sticky-catalog-toggle span {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding-right: 3px;
}
.sticky-catalog-toggle i {
  font-size: 12px;
  color: #d7d7d7;
}
.catalog-open .sticky-catalog-toggle:before {
  opacity: 1;
  visibility: visible;
}
.catalog-open .sticky_catalog {
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  -moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
}
.promobanner.shadow-zoom .text .special-text .title-right {
  font-size: 14px;
  top: 20px;
  bottom: auto;
  right: 30px;
  letter-spacing: 0.5em;
  color: #fff;
}
.promobanner .text .special-text {
  position: relative;
}
.promobanner .text .special-text p {
  display: inline-block;
  padding: 0 15px;
}
.promobanner .text .special-text a.h6 {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
}
.promobanner .text .special-text-2 h2 {
  display: inline-block;
  padding: 0 15px;
  margin: 15px 0 10px;
}
.promobanner .text .special-text-2 a.h6 {
  font-size: 14px;
  display: block;
  margin-top: 30px;
}
.promobanner .text h3.h1 {
  font-size: 48px;
}
.promobanner.shadow-zoom .title-left {
  position: absolute;
  bottom: 100%;
  top: auto;
  left: 50px;
  transform: translateX(-100%) rotate(-90deg);
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -moz-transform: translateX(-100%) rotate(-90deg);
  -o-transform: translateX(-100%) rotate(-90deg);
  transform-origin: top right;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
}
.promobanner.shadow-zoom .title-right {
  bottom: 100%;
  top: auto;
  right: 50px;
  transform: rotate(-90deg) translate(0, -100%);
  -webkit-transform: rotate(-90deg) translate(0, -100%);
  -moz-transform: rotate(-90deg) translate(0, -100%);
  -o-transform: rotate(-90deg) translate(0, -100%);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  position: absolute;
}
.promobanner .text .right_menu h3 {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}
.promobanner .text .right_menu .discount {
  font-size: 58px;
}
.promobanner .text .right_menu h6 {
  font-size: 12px;
  color: #fff;
  background: #000;
  display: inline-block;
  letter-spacing: .45em;
  padding-left: 4px;
}
/* Header subcsribe */
.header_subscribe {
  padding: 30px 15px 0;
  font-size: 15px;
}
.header_subscribe.home {
  padding-left: 0;
  padding-top: 0;
}
.header_subscribe.home p {
  font-weight: 700;
  margin-bottom: 40px;
}
.header_subscribe.home_subscribe .block.newsletter .form.subscribe .action.subscribe:hover {
  background: #000;
  border-color: #000;
}
@media (max-width: 1199px) {
  .header_subscribe.home_subscribe .block.newsletter .form.subscribe .action.subscribe {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .header_subscribe.home_subscribe {
    font-size: 16px;
  }
  .header_subscribe.home_subscribe p {
    font-weight: 700;
    margin-bottom: 60px;
  }
  .header_subscribe.home_subscribe .block.newsletter .form.subscribe .form-group.newsletter {
    padding-right: 169px;
  }
  .header_subscribe.home_subscribe .block.newsletter .form.subscribe .action.subscribe {
    width: 148px;
  }
  .header_subscribe.home_subscribe .block.newsletter .form.subscribe .action.subscribe span {
    display: inline-block;
  }
}
.header_subscribe h6 {
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  font-weight: 700;
}
.header_subscribe p {
  margin-bottom: 25px;
}
/* Search full */
.search-full .header .block-search .block-content {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
}
.search-full .header .block-search.active .block-content form .field.search {
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.search-full .header .block-search.active .block-content form .field.search .control .input-text {
  height: 60px;
  padding: 0;
  border-bottom: 1px solid #a1a1a1;
  font-size: 20px;
  border-radius: 0;
  padding-right: 35px;
}
.search-full .header .block-search.active .block-content form .field.search .control {
  margin-bottom: 80px;
}
.search-full .header .block-search.active .block-content form .field.search h2 {
  font-size: 48px;
  margin-bottom: 80px;
  display: block;
}
.search-full .header .block-search.active .block-content form .field.search .actions {
  bottom: 80px;
  right: 0;
}
.search-full .header .block-search.active .block-content form .field.search .actions button {
  height: 60px;
  line-height: 60px;
}
.search-full .header .block-search.active .block-content form .field.search .actions button i {
  font-size: 18px;
}
.search-full .header .block-search.active .block-content form > .label {
  left: 0;
  top: 35px;
  font-size: 18px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  height: 42px;
  width: 42px;
  color: #000;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 41px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: block;
}
.search-full .header .block-search.active .block-content form > .label:hover {
  color: #fff;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.dropdown-menu {
  border: 0;
  box-shadow: 0 0 20px 0 rgba(96, 109, 166, 0.1);
}
/* ==================================================== */
/* FOOTER */
body:not(.cms-index-index) .footer .middle-footer {
  border-top: 1px solid #ebebeb;
}
.footer {
  font-size: 15px;
  /* footer 2 */
  /* footer 3 */
}
.footer address {
  margin-top: 50px;
}
.footer .footer_subscribe {
  padding: 0;
}
.footer .middle-footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer .middle-footer a {
  color: #363636;
}
.footer .footer_info,
.footer .list_block {
  font-weight: 700;
  color: #363636;
}
.footer .footer_info li,
.footer .list_block li {
  padding-bottom: 4px;
}
.footer .footer_info a:hover,
.footer .list_block a:hover,
.footer .footer_info a:focus,
.footer .list_block a:focus {
  padding-left: 10px;
}
.footer .footer_follow {
  line-height: 1;
}
.footer .footer_follow strong {
  color: #363636;
  padding-right: 30px;
  margin-bottom: 15px;
  display: inline-block;
}
.footer .social-links {
  display: inline-block;
}
.footer .social-links li {
  display: inline-block;
  padding-right: 19px;
  font-size: 18px;
}
.footer .social-links li a {
  color: #a1a1a1;
}
.footer .social-links li:last-child {
  padding-right: 0;
}
.footer .text-right .social-links li {
  padding-left: 25px;
  padding-right: 0;
}
.footer .text-right .footer_follow strong {
  padding-right: 20px;
}
.footer.footer2 .middle-footer {
  border-top: 1px solid #ebebeb;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer.footer2 .list_block li {
  display: inline-block;
  padding-right: 40px;
}
.footer.footer2 a:hover,
.footer.footer2 a:focus {
  padding-left: 0;
}
.footer.footer2 .footer_follow {
  line-height: 25px;
}
.footer.footer3 .middle-footer {
  padding-top: 15px;
  padding-bottom: 35px;
  text-align: right;
}
.footer.footer3 .middle-footer address {
  margin: 0;
}
/* ==================================================== */
/* Magento_Checkout */
/* Top cart header */
.header.active-sticky .minicart-wrapper .action.showcart {
  padding-top: 15px;
  padding-bottom: 15px;
}
.minicart-wrapper {
  position: relative;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding: 31px 0 31px 15px;
}
.minicart-wrapper .action.showcart:before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url(../../frontend/Mgs/hebes/el_GR/images/shopping-bag.svg);
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before {
  fill: #000000;
}
.minicart-wrapper .action.showcart > .text {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #fff;
  height: 18px;
  line-height: 17px;
  border-radius: 30px;
  display: inline-block;
  margin: 19px 0 0 -12px;
  min-width: 18px;
  text-align: center;
  white-space: normal;
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
  padding: 0 5px;
  letter-spacing: 0.05em;
}
.minicart-wrapper .action.showcart .counter.qty.empty .counter-number {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty.empty:after {
  content: "0";
  display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty._block-content-loading {
  background: none;
}
.minicart-wrapper .action.showcart .counter.qty .loading-mask {
  background: #fff;
  border-radius: 30px;
}
.minicart-wrapper .action.showcart .counter.qty .loading-mask .loader > img {
  max-width: 18px;
  position: static !important;
  display: block;
}
.minicart-wrapper .block-minicart .subtitle {
  display: none;
}
.minicart-wrapper .block-minicart .subtitle.empty {
  display: block;
  font-weight: 500;
  text-align: center;
}
.minicart-wrapper .block-minicart .block-title {
  display: block;
  color: #000;
  padding-bottom: 45px;
  line-height: 1;
}
.minicart-wrapper .block-minicart .block-title strong {
  font-size: 24px;
  font-weight: 700;
}
.minicart-wrapper .block-minicart .block-title .qty {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  margin: 0 -15px;
  overflow-x: auto;
  padding: 0 15px;
  max-height: 300px;
  height: auto !impotant;
}
.minicart-wrapper .block-minicart .block-content > .subtotal {
  align-items: baseline;
  justify-content: space-between;
  padding: 20px 0;
}
.minicart-wrapper .block-minicart .block-content > .subtotal > .label {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}
.minicart-wrapper .block-minicart .block-content > .subtotal .price-wrapper .price {
  font-size: 24px;
  font-weight: 700;
}
.minicart-wrapper .block-minicart .block-content .actions .action.checkout:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.minicart-wrapper .block-minicart .block-content .actions .action.viewcart:hover {
  color: #fff;
}
.minicart-wrapper .block-minicart .block-content .actions .action.viewcart,
.minicart-wrapper .block-minicart .block-content .actions .action.checkout {
  width: 100%;
  text-align: center;
}
/* Top cart header (Cart Content) */
.minicart-items .product-image-container {
  display: block;
}
.minicart-items .product-image-container .product-image-wrapper {
  padding: 0 !important;
}
.minicart-items .product-image-container .product-image-wrapper img {
  width: 100% !important;
  height: auto !important;
}
.minicart-items {
  height: auto !important;
}
.minicart-items .product-item {
  padding: 20px 0;
  position: relative;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #d7d7d7;
}
.minicart-items .product-item .product:after {
  content: "";
  display: table;
  clear: both;
}
.minicart-items .product-item .product > .product-item-photo,
.minicart-items .product-item .product > .product-image-container {
  float: left;
  width: 100px;
}
.minicart-items .product-item .product .product-image-container {
  width: 100px !important;
}
.minicart-items .product-item .product .actions > .primary,
.minicart-items .product-item .product .actions > .secondary {
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}
.minicart-items .product-item .product .actions > .primary {
  top: 35px;
}
.minicart-items .product-item .product .actions .action:before {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 20px;
  content: "\e60f";
  font-family: 'themify';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product-item .product .actions .action.delete:before {
  content: "\e646";
}
.minicart-items .product-item .product .actions .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product-item .product > .product-item-details {
  float: left;
  width: calc(100% - 100px);
  padding-left: 20px;
  position: relative;
}
.minicart-items .product-item .product > .product-item-details .product-item-name {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  padding-right: 20px;
  line-height: 1;
  color: #000;
}
.minicart-items .product-item .product > .product-item-details .product-item-name a {
  color: #000;
}
.minicart-items .product-item .product > .product-item-details .product.options .subtitle {
  display: none;
}
.minicart-items .product-item .product > .product-item-details .product.options .toggle {
  cursor: pointer;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.minicart-items .product-item .product > .product-item-details .product.options .toggle:after {
  display: inline-block;
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-left: 6px;
  color: #ccc;
}
.minicart-items .product-item .product > .product-item-details .product.options.active > .toggle::after {
  content: "\f0d8";
}
.minicart-items .product-item .product > .product-item-details .product-item-pricing .price {
  font-weight: 700;
  color: #7d7d7d;
}
.minicart-items .product-item .product > .product-item-details .product-item-pricing .details-qty {
  display: table;
  margin-top: 8px;
}
.minicart-items .product-item .product > .product-item-details .product-item-pricing .details-qty .label {
  display: table-cell;
  width: 1%;
  padding-right: 8px;
  vertical-align: middle;
}
.minicart-items .product-item .product > .product-item-details .product-item-pricing .details-qty input.item-qty {
  text-align: center;
  width: 60px;
  border-radius: 30px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  height: 32px;
  border: 1px solid #d7d7d7;
  line-height: 32px;
  padding: 0 10px;
}
.minicart-items .product-item .product > .product-item-details .product-item-pricing .details-qty .update-cart-item {
  font-size: 12px;
  background: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  box-shadow: none;
  line-height: 30px;
  padding: 0 15px;
  height: 32px;
  vertical-align: middle;
  margin-left: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 30px;
  text-transform: uppercase;
}
fieldset[disabled] .minicart-wrapper .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* Top cart header (Dropdown Type) */
.dropdown-cart-type .minicart-wrapper .block-minicart {
  display: none;
}
.dropdown-cart-type .minicart-wrapper .block-minicart .block-title {
  display: none;
}
.dropdown-cart-type .minicart-wrapper > .ui-dialog {
  list-style: none none;
  background: #fff;
  box-sizing: border-box;
  display: none;
  top: 100%;
  box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  width: 375px;
  padding: 40px 25px;
  right: 0;
  position: absolute;
}
.dropdown-cart-type .minicart-wrapper > .ui-dialog .block-minicart {
  display: block;
}
.dropdown-cart-type .minicart-wrapper .action.close {
  display: none;
}
.dropdown-cart-type .minicart-wrapper .block-minicart .block-content > .actions > div {
  flex: 1;
}
.dropdown-cart-type .minicart-wrapper .block-minicart .block-content > .actions > div + div {
  margin-left: 15px;
}
/* Top cart header (Sidebar Type) */
.sidebar-cart-type .minicart-wrapper:after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 99;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
}
.sidebar-cart-type .minicart-wrapper .ui-dialog {
  text-align: left;
  position: fixed;
  top: 0;
  background-color: #fff;
  right: 0;
  bottom: 0;
  width: 475px;
  z-index: 100;
  padding: 40px;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  display: block !important;
}
.sidebar-cart-type .minicart-wrapper .block-minicart {
  position: relative;
}
.sidebar-cart-type .minicart-wrapper .block-minicart .block-content .subtitle.empty {
  text-align: left;
}
.sidebar-cart-type .minicart-wrapper .block-minicart .block-content > .action.close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  background: none;
  line-height: 24px;
}
.sidebar-cart-type .minicart-wrapper .block-minicart .block-content > .action.close span {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}
.sidebar-cart-type .minicart-wrapper .block-minicart .block-content .actions > .actions {
  margin-top: 15px;
}
.sidebar-cart-type .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  height: calc(100vh - 350px) !important;
  margin: 0 -15px;
  max-height: unset;
}
.sidebar-cart-type .minicart-wrapper.active:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.sidebar-cart-type .minicart-wrapper.active .ui-dialog {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
}
/* Modal Confirm Remove Cart */
.modal-popup.confirm .modal-inner-wrap {
  max-width: calc(100vw - 30px) !important;
  width: 700px !important;
}
.modal-popup.confirm .modal-inner-wrap .modal-header {
  padding: 0;
}
.modal-popup.confirm .modal-inner-wrap .modal-header .modal-title {
  display: none;
}
.modal-popup.confirm .modal-inner-wrap .modal-header .action-close {
  top: 10px;
  right: 10px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  border: none;
  box-shadow: none;
  padding: 30px 50px 30px 30px;
  position: static;
  color: #000;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer {
  padding: 0 30px 20px;
  box-shadow: none;
  border-top: 0;
}
/* ==================================================== */
/* Magento_Search & MGS_InstantSearch */
/* Search Autocomplete */
.search-autocomplete {
  display: block !important;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 100%;
}
.search-autocomplete ul {
  background: #fff;
  border: 1px solid #cacaca;
  border-top: 0;
  box-shadow: 0 0 3px #000;
}
.search-autocomplete ul li {
  cursor: pointer;
  padding: 8px 40px 8px 10px;
  position: relative;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #efefef;
}
.search-autocomplete ul li + li {
  border-top: 1px solid #d7d7d7;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 10px;
  top: 8px;
}
/* Search Result */
.search.results .products.wrapper.list.products-list {
  margin-top: 17px;
}
.instantsearch-result-index .results .block-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
}
.instantsearch-result-index .results .block-title + div {
  margin-bottom: 25px;
}
.instantsearch-result-index .results .block-title h4 {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
.instantsearch-result-index .results .block-title .view-more {
  float: right;
  line-height: 36px;
}
.instantsearch-result-index .results .block-title .view-more a {
  font-size: 14px;
  font-weight: 600;
}
.instantsearch-result-index .results .block-title .view-more a:hover {
  text-decoration: underline;
}
.instantsearch-result-index .results .items .item {
  margin-bottom: 5px;
}
.instantsearch-result-index .results .items .item .post-item-details {
  margin-top: 15px;
}
.instantsearch-result-index .results .items .item .details strong > a {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
.instantsearch-result-index .results .posts.items .item {
  margin-bottom: 30px;
}
/* ==================================================== */
/* Banner Slider */
.page-header-sliders {
  position: relative;
}
.page-header-sliders .slider_mgs_carousel.owl-carousel .owl-dots {
  bottom: 20px;
  position: absolute;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .zoomIn .inner-text {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .zoomOut .inner-text {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text {
  opacity: 0;
  visibility: hidden;
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle_left,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle_right {
  top: calc(50% - 150px);
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_left,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_right,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_center {
  top: 150px;
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_left,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_right,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_center {
  bottom: -150px;
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle_left,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle_right {
  top: calc(50% + 150px);
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_left,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_right,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_center {
  top: -150px;
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_left,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_right,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_center {
  bottom: 150px;
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle_left,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_left,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_left,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_center,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_center {
  left: -150px;
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_right,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_right,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle_right {
  right: 150px;
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle_left,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_left,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_left,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_center,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_center {
  left: 150px;
}
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_right,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_right,
.page-header-sliders .slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle_right {
  right: -150px;
}
.page-header-sliders .slider_mgs_carousel .owl-item .item > .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.page-header-sliders .slider_mgs_carousel .owl-item .slide-text {
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  opacity: 1;
  visibility: visible;
  position: absolute;
  padding: 15px;
}
.page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.page-header-sliders .slider_mgs_carousel .owl-item .slide-text.top_center {
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.page-header-sliders .slider_mgs_carousel .owl-item .slide-text.bottom_center {
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle_right {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  transform: translateY(-50%);
}
.page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle_left {
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
}
.page-header-sliders .slider_mgs_carousel .owl-item .slide-text.top_left {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
.page-header-sliders .slider_mgs_carousel .owl-item .slide-text.top_right {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
.page-header-sliders .slider_mgs_carousel .owl-item .slide-text.bottom_right {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.page-header-sliders .slider_mgs_carousel .owl-item .slide-text.bottom_left {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}
.page-header-sliders .slider_mgs_carousel .owl-item.active .slide-text {
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 900ms ease 500ms;
  transition-delay: 800ms;
}
.page-header-sliders .slider_mgs_carousel .owl-item.active .zoomIn .inner-text,
.page-header-sliders .slider_mgs_carousel .owl-item.active .zoomOut .inner-text {
  transform: scale(1);
  transition: all 900ms ease 500ms;
  transition-delay: 800ms;
}
.page-header-sliders .slider_mgs_carousel .owl-nav > div {
  right: 50px;
  left: auto;
  bottom: 50px;
  top: auto;
  margin: 0;
}
.page-header-sliders .slider_mgs_carousel .owl-nav > div.owl-prev {
  right: 80px;
}
.page-header-sliders .slide-text .slide-content {
  padding: 105px 85px;
}
.page-header-sliders .slide-text .slide-content .subtitle {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px;
}
.page-header-sliders .slide-text .slide-content .subtitle .count {
  position: relative;
  margin-right: 85px;
}
.page-header-sliders .slide-text .slide-content .subtitle .count:after {
  width: 48px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 18px;
  background-color: #ababab;
}
.page-header-sliders .slide-text .slide-content .banner-button {
  margin-top: 47px;
}
.page-header-sliders .index-slider {
  position: absolute;
  left: -35px;
  bottom: 50%;
  z-index: 1;
  font-size: 34px;
  color: #a1a1a1;
  font-weight: 500;
  line-height: 1;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.page-header-sliders .index-slider .all-index:before {
  content: "/";
  margin-right: 5px;
}
.page-header-sliders .index-slider .all-index {
  font-size: 14px;
  vertical-align: middle;
}
.page-header-sliders .index-slider .current {
  color: #000000;
  margin-right: 23px;
  font-size: 72px;
  font-weight: 700;
  vertical-align: top;
  display: inline-block;
  width: 75px;
}
.page-header-sliders.template-1 .index-slider {
  right: 120px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  left: auto;
  bottom: 50px;
}
.page-header-sliders.template-1 .slider_mgs_carousel.owl-carousel .owl-dots {
  position: absolute;
  right: 98px;
  left: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.page-header-sliders.template-1 .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot {
  display: block;
  margin: 7px 0;
  padding: 0;
}
.page-header-sliders.template-1 .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  margin: 0 auto;
  border: 1px solid #aeaeae;
  background-color: #aeaeae;
}
.page-header-sliders.template-1 .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot.active span {
  border-color: #a1a1a1;
  background-color: transparent;
}
.page-header-sliders.template-1 .slider_mgs_carousel.owl-carousel .owl-nav > div {
  right: 285px;
  bottom: 65px;
  top: auto;
  left: auto;
}
.page-header-sliders.template-1 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-next {
  right: 85px;
}
.page-header-sliders.template-2 .index-slider {
  left: 35px;
  bottom: 90px;
}
.page-header-sliders.template-2 .index-slider .current {
  font-size: 60px;
  width: 62px;
  margin-right: 20xp;
}
.page-header-sliders.template-2 .index-slider:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 15px;
  left: 125%;
}
.page-header-sliders.template-2 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-prev {
  top: auto;
  bottom: 60px;
  right: 70px;
  left: auto;
}
.page-header-sliders.template-2 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-next {
  top: auto;
  bottom: 90px;
  right: 70px;
  left: auto;
}
.page-header-sliders.template-2 .slider_mgs_carousel.owl-carousel .owl-dots {
  left: 160px;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  bottom: 68px;
}
.page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div {
  bottom: auto;
  left: auto;
  top: 50%;
  right: 100px;
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div:after {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-radius: 50%;
  z-index: -1;
}
.page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-prev {
  opacity: 0;
  visibility: hidden;
}
.page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-dots {
  left: 100px;
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  top: 50%;
  bottom: 50px;
  right: auto;
}
.page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  border-radius: 0;
}
.page-header-sliders.template-6 .index-slider {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  position: absolute;
  right: 50px;
  left: auto;
  bottom: auto;
  top: 45%;
}
.page-header-sliders.template-6 .index-slider .current {
  display: none;
}
.page-header-sliders.template-6 .index-slider .all-index {
  display: none;
}
.page-header-sliders.template-6 .index-slider ul.lines_nav {
  color: #ffffff !important;
  font-size: 18px;
}
.page-header-sliders.template-6 .index-slider ul.lines_nav li {
  padding: 10px 3px;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.page-header-sliders.template-6 .index-slider ul.lines_nav li span.number_nav {
  font-size: 0;
}
.page-header-sliders.template-6 .index-slider ul.lines_nav li span.number_nav:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
}
.page-header-sliders.template-6 .index-slider ul.lines_nav li span.number_nav.active {
  font-size: 18px;
  display: block;
  position: relative;
}
.page-header-sliders.template-6 .index-slider ul.lines_nav li span.number_nav.active:before {
  display: none;
}
.page-header-sliders.template-6 .index-slider ul.lines_nav li span.number_nav.active:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: -100%;
}
.page-header-sliders.template-6 .slider_mgs_carousel.owl-carousel .owl-dots {
  position: absolute;
  right: 85px;
  left: auto;
  bottom: 0;
  top: auto;
  transform: rotate(-90deg);
  margin: 0;
}
.page-header-sliders.template-6 .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot {
  display: block;
  margin: 7px 0;
  padding: 0;
}
.page-header-sliders.template-6 .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  margin: 0 auto;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.page-header-sliders.template-6 .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot.active span {
  border-color: #a1a1a1;
  background-color: transparent;
}
.page-header-sliders.template-6 .slider_mgs_carousel.owl-carousel .owl-nav > div {
  display: none;
  right: 75px;
  bottom: 65px;
  top: 50%;
  left: auto;
  transform: rotate(90deg);
}
.page-header-sliders.template-6 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-prev {
  bottom: auto;
  top: 40%;
}
.page-header-sliders.template-6 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-next {
  top: auto;
  bottom: 40%;
}
.page-header-sliders h2 + div p {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 500;
}
.page-header-sliders h2 + div p > span {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  display: block;
}
.page-header-sliders h2 + div p + p {
  margin-left: 80px;
}
.page-header-sliders .big-text {
  font-size: 100px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  line-height: 1;
  margin-left: -7px;
}
.page-header-sliders .big-text + p {
  display: inline-block;
  vertical-align: text-bottom;
}
.page-header-sliders .big-text + p > span {
  display: inline-block;
  font-weight: 700;
  color: #000;
  padding-left: 80px;
}
.page-header-sliders .top-text {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.5em;
  line-height: 20px;
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.page-header-sliders .top-text:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  top: -20px;
  left: 0;
}
.page-header-sliders h6 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5em;
  margin-bottom: 5px;
  color: #555;
  text-transform: uppercase;
}
.page-header-sliders .shop-now {
  font-size: 13px;
  font-weight: 700;
  display: block;
  text-decoration: underline;
  margin-top: 20px;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.page-header-sliders .shop-now:hover {
  color: #000;
}
.page-header-sliders .shop-now-v2 {
  color: #000;
  padding: 15px 40px;
  background: linear-gradient(to right, #e1e1e1 50%, transparent 50%);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-top: 50px;
  display: inline-block;
}
.text-full-width .page-header-sliders .slider_mgs_carousel .owl-item .slide-text {
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.page-header-sliders .slide-banner .margin-bottom60 {
  margin-bottom: 60px;
}
.page-header-sliders .slide-banner .inline .text38 {
  font-size: 38px;
}
.page-header-sliders .slide-banner .inline .text48,
.text48 {
  font-size: 48px;
}
.text72 {
  font-size: 72px;
  line-height: 1;
}
.text120 {
  font-size: 120px;
  line-height: 1;
}
.text110 {
  font-size: 110px;
  line-height: 1;
}
.text100 {
  font-size: 100px;
  line-height: 1;
}
.text60 {
  font-size: 60px;
  line-height: 1;
}
/* ==================================================== */
/* Magento_Newsletter */
.block.newsletter .content {
  max-width: 768px;
}
.block.newsletter .form.subscribe {
  position: relative;
}
.block.newsletter .form.subscribe .control > input {
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  background-color: #f1f8fc;
  border-color: #f1f8fc;
}
.block.newsletter .form.subscribe .action.subscribe {
  position: absolute;
  top: 0;
  right: -2px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 15px;
  background: none;
  border: 0;
  color: #000;
}
.block.newsletter .form.subscribe .action.subscribe span {
  display: none;
}
.block.newsletter .form.subscribe .action.subscribe i {
  line-height: 40px;
  font-weight: 900;
}
/* Newsletter Popup */
.modal_newsletter_popup.no_checkbox #newsletter-popup .checkbox.dont-show {
  display: none !important;
}
.newsletter_popup .mfp-close {
  font-size: 0px;
  color: transparent;
}
.newsletter_popup .mfp-close:after {
  content: "\e646";
  font-size: 20px;
  color: #000000;
  font-family: "themify";
}
.modal_newsletter_popup .mfp-container .mfp-content {
  width: 90% !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
}
.modal_newsletter_popup.mfp-close-btn-in .mfp-close {
  left: 50%;
  top: 15px;
  margin-left: -20px;
}
.field.choice.mgs-gdpr-checkbox > .label {
  line-height: 25px;
}
.field.choice.mgs-gdpr-checkbox > .checkbox {
  bottom: auto;
  top: 7px;
}
#newsletter-popup {
  margin: 0 auto;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  -moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
}
#newsletter-popup div.mage-error {
  text-align: center;
}
#newsletter-popup .block.newsletter .form.subscribe .control > input {
  height: 50px;
  line-height: 48px;
}
#newsletter-popup .block.newsletter .form.subscribe .action.subscribe {
  position: static;
  margin-left: 15px;
  height: 50px;
  color: #fff;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  padding: 0 30px;
}
#newsletter-popup .block.newsletter .form.subscribe .action.subscribe span {
  display: inline-block;
}
#newsletter-popup .block.newsletter .form.subscribe .action.subscribe:hover {
  background-color: #000;
  border-color: #000;
}
#newsletter-popup .block-popup-top {
  position: relative;
}
#newsletter-popup .block-popup-top img {
  display: block;
  width: 100%;
  height: auto;
}
#newsletter-popup .block-popup-top h6 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#newsletter-popup .block-popup-content {
  padding: 35px 50px;
}
#newsletter-popup .mgs-gdpr-checkbox {
  margin-top: 20px;
}
#newsletter-popup h2 {
  font-size: 36px;
  letter-spacing: normal;
  margin-bottom: 35px;
}
#newsletter-popup .checkbox.dont-show > input {
  bottom: 7px;
}
#newsletter-popup .form-wrapper {
  margin-bottom: 30px;
  margin-top: 35px;
}
#newsletter-popup .form-wrapper .field.newsletter {
  flex: 1;
}
#newsletter-popup .mgs-gdpr-checkbox,
#newsletter-popup .checkbox.dont-show {
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}
#newsletter-popup .mgs-gdpr-checkbox .label,
#newsletter-popup .checkbox.dont-show .label {
  line-height: 25px;
  text-align: center;
}
/* ==================================================== */
/* MGS_Social */
/* Instagram Widget */
.instagram-block .content-heading {
  margin-bottom: 59px;
}
.instagram-block .content-heading .subtitle.hashtag {
  color: #ababab;
  font-size: 18px;
  margin-top: 19px;
}
.instagram-block .instagram-item {
  position: relative;
  margin-bottom: 0;
}
.instagram-block .instagram-item img {
  min-width: 100%;
}
.instagram-block .instagram-item:not(.enable-link):after,
.instagram-block .instagram-item.enable-link > a:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
}
.instagram-block .instagram-item:not(.enable-link):hover:after,
.instagram-block .instagram-item.enable-link:hover > a:after {
  opacity: 0.5;
  visibility: visible;
}
.instagram-block .instagram-item.hover-effect:not(.enable-link):before,
.instagram-block .instagram-item.hover-effect.enable-link > a:before {
  content: "\e73d";
  font-family: "themify";
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  transform: translate(-50%, -50%) scale(0);
  z-index: 2;
}
.instagram-block .instagram-item.hover-effect:not(.enable-link):hover:before,
.instagram-block .instagram-item.hover-effect.enable-link:hover > a:before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.instagram-block .instagram-item .social-count {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  padding: 10px 0;
  transition: all 300ms;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transform: translateY(-50%) scale(0);
}
.instagram-block .instagram-item .social-count span {
  padding: 0 5px;
}
.instagram-block .instagram-item:hover .social-count {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  visibility: visible;
}
.instagram-block .instagram-widget-slider .owl-carousel .owl-item > .instagram-item {
  margin: 0;
}
.instagram-block .instagram-widget-slider .owl-carousel .owl-nav > div {
  left: -50px;
}
.instagram-block .instagram-widget-slider .owl-carousel .owl-nav > div.owl-next {
  right: -50px;
  left: auto;
}
.instagram-block .instagram-widget-slider.has-dot .owl-carousel .owl-nav > div {
  top: calc(50% - 32px);
}
.ins-slider .instagram-block .instagram-widget-slider {
  padding: 0;
}
.ins-slider .instagram-block .instagram-widget-slider .owl-carousel .owl-item {
  padding: 0 10px;
}
.ins-slider .instagram-block .instagram-widget-slider .row {
  margin-right: -10px;
  margin-left: -10px;
}
/* ==================================================== */
/* Magento_LayerNavigation */
.catalog-category-view .column.main > .products.wrapper.products-list {
  margin-top: 38px;
}
.catalog-category-view .column.main > .products.wrapper.products-grid {
  margin-top: 28px;
}
.catalog-category-view .column.main .filter-title strong {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.catalog-category-view .column.main .filter-title strong:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-left: 12px;
  color: #ccc;
}
.toolbar-products .filter-title {
  display: none;
}
.catalog-category-view.page-layout-1column .toolbar-products .filter-title {
  display: inline-block;
}
.catalog-category-view.page-layout-1column .toolbar-products .filter-title strong {
  line-height: 44px;
}
.page-layout-1column .products.wrapper + .toolbar-products .filter-title {
  display: none;
}
.column.main .block.filter {
  position: relative;
  margin-top: 10px;
}
.column.main .block.filter .container {
  padding: 0;
}
.column.main .block.filter .filter-title {
  display: none;
}
.column.main .block.filter .filter-content {
  position: relative;
  z-index: 2;
}
.column.main .block.filter .filter-content .block-actions.filter-actions {
  display: none;
}
.column.main .block.filter .filter-content .filter-wrapper {
  position: relative;
  z-index: 2;
  display: none;
}
.column.main .block.filter .filter-content .filter-wrapper .filter-subtitle {
  display: none;
}
.column.main .block.filter .filter-content .filter-options {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.column.main .block.filter .filter-content .filter-options .filter-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  justify-content: space-between;
}
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title {
  font-weight: 700;
  color: #000;
  position: relative;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-top: 20px;
  cursor: pointer;
}
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title:after {
  content: "";
  display: block;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #e1e1e1;
  position: absolute;
  top: 100%;
}
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title:before {
  content: "\e622";
  font-family: "themify";
  position: absolute;
  right: 15px;
  top: 21px;
  font-size: 14px;
}
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title.active-tg:before {
  content: "\e61a";
}
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content {
  position: relative;
  width: 70%;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 10px 15px 20px;
}
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content:after {
  content: "";
  display: block;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #e1e1e1;
  position: absolute;
  top: 100%;
}
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item {
  position: relative;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 12px 15px 0;
}
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item .count {
  color: #a7a7a7;
}
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item .count:before {
  content: "(";
}
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item .count:after {
  content: ")";
}
.column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item .filter-count-label {
  display: none;
}
.column.main .block.filter .filter-content .filter-options .filter-item:last-child .filter-options-title:after,
.column.main .block.filter .filter-content .filter-options .filter-item:last-child .filter-options-content:after {
  content: none !important;
}
.column.main .block.filter .filter-content .filter-current .filter-current-subtitle {
  display: none;
}
.column.main .block.filter .filter-content .filter-current .items:after {
  content: "";
  display: table;
  clear: both;
}
.column.main .block.filter .filter-content .filter-current .item {
  border: 1px solid #e1e1e1;
  display: inline-block;
  padding: 3px 40px 3px 20px;
  position: relative;
  float: left;
  margin: 0 15px 0 0;
  border-radius: 40px;
}
.column.main .block.filter .filter-content .filter-current .item .filter-label {
  color: #000;
  font-weight: 500;
}
.column.main .block.filter .filter-content .filter-current .item .filter-label:after {
  content: ":";
}
.column.main .block.filter .filter-content .filter-current .item .action.remove {
  position: absolute;
  right: 0;
  width: 30px;
  display: block;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
}
.column.main .block.filter .filter-content .filter-current .item .action.remove:before {
  margin-left: 2px;
  content: "\e646";
  font-family: "themify";
  font-size: 12px;
}
.column.main .block.filter .filter-content .filter-current .item .action.remove span {
  font-size: 0px;
  line-height: 0;
  color: transparent;
}
.swatch-option-link-layered .swatch-option {
  width: 38px;
  height: 38px;
  margin: 10px 12px 0 0;
}
.swatch-option-link-layered .swatch-option.text {
  width: auto;
  border-radius: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 35px;
  padding: 0 11px;
  background-color: #eee;
  border: 2px solid #eee;
  text-align: center;
}
.swatch-option-link-layered .swatch-option.text:not(.disabled):hover {
  box-shadow: none;
  color: #000;
  border-width: 2px;
}
.swatch-option-link-layered .swatch-option.text.disabled {
  background-color: transparent;
  color: #000;
}
/* ==================================================== */
/* MGS_AjaxLayerNavigation */
.page-layout-1column .mgs-filter .filter-current {
  display: none;
}
.filter-active .page-layout-1column .mgs-filter .filter-current {
  display: block;
}
.mgs-filter .filter-current {
  display: block;
}
.mgs-filter .filter-title .filter-active-item-clear-all {
  display: none;
}
.mgs-filter.block .filter-title .filter-actions {
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}
.mgs-filter.block .filter-title .filter-actions .btn-result {
  vertical-align: top;
  height: 42px;
  padding: 0 20px;
}
.mgs-filter-item-checkbox {
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  padding-bottom: 5px;
  padding-right: 3px;
}
.mgs-filter .filter-current .filter-active-item-clear-all {
  padding: 3px 0;
  position: relative;
  float: left;
  margin: 0;
  border: 1px solid transparent;
}
.filter-active .block.mgs-filter .filter-title .filter-actions {
  opacity: 1;
  visibility: visible;
}
.sidebar .mgs-filter .filter-current .filter-active-item-clear-all {
  display: block;
  float: none;
  margin: 0 0 10px 0;
}
.sidebar .mgs-filter .filter-current .filter-active-item-clear-all:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  text-align: center;
  line-height: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* ==================================================== */
/* Magento_Contact*/
.form.contact {
  max-width: 430px;
  margin: 0 auto;
}
.form.contact .note.no-label {
  font-size: 18px;
  margin-bottom: 30px;
}
.form.contact h3 {
  margin-bottom: 25px;
}
.contact_image {
  position: relative;
}
.contact_image .abs-title {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  white-space: nowrap;
}
.contact_image .abs-title span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}
@media (min-width: 1200px) {
  .lg-center {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .padding-right-lg75 {
    padding-right: 75px;
  }
}
.contact_info {
  margin-bottom: 38px;
}
.contact_info ul li a {
  padding-left: 10px;
}
.map-info {
  margin-bottom: 100px;
}
/* ==================================================== */
/* Magento_Customer */
/* Login & Create new customer account */
.customer-account-logoutsuccess {
  text-align: center;
}
.multishipping-checkout-login .login-container,
.customer-account-login .login-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.multishipping-checkout-login .login-container .block,
.customer-account-login .login-container .block {
  padding: 0 15px;
}
.multishipping-checkout-login .login-container .block .block-title,
.customer-account-login .login-container .block .block-title {
  color: #000000;
  font-size: 24px;
}
.multishipping-checkout-login .login-container .block .block-title strong,
.customer-account-login .login-container .block .block-title strong {
  font-weight: 700;
}
.multishipping-checkout-login .login-container .block p,
.customer-account-login .login-container .block p,
.multishipping-checkout-login .login-container .block .field.note,
.customer-account-login .login-container .block .field.note {
  color: #a1a1a1;
  font-style: inherit;
  margin-bottom: 30px;
  font-weight: 500;
}
.multishipping-checkout-login .login-container .block.block-customer-login,
.customer-account-login .login-container .block.block-customer-login {
  flex: 1;
}
.multishipping-checkout-login .login-container .block.block-customer-login .actions-toolbar,
.customer-account-login .login-container .block.block-customer-login .actions-toolbar {
  margin-top: 40px;
}
.multishipping-checkout-login .login-container .block.block-customer-login .actions-toolbar .primary,
.customer-account-login .login-container .block.block-customer-login .actions-toolbar .primary {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
}
.multishipping-checkout-login .login-container .block.block-customer-login .actions-toolbar button.action,
.customer-account-login .login-container .block.block-customer-login .actions-toolbar button.action {
  min-width: 178px;
}
.multishipping-checkout-login .login-container .block.block-customer-login .actions-toolbar .secondary,
.customer-account-login .login-container .block.block-customer-login .actions-toolbar .secondary {
  display: inline-block;
  line-height: 44px;
}
.multishipping-checkout-login .login-container .block.block-customer-login .login-form-user-account,
.customer-account-login .login-container .block.block-customer-login .login-form-user-account {
  padding-top: 12px;
  margin-bottom: 53px;
}
.multishipping-checkout-login .login-container .block.block-new-customer,
.customer-account-login .login-container .block.block-new-customer {
  flex: 1;
}
.multishipping-checkout-login .login-container .block.block-new-customer .fields-password,
.customer-account-login .login-container .block.block-new-customer .fields-password {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 25px;
}
.multishipping-checkout-login .login-container .block.block-new-customer .fields-password:after,
.customer-account-login .login-container .block.block-new-customer .fields-password:after {
  content: "";
  display: table;
  clear: both;
}
.multishipping-checkout-login .login-container .block.block-new-customer .fields-password .field,
.customer-account-login .login-container .block.block-new-customer .fields-password .field {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.multishipping-checkout-login .login-container .block.block-new-customer .fields-password #password-strength-meter-container,
.customer-account-login .login-container .block.block-new-customer .fields-password #password-strength-meter-container {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  margin: 0;
}
.multishipping-checkout-login .login-container .block.block-new-customer .fields-password #password-strength-meter-container .password-strength-meter,
.customer-account-login .login-container .block.block-new-customer .fields-password #password-strength-meter-container .password-strength-meter {
  margin: 0;
}
.multishipping-checkout-login .login-container .block.block-new-customer .actions-toolbar,
.customer-account-login .login-container .block.block-new-customer .actions-toolbar {
  margin-top: 26px;
}
.field.choice.persistent .label {
  margin-right: 5px;
  display: inline-block;
}
.field.choice.persistent .tooltip.wrapper {
  display: inline-block;
  opacity: 1;
  position: static;
  font: inherit;
}
.field.choice.persistent .tooltip.wrapper .tooltip.toggle {
  opacity: 1;
  position: static;
}
.field.choice.persistent .tooltip.wrapper .tooltip.content {
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  z-index: 1;
  font-family: inherit;
  padding: 10px;
  max-width: 220px;
  margin-top: 10px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.field.choice.persistent .tooltip.wrapper .tooltip.content:after {
  height: 0;
  width: 0;
  display: block;
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -20px;
}
.field.choice.persistent .tooltip.wrapper:hover .tooltip.content {
  opacity: 1;
  visibility: visible;
}
.customer-account-create .main .fieldset.account {
  margin-top: 30px;
}
.customer-account-create .main form > .fieldset .legend {
  color: #000;
  font-weight: 700;
}
.customer-account-create .main .actions-toolbar .secondary {
  display: none;
}
/* My account */
.form.password.forget .actions-toolbar .action.submit {
  margin-bottom: 15px;
}
body.account .main .block {
  margin-bottom: 40px;
}
body.account .main a.action {
  font-weight: 600;
  font-size: 14px;
}
body.account .main a.action:hover {
  text-decoration: underline;
}
body.account .main a.action.back {
  color: #000;
}
body.account .main a.action.back:hover {
  text-decoration: none;
}
body.account .main span.price {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}
body.account .main .fieldset {
  margin-bottom: 30px;
}
body.account .main .fieldset .legend {
  color: #000;
  margin-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}
body.account .main .block-title {
  margin-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 8px;
}
body.account .main .block-title strong {
  font-size: 24px;
}
body.account .main .block-title > a {
  margin-left: 20px;
}
body.account .main .block-content .box .box-title {
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
}
body.account .main .block-content .box .box-title span {
  font-size: 14px;
  text-transform: uppercase;
}
body.account .main .table {
  margin-bottom: 15px;
}
body.account .main .table td {
  border: 1px solid #d7d7d7;
  text-align: center;
}
body.account .main .table th {
  vertical-align: middle;
  border: 1px solid #d7d7d7;
  border-bottom: none;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
body.account .main .table tbody + tbody {
  border-top: none;
}
body.account .main .table .grand_total {
  border-bottom: 1px solid #d7d7d7;
  font-size: 20px;
}
body.account .main .table .grand_total .price {
  font-size: 20px;
}
body.account .main .table .col {
  width: calc(100% / 6);
  text-align: center;
}
body.account .main .table .col.actions .action.view {
  padding-right: 10px;
  border-right: 1px solid #d7d7d7;
  margin-right: 10px;
}
body.account .main .table .col.name {
  text-align: left;
}
body.account .main .table .col.options {
  display: none;
}
body.account .page-title-wrapper .order-actions-toolbar .action.reorder {
  padding-right: 15px;
  border-right: 1px solid #d7d7d7;
  margin-right: 15px;
}
body.account .page-title-wrapper .label {
  font-size: 16px;
}
/* My Dashboard */
.customer-account-index .main .block-dashboard-info .block-content,
.customer-account-index .main .block-dashboard-addresses .block-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-account-index .main .block-dashboard-info .block-content .box,
.customer-account-index .main .block-dashboard-addresses .block-content .box {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.customer-account-index .main .block-dashboard-info .block-content .box-information .box-actions .action,
.customer-account-index .main .block-dashboard-addresses .block-content .box-information .box-actions .action {
  padding-right: 10px;
  border-right: 1px solid #d7d7d7;
}
.customer-account-index .main .block-dashboard-info .block-content .box-information .box-actions .action:last-child,
.customer-account-index .main .block-dashboard-addresses .block-content .box-information .box-actions .action:last-child {
  padding-left: 10px;
  border-right: none;
}
/* Edit Account Information */
.customer-account-edit .main .form-edit-account {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-account-edit .main .form-edit-account > .fieldset {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
  margin-bottom: 0;
}
.customer-account-edit .main .form-edit-account > .fieldset.password {
  padding-right: 0;
}
.customer-account-edit .main .form-edit-account .field.fullname .fields .field.field-name-firstname,
.customer-account-edit .main .form-edit-account .field.fullname .fields .field.field-name-middlename,
.customer-account-edit .main .form-edit-account .field.fullname .fields .field.field-name-lastname {
  width: 100%;
}
.customer-account-edit .main .form-edit-account .actions-toolbar {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.customer-account-edit .main .form-edit-account .actions-toolbar .secondary {
  display: none;
}
/* Address Book */
.customer-address-index .block-addresses-default .block-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-address-index .block-addresses-default .block-content .box {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.customer-address-index .main .actions-toolbar .secondary {
  display: none;
}
.customer-address-index .main .item.actions .action {
  padding-right: 10px;
  border-right: 1px solid #d7d7d7;
}
.customer-address-index .main .item.actions .action:last-child {
  padding-left: 10px;
  border-right: none;
}
/* Edit Address */
.customer-address-form .main .actions-toolbar .secondary {
  display: none;
}
/* My Orders */
.sales-order-history .main .table.table-order-items > .table-caption {
  height: auto;
  width: auto;
  caption-side: top;
  position: static;
  overflow: visible;
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.sales-order-history .main .toolbar .toolbar-amount {
  display: none;
}
.sales-order-history .order-products-toolbar.bottom .pager .limiter {
  display: none;
}
/* Order View */
.sales-order-view .checkmemo dt {
  font-weight: 500;
}
.sales-order-view .main .items.order-links {
  display: none;
}
.sales-order-view .main .table.table-order-items .items-qty .title {
  display: none;
}
.sales-order-view .main .order-details-items .order-title {
  color: #000;
  font-size: 24px;
  margin-bottom: 25px;
}
.sales-order-view .main .block-order-details-view {
  margin-top: 30px;
}
.sales-order-view .main .block-order-details-view .block-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sales-order-view .main .block-order-details-view .block-content .box {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
/* Print Order */
.sales-order-print .page-main a.logo {
  display: block;
  text-align: center;
}
.sales-order-print .page-main .order-title {
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 15px;
}
.sales-order-print .page-main .order-title strong {
  font-weight: 500;
}
.sales-order-print .page-main .block-order-details-view .block-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sales-order-print .page-main .block-order-details-view .block-content .box {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
/* Newsletter Subscription */
.newsletter-manage-index .main .actions-toolbar .secondary {
  display: none;
}
/* My Product Reviews */
.review-customer-index .main .table-reviews > .table-caption {
  height: auto;
  width: auto;
  caption-side: top;
  position: static;
  overflow: visible;
  color: #000;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
}
/***/
#registration {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 30px 15px;
  text-align: center;
  margin-top: 30px;
}
#registration .action.primary {
  background: none;
  border: 0;
  cursor: pointer;
}
#discount-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
#discount-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
#discount-form :-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}
#discount-form :-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
/* COMPARE PRODUCT LIST */
.btn-print {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  text-decoration: underline;
}
.comparison.headings {
  display: none;
}
.catalog-product-compare-index .icon-remove:after,
.catalog-product_compare-index .icon-remove:after {
  font-size: 18px;
  content: "\e646";
  font-family: 'themify';
}
.catalog-product-compare-index #maincontent,
.catalog-product_compare-index #maincontent {
  max-width: 100%;
}
.catalog-product-compare-index .table-wrapper,
.catalog-product_compare-index .table-wrapper {
  border: 1px solid #d7d7d7;
  max-width: 100%;
  overflow-y: hidden;
  padding: 15px;
  overflow-x: auto;
}
.catalog-product-compare-index .table-wrapper tbody + tbody,
.catalog-product_compare-index .table-wrapper tbody + tbody {
  border-top: 0;
}
.catalog-product-compare-index .table-wrapper .table-comparison,
.catalog-product_compare-index .table-wrapper .table-comparison {
  margin-bottom: 0;
}
.catalog-product-compare-index .table-wrapper .table-comparison .product-item-details,
.catalog-product_compare-index .table-wrapper .table-comparison .product-item-details {
  display: inline-block;
}
.catalog-product-compare-index .table-wrapper .table-comparison .product-image,
.catalog-product_compare-index .table-wrapper .table-comparison .product-image {
  position: relative;
  display: inline-block;
}
.catalog-product-compare-index .table-wrapper .table-comparison .product-image .towishlist,
.catalog-product_compare-index .table-wrapper .table-comparison .product-image .towishlist {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 20px;
  color: #a1a1a1;
}
.catalog-product-compare-index .table-wrapper .table-comparison .product-item-name,
.catalog-product_compare-index .table-wrapper .table-comparison .product-item-name {
  color: #000;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
.catalog-product-compare-index .table-wrapper .table-comparison .table-caption,
.catalog-product_compare-index .table-wrapper .table-comparison .table-caption {
  display: none;
}
.catalog-product-compare-index .table-wrapper .table-comparison thead tr td,
.catalog-product_compare-index .table-wrapper .table-comparison thead tr td,
.catalog-product-compare-index .table-wrapper .table-comparison thead tr th,
.catalog-product_compare-index .table-wrapper .table-comparison thead tr th {
  border-top: 1px solid #d7d7d7 ;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr th,
.catalog-product_compare-index .table-wrapper .table-comparison tr th {
  text-transform: uppercase;
  color: #000;
  min-width: 0px;
  width: 1%;
  font-weight: 700;
  font-size: 14px;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td,
.catalog-product_compare-index .table-wrapper .table-comparison tr td {
  min-width: 300px;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td,
.catalog-product_compare-index .table-wrapper .table-comparison tr td,
.catalog-product-compare-index .table-wrapper .table-comparison tr th,
.catalog-product_compare-index .table-wrapper .table-comparison tr th {
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  padding: 10px;
  vertical-align: middle;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info,
.catalog-product_compare-index .table-wrapper .table-comparison tr td.cell.product.info {
  background: none;
  padding: 15px;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info .product-item-actions .actions-primary,
.catalog-product_compare-index .table-wrapper .table-comparison tr td.cell.product.info .product-item-actions .actions-primary {
  margin-top: 9px;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info .product-item-info,
.catalog-product_compare-index .table-wrapper .table-comparison tr td.cell.product.info .product-item-info {
  margin-bottom: 0;
}
.catalog-product-compare-index .table-wrapper .table-comparison tbody tr td,
.catalog-product_compare-index .table-wrapper .table-comparison tbody tr td {
  vertical-align: top;
}
/* CHECKOUT WITH MULTIPLE ADDRESS */
.action.activate.message {
  font-size: 14px;
}
.block.message.hidden {
  display: none;
}
.gift-message .message > .fieldset {
  padding: 0;
}
.gift-message .message {
  background: none;
}
#multiship-addresses-table thead tr th {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  border: 0;
  border-bottom: 0;
}
#multiship-addresses-table thead tr th:first-child {
  text-align: left;
  padding-left: 0;
}
#multiship-addresses-table thead tr th,
#multiship-addresses-table tbody tr td.product {
  width: 25%;
  display: table-cell;
  flex: unset;
  flex-basis: unset;
  flex-grow: unset;
}
#multiship-addresses-table thead tr th,
#multiship-addresses-table tbody tr th,
#multiship-addresses-table thead tr td,
#multiship-addresses-table tbody tr td {
  padding: 15px;
}
#multiship-addresses-table thead tr th.qty,
#multiship-addresses-table tbody tr th.qty,
#multiship-addresses-table thead tr td.qty,
#multiship-addresses-table tbody tr td.qty,
#multiship-addresses-table thead tr th.actions,
#multiship-addresses-table tbody tr th.actions,
#multiship-addresses-table thead tr td.actions,
#multiship-addresses-table tbody tr td.actions {
  width: 1%;
  padding-left: 15px;
  padding-right: 15px;
}
#multiship-addresses-table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  border: 0;
}
#multiship-addresses-table tbody tr td:first-child {
  text-align: left;
  padding-left: 0;
}
#multiship-addresses-table tbody tr td.actions .action.delete {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 39px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
}
#multiship-addresses-table tbody tr td.actions .action.delete:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#multiship-addresses-table tbody tr td .field .label {
  display: none;
}
#multiship-addresses-table tbody tr td .field.qty input {
  width: 68px;
  text-align: center;
  color: #000;
  border-color: #e1e1e1;
  font-weight: 700;
}
#multiship-addresses-table tbody tr td.product {
  text-align: left;
}
#multiship-addresses-table tbody tr td.product .product-item-name a {
  font-weight: 700;
  color: #000;
}
[class*="multishipping-checkout-"] .tooltip.wrapper {
  display: none;
}
[class*="multishipping-checkout-"] .block-customer-login {
  margin-bottom: 50px;
}
[class*="multishipping-checkout-"] .login-form-user-account {
  margin-bottom: 0;
}
[class*="multishipping-checkout-"] .title {
  margin-bottom: 30px;
}
[class*="multishipping-checkout-"] dt.title {
  margin-bottom: 15px;
}
[class*="multishipping-checkout-"] table tr {
  border-bottom: 1px solid #d7d7d7;
}
[class*="multishipping-checkout-"] table thead tr th {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-bottom: 0;
  padding: 15px;
}
[class*="multishipping-checkout-"] table thead tr th:first-child {
  text-align: left;
  padding-left: 0;
}
[class*="multishipping-checkout-"] table tr th.qty {
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
[class*="multishipping-checkout-"] table tbody tr td {
  border: 0;
  vertical-align: middle;
  padding: 15px;
}
[class*="multishipping-checkout-"] table tbody tr td:first-child {
  text-align: left;
  padding-left: 0;
}
[class*="multishipping-checkout-"] table tbody tr td.qty {
  color: #000;
  font-size: 16px;
  text-align: center;
}
[class*="multishipping-checkout-"] table tbody tr td.product,
[class*="multishipping-checkout-"] table tbody tr td.item {
  text-align: left;
}
[class*="multishipping-checkout-"] table tbody tr td .product-item-name a {
  font-weight: 700;
  color: #000;
}
[class*="multishipping-checkout-"] table tbody tr td .item-options {
  margin: 0;
  margin-top: 8px;
}
[class*="multishipping-checkout-"] form.multicheckout .actions-toolbar {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
[class*="multishipping-checkout-"] form.multicheckout .actions-toolbar .btn.action {
  margin: 15px;
  flex: 1;
}
[class*="multishipping-checkout-"] .actions-toolbar {
  margin-top: 30px;
}
[class*="multishipping-checkout-"] .actions-toolbar > div {
  display: inline-block;
}
[class*="multishipping-checkout-"] .actions-toolbar > .primary {
  padding-right: 30px;
}
[class*="multishipping-checkout-"] .block.block-other {
  margin-top: 50px;
}
[class*="multishipping-checkout-"] .block.block-shipping + .block-shipping {
  margin-top: 50px;
}
[class*="multishipping-checkout-"] .block-title > strong,
[class*="multishipping-checkout-"] h4.box-title {
  color: #000;
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: 700;
}
[class*="multishipping-checkout-"] .box-shipping-method dt + dt {
  margin-top: 10px;
}
[class*="multishipping-checkout-"] .box-shipping-method .gift-message .legend {
  border: none;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
[class*="multishipping-checkout-"] .box-shipping-method .gift-message .legend + br {
  display: none;
}
[class*="multishipping-checkout-"] .box-shipping-method .gift-message .options-items {
  margin-top: 10px;
}
[class*="multishipping-checkout-"] .box-shipping-method .gift-message .options-items dt {
  font-weight: 500;
}
.gift-message .options-items .items .item {
  padding-top: 15px;
  border-top: 1px solid #e1e1e1;
  margin-top: 15px;
}
.gift-message .options-items .items .item .product .number {
  font-weight: 700;
  color: #000;
}
.gift-message .options-items .items .item .product .img.photo.container {
  width: 100px !important;
  padding: 0;
  margin: 10px 0 0;
}
.gift-message .options-items .items .item .product .product-name {
  display: block;
  font-weight: 700;
  margin-top: 10px;
  color: #000;
}
.gift-message .options-items .items .item .options .message p {
  margin-bottom: 10px;
  color: #a1a1a1;
  font-style: italic;
}
.gift-message .options-items .items .item .options .action.activate {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  color: #a1a1a1;
}
.gift-message .options-items .items .item .options .action.activate:after {
  content: "\f0da";
  display: inline-block;
  font-family: 'fontawesome';
  font-size: 12px;
  margin-left: 5px;
  color: #ccc;
}
.gift-message .options-items .items .item .options .action.activate.active:after {
  content: "\f0d7";
}
.gift-message .options-items .items .item .block.message {
  padding: 0;
  margin-top: 10px;
}
.multicheckout .block-billing .box-billing-address + .box-billing-address {
  margin-top: 50px;
}
.multishipping-checkout-billing .block-content .box + .box {
  margin-top: 50px;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title {
  position: relative;
  padding: 10px 0 10px 20px;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title input {
  position: absolute;
  left: 0;
  top: 16px;
  margin: 0;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title label {
  font-weight: 600;
}
.multishipping-checkout-billing .box-billing-method .box-content dl > * {
  max-width: 500px;
}
#checkout-review-submit .price {
  font-size: 34px;
  font-weight: 500;
}
.multishipping-checkout-overview .actions-toolbar button {
  margin-right: 10px;
}
.multishipping-checkout-overview .box-shipping-method .box-content {
  margin-bottom: 15px;
}
.multishipping-checkout-overview .box-shipping-method .box-content .price {
  color: #000;
  font-weight: 700;
}
.multishipping-checkout-overview strong.box-title {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.multishipping-checkout-overview .box {
  margin-bottom: 40px;
}
.multishipping-checkout-overview table tbody .subtotal .price {
  font-weight: 700;
  color: #000;
}
.multishipping-checkout-overview table tfoot .price {
  font-weight: 700;
  color: #000;
}
.multishipping-checkout-overview table tfoot tr th,
.multishipping-checkout-overview table tfoot tr td {
  background: none;
  font-size: 16px;
  padding: 15px;
  color: #000;
}
.multishipping-checkout-overview table tfoot tr th:first-child,
.multishipping-checkout-overview table tfoot tr td:first-child {
  text-align: left;
  padding-left: 0;
}
.multishipping-checkout-overview table tfoot tr.grand.totals .price {
  font-size: 24px;
  font-weight: 700;
}
.multishipping-checkout-overview .checkout-review {
  margin-top: 50px;
  text-align: right;
}
.multishipping-checkout-overview .checkout-review .grand.totals strong {
  background: none;
  font-size: 24px;
}
.cart-empty {
  text-align: center;
}
.cart-empty p > a {
  color: #000;
  font-weight: 700;
}
.multicheckout.success,
.checkout-success {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 30px 15px;
  text-align: center;
}
.multicheckout.success h2,
.checkout-success h2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 24px;
}
/* Checkout */
.opc-progress-bar-item {
  margin: 0 0 10px;
  width: 50%;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span:after {
  font-family: 'FontAwesome';
  content: '\f00c';
}
.opc-progress-bar-item._active > span {
  color: #000;
}
.opc-progress-bar-item._active > span:after {
  font-family: 'FontAwesome';
  content: '\f00c';
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  transition: background 0.3s;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #a1a1a1;
  font-weight: 500;
  font-size: 24px;
}
.opc-progress-bar-item > span:before {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  transition: background 0.3s;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  transition: background 0.3s;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #000;
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
}
.opc-sidebar {
  margin-top: 30px;
  width: 40%;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.opc-sidebar .modal-content {
  border: 0;
}
.opc-sidebar .block-authentication .actions-toolbar > .primary {
  display: inline;
  float: right;
  margin-right: 0;
}
span.note {
  font-style: italic;
}
.checkout-index-index .page-title-wrapper,
#checkout-step-payment .fieldset .legend {
  display: none;
}
#shipping-method-buttons-container {
  text-align: right;
  margin-top: 15px;
}
.checkout-shipping-address .actions-toolbar div.primary {
  display: inline-block;
  margin-right: 30px;
}
.checkout-shipping-address .actions-toolbar .secondary {
  display: inline-block;
}
.actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.authentication-dropdown {
  background-color: #fff;
  position: absolute;
  -webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  -moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  text-align: left;
  top: 100%;
  padding-top: 15px;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transition: transform .1s linear 0s, visibility 0s linear .1s;
  -webkit-transition: transform .1s linear 0s, visibility 0s linear .1s;
  -moz-transition: transform .1s linear 0s, visibility 0s linear .1s;
  -o-transition: transform .1s linear 0s, visibility 0s linear .1s;
  visibility: hidden;
  width: 100%;
  box-sizing: border-box;
}
.authentication-dropdown._show {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: transform .1s linear 0s, visibility 0s linear 0s;
  -webkit-transition: transform .1s linear 0s, visibility 0s linear 0s;
  -moz-transition: transform .1s linear 0s, visibility 0s linear 0s;
  -o-transition: transform .1s linear 0s, visibility 0s linear 0s;
  visibility: visible;
  z-index: 100;
}
.authentication-dropdown .modal-content {
  padding: 30px 20px;
  border: none;
  box-shadow: none;
  background: none;
}
.authentication-dropdown .actions-toolbar .primary {
  display: inline-block;
  margin-right: 30px;
}
.authentication-dropdown .actions-toolbar .secondary {
  display: inline-block;
}
.table-checkout-shipping-method {
  width: 100%;
}
.table-checkout-shipping-method .row {
  margin: 0;
}
.table-checkout-shipping-method .price {
  color: #000;
  font-weight: 700;
}
.table-checkout-shipping-method thead th {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}
.table-checkout-shipping-method thead th:first-child {
  padding-left: 0;
  text-align: left;
}
.table-checkout-shipping-method tbody {
  border-top: 1px solid #e1e1e1;
}
.table-checkout-shipping-method tbody td {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  text-align: left;
}
ul.credit-card-types:after {
  content: "";
  display: table;
  clear: both;
}
ul.credit-card-types li {
  float: left;
}
.opc-wrapper .step-title {
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}
.opc-wrapper .payment-method-content {
  display: none;
}
.opc-wrapper .payment-method._active .payment-method-content {
  display: block;
  padding-bottom: 33px;
}
.opc-wrapper button.action.action-edit-address {
  margin-top: 15px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
  float: right;
  height: 42px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 20px;
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  background: none;
  border: 0;
  padding: 5px 15px;
  float: right;
  color: #a1a1a1;
}
.opc-block-shipping-information .shipping-information-title .action-edit span {
  display: none;
}
.opc-block-shipping-information .shipping-information-title .action-edit:after {
  font-style: normal;
  vertical-align: bottom;
  font-size: 18px;
  line-height: 30px;
  content: "\e60f";
  display: inline-block;
  font-family: 'themify';
  font-weight: 100;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #fbfbfb;
  padding: 20px;
  padding-bottom: 0;
  margin: 0 0 30px;
}
.opc-block-summary .title {
  color: #000;
  font-size: 18px;
  padding-bottom: 11px;
  display: block;
  font-weight: 700;
}
.opc-block-summary > .title {
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #e1e1e1;
}
.opc-block-summary .items-in-cart.active > .title::after {
  content: "\f0d8";
}
.opc-block-summary .table-totals {
  margin-bottom: 0;
}
.opc-block-summary .minicart-items {
  padding-bottom: 10px;
}
.opc-block-summary .items-in-cart > .title {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding: 15px 40px 15px 0;
  position: relative;
  text-decoration: none;
}
.opc-block-summary .items-in-cart > .title::after {
  position: absolute;
  right: 0;
  top: 9px;
  color: inherit;
  content: "\f0d7";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  color: #ccc;
}
.opc-block-summary .items-in-cart > .title strong {
  display: block;
  font-weight: 600;
}
#checkout-payment-method-load .payment-method .form-purchase-order {
  margin-top: 15px;
}
#checkout-payment-method-load .payment-methods .payment-method + .payment-method {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}
.checkout-index-index .field-select-billing {
  display: none;
}
.checkout-index-index #maincontent {
  padding-top: 100px;
}
.checkout-index-index .opc-wrapper legend + br {
  display: none;
}
.checkout-index-index .opc-wrapper .form-login .actions-toolbar {
  margin-bottom: 30px;
}
.checkout-index-index .page-header .header.content {
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 0;
}
.checkout-index-index .block-authentication .block-title {
  display: none;
}
.checkout-index-index .action-auth-toggle {
  font-weight: 700;
  border: none;
  box-shadow: none;
  background: none;
}
.checkout-index-index .authentication-wrapper {
  float: right;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  width: 500px;
  max-width: 100%;
  text-align: right;
}
.checkout-index-index .shipping-address-item {
  padding: 15px;
  border: 1px solid #e1e1e1;
  position: relative;
}
.checkout-index-index .shipping-address-item.selected-item:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
}
.checkout-index-index .shipping-address-item + .shipping-address-item {
  margin-top: 20px;
}
.checkout-index-index .opc-payment .actions-toolbar {
  margin-top: 30px;
}
.checkout-index-index .opc-payment .actions-toolbar .action.checkout {
  width: 100%;
  max-width: 360px;
}
.checkout-index-index .opc-payment .payment-method-billing-address .actions-toolbar {
  margin-top: 0;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item {
  padding: 20px 0 8px;
  border: 0;
  border-top: 1px solid #e1e1e1;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item .product .product-image-container {
  max-height: 135px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item .details-qty .value,
.checkout-index-index .opc-block-summary .minicart-items .product-item .price {
  color: #696969;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item .product > .product-item-details .product-item-name {
  margin-bottom: 3px;
  font-weight: 600;
  padding: 0;
}
.checkout-index-index .opc-block-summary .table-totals td,
.checkout-index-index .opc-block-summary .table-totals th {
  border-top: 0;
  vertical-align: middle;
  padding: 15px 0;
  color: #a1a1a1;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
}
.checkout-index-index .opc-block-summary .table-totals td {
  text-align: right;
}
.checkout-index-index .opc-block-summary .table-totals th {
  color: #000;
  font-weight: 700;
}
.checkout-index-index .opc-block-summary .table-totals .totals.sub .price {
  color: #000;
  font-weight: 700;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals {
  font-size: 18px;
  font-weight: 700;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals .price {
  font-size: 24px;
}
.checkout-index-index .field.choice {
  padding-left: 0;
}
.checkout-index-index .field.choice .radio {
  display: inline-block !important;
}
.checkout-index-index .field.choice > input + label {
  padding-left: 20px;
}
.checkout-index-index .payment-method > .field.choice > input + label {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.checkout-index-index .addresses {
  margin-bottom: 15px;
}
.checkout-index-index .shipping-address-item button {
  margin-top: 10px;
}
.checkout-index-index .discount-code {
  padding: 15px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.checkout-index-index .discount-code .payment-option-content {
  margin-top: 15px;
}
.checkout-index-index .discount-code .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .discount-code._active .payment-option-title:after {
  content: "\f0d8";
}
.checkout-index-index .discount-code .payment-option-title {
  cursor: pointer;
  color: #000;
  margin: 0;
  font-size: 24px;
  position: relative;
  font-weight: 700;
}
.checkout-index-index .discount-code .payment-option-title > span {
  display: block;
}
.checkout-index-index .discount-code .payment-option-title:after {
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 41px;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  color: #ccc;
}
#checkoutSteps > li {
  margin-bottom: 50px;
}
#checkoutSteps > li .legend + .checkout-payment-method br {
  display: none;
}
/* Shopping Cart */
#minicart-content-wrapper .close-minicart {
  display: none;
}
.form-control:focus {
  background-color: #f6f7fb;
  border-color: #f6f7fb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gift-content {
  display: none;
}
.gift-content._active {
  display: block;
}
.gift-content .gift-message-summary {
  margin-bottom: 15px;
}
.action-gift {
  height: 40px;
  display: inline-block;
  line-height: 38px;
  font-weight: 500;
  font-size: 15px;
}
.action-gift > span {
  vertical-align: top;
}
.action-gift:after {
  content: "\f0da";
  display: inline-block;
  font-family: 'fontawesome';
  font-size: 12px;
  margin-left: 5px;
  color: #ccc;
}
.action-gift._active:after {
  content: "\f0d7";
}
.field.qty > .label {
  display: none;
}
.field.qty .input-text.qty {
  width: 80px;
  text-align: center;
}
.cart.actions button {
  float: right;
  margin-left: 15px;
}
.cart.actions button > .icon {
  font-size: 20px;
  vertical-align: middle;
}
.item-title {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.item-options {
  margin-top: 6px;
  margin-bottom: 0;
}
.item-options dt,
.item-options dd {
  display: inline-block;
  float: left;
  line-height: 20px;
  font-size: 16px;
}
.item-options dd {
  font-weight: 500;
  color: #555;
}
.item-options dt {
  font-weight: normal;
  color: #a1a1a1;
  display: inline-block;
  text-transform: lowercase;
  margin-right: 5px;
  margin-bottom: 0;
}
.item-options dt:after {
  content: ':';
  display: inline-block;
  margin: 0 2px;
}
.item-options dd + dt {
  clear: left;
}
.item-options:after {
  content: "";
  display: table;
  clear: both;
}
.detail-page-grid-products {
  padding-top: 80px;
  padding-bottom: 40px;
}
.detail-page-grid-products.search {
  padding-bottom: 0;
}
.detail-page-grid-products + .detail-page-grid-products {
  padding-top: 50px;
}
.detail-page-grid-products .content-heading + div {
  margin-top: 50px;
}
#shopping-cart-table {
  border-bottom: 1px solid #ebebeb;
}
#shopping-cart-table thead th {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
#shopping-cart-table .product-item-photo {
  width: 111px;
  min-width: 0;
  vertical-align: top;
  display: table-cell;
}
#shopping-cart-table .product-item-photo span {
  max-width: 100%;
}
#shopping-cart-table .product-item-details {
  padding-left: 28px;
  display: table-cell;
  vertical-align: middle;
}
#shopping-cart-table .product-item-name {
  font-weight: 700;
  display: block;
}
#shopping-cart-table .product-item-name a {
  color: #000;
}
#shopping-cart-table .control.qty {
  background-color: #f6f7fb;
  border-radius: 45px;
  width: 120px;
  margin: 0 auto;
  text-align: center;
}
#shopping-cart-table .control.qty > span {
  padding: 0 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  color: #a1a1a1;
}
#shopping-cart-table .control.qty > span:hover {
  color: #000;
}
#shopping-cart-table .input-text.qty {
  width: 50px;
  padding: 0;
  color: #000;
}
#shopping-cart-table .cart-price {
  color: #696969;
}
#shopping-cart-table .qty,
#shopping-cart-table .cart-price {
  font-weight: 700;
}
#shopping-cart-table tbody + tbody {
  border-top: 1px solid #ebebeb;
}
#shopping-cart-table .qty.product-item-details {
  padding-left: 15px;
}
#shopping-cart-table td + td {
  text-align: center;
}
#shopping-cart-table th + th {
  text-align: center;
}
#shopping-cart-table td,
#shopping-cart-table th {
  border-top: 0;
  vertical-align: middle;
}
#shopping-cart-table thead > tr > th > span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
#shopping-cart-table tbody td {
  padding: 20px 0;
}
#shopping-cart-table tbody td > * {
  min-width: 150px;
  display: inline-block;
}
#shopping-cart-table tbody tr + tr > td {
  padding-top: 0;
  line-height: 0;
}
#shopping-cart-table .item-actions {
  width: 100%;
}
#shopping-cart-table .actions-toolbar .gift-options-cart-item {
  line-height: 1.75;
  flex: 1;
  order: 4;
  margin-left: 10px;
}
#shopping-cart-table .actions-toolbar .gift-options-cart-item a {
  color: #a1a1a1;
}
#shopping-cart-table .actions-toolbar .gift-options-cart-item .actions-toolbar .action-edit {
  color: #fff;
}
#shopping-cart-table .actions-toolbar .gift-options-cart-item .actions-toolbar .action-edit:hover {
  background-color: #000;
  border-color: #000;
}
#shopping-cart-table .actions-toolbar .gift-options-cart-item .actions-toolbar .action-delete:hover {
  color: #fff;
}
#shopping-cart-table .actions-toolbar > a {
  border: 1px solid #ebebeb;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #222;
  margin-right: 10px;
  flex: 0;
  order: 0;
  padding: 0 10px;
  border-radius: 40px;
}
#shopping-cart-table .actions-toolbar > a span {
  font-size: 0;
}
#shopping-cart-table .actions-toolbar > a:after {
  font-size: 18px;
  line-height: 38px;
  display: inline-block;
  font-family: 'themify';
}
#shopping-cart-table .actions-toolbar > a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
#shopping-cart-table .actions-toolbar > a.action-towishlist:after {
  content: "\e634";
}
#shopping-cart-table .actions-toolbar > a.action-delete:after {
  content: "\e646";
}
#shopping-cart-table .actions-toolbar > a.action-edit:after {
  content: "\e60f";
}
#shopping-cart-table .gift-options-title {
  color: #000;
  margin-bottom: 16px;
  font-weight: 700;
}
.checkout-cart-index .checkout-extra {
  position: relative;
  padding-left: 0;
  padding-top: 54px;
  margin-top: 60px;
  min-height: 200px;
}
.checkout-cart-index .checkout-extra .legend {
  display: none;
}
.checkout-cart-index .checkout-extra .estimate > br {
  display: none;
}
.checkout-cart-index .checkout-extra > .block.discount > .title {
  top: 0;
  right: 0;
  left: auto;
}
.checkout-cart-index .checkout-extra > .block > .title {
  position: absolute;
  left: 0;
  width: 50%;
  text-align: center;
  top: 53px;
  cursor: pointer;
  border-bottom: 0;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a1a1a1;
}
.checkout-cart-index .checkout-extra > .block > .title span {
  display: block;
  border-bottom: 2px solid #d7d7d7;
  padding: 14px 15px 14px;
}
.checkout-cart-index .checkout-extra > .block > .title.active {
  background-color: #fff;
  cursor: default;
  z-index: 9;
}
.checkout-cart-index .checkout-extra > .block > .title.active span {
  color: #000;
  border-color: #333;
}
.checkout-cart-index .checkout-extra > .block.shipping > .title {
  top: 0;
}
.checkout-cart-index .checkout-extra > .block .content {
  padding-top: 30px;
  min-height: 200px;
  display: none !important;
  position: relative;
}
.checkout-cart-index .checkout-extra > .block .content.active {
  display: block !important;
}
.shopping-cart-bottom .cart-summary {
  background: #f6f7fb;
  padding: 0 35px 30px;
  text-align: center;
}
.shopping-cart-bottom .cart-summary .multicheckout {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.cart.main.actions {
  margin-top: 50px;
}
#cart-totals {
  background: #f6f7fb;
  margin-top: 60px;
  font-size: 14px;
  padding: 10px 35px 0;
}
#cart-totals .table.totals {
  margin-bottom: 0;
}
#cart-totals .table.totals tbody tr td,
#cart-totals .table.totals tbody tr th {
  padding: 15px 0;
  border-color: #ebebeb;
  font-weight: 500;
}
#cart-totals .table.totals .price {
  font-size: 16px;
  font-weight: 700;
}
#cart-totals .table.totals tbody tr.sub td,
#cart-totals .table.totals tbody tr.sub th {
  color: #000;
  border-top: 0;
}
#cart-totals .table.totals tbody tr.sub th {
  font-weight: 700;
  text-transform: uppercase;
}
#cart-totals .table.totals tbody tr.grand strong .price,
#cart-totals .table.totals tbody tr.grand strong {
  font-size: 24px;
}
.cart-summary .summary.title {
  display: none;
}
.checkout-methods-items .action.checkout {
  width: 100%;
  font-size: 14px;
  margin: 15px 0;
}
.table .mark,
.table mark {
  background: none;
}
/* ==================================================== */
/* MGS_BLOG */
/* Widget List */
.lastest-posts-list .item {
  display: table;
}
.lastest-posts-list .item + .item {
  margin-top: 35px;
}
.lastest-posts-list .item .date-desc {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.lastest-posts-list .item .date-desc .h1 {
  display: block;
  line-height: 40px;
  font-weight: 600;
}
.lastest-posts-list .item .date-desc .mount {
  color: #9fa4af;
  font-size: 14px;
}
.lastest-posts-list .item .blog-content {
  display: table-cell;
  padding-left: 40px;
}
.lastest-posts-list .item .blog-content .title:hover h6 {
  text-decoration: underline;
}
.lastest-posts-list .item .author {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #9fa4af;
}
.lastest-posts-list .item .author span {
  color: #000;
}
/* Blog List (All Post, Category, Tag) */
.blog-post-list .blog-list .blog-post {
  margin-bottom: 100px;
}
.blog-post-list .blog-list .blog-post .post-images .post-thumbnail {
  overflow: hidden;
  position: relative;
}
.blog-post-list .blog-list .blog-post .post-images .post-thumbnail .popup-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-size: 35px;
  text-align: center;
  line-height: 75px;
  vertical-align: middle;
  border: 2px solid;
  padding-left: 4px;
  transform: translate(-50%, -50%) scale(0.86, 0.86);
  -webkit-transform: translate(-50%, -50%) scale(0.86, 0.86);
  -moz-transform: translate(-50%, -50%) scale(0.86, 0.86);
  -o-transform: translate(-50%, -50%) scale(0.86, 0.86);
}
.blog-post-list .blog-list .blog-post .post-images .post-thumbnail .popup-video:hover {
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
}
.blog-post-list .blog-list .blog-post .post-body {
  max-width: 800px;
  margin: 50px auto 0;
}
.blog-post-list .blog-list .blog-post .post-body .left-content {
  flex: 1;
  text-align: right;
  padding-right: 15px;
}
.blog-post-list .blog-list .blog-post .post-body .right-content {
  flex: 1;
  text-align: left;
  padding-left: 15px;
}
.blog-post-list .blog-list .blog-post .post-body .post-header {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  word-wrap: break-word;
  margin-top: 0;
}
.blog-post-list .blog-list .blog-post .post-body .post-header a {
  color: #000;
}
.blog-post-list .blog-list .blog-post .post-body .post-header a:hover {
  text-decoration: underline;
}
.blog-post-list .blog-list .blog-post .post-body .post-content {
  margin-bottom: 20px;
  color: #999;
  letter-spacing: .03em;
  line-height: 1.6;
}
.blog-post-list .blog-list .blog-post:hover .post-images .post-thumbnail .post-thumbnail--image image {
  transform: scale(1.1);
}
.blog-post-list .bottom-pagination .toolbar .limiter,
.blog-post-list .bottom-pagination .toolbar .toolbar-amount {
  display: none;
}
.post-metas {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-top: 4px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .post-metas {
    display: inline-block;
  }
}
.post-metas > div {
  float: right;
}
.post-metas > div + div {
  margin-right: 30px;
  position: relative;
}
.post-metas > div + div:after {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background: #ddd;
  position: absolute;
  right: -15px;
  top: 3px;
}
.post-metas:after {
  content: "";
  display: inline-block;
  clear: both;
}
/*Blog Detail */
.blog-post-view .post-images {
  margin-bottom: 65px;
  text-align: center;
}
.blog-post-view .post-images .post-thumbnail {
  overflow: hidden;
  position: relative;
}
.blog-post-view .post-images .post-thumbnail .popup-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.86, 0.86);
  -webkit-transform: translate(-50%, -50%) scale(0.86, 0.86);
  -moz-transform: translate(-50%, -50%) scale(0.86, 0.86);
  -o-transform: translate(-50%, -50%) scale(0.86, 0.86);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-size: 35px;
  text-align: center;
  line-height: 75px;
  vertical-align: middle;
  border: 2px solid;
  padding-left: 4px;
}
.blog-post-view .post-images .post-thumbnail .popup-video:hover {
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
}
.blog-post-view .post-tags {
  color: #a1a1a1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.blog-post-view .post-tags a {
  display: inline-block;
  color: #000;
}
.blog-post-view .post-tags a:first-child {
  padding-left: 5px;
}
.blog-post-view .post-tags a + a:before {
  content: ',';
  display: inline-block;
  padding-right: 8px;
}
.blog-post-view .post-description {
  margin-bottom: 55px;
}
.blog-post-view .gallery-image-carousel {
  margin-bottom: 55px;
}
@media (min-width: 1200px) {
  .blog-post-view .page-title-wrapper {
    padding-bottom: 50px;
    margin-bottom: 0 !important;
  }
  .blog-post-view .page-title-wrapper .page-title,
  .blog-post-view .page-title-wrapper .breadcrumbs {
    text-align: left;
    width: 66%;
  }
  .blog-post-view .page-title-wrapper .breadcrumbs {
    padding-left: 3px;
  }
  .blog-post-view .post-metas {
    position: absolute;
    right: 15px;
    bottom: 100%;
    margin-bottom: 63px;
    width: 34%;
  }
}
.blog-post-view .container {
  position: relative;
}
.post-actions {
  font-size: 16px;
  padding: 20px 0;
  border-top: 1px solid #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
  margin: 55px 0;
}
.post-actions .prev-action a::before {
  content: "\f0d9";
  font-family: 'fontawesome';
  margin-right: 10px;
}
.post-actions .next-action a::after {
  content: "\f0da";
  font-family: 'fontawesome';
  margin-left: 10px;
}
.post-comments .sub-title {
  font-style: italic;
}
.post-comments .title-comment-content,
.post-comments .title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: .2em;
}
.post-comments .title {
  margin-bottom: 35px;
}
.post-comments .input-text,
.post-comments textarea {
  background: none;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
  border-color: #ebebeb;
}
.post-comments .title-comment-content span {
  color: #000;
}
.post-comments .comment-list {
  margin-bottom: 60px;
}
.post-comments .comment-list .comment-list-container {
  margin-bottom: 40px;
}
.post-comments .comment-list .comment-list-container .item {
  padding: 25px 0;
  border-bottom: 1px solid #efefef;
}
.post-comments .comment-list .comment-list-container .item .info {
  margin-bottom: 15px;
}
.post-comments .comment-list .comment-list-container .item .info .name {
  font-weight: 700;
  color: #000;
  font-size: 15px;
}
.post-comments .comment-list .comment-list-container .item .info .posted-on {
  font-weight: 500;
  margin-left: 50px;
  letter-spacing: .05em;
  font-size: 12px;
  text-transform: uppercase;
}
.post-comments .blog-load-more-comment a {
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 130px;
  padding-right: 100px;
  font-style: italic;
}
.post-comments .blog-load-more-comment a.active {
  opacity: .5;
}
.post-comments .blog-load-more-comment a.loading-style {
  background-image: url('../../frontend/Mgs/hebes/el_GR/images/loader-2.gif');
}
/* ==================================================== */
/* PRODUCTS WIDGET */
/* Single Product */
.ion-ios-heart-empty:after {
  font-family: "Ionicons";
  content: "\f387";
}
.single-product {
  position: relative;
}
/* Menu Tab Product */
.menu-product-tabs {
  border: none;
  margin-bottom: 85px;
  justify-content: center;
}
.menu-product-tabs .nav-item {
  padding: 10px 20px;
}
.menu-product-tabs .nav-item .nav-link {
  color: #a1a1a1;
  font-weight: 700;
  font-size: 12px;
  display: block;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.menu-product-tabs .nav-item .nav-link:hover,
.menu-product-tabs .nav-item .nav-link.active {
  color: #000000;
}
.menu-product-tabs .nav-item .nav-link.active:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.product-tab .tab-content > .tab-pane {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, transform .5s;
  -webkit-transition: opacity .5s, transform .5s;
  -moz-transition: opacity .5s, transform .5s;
  -o-transition: opacity .5s, transform .5s;
  max-height: 0;
  overflow: hidden;
  transform: scale(1, 0.5);
  -webkit-transform: scale(1, 0.5);
  -moz-transform: scale(1, 0.5);
  -o-transform: scale(1, 0.5);
}
.product-tab .tab-content > .tab-pane.active {
  opacity: 1;
  visibility: visible;
  max-height: unset;
  overflow: visible;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
/* ==================================================== */
/* MGS_Brand */
.shop-by-brand .description {
  margin-bottom: 50px;
}
.shop-by-brand .title {
  margin-bottom: 35px;
}
.shop-by-brand .owl-item .item .image {
  margin: 0 15px;
}
.shop-by-brand .item .image {
  text-align: center;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  height: 150px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.shop-by-brand .item .image:hover img {
  opacity: 1;
}
.shop-by-brand .item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  opacity: 0.7;
}
.shop-by-brand .item .brand-name {
  text-align: center;
  padding: 12px 0 0px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}
.shop-by-brand .item .brand-name h4.brand-title {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.shop-by-brand .item .brand-name h4.brand-title a {
  color: #000;
  font-weight: 700;
}
.search_brand_form form {
  display: table;
  position: relative;
  width: 100%;
}
.search_brand_form form .form-group,
.search_brand_form form .actions {
  display: table-cell;
  vertical-align: middle;
}
.search_brand_form form .form-group {
  padding-right: 10px;
}
.search_brand_form form .form-group input[type="text"] {
  border: none;
  height: 45px;
  line-height: 44px;
}
.search_brand_form .action.btn.btn-secondary.btn-sm.search {
  margin-bottom: 2px;
}
.shop-by-brand .brand-search {
  padding: 15px 0;
  margin-bottom: 50px;
  border: none;
}
.shop-by-brand .brand-search .search .fields {
  margin-bottom: 10px;
}
.search_brand_form form .actions {
  white-space: nowrap;
  width: 1%;
}
.characters-filter {
  display: table;
  margin: 15px auto 0;
}
.characters-filter li {
  float: left;
  height: 36px;
  line-height: 36px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0;
  text-align: center;
  width: 36px;
  font-weight: 500;
}
.characters-filter li a {
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.characters-filter li a:hover {
  color: #fff;
}
.brand-list .image:hover img {
  opacity: 1;
}
.brand-grid-block .widget .owl-carousel .owl-item img {
  width: auto;
  opacity: 0.7;
  margin: 0 auto;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.brand-grid-block .widget .owl-carousel .owl-item img:hover {
  opacity: 1;
}
/* ==================================================== */
/* MGS_Promobanner */
.btn-promo-banner {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.3em;
  background: none;
  border: 0;
  color: #000;
  margin-top: 22px;
  display: inline-block;
  padding: 0;
}
.btn-promo-banner:hover {
  text-decoration: underline;
}
.btn-promo-bannerbutton {
  margin-top: 26px;
}
.promobanner .rotate-left,
.promobanner .rotate-right {
  font-size: 14px;
  color: #a1a1a1;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
.promobanner.oversize-xs {
  overflow: visible;
}
.promobanner.oversize-xs .bottom-left,
.promobanner.oversize-xs .bottom-right,
.promobanner.oversize-xs .bottom-center {
  position: static;
  padding: 15px 0;
}
.promobanner.oversize-xs .text.middle-left {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.promobanner.oversize-xs .text.middle-right {
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}
@media (max-width: 1199.98px) {
  .promobanner.oversize-xs .text.middle-left,
  .promobanner.oversize-xs .text.middle-right {
    position: static;
    padding: 15px 0;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
  }
}
@media (min-width: 768px) {
  .top130 {
    margin-top: 60px;
  }
  .top115 {
    margin-top: 55px;
  }
  .top220 {
    margin-top: 85px;
  }
  .top300 {
    margin-top: 100px;
  }
  .top60 {
    margin-top: 30px;
  }
  .top80 {
    margin-top: 40px;
  }
  .top100 {
    margin-top: 50px;
  }
  .top200 {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .rotate-left .text.middle-right {
    left: 0;
    text-align: center;
  }
  .rotate-left .text.middle-right .banner-text {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
  }
  .rotate-left .text.middle-right .rotate-left {
    left: calc(-50% + 110px);
  }
  .rotate-right .text.middle-left {
    right: 0;
    text-align: center;
  }
  .rotate-right .text.middle-left .banner-text {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
  }
  .rotate-right .text.middle-left .rotate-right {
    right: calc(-50% - 65px);
  }
  .promobanner .rotate-left {
    font-size: 14px;
    letter-spacing: 0.5em;
    position: absolute;
    top: 50%;
    overflow: visible;
    white-space: nowrap;
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    left: -65px;
    right: auto;
    z-index: 1;
  }
  .promobanner .rotate-right {
    font-size: 14px;
    color: #a1a1a1;
    letter-spacing: 0.5em;
    position: absolute;
    top: 50%;
    overflow: visible;
    white-space: nowrap;
    transform: translate(50%, 50%) rotate(-90deg);
    -webkit-transform: translate(50%, 50%) rotate(-90deg);
    -moz-transform: translate(50%, 50%) rotate(-90deg);
    -o-transform: translate(50%, 50%) rotate(-90deg);
    right: -65px;
    left: auto;
    z-index: 1;
  }
  .promobanner.oversize {
    overflow: visible;
  }
  .promobanner.oversize.left .text.middle-left .banner-text {
    padding-left: 30px;
  }
  .promobanner.oversize .bottom-left,
  .promobanner.oversize .bottom-right,
  .promobanner.oversize .bottom-center {
    position: static;
    padding: 15px 0;
  }
  .promobanner.oversize .text.middle-left {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .promobanner.oversize .text.middle-right {
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
  }
  .top60 {
    margin-top: 60px;
  }
  .top80 {
    margin-top: 80px;
  }
  .top100 {
    margin-top: 100px;
  }
  .top200 {
    margin-top: 200px;
  }
  .top130 {
    margin-top: 130px;
  }
  .top115 {
    margin-top: 115px;
  }
  .top300 {
    margin-top: 300px;
  }
  .top220 {
    margin-top: 220px;
  }
  .left85 {
    padding-left: 85px;
  }
  .left110 {
    padding-left: 110px;
  }
  .left210 {
    padding-left: 210px;
  }
  .right85 {
    padding-right: 85px;
  }
  .right110 {
    padding-right: 110px;
  }
  .right150 {
    padding-right: 150px;
  }
  .promobanner .rotate-right.top {
    top: -86%;
  }
  .promobanner.top55 .text.middle-left,
  .promobanner.top55 .text.middle-right {
    top: 55%;
  }
  .promobanner.top66 .text.middle-left,
  .promobanner.top66 .text.middle-right {
    top: 66%;
  }
  .promobanner.top68 .text.middle-left,
  .promobanner.top68 .text.middle-right {
    top: 68%;
  }
  .promobanner .rotate-right.top40 {
    top: 40%;
  }
  .promobanner .rotate-left.top40 {
    top: 40%;
  }
  .promobanner .rotate-right.top37 {
    top: 37%;
  }
  .promobanner .rotate-right.top44 {
    top: 44%;
  }
}
.promobanner .title {
  position: absolute;
  top: -30px;
  line-height: 1;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  font-size: 72px;
  left: 50px;
  color: #d7d7d7;
  font-weight: 700;
}
.promobanner .text h3 {
  font-size: 30px;
}
.promobanner .text p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.promobanner > a {
  display: block;
  position: relative;
}
.promobanner.mist:hover > a:after {
  opacity: 0.3;
}
@media (min-width: 992px) {
  .pull-left {
    order: -1;
  }
}
/* ==================================================== */
/* MGS_Blog */
/* Blog Grid */
.blog-grid-block .title-blog {
  font-size: 18px;
  margin-bottom: 15px;
}
.blog-grid-block .title-blog > a {
  color: #000;
}
.blog-grid-block .post-item-content .thumbnail-post,
.blog-grid-block .post-item-content .post-item-detail {
  margin: 0 15px;
}
.blog-grid-block .post-item-content .thumbnail-post .post-image {
  position: relative;
  overflow: hidden;
}
.blog-grid-block .post-item-content .thumbnail-post .post-image img {
  height: 350px;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .8s ease;
  margin: 0 auto;
}
.blog-grid-block .post-item-content .thumbnail-post .post-image:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.blog-grid-block .post-item-content .thumbnail-post .popup-youtube {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 10px 30px;
}
.blog-grid-block .post-item-content .post-item-detail {
  margin-top: 15px;
}
/* ==================================================== */
/* Magento_Review */
/* Rating Star */
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 80px;
  padding-left: 1px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 1px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ababab;
  font-family: 'Ionicons';
  font-size: 18px;
  height: 19px;
  letter-spacing: 2px;
  line-height: 1;
  content: ' \f2fc' '\f2fc' '\f2fc' '\f2fc' '\f2fc';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #f6663f;
  font-family: 'Ionicons';
  font-size: 18px;
  height: 19px;
  letter-spacing: 2px;
  line-height: 1;
  content: ' \f2fc' '\f2fc' '\f2fc' '\f2fc' '\f2fc';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .label {
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  margin-bottom: 0;
}
/* Review List - My Account (Dashboard) */
.block-reviews-dashboard .items .item {
  border-bottom: 1px solid #d7d7d7;
  padding: 8px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-reviews-dashboard .items .item .product-name {
  font-size: 16px;
  font-weight: 400;
}
.block-reviews-dashboard .items .item .rating-summary .label {
  display: none;
}
/* Review List - My Account (All Review) */
body.account .main .fieldset + br {
  display: none;
}
body.account .main .actions-toolbar {
  margin-top: 15px;
}
body.account .main .toolbar .toolbar-amount {
  float: left;
  line-height: 46px;
  margin-right: 30px;
}
body.account .main .toolbar .limiter {
  display: table;
}
body.account .main .toolbar .limiter > * {
  display: table-cell;
}
.table-wrapper.reviews {
  margin-bottom: 30px;
}
.table-wrapper.reviews .table-reviews thead tr th {
  text-transform: uppercase;
  border-top: 1px solid #d7d7d7;
  border-bottom: none;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding: 10px 15px;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
}
.table-wrapper.reviews .table-reviews thead tr th.date,
.table-wrapper.reviews .table-reviews thead tr th.summary,
.table-wrapper.reviews .table-reviews thead tr th.actions {
  width: 1%;
}
.table-wrapper.reviews .table-reviews tbody tr:nth-child(2n) {
  background-color: #fafafa;
}
.table-wrapper.reviews .table-reviews tbody tr td {
  width: auto;
  vertical-align: middle;
  text-align: center;
}
.table-wrapper.reviews .table-reviews .product-name {
  font-size: 16px;
  font-weight: 400;
}
.table-wrapper.reviews .table-reviews .rating-summary .label {
  display: none;
}
.table-wrapper.reviews + .toolbar .pager .limiter,
.table-wrapper.reviews + .toolbar .pager .toolbar-amount {
  display: none;
}
.table-wrapper.reviews + .toolbar .pages .pages-items {
  justify-content: flex-start;
}
.table-wrapper.reviews + .toolbar .pages .pages-items .item:first-child span {
  margin-left: 0;
}
/* Review Detail - My Account (Detail Review) */
.customer-review.view .product-details {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.customer-review.view .product-details .product-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px;
}
.customer-review.view .product-details .product-media img {
  min-width: 100%;
}
.customer-review.view .product-details .product-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 15px;
}
.customer-review.view .product-details .product-info .product-name {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.6;
  color: #a1a1a1;
}
.customer-review.view .product-details .product-info .rating-average-label {
  display: block;
  margin: 15px 0 10px;
  color: #000000;
  font-size: 18px;
}
.customer-review.view .product-details .product-info .product-reviews-summary {
  font-size: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.customer-review.view .product-details .product-info .product-reviews-summary .rating-summary {
  margin-right: 30px;
}
.customer-review.view .product-details .product-info .product-reviews-summary .rating-summary .label {
  display: none;
}
.customer-review.view .product-details .product-info .product-reviews-summary .action.view:after {
  content: "/";
  display: inline-block;
  margin: 0 7px 0 10px;
}
.customer-review.view .review-details {
  margin-top: 50px;
}
.customer-review.view .review-details .title strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}
.customer-review.view .review-details .customer-review-rating {
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.customer-review.view .review-details .customer-review-rating .rating-summary.item {
  margin-right: 30px;
}
.customer-review.view .review-details .customer-review-rating .rating-summary.item .rating-label {
  margin-right: 15px;
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  color: #000;
  font-weight: 500;
}
.customer-review.view .review-details .customer-review-rating .rating-summary.item .rating-label:after {
  content: ":";
}
.customer-review.view .review-details .customer-review-rating .rating-summary.item .rating-result {
  vertical-align: top;
  margin-top: 2px;
}
.customer-review.view .review-details > .review-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.customer-review.view .review-details > .review-content {
  font-size: 15px;
  line-height: 2;
}
.customer-review.view .review-details > .review-date {
  font-style: italic;
  margin-top: 10px;
}
.customer-review.view + .actions-toolbar {
  margin-top: 50px;
}
/* Review List - Product Detail */
.product.single-image {
  display: inline-block;
}
.product-detail-infomation .block.review-add legend {
  display: none;
}
.product-detail-infomation .block.review-add .label {
  color: #000;
  line-height: 22px;
  font-weight: 700;
  font-size: 16px;
}
.product-detail-infomation .block.review-add br {
  display: none;
}
.product-detail-infomation .block.review-add .input-text,
.product-detail-infomation .block.review-add textarea {
  background: none;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
  border-color: #ebebeb;
}
.product-detail-infomation .block.review-add .input-text:-webkit-autofill,
.product-detail-infomation .block.review-add textarea:-webkit-autofill,
.product-detail-infomation .block.review-add .input-text:-webkit-autofill:hover,
.product-detail-infomation .block.review-add textarea:-webkit-autofill:hover,
.product-detail-infomation .block.review-add .input-text:-webkit-autofill:focus,
.product-detail-infomation .block.review-add textarea:-webkit-autofill:focus,
.product-detail-infomation .block.review-add .input-text:-webkit-autofill:active,
.product-detail-infomation .block.review-add textarea:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.product-detail-infomation .block.review-add,
.product-detail-infomation .block.review-list {
  text-align: center;
}
.product-detail-infomation .block.review-add .block-title strong,
.product-detail-infomation .block.review-list .block-title strong {
  display: block;
  font-size: 20px;
  margin-bottom: 36px;
}
.product-detail-infomation .block.review-list .review-details:after {
  content: "";
  display: table;
  clear: both;
}
.product-detail-infomation .block.review-list .review-details .review-author,
.product-detail-infomation .block.review-list .review-details .review-date {
  float: left;
  margin: 0;
  font-style: italic;
}
.product-detail-infomation .block.review-list .review-details .review-date {
  margin-left: 6px;
}
.product-detail-infomation .block.review-list .review-details .review-date:before {
  content: "(";
  display: inline-block;
}
.product-detail-infomation .block.review-list .review-details .review-date:after {
  content: ")";
  display: inline-block;
}
.product-detail-infomation .block.review-list .review-toolbar {
  display: none;
}
.product-detail-infomation .block.review-list .review-toolbar .limiter {
  display: none;
}
.product-detail-infomation .block.review-list .review-items li.review-item + li.review-item {
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
  margin-top: 20px;
}
.product-detail-infomation .block.review-list .review-items li.review-item .review-title {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
.product-detail-infomation .block.review-list .review-items li.review-item .review-ratings {
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.product-detail-infomation .block.review-list .review-items li.review-item .review-ratings .rating-summary.item {
  margin-right: 30px;
}
.product-detail-infomation .block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label {
  margin-right: 15px;
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  vertical-align: top;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.product-detail-infomation .block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label:after {
  content: ":";
}
.product-detail-infomation .block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-result {
  vertical-align: top;
  margin-top: 2px;
}
.product-detail-infomation .block.review-list .review-items li.review-item .review-content {
  margin-bottom: 10px;
  text-align: left;
}
.product-detail-infomation .block.review-list .review-items + .review-toolbar {
  display: block;
  margin-top: 30px;
}
/* ==================================================== */
/* Magento_Review */
/* Rating Star */
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 80px;
  padding-left: 1px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 1px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ababab;
  font-family: 'Ionicons';
  font-size: 18px;
  height: 19px;
  letter-spacing: 2px;
  line-height: 1;
  content: ' \f2fc' '\f2fc' '\f2fc' '\f2fc' '\f2fc';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #f6663f;
  font-family: 'Ionicons';
  font-size: 18px;
  height: 19px;
  letter-spacing: 2px;
  line-height: 1;
  content: ' \f2fc' '\f2fc' '\f2fc' '\f2fc' '\f2fc';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .label {
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  margin-bottom: 0;
}
/* Review List - My Account (Dashboard) */
.block-reviews-dashboard .items .item {
  border-bottom: 1px solid #d7d7d7;
  padding: 8px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-reviews-dashboard .items .item .product-name {
  font-size: 16px;
  font-weight: 400;
}
.block-reviews-dashboard .items .item .rating-summary .label {
  display: none;
}
/* Review List - My Account (All Review) */
.review-customer-index .actions-toolbar {
  margin-top: 50px;
}
.table-wrapper.reviews {
  margin-bottom: 30px;
}
.table-wrapper.reviews .table-reviews thead tr th {
  text-transform: uppercase;
  border-top: 1px solid #d7d7d7;
  border-bottom: none;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding: 10px 15px;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
}
.table-wrapper.reviews .table-reviews thead tr th.date,
.table-wrapper.reviews .table-reviews thead tr th.summary,
.table-wrapper.reviews .table-reviews thead tr th.actions {
  width: 1%;
}
.table-wrapper.reviews .table-reviews tbody tr:nth-child(2n) {
  background-color: #fafafa;
}
.table-wrapper.reviews .table-reviews tbody tr td {
  width: auto;
  vertical-align: middle;
  text-align: center;
}
.table-wrapper.reviews .table-reviews .product-name {
  font-size: 16px;
  font-weight: 400;
}
.table-wrapper.reviews .table-reviews .rating-summary .label {
  display: none;
}
.table-wrapper.reviews + .toolbar .pager .limiter,
.table-wrapper.reviews + .toolbar .pager .toolbar-amount {
  display: none;
}
.table-wrapper.reviews + .toolbar .pages .pages-items {
  justify-content: flex-start;
}
.table-wrapper.reviews + .toolbar .pages .pages-items .item:first-child span {
  margin-left: 0;
}
/* Review Detail - My Account (Detail Review) */
.customer-review.view .product-details {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.customer-review.view .product-details .product-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px;
}
.customer-review.view .product-details .product-media img {
  min-width: 100%;
}
.customer-review.view .product-details .product-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 15px;
}
.customer-review.view .product-details .product-info .product-name {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.6;
  color: #a1a1a1;
}
.customer-review.view .product-details .product-info .rating-average-label {
  display: block;
  margin: 15px 0 10px;
  color: #000000;
  font-size: 18px;
}
.customer-review.view .product-details .product-info .product-reviews-summary {
  font-size: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.customer-review.view .product-details .product-info .product-reviews-summary .rating-summary {
  margin-right: 30px;
}
.customer-review.view .product-details .product-info .product-reviews-summary .rating-summary .label {
  display: none;
}
.customer-review.view .product-details .product-info .product-reviews-summary .action.view:after {
  content: "/";
  display: inline-block;
  margin: 0 7px 0 10px;
}
.customer-review.view .review-details {
  margin-top: 50px;
}
.customer-review.view .review-details .title strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}
.customer-review.view .review-details .customer-review-rating {
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.customer-review.view .review-details .customer-review-rating .rating-summary.item {
  margin-right: 30px;
}
.customer-review.view .review-details .customer-review-rating .rating-summary.item .rating-label {
  margin-right: 15px;
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  color: #000;
  font-weight: 500;
}
.customer-review.view .review-details .customer-review-rating .rating-summary.item .rating-label:after {
  content: ":";
}
.customer-review.view .review-details .customer-review-rating .rating-summary.item .rating-result {
  vertical-align: top;
  margin-top: 2px;
}
.customer-review.view .review-details > .review-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.customer-review.view .review-details > .review-content {
  font-size: 15px;
  line-height: 2;
}
.customer-review.view .review-details > .review-date {
  font-style: italic;
  margin-top: 10px;
}
.customer-review.view + .actions-toolbar {
  margin-top: 50px;
}
/* Review Link - Product Detail */
.product-info-main .product-reviews-summary {
  font-size: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.product-info-main .product-reviews-summary .rating-summary {
  margin-right: 30px;
}
.product-info-main .product-reviews-summary .rating-summary .label {
  display: none;
}
.product-info-main .product-reviews-summary .reviews-actions .action.view:after {
  content: "/";
  display: inline-block;
  margin: 0 7px 0 10px;
}
/* Review Form - Product Detail */
.review-field-ratings .control > .nested {
  justify-content: center;
}
.review-field-rating {
  padding: 0;
  margin: 0;
}
.review-field-rating > .label {
  color: #000;
  font-weight: 400;
  text-align: left;
  padding: 0 20px 0 0;
  line-height: 22px;
  vertical-align: top;
}
.review-field-rating > .label:after {
  content: ":";
  line-height: 22px;
  vertical-align: top;
}
.review-control-vote {
  height: 22px;
  overflow: hidden;
  position: relative !important;
  vertical-align: middle;
  width: 120px;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'Ionicons';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f2fc' '\f2fc' '\f2fc' '\f2fc' '\f2fc';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  position: absolute;
  color: #f6663f;
  font-family: 'Ionicons';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  top: 0;
  left: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f2fc' '\f2fc' '\f2fc' '\f2fc' '\f2fc';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f2fc' '\f2fc' '\f2fc' '\f2fc';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f2fc' '\f2fc' '\f2fc';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f2fc' '\f2fc';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f2fc';
}
/* ==================================================== */
/* Store Locator */
.storelocator-details {
  margin-top: 30px;
}
.storelocator-details .title {
  margin-bottom: 15px;
}
.store-list-container .show-all-store {
  text-align: right;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .store-list-container .show-all-store {
    text-align: center;
  }
}
.store-list-container .toolbar {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .store-list-container .store-list {
    margin-bottom: 30px;
  }
}
.store-list-container .store-list .block-title {
  display: none;
}
.store-list-container .store-list div.items .store-infor .store-content .description .h6 {
  font-weight: 600;
}
.store-list-container .store-list div.items li {
  border-color: #d7d7d7;
  border-radius: 10px;
}
.store-list-container .store-list div.items li:last-child {
  margin-bottom: 0;
}
.store-list-container .store-list .description p {
  margin-bottom: 0;
}
.store-list-container .store-list .description .btn {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 13px 25px;
  font-size: 12px;
}
.store-list-container .title {
  margin-bottom: 25px;
}
/* Portfolio List */
.portfolio-category-view {
  overflow: visible;
}
#tabs_categories_porfolio {
  justify-content: center;
}
#tabs_categories_porfolio li {
  padding: 0 20px;
}
#tabs_categories_porfolio li a {
  font-size: 12px;
  letter-spacing: .2em;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
#tabs_categories_porfolio li:hover a,
#tabs_categories_porfolio li.active a {
  color: #000;
}
.show-menu-product-tabs {
  display: table;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 18px;
  border: 1px solid #000;
  padding-left: 15px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #000;
}
.show-menu-product-tabs:after {
  content: "\f0c9";
  float: right;
  padding: 0 15px;
  border-left: 1px solid #000;
  font-family: fontAwesome;
}
.portfolio-top-content + .portfolio-bottom-content {
  margin-top: 0;
}
.portfolio-top-content .short-content p {
  margin-top: 10px;
  margin-bottom: 5px;
}
.portfolio-top-content .image-item {
  position: relative;
  overflow: hidden;
}
.portfolio-top-content .image-item a {
  display: block;
}
.portfolio-top-content .image-item:before,
.portfolio-top-content .image-item:after {
  position: absolute;
  content: "";
  border: 1px solid transparent;
  width: 0;
  height: 0;
  z-index: 2;
}
.portfolio-top-content .image-item:before {
  top: 0;
  left: 0;
}
.portfolio-top-content .image-item:after {
  bottom: 0;
  right: 0;
}
.portfolio-top-content:hover .image-item:before,
.portfolio-top-content:hover .image-item:after {
  width: 100%;
  height: 100%;
  transition: width .2s ease-out, height .2s ease-out .2s;
  -webkit-transition: width .2s ease-out, height .2s ease-out .2s;
  -moz-transition: width .2s ease-out, height .2s ease-out .2s;
  -o-transition: width .2s ease-out, height .2s ease-out .2s;
}
.portfolio-top-content:hover .image-item:after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.portfolio-top-content:hover .image-item:before {
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.portfolio-bottom-content {
  margin-top: 20px;
}
.portfolio-bottom-content h4 > a,
.portfolio-bottom-content .title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}
.portfolio-bottom-content h4 > a:hover,
.portfolio-bottom-content .title:hover {
  text-decoration: underline;
}
.portfolio-bottom-content .category-link a {
  padding-right: 10px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.portfolio-bottom-content .category-link a:last-child {
  border-right: none;
}
/* Portfolio Detail */
.portfolio-details .portfolio-image {
  margin-bottom: 70px;
}
.portfolio-details .portfolio-image .portfolio_galley_carousel .owl-item {
  padding: 0;
}
.portfolio-details .portfolio-image .portfolio_galley_carousel .owl-item .image-item {
  background-size: cover;
  background-position: center;
  height: 500px;
}
.portfolio-details .portfolio-image .portfolio_galley_carousel .owl-item .image-item img {
  display: none;
}
.portfolio-details .portfolio-image .portfolio_galley_carousel .owl-dots {
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  right: auto;
}
.portfolio-details .portfolio-detail--content .portfolio-table {
  margin-bottom: 60px;
}
.portfolio-details .portfolio-detail--content .portfolio-table tbody tr td {
  padding: 10px;
  border: 1px solid #d7d7d7;
  vertical-align: middle;
}
.portfolio-details .portfolio-detail--content .portfolio-table tbody tr td a + a {
  padding-left: 10px;
}
.portfolio-details .portfolio-detail--content .portfolio-table tbody tr td:first-child {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 12px;
}
/* Portfolio Related */
.portfolio-related {
  margin-top: 60px;
}
.portfolio-related .portfolio-carousel .image-item {
  background-size: cover;
  height: 300px;
}
.portfolio-related .portfolio-carousel .image-item img {
  opacity: 0;
}
.portfolio-related .portfolio-carousel .owl-nav > .owl-prev {
  position: absolute;
  top: -36px;
  left: calc(100% - 100px);
}
.portfolio-related .portfolio-carousel .owl-nav > .owl-prev:after {
  content: "";
  margin-left: 15px;
  width: 1px;
  background-color: #b4b4b4 !important;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
}
.portfolio-related .portfolio-carousel .owl-nav > div.owl-next {
  right: 0;
  left: auto;
  top: -36px;
}
/* ==================================================== */
/* MGS_Testimonials */
.big-text .testimonial-item blockquote {
  font-size: 24px;
  color: #555;
}
.testimonial-item .testimonial-content {
  padding: 0 15px;
}
.testimonial-item .testimonial-content .author-thumbnail {
  display: table;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 40px;
  width: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.testimonial-item .testimonial-content blockquote {
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 30px;
}
.testimonial-item .testimonial-content .content {
  text-align: center;
}
.testimonial-item .testimonial-content .content .author-info {
  margin-bottom: 50px;
  margin-top: 30px;
}
.testimonial-item .testimonial-content .content .author-info .name,
.testimonial-item .testimonial-content .content .author-info .infomation {
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
  font-weight: 600;
  letter-spacing: 0.3em;
}
.testimonial-item .testimonial-content .content .author-info .infomation {
  color: #a1a1a1;
  font-weight: 500;
}
.testimonial-item .testimonial-content .content .author-info .name:after {
  color: #999;
  content: "-";
  display: inline-block;
  margin-left: 10px;
}
.testimonial-block.grid-custom .content-heading h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
}
.testimonial-block.grid-custom .content-heading + div {
  margin-top: 85px;
}
.testimonial-block.grid-custom .testimonial-item .testimonial-content .content > blockquote {
  font-size: 18px;
}
.testimonial-block.grid-custom .testimonial-item .name {
  color: #000000 !important;
}
.testimonial-block.grid-custom .testimonial-item .author-thumbnail {
  display: inline-block;
  margin-top: 0;
  margin-bottom: -20px;
  margin-right: 20px;
}
.testimonial-block.grid-custom .mgs-testimonial .owl-carousel .owl-nav > div {
  left: 90%;
  top: -122px;
  bottom: auto;
  font-size: 17px;
}
.testimonial-block.grid-custom .mgs-testimonial .owl-carousel .owl-nav > div.owl-prev {
  left: auto;
  right: 42px;
}
.testimonial-block.grid-custom .mgs-testimonial .owl-carousel .owl-nav > div.owl-next {
  left: auto;
  right: 0;
}
.testimonial-block .owl-carousel .owl-nav > div {
  left: 50%;
  margin-left: -18px;
  margin-top: 0;
}
.testimonial-block .owl-carousel .owl-nav > div.owl-prev {
  top: -25px;
  bottom: auto;
}
.testimonial-block .owl-carousel .owl-nav > div.owl-next {
  top: auto;
  bottom: -20px;
}
.content-testimomials {
  background: #f8f8f8;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
}
.content-testimomials .content-block.testimonial-list-block {
  margin-top: 90px;
}
.content-testimomials .content-heading {
  margin-bottom: 50px;
}
.content-testimomials .content-heading .title {
  font-size: 34px;
  line-height: 31.5px;
  font-weight: 400;
}
.content-testimomials .owl-carousel .owl-nav {
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.content-testimomials .owl-carousel .owl-nav .owl-prev {
  margin-left: 35px;
}
.content-testimomials .owl-carousel .owl-nav .owl-next {
  margin-right: 40px;
}
.content-testimomials .owl-carousel .owl-nav .owl-prev,
.content-testimomials .owl-carousel .owl-nav .owl-next {
  top: 70px;
  font-size: 24px;
}
.content-testimomials:hover .owl-nav > div {
  visibility: visible;
}
/* ==================================================== */
/* CMS Page */
/* Collection Page */
.landing-parralax--item,
.lookbook_banner {
  height: 100vh;
  min-height: unset;
  max-height: 100vw;
}
.landing-categories--grid {
  margin-top: 50px;
}
.landing-categories--item {
  margin-bottom: 30px;
}
.landing-categories--item .title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  text-align: center;
  margin: 0;
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.landing-categories--item:hover .title {
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  opacity: 0;
  visibility: hidden;
}
.landing-categories--item:hover .landing-categories-detail .btn-product,
.landing-categories--item:hover .landing-categories-detail .category-description {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.landing-categories--item:hover .landing-categories--thumb a:before,
.landing-categories--item:hover .landing-categories--thumb a:after {
  width: 100%;
  height: 100%;
  transition: width .25s ease-out, height .25s ease-out .25s;
  -webkit-transition: width .25s ease-out, height .25s ease-out .25s;
  -moz-transition: width .25s ease-out, height .25s ease-out .25s;
  -o-transition: width .25s ease-out, height .25s ease-out .25s;
}
.landing-categories--item:hover .landing-categories--thumb a:after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.landing-categories--item:hover .landing-categories--thumb a:before {
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.landing-categories--item .landing-categories--thumb a {
  position: relative;
  overflow: hidden;
  display: block;
}
.landing-categories--item .landing-categories--thumb a:before,
.landing-categories--item .landing-categories--thumb a:after {
  position: absolute;
  content: "";
  border: 1px solid transparent;
  width: 0;
  height: 0;
  z-index: 2;
  opacity: 0.7;
}
.landing-categories--item .landing-categories--thumb a:before {
  top: 0;
  left: 0;
}
.landing-categories--item .landing-categories--thumb a:after {
  bottom: 0;
  right: 0;
}
.landing-categories--item .landing-categories-detail {
  z-index: 9;
}
.landing-categories--item .landing-categories-detail .category-description {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  padding: 0 20px;
  color: #fff;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
}
.landing-categories--item .landing-categories-detail .btn-product {
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  margin-top: 10px;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  z-index: 9;
}
.landing-parralax--item .landing-parralax-detail h2 a {
  color: #000;
}
/* 404 page */
.cms-noroute-index #placeholder-header {
  display: none;
}
.cms-noroute-index #maincontent {
  min-height: 100vh;
  padding: 0;
  max-width: 100%;
  background: url(../../frontend/Mgs/hebes/el_GR/images/bg-404.jpg) center / cover no-repeat;
}
.cms-noroute-index .content-404 {
  text-align: center;
  position: relative;
  min-height: 100vh;
}
.cms-noroute-index .content-404 > div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.cms-noroute-index .content-404 h2 {
  font-size: 200px;
  line-height: 1;
}
.cms-noroute-index .content-404 p {
  font-size: 36px;
  font-style: italic;
  color: #000;
  margin-bottom: 80px;
}
.cms-noroute-index .content-404 a {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
.cms-noroute-index .content-404 a:hover {
  text-decoration: underline;
}
/* FAQ Page */
#accordion-ship,
#accordion-payment,
#accordion-order {
  margin-bottom: 60px;
}
.title-faq {
  font-size: 35px;
  color: #212121;
  text-align: left;
  font-weight: 400;
  margin: 25px 0;
}
.card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  margin-bottom: 15px;
}
.card .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}
.card .card-header a {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  padding: 15px 15px;
  display: block;
}
.card .card-body {
  padding: 30px 15px;
}
.card .card-link {
  background-color: rgba(0, 0, 0, 0.03);
}
.card .collapsed {
  background-color: transparent;
  color: #a1a1a1;
}
/* About Us 1*/
.about-us > .row {
  align-items: center;
}
.about-us .about-comment {
  max-width: 550px;
  float: right;
}
.about-us .about-comment h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.about-us .about-comment .services {
  margin-top: 69px;
}
.about-us .about-comment .services .item {
  margin-bottom: 30px;
}
.about-us .abs-title {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  max-width: 345px;
  display: block;
  white-space: normal;
}
.about-us .abs-title span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}
/* About Us 2*/
.about-us2 {
  padding-bottom: 65px;
}
.about-us2 .home_store {
  margin-top: 125px;
  margin-bottom: 100px;
}
.about-us2 .home_store .item {
  margin-bottom: 25px;
}
.about-us2 .home_store .item > h2 {
  width: 104px;
  padding-right: 5px;
  padding-bottom: 15px;
}
.about-us2 .home_store .item > div .sub-title h6 {
  text-transform: uppercase;
}
.about-us2 .home_store .item > div .sub-title span {
  line-height: 22px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.about-us2 .furniture-block {
  margin-bottom: 40px;
}
/* ==================================================== */
/* Magento_Catalog */
/* 360 Deg */
.rotate-image {
  font-size: 12px;
  padding: 9px;
  position: absolute;
  right: 30px;
  z-index: 9;
  top: 0;
}
.rotate-image:before {
  content: "360";
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
}
.rotate-image:after {
  font-family: fontawesome;
  content: "\f22d";
  content: "\f110";
  content: "\f021";
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  margin-left: 2px;
}
.rotate-image:hover {
  opacity: 1;
}
.rotate-image-container .rotate-j360 {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  cursor: move;
  z-index: 1000 !important;
}
.rotate-image-container .rotate-j360#mgs_j360 {
  background-color: #fff;
  z-index: 999 !important;
}
.rotate-image-container .rotate-j360#view_overlay img.loader {
  display: none !important;
}
.rotate-image-container .rotate-j360:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url('../../frontend/Mgs/hebes/el_GR/images/oval.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
.rotate-image-container .rotate-j360 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.rotate-image-container .close-rotate {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  right: 20px;
  top: 20px;
  color: #000;
  width: 60px;
  height: 60px;
  font-size: 60px;
  background: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.rotate-image-container .close-rotate span {
  display: block;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.rotate-image-container .close-rotate:hover span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/* Button Loadmore */
.toolbar-loadmore {
  margin-top: 32px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #a1a1a1;
  letter-spacing: 0.3em;
}
.toolbar-loadmore .btn-loadmore:before {
  content: "";
  display: block;
  height: 25px;
  width: 1px;
  background: #a1a1a1;
  margin: 0 auto 15px;
}
.toolbar-loadmore span {
  line-height: 33px;
  vertical-align: top;
}
.toolbar-loadmore span.load {
  display: none;
}
.toolbar-loadmore .btn-loadmore.loading:after {
  content: url(../../frontend/Mgs/hebes/el_GR/images/ajax-loader.gif);
  display: inline-block;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0.5;
  margin-left: 3px;
}
.toolbar-loadmore .btn-loadmore.loading span:not(.load) {
  display: none;
}
.toolbar-loadmore .btn-loadmore.loading span.load {
  display: inline-block;
}
.toolbar-loadmore .load-text {
  display: none;
  color: #a1a1a1;
}
.toolbar-loadmore .text {
  display: inline-block;
}
.toolbar-loadmore span.dot {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: dot-amimation;
  padding: 0 4px;
  display: none;
  text-align: center;
}
.toolbar-loadmore span.dot:nth-child(3) {
  animation-delay: 0.2s;
}
.toolbar-loadmore span.dot:nth-child(4) {
  animation-delay: 0.5s;
}
.toolbar-loadmore span.dot:nth-child(5) {
  animation-delay: 0.8s;
}
/* Product Options */
dl.product.options.list {
  margin-bottom: 0;
  line-height: 1.2;
}
dl.product.options.list:after {
  content: "";
  display: table;
  clear: both;
}
dl.product.options.list dd {
  color: #555;
  font-weight: 700;
  margin-bottom: 8px;
}
dl.product.options.list dt,
dl.product.options.list dd {
  float: left;
  margin: 0;
  vertical-align: top;
  line-height: inherit;
  font-weight: 500;
  font-size: 16px;
}
dl.product.options.list dt {
  clear: left;
  margin-right: 5px;
  text-transform: lowercase;
  margin-bottom: 8px;
}
dl.product.options.list dt:after {
  content: ":";
}
/* Toolbar */
.products.wrapper + .toolbar-products {
  margin-bottom: 0;
  margin-top: 25px !important;
}
.products.wrapper + .toolbar-products .pages {
  margin: 0 auto;
  display: block;
}
.products.wrapper + .toolbar-products .modes,
.products.wrapper + .toolbar-products .toolbar-amount,
.products.wrapper + .toolbar-products .limiter,
.products.wrapper + .toolbar-products .sorter {
  display: none;
}
/* Price */
.products-grid .price-box .special-price {
  display: inline-block;
  width: 50%;
  text-align: left;
}
.products-grid .price-box .old-price {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.price-box p {
  margin-bottom: 0;
}
.price-box .price {
  color: #555;
  font-weight: 700;
  font-size: 16px;
}
.price-box .price-label {
  display: none !important;
}
.price-box .special-price {
  padding-left: 5px;
}
.price-box .old-price {
  padding-right: 5px;
  float: left;
}
.price-box .old-price .price {
  font-size: 14px;
  color: #a1a1a1;
  font-weight: 700;
  text-decoration: line-through;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.price-box .price-from .old-price,
.price-box .price-to .old-price {
  display: none;
}
.price-box .price-from:after {
  content: " - ";
}
.price-box .minimal-price .price-label {
  display: inline-block;
  font-size: 14px;
  color: #a1a1a1;
}
.price-box .minimal-price .price-label:after {
  content: ":";
  margin-right: 3px;
}
/* Product Label */
.product-label {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 7px 12px;
  text-transform: uppercase;
  min-width: 50px;
  text-align: center;
  position: absolute;
  font-weight: 700;
  top: 1px;
  left: 10px;
  z-index: 9;
  letter-spacing: 0.3em;
  min-width: 66px;
  transform: translateX(-100%) rotate(-90deg);
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -moz-transform: translateX(-100%) rotate(-90deg);
  -o-transform: translateX(-100%) rotate(-90deg);
  transform-origin: top right;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
}
.product-label.sale-label {
  background-color: #f26c4f;
}
.product-label + .product-label {
  right: 10px;
  transform: rotate(-90deg) translate(0, -100%);
  -webkit-transform: rotate(-90deg) translate(0, -100%);
  -moz-transform: rotate(-90deg) translate(0, -100%);
  -o-transform: rotate(-90deg) translate(0, -100%);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  left: auto;
}
/* Change Image (Swatches) */
.product-item-image span.product-image-photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  opacity: 0;
  visibility: hidden;
}
/* Category Page */
.list_gallery.owl-carousel .owl-dots {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-align: center;
}
.list_gallery.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.product-item-info:hover .list_gallery.owl-carousel .owl-dots {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.page-products-full-width .column.main .block.filter:not(.active) .container {
  max-width: unset;
}
.category-view .category-image {
  margin-bottom: 50px;
}
.category-view .category-image img {
  width: 100%;
  height: auto;
}
.category-view .category-description {
  line-height: 2;
  margin-bottom: 50px;
}
.category-view .brand-image {
  margin-bottom: 50px;
}
/* Products List - Grid Mode */
div[class^="swatch-opt-"] {
  margin-top: 5px;
  margin-bottom: 0;
}
select.swatch-select {
  background-color: transparent;
  border: 0;
  background-position: center right 0;
}
.swatch-attribute-selected-option {
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.swatch-attribute {
  position: relative;
}
.swatch-input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
}
.swatch-option {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 28px;
  border: 2px solid #ebebeb;
  box-shadow: none;
  float: left;
  outline: none;
}
.swatch-option.text.selected,
.swatch-option.text:not(.disabled):hover {
  outline: none;
}
.swatch-attribute-options {
  line-height: 1;
}
.products-grid .owl-carousel .product-item-info {
  margin-bottom: 30px;
}
.products-grid .owl-carousel .product-item-info.effect {
  margin-bottom: 20px;
}
.swatch-attribute div.mage-error {
  text-align: right;
}
.catalog-product-view.extra-gallery-sticky .swatch-attribute div.mage-error,
.catalog-product-view.extra-gallery-fullwidth .swatch-attribute div.mage-error {
  text-align: center;
}
.catalog-product-view.extra-gallery-fullwidth .product.media > .gallery-horizontal {
  position: relative;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.products-grid div.mage-error {
  white-space: nowrap;
  position: absolute;
}
.products-grid .owl-carousel .owl-item {
  padding: 0 15px;
}
.products-grid .list_gallery.owl-carousel .owl-item {
  padding: 0;
}
.products-grid .swatch-attribute .swatch-option {
  display: inline-block;
  float: none;
  cursor: pointer;
  margin: 0 5px 5px;
}
.products-grid .swatch-attribute .swatch-option.text {
  width: auto;
  height: 30px;
  min-width: 30px;
  padding: 0;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  vertical-align: middle;
  background-color: #fff;
  padding: 0 7.5px;
  font-size: 14px;
}
.products-grid .product-item-info {
  margin-bottom: 35px;
  position: relative;
}
.products-grid .product-item-info .product-item-image {
  position: relative;
  overflow: hidden;
}
.products-grid .product-item-info .product-item-image .product-item-photo {
  display: block;
  position: relative;
}
.products-grid .product-item-info .product-item-image .product-item-photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
}
.products-grid .product-item-info .product-item-image .product-item-photo img.img-hover-show {
  opacity: 0 !important;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  -moz-transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1);
}
.products-grid .product-item-info .product-item-actions {
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  display: table;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.products-grid .product-item-info .product-item-actions .actions-quickview,
.products-grid .product-item-info .product-item-actions .action-wishlist,
.products-grid .product-item-info .product-item-actions .actions-primary,
.products-grid .product-item-info .product-item-actions .actions-compare {
  display: table-cell;
  vertical-align: top;
  opacity: 0;
  visibility: hidden;
  padding-left: 14px;
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
.products-grid .product-item-info .product-item-actions .actions-quickview .action:not(.primary),
.products-grid .product-item-info .product-item-actions .action-wishlist .action:not(.primary),
.products-grid .product-item-info .product-item-actions .actions-primary .action:not(.primary),
.products-grid .product-item-info .product-item-actions .actions-compare .action:not(.primary) {
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  background-color: #fff;
  display: block;
  border: 1px solid #ebebeb;
  line-height: 38px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 500;
}
.products-grid .product-item-info .product-item-actions .actions-quickview .action:not(.primary):hover,
.products-grid .product-item-info .product-item-actions .action-wishlist .action:not(.primary):hover,
.products-grid .product-item-info .product-item-actions .actions-primary .action:not(.primary):hover,
.products-grid .product-item-info .product-item-actions .actions-compare .action:not(.primary):hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}
.products-grid .product-item-info .product-item-actions .actions-primary {
  transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  text-align: left;
  padding: 0;
}
.products-grid .product-item-info .product-item-actions .actions-primary .tocart {
  padding: 0 10px;
  height: 40px;
  width: 100%;
}
.products-grid .product-item-info .product-item-actions .actions-primary .tocart > span {
  font-size: 11px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 84px;
  display: inline-block;
  white-space: nowrap;
  line-height: 39px;
}
.products-grid .product-item-info .product-item-actions .actions-primary .tocart::before {
  content: "";
  display: inline-block;
  margin-right: 2%;
  height: 18px;
  width: 18px;
  background-image: url(../../frontend/Mgs/hebes/el_GR/images/white-bag.svg);
  vertical-align: sub;
}
.products-grid .product-item-info .product-item-actions .actions-primary .swatch-input.super-attribute-select {
  height: 0 !important;
  opacity: 0;
  visibility: hidden;
  overflow: hidden !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
}
.products-grid .product-item-info .product-item-actions .actions-quickview {
  width: 1%;
  transform: translateX(60px);
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
}
.products-grid .product-item-info .product-item-actions .actions-quickview:empty {
  display: none;
}
.products-grid .product-item-info .product-item-actions .actions-compare {
  width: 1%;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
}
.products-grid .product-item-info .product-item-actions .action-wishlist {
  width: 1%;
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -o-transform: translateX(80px);
  transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
}
.products-grid .product-item-info .product-item-actions .action-wishlist .towishlist .icon:before {
  font-family: "Ionicons";
  content: "\f387";
}
.products-grid .product-item-info .product-item-details {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 0px 10px;
}
.products-grid .product-item-info .product-item-details .product-item-name {
  line-height: 16px;
  margin-bottom: 5px;
}
.products-grid .product-item-info .product-item-details .product-item-name > a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 25px;
}
.products-grid .product-item-info .product-item-details .product-buy_info {
  text-align: center;
}
.products-grid .product-item-info .product-item-details .product-reviews-summary.empty,
.products-grid .product-item-info .product-item-details .product-reviews-summary .reviews-actions,
.products-grid .product-item-info .product-item-details .product-reviews-summary .rating-summary .label {
  display: none;
}
.products-grid .product-item-info .product-item-image:hover .product-item-photo .img-hover-show {
  opacity: 1 !important;
  visibility: visible;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.products-grid .product-item-info .product-item-details .product-reviews-summary,
.products-grid .product-item-info .product-item-details .product-item-name,
.products-grid .product-item-info .product-item-details .price-box {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item-info:hover .product-item-details .product-reviews-summary,
.products-grid .product-item-info:hover .product-item-details .product-item-name,
.products-grid .product-item-info:hover .product-item-details .price-box {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.products-grid .product-item-info:hover .product-item-actions {
  left: 0;
}
.products-grid .product-item-info:hover .product-item-actions .actions-quickview,
.products-grid .product-item-info:hover .product-item-actions .actions-primary,
.products-grid .product-item-info:hover .product-item-actions .action-wishlist,
.products-grid .product-item-info:hover .product-item-actions .actions-compare {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item-info.effect {
  margin-top: 20px;
  padding-bottom: 128px;
  margin-bottom: 60px;
  overflow: visible;
  -webkit-box-shadow: 0 0 35px 0 rgba(96, 109, 166, 0);
  -moz-box-shadow: 0 0 35px 0 rgba(96, 109, 166, 0);
  box-shadow: 0 0 35px 0 rgba(96, 109, 166, 0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.products-grid .product-item-info.effect.effect-2 .swatch-option {
  border-color: #888;
}
.products-grid .product-item-info.effect.effect-2 .swatch-option.selected,
.products-grid .product-item-info.effect.effect-2 .swatch-option:not(.disabled):hover {
  border-color: #ff8866;
}
.products-grid .product-item-info.effect .product-item-image {
  overflow: visible;
}
.products-grid .product-item-info.effect .list_gallery.owl-carousel .owl-dots {
  bottom: -166px;
  padding-top: 10px;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.products-grid .product-item-info.effect .product-item-actions .actions-quickview,
.products-grid .product-item-info.effect .product-item-actions .action-wishlist,
.products-grid .product-item-info.effect .product-item-actions .actions-compare {
  transition: all 0ms;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
}
.products-grid .product-item-info.effect:hover {
  -webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  -moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
}
.products-grid .product-item-info.effect:hover .product-item-details .product-reviews-summary,
.products-grid .product-item-info.effect:hover .product-item-details .product-item-name,
.products-grid .product-item-info.effect:hover .product-item-details .price-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.products-grid .product-item-info.effect:hover div[class^="swatch-opt-"] {
  max-height: 100px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  margin-top: 15px;
  transition: max-height 1s, opacity 0.3s, margin-top 0.3s;
  -webkit-transition: max-height 1s, opacity 0.3s, margin-top 0.3s;
  -moz-transition: max-height 1s, opacity 0.3s, margin-top 0.3s;
  -o-transition: max-height 1s, opacity 0.3s, margin-top 0.3s;
}
.products-grid .product-item-info.effect:hover .product-item-actions .actions-quickview,
.products-grid .product-item-info.effect:hover .product-item-actions .action-wishlist,
.products-grid .product-item-info.effect:hover .product-item-actions .actions-compare {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
.products-grid .product-item-info.effect:hover .product-item-actions .actions-quickview .action:not(.primary),
.products-grid .product-item-info.effect:hover .product-item-actions .action-wishlist .action:not(.primary),
.products-grid .product-item-info.effect:hover .product-item-actions .actions-compare .action:not(.primary) {
  max-height: 60px;
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item-info.effect:hover .actions-primary {
  transform: translate(-50%,-50%) scale(1,1);
  -webkit-transform: translate(-50%,-50%) scale(1,1);
  -moz-transform: translate(-50%,-50%) scale(1,1);
  -o-transform: translate(-50%,-50%) scale(1,1);
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item-info.effect .actions-primary {
  position: absolute;
  top: 33%;
  left: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transform: translate(-50%,-50%) scale(0.6,0.6);
  -webkit-transform: translate(-50%,-50%) scale(0.6,0.6);
  -moz-transform: translate(-50%,-50%) scale(0.6,0.6);
  -o-transform: translate(-50%,-50%) scale(0.6,0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.products-grid .product-item-info.effect .actions-primary .action {
  white-space: nowrap;
}
.products-grid .product-item-info.effect div[class^="swatch-opt-"] {
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s, opacity 0.2s, margin-top 0.4s;
  -webkit-transition: max-height 0.4s, opacity 0.2s, margin-top 0.4s;
  -moz-transition: max-height 0.4s, opacity 0.2s, margin-top 0.4s;
  -o-transition: max-height 0.4s, opacity 0.2s, margin-top 0.4s;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
}
.products-grid .product-item-info.effect .product-item-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 20px 25px 25px;
  background: #fff;
}
.products-grid .product-item-info.effect .product-item-actions {
  position: static;
  max-width: 220px;
  margin: 0 auto 15px;
}
.products-grid .product-item-info.effect .product-item-actions .actions-quickview,
.products-grid .product-item-info.effect .product-item-actions .action-wishlist,
.products-grid .product-item-info.effect .product-item-actions .actions-compare {
  padding-left: 0;
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  width: auto;
}
.products-grid .product-item-info.effect .product-item-actions .actions-quickview .action:not(.primary),
.products-grid .product-item-info.effect .product-item-actions .action-wishlist .action:not(.primary),
.products-grid .product-item-info.effect .product-item-actions .actions-compare .action:not(.primary) {
  border: 0;
  margin: 0 auto;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  color: #000;
  font-size: 19px;
  line-height: 40px;
  transition: all 0.4s linear, color 0.15s;
  -webkit-transition: all 0.4s linear, color 0.15s;
  -moz-transition: all 0.4s linear, color 0.15s;
  -o-transition: all 0.4s linear, color 0.15s;
}
.products-grid .product-item-info.effect .product-item-actions .actions-quickview .action:not(.primary):hover,
.products-grid .product-item-info.effect .product-item-actions .action-wishlist .action:not(.primary):hover,
.products-grid .product-item-info.effect .product-item-actions .actions-compare .action:not(.primary):hover {
  color: #fff;
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary {
    width: 1%;
    text-align: center;
  }
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart {
    width: 40px;
    padding: 0 !important;
  }
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text {
    display: none;
  }
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 0px;
  }
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview .action {
    margin: 0 auto;
  }
}
@media (max-width: 1365px) and (min-width: 1200px) {
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .container-fluid .col-md-6 > .single-product .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .column.main .container .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  .column.main .container .products-grid .items.row-4 .actions-compare,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-4 .actions-compare,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-4 .actions-compare,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-4 .actions-compare,
  .column.main .container .products-grid .items.row-4 .action-wishlist,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-4 .action-wishlist,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-4 .action-wishlist,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-4 .action-wishlist,
  .column.main .container .products-grid .items.row-4 .actions-quickview,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-4 .actions-quickview,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-4 .actions-quickview,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-4 .actions-quickview {
    padding-left: 5px;
  }
  .column.main .container .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions,
  .column.main .container .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .column.main .container .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .column.main .container .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary {
    width: 1%;
    text-align: center;
  }
  .column.main .container .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .column.main .container .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart {
    width: 40px;
    padding: 0;
  }
  .column.main .container .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .column.main .container .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text {
    display: none;
  }
  .column.main .container .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .column.main .container .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  .column.main .container .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main .container .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main .container .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main .container .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main .container .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .column.main .container .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 0px;
  }
  .column.main .container .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .column.main .container .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .column.main .container .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .column.main .container .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .column.main .container .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .column.main .container .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .catalog-product-view:not(.fullwidth):not(.template-1) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  body:not(.cms-index-index):not(.catalog-product-view):not(.catalog-category-view):not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .catalog-category-view.page-layout-1column:not(.fullwidth) .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action {
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .column.main.col-lg-6 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main.col-lg-9 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main.col-lg-12 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main .container .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main.col-lg-6 .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main.col-lg-9 .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main.col-lg-12 .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main .container .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main.col-lg-6 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .column.main.col-lg-9 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .column.main.col-lg-12 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .column.main .container .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 3px;
  }
  .column.main.col-lg-6 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart::before,
  .column.main.col-lg-9 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart::before,
  .column.main.col-lg-12 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart::before,
  .column.main .container .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart::before {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .column.main.col-lg-6 .product-item-info:not(.effect) .product-item-actions,
  .column.main.col-lg-9 .product-item-info:not(.effect) .product-item-actions {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .column.main.col-lg-6 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .column.main.col-lg-9 .product-item-info:not(.effect) .product-item-actions .actions-primary {
    width: 1%;
    text-align: center;
  }
  .column.main.col-lg-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .column.main.col-lg-9 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart {
    width: 40px;
    padding: 0;
    padding: 0 !important;
  }
  .column.main.col-lg-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .column.main.col-lg-9 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text {
    display: none;
  }
  .column.main.col-lg-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .column.main.col-lg-9 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  .column.main.col-lg-6 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main.col-lg-9 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main.col-lg-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main.col-lg-9 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main.col-lg-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .column.main.col-lg-9 .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 0px;
  }
  .column.main.col-lg-6 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .column.main.col-lg-9 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .column.main.col-lg-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .column.main.col-lg-9 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .column.main.col-lg-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .column.main.col-lg-9 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .column.main.col-lg-6 .products-grid .items:not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .column.main.col-lg-9 .products-grid .items .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items.row-3 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items.row-3 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items.row-3 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items.row-3 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items.row-3 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items.row-3 .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 5px;
  }
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 10px;
  }
  .column.main.col-lg-6 .products-grid .items:not(.row-2) .product-item-info:not(.effect) .product-item-actions,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions,
  .fullwidth .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions,
  .template-1 .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .column.main.col-lg-6 .products-grid .items:not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .fullwidth .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .template-1 .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-primary {
    width: 1%;
    text-align: center;
  }
  .column.main.col-lg-6 .products-grid .items:not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .fullwidth .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .template-1 .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart {
    width: 40px;
    padding: 0 !important;
  }
  .column.main.col-lg-6 .products-grid .items:not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .fullwidth .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .template-1 .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text {
    display: none;
  }
  .column.main.col-lg-6 .products-grid .items:not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .fullwidth .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .template-1 .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  .column.main.col-lg-6 .products-grid .items:not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-compare,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .fullwidth .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .template-1 .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main.col-lg-6 .products-grid .items:not(.row-2) .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .fullwidth .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .template-1 .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main.col-lg-6 .products-grid .items:not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .fullwidth .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .template-1 .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 0px;
  }
  .column.main.col-lg-6 .products-grid .items:not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .fullwidth .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .template-1 .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .column.main.col-lg-6 .products-grid .items:not(.row-2) .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .fullwidth .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .template-1 .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .column.main.col-lg-6 .products-grid .items:not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  body:not(.catalog-product-view):not(.fullwidth) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .catalog-product-view:not(.fullwidth):not(.template-1) .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2) .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .fullwidth .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .template-1 .column.main.col-lg-9 .products-grid .items:not(.row-3):not(.row-2):not(.row-4) .product-item-info:not(.effect) .product-item-actions .actions-quickview .action {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 1810px) {
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary {
    width: 1%;
    text-align: center;
  }
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart {
    width: 40px;
    padding: 0 !important;
  }
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text {
    display: none;
  }
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 0px;
  }
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .template-1 .column.main.col-lg-9 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .column.main.col-lg-6 .products-grid .items.row-2 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main.col-lg-6 .products-grid .items.row-2 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main.col-lg-6 .products-grid .items.row-2 .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 6px;
  }
}
@media (min-width: 1366px) {
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-3 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-3 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .fullwidth .column.main.col-lg-9 .products-grid .items.row-3 .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 14px;
  }
}
@media (max-width: 1365px) and (min-width: 1200px) {
  .fullwidth .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .template-1 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .column.main .container-fluid .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  .fullwidth .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .template-1 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main .container-fluid .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .fullwidth .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .template-1 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main .container-fluid .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .fullwidth .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .template-1 .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .column.main .container-fluid .products-grid .items.row-4 .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 5px;
  }
}
@media (max-width: 1799px) and (min-width: 1700px) {
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 5px;
  }
}
@media (max-width: 1699px) and (min-width: 1200px) {
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary {
    width: 1%;
    text-align: center;
  }
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart {
    width: 40px;
    padding: 0;
  }
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text {
    display: none;
  }
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 0;
  }
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .fullwidth .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .template-1 .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .column.main .container-fluid .products-grid .items.row-5 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .fullwidth .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions,
  .template-1 .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions,
  .column.main .container-fluid .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .fullwidth .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .template-1 .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary,
  .column.main .container-fluid .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary {
    width: 1%;
    text-align: center;
  }
  .fullwidth .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .template-1 .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .column.main .container-fluid .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart {
    width: 40px;
    padding: 0;
  }
  .fullwidth .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .template-1 .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text,
  .column.main .container-fluid .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart .text {
    display: none;
  }
  .fullwidth .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .template-1 .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .column.main .container-fluid .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  .fullwidth .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .template-1 .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main .container-fluid .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .fullwidth .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .template-1 .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main .container-fluid .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .fullwidth .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .template-1 .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .column.main .container-fluid .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 0;
  }
  .fullwidth .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .template-1 .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .column.main .container-fluid .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-compare .action,
  .fullwidth .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .template-1 .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .column.main .container-fluid .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .action-wishlist .action,
  .fullwidth .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .template-1 .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action,
  .column.main .container-fluid .products-grid .items.row-6 .product-item-info:not(.effect) .product-item-actions .actions-quickview .action {
    margin: 0 auto;
  }
}
@media (max-width: 1199.98px) {
  .fullwidth .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .template-1 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart,
  .column.main .container-fluid .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart {
    padding: 0 15px;
  }
  .fullwidth .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .template-1 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main .container-fluid .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .fullwidth .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .template-1 .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main .container-fluid .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .fullwidth .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .template-1 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .column.main .container-fluid .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 10px;
  }
}
@media (max-width: 815px) and (min-width: 768px) {
  .fullwidth .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .template-1 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before,
  .column.main .container-fluid .products-grid .product-item-info:not(.effect) .product-item-actions .actions-primary .tocart:before {
    margin-right: 0;
  }
  .fullwidth .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .template-1 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .column.main .container-fluid .products-grid .product-item-info:not(.effect) .product-item-actions .actions-compare,
  .fullwidth .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .template-1 .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .column.main .container-fluid .products-grid .product-item-info:not(.effect) .product-item-actions .action-wishlist,
  .fullwidth .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .template-1 .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview,
  .column.main .container-fluid .products-grid .product-item-info:not(.effect) .product-item-actions .actions-quickview {
    padding-left: 4px;
  }
}
/* Products List - List Mode */
.description .nav-tabs {
  border-bottom: 0;
  list-style: none;
  padding: 0;
}
.description .nav-tabs li {
  margin-bottom: 20px;
}
.description .nav-tabs li a {
  padding-bottom: 5px;
  display: inline-block;
}
.description .nav-tabs li a.active {
  border-bottom: 2px solid #000;
}
.description .nav-tabs li a.active h6 {
  color: #000;
}
.description .nav-tabs li + li {
  margin-left: 30px;
}
.description .nav-tabs h6 {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #acacac;
}
.products-list .product-item .rating-summary .label,
.products-list .product-item .reviews-actions {
  display: none;
}
.products-list .product-item .price-box {
  margin-top: 5px;
}
.products-list .product-item .price-box .price,
.products-list .product-item .price-box .old-price .price {
  font-size: 18px;
}
.products-list .product-item .product-item-info {
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-list .product-item .product-item-info .product-item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0;
  position: relative;
}
.products-list .product-item .product-item-info .product-item-image .photo {
  display: block;
  overflow: hidden;
  position: relative;
}
.products-list .product-item .product-item-info .product-item-image .product-item-image-wrapper {
  position: relative;
}
.products-list .product-item .product-item-info .product-item-image .product-item-image-wrapper:hover .mgs-quickview {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.products-list .product-item .product-item-info .product-item-image .product-item-image-wrapper .mgs-quickview {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  padding: 0;
  background-color: #fff;
  display: block;
  border: 1px solid #ebebeb;
  border-radius: 40px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
}
.products-list .product-item .product-item-info .product-item-image .product-item-image-wrapper .mgs-quickview:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.products-list .product-item .product-item-info .product-item-image .product-item-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
}
.products-list .product-item .product-item-info .product-item-image .product-item-image-wrapper img.img-hover-show {
  opacity: 0 !important;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  -moz-transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1);
}
.products-list .product-item .product-item-info .product-item-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 30px 30px 38px 30px;
}
.products-list .product-item .product-item-info .product-item-details .product-item-name {
  margin-bottom: 5px;
}
.products-list .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.products-list .product-item .product-item-info .product-item-details .product-item-description {
  margin-top: 30px;
}
.products-list .product-item .product-item-info .product-item-details div[class^="swatch-opt-"] {
  margin: 15px 0;
}
.products-list .product-item .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-attribute {
  margin-bottom: 10px;
}
.products-list .product-item .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-option {
  width: 30px;
  height: 30px;
}
.products-list .product-item .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-option + .swatch-option {
  margin-left: 10px;
}
.products-list .product-item .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-option.text {
  width: auto;
  height: 35px;
  min-width: 35px;
  line-height: 32px;
  padding: 0 9px;
  text-align: center;
}
.products-list .product-item .product-item-info .product-item-details .product-item-actions {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 50px;
}
.products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  flex: 1;
  max-width: 200px;
}
.products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button {
  width: 100%;
}
.products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-compare,
.products-list .product-item .product-item-info .product-item-details .product-item-actions .action-wishlist {
  flex: 0;
  margin-left: 15px;
}
.products-list .product-item .product-item-info .product-item-details .product-item-actions .action.tocart {
  height: 40px;
  padding: 0 10px;
}
.products-list .product-item .product-item-info .product-item-details .product-item-actions .action.tocart:before {
  content: "";
  display: inline-block;
  margin-right: 3%;
  height: 18px;
  width: 18px;
  background-image: url(../../frontend/Mgs/hebes/el_GR/images/black-bag.svg);
  vertical-align: sub;
}
.products-list .product-item .product-item-info .product-item-details .product-item-actions .action.tocart span {
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 84px;
  display: inline-block;
  white-space: nowrap;
  line-height: 18px;
  vertical-align: text-bottom;
}
.products-list .product-item .product-item-info .product-item-details .product-item-actions .action.tocart:hover:before {
  background-image: url(../../frontend/Mgs/hebes/el_GR/images/white-bag.svg);
}
.products-list .product-item .product-item-info .product-item-details .product-item-actions .action-wishlist a .icon:before {
  font-family: "Ionicons";
  content: "\f387";
}
.products-list .product-item .product-item-info .product-item-details .product-item-actions .tocompare,
.products-list .product-item .product-item-info .product-item-details .product-item-actions .action-wishlist a {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  padding: 0;
  background-color: #fff;
  display: block;
  border: 1px solid #ebebeb;
  border-radius: 40px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.products-list .product-item .product-item-info .product-item-details .product-item-actions .tocompare:hover,
.products-list .product-item .product-item-info .product-item-details .product-item-actions .action-wishlist a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.products-list .product-item .product-item-info .product-item-image:hover .product-item-photo .img-hover-show {
  opacity: 1 !important;
  visibility: visible;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
/* Products List (Widget) - List Mode */
.list-products .product-item + .product-item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d7d7d7;
}
.list-products .product-item .product-item-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-products .product-item .product-item-info .product-item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  position: relative;
}
.list-products .product-item .product-item-info .product-item-details {
  padding: 0 0 55px 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  position: relative;
}
.list-products .product-item .product-item-info .product-item-details .product-item-name a {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.list-products .product-item .product-item-info .product-item-details .price-box {
  margin-top: 5px;
}
.list-products .product-item .product-item-info .product-item-details .product-item-actions {
  height: 40px;
  overflow: hidden;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  position: absolute;
  left: 25px;
  bottom: 0;
}
.list-products .product-item .product-item-info .product-item-details .product-item-actions > div + div {
  margin-left: 5px;
}
.list-products .product-item .product-item-info .product-item-details .product-item-actions .action {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #999999;
  background-color: #d7d7d7;
  border: 1px solid #d7d7d7;
}
.list-products .product-item .product-item-info .product-item-details .product-item-actions .action:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
/* Fotorama Gallery */
.fotorama__stage__frame .fotorama__img {
  min-width: 100%;
}
.fotorama__thumb-border {
  border-color: #a1a1a1 !important;
}
.fotorama .fotorama__arr:hover,
.fotorama .fotorama__thumb__arr:hover,
.fotorama .fotorama__arr:active,
.fotorama .fotorama__thumb__arr:active {
  background: none;
}
.fotorama-video-container:after {
  background: url(../../frontend/Mgs/hebes/el_GR/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
  transition: all 300ms;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container .video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container .video-unplayed:hover:after {
  transform: scale(1.2);
}
.fotorama .video-thumb-icon:after {
  background: url(../../frontend/Mgs/hebes/el_GR/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.fotorama .product-video {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama .product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama .fotorama__arr {
  background-color: transparent;
}
.fotorama .fotorama__arr .fotorama__arr__arr {
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: none;
  text-align: center;
}
.fotorama .fotorama__arr .fotorama__arr__arr:after {
  content: "\f3d2";
  font-family: "Ionicons";
  font-size: 40px;
  color: #000;
}
.fotorama .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:after {
  content: "\f3d3";
}
.fotorama .fotorama__thumb__arr .fotorama__thumb--icon {
  background: none;
  text-align: center;
  padding: 0;
}
.fotorama .fotorama__thumb__arr .fotorama__thumb--icon:after {
  content: "\f3d2";
  font-family: "Ionicons";
  color: #000;
  font-size: 30px;
  line-height: 20px;
}
.fotorama .fotorama__thumb__arr.fotorama__thumb__arr--right .fotorama__thumb--icon:after {
  content: "\f3d3";
}
.fotorama .fotorama__nav--dots {
  margin-top: 20px !important;
}
.fotorama .fotorama__nav--dots .fotorama__dot {
  position: static;
  width: 12px;
  height: 12px;
  display: block;
  background-color: #e1e1e1;
  border: 2px solid #e1e1e1;
  margin: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.fotorama .fotorama__nav--dots .fotorama__active .fotorama__dot {
  background-color: transparent;
}
.fotorama .fotorama__nav--dots .fotorama__nav__frame {
  width: auto !important;
  height: auto !important;
  padding: 0 6px;
}
.fotorama .fotorama__nav--dots .fotorama__nav__frame:not(.fotorama__active) {
  cursor: pointer;
}
/* Product Detail */
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.items.samples {
  margin-top: 10px;
  margin-bottom: 20px;
}
.links-title {
  display: none;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.links-title + br {
  display: none;
}
.description_extra {
  color: #a1a1a1;
  font-size: 17px;
  margin-left: -15px;
  margin-right: -15px;
}
.description_extra .value {
  padding: 100px 0;
}
.description_extra .row div:nth-child(2n) img {
  float: right;
}
.description_extra .value .item {
  padding-top: 160px;
  padding-bottom: 160px;
  background-repeat: no-repeat;
  background-size: cover;
}
.description_extra .value .item:first-child {
  margin-top: -100px;
}
.description_extra .value .item:last-child {
  margin-bottom: -100px;
}
@media (min-width: 992px) {
  .product.media.width-30 {
    max-width: 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
  }
  .product.media.width-40 {
    max-width: 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
  }
  .product.media.width-50 {
    max-width: 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
  }
  .product.media.width-60 {
    max-width: 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
  }
  .product.media.width-70 {
    max-width: 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
  }
}
.catalog-product-view.extra-gallery-fullwidth .hidden-title {
  display: none;
}
.catalog-product-view.extra-gallery-fullwidth.template-2.page-layout-1column .product.media,
.catalog-product-view.extra-gallery-fullwidth.template-1.page-layout-1column .product.media {
  overflow: visible;
}
.catalog-product-view.extra-gallery-fullwidth.template-2.page-layout-1column .product.media:after,
.catalog-product-view.extra-gallery-fullwidth.template-1.page-layout-1column .product.media:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: #f0f5f9;
}
.detail-page-grid-products .content-heading .title {
  font-size: 36px;
  text-transform: capitalize;
  letter-spacing: 0;
  text-align: center;
}
.product-item-info .product-top {
  text-align: center;
}
.product.media .product.item-image .popup-video .ti-video-camera:before {
  content: "\e6ad";
  width: 70px;
  display: inline-block;
  line-height: 70px;
  padding: 0 0 0 3px;
}
.catalog-product-view.template-3 .row-detail-product {
  padding-top: 50px;
}
.catalog-product-view .product.media .product.item-image {
  width: 100%;
}
.catalog-product-view .detail-label .product-label {
  left: auto;
  right: 40px;
  top: 10px;
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -o-transform: unset;
}
.catalog-product-view .detail-label .product-label + .product-label {
  top: 60px;
}
.catalog-product-view.extra-gallery-sticky .detail-label .product-label {
  right: 30px;
}
.catalog-product-view .single-image-wrapper {
  text-align: center;
}
.catalog-product-view #maincontent {
  padding-top: 0;
  padding-bottom: 0;
}
.catalog-product-view.template-1.page-layout-1column #maincontent {
  width: 100%;
  max-width: 100%;
}
.catalog-product-view.template-2.page-layout-1column.extra-gallery-fullwidth .description_extra,
.catalog-product-view.template-1.page-layout-1column.extra-gallery-fullwidth .description_extra,
.catalog-product-view.template-2.page-layout-1column .single-image-wrapper,
.catalog-product-view.template-1.page-layout-1column .single-image-wrapper,
.catalog-product-view.template-2.page-layout-1column .page-title-wrapper,
.catalog-product-view.template-1.page-layout-1column .page-title-wrapper,
.catalog-product-view.template-2.page-layout-1column .product.media,
.catalog-product-view.template-1.page-layout-1column .product.media,
.catalog-product-view.template-2.page-layout-1column #placeholder-header,
.catalog-product-view.template-1.page-layout-1column #placeholder-header,
.catalog-product-view.template-2.page-layout-1column .header:not(.active-sticky),
.catalog-product-view.template-1.page-layout-1column .header:not(.active-sticky),
.catalog-product-view.template-2.page-layout-1column .row-detail-product,
.catalog-product-view.template-1.page-layout-1column .row-detail-product {
  background: #f0f5f9;
}
.catalog-product-view.absolute-header .absolute-header + .header:not(.active-sticky) {
  background-color: transparent !important;
}
.catalog-product-view.absolute-header .page-title-wrapper.background-image {
  padding-top: 145px;
  padding-bottom: 75px;
}
.catalog-product-view.extra-gallery-fullwidth .page-title-wrapper:not(.background-image) .breadcrumbs {
  padding-bottom: 0;
}
.catalog-product-view .product.detailed.container {
  padding: 0;
}
.catalog-product-view .field .legend {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
  line-height: 1;
}
.catalog-product-view .field select:not(.multiselect) {
  background-color: transparent;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.catalog-product-view .field .multiselect {
  background-color: transparent;
}
.catalog-product-view .field.date select {
  padding: 0 30px 0 19px;
  background-position: center right 5px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  border-radius: 0;
}
.catalog-product-view .field.downloads > .label {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.catalog-product-view .content-heading .title {
  font-size: 36px;
  text-transform: capitalize;
  letter-spacing: 0;
  text-align: center;
}
.catalog-product-view .sidebar .product-brand .brand-image {
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 15px;
}
.catalog-product-view .sidebar .product-brand .brand-image img {
  max-width: 100% !important;
  max-height: 150px !important;
  width: auto;
  height: auto;
}
.catalog-product-view.page-layout-1column.template-3 .hidden-title .breadcrumbs {
  opacity: 0;
  padding-top: 22px;
}
.catalog-product-view:not(.page-layout-1column) .row-detail-product {
  padding-bottom: 30px;
}
.catalog-product-view .page-main > .row > .sidebar {
  padding-top: 35px;
}
.catalog-product-view .row-detail-product {
  position: relative;
  padding-bottom: 90px;
  padding-top: 30px;
}
.catalog-product-view .product.media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  padding: 0 30px 0 15px;
  max-width: 55%;
  order: 1;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.catalog-product-view .product.media .action-skip-wrapper {
  display: none !important;
}
.catalog-product-view .product-info-price {
  margin-bottom: 20px;
}
.catalog-product-view .product-options-bottom .price-box {
  display: none;
}
.catalog-product-view .product-info-main {
  flex: 1;
  padding: 0 15px 0 30px;
  order: 2;
  color: #a1a1a1;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.catalog-product-view .product-info-main .product-detail-name .name {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
.catalog-product-view .product-info-main .price-box .price {
  font-size: 24px;
  font-weight: 700;
}
.catalog-product-view .product-info-main .price-box .old-price {
  margin-top: 4px;
}
.catalog-product-view .product-info-main .price-box .old-price .price {
  font-size: 21px;
  color: #a1a1a1;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-info-list-additional {
  clear: left;
  margin-top: 20px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute.sku {
  text-align: right;
  float: right;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute.sku,
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available {
  display: inline-block;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute.sku .value,
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available .value {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-info-stock-sku > div strong {
  font-weight: 700;
  min-width: 150px;
  margin-right: 30px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .product-brand {
  padding-top: 10px;
  clear: both;
}
.catalog-product-view .product-info-main .product-info-stock-sku .product-brand .brand-name a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.catalog-product-view .product-info-main .box-tocart {
  margin-top: 40px;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset .actions {
  flex: 1;
  min-width: 169px;
  margin-right: 15px;
  max-width: 250px;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset .actions button {
  width: 100%;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset .product-addto-links {
  flex: 0;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset .product-addto-links + .product-addto-links {
  margin-left: 15px;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset .field.qty {
  margin-right: 20px;
  flex: 0;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset .field.qty .input-text {
  width: 120px;
  text-align: center;
  border: 1px solid #d7d7d7;
  color: #000;
  line-height: 45px;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset .field.qty .label {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset .field.qty .qty-pr {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset .field.qty .edit-qty {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ababab;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset .field.qty .edit-qty i:before {
  font-weight: 700;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset .field.qty .edit-qty:hover {
  color: #000000;
}
.catalog-product-view .product-info-main .box-tocart > .fieldset .field.qty .edit-qty.plus {
  right: 20px;
  left: auto;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart {
  margin-bottom: 20px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
.catalog-product-view .product-info-main .product-addto-links a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 43px;
  position: relative;
  overflow: hidden;
  border-radius: 45px;
  border: 1px solid #d7d7d7;
  font-size: 20px;
}
.catalog-product-view .product-info-main .product-addto-links a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.catalog-product-view .product-info-main .product-addto-links a span {
  display: none;
}
.catalog-product-view .product-info-main .product-addto-links a.towishlist > span {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-addto-links a.tocompare:after {
  font-family: "Ionicons";
  content: "\f4a8";
}
.catalog-product-view .product-info-main .product-addto-links a.mailto:after {
  font-family: "Ionicons";
  content: "\f422";
}
.catalog-product-view .product.attribute.overview {
  margin: 25px 0;
}
.catalog-product-view .product.attribute.overview .nav-tabs {
  border-bottom: 0;
}
.catalog-product-view .product.attribute.overview .nav-tabs li {
  margin-bottom: 20px;
}
.catalog-product-view .product.attribute.overview .nav-tabs li a {
  padding-bottom: 5px;
  display: inline-block;
}
.catalog-product-view .product.attribute.overview .nav-tabs li a.active {
  border-bottom: 2px solid #000;
}
.catalog-product-view .product.attribute.overview .nav-tabs li a.active h6 {
  color: #000;
}
.catalog-product-view .product.attribute.overview .nav-tabs li + li {
  margin-left: 50px;
}
.catalog-product-view .product.attribute.overview .nav-tabs h6 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #acacac;
}
.sharethis h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-right: 15px;
  line-height: 40px;
  vertical-align: bottom;
}
.sharethis .sharethis-inline-share-buttons {
  display: inline-block !important;
  line-height: 40px;
  vertical-align: bottom;
}
.sharethis .sharethis-inline-share-buttons .st-btn {
  background-color: transparent !important;
}
.sharethis .sharethis-inline-share-buttons .st-btn:hover {
  top: 0 !important;
  opacity: 1 !important;
}
.sharethis .sharethis-inline-share-buttons .st-btn:hover > svg {
  fill: #606da6 !important;
}
.sharethis .sharethis-inline-share-buttons .st-btn > svg {
  fill: #a1a1a1 !important;
}
.product-info-main .box-tocart .action.tocart {
  font-size: 14px;
}
.product-info-main .bundle-actions {
  margin-top: 40px;
}
.product-info-main .sharethis {
  margin-top: 20px;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped {
  margin: 20px 0 0;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped .control.qty {
  position: relative;
  font-weight: 700;
  color: #000;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped .control.qty input {
  color: #000;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped .control.qty .edit-qty {
  position: absolute;
  cursor: pointer;
  line-height: 45px;
  left: 10px;
  top: 0;
  padding: 0 5px;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped .control.qty .edit-qty.plus {
  right: 10px;
  left: auto;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped thead tr th {
  text-transform: uppercase;
  vertical-align: middle;
  color: #000;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-bottom: 0;
  font-size: 14px;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped thead tr th + th {
  text-align: center;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody {
  border: 0;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td {
  vertical-align: middle;
  border: 1px solid #d7d7d7;
  padding: 10px 15px;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td.qty .input-text.qty {
  width: 100px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #d7d7d7;
  line-height: 45px;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td .product-item-name {
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 6px;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td .price-box .old-price {
  margin: 0;
}
.product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td .price-box .price-container .price {
  font-size: 18px;
}
.product-info-main .product-add-form .product-options-wrapper {
  margin-bottom: 20px;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-opt {
  margin: 0;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-input.super-attribute-select {
  height: 0px !important;
  overflow: hidden !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  margin: 0 !important !important;
  padding: 0 !important !important;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute + .swatch-attribute {
  margin-top: 25px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field {
  margin-bottom: 40px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .input-text {
  background-color: transparent;
  border: 1px solid #d7d7d7;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .input-text:not(.qty) {
  border-radius: 0;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field > label.label {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field > label.label + label.label {
  margin-top: 18px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .field.choice .label {
  font-size: 16px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .field.choice .label > span {
  margin-right: 10px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .field.choice .label a:hover {
  color: #000;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .field.choice .label .price-wrapper {
  color: #000;
  font-weight: 700;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute-label {
  font-size: 14px;
  color: #888;
  margin-bottom: 0;
  display: inline-block;
  line-height: 45px;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute-selected-option {
  padding-left: 5px;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-options {
  margin: 0;
  display: inline-block;
  float: right;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option {
  cursor: pointer;
  height: 40px;
  min-width: 40px;
  text-align: center;
  border-radius: 40px;
  z-index: 1;
  margin: 0 0 0 15px;
  float: left;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option:before,
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option:after {
  display: none;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option:hover:before,
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option:hover:after {
  display: block;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.image {
  background-size: cover !important;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.text {
  color: #a1a1a1;
  padding: 0 12px;
  width: auto;
  font-size: 14px;
  line-height: 38px;
  height: 42px;
  min-width: 42px;
  vertical-align: middle;
  background-color: #fff;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.text.selected {
  color: #000;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.disabled {
  cursor: default;
  overflow: hidden;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.disabled:before {
  content: "";
  transform: rotate(-45deg);
  display: block;
  height: 2px;
  width: 300px;
  position: absolute;
  margin: -1px 0 0 -150px;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  background-color: #ff0000;
  visibility: visible;
  opacity: 1;
  border: none;
  z-index: 2;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.disabled:after {
  content: "";
  transform: none;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  visibility: visible;
  opacity: 0.5;
  border: none;
  z-index: 1;
}
.product-info-main .product-add-form .bundle-options-wrapper .field.qty {
  margin-top: 10px;
}
.product-info-main .product-add-form .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  color: #000;
  font-weight: 700;
  margin-right: 5px;
}
.product-info-main .product-add-form .bundle-options-wrapper .field.qty > .label + .control {
  display: inline-block;
}
.product-info-main .product-add-form .bundle-options-wrapper .field.qty .input-text.qty {
  width: 100px;
}
.product-info-main .product-add-form .bundle-options-wrapper .fieldset-bundle-options > #customizeTitle {
  display: none;
}
.product-info-main .product-add-form .bundle-options-wrapper .fieldset-bundle-options > #customizeTitle + br {
  display: none;
}
.product-info-main .product-add-form .bundle-options-wrapper .product-options-bottom {
  margin: 0;
}
.product-info-main .product-add-form .bundle-options-wrapper .product-options-wrapper > .fieldset > .required {
  display: none;
}
.product-info-main .product-add-form .block-bundle-summary > .title {
  font-size: 24px;
  color: #000;
}
.product-info-main .product-add-form .block-bundle-summary .bundle-summary .bundle.items li {
  margin-top: 10px;
}
.product-info-main .product-add-form .block-bundle-summary .bundle-summary .bundle.items .label {
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.product-info-main .product-add-form .block-bundle-summary .bundle-summary + .bundle-info {
  margin-top: 20px;
}
.product-info-main .product-add-form .block-bundle-summary .bundle-summary + .bundle-info .available {
  display: none;
}
.product-info-main .product-add-form .block-bundle-summary .bundle-info .product-details .stock span {
  color: #8bc500;
}
/* Product Detail Tab */
.product.attribute.description h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.product.attribute.description h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}
.product.attribute.description .row + .row {
  margin-top: 50px;
}
.product.attribute.description .row + .row .margin-top85 {
  margin-top: 85px;
}
.product.attribute.description ul {
  list-style: inside;
}
.product.attribute.description .swatch-attribute-options {
  display: table;
  width: 100%;
  margin-top: 40px;
}
.product.attribute.description .swatch-attribute-options .swatch-option {
  height: 40px;
  width: 40px;
  cursor: default;
  border: 0;
  box-shadow: none;
}
.product.attribute.description .swatch-attribute-options li {
  display: table-cell;
  vertical-align: middle;
}
.product.attribute.description .swatch-attribute-options li h6 {
  padding-left: 55px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .product.attribute.description .row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .product.attribute.description .row > div {
    padding: 0 50px;
  }
}
.value .item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-detail-infomation {
  position: relative;
}
.product-detail-infomation .product.data.items {
  padding: 100px 0 80px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: -1px;
}
.product-detail-infomation .product-data-items-menu {
  display: table;
  margin: 0 auto;
  max-width: 100%;
}
.product-detail-infomation .product-data-items-menu:after {
  content: "";
  display: table;
  clear: both;
}
.product-detail-infomation .product-data-items-menu .data.item.title {
  display: table-cell;
  font-size: 24px;
  padding: 0 46px;
  white-space: nowrap;
}
.product-detail-infomation .product-data-items-menu .data.item.title a {
  font-weight: 700;
}
.product-detail-infomation .product-data-items-menu .data.item.title a .counter:before {
  content: "(";
}
.product-detail-infomation .product-data-items-menu .data.item.title a .counter:after {
  content: ")";
}
.product-detail-infomation .product-data-items-menu .data.item.title a:hover,
.product-detail-infomation .product-data-items-menu .data.item.title.active a {
  color: #000000;
}
.product-detail-infomation .product-data-items-content .data.item.content {
  padding-top: 55px;
}
.product-detail-infomation .product-data-items-content .title-accordion {
  display: none;
}
.product-detail-infomation .product-data-items-content .table.additional-attributes tbody tr:nth-child(2n) {
  background-color: #fafafa;
}
.product-detail-infomation .product-data-items-content .table.additional-attributes tbody tr th {
  display: table-cell;
  width: 30%;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 10px 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.product-detail-infomation .product-data-items-content .table.additional-attributes tbody tr td {
  padding: 10px 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border: 1px solid #d7d7d7;
}
.page-layout-2columns-left .product-detail-infomation .product-data-items-menu,
.page-layout-2columns-right .product-detail-infomation .product-data-items-menu {
  margin: 0;
}
.page-layout-2columns-left .product-detail-infomation .product-data-items-menu .data.item.title,
.page-layout-2columns-right .product-detail-infomation .product-data-items-menu .data.item.title {
  padding: 0;
}
.page-layout-2columns-left .product-detail-infomation .product-data-items-menu .data.item.title + .data.item.title,
.page-layout-2columns-right .product-detail-infomation .product-data-items-menu .data.item.title + .data.item.title {
  padding-left: 50px;
}
.page-layout-2columns-left .content-heading,
.page-layout-2columns-right .content-heading,
.page-layout-2columns-left .content-heading .title,
.page-layout-2columns-right .content-heading .title,
.page-layout-2columns-left .review-form-actions,
.page-layout-2columns-right .review-form-actions,
.page-layout-2columns-left .product-detail-infomation .block.review-add,
.page-layout-2columns-right .product-detail-infomation .block.review-add,
.page-layout-2columns-left .product-detail-infomation .block.review-list,
.page-layout-2columns-right .product-detail-infomation .block.review-list {
  text-align: left;
}
.page-layout-2columns-left .review-field-ratings .control > .nested,
.page-layout-2columns-right .review-field-ratings .control > .nested {
  justify-content: left;
}
.page-layout-2columns-left .review-field-ratings .control > .nested .review-field-rating,
.page-layout-2columns-right .review-field-ratings .control > .nested .review-field-rating {
  padding-left: 0;
  padding-right: 20px;
}
/* ==================================================== */
/* MGS_Quickview */
.ajaxcart-catalog-product-view.product-downloadable-product .ajaxcart-content-form.product-info-main {
  padding: 15px 15px 0;
}
.catalog-product-view.ajaxcart-catalog-product-view .product-info-main {
  margin: 0;
  padding: 15px;
}
.catalog-product-view.ajaxcart-catalog-product-view.product-downloadable-product .product-info-main {
  padding: 0 0 15px;
}
.catalog-product-view.ajaxcart-catalog-product-view.product-downloadable-product .product-info-main .items.samples {
  margin-top: 0;
}
.catalog-product-view.ajaxcart-catalog-product-view .row-detail-product {
  max-width: unset !important;
  padding: 0;
  margin: 0;
}
body.ratio-1.mgs-quickview-catalog-product-view .row-detail-product,
body.ratio-1 .mfp-iframe-scaler {
  padding-top: 50%;
}
body.ratio-2.mgs-quickview-catalog-product-view .row-detail-product,
body.ratio-2 .mfp-iframe-scaler {
  padding-top: 100%;
}
body.ratio-3.mgs-quickview-catalog-product-view .row-detail-product,
body.ratio-3 .mfp-iframe-scaler {
  padding-top: 75%;
}
body.ratio-4.mgs-quickview-catalog-product-view .row-detail-product,
body.ratio-4 .mfp-iframe-scaler {
  padding-top: calc(400% / 6);
}
body.ratio-5.mgs-quickview-catalog-product-view .row-detail-product,
body.ratio-5 .mfp-iframe-scaler {
  padding-top: 25%;
}
body.ratio-6.mgs-quickview-catalog-product-view .row-detail-product,
body.ratio-6 .mfp-iframe-scaler {
  padding-top: calc(100% / 3);
}
body.ratio-7.mgs-quickview-catalog-product-view .row-detail-product,
body.ratio-7 .mfp-iframe-scaler {
  padding-top: 37.5%;
}
body .mfp-img-gallery .mfp-iframe-scaler {
  padding-top: 56.25%;
}
.modal .close:hover,
.action-close:hover,
.mfp-close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mfp-img-gallery .mfp-counter {
  padding: 6px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
}
.mfp-content {
  background-color: #fff;
}
.mfp-bg {
  background-color: #fff;
  opacity: 0.6;
}
img.mfp-img {
  padding: 30px 0;
}
.mfp-img-gallery .mfp-bottom-bar,
.mfp-img-gallery .mfp-figure:before,
.mfp-img-gallery .mfp-iframe-scaler:before {
  background-color: transparent;
}
.mfp-figure:after {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  -moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
}
.mfp-img-gallery .mfp-content {
  border: 0;
}
.mfp-img-gallery .mfp-figure .mfp-close,
.mfp-img-gallery .mfp-iframe-scaler .mfp-close {
  font-size: 0;
  line-height: 50px;
  color: #000 !important;
  right: -50px;
  left: auto;
  top: -12px;
  position: absolute;
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -o-transform: unset;
}
.mfp-img-gallery .mfp-figure .mfp-close:hover:after,
.mfp-img-gallery .mfp-iframe-scaler .mfp-close:hover:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.mfp-img-gallery .mfp-figure .mfp-close:after,
.mfp-img-gallery .mfp-iframe-scaler .mfp-close:after {
  display: inline-block;
  font-size: 50px;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content,
.success-ajax--popup .mfp-content {
  width: 550px !important;
}
@media (max-width: 569px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content,
  .success-ajax--popup .mfp-content {
    max-width: 400px !important;
  }
}
@media (max-width: 410px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content,
  .success-ajax--popup .mfp-content {
    max-width: 325px !important;
  }
}
.mfp-gallery .mfp-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.mfp-content {
  -webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  -moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  border: 30px solid #fff;
  box-sizing: content-box;
}
@media (max-width: 991px) {
  .mfp-content {
    border-width: 15px;
  }
}
.mfp-content .products-grid .product-item-info:hover .product-item-details .product-reviews-summary,
.mfp-content .products-grid .product-item-info:hover .product-item-details .product-item-name,
.mfp-content .products-grid .product-item-info:hover .product-item-details .price-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.mfp-mgs-quickview .mfp-iframe-holder {
  padding: 0;
}
@media (min-width: 1366px) {
  .mfp-mgs-quickview .mfp-iframe-holder .mfp-content {
    max-width: 970px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .mfp-mgs-quickview .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
.mfp-mgs-quickview .mfp-iframe-scaler {
  background: #fff;
}
.ajaxcart-catalog-product-view .product-info-main .box-tocart > .fieldset .actions button,
.ajaxcart-catalog-product-view .product-info-main .box-tocart > .fieldset .field.qty {
  margin-bottom: 0;
}
.ajaxcart-catalog-product-view .product-info-main .box-tocart {
  margin-top: 25px;
}
.mfp-close-btn-in .mfp-close {
  top: -12px;
  right: -12px;
  color: #000;
  font-size: 0px;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.mfp-close-btn-in .mfp-close:after {
  content: "\e680";
  font-family: "Pe-icon-7-stroke";
  font-size: 40px;
  font-weight: 300;
}
.quickview-catalog-product-view {
  overflow: hidden !important;
}
.mgs-quickview-catalog-product-view #maincontent {
  padding: 0;
  max-width: unset;
}
.mgs-quickview-catalog-product-view .scroll-to-top,
.mgs-quickview-catalog-product-view .product-info-main .box-tocart > .fieldset .product-addto-links,
.mgs-quickview-catalog-product-view .product-info-main .box-tocart > .fieldset .product-addto-wishlist {
  display: none !important;
}
.mgs-quickview-catalog-product-view .sharethis {
  display: none;
}
.mgs-quickview-catalog-product-view .row-detail-product {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: 0;
  max-width: unset !important;
  padding-bottom: 0;
}
.mgs-quickview-catalog-product-view .row-detail-product .detail-label .product-label {
  right: 10px;
}
.mgs-quickview-catalog-product-view .row-detail-product .product.media {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.mgs-quickview-catalog-product-view .row-detail-product .product.media .owl-dots {
  display: none;
}
.mgs-quickview-catalog-product-view .row-detail-product .product-info-main {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  margin: 0;
  padding: 0 30px 0 50px;
}
.mgs-quickview-catalog-product-view .row-detail-product .product-info-main .product-info-stock-sku > div strong {
  margin-right: 15px;
}
.mgs-quickview-catalog-product-view .row-detail-product .product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.mgs-quickview-catalog-product-view .row-detail-product .product-info-main .product-detail-name .name {
  font-size: 30px;
}
.mgs-quickview-catalog-product-view .row-detail-product .product-info-main .product-info-list-additional {
  margin-top: 0;
}
.mgs-quickview-catalog-product-view .row-detail-product .product-info-main .box-tocart {
  margin-top: 20px;
}
.mgs-quickview-catalog-product-view .row-detail-product .product-info-main .box-tocart > .fieldset .actions {
  margin-right: 0;
}
/* Magento_Sendfriend */
.form.send.friend .fieldset .legend {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  font-weight: 500;
  margin: 0;
}
.form.send.friend #recipients-options .fields + .fields {
  padding-top: 20px;
  border-top: 1px solid #d7d7d7;
}
.form.send.friend #recipients-options .fields + .fields .actions-toolbar {
  margin-bottom: 20px;
}
.form.send.friend > .actions-toolbar {
  align-items: center;
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
  margin-top: 20px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.form.send.friend > .actions-toolbar .secondary {
  margin-right: auto;
}
/* Magento_WishList */
.product-wishlist-items .product-item-image button.action.remove {
  position: absolute;
  top: 1px;
  right: 1px;
  background: none;
  color: #000;
  font-size: 20px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}
.product-wishlist-items .product-item-image button.action.remove:hover {
  color: #fff;
}
/* My WishList */
.wishlist-index-index .main .wishlist {
  margin-bottom: 30px;
}
.wishlist-index-index .main .product-info {
  border: 1px solid #ededed;
}
.wishlist-index-index .main .product-info:hover {
  box-shadow: 0 0 25px 0 rgba(96, 109, 166, 0.1);
}
.wishlist-index-index .main .product-info:hover .product-item-inner > .product-item-actions a.action {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.wishlist-index-index .main .product-info .product-item-name {
  padding: 0 15px;
  display: block;
  margin-top: 10px;
}
.wishlist-index-index .main .product-info .product-item-name a {
  color: #000;
}
.wishlist-index-index .main .product-info .price-box {
  padding: 0 15px;
}
.wishlist-index-index .main .product-info .price-box .price {
  color: #a1a1a1;
}
.wishlist-index-index .main .product-info .product-item-inner {
  padding: 10px 15px;
}
.wishlist-index-index .main .product-info .product-item-inner .field.comment-box {
  margin-bottom: 10px;
}
.wishlist-index-index .main .product-info .product-item-inner .field.comment-box .product-item-comment {
  min-height: 30px;
  padding: 10px;
  border-radius: 8px;
}
.wishlist-index-index .main .product-info .product-item-inner .box-tocart .fieldset {
  margin-bottom: 10px;
}
.wishlist-index-index .main .product-info .product-item-inner .box-tocart .fieldset .field.qty {
  margin-bottom: 0;
}
.wishlist-index-index .main .product-info .product-item-inner .box-tocart .fieldset .field.qty .input-text.qty {
  width: 80px;
  height: 40px;
  border: 1px solid #ededed;
  margin-right: 10px;
  font-size: 18px;
}
.wishlist-index-index .main .product-info .product-item-inner .box-tocart .fieldset .product-item-actions .action.primary {
  display: block;
  font-size: 12px;
  padding: 13px 25px;
  margin-top: 15px;
}
.wishlist-index-index .main .product-info .product-item-inner > .product-item-actions {
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 30px;
}
.wishlist-index-index .main .product-info .product-item-inner > .product-item-actions a.action {
  color: #000;
  background-color: #fff;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  margin-top: 10px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.wishlist-index-index .main .product-info .product-item-inner > .product-item-actions a.action > span {
  padding-right: 1px;
}
.wishlist-index-index .main .product-info .product-item-inner > .product-item-actions a.action:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border-color: #000;
}
.wishlist-index-index .main .product-info .product-item-inner:after {
  content: "";
  clear: both;
  display: table;
}
.wishlist-index-index .main .actions-toolbar .primary {
  justify-content: space-between;
  ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.wishlist-index-index .main .actions-toolbar .primary button.action {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .wishlist-index-index .main .actions-toolbar .primary button.action {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.wishlist-index-index .main .actions-toolbar .primary button.action.update {
  background-color: #000;
  color: #fff;
}
.wishlist-index-index .main .actions-toolbar .primary button.action.share {
  background-color: transparent;
  border-color: #000;
}
.wishlist-index-index .main .actions-toolbar .primary button.action.share:hover {
  color: #fff;
}
.wishlist-index-index .main .actions-toolbar .primary button.action.tocart {
  color: #fff;
}
.wishlist-index-index .main .actions-toolbar .primary button.action.tocart:hover {
  background-color: #000;
}
.wishlist-index-share .main .actions-toolbar .secondary .action.back {
  display: none;
}
/* Deal */
.deal-products-list-block .deal-products-content.list-content {
  padding: 15px 0;
}
.deal-products-list-block .price-box .old-price,
.deal-products-list-block .price-box .special-price {
  width: auto;
  line-height: 1;
}
.deal-products-list-block .price-box .price {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}
.deal-products-list-block .price-box .old-price .price {
  color: #a1a1a1;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
}
.deal-products-list-block .product-item-name > a {
  color: #000;
  font-weight: 600;
}
.deal-products-list-block .tocart {
  margin-top: 50px;
  letter-spacing: 0.2em;
}
.deal-products-list-block .content-heading + div {
  margin-top: 55px;
}
.products-grid .deal-timer {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.products-grid .deal-timer > div > span {
  padding-right: 15px;
}
.products-grid .deal-timer .countdown > span {
  font-size: 24px;
}
.products-grid .deal-timer .countdown > span > b {
  font-weight: 400;
}
.products-grid .deal-timer .countdown > span + span:after {
  left: -10px;
}
.deal-timer {
  display: table;
  margin-top: 35px;
}
.deal-timer > div {
  display: table-row;
}
.deal-timer > div > span {
  display: table-cell;
  padding-right: 30px;
  padding-bottom: 5px;
  line-height: 1;
}
.deal-timer > div > span:last-child {
  padding-right: 0;
}
.deal-timer .countdown > span {
  color: #000;
  font-size: 48px;
  position: relative;
}
.deal-timer .countdown > span > b {
  font-weight: 300;
}
.deal-timer .countdown > span + span:after {
  content: ":";
  display: block;
  color: #b7b7b7;
  font-size: 18px;
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -8px;
  font-weight: 700;
}
.deal-timer .time-note span {
  color: #b7b7b7;
  font-style: italic;
  padding-left: 5px;
}
/* Home content */
.parallax .abs-title.text-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0 !important;
}
.parallax .abs-title.text-center > span {
  color: #ddd;
  font-size: 12px;
  letter-spacing: 0.3em;
  font-weight: 700;
}
.parallax .abs-title.text-center h2,
.parallax .abs-title.text-center h3 {
  color: #fff;
}
.parallax .shop {
  display: block;
  width: 55px;
  position: absolute;
  bottom: 60px;
  left: calc(50% - 25px);
  text-align: center;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: transparent;
  padding: 15px 0;
}
.parallax .shop > span {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .parallax .shop {
    bottom: 30px;
    width: 100px;
    left: calc(50% - 50px);
    padding: 5px 20px;
  }
  .parallax .shop > span {
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
  }
}
.control .page-header-sliders.template-2 .index-slider {
  position: fixed;
}
.control .page-header-sliders .index-slider .all-index {
  color: #8d8d8d;
}
.control .page-header-sliders .index-slider .current {
  color: #fff;
}
.control .nav-scroll {
  background-color: transparent;
}
.control .nav-scroll > div > a {
  color: #fff;
}
.control .dot {
  display: block;
  position: fixed;
  right: 100px;
  bottom: 48px;
  z-index: 99;
}
.control .dot li {
  display: inline-block;
  padding: 5px;
}
.control .dot li:last-child {
  padding-right: 0;
}
.control .dot li a {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  height: 30px;
  width: 30px;
  position: relative;
}
.control .dot li a.active img {
  opacity: 0.2;
}
.control .dot li a img {
  max-width: 100%;
}
@media (max-width: 1499.98px) and (min-width: 1200px) {
  .control .page-header-sliders.template-2 .index-slider {
    right: 0;
    left: auto;
    bottom: 15px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .control .dot {
    bottom: 9px;
  }
}
@media (max-width: 1199.98px) {
  .control .dot {
    top: calc(50% - 160px);
    right: 55px;
    left: auto;
    bottom: auto;
    transform: rotate(90deg) translate(50%, -100%);
    -webkit-transform: rotate(90deg) translate(50%, -100%);
    -moz-transform: rotate(90deg) translate(50%, -100%);
    -o-transform: rotate(90deg) translate(50%, -100%);
    transform-origin: right top;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
  }
  .control .page-header-sliders.template-2 .index-slider {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    left: -10px;
    right: auto;
    bottom: auto;
    top: calc(50% - 160px);
  }
}
@media (max-width: 991.98px) {
  .control .page-header-sliders.template-2 .index-slider {
    display: none;
  }
  .control .dot {
    top: 250px;
    bottom: auto;
    left: 0;
    right: auto;
    transform: translateX(-100%) rotate(90deg);
    -webkit-transform: translateX(-100%) rotate(90deg);
    -moz-transform: translateX(-100%) rotate(90deg);
    -o-transform: translateX(-100%) rotate(90deg);
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
  }
  .control .nav-scroll {
    display: none;
  }
}
.block_info {
  margin-bottom: 50px;
}
.block_info strong {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  display: block;
}
.custom-top100 {
  padding-top: 100px;
}
.abs-right address {
  margin-bottom: 5px;
  margin-top: 20px;
}
.nav-scroll {
  position: fixed !important;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 23px;
  display: inline-block;
  width: auto;
  padding: 0;
  z-index: 99;
  background: #fff;
}
@media (max-width: 1199.98px) {
  .nav-scroll {
    left: 20px;
    right: auto;
  }
}
.nav-scroll > div {
  position: relative;
}
.nav-scroll > div:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 68px;
  left: 10px;
}
.nav-scroll > div > span {
  display: block;
  padding: 20px 10px;
}
.nav-scroll > div > a {
  display: block;
  color: #000;
  padding: 20px 10px;
}
.nav-scroll > div > a.disable {
  cursor: default;
  color: #a1a1a1;
}
.right.lookbook_banner {
  position: relative;
}
.right.lookbook_banner .abs-title {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
  right: -18vw;
  width: 500px;
  max-width: 100%;
}
.right.lookbook_banner .abs-title span {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5em;
  display: inline-block;
  margin-bottom: 10px;
}
.right.lookbook_banner .abs-title .btn {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .right.lookbook_banner {
    margin-right: 115px;
  }
}
.owl-home10 .owl-item .thumb {
  overflow: hidden;
}
.owl-home10 .owl-item img {
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1ppx;
  max-width: unset;
}
.owl-home10.owl-carousel .owl-nav > div {
  left: 30px;
  color: #fff;
}
.owl-home10.owl-carousel .owl-nav > div + div {
  left: auto;
  right: 30px;
}
.owl-home10 .item {
  position: relative;
}
.owl-home10 .item .content {
  position: absolute;
  padding: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.owl-home10 .item .content .text {
  max-height: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  opacity: 0;
  visibility: hidden;
}
.owl-home10 .item .content .text h3 {
  margin-bottom: 30px;
}
.owl-home10 .item .content .text a {
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.owl-home10 .item:after {
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2e3192;
  opacity: 0;
  visibility: hidden;
}
.owl-home10 .item:hover:after {
  opacity: 0.8;
  visibility: visible;
}
.owl-home10 .item:hover h3 {
  color: #fff;
}
.owl-home10 .item:hover .text {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
}
.cate-links {
  display: table;
  width: 100%;
  padding-top: 33px;
}
.cate-links:before {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  position: absolute;
  top: 47px;
  left: 0;
}
.cate-links .footer_follow {
  top: 0;
  right: 0;
  transform: rotate(-90deg) translate(0, -100%);
  -webkit-transform: rotate(-90deg) translate(0, -100%);
  -moz-transform: rotate(-90deg) translate(0, -100%);
  -o-transform: rotate(-90deg) translate(0, -100%);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  left: auto;
  text-align: right;
}
.cate-links .footer_follow ul,
.cate-links .footer_follow li {
  display: inline-block;
}
.cate-links .footer_follow li {
  margin-left: 20px;
}
.cate-links .list_block {
  display: table-cell;
  padding-left: 140px;
  width: 33%;
}
.cate-links .list_block + .list_block {
  padding-left: 75px;
}
.cate-links .list_block li {
  padding: 1px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.cate-links .list_block li:hover {
  padding-left: 10px;
}
.cate-links .list_block a {
  display: block;
  font-weight: 700;
  color: #000;
}
.home-title {
  max-width: 700px;
}
.home-title h6 {
  color: #a1a1a1;
  font-size: 12px;
  letter-spacing: 0.5em;
  margin-bottom: 20px;
}
.home-title h2 + p {
  margin-top: 22px;
}
.home-title p {
  font-size: 18px;
}
.item-center .row {
  align-items: center;
  height: 100%;
}
.widget.mgs-products .owl-carousel .owl-nav > div {
  font-size: 25px;
}
.widget.mgs-products .owl-carousel .owl-nav > div:hover {
  color: #000;
}
.widget.mgs-products .owl-carousel .owl-nav > div.owl-next {
  right: -15px;
}
.widget.mgs-products .owl-carousel .owl-nav > div.owl-prev {
  left: -15px;
}
.home_store .item {
  position: relative;
}
.home_store .item > h2 {
  width: 72px;
  display: inline-block;
  line-height: 1;
  font-size: 72px;
  font-weight: 700;
  color: #ccc;
  float: left;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  text-align: right;
}
.home_store .item > div {
  padding-left: 110px;
  padding-right: 15px;
  color: #898989;
}
.home_store .item > div p {
  line-height: 26px;
}
.home_store .item > div .sub-title {
  padding-top: 17px;
  margin-bottom: 25px;
}
.home_store .item > div .sub-title h6 {
  font-weight: 700;
}
.home_store .item > div .sub-title span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 700;
}
.home_store .item > div .sub-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 125px;
  top: 3px;
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .home_store .item > div {
    padding-left: 80px;
    padding-right: 0px;
  }
  .home_store .item > div .sub-title:after {
    left: 95px;
  }
}
.content-heading + .featured-collection {
  margin-top: 140px;
}
.featured-collection {
  position: relative;
  margin-bottom: 70px;
  margin-top: 70px;
}
.featured-collection .left-title {
  width: 30%;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.featured-collection .left-title > h3 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}
.featured-collection .left-title:hover {
  text-decoration: underline;
}
.featured-collection .rotate-title {
  position: absolute;
  left: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 700;
  height: 10px;
  overflow: visible;
  white-space: nowrap;
  top: 37%;
  z-index: 99;
  transform: translateX(-100%) rotate(-90deg);
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -moz-transform: translateX(-100%) rotate(-90deg);
  -o-transform: translateX(-100%) rotate(-90deg);
  transform-origin: top right;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
}
.featured-collection .featured-content .content {
  align-items: center;
}
.featured-collection .featured-content .content img {
  width: 100%;
  display: block;
}
.featured-collection .featured-content .content p {
  margin-bottom: 0;
}
.featured-collection .featured-content .content > p,
.featured-collection .featured-content .content .text {
  flex: 1;
  position: relative;
}
.featured-collection .featured-content .content .wrapper {
  flex: 2;
  padding: 0 50px;
  position: relative;
}
.featured-collection .featured-content .content .wrapper .bg {
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  z-index: 9;
}
.featured-collection .featured-content .content .wrapper .bg > img {
  width: 100%;
}
.featured-collection .featured-content .content .wrapper .bg-bottom {
  top: auto;
  bottom: 0;
}
.featured-collection .index-slider {
  position: absolute;
  top: -65px;
  left: 0;
  z-index: 9;
}
.featured-collection .index-slider .current {
  color: #000000;
  margin-right: 12px;
  font-size: 24px;
  font-weight: 600;
}
.featured-collection .index-slider .all-index {
  font-size: 14px;
}
.featured-collection .index-slider .all-index:before {
  content: "/";
  margin-right: 5px;
}
.featured-collection .owl-carousel .owl-nav > div {
  left: 50%;
  margin-left: -18px;
  margin-top: 0;
}
.featured-collection .owl-carousel .owl-nav > div.owl-prev {
  top: -80px;
  bottom: auto;
}
.featured-collection .owl-carousel .owl-nav > div.owl-next {
  top: auto;
  bottom: -75px;
}
@media (max-width: 1199.98px) {
  .featured-collection .rotate-title {
    top: 28%;
  }
  .featured-collection .featured-content .content .wrapper {
    padding: 0 30px;
  }
  .featured-collection .featured-collection .featured-content .content .wrapper .bg {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 991.98px) {
  .featured-collection .featured-content .content {
    display: block;
  }
  .featured-collection .featured-content .content .text {
    margin-top: 50px;
  }
  .featured-collection .left-title {
    top: 0;
    left: 30px;
    width: calc(100% - 60px);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .featured-collection .rotate-title {
    top: 0;
  }
}
@media (max-width: 450px) {
  .featured-collection .left-title {
    top: 0;
    left: 30px;
    line-height: 40px;
  }
  .featured-collection .left-title > h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .h40 {
    margin-bottom: 40px;
  }
  .space {
    height: 50px;
  }
  .abs-right {
    position: absolute !important;
    bottom: 40px;
    right: -8.3333vw;
    left: 0;
    width: auto;
    max-width: unset;
    text-align: right;
    padding-right: 30px;
  }
  .abs-right .contact_block > a + a {
    margin-left: 95px;
  }
}
@media (max-width: 1199.98px) {
  .abs-right {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .h40 {
    margin-bottom: 15px;
  }
  .owl-home10 .item .content .text {
    opacity: 1;
    max-height: 100%;
    visibility: visible;
  }
  .abs-right {
    padding: 20px 15px 40px;
  }
  .abs-right .contact_block > a {
    display: inline-block;
    margin-right: 60px;
  }
  .abs-right .contact_block > a + a {
    margin: 0;
  }
}
.top-bottom .page-header-sliders .slider_mgs_carousel.owl-carousel .owl-dots {
  right: 65px;
  bottom: 68px;
  left: auto;
}
.top-bottom .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.bottom_left {
  top: 0;
}
.top-bottom .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.bottom_left .inner-text {
  height: 100%;
}
.page-header-sliders .banner-slider {
  padding-top: 80px;
  padding-bottom: 60px;
  height: 100%;
  display: table;
}
.page-header-sliders .banner-slider .top {
  color: #000;
  line-height: 26px;
  letter-spacing: 0.3em;
  position: relative;
  padding-top: 20px;
}
.page-header-sliders .banner-slider .top:before {
  content: "";
  background: #000;
  height: 2px;
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header-sliders .banner-slider .bottom {
  display: table-row;
}
.page-header-sliders .banner-slider .bottom > div {
  display: table-cell;
  vertical-align: bottom;
}
.page-header-sliders .banner-slider h2 {
  margin-bottom: 15px;
}
.page-header-sliders .banner-slider p {
  color: #7d7d7d;
}
.shop-now-3 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3em;
  display: block;
  margin-top: 30px;
}
.shop-now-3:extend {
  font-family: "Montserrat";
}
.shop-now-3 i {
  padding-left: 10px;
}
.shop-now-3:hover:extend {
  color: #606da6;
}
.page-header-sliders .slide-banner h6 {
  margin-bottom: 0;
}
.page-header-sliders .slide-banner .inline {
  display: inline-block;
}
.page-header-sliders .slide-banner .inline h2 {
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}
.page-header-sliders .slide-banner .inline h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page-header-sliders .slide-banner .inline + span {
  font-size: 90px;
  line-height: 1;
  font-weight: 300;
}
.page-header-sliders .slide-banner .inline + span.text117 {
  font-size: 117px;
}
.page-header-sliders .slide-banner .shop-now {
  color: #000;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .page-header-sliders .slide-banner .shop-now {
    margin-top: 0;
  }
  .page-header-sliders .slide-banner .inline h2 {
    font-size: 22px;
  }
  .page-header-sliders .slide-banner .inline h3 {
    font-size: 20px;
  }
  .page-header-sliders .slide-banner .inline + span {
    font-size: 50px;
  }
  .page-header-sliders .slide-banner .inline + span.text117 {
    font-size: 50px;
  }
  .page-header-sliders .slide-banner h6 {
    display: none;
  }
}
.slider_text_v2 h2 {
  font-size: 60px;
}
.slider_text_v2 h2 > span {
  font-weight: 700;
}
.slider_text_v2 p {
  margin-bottom: 40px;
  margin-top: 10px;
}
.slider_text_v2 p > span {
  display: inline-block;
  font-weight: 600;
  color: #000;
}
.slider_text_v2 p > span + span {
  margin-left: 85px;
}
@media (max-width: 991.98px) {
  .slider_text_v2 p {
    display: none;
  }
  .slider_text_v2 h2 {
    font-size: 40px;
  }
}
.slider_text_v3 {
  display: table;
  width: 100%;
}
.slider_text_v3 .left-text {
  display: table-cell;
}
.slider_text_v3 .right-text {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.slider_text_v3 .right-text p {
  display: inline-block;
  font-weight: 500;
  color: #000;
  text-align: left;
}
.slider_text_v3 .right-text p span {
  font-size: 18px;
  font-weight: 700;
}
.slider_text_v3 .right-text p + p {
  margin-left: 80px;
}
.slider_text_v5 {
  padding-left: 65px;
  display: table;
  width: 100%;
}
.slider_text_v5 .right {
  position: absolute;
  top: 0;
  overflow: visible;
  white-space: nowrap;
  transform: translateX(-100%) rotate(-90deg);
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -moz-transform: translateX(-100%) rotate(-90deg);
  -o-transform: translateX(-100%) rotate(-90deg);
  transform-origin: top right;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  left: 0;
  right: auto;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.slider_text_v5 > div {
  display: table-cell;
}
.slider_text_v5 .shop-now {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  font-size: 16px;
  padding-bottom: 3px;
  text-transform: uppercase;
  color: #000;
}
.slider_text_v5 h3 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 700;
}
.slider_text_v5 h3:not(.text60) {
  font-size: 30px;
}
.slider_text_v5 h6 {
  color: #000;
}
.slider_text_v5 a.shop-now {
  text-decoration: none;
  position: relative;
}
.slider_text_v5 a.shop-now:after {
  position: absolute;
  content: "";
  width: 125px;
  right: 0;
  height: 1px;
  background: #000;
  bottom: 7px;
}
.slider_text_v4 {
  padding-bottom: 50px;
  padding-right: 50px;
}
.slider_text_v4 .bottom {
  margin-top: 25vh;
}
.slider_text_v4 .bottom > a,
.slider_text_v4 .bottom > span {
  display: inline-block;
  padding-right: 100px;
  color: #a1a1a1;
  font-weight: 500;
}
.slider_text_v4 .bottom > a > span,
.slider_text_v4 .bottom > span > span {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 18px;
}
.slider_text_v4 .bottom > a > span:after,
.slider_text_v4 .bottom > span > span:after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
}
.slider_text_v4 .bottom > span > span:after {
  background: #a1a1a1;
}
.slider_text_v4 .bottom > a {
  color: #000;
}
.section-no-padding {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1200px) {
  .xl-no-padding {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.furniture-block > div {
  margin-bottom: 30px;
}
.furniture-block .sub {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3em;
}
.furniture-block h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
}
.furniture-block p:not(.author) {
  font-size: 18px;
  line-height: 28px;
}
.furniture-block .author {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-top: 40px;
}
.home_subscribe {
  padding-top: 0;
}
.home_subscribe h2 {
  font-weight: 700;
  padding-top: 0;
  margin-bottom: 43px;
}
.subscribe_home10 h2,
.subscribe_home10 h3,
.subscribe_home10 p,
.subscribe_home10 span,
.subscribe_home10 strong {
  color: #fff;
}
.subscribe_home10 h2 {
  margin-bottom: 0;
}
.subscribe_home10 strong {
  margin-bottom: 50px;
  display: block;
}
.subscribe_home10 .block.newsletter .content {
  margin: 0 auto;
}
.subscribe_home10 .block.newsletter .form.subscribe .control > input {
  border-radius: 0;
  height: 52px;
  line-height: 52px;
}
.subscribe_home10 .block.newsletter .form.subscribe .action.subscribe i {
  margin-left: 15px;
}
.subscribe_home10 p {
  margin-bottom: 30px !important;
  font-size: 12px;
  letter-spacing: 0.3em;
}
.block.newsletter .form.subscribe .action.subscribe i,
.block.newsletter .form.subscribe .action.subscribe span {
  vertical-align: middle;
}
.header_subscribe.home_subscribe.subscribe_home10 .block.newsletter .form.subscribe .action.subscribe {
  background-color: #000;
  border-color: #000;
  border-radius: 0;
  height: 52px;
  font-size: 11px;
}
.header_subscribe.home_subscribe.subscribe_home10 .block.newsletter .form.subscribe .action.subscribe:hover {
  background: #696969;
}
@media (min-width: 1200px) {
  .header_subscribe.home_subscribe.subscribe_home10 .block.newsletter .form.subscribe .action.subscribe {
    width: 169px;
  }
}
.mini-title .content-heading .title {
  text-align: left;
  text-transform: unset;
  letter-spacing: 0;
  font-size: 30px;
}
.mini-title .content-heading + div {
  margin-top: 45px;
}
.mini-title .testimonial-item .testimonial-content blockquote,
.mini-title .testimonial-item .testimonial-content .content .author-info {
  text-align: left;
}
.mini-title-2 .content-heading .title {
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 48px;
}
.mini-title-2 .content-heading + div {
  margin-top: 45px;
}
.mini-title-2 .testimonial-item .testimonial-content blockquote,
.mini-title-2 .testimonial-item .testimonial-content .content .author-info {
  text-align: left;
}
.contact_block > a {
  display: inline-block;
  font-weight: 700;
  color: #000;
}
.contact_block > a i {
  font-weight: 700;
  margin-right: 18px;
}
.contact_block > a + a {
  margin-left: 80px;
}
.contact_block div {
  float: right;
}
.testimonial-static {
  text-align: center;
}
.testimonial-static blockquote {
  font-style: italic;
  margin-bottom: 24px;
}
.testimonial-static .author-info {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #a1a1a1;
  font-weight: 700;
}
.services .item {
  display: table;
}
.services .item > i {
  display: table-cell;
  font-size: 40px;
  color: #000;
  padding-right: 25px;
  vertical-align: top;
  font-weight: 600;
}
.services .item > div {
  display: table-cell;
  vertical-align: top;
}
.services .item h6 {
  font-weight: 700;
}
.services .item p {
  letter-spacing: 0.3em;
  font-size: 12px;
  margin-top: 7px;
  font-weight: 700;
  text-transform: uppercase;
}
._follow > span {
  color: #000;
  font-weight: 700;
}
._follow .social-links {
  display: inline-block;
}
._follow .social-links li {
  display: inline-block;
}
._follow .social-links li i {
  margin-left: 20px;
  margin-right: 0;
}
.deal-title .sub {
  font-size: 13px;
  letter-spacing: 0.5em;
  color: #7b7b7b;
  font-weight: 700;
}
.deal-title p {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
}
.title-v2 .content-heading .title {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 30px;
}
.title-v3 .content-heading .title {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 48px;
  font-weight: 700;
}
.title-v4 .content-heading .subtitle {
  margin-bottom: 69px;
}
.title-v4 .content-heading .title {
  font-size: 18px;
}
.title-v4 .content-heading .title.h1 {
  font-size: 48px;
  text-transform: capitalize;
  letter-spacing: 0;
}
.view_all {
  margin-top: 165px;
}
.view_all h2 {
  font-weight: 700;
}
.view_all i {
  vertical-align: middle;
  padding-left: 22px;
  padding-bottom: 1px;
}
.view_all a:hover {
  text-decoration: underline;
  color: #000;
}
.title-right .content-heading {
  position: absolute;
  top: 0;
  right: calc(-50% - 20px);
  overflow: visible;
  white-space: nowrap;
  transform: rotate(-90deg) translate(0, -100%);
  -webkit-transform: rotate(-90deg) translate(0, -100%);
  -moz-transform: rotate(-90deg) translate(0, -100%);
  -o-transform: rotate(-90deg) translate(0, -100%);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  z-index: 9;
}
.title-right .content-heading + div {
  margin-top: 0;
}
.title-right .content-heading .title {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 700;
  font-size: 14px;
}
.title-left .content-heading {
  position: absolute;
  top: 0;
  left: calc(-50% - 20px);
  overflow: visible;
  white-space: nowrap;
  transform: translateX(-100%) rotate(-90deg);
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -moz-transform: translateX(-100%) rotate(-90deg);
  -o-transform: translateX(-100%) rotate(-90deg);
  transform-origin: top right;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  z-index: 9;
}
.title-left .content-heading + div {
  margin-top: 0;
}
.title-left .content-heading .title {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 700;
  font-size: 14px;
}
.swatch-attribute.color + .swatch-attribute.color {
  display: none;
}
.deal-title .sub {
  color: #7b7b7b;
}
.deal-products-block .owl-carousel .owl-dots {
  float: right;
  margin-top: 80px;
  margin-bottom: -40px;
  margin-right: 15%;
}
.single-product .products-grid .product-item-info .product-item-details {
  margin-top: 80px;
}
.text24 blockquote {
  font-size: 24px;
}
/* ==================================================== */
.lazy-img:not(.loaded) {
  border: 1px solid #f6f7fb !important;
  background-image: url(../../frontend/Mgs/hebes/el_GR/images/three-dots-black.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 60px auto !important;
}
.lazy-img:not(.loaded) * {
  opacity: 0 !important;
}
/* ==================================================== */
/* ---- Home 6 ---- */
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .item > .container {
  max-width: 100%;
  padding: 0 50px;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle {
  position: relative;
  width: 100%;
  height: 100%;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text {
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .slider-heading {
  position: absolute;
  top: 25%;
  right: 25%;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .slider-heading .big-text {
  color: #ffffff;
  font-size: 140px;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .slider-heading .button-shop-now {
  float: right;
  color: #ffffff;
  font-family: 'Montserrat' !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 3.42;
  letter-spacing: 0.3em;
  padding: 0 25px;
  text-transform: uppercase;
  margin-top: 50px;
  display: inline-block;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .slider-heading .button-shop-now:hover {
  color: #000000;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .slider-heading .button-shop-now span {
  position: relative;
  display: inline-block;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .slider-heading .button-shop-now span:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  width: calc(100% + 25px);
  height: 40px;
  top: 0;
  right: 0;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .slider-subheading {
  position: absolute;
  top: auto;
  bottom: 70%;
  left: 20%;
  transform: rotate(270deg);
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .slider-subheading h6 {
  letter-spacing: 0.5em;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .slider-subheading h6:before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 35%;
  left: -50%;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .header_follow {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  background-color: black;
  height: 100%;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .header_follow p.get-in-touch {
  position: absolute;
  top: 50%;
  left: -50px;
  right: auto;
  bottom: auto;
  display: block;
  width: 120px;
  transform: rotate(-90deg);
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .header_follow p.get-in-touch a {
  color: #ffffff !important;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .header_follow ul.social-links {
  position: absolute;
  top: 70%;
  left: -90px;
  right: 0px;
  bottom: auto;
  width: 200px;
  transform: rotate(-90deg);
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .header_follow ul.social-links li {
  display: inline-block;
  padding: 0 5px;
}
.top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .header_follow ul.social-links li a {
  color: #ffffff;
}
.categories .categories_heading {
  float: right;
  text-align: right;
}
.categories .categories_heading p {
  font-size: 12px !important;
  font-weight: 700;
  line-height: 3;
  letter-spacing: 0.3em;
  color: #a1a1a1;
  margin-bottom: 0;
}
.categories .categories_heading h1 {
  line-height: 1;
}
.categories .categories_heading h1:before {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: #000000;
  position: absolute;
  top: auto;
  bottom: 5px;
}
.categories p.categories_text {
  padding-top: 90px;
  font-size: 18px;
  font-weight: 400;
  color: #a7a7a8;
  line-height: 1.55;
  letter-spacing: 0;
}
.categories .owl-category-home6 {
  padding-top: 90px;
}
.categories .owl-category-home6 .categories_title {
  padding-top: 35px;
}
.categories .owl-category-home6 .categories_title a {
  transition: 200ms all;
  color: #000000;
}
.categories .owl-category-home6 .categories_title a:hover {
  color: #f26c4f;
}
.featured_products_home6 .view_all {
  position: absolute;
  right: 10px;
  bottom: 0;
  margin-bottom: -41px;
}
.featured_products_home6 .view_all h6 {
  font-size: 14px;
}
.featured_products_home6 .view_all h6 i {
  color: #a7a7a8;
  font-size: 25px;
  margin-left: 16px;
}
.featured_products_home6 .view_all h6 i:hover {
  color: #f26c4f;
}
.featured_products_home6 .content-heading {
  text-align: left;
}
.featured_products_home6 .content-heading .title {
  text-transform: capitalize;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1;
}
.featured_products_home6 .tabbable .menu-product-tabs {
  justify-content: flex-start;
}
.featured_products_home6 .tabbable .menu-product-tabs .nav-item {
  padding: 14px 23px;
}
.featured_products_home6 .tabbable .menu-product-tabs .nav-item:first-child {
  padding-left: 0;
}
.featured_products_home6 .tabbable .actions-primary {
  width: 1%;
}
.featured_products_home6 .tabbable .actions-primary button.action.tocart {
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  background-color: #fff;
  border-color: transparent;
  line-height: 38px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 500;
}
.featured_products_home6 .tabbable .actions-primary button.action.tocart:before {
  content: "";
  background-image: url(../../frontend/Mgs/hebes/el_GR/images/black-bag.svg);
  margin-right: -5px;
  vertical-align: unset;
}
.featured_products_home6 .tabbable .actions-primary button.action.tocart:hover {
  background-color: #f26c4f;
}
.featured_products_home6 .tabbable .actions-primary button.action.tocart:hover::before {
  background-image: url(../../frontend/Mgs/hebes/el_GR/images/white-bag.svg);
}
.featured_products_home6 .tabbable .actions-primary button.action.tocart span.text {
  font-size: 0;
}
.featured_products_home6 .tabbable .products-grid .product-item-info .product-item-details {
  margin-top: 0;
}
.featured_products_home6 .tabbable .products-grid .product-item-info .product-item-details .product.actions.product-item-actions {
  max-width: 170px;
}
.featured_products_home6 .tabbable .products-grid .product-item-info .product-item-details .product.actions.product-item-actions .actions-primary .tocart {
  width: 40px;
}
.featured_products_home6 .tabbable .owl-carousel .owl-dots {
  margin: 0px auto 0;
}
/*Style for hover effect-3*/
.column.main .container .products-grid .items.row-4 .product-item-info:not(.effect).effect-3 .product-item-actions .actions-primary .tocart:before {
  margin-right: -5px;
  margin-bottom: -3px;
}
.column.main .container .products-grid .items.row-4 .product-item-info:not(.effect).effect-3 .product-item-actions .actions-quickview .action:not(.primary),
.column.main .container .products-grid .items.row-4 .product-item-info:not(.effect).effect-3 .product-item-actions .action-wishlist .action:not(.primary),
.column.main .container .products-grid .items.row-4 .product-item-info:not(.effect).effect-3 .product-item-actions .actions-compare .action:not(.primary) {
  color: #000000;
  border-color: transparent;
}
.column.main .container .products-grid .items.row-4 .product-item-info:not(.effect).effect-3 .product-item-actions .actions-quickview .action:not(.primary):hover,
.column.main .container .products-grid .items.row-4 .product-item-info:not(.effect).effect-3 .product-item-actions .action-wishlist .action:not(.primary):hover,
.column.main .container .products-grid .items.row-4 .product-item-info:not(.effect).effect-3 .product-item-actions .actions-compare .action:not(.primary):hover {
  color: #fff;
  border-color: #f26c4f;
  background-color: #f26c4f;
}
.deal_banner_home6 .deal-title {
  text-align: right;
  padding-top: 60px;
}
.deal_banner_home6 .deal-title span.sub {
  color: #000000;
  font-family: inherit;
  font-size: 13px !important;
  line-height: 1.84;
  letter-spacing: 0.6em;
  font-weight: 700;
}
.deal_banner_home6 .deal-title p {
  color: #000000;
  font-weight: 700;
  line-height: 60px;
}
.deal_banner_home6 .item .product-item-info .special-price .price {
  color: #f26c4f;
}
.deal_banner_home6 .item .product-item-info .product.name a:hover {
  color: #f26c4f;
}
.deal_banner_home6 .actions-primary button.action.tocart {
  border-radius: 0;
}
.testimonials_home6 .content-heading h2 {
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1;
}
.sale_banner_home6 .slide-text {
  padding: 0;
}
.sale_banner_home6 .slide-text .slider_text_v5 h6 {
  letter-spacing: 0.6em;
}
.sale_banner_home6 .slide-text .slider_text_v5 h2.text120 {
  color: #f26c4f;
}
.sale_banner_home6 .slide-text .slider_text_v5 h3:not(.text60) {
  letter-spacing: 0.4em;
}
.sale_banner_home6 .slide-text .slider_text_v5 a.shop-now {
  color: #000000;
}
.sale_banner_home6 .slide-text .slider_text_v5 a.shop-now:hover {
  color: #f26c4f;
}
/* ---- End Home 6 ---- */
/* ==================================================== */
/*Home 8 */
.style-v8 .top-text {
  margin-bottom: 350px;
  line-height: 25px;
}
.style-v8 .bottom-text {
  margin-bottom: 90px;
}
.style-v8 .bottom-text .title-text {
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
}
.style-v8 .bottom-text .title-text .color-text {
  color: #000000;
}
.style-v8 .bottom-text .sub-title {
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0;
  font-family: "Lato", arial, tahoma;
}
.style-v8 .bottom-text .shop-now {
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 0.3em;
  text-decoration: none;
}
.style-v8 .page-header-sliders.template-3 .index-slider {
  bottom: 62%;
  left: 40px;
}
.style-v8 .page-header-sliders.template-3 .index-slider:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 13px;
  left: 118%;
}
.style-v8 .page-header-sliders.template-3 .index-slider .current {
  font-size: 60px;
  width: 60px;
}
.style-v8 .page-header-sliders.template-3 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-prev,
.style-v8 .page-header-sliders.template-3 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-next {
  bottom: 90%;
}
.style-v8 .page-header-sliders .top-text:before {
  background-color: #606da6;
  height: 4px;
  top: -20px;
  width: 35px;
}
.style-v8 .follow-us {
  position: absolute;
  display: flex;
  transform: rotate(-90deg);
  z-index: 2;
  bottom: 160px;
  right: -12px;
}
.style-v8 .follow-us .follow-title {
  font-size: 15.77px;
  line-height: 23.65px;
  letter-spacing: -0.04em;
  font-family: "Lato", arial, tahoma;
}
.style-v8 .follow-us .social-links {
  display: inherit;
  margin-left: 15px;
}
.style-v8 .follow-us .social-links li {
  padding: 0 10px;
}
a.shop-now .fa.fa-long-arrow-right,
a.explore .fa.fa-long-arrow-right {
  padding-left: 10px;
}
.title-banner-v8 .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.title-banner-v8 .sub-title {
  font-size: 18px;
  line-height: 28px;
}
.promobanner-v8 .promobanner img {
  min-width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.promobanner-v8 .promobanner .banner-text h2 {
  font-size: 36px;
  line-height: 58px;
}
.promobanner-v8 .promobanner .banner-text .promo-title {
  transition: transform 0.35s;
  -webkit-transition: -webkit-transform 0.35s;
  transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
}
.promobanner-v8 .promobanner .banner-text .furniture-detail {
  transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  margin-top: 25px;
}
.promobanner-v8 .promobanner .banner-text .furniture-detail .explore {
  color: #606da6;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat";
}
.promobanner-v8 .promobanner .banner-text .shop-now {
  font-size: 14px;
  letter-spacing: 0.3em;
  font-weight: 700;
  color: #606da6;
  font-family: "Montserrat";
}
.promobanner-v8 .promobanner .banner-text .bg-collection {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 5px 30px;
  margin-right: 50px;
}
.promobanner-v8 .promobanner .banner-text .text-title.color-primary {
  color: #606da6;
  font-size: 48px;
  margin-bottom: 50px;
}
.promobanner-v8 .promobanner .text {
  padding: 45px 70px;
}
.promobanner-v8 .promobanner .promo-sale .color-primary {
  color: #fff;
  background: #606da6;
  font-size: 16px;
  text-align: center;
  padding: 0 18px;
  letter-spacing: 0.3em;
  margin-bottom: 80px;
  font-weight: 700;
}
.promobanner-v8 .promobanner:hover img {
  opacity: 0.2 !important;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner-v8 .promobanner:hover .banner-text .promo-title,
.promobanner-v8 .promobanner:hover .banner-text .furniture-detail {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.promobanner-v8 .promobanner:hover .banner-text .furniture-detail {
  opacity: 1;
}
.promobanner-v8 .promobanner:hover .banner-text h2 {
  color: #606da6;
}
.promobanner-v8 .promobanner:hover .banner-text .subtitle {
  color: #7d7d7d;
}
.promobanner-v8 .dis-hover .promobanner:hover .banner-text {
  transform: none;
}
.promobanner-v8 .dis-hover .promobanner .shop-now:hover {
  color: #000;
}
.promobanner-v8 .dis-hover.hebes-sale .promobanner:hover img {
  opacity: 1 !important;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.promobanner-v8 .subscribe-v8 {
  padding: 30px 75px;
  margin-top: 90px;
}
.promobanner-v8 .subscribe-v8 h2 {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 58px;
}
.promobanner-v8 .subscribe-v8 p {
  margin-bottom: 50px;
}
.promobanner-v8 .subscribe-v8 p.subtitle {
  margin-bottom: 30px;
}
.promobanner-v8 .header_subscribe.subscribe-v8 .block.newsletter .form.subscribe .form-group.newsletter {
  padding-right: 0;
}
.promobanner-v8 .header_subscribe.subscribe-v8 .block.newsletter .form.subscribe .control > input,
.promobanner-v8 .header_subscribe.subscribe-v8 .block.newsletter .form.subscribe .action.subscribe {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.promobanner-v8 .mg-top {
  margin-top: -10px;
}
.title-v3.ins-v8 {
  margin-bottom: 80px;
}
.title-v3.ins-v8 .content-heading .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.5em;
}
/* Home Page 7*/
.style-v7 .slider-v7 .top-text-v7 {
  margin-bottom: 50%;
}
.style-v7 .slider-v7 .top-text-v7 h5 {
  font-size: 18px;
  font-family: "Montserrat";
  margin-bottom: 30px;
}
.style-v7 .slider-v7 .top-text-v7 p {
  font-size: 18px;
  line-height: 28px;
  color: #a1a1a1;
  font-family: "Lato";
}
.style-v7 .slider-v7 .bottom-text h2 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  padding: 0 0 100px 0;
  margin-left: -120px;
}
.style-v7 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle_left {
  left: 0;
  right: auto;
  transform: translate(-60%, -50%);
}
.style-v7 .page-header-sliders .shop-now-v2 {
  margin-top: 50%;
  float: left;
  padding: 11px 40px;
}
.style-v7 .page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-dots {
  left: auto;
  top: 50%;
  right: 30px;
  bottom: 0;
  transform: rotate(90deg);
}
.style-v7 .page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div {
  bottom: 0;
  top: auto;
  color: #000;
}
.style-v7 .page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div:after {
  top: 0;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.style-v7 .owl-carousel .owl-dots .owl-dot span {
  width: 35px !important;
}
.style-v7 .owl-carousel .owl-dots .owl-dot span:before {
  content: "";
  position: absolute;
  transform: rotate(-90deg);
  font-size: 36px;
  line-height: 60px;
  font-weight: 500;
}
.style-v7 .owl-carousel .owl-dots .owl-dot:first-child.active span:before {
  content: "01";
}
.style-v7 .owl-carousel .owl-dots .owl-dot.active span:before {
  content: "02";
}
.style-v7 .owl-carousel .owl-dots .owl-dot:last-child.active span:before {
  content: "03";
}
.style-v7 .list-category {
  position: absolute;
  display: flex;
  z-index: 2;
  bottom: 100px;
  left: 32%;
  right: auto;
}
.style-v7 .list-category .list-item {
  margin: 0px 39px;
  width: 85px;
}
.style-v7 .list-category .list-item li a {
  font-size: 15px;
  line-height: 30px;
  color: #000;
  font-family: "Lato";
  font-weight: 700;
}
.style-v7 .list-category .list-item li:hover a {
  padding-left: 10px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  color: #606da6;
}
.banner-v7 .content-heading .title {
  font-size: 48px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.banner-v7 .content-heading .sub-title {
  font-size: 18px;
  color: #a1a1a1;
}
.banner-v7 .promobanner {
  overflow: unset;
}
.banner-v7 .promobanner .text {
  position: static;
  padding: 35px 0;
}
.banner-v7 .promobanner .text h3 {
  font-size: 24px;
}
.banner-v7 .promobanner .title {
  font-size: 48px;
  left: 70px;
  top: -25px;
  z-index: 5;
}
.banner-v7 .promobanner .color-sale {
  position: absolute;
  transform: rotate(-90deg);
  color: #f26c4f;
  font-size: 14px;
  top: 33%;
  letter-spacing: 0.5em;
  left: -40px;
  right: auto;
}
.banner-v7 .promobanner .overlay {
  left: 0;
  width: 100%;
  height: 82%;
  position: absolute;
  top: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #5d6aa1;
  transition-duration: .7s;
}
.banner-v7 .promobanner .overlay .shop-now {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 5;
  font-family: "Montserrat";
  letter-spacing: 0.3em;
}
.banner-v7 .promobanner .overlay .shop-now:hover {
  color: #fff;
}
.banner-v7 .promobanner:hover .overlay {
  opacity: 0.9;
}
.banner-v7 .promobanner:hover .overlay .shop-now {
  opacity: 1;
}
.product-v7 .content-heading .title {
  font-size: 48px;
  line-height: 48px;
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
}
.product-v7 .tabbable .menu-product-tabs .nav-item .nav-link {
  letter-spacing: 0.3em;
  font-family: "Lato";
}
.info-store .home_store .item > h2 {
  color: #fff;
}
.info-store .home_store .item > div .sub-title h6,
.info-store .home_store .item > div .sub-title span {
  color: #fff;
}
.info-store .home_store .item > div .sub-title:after {
  background: #869ee3;
}
.info-store .home_store .item > div p {
  color: #fff;
}
/* End Home Page 7*/
/* Home Page 16 */
.header.header8 .middle-header-wrapper.mobile-wrapper {
  height: 100px;
  line-height: 100px;
  position: relative;
}
.section-left {
  position: relative;
}
.section-left .follow-us,
.section-left address,
.section-left .list-category {
  position: absolute;
  z-index: 1;
}
.section-left .follow-us {
  right: 43px;
  bottom: 770px;
  transform: rotate(-90deg);
}
.section-left .follow-us .social-links li {
  display: inline-block;
  margin-left: 15px;
}
.section-left address {
  right: 100px;
  bottom: 0;
  margin-bottom: 60px;
}
.section-left .list-category {
  left: 21.3%;
  display: flex;
  bottom: 715px;
}
.section-left .list-category .list-item {
  margin: 0px 39px;
  width: 85px;
}
.section-left .list-category .list-item li a {
  font-size: 15px;
  line-height: 30px;
  color: #000;
  font-family: "Lato";
  font-weight: 700;
}
.section-left .list-category .list-item li:hover a {
  padding-left: 10px;
  color: #606da6;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.section-left .text-style-v16 .title-text {
  font-size: 100px;
  line-height: 100px;
}
.section-left .text-style-v16 .shop-now {
  color: #000;
  text-decoration: none;
  letter-spacing: 0.3em;
  padding-left: 5px;
}
.section-left .text-style-v16 .shop-now :hover,
.section-left .text-style-v16 .shop-now .fa {
  color: #606da6;
}
.section-left .index-slider {
  left: 11%;
  bottom: 85px;
  z-index: 01;
}
.section-left .index-slider .current {
  font-size: 60px;
  margin-right: 5px;
}
.section-left .page-header-sliders a.item-image {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 100vh;
  display: block;
}
.section-left .page-header-sliders .slider_mgs_carousel .owl-nav {
  display: none;
}
.section-left .panel-block-row.col-md-12 {
  min-height: 0;
}
/* End Home 16 */
/* Home 11 */
/** Menu **/
.header9 .middle-header-wrapper.row-1 .switcher .switcher-trigger {
  padding: 0 20px 0 0;
}
.header9 .middle-header-wrapper.row-1 .switcher .switcher-trigger strong {
  color: #a1a1a1;
  font-weight: 500;
}
.header9 .middle-header-wrapper.row-1 .switcher .switcher-trigger:after {
  color: #e1e1e1;
  padding-left: 5px;
}
.header9 .middle-header-wrapper.row-1 .switcher-currency .switcher-trigger {
  border-right: 1px solid #ddd;
}
.header9 .middle-header-wrapper.row-1 .left-content .block-search .block-title {
  padding-left: 23px;
}
.header9 .middle-header-wrapper.row-1 .right-content .my-account-link .toogle-action {
  text-transform: uppercase;
  font-size: 12px;
  color: #a1a1a1;
  font-weight: 500;
  padding: 6px 40px 0 15px;
}
.header9 .middle-header-wrapper.row-1 .left-content,
.header9 .middle-header-wrapper.row-1 .header-logo,
.header9 .middle-header-wrapper.row-1 .right-content {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
@media (max-width: 575.98px) {
  .header9 .middle-header-wrapper.row-1 .block-search .block-title {
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .header9 .middle-header-wrapper.row-1 {
    padding: 0;
  }
}
.header9 .middle-header-wrapper.row-2 .nav-megamenu.mgs-menu .nav-main-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header9 .middle-header-wrapper.row-2 .nav-megamenu.mgs-menu .nav-main-menu .static-menu > a {
  padding: 0 28px 30px 26px;
  display: block;
}
.header9 .middle-header-wrapper.row-2 .nav-megamenu.mgs-menu .nav-main-menu .static-menu > a:after {
  display: none;
}
/** End Menu **/
/** Slide **/
.page-header-sliders.template-5 {
  font-family: "Lato";
}
.page-header-sliders.template-5 .inner-text {
  padding-top: 127px;
}
.page-header-sliders.template-5 .top-text {
  margin-bottom: 100px;
  line-height: 25px;
  letter-spacing: 0.5em;
}
.page-header-sliders.template-5 .top-text:before {
  width: 34px;
  height: 4px;
  background: #606da6;
  top: -18px;
}
.page-header-sliders.template-5 .title-text {
  font-size: 72px;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-left: -8px;
}
.page-header-sliders.template-5 .shop-now {
  margin-top: 37px;
  color: #000000;
  margin-left: -4px;
  font-weight: 800;
  word-spacing: 0.5em;
  letter-spacing: 0.3em;
}
.page-header-sliders.template-5 .shop-now .fa {
  display: none;
}
.page-header-sliders.template-5 .slider_mgs_carousel .owl-nav > div {
  bottom: auto;
  top: 47%;
  color: #212122;
}
.page-header-sliders.template-5 .slider_mgs_carousel .owl-nav > div.owl-prev {
  right: auto;
  left: 50px;
}
.page-header-sliders.template-5 .slider_mgs_carousel .owl-nav > div.owl-prev .fa-caret-left:before {
  content: "\f177";
}
.page-header-sliders.template-5 .slider_mgs_carousel .owl-nav > div.owl-next .fa-caret-right:before {
  content: "\f178";
}
/** End Slide **/
.banner-v7.banner-home-11 .promobanner .text {
  padding: 40px 0 30px;
}
.banner-home-11 .title-banner {
  font-size: 120px;
  line-height: 74px;
  font-weight: bold;
  font-family: "Montserrat";
  word-spacing: 0.1em;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
.banner-home-11 .title-banner .label {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  color: #010101;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  margin-bottom: 0;
}
.banner-home-11 .sub-title-banner {
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.38em;
  word-spacing: 0.1em;
  padding: 5px 5px 5px 10px;
  line-height: 1;
}
.banner-home-11 .shop_now {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 26px;
  word-spacing: 0.1em;
  padding: 0;
  margin-top: 35px;
  font-weight: 800;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts {
  overflow: hidden;
  margin-top: 95px;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-create-date {
  color: #606da6;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Lato";
  text-transform: uppercase;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-create-date i {
  display: none;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .title-blog a {
  color: #000000;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .title-blog a:hover {
  text-decoration: underline;
  color: #000000;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-aux .btn-readmore {
  color: #a1a1a1;
  text-transform: capitalize;
  font-size: 14px;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-aux .btn-readmore:after {
  content: "\f178";
  font-family: fontAwesome;
  margin-left: 10px;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-aux .btn-readmore:hover {
  color: #606da6;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-item {
  padding: 0 15px 15px;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-item .post-item-content {
  transition: all 400ms;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-item .post-item-content .thumbnail-post {
  margin: 0;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-item .post-item-content .thumbnail-post > .img-link {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-item .post-item-content .thumbnail-post > .img-link img {
  opacity: 0 !important;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-item .post-item-content .post-item-detail {
  padding: 30px 30px 40px 35px;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-item:hover .title-blog a {
  color: #000000;
  text-decoration: underline;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-item:hover .post-item-content {
  box-shadow: 0 0 5px 2px #ddd;
}
.blog-in-home .blog-grid-block .mgs-blog-lastest-posts .post-item:hover .post-aux .btn-readmore {
  color: #606da6;
}
.services .item.item-rotate > i {
  transform: rotate(90deg);
  vertical-align: middle;
}
.services .item.item-rotate > .content {
  padding-left: 25px;
}
.conts-heading h2,
.conts-heading .content-heading .title {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}
.conts-heading h2 {
  margin-bottom: 30px;
}
.conts-heading .content-heading .title {
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .banner-v7.banner-home-11 {
    padding: 50px 0 !important;
  }
  .banner-home-11 {
    padding: 130px 0 !important;
  }
  .blog-home11 {
    padding: 50px 0 0 !important;
  }
  .services .item.item-rotate > i {
    vertical-align: bottom;
  }
  .services .item.item-rotate > .content {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .page-header-sliders.template-5 .item-image {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 375px;
  }
  .page-header-sliders.template-5 .item-image img {
    opacity: 0;
  }
  .page-header-sliders.template-5 .inner-text {
    padding-top: 100px;
  }
  .page-header-sliders.template-5 .title-text {
    font-size: 50px;
  }
  .page-header-sliders.template-5 .shop-now {
    margin-top: 15px;
  }
  .header9 .middle-header-wrapper.row-1 .left-content .block-search .block-title {
    padding-left: 0;
  }
  .banner-home-11 .title-banner {
    font-size: 90px;
    letter-spacing: 0.01em;
  }
  .banner-home-11 .title-banner .label {
    font-size: 30px;
  }
  .banner-home-11 .sub-title-banner {
    font-size: 18px;
  }
  .banner-home-11 .shop_now {
    margin-top: 0;
    font-size: 13px;
  }
}
/* EndHome 11 */
.page-header-sliders.fullscreen-slider .slider_mgs_carousel:not(.owl-loaded) {
  height: 100vh;
  display: block !important;
}
@media (max-width: 767px) {
  .page-header-sliders.fullscreen-slider {
    max-height: 100vw;
  }
  .page-header-sliders.fullscreen-slider .item-image img {
    max-height: 100vw;
  }
}
@media (min-width: 992px) {
  .page-header-sliders.fullscreen-slider .item-image img {
    opacity: 0 !important;
    height: 100vh;
  }
}
.slider_mgs_carousel {
  display: block !important;
}
.item-image {
  display: block;
}
.top-panel form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.top-panel form .form-group .input-group {
  margin-top: 0;
}
.top-panel form .form-group select.form-control:not([size]):not([multiple]) {
  height: 30px;
}
.top-panel form .form-group select option,
.top-panel form .form-group select[multiple] option,
.top-panel form .form-group select.form-control[multiple] option,
.top-panel form .form-group select.input-text[multiple] option {
  height: 30px;
  padding: 8px 10px;
  color: #a1a1a1;
  line-height: 30px;
  padding: 0 10px;
}
.top-panel form button {
  margin-top: 0;
}
/* PRODUCT GRID NUBMER ITEM */
@media (min-width: 1200px) {
  .fullwidth.page-layout-1column .row-wrapper.list > .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1500px) {
  .page-layout-1columns:not(.fullwidth) .row-wrapper.list > .col,
  .fullwidth.page-layout-2columns-left .row-wrapper.list > .col,
  .fullwidth.page-layout-2columns-right .row-wrapper.list > .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.row-wrapper.row-1 > .col,
.row-wrapper.list > .col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .row-wrapper.row-2 > .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .row-wrapper.row-3 > .col {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 1200px) {
  .row-wrapper.row-4 > .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .row-wrapper.row-5 > .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .row-wrapper.row-6 > .col {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .row-wrapper.row-6 > .col {
    width: calc(100% / 6);
  }
}
@media (min-width: 1200px) {
  .row-wrapper.row-7 > .col {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .row-wrapper.row-7 > .col {
    width: calc(100% / 7);
  }
}
@media (min-width: 1200px) {
  .row-wrapper.row-8 > .col {
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .row-wrapper.row-8 > .col,
  .row-wrapper.row-7 > .col,
  .row-wrapper.row-6 > .col,
  .row-wrapper.row-5 > .col,
  .row-wrapper.row-4 > .col,
  .row-wrapper.row-3 > .col {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .row-wrapper.row-8 > .col,
  .row-wrapper.row-7 > .col,
  .row-wrapper.row-6 > .col,
  .row-wrapper.row-5 > .col,
  .row-wrapper.row-4 > .col,
  .row-wrapper.row-3 > .col {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .row-wrapper.row-8 > .col,
  .row-wrapper.row-7 > .col,
  .row-wrapper.row-6 > .col,
  .row-wrapper.row-5 > .col,
  .row-wrapper.row-4 > .col,
  .row-wrapper.row-3 > .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .row-wrapper > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .field.fullname .fields .field.field-name-firstname,
  .field.fullname .fields .field.field-name-middlename,
  .field.fullname .fields .field.field-name-lastname {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .catalog-product-view.page-layout-1column:not(.template-1):not(.fullwidth) .product-info-main.sticky {
    width: 480px;
  }
  .catalog-product-view.page-layout-2columns-left .product-info-main.sticky,
  .catalog-product-view.page-layout-2columns-right .product-info-main.sticky {
    width: 360px;
  }
  .catalog-product-view.page-layout-2columns-left .product-info-main.sticky {
    left: calc(50% + 120px);
  }
  .catalog-product-view.page-layout-2columns-right .product-info-main.sticky {
    left: calc(50% - 120px);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .catalog-product-view.page-layout-1column:not(.template-1):not(.fullwidth) .product-info-main.sticky {
    width: 600px;
  }
  .catalog-product-view.page-layout-2columns-left .product-info-main.sticky,
  .catalog-product-view.page-layout-2columns-right .product-info-main.sticky {
    width: 450px;
  }
  .catalog-product-view.page-layout-2columns-left .product-info-main.sticky {
    left: calc(50% + 150px);
  }
  .catalog-product-view.page-layout-2columns-right .product-info-main.sticky {
    left: calc(50% - 150px);
  }
}
.catalog-product-view.page-layout-1column.template-3 .row-detail-product:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f0f5f9;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.catalog-product-view.page-layout-1column.template-2 .row-detail-product:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f0f5f9;
  left: 50%;
  right: auto;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.catalog-product-view.page-layout-1column:not(.template-1) .row-detail-product {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .catalog-product-view.page-layout-1column:not(.template-1) .row-detail-product {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view.page-layout-1column:not(.template-1) .row-detail-product {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .catalog-product-view.page-layout-1column:not(.template-1) .row-detail-product {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view.page-layout-1column:not(.template-1) .row-detail-product {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view.page-layout-1column.width1366:not(.template-1) .row-detail-product {
    max-width: 1366px;
  }
  .catalog-product-view.page-layout-1column.width1024:not(.template-1) .row-detail-product {
    max-width: 1024px;
  }
  body.width1366 .container {
    max-width: 1366px;
  }
  body.width1024 .container {
    max-width: 1024px;
  }
  body.fullwidth .container {
    max-width: 100%;
  }
}
/* Cart Dropdown */
@media (min-width: 1200px) {
  .dropdown-cart-type .minicart-wrapper > .ui-dialog {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    transform: translateY(20px);
  }
  .dropdown-cart-type .minicart-wrapper:hover > .ui-dialog {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
/* ===== HEADER ===== */
@media (min-width: 1200px) {
  .header1 .mobile-navigation {
    display: none !important;
  }
  .header1 .middle-header-wrapper .header-logo {
    max-width: 235px;
  }
  .header1 .middle-header-wrapper .child-content {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .header .mobile-navigation {
    padding: 85px 15px 40px 50px;
  }
  .header .mobile-navigation .close-nav-button {
    left: 58px;
  }
}
@media (max-width: 420px) {
  .header .mobile-navigation {
    padding: 69px 15px 35px 15px;
  }
  .header .mobile-navigation .close-nav-button {
    top: 15px;
    left: 22px;
  }
}
.nav-toggle:before {
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}
.nav-open .mobile-navigation {
  -webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  -moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  left: 0;
  opacity: 1;
  visibility: visible;
}
.nav-before-open .nav-toggle:before {
  opacity: 1;
  visibility: visible;
}
.nav-before-open .sidebar-action-mobile--left,
.nav-before-open .sidebar-action-mobile--right {
  display: none;
}
@media (max-width: 1599.98px) {
  .description_extra .value .item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .detailed.container {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-before-open .nav-toggle:before {
    opacity: 1;
    visibility: visible;
  }
  .nav-before-open .close-nav-button,
  .nav-before-open .sidebar-action-mobile--left,
  .nav-before-open .sidebar-action-mobile--right {
    display: none;
  }
  .nav-open .header .mobile-navigation {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .cms-noroute-index .content-404 h2 {
    font-size: 150px;
  }
  .cms-noroute-index .content-404 p {
    margin-bottom: 68px;
  }
  .page-title-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .catalog-product-view .page-title-wrapper {
    padding: 0;
  }
  .catalog-product-view .page-title-wrapper .page-title {
    padding-top: 40px;
  }
  .catalog-product-view .page-title-wrapper .breadcrumbs {
    padding-bottom: 40px;
  }
  .catalog-product-view .row-detail-product .product-info-main .product-info-stock-sku .stock.available {
    padding-right: 30px;
  }
  .catalog-product-view .row-detail-product .product-info-main .product-info-stock-sku .stock.available,
  .catalog-product-view .row-detail-product .product-info-main .product-info-stock-sku .attribute.sku {
    float: none;
    width: auto;
    padding-left: 0 !important;
  }
  .featured-collection .owl-carousel .owl-nav > div.owl-prev {
    top: -65px;
  }
  .featured-collection .owl-carousel .owl-nav > div.owl-next {
    bottom: -50px;
  }
  .content-heading + .featured-collection {
    margin-top: 108px;
    margin-bottom: 75px;
  }
  .menu-product-tabs {
    margin-bottom: 30px;
  }
  .toolbar-loadmore {
    margin-top: 20px;
  }
  .testimonial-item .testimonial-content .author-thumbnail {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .testimonial-item .testimonial-content .content .author-info {
    margin-bottom: 30px;
  }
  .content-heading + div {
    margin-top: 60px;
  }
  .value .item {
    background: none !important;
  }
  .home_subscribe h2 {
    margin-bottom: 45px;
  }
  .mini-title-2 .content-heading + div {
    margin-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .cms-noroute-index .content-404 h2 {
    font-size: 100px;
  }
  .cms-noroute-index .content-404 p {
    margin-bottom: 50px;
  }
  .catalog-product-view .product-info-main .product-info-stock-sku > div strong {
    margin-right: 15px;
  }
  .product.attribute.description h2,
  .catalog-product-view .content-heading .title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .footer address {
    margin-bottom: 0;
  }
  .description_extra .value .item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-title {
    font-size: 38px;
  }
}
@media (max-width: 400px) {
  .catalog-product-view .product-info-main .box-tocart > .fieldset .actions {
    min-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .catalog-product-view .product-info-main,
  .catalog-product-view .product.media {
    padding: 0 15px;
  }
}
.cms-noroute-index #maincontent,
.page-title-wrapper:not(.container):not(.hidden-title),
.blog-post-view .image_content,
body.fullwidth:not(.catalog-product-view) .container,
.page-layout-1column .description_extra .value,
.catalog-product-view.template-1.page-layout-1column .breadcrumbs {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-index-index #maincontent {
  max-width: 100%;
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .catalog-product-compare-index #maincontent,
  .page-title-wrapper:not(.container):not(.hidden-title),
  .blog-post-view .image_content,
  body.fullwidth:not(.catalog-product-view) .container,
  .page-layout-1column .description_extra .value,
  .catalog-product-view.template-1.page-layout-1column .breadcrumbs {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cms-noroute-index #maincontent,
  body.fullwidth.catalog-product-view .container:not(.page-main),
  .catalog-product-view.template-1.page-layout-1column .detail-page-grid-products,
  .catalog-product-view.template-1.page-layout-1column .brand-related-products,
  .catalog-product-view.template-1.page-layout-1column .row-detail-product,
  .description_extra .value .item,
  .section-boxed,
  .header .middle-header-wrapper,
  .contact-index-index #maincontent {
    padding-left: 35px;
    padding-right: 35px;
  }
  .footer .middle-footer,
  .section85 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .description_extra .value .item {
    margin-left: -50px;
    margin-right: -50px;
  }
  .section100 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .catalog-product-view.template-3 .row-detail-product:after {
    width: calc(100vw - 117px);
  }
  .top-bottom .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.bottom_left .inner-text .banner-slider {
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .catalog-product-view.template-3 .row-detail-product:after {
    width: calc(100vw - 217px);
  }
  .top-bottom .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.bottom_left .inner-text .banner-slider {
    padding-left: 85px;
  }
  .catalog-product-compare-index #maincontent,
  .page-title-wrapper:not(.container):not(.hidden-title),
  .blog-post-view .image_content,
  body.fullwidth:not(.catalog-product-view) .container,
  .page-layout-1column .description_extra .value,
  .cms-noroute-index #maincontent,
  .catalog-product-view.template-1.page-layout-1column .breadcrumbs {
    padding-left: 100px;
    padding-right: 100px;
  }
  body.fullwidth.catalog-product-view .container:not(.page-main),
  .catalog-product-view.template-1.page-layout-1column .detail-page-grid-products,
  .catalog-product-view.template-1.page-layout-1column .brand-related-products,
  .catalog-product-view.template-1.page-layout-1column .row-detail-product,
  .section-boxed,
  .description_extra .value .item,
  .header .middle-header-wrapper,
  .contact-index-index #maincontent {
    padding-left: 85px;
    padding-right: 85px;
  }
  .footer .middle-footer,
  .section85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .description_extra .value .item {
    margin-left: -100px;
    margin-right: -100px;
  }
  .section100 {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.absolute-header .absolute-header {
  display: none;
}
@media (min-width: 1200px) {
  .section85.left85-xl {
    margin-left: 85px !important;
  }
  body.fullwidth .page-header-sliders .slider_mgs_carousel .owl-item .slide-text,
  body.fullwidth .text-full-height .page-header-sliders .slider_mgs_carousel .owl-item .slide-text {
    left: 85px;
    right: 85px;
  }
  .page-header-sliders .slider_mgs_carousel.owl-carousel .owl-dots {
    left: calc(50vw - 600px);
    transform: translateX(0);
    bottom: 60px;
  }
  .text-full-height .page-header-sliders .slider_mgs_carousel .owl-item .slide-text {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .text-full-height .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .top-text {
    position: absolute;
    top: 300px;
  }
  .text-full-height .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .top-text.top-text250 {
    top: 250px;
  }
  .text-full-height .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .bottom-text {
    position: absolute;
    bottom: 140px;
  }
  .text-full-height .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .bottom-text.bottom-text250 {
    bottom: 250px;
  }
}
.catalog-product-view .hidden-title .breadcrumbs {
  padding-top: 50px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .catalog-product-view .hidden-title .breadcrumbs ul {
    margin-left: 55%;
    text-align: left;
    padding-left: 30px;
  }
  .catalog-product-view .hidden-title .breadcrumbs.width-3 ul {
    margin-left: 30%;
  }
  .catalog-product-view .hidden-title .breadcrumbs.width-4 ul {
    margin-left: 40%;
  }
  .catalog-product-view .hidden-title .breadcrumbs.width-5 ul {
    margin-left: 50%;
  }
  .catalog-product-view .hidden-title .breadcrumbs.width-6 ul {
    margin-left: 60%;
  }
  .catalog-product-view .hidden-title .breadcrumbs.width-7 ul {
    margin-left: 70%;
  }
  .catalog-product-view.extra-gallery-sticky .hidden-title .breadcrumbs ul {
    margin-left: 50%;
    padding-left: 15px;
    text-align: center;
  }
  .catalog-product-view.page-layout-2columns-right .hidden-title .breadcrumbs ul {
    margin-left: 0;
    text-align: left;
    padding-left: 15px;
  }
  .catalog-product-view.page-layout-2columns-left .hidden-title .breadcrumbs ul {
    margin-left: 25%;
    text-align: left;
    padding-left: 15px;
  }
  .catalog-product-view.extra-gallery-fullwidth .hidden-title .breadcrumbs ul {
    margin-left: 0;
    text-align: center;
    padding-left: 0;
  }
}
.header {
  /* Header 1 */
  /* Header 2 & 3 & 5*/
  /* Header 3*/
  /* Header 4*/
  /* Header 6*/
  /* Header 7*/
}
@media (min-width: 1200px) {
  .header {
    /* Menu fixed */
  }
  .header:not(.header3) .mobile-navigation {
    display: none;
  }
  .header .mobile_logo {
    display: none;
  }
  .header .middle-header-wrapper .switcher .ui-dialog {
    display: block !important;
  }
  .header .menu-fixed {
    position: fixed;
    top: 50%;
    margin-top: -12px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    height: auto !important;
  }
  .header .menu-fixed:before {
    content: none;
  }
  .header .menu-fixed.nav-toggle {
    left: 0;
  }
  .header .menu-fixed.sticky-catalog-toggle {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .header .middle-header-wrapper .nav-megamenu nav.navigation .nav-main-menu > li a.level0 {
    padding: 0 20px;
  }
  .header.active-sticky .middle-header-wrapper .nav-megamenu nav.navigation .nav-main-menu > li a.level0,
  .header .middle-header-wrapper .nav-megamenu nav.navigation .nav-main-menu > li a.level0 {
    padding: 0 20px;
  }
}
@media (max-width: 1199.98px) {
  .header {
    /* Menu fixed */
  }
  .header .header.header1 .middle-header-wrapper .child-content {
    max-width: unset;
  }
  .header .middle-header-wrapper .left-content .header-logo {
    display: none;
  }
  .header .sticky_catalog ul {
    max-height: calc(100vh - 60px);
    padding: 30px 80px;
  }
  .header .menu-fixed.sticky-catalog-toggle {
    position: fixed;
    top: 60%;
    right: 0;
    left: auto;
    height: 40px;
    width: 40px;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #000;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0 0 6px 0 rgba(96, 109, 166, 0.15);
    -moz-box-shadow: 0 0 6px 0 rgba(96, 109, 166, 0.15);
    box-shadow: 0 0 6px 0 rgba(96, 109, 166, 0.15);
    z-index: 1;
    opacity: .8;
    border-radius: 4px 0 0 4px;
    text-align: center;
  }
  .header .menu-fixed.sticky-catalog-toggle > div {
    display: none;
  }
  .header .menu-fixed.sticky-catalog-toggle:before {
    content: none;
  }
  .header .menu-fixed.sticky-catalog-toggle:after {
    content: "\e659";
    font-family: 'Pe-icon-7-stroke';
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    line-height: 40px;
    display: inline-block;
  }
  .header .sticky_catalog h3 {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    margin: 0;
    text-align: center;
    font-size: 0;
  }
  .header .sticky_catalog h3 .line {
    display: none;
  }
  .header .sticky_catalog h3 .sticky-catalog-close {
    padding: 20px;
    display: inline-block;
  }
  .header .mobile-navigation {
    width: 400px;
    left: -400px;
  }
  .header .block-search .block-content {
    width: 500px;
  }
  .header .header_subscribe,
  .header .mega-menu--logo,
  .header .middle-header-wrapper .nav-megamenu,
  .header .middle-header-wrapper .switcher,
  .header .middle-header-wrapper .my-account-link {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .header .toogle_menu_mobile {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .header .middle-header-wrapper .left-content .block-search .block-content {
    left: 15px;
    right: 15px;
    width: auto;
  }
  .header .block-search {
    position: static;
  }
  .header .block-search .block-content {
    left: 15px;
    right: 15px;
    width: auto;
  }
  .header .nav-toggle span {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .header.header1 .middle-header-wrapper .header-logo {
    max-width: 180px;
  }
}
@media (min-width: 1200px) {
  .header.header3 .middle-header-wrapper .left-content .block-search .block-title:before {
    content: "";
    background: #e1e1e1;
    height: 24px;
    width: 1px;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .header.header2 #mobile_navigation_setting,
  .header.header5 #mobile_navigation_setting,
  .header.header6 #mobile_navigation_setting,
  .header.header3 #mobile_navigation_setting {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header.header2 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart,
  .header.header5 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart,
  .header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart,
  .header.header3 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .header.header3 .mobile-navigation #mobile_navigation_account {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header.header7 .close-nav-button,
  .header.header3 .close-nav-button {
    left: 60px;
  }
  .header.header7 .mobile-navigation,
  .header.header3 .mobile-navigation {
    width: auto;
    left: 100px;
    right: 100px;
    top: 100px;
    bottom: 100px;
    box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
    text-align: center;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
  .header.header7 .mobile-navigation::-webkit-scrollbar,
  .header.header3 .mobile-navigation::-webkit-scrollbar {
    display: none;
  }
  .header.header7 .mobile-navigation .tab-content,
  .header.header3 .mobile-navigation .tab-content {
    width: 400px;
    margin: 0 auto;
  }
  .header.header7 .mobile-navigation .tab-content .nav-main-menu,
  .header.header3 .mobile-navigation .tab-content .nav-main-menu {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .header.header4 .nav-megamenu nav.navigation .nav-main-menu {
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .header.header6 .middle-header-wrapper .left-content {
    max-width: 40px;
  }
}
@media (max-width: 767.98px) {
  .header.header6 .middle-header-wrapper .header-logo {
    max-width: 140px;
  }
}
@media (max-width: 767.98px) {
  .header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 575.98px) {
  .header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart > .text {
    display: none;
  }
  .header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart .counter.qty:before {
    content: none;
  }
}
@media (max-width: 350px) {
  .header.header6 .middle-header-wrapper .child-content .content-primary {
    margin-left: 0;
  }
  .header.header6 .child-content .block-search .block-title {
    padding: 15px;
  }
  .header.header6 .middle-header-wrapper .child-content .minicart-wrapper .action.showcart {
    padding: 0 10px 0 15px;
  }
}
@media (max-width: 1199.98px) {
  .header.header7 .social-links {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header.header7 .mobile-navigation #mobile_navigation_setting {
    display: none;
  }
  .header.header7 .mobile-navigation #mobile_navigation_account {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .nav-open .header7 .mobile-navigation,
  .nav-open .header3 .mobile-navigation {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
}
@media (max-width: 500px) {
  .dropdown-cart-type .minicart-wrapper > .ui-dialog {
    width: 300px;
    padding: 30px 15px;
    right: -5px;
  }
  .sticky_catalog {
    width: 320px;
    right: -320px;
  }
  .header .sticky_catalog ul {
    padding: 0;
  }
  .sidebar-cart-type .minicart-wrapper .ui-dialog {
    width: 320px;
    padding: 30px 15px;
  }
  .sidebar-cart-type .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
    height: calc(100vh - 280px) !important;
  }
  .minicart-wrapper .block-minicart .block-title {
    padding-bottom: 30px;
  }
  .minicart-wrapper .block-minicart .block-content > .subtotal {
    padding: 0;
  }
  .minicart-items .product-item .product > .product-item-details .product-item-pricing .details-qty .label {
    display: none;
  }
  .minicart-items .product-item .product > .product-item-details .product-item-pricing .details-qty .update-cart-item {
    padding: 0 10px;
  }
  .header6 .middle-header-wrapper .left-content,
  .header5 .middle-header-wrapper .left-content {
    max-width: 65px;
  }
}
@media (max-width: 575px) {
  .header .block-search .block-content {
    left: 5px;
    right: 5px;
  }
}
@media (max-width: 420px) {
  .header .mobile-navigation {
    width: 320px;
    left: -320px;
  }
  .nav-open .header .mobile-navigation {
    left: 0;
  }
  .header .middle-header-wrapper .left-content {
    flex: 2;
  }
  .header .middle-header-wrapper .left-content .block-search .block-title {
    padding-left: 15px;
  }
  .header .middle-header-wrapper .right-content {
    flex: 0;
  }
  .header4 .middle-header-wrapper .toogle_menu_mobile {
    padding-right: 15px;
  }
  .header4 .middle-header-wrapper .left-content {
    max-width: 50px;
  }
  .header4 .middle-header-wrapper .left-content,
  .header4 .middle-header-wrapper .mobile_logo,
  .header4 .middle-header-wrapper .right-content {
    flex: 1;
  }
  .header6 .middle-header-wrapper .left-content,
  .header5 .middle-header-wrapper .left-content,
  .header6 .middle-header-wrapper .header-logo,
  .header5 .middle-header-wrapper .header-logo,
  .header6 .middle-header-wrapper .right-content,
  .header5 .middle-header-wrapper .right-content {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .control .nav-scroll {
    right: 90px;
  }
  .control .page-header-sliders.template-2 .index-slider {
    left: 60px;
  }
  body .header.header10 .sticky-catalog-toggle.left {
    left: 60px;
    right: auto;
  }
  body .header.header10 .sticky-catalog-toggle.right {
    left: auto;
    right: 60px;
  }
}
@media (max-width: 1499.98px) and (min-width: 1200px) {
  .control .nav-scroll {
    right: 15px;
  }
  body .header.header10 .sticky-catalog-toggle.left {
    left: -15px;
    right: auto;
  }
  body .header.header10 .sticky-catalog-toggle.right {
    left: auto;
    right: -15px;
  }
}
/* ===== CONTENT ===== */
/* Banner Slider */
.page-header-sliders {
  /* slider home 2 */
}
@media (min-width: 992px) {
  .page-header-sliders.fullscreen-slider > .row,
  .page-header-sliders.fullscreen-slider .slider_mgs_carousel,
  .page-header-sliders.fullscreen-slider .owl-stage-outer,
  .page-header-sliders.fullscreen-slider .owl-stage,
  .page-header-sliders.fullscreen-slider .owl-item,
  .page-header-sliders.fullscreen-slider .owl-item > .item,
  .page-header-sliders.fullscreen-slider .item-image {
    height: 100%;
  }
  .page-header-sliders.fullscreen-slider .slider_mgs_carousel {
    overflow: hidden;
  }
  .page-header-sliders.fullscreen-slider .item-image {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-header-sliders.fullscreen-slider .item-image img {
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders.fullscreen-slider {
    height: auto !important;
  }
}
@media (max-width: 575.98px) {
  .page-header-sliders.fullscreen-slider {
    height: 400px !important;
  }
  .page-header-sliders.fullscreen-slider > .row,
  .page-header-sliders.fullscreen-slider .slider_mgs_carousel,
  .page-header-sliders.fullscreen-slider .owl-stage-outer,
  .page-header-sliders.fullscreen-slider .owl-stage,
  .page-header-sliders.fullscreen-slider .owl-item,
  .page-header-sliders.fullscreen-slider .owl-item > .item,
  .page-header-sliders.fullscreen-slider .item-image {
    height: 100%;
  }
  .page-header-sliders.fullscreen-slider .slider_mgs_carousel {
    overflow: hidden;
  }
  .page-header-sliders.fullscreen-slider .item-image {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-header-sliders.fullscreen-slider .item-image img {
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders .index-slider .current {
    font-size: 32px;
    margin-right: 13px;
  }
  .page-header-sliders.template-1 .slider_mgs_carousel.owl-carousel .owl-dots {
    right: 38px;
  }
  .page-header-sliders .slide-text .slide-content {
    padding: 55px 35px;
  }
  .page-header-sliders .slide-text .slide-content .title .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-header-sliders .slide-text .slide-content {
    padding: 15px;
  }
  .page-header-sliders .slide-text .slide-content .subtitle {
    margin-bottom: 10px;
  }
  .page-header-sliders .slide-text .slide-content .title .h1 {
    font-size: 30px;
    max-width: 260px;
  }
  .page-header-sliders .slide-text .slide-content .banner-button {
    margin-top: 17px;
  }
}
@media (max-width: 440px) {
  .page-header-sliders .index-slider {
    display: none !important;
  }
  .page-header-sliders.template-1 .slider_mgs_carousel.owl-carousel .owl-dots {
    right: 18px;
  }
  .page-header-sliders .page-header-sliders .slide-text .slide-content {
    padding: 0;
  }
  .page-header-sliders .page-header-sliders .slide-text .slide-content .subtitle .count {
    display: none;
  }
  .page-header-sliders .page-header-sliders .slide-text .slide-content .title .h1 {
    font-size: 18px;
    max-width: 160px;
  }
  .page-header-sliders .top_slider_home6 .slider-subheading {
    display: none !important;
  }
  .page-header-sliders .slider-home9 .slide-text .slide-content {
    padding: 0;
  }
  .page-header-sliders .slider-home9 .slide-text .slide-content .title .h4.nowrap {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 {
    margin-left: 16%;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 .title-slider {
    font-size: 52px;
    line-height: 1.1;
    margin: 15px 0 25px;
  }
}
@media (max-width: 768px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 .subtitle-slider {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 .title-slider {
    font-size: 42px;
    line-height: 1;
    margin: 15px 0;
  }
}
@media (max-width: 480px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 {
    margin-left: 10%;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 .subtitle-slider {
    display: none;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 .title-slider {
    font-size: 32px;
    margin: 0 0 10px;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 .btn-default {
    font-size: 13px;
    padding: 5px 10px;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .title {
    margin-top: 18px;
    font-size: 50px;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .actions {
    margin-top: 36px;
  }
}
@media (max-width: 767.98px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .mini-title {
    margin-top: 17px;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .actions {
    margin-top: 21px;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .title {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 {
    white-space: inherit;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .sub-title {
    font-size: 14px;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .mini-title,
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .actions .btn.btn-primary {
    display: none;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .title {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v4 {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-dots {
    right: 50px;
  }
  .page-header-sliders.template-4 .index-slider {
    right: 25px;
    bottom: 110px;
  }
}
@media (max-width: 767.98px) {
  .page-header-sliders.template-4 .index-slider {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-dots {
    right: 50px;
  }
}
@media (max-width: 575.98px) {
  .slide_home_lookbook .page-header-sliders .slider_mgs_carousel .item-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    min-height: 400px;
  }
  .slide_home_lookbook .page-header-sliders .slider_mgs_carousel .item-image img {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .container-content .page-header-sliders .slider_mgs_carousel .slide-text.middle_left {
    width: 70%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .container-content .page-header-sliders .slider_mgs_carousel .slide-text.middle_right {
    right: 50%;
    transform: translate(50%, -50%);
    width: 70%;
  }
  .container-content .page-header-sliders .slider_mgs_carousel .slide-text.middle_right .inner-text {
    float: right;
  }
}
@media (max-width: 991.98px) {
  .container-content .page-header-sliders .slider_mgs_carousel .slide-text.middle_left {
    padding-left: 30px;
  }
  .container-content .page-header-sliders .slider_mgs_carousel .slide-text.middle_right {
    padding-right: 30px;
  }
}
/* List Layout */
@media (max-width: 1199px) {
  .products-list .product-item .product-item-info .product-item-image {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .products-list .product-item .product-item-info .product-item-details {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 991.98px) {
  .products-list .product-item .actions-quickview {
    display: none;
  }
  .products-list .product-item .product-item-actions .actions-primary {
    width: calc(100% - 48px);
  }
  .products-list .product-item .product-item-actions .actions-primary .action.tocart {
    width: 100%;
  }
}
@media (max-width: 575.6799999999999px) {
  .products-list .product-item .product-item-info .product-item-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .products-list .product-item .product-item-info .product-item-details {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ===== FOOTER ===== */
@media (max-width: 1199.98px) {
  .footer .row > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .footer .custom-col-md-12 {
    width: 100%;
    padding: 0 15px;
  }
  .footer .middle-footer {
    padding: 50px 0;
  }
  .footer .text-right {
    text-align: center !important;
  }
  .footer.footer2 .list_block {
    text-align: center;
  }
  .footer.footer2 .list_block li {
    padding: 7px 15px;
  }
  .footer.footer2 .text-right .social-links li {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .footer .middle-footer {
    text-align: center;
  }
}
/* ===== MGS_Social ===== */
/* Instagram Widget */
@media (max-width: 1199.98px) {
  .instagram-block .instagram-widget-slider {
    padding: 0;
  }
}
/* ===== Magento_Newsletter ===== */
/* Newsletter Popup */
@media (max-width: 991px) {
  .newsletter_popup {
    width: 700px !important;
  }
  #newsletter-popup {
    padding-top: 40px;
  }
  #newsletter-popup h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  #newsletter-popup .newsletter-popup-content,
  #newsletter-popup .checkbox {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .newsletter-link,
  .modal_newsletter_popup,
  .newsletter_popup {
    display: none !important;
  }
}
/* ===== CONTENT ===== */
/* Scroll to top */
@media (max-width: 768px) {
  .scroll-to-top {
    display: none;
  }
}
/* Magento_Customer */
/* Login & Create new customer account */
@media (min-width: 1200px) {
  .customer-account-login .login-container .block.block-customer-login {
    padding-right: 45px;
  }
  .customer-account-login .login-container .block.block-new-customer {
    padding-left: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .customer-account-login .login-container .block .field.fullname .fields .field.field-name-firstname,
  .customer-account-login .login-container .block .field.fullname .fields .field.field-name-middlename,
  .customer-account-login .login-container .block .field.fullname .fields .field.field-name-lastname {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .customer-account-login .login-container .block.block-customer-login {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customer-account-login .login-container .block.block-new-customer {
    margin-top: 50px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .customer-account-login .login-container .block.block-customer-login {
    background: none;
    padding: 0 0 50px 0;
    border-bottom: 1px solid #d7d7d7;
  }
  .customer-account-login .login-container .block.block-new-customer .fields-password .field {
    width: 100%;
  }
  .customer-account-login .login-container .block.block-new-customer .fieldset.create.info > .field-name-firstname,
  .customer-account-login .login-container .block.block-new-customer .fieldset.create.info > .field-name-lastname {
    width: 100%;
  }
}
/* End Login & Create new customer account */
@media (max-width: 575px) {
  .newsletter-heading {
    background-size: 150px;
  }
  .newsletter-heading .title {
    font-size: 30px;
  }
  .newsletter-heading .subtitle {
    padding-top: 0;
  }
}
/*End Banner-v2*/
/*About-us*/
@media (max-width: 1500px) {
  .about-us .abs-title,
  .contact_image .abs-title {
    right: 50%;
    width: 85%;
  }
}
@media (max-width: 1500px) {
  .about-us img,
  .contact_image img {
    margin: 0 auto;
    display: block;
  }
  .form.contact,
  .about-us.about-comment {
    float: none;
    margin: 0 auto;
    margin-top: 35px;
  }
}
/*End About-us*/
/*Contact Us */
@media (max-width: 991px) {
  .contact_detail .border-contact {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .form.contact .field.name,
  .form.contact .field.email,
  .form.contact .field.telephone {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .contact_detail .content-heading {
    margin-bottom: 50px;
  }
}
/*End Contact Us */
/*Shop By Brand*/
@media (min-width: 1200px) {
  .col-md-custom-5 {
    width: 20%;
  }
}
/*End Shop By Brand*/
/* 404 Pages */
@media (max-width: 414px) {
  .cms-noroute-index .main-404 {
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .cms-noroute-index .main-404 .content-404 .content-heading-404 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .cms-noroute-index .main-404 .content-404 .content-heading-404 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .cms-noroute-index .main-404 .content-404 .sub-404 {
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 13px;
  }
}
/* Toolbar */
@media (max-width: 991px) {
  .toolbar.toolbar-products {
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 767.98px) {
  .toolbar.toolbar-products select {
    text-align-last: left;
    padding-left: 0;
    width: auto;
  }
  .toolbar.toolbar-products .limiter {
    display: none;
  }
  .toolbar.toolbar-products .limiter,
  .toolbar.toolbar-products .sorter {
    width: 100%;
  }
  .toolbar.toolbar-products .toolbar-amount,
  .toolbar.toolbar-products .modes {
    display: none;
  }
}
/* Magento_Review */
/* Review List - My Account (Dashboard) */
@media (max-width: 767.98px) {
  .block-reviews-dashboard .items .item {
    padding: 10px 0 15px;
  }
  .block-reviews-dashboard .items .item .product-name {
    width: 100%;
  }
}
/* Review Detail */
@media (max-width: 767.98px) {
  .customer-review.view .review-details .customer-review-rating .rating-summary.item {
    width: 100%;
    margin: 5px 0;
  }
}
@media (max-width: 575.98px) {
  .customer-review.view .review-details {
    margin-top: 30px;
  }
  .customer-review.view .product-details .product-media,
  .customer-review.view .product-details .product-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customer-review.view .product-details .product-info {
    margin-top: 25px;
  }
}
/* MGS_Promobanner */
@media (max-width: 1199.98px) {
  .promobanner .text .special-text a.h6,
  .promobanner .text .special-text-2 a.h6 {
    margin-top: 15px;
  }
  .promobanner .text .special-text p {
    display: none;
  }
  .promobanner.shadow-zoom .bottom-left .banner-text {
    padding: 30px;
  }
  .promobanner.shadow-zoom .text .special-text .title-right {
    right: -15px;
  }
  .promobanner h6 {
    display: none;
  }
  .promobanner .text h3.h1 {
    font-size: 30px;
  }
  .promobanner .text .special-text-2 h2 {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .promobanner.shadow-zoom button.btn-promo-banner {
    opacity: 1;
    visibility: visible;
  }
  .promobanner.shadow-zoom .title-right,
  .promobanner.shadow-zoom .title-left {
    position: static;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .promobanner-v2 .promobanner-v2 .promobanner .text {
    padding: 20px 30px;
  }
  .promobanner-v2 .promobanner-v2 .promobanner .text h2 {
    font-size: 24px;
  }
  .promobanner-v2 .promobanner-v2 .promobanner .text .banner-button {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .promobanner-v7 .promobanner .text {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .promobanner-v5 .promobanner .text {
    padding: 30px !important;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .promobanner-v8 .promobanner .title h4 {
    font-size: 20px;
  }
  .promobanner-v8 .promobanner .text {
    padding: 20px;
  }
  .promobanner-v8 .promobanner .text .banner-button {
    margin-top: 10px;
  }
}
/* porfolio */
/* Coming Soon */
@media (max-width: 575px) {
  .cms-coming-soon .main-coming-soon .content .form.subscribe {
    width: 100%;
  }
  .cms-coming-soon .main-coming-soon .content .h1 {
    font-size: 65px;
  }
}
/* Magento_LayerNavigation */
/* 1 Column Page */
@media (max-width: 991.98px) {
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title {
    width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 12px 15px 0;
  }
}
@media (min-width: 768px) {
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content {
    display: block !important;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title.no-toggle:before {
    content: none !important;
  }
}
@media (max-width: 767.98px) {
  .column.main .block.filter .filter-content .filter-options {
    display: block;
    margin: 0;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item {
    display: block;
    margin: 0;
    padding: 0;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content,
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content:after,
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title:after {
    content: none;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title {
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid #d7d7d7;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title:before {
    right: 0;
    top: 12px;
    content: "\e61a" !important;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title.active-mbtg {
    border: none;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title.active-mbtg:before {
    content: "\e622" !important;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content {
    padding: 0 0 15px;
    border-bottom: 1px solid #d7d7d7;
    display: none;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items {
    display: block;
    margin: 0;
    padding: 0;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 0 0;
    display: block !important;
  }
}
/*Account*/
@media (max-width: 767.98px) {
  body.account .main .table th {
    display: none;
  }
  body.account .main .table td {
    display: block;
    border: none;
    text-align: left;
    padding: 5px 0;
  }
  body.account .main .table td::before {
    content: attr(data-th) ': ';
    float: left;
    font-weight: 500;
    color: #000;
    margin-right: 20px;
  }
  body.account .main .table td.actions::before {
    display: none;
  }
  body.account .main .table tbody tr {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
    display: block;
  }
  body.account .main .table .col {
    width: 100%;
    text-align: left;
  }
  body.account.customer-account-index .main .block-dashboard-info .block-content,
  body.account.customer-account-index .main .block-dashboard-addresses .block-content {
    display: inherit;
  }
  body.account.customer-account-index .main .block-dashboard-info .block-content .box,
  body.account.customer-account-index .main .block-dashboard-addresses .block-content .box {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.account.customer-account-edit .main .form-edit-account .fieldset {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.account.customer-address-index .main .block-addresses-default .block-content .box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.account.sales-order-view .main .block-order-details-view .block-content .box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.account .table-wrapper.reviews .table-reviews tbody tr:nth-child(2n) {
    background-color: transparent;
  }
  body.account.sales-order-print .page-main .block-order-details-view .block-content .box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  body.account .main .block .block-title > a {
    display: block;
    margin-left: 0;
  }
}
/* DEV_LUUNV */
/* CHECKOUT */
@media (min-width: 992px) {
  .opc-sidebar.modal-custom .action-close {
    display: none;
  }
  .opc-wrapper {
    width: 60%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
    margin-top: 50px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
}
@media (min-width: 1200px) {
  .opc-wrapper {
    padding-right: 90px;
  }
  .opc-block-summary {
    padding: 30px 50px;
  }
}
@media (max-width: 991px) {
  .opc-progress-bar-item {
    display: none;
  }
  .checkout-cart-index .checkout-extra > .block > .title {
    border-bottom: 0;
  }
  #opc-sidebar,
  .opc-block-shipping-information {
    background: #fbfbfb;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    background: none;
    border: none;
    padding: 0;
    line-height: 42px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .opc-estimated-wrapper {
    padding: 20px 15px;
    background: #fbfbfb;
    margin-bottom: 30px;
  }
  .opc-estimated-wrapper .estimated-price {
    font-size: 24px;
    margin-left: 5px;
  }
  .opc-estimated-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }
  .opc-estimated-wrapper .estimated-block {
    float: left;
    color: #000;
    font-size: 18px;
    vertical-align: top;
    font-weight: 700;
  }
  .opc-block-summary .items-in-cart > .title {
    cursor: default;
  }
  .opc-block-summary .items-in-cart > .title:after {
    display: none;
  }
  .opc-block-summary {
    margin-bottom: 0;
  }
  .opc-sidebar .modal-inner-wrap .modal-header {
    display: block;
  }
  .opc-progress-bar {
    display: none;
  }
  .opc-sidebar.opc-summary-wrapper._show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-400px, 0, 0);
    -webkit-transform: translate3d(-400px, 0, 0);
    -moz-transform: translate3d(-400px, 0, 0);
    -o-transform: translate3d(-400px, 0, 0);
    -webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
    -moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
    box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  }
  .opc-sidebar.opc-summary-wrapper .minicart-items {
    display: block !important;
  }
  .opc-sidebar.opc-summary-wrapper {
    width: 400px;
    bottom: 0;
    left: auto;
    min-width: 0;
    position: fixed;
    right: -400px;
    top: 0;
    visibility: hidden;
    z-index: 99998;
    background: #fbfbfb;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow: auto;
    margin-top: 0;
  }
  .opc-block-shipping-information {
    padding: 0 30px;
  }
  .opc-sidebar.opc-summary-wrapper._show + .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899 !important;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .table-checkout-shipping-method tbody {
    border: 0;
  }
  .table-checkout-shipping-method tbody,
  .table-checkout-shipping-method thead {
    display: table-cell;
  }
  .table-checkout-shipping-method tbody tr,
  .table-checkout-shipping-method thead tr {
    display: block;
  }
  .table-checkout-shipping-method tbody tr th,
  .table-checkout-shipping-method thead tr th,
  .table-checkout-shipping-method tbody tr td,
  .table-checkout-shipping-method thead tr td {
    padding: 0 15px 15px 0;
    text-align: left !important;
    display: block;
    line-height: 30px;
  }
}
@media (max-width: 450px) {
  .opc-sidebar.opc-summary-wrapper {
    width: 320px;
    right: -320px;
  }
  .opc-sidebar.opc-summary-wrapper._show {
    transform: translate3d(-320px, 0, 0);
    -webkit-transform: translate3d(-320px, 0, 0);
    -moz-transform: translate3d(-320px, 0, 0);
    -o-transform: translate3d(-320px, 0, 0);
  }
  .opc-estimated-wrapper .estimated-block > span {
    display: block;
  }
  .modal-slide._inner-scroll .modal-footer button {
    padding: 10px 15px;
    width: 100%;
  }
}
/* END CHECKOUT */
@media (max-width: 1199.98px) {
  .modal-popup .modal-inner-wrap {
    width: unset;
    max-width: 100%;
    margin: 0 15px;
  }
  .modal-slide._inner-scroll .modal-content,
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    padding: 15px;
  }
  .modal-popup #shipping-new-address-form {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #shopping-cart-table .product-item-photo {
    margin-bottom: 8px;
  }
  .cart.actions button {
    float: none;
    margin-left: 0;
  }
  .cart.actions .btn {
    margin: 8px 0 8px 8px;
  }
}
@media (max-width: 767px) {
  #shopping-cart-table .control.qty {
    display: inline-block;
  }
  #shopping-cart-table .actions-toolbar {
    display: block;
  }
  #shopping-cart-table .actions-toolbar .gift-options-cart-item {
    margin-left: 0;
    margin-top: 10px;
  }
  #shopping-cart-table tbody {
    border: 1px solid #ebebeb;
    display: block;
    padding: 20px 0;
  }
  #shopping-cart-table tbody tr {
    display: block;
  }
  #shopping-cart-table tbody tr td {
    display: block;
    border: none;
    text-align: left;
    padding: 5px 15px !important;
    width: 100%;
  }
  #shopping-cart-table tbody tr td.col:not(.item):before {
    content: attr(data-th) " :";
    display: inline-block;
    margin-right: 5px;
    color: #000;
    font-weight: normal;
  }
  #shopping-cart-table thead {
    display: none;
  }
}
@media (max-width: 575px) {
  #shopping-cart-table .actions-toolbar > a {
    float: none;
    margin-left: 0px;
    margin-right: 10px;
  }
  #shopping-cart-table .actions-toolbar .gift-options-cart-item {
    width: 100%;
  }
  .checkout-cart-index .checkout-extra {
    padding-top: 98px;
  }
  .checkout-cart-index .checkout-extra > .block > .title {
    width: 100%;
  }
  .checkout-cart-index .checkout-extra > .block.discount > .title {
    top: 48px;
  }
  .checkout-cart-index .checkout-extra > .block > .title span {
    border: 0;
    padding: 14px 15px 14px;
    background: #f6f7fb;
  }
  .checkout-cart-index .checkout-extra > .block > .title.active span {
    background: #fff;
    text-decoration: underline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkout-cart-index .checkout-extra {
    padding-top: 98px;
  }
  .checkout-cart-index .checkout-extra > .block > .title {
    width: 100%;
  }
  .checkout-cart-index .checkout-extra > .block.discount > .title {
    top: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .checkout-cart-index .checkout-extra > .block > .title span {
    border: 0;
    padding: 14px 15px 14px;
    background: #f6f7fb;
  }
  .checkout-cart-index .checkout-extra > .block > .title.active span {
    background: #fff;
    text-decoration: underline;
  }
}
@media (min-width: 1200px) {
  .shopping-cart-bottom .col-lg-7 {
    padding-right: 60px;
  }
  .shopping-cart-bottom .col-lg-5 {
    padding-left: 30px;
  }
  .checkout-cart-index .checkout-extra > .block > .title span {
    margin-right: 15px;
  }
  .checkout-cart-index .checkout-extra > .block.discount > .title span {
    margin-right: 0;
    margin-left: 15px;
  }
}
/***/
@media (min-width: 992px) {
  .page-layout-3columns .toolbar.toolbar-products {
    flex-wrap: wrap-reverse;
    margin-bottom: 34px;
  }
  .page-layout-3columns .toolbar.toolbar-products > * {
    margin-bottom: 10px;
  }
  .page-layout-3columns .toolbar.toolbar-products .limiter,
  .page-layout-3columns .toolbar.toolbar-products .sorter {
    min-width: 40%;
  }
}
/* Sidebar Responsive */
@media (min-width: 1200px) {
  .sidebar {
    max-width: 320px;
  }
}
@media (max-width: 991.98px) {
  body.account .sidebar-responsive-btn,
  .catalog-category-view:not(.page-layout-1column) .sidebar-responsive-btn {
    display: block !important;
    position: fixed;
    top: 50%;
    right: auto;
    left: 0;
    height: 40px;
    width: 40px;
    font-size: 30px;
    line-height: 1;
    color: #000;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0 0 6px 0 rgba(96, 109, 166, 0.15);
    -moz-box-shadow: 0 0 6px 0 rgba(96, 109, 166, 0.15);
    box-shadow: 0 0 6px 0 rgba(96, 109, 166, 0.15);
    z-index: 99;
    opacity: .8;
    border-radius: 0 4px 4px 0;
    text-align: center;
    padding: 0;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
  }
  body.account .sidebar-responsive-btn span,
  .catalog-category-view:not(.page-layout-1column) .sidebar-responsive-btn span {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    line-height: 40px;
    display: inline-block;
  }
  body.account.sidebar-open .sidebar-responsive-btn,
  .catalog-category-view:not(.page-layout-1column).sidebar-open .sidebar-responsive-btn {
    background-color: transparent;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
  }
  body.account.sidebar-open .sidebar-responsive-btn span,
  .catalog-category-view:not(.page-layout-1column).sidebar-open .sidebar-responsive-btn span {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  body.page-layout-2columns-left .sidebar.sidebar-main,
  body.page-layout-2columns-right .sidebar.sidebar-main {
    position: fixed;
    top: 0;
    left: -400px;
    max-width: 400px !important;
    padding: 30px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    height: 100%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  body.page-layout-2columns-left.sidebar-open .sidebar.sidebar-main,
  body.page-layout-2columns-right.sidebar-open .sidebar.sidebar-main {
    left: 0;
    -webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
    -moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
    box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  }
  body.page-layout-3columns .sidebar.sidebar-main,
  body.page-layout-3columns .sidebar.sidebar-additional {
    position: fixed;
    top: 0;
    left: -400px;
    max-width: 400px !important;
    padding: 30px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    height: 100%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  body.page-layout-3columns .sidebar.sidebar-additional {
    left: 100%;
  }
  body.page-layout-3columns.sidebar-open .sidebar.sidebar-main {
    left: 0;
    -webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
    -moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
    box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  }
  body.page-layout-3columns.active-sidebar-right .sidebar.sidebar-additional {
    left: calc(100% - 400px);
    -webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
    -moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
    box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
  }
}
@media (max-width: 575px) {
  body.page-layout-3columns .sidebar.sidebar-main,
  body.page-layout-2columns-left .sidebar.sidebar-main,
  body.page-layout-2columns-right .sidebar.sidebar-main {
    left: -320px;
    max-width: 320px !important;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view.template-1 .product-info-main {
    max-width: 600px;
  }
}
@media (max-width: 991.98px) {
  .catalog-product-view .blog-post-list .blog-list .blog-post {
    margin-bottom: 60px;
  }
  .catalog-product-view .post-actions {
    margin: 30px 0;
  }
  .catalog-product-view .product-info-main .product-info-list-additional {
    margin-top: 10px;
  }
  .catalog-product-view .product-info-main .box-tocart {
    margin-top: 20px;
  }
  .catalog-product-view .product-info-main .product-add-form .product-options-wrapper .fieldset > .field {
    margin-bottom: 15px;
  }
  .catalog-product-view .product-info-main .sharethis {
    margin-top: 10px;
  }
  .catalog-product-view .fieldset > .review-field-ratings {
    margin-bottom: 25px;
  }
  .catalog-product-view .footer.footer2 .middle-footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .catalog-product-view .detail-page-grid-products {
    padding-top: 50px;
  }
  .catalog-product-view .detail-page-grid-products + .detail-page-grid-products {
    padding-top: 25px;
  }
  .catalog-product-view .product-detail-infomation .product.data.items,
  .catalog-product-view .description_extra .value {
    padding: 50px 0;
  }
  .catalog-product-view .row-detail-product {
    justify-content: space-around;
    padding-bottom: 50px;
    padding-top: 15px;
  }
  .catalog-product-view .product-info-main {
    margin-top: 20px;
    -webkit-box-flex: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .catalog-product-view .product.media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 30px;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .product-detail-infomation .product-data-items-content .data.item.content {
    padding-top: 35px;
  }
  .product-detail-infomation .product-data-items-menu .data.item.title {
    display: table-cell;
    font-size: 20px;
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .product-detail-infomation .product-data-items-menu {
    display: none;
  }
  .product-detail-infomation .product-data-items-content .data.item.content {
    padding: 15px;
    border-top: 0;
  }
  .product-detail-infomation .product-data-items-content .title-accordion {
    display: block;
    border-top-color: transparent;
    padding: 10px 15px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    position: relative;
  }
  .product-detail-infomation .product-data-items-content .title-accordion:first-child {
    border-top-color: #d7d7d7;
  }
  .product-detail-infomation .product-data-items-content .title-accordion:before,
  .product-detail-infomation .product-data-items-content .title-accordion:after {
    content: "";
    position: absolute;
    background-color: #000;
    top: 50%;
    display: block;
  }
  .product-detail-infomation .product-data-items-content .title-accordion:after {
    width: 14px;
    height: 2px;
    margin-top: -1px;
    right: 10px;
  }
  .product-detail-infomation .product-data-items-content .title-accordion:before {
    height: 14px;
    width: 2px;
    background-color: #000;
    margin-top: -7px;
    right: 16px;
  }
  .product-detail-infomation .product-data-items-content .title-accordion.active:before {
    opacity: 0;
  }
  .product-detail-infomation .block.review-add .legend.review-legend,
  .product-detail-infomation .block.review-list .legend.review-legend,
  .product-detail-infomation .block.review-add .block-title strong,
  .product-detail-infomation .block.review-list .block-title strong,
  .product-detail-infomation .block.review-add .block-title strong,
  .product-detail-infomation .block.review-list .block-title strong {
    text-align: left;
  }
  .product-detail-infomation .review-field-ratings .control > .nested {
    display: block;
  }
  .product-detail-infomation .review-field-ratings .review-field-rating {
    padding-left: 0;
  }
  .product-detail-infomation .review-field-ratings .review-field-rating .review-control-vote {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    margin-top: 2px;
  }
}
/*Blog Detail*/
@media (max-width: 767px) {
  .blog-post-list .blog-list .blog-post .post-body {
    display: block;
  }
  .blog-post-list .blog-list .blog-post .post-body .left-content,
  .blog-post-list .blog-list .blog-post .post-body .right-content {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .blog-post-view .blog-post .post-metas-share {
    display: inherit;
  }
  .blog-post-view .blog-post .post-metas-share .post-metas {
    justify-content: center;
    margin-bottom: 10px;
  }
  .post-comments .comment-list .comment-list-container .item .info .posted-on {
    margin-left: 0;
    display: block;
  }
}
/*Product grid*/
@media (min-width: 1200px) {
  .products-grid .product-item-info.effect.effect-2:hover .product-item-details .product-item-name > a {
    color: #fff;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
  }
  .products-grid .product-item-info.effect.effect-2:hover .product-item-details .product-item-name > a:hover {
    color: #000;
  }
  .products-grid .product-item-info.effect.effect-2:hover .product-item-actions .actions-quickview .action:not(.primary),
  .products-grid .product-item-info.effect.effect-2:hover .product-item-actions .action-wishlist .action:not(.primary),
  .products-grid .product-item-info.effect.effect-2:hover .product-item-actions .actions-compare .action:not(.primary) {
    color: #fff;
  }
  .products-grid .product-item-info.effect.effect-2:hover .product-item-actions .actions-quickview .action:not(.primary):hover,
  .products-grid .product-item-info.effect.effect-2:hover .product-item-actions .action-wishlist .action:not(.primary):hover,
  .products-grid .product-item-info.effect.effect-2:hover .product-item-actions .actions-compare .action:not(.primary):hover {
    background-color: #000;
  }
  .products-grid .product-item-info.effect.effect-2:hover .price-box .price {
    color: #fff;
  }
}
@media (max-width: 1199.98px) {
  .products-grid .product-item-info .list_gallery.owl-carousel .owl-dots {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  .products-grid .product-item-info:hover .product-item-details .product-reviews-summary,
  .products-grid .product-item-info:hover .product-item-details .product-item-name,
  .products-grid .product-item-info:hover .product-item-details .price-box {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .products-grid .product-item-info .product-item-details {
    margin-top: 15px;
  }
  .products-grid .product-item-info .product-item-actions {
    position: static;
    margin-bottom: 15px;
  }
  .products-grid .product-item-info .product-item-actions .actions-primary,
  .products-grid .product-item-info .product-item-actions .actions-quickview,
  .products-grid .product-item-info .product-item-actions .action-wishlist,
  .products-grid .product-item-info .product-item-actions .actions-compare {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .products-grid .product-item-info.effect {
    padding-bottom: 172px;
  }
  .products-grid .product-item-info.effect.effect-2:hover .product-item-details {
    background-color: #fff;
  }
  .products-grid .product-item-info.effect:hover .actions-primary {
    transform: translate(-50%,0) scale(1,1);
    -webkit-transform: translate(-50%,0) scale(1,1);
    -moz-transform: translate(-50%,0) scale(1,1);
    -o-transform: translate(-50%,0) scale(1,1);
  }
  .products-grid .product-item-info.effect:hover div[class^="swatch-opt-"] {
    margin-top: 10px;
  }
  .products-grid .product-item-info.effect .product-item-details {
    padding: 8px 30px 65px;
  }
  .products-grid .product-item-info.effect .product-item-details .product-reviews-summary,
  .products-grid .product-item-info.effect .product-item-details .product-item-name,
  .products-grid .product-item-info.effect .product-item-details .price-box {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .products-grid .product-item-info.effect div[class^="swatch-opt-"] {
    max-height: 100px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    margin-top: 10px;
  }
  .products-grid .product-item-info.effect .product-item-actions {
    margin-bottom: 5px;
  }
  .products-grid .product-item-info.effect .product-item-actions .actions-quickview,
  .products-grid .product-item-info.effect .product-item-actions .action-wishlist,
  .products-grid .product-item-info.effect .product-item-actions .actions-compare {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product-item-info.effect .product-item-actions .actions-quickview .action:not(.primary),
  .products-grid .product-item-info.effect .product-item-actions .action-wishlist .action:not(.primary),
  .products-grid .product-item-info.effect .product-item-actions .actions-compare .action:not(.primary) {
    max-height: 60px;
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product-item-info.effect .actions-primary {
    transform: translate(-50%,0) scale(1,1);
    -webkit-transform: translate(-50%,0) scale(1,1);
    -moz-transform: translate(-50%,0) scale(1,1);
    -o-transform: translate(-50%,0) scale(1,1);
    opacity: 1;
    visibility: visible;
    bottom: -162px;
    z-index: 99;
    top: auto;
  }
}
@media (max-width: 991.98px) {
  .products-grid .product-item-info .product-item-details .product-item-name > a {
    cursor: default;
    pointer-events: none;
  }
  .title-left .content-heading,
  .title-right .content-heading {
    position: static;
    margin-bottom: 15px;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
  }
}
.hidden,
.visible-xl {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
@media (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-xl {
    display: block !important;
  }
}
/* Home content */
@media (min-width: 1400px) {
  .header .mega-menu--logo {
    padding: 0 99px 10px 99px;
  }
}
@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
  .header:not(.header3) .sticky-catalog-toggle.left {
    right: auto;
    left: 2px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
}
@media (max-width: 1800px) and (min-width: 1200px) {
  .footer .footer_follow strong {
    padding-right: 0;
    display: block;
  }
}
@media (max-width: 1800px) {
  .sticky_catalog.is_static ul {
    padding: 50px;
  }
}
@media (max-width: 1599.98px) {
  .sticky_catalog.is_static h3 {
    display: none;
  }
  .sticky_catalog.is_static ul {
    max-height: 100vh;
    padding: 50px 0;
    padding-top: 120px;
  }
}
@media (max-width: 1399px) {
  .widget.mgs-products .owl-carousel .owl-nav > div.owl-next {
    right: 0;
  }
  .widget.mgs-products .owl-carousel .owl-nav > div.owl-prev {
    left: 0;
  }
}
@media (max-width: 1199.98px) {
  .lookbook_banner.parallax .abs-title {
    right: -12vw;
  }
  .lookbook_banner.parallax .abs-title .text72 {
    font-size: 50px;
  }
  .cate-links:before {
    content: none;
  }
  .cate-links .list_block {
    padding-left: 0;
  }
  .cate-links .footer_follow strong {
    display: none;
  }
  .sticky_catalog.is_static ul {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .slider_text_v4 .bottom {
    display: none;
  }
  .slider_text_v4 .top {
    margin-bottom: 50px;
  }
  .text120 {
    font-size: 69px;
  }
  .text100 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .lookbook_banner.parallax .abs-title {
    right: auto;
    left: 50%;
    text-align: center;
    width: 100%;
    padding: 15px 45px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .lookbook_banner.parallax .abs-title .text72 {
    font-size: 40px;
  }
  .sticky_catalog.is_static {
    height: auto;
  }
  .sticky_catalog.is_static ul {
    padding-top: 50px;
  }
  .furniture-block h2,
  .title-v3 .content-heading .title,
  .mini-title-2 .content-heading .title,
  .text48 {
    font-size: 36px;
  }
  .promobanner .text p {
    display: none;
  }
  .slider_text_v4 {
    padding: 0;
  }
  .slider_text_v3 .right-text {
    display: none;
  }
  .text60 {
    font-size: 30px;
  }
  .text72 {
    font-size: 60px;
  }
  .contact_block {
    text-align: center;
  }
  .contact_block ._follow {
    float: none;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .block_info {
    margin-top: 50px;
  }
  .cate-links {
    display: block;
  }
  .cate-links .list_block {
    display: inline-block;
    width: 49%;
  }
  .cate-links .list_block + .list_block {
    padding-left: 0;
  }
  .cate-links .footer_follow {
    position: static;
    text-align: left;
    margin-top: 30px;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
  }
  .cate-links .footer_follow strong {
    display: inline-block;
  }
  .sticky_catalog ul li > a {
    margin-bottom: 25px;
  }
  .landing-parralax--item,
  .lookbook_banner {
    background-attachment: scroll !important;
    background-size: cover !important;
    min-height: unset;
    max-height: 100vw;
  }
  .deal-title p {
    font-size: 40px;
  }
  .text72 {
    font-size: 40px;
  }
  .view_all {
    margin: 50px 0;
  }
  .contact_block {
    text-align: left;
  }
  .contact_block > a + a {
    margin-left: 0;
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 575.98px) {
  .lookbook_banner.parallax .abs-title .text72 {
    font-size: 30px;
  }
  .deal-timer .countdown > span {
    font-size: 30px;
  }
  .deal-timer .countdown > span > b {
    font-weight: 400;
  }
  .deal-timer > div > span {
    padding-right: 25px;
  }
  .text120,
  .text72 {
    font-size: 30px;
  }
  .slider_text_v5 {
    padding-left: 0;
  }
  .slider_text_v5 h6 {
    display: none;
  }
  .services .item > i {
    width: 80px;
  }
}
.use-header3 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 1500px) and (max-width: 1799.98px) {
  .text-full-height .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .top-text.top-text250 {
    top: 180px;
  }
  .text-full-height .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .bottom-text.bottom-text250 {
    bottom: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .text-full-height .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .top-text {
    top: 250px;
  }
  .text-full-height .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .top-text.top-text250 {
    top: 150px;
  }
  .text-full-height .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .bottom-text.bottom-text250 {
    bottom: 100px;
  }
  .use-header3 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text {
    max-width: 1000px;
    margin: 0 auto;
  }
  .page-header-sliders.template-2 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-prev,
  .page-header-sliders.template-2 .index-slider {
    bottom: 21px;
  }
  .page-header-sliders.template-2 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-next {
    bottom: 50px;
  }
  .page-header-sliders.template-2 .slider_mgs_carousel.owl-carousel .owl-dots {
    bottom: 30px;
  }
}
@media (max-width: 1499.98px) {
  .page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: auto;
    bottom: 30px;
    right: auto;
  }
}
@media (max-width: 1399px) {
  .page-header-sliders .index-slider {
    right: 0;
    left: auto;
    bottom: 15px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@media (max-width: 1199.98px) {
  .page-header-sliders.template-2 .index-slider {
    bottom: 21px;
  }
  .page-header-sliders.template-2 .slider_mgs_carousel.owl-carousel .owl-dots {
    bottom: 30px;
  }
  .page-header-sliders.template-2 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-next {
    bottom: 50px;
  }
  .page-header-sliders.template-2 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-prev {
    bottom: 18px;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders .top-text,
  .page-header-sliders .big-text + p {
    display: none;
  }
  .page-header-sliders h2 + div {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .page-header-sliders .big-text {
    font-size: 69px;
  }
  .page-header-sliders .slide-banner .inline .text48 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .page-header-sliders .slider_mgs_carousel .owl-item .slide-text {
    width: 100%;
  }
  .page-header-sliders h6,
  .page-header-sliders h3 {
    display: none;
  }
  .page-header-sliders .slider_text_v2 h2 {
    font-size: 30px;
  }
  .page-header-sliders .shop-now {
    margin-top: 0;
  }
}
/* MGS_Quickview */
@media (max-width: 991.98px) {
  .actions-quickview,
  .mfp-mgs-quickview {
    display: none !important;
  }
  .mgs-quickview-catalog-product-view .row-detail-product {
    padding-bottom: 0;
  }
}
/* Home 8*/
@media (min-width: 992px) and (max-width: 1500px) {
  .style-v8 .top-text,
  .style-v8 .bottom-text {
    margin-bottom: 0;
  }
}
@media (max-width: 1400px) {
  .style-v8 .page-header-sliders.template-3 .index-slider {
    display: none;
  }
}
@media (max-width: 1200px) {
  .style-v8 .bottom-text .title-text {
    font-size: 48px;
    line-height: 50px;
  }
  .promobanner-v8 .dis-hover.hebes-sale {
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .style-v8 {
    padding-top: 0 !important;
  }
  .style-v8 .bottom-text .sub-title {
    display: none;
  }
  .style-v8 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle_left {
    top: 70%;
  }
  .promobanner-v8 .promobanner .banner-text .furniture-detail,
  .promobanner-v8 .promobanner .banner-text .promo-title {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  .promobanner-v8 .promobanner .banner-text .furniture-detail {
    opacity: 1 !important;
  }
  .promobanner-v8 .promobanner .banner-text .promo-title h2 {
    color: #606da6;
  }
}
@media (max-width: 767px) {
  .style-v8 .top-text,
  .style-v8 .bottom-text {
    margin-bottom: 30px;
  }
  .style-v8 .bottom-text .title-text {
    font-size: 32px;
    line-height: 30px;
  }
  .style-v8 .follow-us {
    transform: rotate(0deg);
    bottom: 30px;
    left: 15px;
  }
  .promobanner-v8 .promobanner .banner-text .text-title.color-primary {
    font-size: 32px;
    line-height: 30px;
  }
  .promobanner-v8 .promobanner .banner-text .bg-collection {
    display: none;
  }
  .promobanner-v8 .subscribe-v8 {
    padding: 30px 0;
    margin-top: 0 !important;
  }
  .promobanner-v8 .subscribe-v8 h2 {
    font-size: 32px;
    line-height: 35px;
  }
  .promobanner-v8 .dis-hover.hebes-sale {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .style-v8 .bottom-text .title-text {
    font-size: 24px;
    line-height: 28px;
  }
  .promobanner-v8 .promobanner .banner-text .text-title.color-primary {
    margin-bottom: 0;
  }
  .promobanner-v8 .promobanner .banner-text .promo-sale .color-primary {
    opacity: 0;
  }
  .promobanner-v8 .promobanner .text {
    padding: 30px 15px;
  }
}
/* Home Page 6 */
@media (min-width: 768px) and (max-width: 1441px) {
  .top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle_left {
    transform: translate(0, -50%);
  }
}
@media (max-width: 1200px) {
  .top_slider_home6 .slider-subheading,
  .top_slider_home6 .header_follow {
    display: none;
  }
}
@media (max-width: 767px) {
  .top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .slider-heading .big-text {
    font-size: 70px;
  }
  .top_slider_home6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle .inner-text .slider-heading .button-shop-now {
    text-align: center;
    font-size: 12px;
    margin-top: 0;
  }
}
/* Home Page 7 */
@media (min-width: 1441px) and (max-width: 1668px) {
  .style-v7 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle_left {
    transform: translate(-30%, -50%);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .style-v7 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle_left {
    transform: translate(0, -50%);
  }
}
@media (max-width: 1200px) {
  .style-v7 .top-text-v7 {
    display: none;
  }
}
@media (max-width: 992px) {
  .use-header6.cms-index-index .info-store {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .header.header6 {
    position: relative;
  }
  .style-v7 .slider-v7 .bottom-text h2 {
    margin-left: -60px;
    font-size: 45px;
  }
  .style-v7 .page-header-sliders.fullscreen-slider .item-image {
    display: block;
    background-position: right center;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100%;
  }
  .style-v7 .page-header-sliders.fullscreen-slider .item-image img {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .style-v7 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text.middle_left {
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .style-v7 .page-header-sliders .shop-now-v2 {
    margin-top: 30px;
    float: none;
    text-align: center;
  }
  .style-v7 .slider-v7 .bottom-text h2 {
    font-size: 34px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    padding: 0;
    margin-left: 0;
  }
  .style-v7 .list-category {
    display: none;
  }
  .banner-v7 .promobanner .color-sale {
    display: none;
  }
}
@media (max-width: 500px) {
  .style-v7 .page-header-sliders.fullscreen-slider .item-image {
    background-size: cover;
  }
}
/* Home Page 16 */
@media (min-width: 1600px) {
  body:not(.cms-index-index) .header.header8 .middle-header-wrapper {
    margin-left: 85px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  body:not(.cms-index-index) .header.header8 .middle-header-wrapper {
    margin-left: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  body:not(.cms-index-index) .header.header8 .middle-header-wrapper .header-logo {
    margin-left: 55px;
  }
}
@media (min-width: 1200px) {
  body:not(.cms-index-index) .header.header8 .img-deskop {
    display: none !important;
  }
  body:not(.cms-index-index) .header.header8 .img-mobile {
    display: block;
  }
  body:not(.cms-index-index) .header.header8 .middle-header-wrapper {
    position: relative;
  }
  body:not(.cms-index-index) .header.header8 .middle-header-wrapper .header-logo {
    flex: 1 !important;
  }
  body:not(.cms-index-index) .header.header8 .middle-header-wrapper .fix-menu {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
  }
  body:not(.cms-index-index) .header.header8 .middle-header-wrapper .fix-menu .child-content.mini-cart {
    order: 2;
  }
  body:not(.cms-index-index) .header.header8 .middle-header-wrapper .fix-menu .left-content {
    order: 3;
    transform: rotateY(0);
    position: absolute;
    left: 0;
  }
  body:not(.cms-index-index) .header.header8 .middle-header-wrapper .nav-megamenu,
  body:not(.cms-index-index) .header.header8 .middle-header-wrapper .left-content,
  body:not(.cms-index-index) .header.header8 .middle-header-wrapper .child-content {
    flex: none;
  }
  body:not(.cms-index-index) .header.header8 .block.block-search {
    margin-top: 5px;
  }
  body:not(.cms-index-index) .header.header8 .child-content.language-currency {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.cms-index-index .header.header8 {
    position: fixed !important;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    margin-top: 0;
    width: 130px;
    background: #fff !important;
  }
  body.cms-index-index .header.header8 .img-deskop {
    display: block;
    padding: 100px 0;
  }
  body.cms-index-index .header.header8 .img-mobile {
    display: none !important;
  }
  body.cms-index-index .header.header8 .fix-menu,
  body.cms-index-index .header.header8 .header-logo {
    position: fixed;
    left: 0;
    right: auto;
    width: 130px;
    text-align: center;
  }
  body.cms-index-index .header.header8 .fix-menu {
    top: 31%;
    bottom: 0;
  }
  body.cms-index-index .header.header8 .header-logo {
    padding-top: 30px;
    bottom: auto;
    margin-left: 10px;
  }
  body.cms-index-index .header.header8 .middle-header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  body.cms-index-index .header.header8 .middle-header-wrapper .child-content {
    text-align: center;
  }
  body.cms-index-index .header.header8 .middle-header-wrapper .child-content.right-content {
    position: absolute;
    bottom: 40px;
  }
  body.cms-index-index .header.header8 .minicart-wrapper .action.showcart {
    padding: 0;
  }
  body.cms-index-index .header.header8 .block-search {
    margin-left: 10px;
  }
  body.cms-index-index .header.header8 .language-currency .switcher .switcher-dropdown {
    right: 0;
    bottom: 0;
    top: auto;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  body.cms-index-index .header.header8 .language-currency .switcher:hover .switcher-dropdown {
    transform: translateX(130px);
    -webkit-transform: translateX(130px);
    -moz-transform: translateX(130px);
    -o-transform: translateX(130px);
  }
  body.cms-index-index .header.header8 .language-currency .switcher .switcher-trigger {
    padding: 10px 30px;
  }
  body.cms-index-index .header.header8 .middle-header-wrapper .child-content #switcher-language.switcher,
  body.cms-index-index .header.header8 .middle-header-wrapper .child-content #switcher-currency.switcher {
    display: block !important;
  }
  body.cms-index-index .header.header8 .minicart-wrapper .action.showcart > .counter.qty,
  body.cms-index-index .header.header8 .header-wl .count-wl {
    color: #fff !important;
    background-color: #606da6 !important;
  }
  body.cms-index-index .header.header8 .child-content.language-currency .switcher .switcher-trigger strong {
    color: #000;
  }
  body.cms-index-index .section-left {
    margin-left: 130px;
  }
}
@media (max-width: 1199px) {
  .header.header8 .img-deskop {
    display: none !important;
  }
  .header.header8 .img-mobile {
    display: block;
  }
  .header.header8 .middle-header-wrapper {
    position: relative;
  }
  .header.header8 .middle-header-wrapper .header-logo {
    flex: 1 !important;
  }
  .header.header8 .middle-header-wrapper .fix-menu {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
  }
  .header.header8 .middle-header-wrapper .fix-menu .child-content.mini-cart {
    order: 2;
  }
  .header.header8 .middle-header-wrapper .fix-menu .left-content {
    order: 3;
    transform: rotateY(180deg);
    margin-left: 25px;
  }
  .header.header8 .middle-header-wrapper .nav-megamenu,
  .header.header8 .middle-header-wrapper .left-content,
  .header.header8 .middle-header-wrapper .child-content {
    flex: none;
  }
  .header.header8 .block.block-search {
    margin-top: 5px;
  }
  .section-left .follow-us,
  .section-left .list-category {
    bottom: 600px;
  }
  .section-left .owl-carousel .owl-item img {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .section-left .page-header-sliders .index-slider .current {
    width: 35px;
  }
  .section-left .follow-us {
    right: 105px;
    bottom: 100px !important;
    transform: rotate(0);
  }
}
@media (max-width: 767px) {
  .section-left .text-style-v16 .title-text {
    font-size: 50px;
    line-height: 58px;
  }
  .section-left .page-header-sliders .inner-text {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .section-left .page-header-sliders.fullscreen-slider {
    height: 100% !important;
  }
  .section-left .list-category {
    display: none;
  }
}
@media (max-width: 440px) {
  .section-left .follow-us,
  .section-left address {
    right: 10px;
  }
}
/*End home 16 */
/* Ionicons Font -- http://ionicons.com/ */
@font-face {
  font-family: Ionicons;
  src: url(../../frontend/Mgs/hebes/el_GR/fonts/ionicons.eot?v=2.0.0);
  src: url(../../frontend/Mgs/hebes/el_GR/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(../../frontend/Mgs/hebes/el_GR/fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(../../frontend/Mgs/hebes/el_GR/fonts/ionicons.woff?v=2.0.0) format("woff"), url(../../frontend/Mgs/hebes/el_GR/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.ion,
.ion-alert-circled:before,
.ion-alert:before,
.ion-android-add-circle:before,
.ion-android-add:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-cloud:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done-all:before,
.ion-android-done:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite-outline:before,
.ion-android-favorite:before,
.ion-android-film:before,
.ion-android-folder-open:before,
.ion-android-folder:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone-off:before,
.ion-android-microphone:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-notifications:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person-add:before,
.ion-android-person:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove-circle:before,
.ion-android-remove:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share-alt:before,
.ion-android-share:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-star:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace-outline:before,
.ion-backspace:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox-working:before,
.ion-chatbox:before,
.ion-chatboxes:before,
.ion-chatbubble-working:before,
.ion-chatbubble:before,
.ion-chatbubbles:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-checkmark:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-close:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-code:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document-text:before,
.ion-document:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email-unread:before,
.ion-email:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-erlenmeyer-flask:before,
.ion-eye-disabled:before,
.ion-eye:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash-off:before,
.ion-flash:before,
.ion-folder:before,
.ion-fork-repo:before,
.ion-fork:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy-outline:before,
.ion-happy:before,
.ion-headphone:before,
.ion-heart-broken:before,
.ion-heart:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-help:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information-circled:before,
.ion-information:before,
.ion-ionic:before,
.ion-ios-alarm-outline:before,
.ion-ios-alarm:before,
.ion-ios-albums-outline:before,
.ion-ios-albums:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-analytics-outline:before,
.ion-ios-analytics:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at-outline:before,
.ion-ios-at:before,
.ion-ios-barcode-outline:before,
.ion-ios-barcode:before,
.ion-ios-baseball-outline:before,
.ion-ios-baseball:before,
.ion-ios-basketball-outline:before,
.ion-ios-basketball:before,
.ion-ios-bell-outline:before,
.ion-ios-bell:before,
.ion-ios-body-outline:before,
.ion-ios-body:before,
.ion-ios-bolt-outline:before,
.ion-ios-bolt:before,
.ion-ios-book-outline:before,
.ion-ios-book:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-box-outline:before,
.ion-ios-box:before,
.ion-ios-briefcase-outline:before,
.ion-ios-briefcase:before,
.ion-ios-browsers-outline:before,
.ion-ios-browsers:before,
.ion-ios-calculator-outline:before,
.ion-ios-calculator:before,
.ion-ios-calendar-outline:before,
.ion-ios-calendar:before,
.ion-ios-camera-outline:before,
.ion-ios-camera:before,
.ion-ios-cart-outline:before,
.ion-ios-cart:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-checkmark:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock-outline:before,
.ion-ios-clock:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-close:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cog-outline:before,
.ion-ios-cog:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-wand-outline:before,
.ion-ios-color-wand:before,
.ion-ios-compose-outline:before,
.ion-ios-compose:before,
.ion-ios-contact-outline:before,
.ion-ios-contact:before,
.ion-ios-copy-outline:before,
.ion-ios-copy:before,
.ion-ios-crop-strong:before,
.ion-ios-crop:before,
.ion-ios-download-outline:before,
.ion-ios-download:before,
.ion-ios-drag:before,
.ion-ios-email-outline:before,
.ion-ios-email:before,
.ion-ios-eye-outline:before,
.ion-ios-eye:before,
.ion-ios-fastforward-outline:before,
.ion-ios-fastforward:before,
.ion-ios-filing-outline:before,
.ion-ios-filing:before,
.ion-ios-film-outline:before,
.ion-ios-film:before,
.ion-ios-flag-outline:before,
.ion-ios-flag:before,
.ion-ios-flame-outline:before,
.ion-ios-flame:before,
.ion-ios-flask-outline:before,
.ion-ios-flask:before,
.ion-ios-flower-outline:before,
.ion-ios-flower:before,
.ion-ios-folder-outline:before,
.ion-ios-folder:before,
.ion-ios-football-outline:before,
.ion-ios-football:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-gear-outline:before,
.ion-ios-gear:before,
.ion-ios-glasses-outline:before,
.ion-ios-glasses:before,
.ion-ios-grid-view-outline:before,
.ion-ios-grid-view:before,
.ion-ios-heart-outline:before,
.ion-ios-heart:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-help:before,
.ion-ios-home-outline:before,
.ion-ios-home:before,
.ion-ios-infinite-outline:before,
.ion-ios-infinite:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-information:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad-outline:before,
.ion-ios-keypad:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-list-outline:before,
.ion-ios-list:before,
.ion-ios-location-outline:before,
.ion-ios-location:before,
.ion-ios-locked-outline:before,
.ion-ios-locked:before,
.ion-ios-loop-strong:before,
.ion-ios-loop:before,
.ion-ios-medical-outline:before,
.ion-ios-medical:before,
.ion-ios-medkit-outline:before,
.ion-ios-medkit:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-mic:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-minus:before,
.ion-ios-monitor-outline:before,
.ion-ios-monitor:before,
.ion-ios-moon-outline:before,
.ion-ios-moon:before,
.ion-ios-more-outline:before,
.ion-ios-more:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate-outline:before,
.ion-ios-navigate:before,
.ion-ios-nutrition-outline:before,
.ion-ios-nutrition:before,
.ion-ios-paper-outline:before,
.ion-ios-paper:before,
.ion-ios-paperplane-outline:before,
.ion-ios-paperplane:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-pause-outline:before,
.ion-ios-pause:before,
.ion-ios-paw-outline:before,
.ion-ios-paw:before,
.ion-ios-people-outline:before,
.ion-ios-people:before,
.ion-ios-person-outline:before,
.ion-ios-person:before,
.ion-ios-personadd-outline:before,
.ion-ios-personadd:before,
.ion-ios-photos-outline:before,
.ion-ios-photos:before,
.ion-ios-pie-outline:before,
.ion-ios-pie:before,
.ion-ios-pint-outline:before,
.ion-ios-pint:before,
.ion-ios-play-outline:before,
.ion-ios-play:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-plus:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags-outline:before,
.ion-ios-pricetags:before,
.ion-ios-printer-outline:before,
.ion-ios-printer:before,
.ion-ios-pulse-strong:before,
.ion-ios-pulse:before,
.ion-ios-rainy-outline:before,
.ion-ios-rainy:before,
.ion-ios-recording-outline:before,
.ion-ios-recording:before,
.ion-ios-redo-outline:before,
.ion-ios-redo:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-refresh:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind-outline:before,
.ion-ios-rewind:before,
.ion-ios-rose-outline:before,
.ion-ios-rose:before,
.ion-ios-search-strong:before,
.ion-ios-search:before,
.ion-ios-settings-strong:before,
.ion-ios-settings:before,
.ion-ios-shuffle-strong:before,
.ion-ios-shuffle:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-snowy:before,
.ion-ios-speedometer-outline:before,
.ion-ios-speedometer:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-star:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-sunny-outline:before,
.ion-ios-sunny:before,
.ion-ios-telephone-outline:before,
.ion-ios-telephone:before,
.ion-ios-tennisball-outline:before,
.ion-ios-tennisball:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-time-outline:before,
.ion-ios-time:before,
.ion-ios-timer-outline:before,
.ion-ios-timer:before,
.ion-ios-toggle-outline:before,
.ion-ios-toggle:before,
.ion-ios-trash-outline:before,
.ion-ios-trash:before,
.ion-ios-undo-outline:before,
.ion-ios-undo:before,
.ion-ios-unlocked-outline:before,
.ion-ios-unlocked:before,
.ion-ios-upload-outline:before,
.ion-ios-upload:before,
.ion-ios-videocam-outline:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass-outline:before,
.ion-ios-wineglass:before,
.ion-ios-world-outline:before,
.ion-ios-world:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-minus:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon-round:before,
.ion-navicon:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-person:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-plus:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply-all:before,
.ion-reply:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad-outline:before,
.ion-sad:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android-outline:before,
.ion-social-android:before,
.ion-social-angular-outline:before,
.ion-social-angular:before,
.ion-social-apple-outline:before,
.ion-social-apple:before,
.ion-social-bitcoin-outline:before,
.ion-social-bitcoin:before,
.ion-social-buffer-outline:before,
.ion-social-buffer:before,
.ion-social-chrome-outline:before,
.ion-social-chrome:before,
.ion-social-codepen-outline:before,
.ion-social-codepen:before,
.ion-social-css3-outline:before,
.ion-social-css3:before,
.ion-social-designernews-outline:before,
.ion-social-designernews:before,
.ion-social-dribbble-outline:before,
.ion-social-dribbble:before,
.ion-social-dropbox-outline:before,
.ion-social-dropbox:before,
.ion-social-euro-outline:before,
.ion-social-euro:before,
.ion-social-facebook-outline:before,
.ion-social-facebook:before,
.ion-social-foursquare-outline:before,
.ion-social-foursquare:before,
.ion-social-freebsd-devil:before,
.ion-social-github-outline:before,
.ion-social-github:before,
.ion-social-google-outline:before,
.ion-social-google:before,
.ion-social-googleplus-outline:before,
.ion-social-googleplus:before,
.ion-social-hackernews-outline:before,
.ion-social-hackernews:before,
.ion-social-html5-outline:before,
.ion-social-html5:before,
.ion-social-instagram-outline:before,
.ion-social-instagram:before,
.ion-social-javascript-outline:before,
.ion-social-javascript:before,
.ion-social-linkedin-outline:before,
.ion-social-linkedin:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest-outline:before,
.ion-social-pinterest:before,
.ion-social-python:before,
.ion-social-reddit-outline:before,
.ion-social-reddit:before,
.ion-social-rss-outline:before,
.ion-social-rss:before,
.ion-social-sass:before,
.ion-social-skype-outline:before,
.ion-social-skype:before,
.ion-social-snapchat-outline:before,
.ion-social-snapchat:before,
.ion-social-tumblr-outline:before,
.ion-social-tumblr:before,
.ion-social-tux:before,
.ion-social-twitch-outline:before,
.ion-social-twitch:before,
.ion-social-twitter-outline:before,
.ion-social-twitter:before,
.ion-social-usd-outline:before,
.ion-social-usd:before,
.ion-social-vimeo-outline:before,
.ion-social-vimeo:before,
.ion-social-whatsapp-outline:before,
.ion-social-whatsapp:before,
.ion-social-windows-outline:before,
.ion-social-windows:before,
.ion-social-wordpress-outline:before,
.ion-social-wordpress:before,
.ion-social-yahoo-outline:before,
.ion-social-yahoo:before,
.ion-social-yen-outline:before,
.ion-social-yen:before,
.ion-social-youtube-outline:before,
.ion-social-youtube:before,
.ion-soup-can-outline:before,
.ion-soup-can:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle-filled:before,
.ion-toggle:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt-outline:before,
.ion-tshirt:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before,
.ionicons {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-circle:before {
  content: "\f359";
}
.ion-android-alarm-clock:before {
  content: "\f35a";
}
.ion-android-alert:before {
  content: "\f35b";
}
.ion-android-apps:before {
  content: "\f35c";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down:before {
  content: "\f35d";
}
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}
.ion-android-arrow-dropleft:before {
  content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}
.ion-android-arrow-dropright:before {
  content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}
.ion-android-arrow-dropup:before {
  content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up:before {
  content: "\f366";
}
.ion-android-attach:before {
  content: "\f367";
}
.ion-android-bar:before {
  content: "\f368";
}
.ion-android-bicycle:before {
  content: "\f369";
}
.ion-android-boat:before {
  content: "\f36a";
}
.ion-android-bookmark:before {
  content: "\f36b";
}
.ion-android-bulb:before {
  content: "\f36c";
}
.ion-android-bus:before {
  content: "\f36d";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-cancel:before {
  content: "\f36e";
}
.ion-android-car:before {
  content: "\f36f";
}
.ion-android-cart:before {
  content: "\f370";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkbox:before {
  content: "\f374";
}
.ion-android-checkbox-blank:before {
  content: "\f371";
}
.ion-android-checkbox-outline:before {
  content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}
.ion-android-checkmark-circle:before {
  content: "\f375";
}
.ion-android-clipboard:before {
  content: "\f376";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-cloud:before {
  content: "\f37a";
}
.ion-android-cloud-circle:before {
  content: "\f377";
}
.ion-android-cloud-done:before {
  content: "\f378";
}
.ion-android-cloud-outline:before {
  content: "\f379";
}
.ion-android-color-palette:before {
  content: "\f37b";
}
.ion-android-compass:before {
  content: "\f37c";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-contract:before {
  content: "\f37d";
}
.ion-android-create:before {
  content: "\f37e";
}
.ion-android-delete:before {
  content: "\f37f";
}
.ion-android-desktop:before {
  content: "\f380";
}
.ion-android-document:before {
  content: "\f381";
}
.ion-android-done:before {
  content: "\f383";
}
.ion-android-done-all:before {
  content: "\f382";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drafts:before {
  content: "\f384";
}
.ion-android-exit:before {
  content: "\f385";
}
.ion-android-expand:before {
  content: "\f386";
}
.ion-android-favorite:before {
  content: "\f388";
}
.ion-android-favorite-outline:before {
  content: "\f387";
}
.ion-android-film:before {
  content: "\f389";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-folder-open:before {
  content: "\f38a";
}
.ion-android-funnel:before {
  content: "\f38b";
}
.ion-android-globe:before {
  content: "\f38c";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-hangout:before {
  content: "\f38d";
}
.ion-android-happy:before {
  content: "\f38e";
}
.ion-android-home:before {
  content: "\f38f";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-laptop:before {
  content: "\f390";
}
.ion-android-list:before {
  content: "\f391";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-lock:before {
  content: "\f392";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-map:before {
  content: "\f393";
}
.ion-android-menu:before {
  content: "\f394";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-microphone-off:before {
  content: "\f395";
}
.ion-android-more-horizontal:before {
  content: "\f396";
}
.ion-android-more-vertical:before {
  content: "\f397";
}
.ion-android-navigate:before {
  content: "\f398";
}
.ion-android-notifications:before {
  content: "\f39b";
}
.ion-android-notifications-none:before {
  content: "\f399";
}
.ion-android-notifications-off:before {
  content: "\f39a";
}
.ion-android-open:before {
  content: "\f39c";
}
.ion-android-options:before {
  content: "\f39d";
}
.ion-android-people:before {
  content: "\f39e";
}
.ion-android-person:before {
  content: "\f3a0";
}
.ion-android-person-add:before {
  content: "\f39f";
}
.ion-android-phone-landscape:before {
  content: "\f3a1";
}
.ion-android-phone-portrait:before {
  content: "\f3a2";
}
.ion-android-pin:before {
  content: "\f3a3";
}
.ion-android-plane:before {
  content: "\f3a4";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-print:before {
  content: "\f3a5";
}
.ion-android-radio-button-off:before {
  content: "\f3a6";
}
.ion-android-radio-button-on:before {
  content: "\f3a7";
}
.ion-android-refresh:before {
  content: "\f3a8";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-remove-circle:before {
  content: "\f3a9";
}
.ion-android-restaurant:before {
  content: "\f3aa";
}
.ion-android-sad:before {
  content: "\f3ab";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-share-alt:before {
  content: "\f3ac";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-star-half:before {
  content: "\f3ad";
}
.ion-android-star-outline:before {
  content: "\f3ae";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-subway:before {
  content: "\f3af";
}
.ion-android-sunny:before {
  content: "\f3b0";
}
.ion-android-sync:before {
  content: "\f3b1";
}
.ion-android-textsms:before {
  content: "\f3b2";
}
.ion-android-time:before {
  content: "\f3b3";
}
.ion-android-train:before {
  content: "\f3b4";
}
.ion-android-unlock:before {
  content: "\f3b5";
}
.ion-android-upload:before {
  content: "\f3b6";
}
.ion-android-volume-down:before {
  content: "\f3b7";
}
.ion-android-volume-mute:before {
  content: "\f3b8";
}
.ion-android-volume-off:before {
  content: "\f3b9";
}
.ion-android-volume-up:before {
  content: "\f3ba";
}
.ion-android-walk:before {
  content: "\f3bb";
}
.ion-android-warning:before {
  content: "\f3bc";
}
.ion-android-watch:before {
  content: "\f3bd";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-backspace:before {
  content: "\f3bf";
}
.ion-backspace-outline:before {
  content: "\f3be";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-bowtie:before {
  content: "\f3c0";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-crop:before {
  content: "\f3c1";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-easel:before {
  content: "\f3c2";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-email-unread:before {
  content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-happy-outline:before {
  content: "\f3c6";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-albums-outline:before {
  content: "\f3c9";
}
.ion-ios-americanfootball:before {
  content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-left:before {
  content: "\f3d2";
}
.ion-ios-arrow-right:before {
  content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-at-outline:before {
  content: "\f3d9";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-barcode-outline:before {
  content: "\f3db";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-basketball-outline:before {
  content: "\f3df";
}
.ion-ios-bell:before {
  content: "\f3e2";
}
.ion-ios-bell-outline:before {
  content: "\f3e1";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-body-outline:before {
  content: "\f3e3";
}
.ion-ios-bolt:before {
  content: "\f3e6";
}
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-book-outline:before {
  content: "\f3e7";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}
.ion-ios-box:before {
  content: "\f3ec";
}
.ion-ios-box-outline:before {
  content: "\f3eb";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-camera-outline:before {
  content: "\f3f5";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cart-outline:before {
  content: "\f3f7";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}
.ion-ios-chatbubble:before {
  content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}
.ion-ios-circle-filled:before {
  content: "\f400";
}
.ion-ios-circle-outline:before {
  content: "\f401";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-clock-outline:before {
  content: "\f402";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-empty:before {
  content: "\f404";
}
.ion-ios-close-outline:before {
  content: "\f405";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-cog-outline:before {
  content: "\f411";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-filter-outline:before {
  content: "\f413";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-color-wand-outline:before {
  content: "\f415";
}
.ion-ios-compose:before {
  content: "\f418";
}
.ion-ios-compose-outline:before {
  content: "\f417";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contact-outline:before {
  content: "\f419";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-copy-outline:before {
  content: "\f41b";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-crop-strong:before {
  content: "\f41d";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-download-outline:before {
  content: "\f41f";
}
.ion-ios-drag:before {
  content: "\f421";
}
.ion-ios-email:before {
  content: "\f423";
}
.ion-ios-email-outline:before {
  content: "\f422";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-outline:before {
  content: "\f424";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-fastforward-outline:before {
  content: "\f426";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-filing-outline:before {
  content: "\f428";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-film-outline:before {
  content: "\f42a";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flag-outline:before {
  content: "\f42c";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flame-outline:before {
  content: "\f42e";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flask-outline:before {
  content: "\f430";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-flower-outline:before {
  content: "\f432";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-outline:before {
  content: "\f434";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-football-outline:before {
  content: "\f436";
}
.ion-ios-game-controller-a:before {
  content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}
.ion-ios-game-controller-b:before {
  content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}
.ion-ios-gear:before {
  content: "\f43d";
}
.ion-ios-gear-outline:before {
  content: "\f43c";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-glasses-outline:before {
  content: "\f43e";
}
.ion-ios-grid-view:before {
  content: "\f441";
}
.ion-ios-grid-view-outline:before {
  content: "\f440";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-outline:before {
  content: "\f442";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-empty:before {
  content: "\f444";
}
.ion-ios-help-outline:before {
  content: "\f445";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-home-outline:before {
  content: "\f447";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-infinite-outline:before {
  content: "\f449";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-empty:before {
  content: "\f44b";
}
.ion-ios-information-outline:before {
  content: "\f44c";
}
.ion-ios-ionic-outline:before {
  content: "\f44e";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-keypad-outline:before {
  content: "\f44f";
}
.ion-ios-lightbulb:before {
  content: "\f452";
}
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-outline:before {
  content: "\f453";
}
.ion-ios-location:before {
  content: "\f456";
}
.ion-ios-location-outline:before {
  content: "\f455";
}
.ion-ios-locked:before {
  content: "\f458";
}
.ion-ios-locked-outline:before {
  content: "\f457";
}
.ion-ios-loop:before {
  content: "\f45a";
}
.ion-ios-loop-strong:before {
  content: "\f459";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medical-outline:before {
  content: "\f45b";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-medkit-outline:before {
  content: "\f45d";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-mic-outline:before {
  content: "\f460";
}
.ion-ios-minus:before {
  content: "\f464";
}
.ion-ios-minus-empty:before {
  content: "\f462";
}
.ion-ios-minus-outline:before {
  content: "\f463";
}
.ion-ios-monitor:before {
  content: "\f466";
}
.ion-ios-monitor-outline:before {
  content: "\f465";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-moon-outline:before {
  content: "\f467";
}
.ion-ios-more:before {
  content: "\f46a";
}
.ion-ios-more-outline:before {
  content: "\f469";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-navigate-outline:before {
  content: "\f46d";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-outline:before {
  content: "\f471";
}
.ion-ios-paperplane:before {
  content: "\f474";
}
.ion-ios-paperplane-outline:before {
  content: "\f473";
}
.ion-ios-partlysunny:before {
  content: "\f476";
}
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-pause-outline:before {
  content: "\f477";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-paw-outline:before {
  content: "\f479";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-people-outline:before {
  content: "\f47b";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-outline:before {
  content: "\f47d";
}
.ion-ios-personadd:before {
  content: "\f480";
}
.ion-ios-personadd-outline:before {
  content: "\f47f";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-photos-outline:before {
  content: "\f481";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pie-outline:before {
  content: "\f483";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pint-outline:before {
  content: "\f485";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-outline:before {
  content: "\f487";
}
.ion-ios-plus:before {
  content: "\f48b";
}
.ion-ios-plus-empty:before {
  content: "\f489";
}
.ion-ios-plus-outline:before {
  content: "\f48a";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}
.ion-ios-printer:before {
  content: "\f491";
}
.ion-ios-printer-outline:before {
  content: "\f490";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-pulse-strong:before {
  content: "\f492";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-rainy-outline:before {
  content: "\f494";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-recording-outline:before {
  content: "\f496";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-redo-outline:before {
  content: "\f498";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-empty:before {
  content: "\f49a";
}
.ion-ios-refresh-outline:before {
  content: "\f49b";
}
.ion-ios-reload:before {
  content: "\f49d";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-rose-outline:before {
  content: "\f4a2";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-search-strong:before {
  content: "\f4a4";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-settings-strong:before {
  content: "\f4a6";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}
.ion-ios-skipbackward:before {
  content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}
.ion-ios-skipforward:before {
  content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}
.ion-ios-snowy:before {
  content: "\f4ae";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}
.ion-ios-telephone:before {
  content: "\f4b9";
}
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-time-outline:before {
  content: "\f4be";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-timer-outline:before {
  content: "\f4c0";
}
.ion-ios-toggle:before {
  content: "\f4c3";
}
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trash-outline:before {
  content: "\f4c4";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-undo-outline:before {
  content: "\f4c6";
}
.ion-ios-unlocked:before {
  content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}
.ion-ios-upload:before {
  content: "\f4cb";
}
.ion-ios-upload-outline:before {
  content: "\f4ca";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}
.ion-ios-volume-high:before {
  content: "\f4ce";
}
.ion-ios-volume-low:before {
  content: "\f4cf";
}
.ion-ios-wineglass:before {
  content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}
.ion-ios-world:before {
  content: "\f4d3";
}
.ion-ios-world-outline:before {
  content: "\f4d2";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before {
  content: "\f29a";
}
.ion-load-b:before {
  content: "\f29b";
}
.ion-load-c:before {
  content: "\f29c";
}
.ion-load-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-lock-combination:before {
  content: "\f4d4";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ion-navicon:before {
  content: "\f20e";
}
.ion-navicon-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paintbrush:before {
  content: "\f4d5";
}
.ion-paintbucket:before {
  content: "\f4d6";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-sad-outline:before {
  content: "\f4d7";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-angular:before {
  content: "\f4d9";
}
.ion-social-angular-outline:before {
  content: "\f4d8";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-chrome:before {
  content: "\f4db";
}
.ion-social-chrome-outline:before {
  content: "\f4da";
}
.ion-social-codepen:before {
  content: "\f4dd";
}
.ion-social-codepen-outline:before {
  content: "\f4dc";
}
.ion-social-css3:before {
  content: "\f4df";
}
.ion-social-css3-outline:before {
  content: "\f4de";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-euro:before {
  content: "\f4e1";
}
.ion-social-euro-outline:before {
  content: "\f4e0";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-html5:before {
  content: "\f4e3";
}
.ion-social-html5-outline:before {
  content: "\f4e2";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-javascript:before {
  content: "\f4e5";
}
.ion-social-javascript-outline:before {
  content: "\f4e4";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-markdown:before {
  content: "\f4e6";
}
.ion-social-nodejs:before {
  content: "\f4e7";
}
.ion-social-octocat:before {
  content: "\f4e8";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-python:before {
  content: "\f4e9";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-sass:before {
  content: "\f4ea";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-snapchat:before {
  content: "\f4ec";
}
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitch:before {
  content: "\f4ee";
}
.ion-social-twitch-outline:before {
  content: "\f4ed";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-whatsapp:before {
  content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-yen:before {
  content: "\f4f2";
}
.ion-social-yen-outline:before {
  content: "\f4f1";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-soup-can:before {
  content: "\f4f4";
}
.ion-soup-can-outline:before {
  content: "\f4f3";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-transgender:before {
  content: "\f4f5";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-tshirt:before {
  content: "\f4f7";
}
.ion-tshirt-outline:before {
  content: "\f4f6";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}
/* Themify Icon -- https://themify.me/themify-icons */
@font-face {
  font-family: themify;
  src: url(../../frontend/Mgs/hebes/el_GR/fonts/themify.eot?-fvbane);
  src: url(../../frontend/Mgs/hebes/el_GR/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'), url(../../frontend/Mgs/hebes/el_GR/fonts/themify.woff?-fvbane) format('woff'), url(../../frontend/Mgs/hebes/el_GR/fonts/themify.ttf?-fvbane) format('truetype'), url(../../frontend/Mgs/hebes/el_GR/fonts/themify.svg?-fvbane#themify) format('svg');
  font-weight: 400;
  font-style: normal;
}
[class*=" ti-"],
[class^=ti-] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}
/*Proxima*/
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Thin.ttf');
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Thin.otf');
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Thin-Italic.ttf');
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Thin-Italic.otf');
    font-weight: 100;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Light.ttf');
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Light.otf');
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Light-Italic.ttf');
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Light-Italic.otf');
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Regular.ttf');
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Regular.otf');
    font-weight: 300;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Regular-Italic.ttf');
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Regular-Italic.otf');
    font-weight: 300;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Semibold.ttf');
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Semibold.otf');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Semibold-Italic.ttf');
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Semibold-Italic.otf');
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Bold.otf');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Bold-Italic.otf');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Extrabold.ttf');
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Extrabold.otf');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Extrabold-Italic.ttf');
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Extrabold-Italic.otf');
    font-weight: 800;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Black.otf');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/proxima/Proxima-Nova-Black-Italic.otf');
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
}

/*Colton*/
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-Thin.otf');
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-ThinItalic.otf');
    font-weight: 100;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-Extralight.otf');
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-ExtralightItalic.otf');
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-Light.otf');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-LightItalic.otf');
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-Regular.otf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-RegularItalic.otf');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-Medium.otf');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-MediumItalic.otf');
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-Semibold.otf');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-SemiboldItalic.otf');
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-Bold.otf');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-BoldItalic.otf');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-Extrabold.otf');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-ExtraboldItalic.otf');
    font-weight: 800;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-Black.otf');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Colton';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/colton/HDColton-BlackItalic.otf');
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
}

/*Averta*/
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-Extrathin.ttf');
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-ExtrathinItalic.ttf');
    font-weight: 100;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-Thin.ttf');
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-ThinItalic.ttf');
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-RegularItalic.ttf');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-Semibold.ttf');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-SemiboldItalic.ttf');
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-ExtraBoldItalic.ttf');
    font-weight: 800;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-Black.ttf');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../../frontend/Mgs/hebes/el_GR/fonts/averta/AvertaStd-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
}.sprite {
    background-image: url(../../frontend/Mgs/hebes/el_GR/images/all-icons.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-epipla_tv_60x60 {
    width: 60px;
    height: 60px;
    background-position: -5px -5px;
}

.sprite-karekles_60x60 {
    width: 60px;
    height: 60px;
    background-position: -75px -5px;
}

.sprite-komodino_60x60 {
    width: 60px;
    height: 60px;
    background-position: -145px -5px;
}

.sprite-konsola60x60 {
    width: 60px;
    height: 60px;
    background-position: -215px -5px;
}

.sprite-kouketes_60x60 {
    width: 60px;
    height: 60px;
    background-position: -5px -75px;
}

.sprite-ntoulapa_60x60 {
    width: 60px;
    height: 60px;
    background-position: -75px -75px;
}

.sprite-ola-ta-epipla_60x60 {
    width: 60px;
    height: 60px;
    background-position: -145px -75px;
}

.sprite-paidiki-ntoulapa_60x60 {
    width: 60px;
    height: 60px;
    background-position: -215px -75px;
}

.sprite-paidiko-dwmatio_60x60 {
    width: 60px;
    height: 60px;
    background-position: -5px -145px;
}

.sprite-poluthrona_60x60 {
    width: 60px;
    height: 60px;
    background-position: -75px -145px;
}

.sprite-portmanto60x60 {
    width: 60px;
    height: 60px;
    background-position: -145px -145px;
}

.sprite-pouf_60x60 {
    width: 60px;
    height: 60px;
    background-position: -215px -145px;
}

.sprite-suntheseis_tv_60x60 {
    width: 60px;
    height: 60px;
    background-position: -5px -215px;
}

.sprite-trapezaria_60x60 {
    width: 60px;
    height: 60px;
    background-position: -75px -215px;
}

.sprite-trapezia_saloniou_60x60 {
    width: 60px;
    height: 60px;
    background-position: -145px -215px;
}

.sprite-vitrina_60x60 {
    width: 60px;
    height: 60px;
    background-position: -215px -215px;
}

.footersprite {
    background-image: url(../../frontend/Mgs/hebes/el_GR/images/footer-social.png);
    background-repeat: no-repeat;
    display: block;
}

.footersprite-facebook_1 {
    width: 30px;
    height: 30px;
    background-position: -5px -5px;
}

.footersprite-instagram_1 {
    width: 30px;
    height: 30px;
    background-position: -45px -5px;
}

.footersprite-pinterest_1 {
    width: 30px;
    height: 30px;
    background-position: -5px -45px;
}

.footersprite-youtube_1 {
    width: 30px;
    height: 30px;
    background-position: -45px -45px;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Mgs/hebes/el_GR/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  *display: none;
  cursor: default;
  opacity: 0.1;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: static;
}
.gallery-placeholder .loader img {
  position: absolute;
}
.fotorama__spinner {
  background-image: url('../../frontend/Mgs/hebes/el_GR/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
#search_mini_form.loading .control:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 50px;
  background: url(../../frontend/Mgs/hebes/el_GR/MGS_InstantSearch/images/ajax-loader.gif) center center;
  background-repeat: repeat;
  background-repeat: no-repeat;
  margin-top: -16px;
}
#search_mini_form.loading .mgs-instant-search-dropdown {
  display: none;
}
#search_mini_form .mgs-instant-search-dropdown {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 100%;
  text-align: left;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper {
  background-color: #ffffff;
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid #ddd;
  box-shadow: 0px 5px 30px 0px rgba(96, 109, 166, 0.1);
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .no-result {
  padding: 10px 15px;
  font-style: italic;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title {
  padding: 12px 15px 13px;
  background-color: #eaeaea;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title > span {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  font-family: "montserrat";
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title .see-all {
  float: right;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items,
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-items,
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .pages-list .page-items,
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .categories .category-items {
  position: relative;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list,
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .pages-list,
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .categories,
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .products-list {
  position: relative;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list:after,
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .pages-list:after,
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .categories:after,
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .products-list:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .pages-list .page-items .page-item {
  padding: 0 15px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .pages-list .page-items .page-item .page-item-info {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .categories .category-item .category-item-info {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item {
  margin: 0;
  padding: 0 15px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item-info {
  display: table;
  max-width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item-info .post-item-photo {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  padding: 0 20px 0 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item-info .post-item-photo img {
  max-width: 100%;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item-info .post-item-details {
  vertical-align: top;
  display: table-cell;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item-info .post-item-details .post-item-name a {
  font-weight: 700;
  color: #000;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item-info .post-item-details .post-item-shortdescription {
  overflow: hidden;
  max-height: 42px;
  line-height: 21px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .products-list .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 16px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item {
  margin: 0;
  padding: 0 15px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info {
  display: table;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-photo {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  padding: 0 20px 0 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-photo img {
  max-width: 100%;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-details {
  vertical-align: top;
  display: table-cell;
  padding: 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-details .product-item-name strong {
  font-weight: 500;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-details .product-reviews-summary.empty {
  display: none;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-details .product-info-price {
  margin-top: 5px;
  margin-bottom: 10px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-details .product-info-price .price-box {
  display: block;
  margin: 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-details .product-info-price .price-box .price-container {
  font-size: 16px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-details .product-info-price .price-box .price-container .price {
  font-size: 16px;
  line-height: inherit;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-details .product-info-price .price-box .price-label {
  display: none;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-details .product-info-price .price-box .price-from,
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-details .product-info-price .price-box .price-to {
  display: inline-block;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info .product-item-details .product-item-shortdescription {
  overflow: hidden;
  max-height: 42px;
  line-height: 21px;
  color: #9a9a9a;
}
