* {
  font-family: Roboto, sans-serif !important; }

[class^="fa-"], [class*=" fa-"] {
  font-family: "FontAwesome" !important; }

:active,
:focus,
:visited {
  outline: none !important; }

body {
  line-height: 1;
  font-size: 16px; }

a {
  color: #ede6f7; }

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none; }

a:focus,
a:active,
a:visited {
  color: #ede6f7; }

a:hover {
  color: #92add9; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important; }

p {
  margin: initial; }

label {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  color: #444;
  margin: initial; }

h3 {
  font-size: 3.8em; }

img {
  max-width: 100%; }

a img {
  border: none; }

ul {
  margin: initial; }

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden; }

.nostyled {
  list-style: none; }

.noboxshadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.fnone {
  float: none !important; }

.ohidden {
  overflow: hidden !important; }

.dtable,
.dtable_cell {
  width: 100%;
  height: 100%; }

#slider {
  position: relative; }

.scroll_down {
  font-size: 45px;
  position: absolute;
  bottom: 25px;
  font-size: 60px;
  text-shadow: #030303 0px 4px 4px;
  left: 50%;
  transform: translateX(-50%); }

.scroll_down i {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

#slider img {
  width: 100%; }

@media (min-width: 1200px) {
  .container {
    width: 1020px; } }

.title_background {
  position: relative; }

.title_background span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#block1 .title_background span {
  color: #ffffff; }

.hot_products {
  color: #ffffff;
  padding: 15px 60px; }

.hot_products .item_wrapper {
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  border: 1px dashed #fff;
  margin-bottom: 15px; }

.hot_products .item_wrapper h3 {
  font-size: 30px;
  margin-bottom: 15px; }

.hot_products .item_wrapper h3,
.hot_products .item_wrapper h4 {
  color: #ffffff; }

.hot_products .item_wrapper h4 {
  font-size: 14px; }

.hot_products .item_image {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  border: 1px dashed #fff;
  margin-bottom: 10px;
  padding: 5px; }

.hot_products .item_image img {
  border-radius: 50%;
  left: 0;
  top: 0; }

.hot_products .item {
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 135px;
  float: none; }

#block2 .title_background {
  border-bottom: 5px solid #fff; }

#block2 .title_background span {
  color: #ffffff; }

.title_background img {
  width: 100%; }

.recommended_products {
  padding: 10px 5px 0 5px; }

.recommended_products .row {
  margin-left: -5px;
  margin-right: -5px;
  letter-spacing: -4px; }

.recommended_products .product_item {
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: normal;
  vertical-align: top;
  float: none;
  display: inline-block; }

.product_image {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.sale_flash {
  padding: 8px 10px;
  position: absolute;
  background-color: #cb1232;
  border-radius: 3px;
  color: #ffffff;
  top: 10px;
  left: 10px; }

.product_title {
  margin-bottom: 10px; }

.product_title h4 {
  color: #ffffff;
  font-size: 18px; }

.product_price {
  color: #fed835; }

.product_price del,
.product_price ins {
  display: inline-block;
  vertical-align: top; }

.product_price del {
  font-size: 14px;
  color: #ccc; }

.product_price ins {
  text-decoration: none;
  font-size: 22px;
  float: right; }

footer {
  background-color: #1a2f4c;
  color: #ffffff; }

#copyrights {
  padding-top: 30px;
  padding-bottom: 30px; }

header {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 60px;
  transform: translate3d(0px, -60px, 0px);
  -webkit-transition: transform .3s;
  /* Safari */
  transition: transform .3s;
  background-color: rgba(22, 22, 22, 0.5); }

header.fixed_header {
  transform: translate3d(0px, 0px, 0px); }

header #logo img {
  height: 60px; }

@media (max-width: 479px) {
  .recommended_products .product_item {
    width: 100%; }
  .title_background {
    font-size: 16px; } }
