.text-white {
  color: #FFFFFF;
}

.text-purple {
  color: #095d97;
}

.text-gray {
  color: #EEEEEE;
}

.text-dark-gray {
  color: #838383;
}

.text-dark {
  color: #555555;
}

.text-black {
  color: #000000;
}

.text-6 {
  font-size: 6px;
}

.text-8 {
  font-size: 8px;
}

.text-10 {
  font-size: 10px;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-26 {
  font-size: 26px;
}

.text-28 {
  font-size: 28px;
}

.text-30 {
  font-size: 30px;
}

.text-32 {
  font-size: 32px;
}

.text-34 {
  font-size: 34px;
}

.text-36 {
  font-size: 36px;
}

.text-38 {
  font-size: 38px;
}

.text-40 {
  font-size: 40px;
}

.text-slim {
  font-weight: normal;
}

.text-fat {
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}
.btn-search {
  text-transform: uppercase;
  background-color: #095d97;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  line-height: 13px;
  font-weight: 700;
  padding: 10px 20px;
  color: #FFFFFF;
}

.btn-yellow {
  background-color: #efc01e;
  box-shadow: 0px 3px 0px #BB9512;
  color: #FFFFFF;
}

.btn-yellow:hover {
  background-color: #efc01e;
  box-shadow: 0px 3px 0px #BB9512;
  color: #FFFFFF;
}

.btn-circle {
  border-radius: 20px;
  padding: 0px 6px;
}

.btn-offer {
  height: 55px;
}

.btn-redirect-coupon {
  background-color: #FFFFD2;
  border: 1px dashed #acacac;
  white-space: nowrap;
  z-index: 2;
  display: block;
  position: relative;
  padding: 13px 0;
  height: auto;
  border-radius: 4px;
}

.btn-redirect-coupon .btn-code {
  color: #000;
  overflow: hidden;
  text-align: right;
  font-size: 18px;
  padding-right: 6px;
  font-weight: 700;
  padding-top: 3px;
}

.btn-redirect-coupon .btn-coupon {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  height: 55px;
  width: 84%;
  overflow: visible !important;
  transition: all 120ms ease-in-out;
}

.btn-redirect-coupon .btn-coupon:hover {
  width: 79%;
  transition: all 120ms ease-in-out;
  -webkit-transition: all 120ms ease-in-out;
}

.btn-redirect-coupon .btn-coupon .peelie {
  background-image: linear-gradient(50deg, #F0F0F0 33%, #E2E2E2 42%, #D8D8D8 46%, #CBCBCB 51%, rgba(255, 255, 255, 0) 54%);
  background-image: -o-linear-gradient(50deg, #F0F0F0 33%, #E2E2E2 42%, #D8D8D8 46%, #CBCBCB 51%, rgba(255, 255, 255, 0) 54%);
  -webkit-border-radius: 5px;
  -moz-border-radiusradius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
  position: absolute;
  top: 4px;
  right: 0 !important;
  margin-right: -21px;
  z-index: 3;
  content: "";
  display: block;
  width: 40px;
  height: 50px;
  box-shadow: -3px 8px 7px 0 rgba(0, 0, 0, 0.19);
  -moz-border-radius-topleftradius: 5px;
  -moz-border-radius-toprightradius: 5px;
  border-width: 0;
}
.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}
body {
  background-color: #EEEEEE;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-blue {
  background-color: #095d97;
}

.bg-blue-light {
  background-color: #0c7bc7;
}

.bg-red {
  background-color: #EE0000;
}

header {
  background-color: #FFFFFF;
  height: 100%;
  max-height: auto;
}

header #logo-header,
header #logo-header-center {
  height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
}

header #logo-header-center {
  margin: 10px auto;
}

header .menu-links a {
  display: inline-block;
  color: #095d97;
  padding: 36px 15px;
  font-size: 17px;
  font-weight: 500;
}

header .form-search {
  margin-top: 25px;
  margin-bottom: 25px;
}

.form-control-full {
  width: 100% !important;
}

.ele-center {
  margin: auto;
  display: block;
}

.hide {
  display: none;
}

.side-list {
  padding: 0px;
}

.side-list li {
  list-style: none;
}

.offer-img {
  position: relative;
}

.offer-img .offer-img-circle {
  padding: 2px 4px;
  border-radius: 20px;
  position: absolute;
  top: -10px;
  left: 5px;
}

.panel-category {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  display: block;
}

.panel-category:focus,
.panel-category:hover {
  border-color: #337ab7;
}

.panel-category:focus,
.panel-category:hover {
  color: #23527c;
  text-decoration: underline;
}

.panel-category:active,
.panel-category:hover {
  outline: 0;
}

.panel-category .panel-category-icon {
  height: 35px;
}

.panel-category .panel-category-title {
  width: 90%;
  height: 100px;
  display: table;
  margin: auto;
}

.panel-category .panel-category-title p {
  display: table-cell;
  vertical-align: middle;
}

.box-discount {
  border-radius: 4px;
  border: 1px solid #095d97;
  height: 65px;
  width: 110px;
  display: table;
}

.box-discount a {
  display: table-cell;
  vertical-align: middle;
}

.icon-white {
  fill: #FFFFFF;
}

.icon-xs {
  width: 18px;
  height: 18px;
}

.icon-sm {
  width: 28px;
  height: 28px;
}

.icon-md {
  width: 42px;
  height: 42px;
}

.icon-lg {
  width: 56px;
  height: 56px;
}

#rating-stars {
  unicode-bidi: bidi-override;
  direction: rtl;
  width: 100%;
}

#rating-stars > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}

#rating-stars > span:hover:before,
#rating-stars > span:hover ~ span:before {
  content: "\2605";
  position: absolute;
  color: #FFD700;
}

.store-logo {
  width: 150px;
  height: 100px;
}