#main-inner {
width: 100%;
z-index: 99;
position: relative;
}
#main-inner, #mobile-sticky {
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    transition: transform 0.5s ease-in-out, transform 0.5s ease-in-out, background 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, background 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, background 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out, -o-transform 0.5s ease-in-out, background 0.5s ease-in-out;
}
#main-inner.sticky-header-hide, #mobile-sticky.sticky-header-hide {
    -webkit-transform: translateZ(0) translateY(-100%);
    -moz-transform: translateZ(0) translateY(-100%);
    transform: translateZ(0) translateY(-100%);
}
.header-wrapper .header-container .header_type_9_wrapper .wrapper-top-menu,
.header-wrapper .header-container .header_type_4_wrapper .wrapper-top-menu {
    background-color: #264458;
}
.menu-customer {
padding: 7px 20px;
border-bottom: 1px solid #203849;
color: #93a2ac;
font-family: 'Montserrat', sans-serif;
}
.menu-customer a {
color: #93a2ac;
font-size: 14px;
}
.menu-customer a:hover {
color: #e07e35;
}
.sidebar-menu {
font-family: 'Montserrat', sans-serif;
}

.main-container .my-account .order-date {
	float: left;
}

.tracking-actions {
	float: right;
	margin-bottom: 30px;
}

.tracking-actions button.button .fa {
	font-size: 16px;
  margin-right: 10px;
  position: relative;
}

@media (max-width: 640px) {

	.main-container .my-account .order-date {
		float: none;
	}

	.tracking-actions {
		float: none;
	}

}

/* Feedaty footer  */
footer .zoorate_widget {
    margin-top: 30px;
}

footer .fdt_merchantmediumwhite_widget_wrapper a span {
    color: #338295 !important;
}
/* End Feedaty footer  */

/* Qaplà */
#qapla-tracking {
  width: 100%;
  max-width: 480px;
  background: #e3e3e3;
  margin: 0 auto 40px auto;
}

#qapla-tracking table {
  width: 100%;
  max-width: 480px;
  border-collapse: separate;
  border-spacing: 0
}

#qapla-tracking thead td {
  padding-left: 12px;
  text-align: center;
  clear: both;
  background: #ffffff;
}

#qapla-tracking thead img {
  width: 40px;
  height: 40px;
}

#qapla-tracking thead span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-top: 10px;
  font-size: 1.2em
}

#qapla-tracking td {
	color: #293e4c;
  padding: 12px 6px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1em;
}

#qapla-tracking td.qapla-data {
  color: #55656f;
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
}

#qapla-tracking td.qapla-status {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

#qapla-tracking td.qapla-statusImg {
  width: 22px;
  padding-left: 12px;
}

#qapla-tracking td.qapla-statusImg img {
  width: 22px;
  height: 22px
}

#qapla-tracking td.qapla-dot {
	background: #ffffff;
}

#qapla-tracking td.qapla-text {
	font-size: 12px;
  color: #55656f;
  background: #ffffff;
  line-height: 16px;
}

#qapla-tracking td small {
  display: block;
  font-weight: 700;
  color: #293e4c;
}

#qapla-tracking tfoot img, #qapla-tracking div.qapla-footer img {
  width: 110px;
  height: 22px
}

#qapla-tracking div.qapla-footer {
  text-align: center
}

#qapla-tracking td.qapla-more {
  padding: 10px;
  text-align: center;
  background: #ffffff;
}

#qapla-tracking tr.hidden {
  display: none
}

#qapla-tracking td.qapla-more a {
  color: #eb824a;
  text-decoration: none;
	font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}

#qapla-tracking td.qapla-more a:hover {
	color: #f3935f;
}

#qapla-tracking td.qapla-more a:before {
	content: "\f0fe";
	font-family: "FontAwesome";
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
/* End Qaplà */

/* Disable user select */
.short-description,
#product_tabs_description {
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Custom Lazyload */
img {
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}
