html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Open-Sans'; }

.site {
  display: block;
  max-width: 2048px;
  margin: 0 auto; }

section {
  display: block;
  width: 100%;
  clear: both;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

@media only screen and (min-width: 769px) {
  .blur {
    opacity: 0.75 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: blur(5px);
    filter: blur(5px); } }

.size {
  text-transform: lowercase; }

ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0; }

ul li {
  font-size: 14px; }

@media only screen and (min-width: 769px) {
  ul li {
    font-size: 18px; } }

p {
  font-size: 14px; }

@media only screen and (min-width: 769px) {
  p {
    font-size: 18px; } }

a,
button {
  text-decoration: none; }

a.button,
button.button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  display: inline-block;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: normal;
  background-color: #e7e7e7;
  padding: 3px;
  z-index: 100; }

@media only screen and (min-width: 769px) {
  a.button,
  button.button {
    font-size: 14px;
    background-color: #e7e7e7; } }

@media only screen and (min-width: 1025px) {
  a.button,
  button.button {
    background-image: none; } }

a.button .text,
button.button .text {
  position: relative;
  display: inline-block;
  z-index: 103;
  background-color: #fcfcfc;
  padding: 5px 12px;
  margin: 0; }

a.button:after,
button.button:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to bottom, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

a.button:before,
button.button:before {
  content: "";
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

button.button.active:after,
a.button:hover:after,
button.button:hover:after {
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

/*TOP MENU*/
.top-menu {
  display: block;
  min-height: 25px;
  width: 100%;
  float: left;
  font-size: 11.9px;
  background-image: -webkit-gradient(linear, left top, right top, from(#98a5ad), to(#bbc8d0));
  background-image: -webkit-linear-gradient(left, #98a5ad, #bbc8d0);
  background-image: -o-linear-gradient(left, #98a5ad, #bbc8d0);
  background-image: linear-gradient(to right, #98a5ad, #bbc8d0); }

@media only screen and (min-width: 769px) {
  .top-menu {
    font-size: 14px; } }

.top-menu i {
  padding-right: 5px; }

.top-menu .login-wrapper {
  float: left;
  padding: 5px 0 5px 15px;
  color: white; }

@media only screen and (min-width: 769px) {
  .top-menu .login-wrapper {
    padding: 5px 0 5px 75px; } }

.top-menu .login-wrapper form {
  display: inline;
  background-color: transparent;
  margin: 0;
  padding: 0; }

.top-menu .login-wrapper button {
  display: inline;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer; }

.top-menu .login-wrapper button,
.top-menu .login-wrapper a {
  color: white; }

.top-menu .header-shopping-cart {
  float: right;
  padding: 5px 15px 5px 0; }

@media only screen and (min-width: 769px) {
  .top-menu .header-shopping-cart {
    padding: 5px 75px 5px 0; } }

.top-menu .header-shopping-cart a {
  color: white; }

/*HEADER*/
header {
  background-color: #4c35a7;
  float: left;
  display: block;
  width: 100%;
  color: white; }

@media only screen and (min-width: 769px) {
  header {
    height: 50px; } }

header a {
  color: white;
  position: relative; }

header .menu-button-wrapper {
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 32px;
  right: 15px; }

@media only screen and (min-width: 769px) {
  header .menu-button-wrapper {
    display: none; } }

header .menu-button-wrapper a.navigation-menu-button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

header .menu-button-wrapper a.navigation-menu-button .menu-line {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #fff;
  left: 5px; }

header .menu-button-wrapper a.navigation-menu-button .line-top {
  top: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

header .menu-button-wrapper a.navigation-menu-button .line-middle {
  top: 24px;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s; }

header .menu-button-wrapper a.navigation-menu-button .line-bottom {
  bottom: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

header .menu-button-wrapper a.navigation-menu-button.show .line-top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

header .menu-button-wrapper a.navigation-menu-button.show .line-middle {
  width: 0;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
  left: 50%; }

header .menu-button-wrapper a.navigation-menu-button.show .line-bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

header .menu-wrapper,
header .social-wrapper {
  float: left;
  display: inline-block;
  height: 100%; }

header .menu-wrapper ul,
header .social-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 60px; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul,
  header .social-wrapper ul {
    position: relative; } }

header .menu-wrapper ul li,
header .social-wrapper ul li {
  display: block;
  float: left; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li,
  header .social-wrapper ul li {
    display: inline-block;
    line-height: 50px;
    font-size: 18px; } }

header .menu-wrapper ul li.item-parent:hover ul.menu-child,
header .social-wrapper ul li.item-parent:hover ul.menu-child {
  display: block; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li.item-parent:hover ul.menu-child,
  header .social-wrapper ul li.item-parent:hover ul.menu-child {
    width: 300px; } }

header .menu-wrapper ul li.item-parent:hover ul.menu-child li.item-child,
header .social-wrapper ul li.item-parent:hover ul.menu-child li.item-child {
  width: 100%; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li.item-parent:hover ul.menu-child li.item-child,
  header .social-wrapper ul li.item-parent:hover ul.menu-child li.item-child {
    width: 100%; } }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li.item-parent:hover ul.menu-child li.item-child a,
  header .social-wrapper ul li.item-parent:hover ul.menu-child li.item-child a {
    padding: 15px 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; } }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li.item-parent:hover ul.menu-child li.item-child:after,
  header .social-wrapper ul li.item-parent:hover ul.menu-child li.item-child:after {
    display: block; } }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li.item-parent:hover ul.menu-child li.item-child:first-child:before,
  header .social-wrapper ul li.item-parent:hover ul.menu-child li.item-child:first-child:before {
    display: block; } }

header .menu-wrapper ul.menu-child,
header .social-wrapper ul.menu-child {
  position: relative;
  top: 0;
  display: none;
  width: 100%;
  z-index: 2000; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul.menu-child,
  header .social-wrapper ul.menu-child {
    display: block;
    position: absolute;
    width: 0;
    top: 50px;
    z-index: 1000; } }

header .menu-wrapper ul.menu-child li.item-child,
header .social-wrapper ul.menu-child li.item-child {
  display: block;
  background-color: #bdd249;
  line-height: 25px;
  padding: 13px;
  width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul.menu-child li.item-child,
  header .social-wrapper ul.menu-child li.item-child {
    width: 0;
    line-height: 25px;
    padding: 0;
    margin-left: -10px;
    position: relative;
    overflow: hidden; } }

header .menu-wrapper ul.menu-child li.item-child:after,
header .social-wrapper ul.menu-child li.item-child:after {
  display: none;
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1001; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul.menu-child li.item-child:after,
  header .social-wrapper ul.menu-child li.item-child:after {
    display: none;
    background-image: -webkit-gradient(linear, right top, left top, from(#969696), to(transparent));
    background-image: -webkit-linear-gradient(right, #969696, transparent);
    background-image: -o-linear-gradient(right, #969696, transparent);
    background-image: linear-gradient(to left, #969696, transparent);
    background-color: white; } }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul.menu-child li.item-child:first-child,
  header .social-wrapper ul.menu-child li.item-child:first-child {
    padding-top: 25px; } }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul.menu-child li.item-child:first-child:after,
  header .social-wrapper ul.menu-child li.item-child:first-child:after {
    top: 5px; } }

header .menu-wrapper ul.menu-child li.item-child:first-child:before,
header .social-wrapper ul.menu-child li.item-child:first-child:before {
  content: "";
  width: 10px;
  height: 5px;
  display: none;
  background-image: -webkit-gradient(linear, right top, left top, from(#878787), to(#969696));
  background-image: -webkit-linear-gradient(right, #878787, #969696);
  background-image: -o-linear-gradient(right, #878787, #969696);
  background-image: linear-gradient(to left, #878787, #969696);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1003; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul.menu-child li.item-child:last-child,
  header .social-wrapper ul.menu-child li.item-child:last-child {
    padding-bottom: 25px;
    overflow: hidden; } }

header .menu-wrapper ul.menu-child li.item-child:last-child:before,
header .social-wrapper ul.menu-child li.item-child:last-child:before {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  margin-left: 3px;
  height: 5px;
  bottom: 0;
  left: 0;
  z-index: 1005; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul.menu-child li.item-child:last-child:before,
  header .social-wrapper ul.menu-child li.item-child:last-child:before {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#969696), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #969696, #fafafa);
    background-image: -o-linear-gradient(top, #969696, #fafafa);
    background-image: linear-gradient(to bottom, #969696, #fafafa);
    background-color: white;
    -webkit-border-top-left-radius: 100px;
    border-top-left-radius: 100px; } }

header .menu-wrapper ul.menu-child li.item-child a:after,
header .social-wrapper ul.menu-child li.item-child a:after {
  bottom: 10px; }

header .menu-wrapper ul.menu-child li.item-child:before,
header .social-wrapper ul.menu-child li.item-child:before {
  content: none; }

header .menu-wrapper {
  width: 100%;
  position: relative; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper {
    width: 70%;
    display: block; } }

header .menu-wrapper.show {
  z-index: 1000; }

header .menu-wrapper.show ul li {
  font-size: 18px;
  width: 100%;
  clear: both; }

header .menu-wrapper.show ul li:first-child {
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

header .menu-wrapper.show ul li:nth-child(2) {
  left: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

header .menu-wrapper.show ul li:nth-child(3) {
  left: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s; }

header .menu-wrapper.show ul li:nth-child(4) {
  left: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

header .menu-wrapper.show ul li.item-child {
  width: 100%; }

header .menu-wrapper ul {
  position: absolute;
  top: 60px;
  line-height: 60px;
  width: 100%; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul {
    line-height: 50px;
    position: relative;
    top: 0;
    left: auto;
    width: 100%; } }

header .menu-wrapper ul li {
  display: block;
  font-size: 0;
  width: 0; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li {
    width: 25%;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px; } }

header .menu-wrapper ul li:before {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li:before {
    display: block; } }

header .menu-wrapper ul li:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li:after {
    display: block; } }

header .menu-wrapper ul li:first-child {
  left: -100%;
  background-color: #d75b5d; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li:first-child {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#d75b5d), color-stop(50%, #d75b5d), color-stop(95%, #d75b5d), to(#a5292b));
    background-image: -webkit-linear-gradient(left, #d75b5d 0%, #d75b5d 50%, #d75b5d 95%, #a5292b 100%);
    background-image: -o-linear-gradient(left, #d75b5d 0%, #d75b5d 50%, #d75b5d 95%, #a5292b 100%);
    background-image: linear-gradient(to right, #d75b5d 0%, #d75b5d 50%, #d75b5d 95%, #a5292b 100%); } }

header .menu-wrapper ul li:first-child:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#969696), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #969696, #fafafa);
  background-image: -o-linear-gradient(top, #969696, #fafafa);
  background-image: linear-gradient(to bottom, #969696, #fafafa); }

header .menu-wrapper ul li:first-child:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#be4244), color-stop(50%, #8c1012), color-stop(95%, #8c1012), to(#8c1012));
  background-image: -webkit-linear-gradient(bottom, #be4244 0%, #8c1012 50%, #8c1012 95%, #8c1012 100%);
  background-image: -o-linear-gradient(bottom, #be4244 0%, #8c1012 50%, #8c1012 95%, #8c1012 100%);
  background-image: linear-gradient(to top, #be4244 0%, #8c1012 50%, #8c1012 95%, #8c1012 100%); }

header .menu-wrapper ul li:nth-child(2) {
  background-color: #bdd249;
  left: -100%; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li:nth-child(2) {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#bdd249), color-stop(50%, #bdd249), color-stop(95%, #bdd249), to(#8ba017));
    background-image: -webkit-linear-gradient(left, #bdd249 0%, #bdd249 50%, #bdd249 95%, #8ba017 100%);
    background-image: -o-linear-gradient(left, #bdd249 0%, #bdd249 50%, #bdd249 95%, #8ba017 100%);
    background-image: linear-gradient(to right, #bdd249 0%, #bdd249 50%, #bdd249 95%, #8ba017 100%); } }

header .menu-wrapper ul li:nth-child(2):before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), to(white));
  background-image: -webkit-linear-gradient(top, #a0a0a0, white);
  background-image: -o-linear-gradient(top, #a0a0a0, white);
  background-image: linear-gradient(to bottom, #a0a0a0, white); }

header .menu-wrapper ul li:nth-child(2):after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a4b930), color-stop(50%, #728700), color-stop(95%, #728700), to(#728700));
  background-image: -webkit-linear-gradient(bottom, #a4b930 0%, #728700 50%, #728700 95%, #728700 100%);
  background-image: -o-linear-gradient(bottom, #a4b930 0%, #728700 50%, #728700 95%, #728700 100%);
  background-image: linear-gradient(to top, #a4b930 0%, #728700 50%, #728700 95%, #728700 100%); }

header .menu-wrapper ul li:nth-child(3) {
  background-color: #72b6e5;
  left: -100%; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li:nth-child(3) {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#72b6e5), color-stop(50%, #72b6e5), color-stop(95%, #72b6e5), to(#4084b3));
    background-image: -webkit-linear-gradient(left, #72b6e5 0%, #72b6e5 50%, #72b6e5 95%, #4084b3 100%);
    background-image: -o-linear-gradient(left, #72b6e5 0%, #72b6e5 50%, #72b6e5 95%, #4084b3 100%);
    background-image: linear-gradient(to right, #72b6e5 0%, #72b6e5 50%, #72b6e5 95%, #4084b3 100%); } }

header .menu-wrapper ul li:nth-child(3):before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(white));
  background-image: -webkit-linear-gradient(top, #aaaaaa, white);
  background-image: -o-linear-gradient(top, #aaaaaa, white);
  background-image: linear-gradient(to bottom, #aaaaaa, white); }

header .menu-wrapper ul li:nth-child(3):after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#599dcc), color-stop(50%, #276b9a), color-stop(95%, #276b9a), to(#276b9a));
  background-image: -webkit-linear-gradient(bottom, #599dcc 0%, #276b9a 50%, #276b9a 95%, #276b9a 100%);
  background-image: -o-linear-gradient(bottom, #599dcc 0%, #276b9a 50%, #276b9a 95%, #276b9a 100%);
  background-image: linear-gradient(to top, #599dcc 0%, #276b9a 50%, #276b9a 95%, #276b9a 100%); }

header .menu-wrapper ul li:nth-child(4) {
  background-color: #988ec3;
  left: -100%; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li:nth-child(4) {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#988ec3), color-stop(50%, #988ec3), color-stop(95%, #988ec3), to(#665c91));
    background-image: -webkit-linear-gradient(left, #988ec3 0%, #988ec3 50%, #988ec3 95%, #665c91 100%);
    background-image: -o-linear-gradient(left, #988ec3 0%, #988ec3 50%, #988ec3 95%, #665c91 100%);
    background-image: linear-gradient(to right, #988ec3 0%, #988ec3 50%, #988ec3 95%, #665c91 100%); } }

header .menu-wrapper ul li:nth-child(4):before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b4b4b4), to(white));
  background-image: -webkit-linear-gradient(top, #b4b4b4, white);
  background-image: -o-linear-gradient(top, #b4b4b4, white);
  background-image: linear-gradient(to bottom, #b4b4b4, white); }

header .menu-wrapper ul li:nth-child(4):after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7f75aa), color-stop(50%, #4d4378), color-stop(95%, #4d4378), to(#4d4378));
  background-image: -webkit-linear-gradient(bottom, #7f75aa 0%, #4d4378 50%, #4d4378 95%, #4d4378 100%);
  background-image: -o-linear-gradient(bottom, #7f75aa 0%, #4d4378 50%, #4d4378 95%, #4d4378 100%);
  background-image: linear-gradient(to top, #7f75aa 0%, #4d4378 50%, #4d4378 95%, #4d4378 100%); }

header .menu-wrapper ul li a {
  display: inline-block;
  width: 100%;
  position: relative; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li a:after {
    content: "";
    width: 0;
    margin-left: -40px;
    height: 2px;
    position: absolute;
    bottom: 7px;
    display: block;
    background-color: #fff;
    left: 50%; } }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li a:hover:after {
    width: 80px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; } }

header .menu-wrapper ul li a img {
  display: none;
  width: 20px;
  margin: 0 4px -2px 0;
  padding: 0; }

@media only screen and (min-width: 769px) {
  header .menu-wrapper ul li a img {
    display: inline-block; } }

header .social-wrapper {
  float: left;
  background-color: #4c35a7; }

@media only screen and (min-width: 769px) {
  header .social-wrapper {
    width: 30%;
    position: relative;
    display: block;
    height: 55px;
    overflow: hidden; } }

header .social-wrapper:before {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0; }

@media only screen and (min-width: 769px) {
  header .social-wrapper:before {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b4b4b4), to(white));
    background-image: -webkit-linear-gradient(top, #b4b4b4, white);
    background-image: -o-linear-gradient(top, #b4b4b4, white);
    background-image: linear-gradient(to bottom, #b4b4b4, white); } }

header .social-wrapper:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#331c8e), color-stop(50%, #01005c), color-stop(95%, #01005c), to(#01005c));
  background-image: -webkit-linear-gradient(bottom, #331c8e 0%, #01005c 50%, #01005c 95%, #01005c 100%);
  background-image: -o-linear-gradient(bottom, #331c8e 0%, #01005c 50%, #01005c 95%, #01005c 100%);
  background-image: linear-gradient(to top, #331c8e 0%, #01005c 50%, #01005c 95%, #01005c 100%); }

@media only screen and (min-width: 769px) {
  header .social-wrapper:after {
    display: block; } }

header .social-wrapper ul li {
  padding: 15px 10px; }

@media only screen and (min-width: 769px) {
  header .social-wrapper ul li {
    width: 15%;
    padding: 0 0 5px 0; } }

@media only screen and (min-width: 769px) {
  header .social-wrapper ul li:first-child {
    width: 40%; } }

header .social-wrapper ul li .text {
  text-transform: uppercase;
  display: none;
  width: 100%;
  text-align: right;
  padding-right: 15px; }

@media only screen and (min-width: 769px) {
  header .social-wrapper ul li .text {
    display: inline-block; } }

header .social-wrapper ul li a {
  font-size: 20px; }

@media only screen and (min-width: 769px) {
  header .social-wrapper ul li a {
    font-size: 30px;
    display: inline-block;
    width: 100%;
    text-align: center; } }

/*LOGO*/
section.logo-section {
  text-align: center;
  float: left;
  width: 100%;
  padding: 25px 0; }

@media only screen and (min-width: 769px) {
  section.logo-section {
    padding: 50px 0; } }

section.logo-section .logo-wrapper {
  font-family: "Century-Gothic";
  display: block; }

section.logo-section .logo-wrapper img {
  width: 100%; }

@media only screen and (min-width: 769px) {
  section.logo-section .logo-wrapper img {
    width: 650px; } }

section.logo-section .logo-wrapper .word-1,
section.logo-section .logo-wrapper .word-2 {
  display: inline-block;
  float: auto; }

section.logo-section .logo-wrapper .word-1 {
  color: #98a5ad;
  font-size: 32px;
  padding-right: 5px; }

@media only screen and (min-width: 415px) {
  section.logo-section .logo-wrapper .word-1 {
    font-size: 48px;
    padding-right: 10px; } }

@media only screen and (min-width: 769px) {
  section.logo-section .logo-wrapper .word-1 {
    font-size: 82px;
    padding-right: 15px; } }

section.logo-section .logo-wrapper .word-2 {
  color: #bbc8d0;
  font-size: 40px; }

@media only screen and (min-width: 415px) {
  section.logo-section .logo-wrapper .word-2 {
    font-size: 55px; } }

@media only screen and (min-width: 769px) {
  section.logo-section .logo-wrapper .word-2 {
    font-size: 92px; } }

section.logo-section .logo-wrapper .bold {
  font-weight: bold;
  font-family: "Century-Gothic-Bold"; }

/* CAROUSEL */
section.carousel-section {
  color: #333333; }

@media only screen and (min-width: 769px) {
  section.carousel-section {
    display: block; } }

section.carousel-section .swiper-container {
  padding: 35px 0 50px 0; }

@media only screen and (min-width: 769px) {
  section.carousel-section .swiper-container {
    padding: 50px 0 50px 0; } }

section.carousel-section .swiper-container .title-wrapper {
  text-align: center; }

section.carousel-section .swiper-container .title-wrapper .title {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 0 25px 0; }

section.carousel-section .swiper-container .name a {
  color: #d75b5d; }

@media only screen and (min-width: 769px) {
  section.carousel-section .swiper-container .title-wrapper .title {
    font-size: 27px;
    padding: 0 0 50px 0; } }

section.carousel-section .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center; }

section.carousel-section .swiper-container .swiper-wrapper .swiper-slide .img-wrapper {
  text-align: center; }

section.carousel-section .swiper-container .swiper-wrapper .swiper-slide .img-wrapper img {
  width: 100%;
  max-width: 320px; }

@media only screen and (min-width: 415px) {
  section.carousel-section .swiper-container .swiper-wrapper .swiper-slide .img-wrapper img {
    width: 320px; } }

@media only screen and (min-width: 769px) {
  section.carousel-section .swiper-container .swiper-wrapper .swiper-slide .img-wrapper img {
    width: 215px; } }

@media only screen and (min-width: 1025px) {
  section.carousel-section .swiper-container .swiper-wrapper .swiper-slide .img-wrapper img {
    width: 100%; } }

@media only screen and (min-width: 769px) {
  section.carousel-section .swiper-container .swiper-wrapper .swiper-slide .name {
    font-size: 0;
    height: 50px; } }

section.carousel-section .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .name {
  text-transform: uppercase; }

@media only screen and (min-width: 769px) {
  section.carousel-section .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .name {
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 50px; } }

section.carousel-section .swiper-pagination {
  display: block;
  width: 100%;
  color: white; }

section.carousel-section .swiper-pagination-bullet-active {
  background-color: #4c35a7; }

section.carousel-section .swiper-button-prev,
section.carousel-section .swiper-button-next {
  display: none;
  background-color: #dbdbdb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-size: 32px 32px;
  background-size: 32px;
  background-position: center;
  width: 35px;
  height: 35px;
  -webkit-background-size: 18px 18px;
  background-size: 18px;
  border: none; }

@media only screen and (min-width: 415px) {
  section.carousel-section .swiper-button-prev,
  section.carousel-section .swiper-button-next {
    display: block; } }

@media only screen and (min-width: 769px) {
  section.carousel-section .swiper-button-prev,
  section.carousel-section .swiper-button-next {
    -webkit-background-size: 38px 38px;
    background-size: 38px;
    width: 75px;
    height: 75px;
    top: 50%; } }

section.carousel-section .swiper-button-prev {
  background-image: url("../img/carousel/back.png"); }

@media only screen and (min-width: 769px) {
  section.carousel-section .swiper-button-prev:hover {
    border-left: 7px solid #d75b5d;
    border-right: 7px solid #72b6e5;
    border-top: 7px solid #bdd249;
    border-bottom: 7px solid #988ec3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; } }

section.carousel-section .swiper-button-next {
  background-image: url("../img/carousel/next.png"); }

@media only screen and (min-width: 769px) {
  section.carousel-section .swiper-button-next:hover {
    border-left: 7px solid #72b6e5;
    border-right: 7px solid #d75b5d;
    border-top: 7px solid #988ec3;
    border-bottom: 7px solid #bdd249;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; } }

/*BUTTON SECTION*/
section.button-section {
  margin-top: 50px; }

section.button-section .button-wrapper {
  width: 100%;
  text-align: center; }

section.button-section .button-wrapper a.button {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%); }

section.button-section .button-wrapper a.button:before {
  width: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%); }

section.button-section .button-wrapper a.button:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to bottom, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%); }

section.button-section .button-wrapper a.button.hover:before {
  width: 100%;
  height: 100%; }

section.button-section .button-wrapper a.button:hover:after {
  width: 100%; }

section.button-section .button-wrapper a.button .text {
  background-color: #fff; }

/* TEXT-SECTION */
section.text-section {
  padding: 75px 0;
  font-size: 14px;
  line-height: 24.5px;
  text-align: center;
  color: #333333; }

@media only screen and (min-width: 769px) {
  section.text-section {
    padding: 75px 0;
    font-size: 18px;
    line-height: 31.5px; } }

/* SHOP-SECTION */
section.shop-section {
  padding: 50px 0 100px 0; }
  section.shop-section select {
    height: 35px;
    font-size: 14px;
    padding: 0 10px;
    letter-spacing: 1px;
    width: 250px;
    font-family: 'Open Sans';
    margin-bottom: 25px; }

@media only screen and (min-width: 769px) {
  section.shop-section {
    padding: 75px 0 150px 0; } }

section.shop-section .row {
  padding: 0 0 0 0; }

section.shop-section .row .product-wrapper {
  display: block;
  background-color: #fcfcfc;
  padding: 0 0 35px 0;
  margin-bottom: 25px;
  border: 1px solid #e7e7e7; }

@media only screen and (min-width: 415px) {
  section.shop-section .row .product-wrapper {
    padding: 0 0 35px 0; } }

@media only screen and (min-width: 769px) {
  section.shop-section .row .product-wrapper {
    padding: 0 0 35px 0;
    margin-bottom: 0; } }

@media only screen and (min-width: 1025px) {
  section.shop-section .row .product-wrapper {
    padding: 0 0 50px 0; } }

section.shop-section .row .product-wrapper.hover .text-wrapper p.name a {
  color: #d75b5d; }

section.shop-section .row .product-wrapper .text-wrapper p.name a {
  color: #d75b5d; }

section.shop-section .row .product-wrapper.hover .text-wrapper .name {
  position: relative; }

section.shop-section .row .product-wrapper.hover .text-wrapper .name:after {
  width: 50%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  left: 25%; }

section.shop-section .row .product-wrapper.hover .button-wrapper a.button:before {
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

section.shop-section .row .product-wrapper:hover .text-wrapper .name {
  position: relative; }

section.shop-section .row .product-wrapper:hover .text-wrapper .name:after {
  width: 50%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  left: 25%; }

@media only screen and (min-width: 1025px) {
  section.shop-section .row .product-wrapper:hover .text-wrapper .name:after {
    left: 25%; } }

section.shop-section .row .product-wrapper:hover .button-wrapper a.button:before {
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

section.shop-section .row .product-wrapper .img-wrapper img {
  width: 100%; }

section.shop-section .row .product-wrapper .text-wrapper {
  padding: 15px 5px;
  text-align: center;
  text-indent: 1px;
  color: #333333; }

@media only screen and (min-width: 769px) {
  section.shop-section .row .product-wrapper .text-wrapper {
    padding: 15px 10px; } }

section.shop-section .row .product-wrapper .text-wrapper .name {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 0 10px 0;
  font-size: 14px; }

@media only screen and (min-width: 769px) {
  section.shop-section .row .product-wrapper .text-wrapper .name {
    font-size: 14px;
    padding: 0 0 7px 0; } }

section.shop-section .row .product-wrapper .text-wrapper .name:before {
  content: "";
  height: 3px;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 25%;
  background-color: #e7e7e7;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

section.shop-section .row .product-wrapper .text-wrapper .name:after {
  content: "";
  width: 50%;
  left: 50%;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 25%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%); }

@media only screen and (min-width: 1025px) {
  section.shop-section .row .product-wrapper .text-wrapper .name:after {
    width: 0;
    left: 50%; } }

section.shop-section .row .product-wrapper .text-wrapper .text {
  font-size: 14px;
  padding: 15px 0;
  min-height: 76px; }

@media only screen and (min-width: 769px) {
  section.shop-section .row .product-wrapper .text-wrapper .text {
    font-size: 14px;
    padding: 10px 0;
    min-height: 76px; } }

@media only screen and (min-width: 1025px) {
  section.shop-section .row .product-wrapper .text-wrapper .text {
    min-height: 60px; } }

section.shop-section .row .product-wrapper .price-wrapper {
  padding: 0 5px 15px 5px;
  text-align: center;
  text-indent: 1px;
  color: #333333;
  font-size: 14px;
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  section.shop-section .row .product-wrapper .price-wrapper {
    padding: 0 10px 15px 10px; } }

section.shop-section .row .product-wrapper .button-wrapper {
  text-align: center; }

/* SINGLE-SECTION */
section.single-product .product-wrapper .text-wrapper .low-stock {
  margin-bottom: 25px;
  font-size: 14px;
  color: red;
  letter-spacing: 1px;
  text-indent: 1px; }
  section.single-product .product-wrapper .text-wrapper .low-stock b {
    color: black; }

section.single-product .product-wrapper .text-wrapper .cart-form form .select-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    border: 1px solid #98a5ad;
    margin: 5px;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .variation-wrapper,
    section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper,
    section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper-radio {
      text-align: left;
      padding: 15px;
      width: 100%;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .variation-wrapper label,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper label,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper-radio label {
        margin: 0 0 15px 0;
        display: block; }
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .variation-wrapper select,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .variation-wrapper textarea,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .variation-wrapper input,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper select,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper textarea,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper input,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper-radio select,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper-radio textarea,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper-radio input {
        width: 100%;
        font-family: 'Open-Sans';
        color: #333333;
        font-size: 14px; }
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .variation-wrapper input,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper input,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper-radio input {
        height: 35px; }
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .variation-wrapper textarea,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper textarea,
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper-radio textarea {
        min-height: 150px;
        padding: 10px; }
    section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper-radio {
      text-align: left; }
      section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper-radio div {
        float: left;
        width: 100%;
        margin: 0 0 5px 0; }
        section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper-radio div input,
        section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper-radio div label {
          float: left;
          margin: 0 0 5px 0; }
        section.single-product .product-wrapper .text-wrapper .cart-form form .select-box .option-wrapper .size-wrapper-radio div input {
          width: auto;
          margin-right: 5px; }

section.single-product .product-wrapper .text-wrapper .cart-form form .add_cart_upload {
  margin: 35px 0;
  cursor: pointer; }

section.single-product .container .row .product-wrapper {
  width: 100%;
  padding: 25px 0 100px 0;
  text-align: center;
  padding: 25px 0 150px 0; }

@media only screen and (min-width: 769px) {
  section.single-product .container .row .product-wrapper {
    padding: 25px 0 125px 0; } }

section.single-product .container .row .product-wrapper .img-wrapper {
  margin: 0 auto 25px auto;
  width: 100%; }

@media only screen and (min-width: 415px) {
  section.single-product .container .row .product-wrapper .img-wrapper {
    width: 320px;
    margin-bottom: 25px; } }

@media only screen and (min-width: 769px) {
  section.single-product .container .row .product-wrapper .img-wrapper {
    width: 500px; } }

section.single-product .container .row .product-wrapper .img-wrapper img {
  width: 100%; }

section.single-product .container .row .product-wrapper .text-wrapper {
  color: #333333;
  padding-bottom: 25px; }

@media only screen and (min-width: 769px) {
  section.single-product .container .row .product-wrapper .text-wrapper {
    width: 700px;
    margin: 0 auto; } }

section.single-product .container .row .product-wrapper .text-wrapper .name {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  text-indent: 1px;
  font-size: 14px; }

@media only screen and (min-width: 769px) {
  section.single-product .container .row .product-wrapper .text-wrapper .name {
    font-size: 18px;
    margin-bottom: 25px; } }

section.single-product .container .row .product-wrapper .text-wrapper .text {
  font-size: 14px;
  letter-spacing: 1px;
  text-indent: 1px;
  line-height: 24.5px; }

@media only screen and (min-width: 769px) {
  section.single-product .container .row .product-wrapper .text-wrapper .text {
    font-size: 18px;
    line-height: 31.5px; } }

section.single-product .container .row .product-wrapper .button-wrapper a.button {
  font-size: 18px; }

@media only screen and (min-width: 769px) {
  section.single-product .container .row .product-wrapper.hover .button-wrapper a.button:before {
    width: 100%;
    height: 100%; } }

/* ABOUT-US-PAGE */
section.about-us .container .row .text-wrapper {
  width: 100%;
  padding: 25px 0 100px 0;
  text-align: center; }

@media only screen and (min-width: 415px) {
  section.about-us .container .row .text-wrapper {
    padding: 25px 0 150px 0; } }

@media only screen and (min-width: 769px) {
  section.about-us .container .row .text-wrapper {
    padding: 25px 0 125px 0; } }

section.about-us .container .row .text-wrapper .img-wrapper {
  margin: 0 auto 25px auto;
  width: 100%; }

@media only screen and (min-width: 415px) {
  section.about-us .container .row .text-wrapper .img-wrapper {
    width: 320px;
    margin-bottom: 25px; } }

@media only screen and (min-width: 769px) {
  section.about-us .container .row .text-wrapper .img-wrapper {
    width: 500px; } }

section.about-us .container .row .text-wrapper .img-wrapper img {
  width: 100%; }

section.about-us .container .row .text-wrapper .text-wrapper {
  color: #333333;
  padding-bottom: 25px; }

@media only screen and (min-width: 769px) {
  section.about-us .container .row .text-wrapper .text-wrapper {
    width: 700px;
    margin: 0 auto; } }

section.about-us .container .row .text-wrapper .text-wrapper .name {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  text-indent: 1px;
  font-size: 14px; }

@media only screen and (min-width: 769px) {
  section.about-us .container .row .text-wrapper .text-wrapper .name {
    font-size: 18px;
    margin-bottom: 25px; } }

section.about-us .container .row .text-wrapper .text-wrapper .text {
  font-size: 14px;
  letter-spacing: 1px;
  text-indent: 1px;
  line-height: 24.5px; }

@media only screen and (min-width: 769px) {
  section.about-us .container .row .text-wrapper .text-wrapper .text {
    font-size: 18px;
    line-height: 31.5px; } }

section.about-us .container .row .text-wrapper .button-wrapper a.button {
  font-size: 18px; }

@media only screen and (min-width: 769px) {
  section.about-us .container .row .text-wrapper.hover .button-wrapper a.button:before {
    width: 100%;
    height: 100%; } }

/* CONTACT-US-PAGE */
section.contact-section .container .row {
  padding: 50px 0 100px 0; }

@media only screen and (min-width: 769px) {
  section.contact-section .container .row {
    padding: 50px 0 125px 0; } }

section.contact-section .container .row .contact-col {
  text-align: center;
  padding-bottom: 25px; }

@media only screen and (min-width: 769px) {
  section.contact-section .container .row .contact-col {
    padding-bottom: 0; } }

section.contact-section .container .row .contact-col:hover .icon-wrapper:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

section.contact-section .container .row .contact-col .icon-wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to bottom, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px; }

section.contact-section .container .row .contact-col .icon-wrapper:before {
  content: "";
  background-color: #fcfcfc;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 101;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

section.contact-section .container .row .contact-col .icon-wrapper:after {
  content: "";
  background-color: #fcfcfc;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 101; }

@media only screen and (min-width: 769px) {
  section.contact-section .container .row .contact-col .icon-wrapper:after {
    width: 100px;
    height: 100px;
    left: 5px;
    top: 5px; } }

section.contact-section .container .row .contact-col .icon-wrapper i {
  font-size: 32px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  position: relative;
  color: #98a5ad;
  z-index: 102; }

@media only screen and (min-width: 769px) {
  section.contact-section .container .row .contact-col .icon-wrapper i {
    font-size: 52px;
    width: 110px;
    height: 110px;
    line-height: 110px; } }

section.contact-section .container .row .contact-col .text-wrapper {
  color: #333333;
  font-size: 14px;
  line-height: 24.5px; }

@media only screen and (min-width: 769px) {
  section.contact-section .container .row .contact-col .text-wrapper {
    font-size: 18px;
    line-height: 31.5px; } }

section.contact-section .container .row .contact-col .text-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

section.contact-section .container .row .contact-form-wrapper .title,
section.contact-section .container .row .map-wrapper .title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
  font-size: 18px;
  display: inline-block; }

@media only screen and (min-width: 769px) {
  section.contact-section .container .row .contact-form-wrapper .title,
  section.contact-section .container .row .map-wrapper .title {
    font-size: 20px; } }

.order-details .title:before,
.cart-page-heading .title:before,
.cart-summary .title:before,
.tabcontent .title:before,
p.title:before,
label.title:before,
h3.title:before,
section.contact-section .container .row .contact-form-wrapper .title:before,
section.contact-section .container .row .map-wrapper .title:before {
  content: "";
  height: 3px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  position: absolute;
  bottom: 0;
  left: 0; }

@media only screen and (min-width: 769px) {
  section.contact-section .container .row .contact-form-wrapper .title:before,
  section.contact-section .container .row .map-wrapper .title:before {
    width: 100%; } }

section.contact-section .container .row .contact-form-wrapper form {
  color: #333333;
  padding-bottom: 50px; }

@media only screen and (min-width: 769px) {
  section.contact-section .container .row .contact-form-wrapper form {
    padding-bottom: 0; } }

section.contact-section .container .row .contact-form-wrapper form .input-wrapper {
  position: relative; }

section.contact-section .container .row .contact-form-wrapper form .input-wrapper label {
  color: #98a5ad;
  text-shadow: 0 0 0 black;
  display: block;
  position: absolute;
  padding: 0 0 5px 0;
  background-color: #fcfcfc;
  text-align: center;
  border: 1px solid #98a5ad;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px; }

@media only screen and (min-width: 769px) {
  section.contact-section .container .row .contact-form-wrapper form .input-wrapper label {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px; } }

section.contact-section .container .row .contact-form-wrapper form .input-wrapper input {
  margin-bottom: 25px;
  height: 35px;
  width: 100%;
  font-size: 14px;
  padding-left: 45px;
  letter-spacing: 1px;
  border: 1px solid #98a5ad; }

section.contact-section .container .row .contact-form-wrapper form .input-wrapper textarea {
  width: 100%;
  height: 200px;
  font-family: 'Open-Sans';
  color: #333333;
  font-size: 14px;
  padding: 5px 15px 5px 15px; }

section.contact-section .container .row .contact-form-wrapper form .button-wrapper button {
  font-size: 18px;
  margin-top: 25px;
  cursor: pointer; }

@media only screen and (min-width: 769px) {
  section.contact-section .container .row .contact-form-wrapper form .button-wrapper button.hover:before {
    width: 100%;
    height: 100%; } }

/* BLOG */
section.blog-section .post-wrapper {
  padding-bottom: 50px;
  text-align: center; }

@media only screen and (min-width: 769px) {
  section.blog-section .post-wrapper {
    padding-bottom: 75px;
    text-align: left; } }

section.blog-section .post-wrapper:first-child {
  padding-top: 50px; }

section.blog-section .post-wrapper .img-wrapper img {
  width: 100%; }

section.blog-section .post-wrapper .text-wrapper {
  color: #333333; }

section.blog-section .post-wrapper .text-wrapper .title {
  font-size: 36px;
  padding-bottom: 10px;
  letter-spacing: 1px; }

@media only screen and (min-width: 769px) {
  section.blog-section .post-wrapper .text-wrapper .title {
    font-size: 40px;
    padding-bottom: 10px; } }

section.blog-section .post-wrapper .text-wrapper .meta-wrapper {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 15px; }

section.blog-section .post-wrapper .text-wrapper .meta-wrapper .meta-date,
section.blog-section .post-wrapper .text-wrapper .meta-wrapper .meta-author {
  display: inline-block;
  float: auto;
  color: #4c35a7; }

@media only screen and (min-width: 769px) {
  section.blog-section .post-wrapper .text-wrapper .meta-wrapper .meta-date,
  section.blog-section .post-wrapper .text-wrapper .meta-wrapper .meta-author {
    float: left; } }

section.blog-section .post-wrapper .text-wrapper .meta-wrapper .meta-date i,
section.blog-section .post-wrapper .text-wrapper .meta-wrapper .meta-author i {
  padding-right: 7px; }

section.blog-section .post-wrapper .text-wrapper .meta-wrapper .meta-date {
  padding-right: 15px; }

section.blog-section .post-wrapper .text-wrapper .meta-wrapper .meta-author a {
  color: #4c35a7; }

section.blog-section .post-wrapper .text-wrapper .post-text {
  font-size: 14px;
  line-height: 24.5px;
  padding-bottom: 35px; }

@media only screen and (min-width: 769px) {
  section.blog-section .post-wrapper .text-wrapper .post-text {
    font-size: 18px;
    line-height: 31.5px; } }

@media only screen and (min-width: 769px) {
  section.blog-section .post-wrapper .button-wrapper a.button:before {
    height: 100%;
    width: 100%; } }

section.pagination {
  margin-bottom: 75px; }

section.pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center; }

section.pagination ul li {
  display: inline-block;
  float: auto;
  width: 30px;
  height: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to bottom, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

section.pagination ul li a {
  color: #4c35a7;
  font-size: 14px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  background-color: white;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* POST */
section.single-post .container .row .product-wrapper {
  width: 100%;
  padding: 25px 0 100px 0;
  text-align: center;
  padding: 25px 0 150px 0; }

@media only screen and (min-width: 769px) {
  section.single-post .container .row .product-wrapper {
    padding: 25px 0 125px 0; } }

section.single-post .container .row .product-wrapper .img-wrapper {
  margin: 0 auto 25px auto;
  width: 100%; }

@media only screen and (min-width: 415px) {
  section.single-post .container .row .product-wrapper .img-wrapper {
    width: 320px;
    margin-bottom: 25px; } }

@media only screen and (min-width: 769px) {
  section.single-post .container .row .product-wrapper .img-wrapper {
    width: 500px; } }

section.single-post .container .row .product-wrapper .img-wrapper img {
  width: 100%; }

section.single-post .container .row .product-wrapper .text-wrapper {
  color: #333333;
  padding-bottom: 25px; }

@media only screen and (min-width: 769px) {
  section.single-post .container .row .product-wrapper .text-wrapper {
    width: 700px;
    margin: 0 auto; } }

section.single-post .container .row .product-wrapper .text-wrapper .title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  text-indent: 1px;
  font-size: 14px; }

@media only screen and (min-width: 769px) {
  section.single-post .container .row .product-wrapper .text-wrapper .title {
    font-size: 18px;
    margin-bottom: 25px; } }

section.single-post .container .row .product-wrapper .text-wrapper .meta-wrapper {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 15px; }

section.single-post .container .row .product-wrapper .text-wrapper .meta-wrapper .meta-date,
section.single-post .container .row .product-wrapper .text-wrapper .meta-wrapper .meta-author {
  display: inline-block;
  float: auto;
  color: #4c35a7; }

@media only screen and (min-width: 769px) {
  section.single-post .container .row .product-wrapper .text-wrapper .meta-wrapper .meta-date,
  section.single-post .container .row .product-wrapper .text-wrapper .meta-wrapper .meta-author {
    float: auto; } }

section.single-post .container .row .product-wrapper .text-wrapper .meta-wrapper .meta-date i,
section.single-post .container .row .product-wrapper .text-wrapper .meta-wrapper .meta-author i {
  padding-right: 7px; }

section.single-post .container .row .product-wrapper .text-wrapper .meta-wrapper .meta-date {
  padding-right: 15px; }

section.single-post .container .row .product-wrapper .text-wrapper .meta-wrapper .meta-author a {
  color: #4c35a7; }

section.single-post .container .row .product-wrapper .text-wrapper .text {
  font-size: 14px;
  letter-spacing: 1px;
  text-indent: 1px;
  line-height: 24.5px; }

@media only screen and (min-width: 769px) {
  section.single-post .container .row .product-wrapper .text-wrapper .text {
    font-size: 18px;
    line-height: 31.5px; } }

section.single-post .container .row .product-wrapper .button-wrapper a.button {
  font-size: 18px; }

@media only screen and (min-width: 769px) {
  section.single-post .container .row .product-wrapper.hover .button-wrapper a.button:before {
    width: 100%;
    height: 100%; } }

/* CART-SECTION */
section.cart-section {
  margin-bottom: 75px; }

section.cart-section .cart-message-wrapper {
  background-color: #fcfcfc;
  padding: 15px 0 15px 0;
  position: relative; }

section.cart-section .cart-message-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%); }

section.cart-section .cart-message-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

section.cart-section .cart-message-wrapper ul li {
  margin: 0;
  padding: 0 0 0 25px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24.5px; }

@media only screen and (min-width: 769px) {
  section.cart-section .cart-message-wrapper ul li {
    font-size: 14px; } }

section.cart-section .cart-message-wrapper ul li .check-wrapper {
  text-align: center;
  margin-right: 15px;
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to bottom, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  color: #333333;
  margin-bottom: -5px; }

section.cart-section .cart-message-wrapper ul li .check-wrapper i {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 2px;
  top: 2px;
  background-color: #fcfcfc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #98a5ad;
  font-size: 12.6px; }

section.cart-section .shopping-cart-wrapper {
  margin-top: 25px; }

section.cart-section .shopping-cart-wrapper table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  font-size: 14px;
  border-collapse: collapse; }

section.cart-section .shopping-cart-wrapper table tr {
  border: 1px solid #bbc8d0; }

section.cart-section .shopping-cart-wrapper table th,
section.cart-section .shopping-cart-wrapper table td {
  display: block;
  padding: 10px 10px 10px 10px;
  text-align: center;
  width: 100%; }
  section.cart-section .shopping-cart-wrapper table th.product-thumbnail,
  section.cart-section .shopping-cart-wrapper table td.product-thumbnail {
    text-align: center; }
    section.cart-section .shopping-cart-wrapper table th.product-thumbnail a img,
    section.cart-section .shopping-cart-wrapper table td.product-thumbnail a img {
      display: block;
      margin: 0 auto; }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper table th,
  section.cart-section .shopping-cart-wrapper table td {
    text-align: center;
    display: table-cell;
    padding: 0; } }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper table th:before,
  section.cart-section .shopping-cart-wrapper table td:before {
    display: none; } }

section.cart-section .shopping-cart-wrapper table th:first-child,
section.cart-section .shopping-cart-wrapper table td:first-child {
  width: 100%;
  text-align: center; }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper table th:first-child,
  section.cart-section .shopping-cart-wrapper table td:first-child {
    text-align: center;
    width: 50px; } }

section.cart-section .shopping-cart-wrapper table th:first-child:before,
section.cart-section .shopping-cart-wrapper table td:first-child:before {
  display: none; }

section.cart-section .shopping-cart-wrapper table th:first-child button,
section.cart-section .shopping-cart-wrapper table td:first-child button {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to bottom, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper table th:first-child button,
  section.cart-section .shopping-cart-wrapper table td:first-child button {
    margin: 0 auto; } }

section.cart-section .shopping-cart-wrapper table td button {
  border: none;
  cursor: pointer; }

section.cart-section .shopping-cart-wrapper table th:first-child button i,
section.cart-section .shopping-cart-wrapper table td:first-child button i {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fcfcfc;
  font-size: 14px;
  color: #98a5ad; }

section.cart-section .shopping-cart-wrapper table th:nth-child(2),
section.cart-section .shopping-cart-wrapper table td:nth-child(2) {
  text-align: left; }

section.cart-section .shopping-cart-wrapper table td,
section.cart-section .shopping-cart-wrapper table td p {
  font-size: 14px;
  color: #000; }

section.cart-section .shopping-cart-wrapper table td.product-name p {
  color: #d75b5d; }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper table th:nth-child(2),
  section.cart-section .shopping-cart-wrapper table td:nth-child(2) {
    text-align: center;
    width: 100px; } }

section.cart-section .shopping-cart-wrapper table th:nth-child(2):before,
section.cart-section .shopping-cart-wrapper table td:nth-child(2):before {
  display: none; }

section.cart-section .shopping-cart-wrapper table thead {
  display: none; }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper table thead {
    display: table-header-group; } }

section.cart-section .shopping-cart-wrapper table thead tr th {
  padding: 10px 0; }

section.cart-section .shopping-cart-wrapper table tbody tr td a img {
  width: 100%;
  max-width: 50px; }

section.cart-section .shopping-cart-wrapper table tbody tr td input {
  text-align: center;
  width: 75px;
  height: 30px;
  padding-left: 10px; }

section.cart-section .shopping-cart-wrapper table tbody tr td.actions {
  height: 75px;
  width: 100%;
  text-align: center; }

section.cart-section .shopping-cart-wrapper table tbody tr td.actions .coupon {
  display: block;
  width: 100%;
  float: left; }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper table tbody tr td.actions .coupon {
    display: inline-block;
    float: left;
    margin-left: 25px;
    width: auto; } }

section.cart-section .shopping-cart-wrapper table tbody tr td.actions .coupon label {
  display: none; }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper table tbody tr td.actions .coupon label {
    display: inline-block;
    padding-right: 5px; } }

section.cart-section .shopping-cart-wrapper table tbody tr td.actions .coupon input[type="text"] {
  width: 150px;
  display: block;
  margin: 0 auto;
  padding: 0; }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper table tbody tr td.actions .coupon input[type="text"] {
    display: inline-block;
    margin-right: 5px; } }

section.cart-section .shopping-cart-wrapper table tbody tr td.actions .coupon .button-wrapper {
  float: right;
  margin-top: 15px; }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper table tbody tr td.actions .coupon .button-wrapper {
    margin-top: 0; } }

section.cart-section .shopping-cart-wrapper table tbody tr td.actions .coupon .button-wrapper input[type="submit"] {
  margin-right: 0; }

section.cart-section .shopping-cart-wrapper table tbody tr td.actions .button-wrapper {
  float: left;
  position: relative;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  padding: 2px;
  margin: -39px 0 5px 0; }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper table tbody tr td.actions .button-wrapper {
    display: inline-block;
    float: right;
    margin-right: 25px;
    margin-top: -2px; } }

section.cart-section .shopping-cart-wrapper table tbody tr td.actions .button-wrapper:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

section.cart-section .shopping-cart-wrapper table tbody tr td.actions .button-wrapper.hover:before {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

section.cart-section .shopping-cart-wrapper table tbody tr td.actions .button-wrapper input[type="submit"] {
  border: none;
  width: auto;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  display: block;
  letter-spacing: 1px;
  color: #333333; }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper table tbody tr td.actions .button-wrapper input[type="submit"] {
    display: inline-block;
    float: right; } }

section.cart-section .shopping-cart-wrapper .cart-totals {
  display: block;
  width: 100%;
  margin-top: 50px; }

@media only screen and (min-width: 769px) {
  section.cart-section .shopping-cart-wrapper .cart-totals {
    width: 50%;
    float: right; } }

section.cart-section .shopping-cart-wrapper .cart-totals .title-wrapper .title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 36px;
  margin-bottom: 10px; }

section.cart-section .shopping-cart-wrapper .cart-totals .table-wrapper table {
  width: 100%;
  table-layout: fixed;
  text-align: left;
  border-collapse: collapse;
  font-size: 14px; }

section.cart-section .shopping-cart-wrapper .cart-totals .table-wrapper table tr {
  border: 1px solid #bbc8d0; }

section.cart-section .shopping-cart-wrapper .cart-totals .table-wrapper table tr th,
section.cart-section .shopping-cart-wrapper .cart-totals .table-wrapper table tr td {
  padding: 10px 0 10px 15px; }

section.cart-section .shopping-cart-wrapper .cart-totals .table-wrapper .button-wrapper {
  margin-top: 25px; }

section.cart-section .shopping-cart-wrapper .cart-totals .table-wrapper .button-wrapper a.button:before {
  width: 100%;
  height: 100%; }

.cart-summary {
  margin: 25px 0; }
  .cart-summary .title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: inline-block; }
  .cart-summary ul {
    list-style-type: none; }
    .cart-summary ul li {
      font-size: 14px;
      line-height: 28px; }
  .cart-summary .button-wrapper {
    margin-top: 25px; }

/* CHECKOUT-SECTION */
section.checkout-section .delivery-option-alert p {
  font-size: 14px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: inline-block; }

section.checkout-section .summary-table {
  margin-bottom: 25px; }
  section.checkout-section .summary-table table {
    width: 100%; }
    section.checkout-section .summary-table table tr td {
      font-size: 14px;
      border: 1px dashed #bbc8d0;
      padding: 5px 2px; }
      section.checkout-section .summary-table table tr td:first-child {
        text-align: center;
        width: 35px; }
      section.checkout-section .summary-table table tr td:last-child {
        text-align: center; }

section.checkout-section .checkout_details_area label {
  letter-spacing: 1px;
  font-size: 14px; }

section.checkout-section .checkout_details_area select,
section.checkout-section .checkout_details_area input {
  margin-bottom: 25px;
  height: 35px;
  font-size: 14px;
  padding: 0 10px;
  letter-spacing: 1px;
  border: 1px solid #98a5ad;
  width: 100%; }

section.checkout-section .cart-page-heading .title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-transform: uppercase;
  display: inline-block; }

section.checkout-section .order-details-confirmation ul {
  list-style-type: none; }
  section.checkout-section .order-details-confirmation ul li {
    letter-spacing: 1px;
    font-size: 14px; }
    section.checkout-section .order-details-confirmation ul li span {
      font-size: 14px;
      letter-spacing: 1px;
      display: block;
      margin-bottom: 7px; }
    section.checkout-section .order-details-confirmation ul li img {
      display: block;
      margin-bottom: 7px; }

section.checkout-section .order-details-confirmation .custom-checkbox label {
  letter-spacing: 1px;
  font-size: 14px; }

section.checkout-section .order-details-confirmation .button-wrapper {
  margin-top: 25px; }
  section.checkout-section .order-details-confirmation .button-wrapper button.button {
    cursor: pointer; }

/* ORDER-RECEIVED */
section.order-received {
  margin-bottom: 75px; }

section.order-received .message-wrapper {
  background-color: #fcfcfc;
  padding: 15px 0 15px 0;
  position: relative;
  width: 100%; }

section.order-received .message-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%); }

section.order-received .message-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

section.order-received .message-wrapper ul li {
  margin: 0;
  padding: 0 0 0 25px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24.5px; }

@media only screen and (min-width: 769px) {
  section.order-received .message-wrapper ul li {
    font-size: 14px; } }

section.order-received .message-wrapper ul li .check-wrapper {
  text-align: center;
  margin-right: 15px;
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(top, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to bottom, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  color: #333333;
  margin-bottom: -5px; }

section.order-received .message-wrapper ul li .check-wrapper i {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 2px;
  top: 2px;
  background-color: #fcfcfc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #98a5ad;
  font-size: 12.6px; }

section.order-received .order-overview {
  margin-top: 25px; }

section.order-received .order-overview table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse; }

section.order-received .order-overview table tr th,
section.order-received .order-overview table tr td {
  border-right: 1px dashed #bbc8d0;
  height: 30px; }

section.order-received .order-overview table tr th:last-child,
section.order-received .order-overview table tr td:last-child {
  border-right: none; }

section.order-received .order-overview table thead tr th {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 11.2px; }

section.order-received .order-overview table tbody tr td {
  font-weight: bold;
  font-size: 14px; }

section.order-received .order-details .title-wrapper {
  margin: 50px 15px 25px 15px; }

section.order-received .order-details .title-wrapper .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: left;
  position: relative;
  display: inline-block;
  padding: 0 0 10px 0; }

section.order-received .order-details .title-wrapper .title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%); }

section.order-received .order-details table {
  width: 100%;
  table-layout: fixed;
  text-align: left;
  padding-left: 15px;
  border-collapse: collapse;
  font-size: 14px; }

@media only screen and (min-width: 769px) {
  section.order-received .order-details table {
    width: 50%;
    font-size: 14px; } }

section.order-received .order-details table tr {
  height: 35px;
  border: 1px solid #bbc8d0; }

section.order-received .order-details table tr th,
section.order-received .order-details table tr td {
  padding: 5px 15px 5px 15px;
  word-break: break-all; }

section.order-received .order-details table tfoot {
  font-weight: bold; }

section.order-received .customer-details .title-wrapper {
  margin: 50px 15px 25px 15px; }

section.order-received .customer-details .title-wrapper .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: left;
  position: relative;
  display: inline-block;
  padding: 0 0 10px 0; }

section.order-received .customer-details .title-wrapper .title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, #d75b5d), color-stop(50%, #bdd249), color-stop(75%, #72b6e5), to(#988ec3));
  background-image: -webkit-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: -o-linear-gradient(right, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%);
  background-image: linear-gradient(to left, #d75b5d 25%, #bdd249 50%, #72b6e5 75%, #988ec3 100%); }

section.order-received .customer-details table {
  width: 100%;
  table-layout: fixed;
  text-align: left;
  padding-left: 15px;
  border-collapse: collapse;
  font-size: 14px; }

@media only screen and (min-width: 769px) {
  section.order-received .customer-details table {
    width: 50%;
    font-size: 14px; } }

section.order-received .customer-details table tr {
  height: 35px;
  border: 1px solid #bbc8d0; }

section.order-received .customer-details table tr th,
section.order-received .customer-details table tr td {
  padding: 5px 15px 5px 15px;
  word-break: break-all; }

/* BRANDS-SECTION */
section.brands-section {
  background-color: #cccccc; }

section.brands-section .brands-wrapper {
  display: inline-block;
  width: 100%; }

@media only screen and (min-width: 769px) {
  section.brands-section .brands-wrapper {
    padding: 0 100px; } }

section.brands-section .brands-wrapper .img-wrapper {
  display: inline-block;
  float: left;
  width: 20%;
  padding: 10px 10px; }

@media only screen and (min-width: 415px) {
  section.brands-section .brands-wrapper .img-wrapper {
    padding: 15px 20px 10px 20px; } }

@media only screen and (min-width: 769px) {
  section.brands-section .brands-wrapper .img-wrapper {
    padding: 15px 30px 10px 30px; } }

@media only screen and (min-width: 1025px) {
  section.brands-section .brands-wrapper .img-wrapper {
    padding: 17px 45px 10px 45px; } }

section.brands-section .brands-wrapper .img-wrapper img {
  width: 100%; }

/* FOOTER */
footer {
  background-image: url("../img/footer/footer-mobile.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  display: block;
  clear: both;
  position: relative;
  background-color: red;
  width: 100%; }

@media only screen and (min-width: 769px) {
  footer {
    background-image: url("../img/footer/footer.png"); } }

footer .footer-wrapper {
  padding-top: 50px;
  padding-bottom: 25px; }

footer .footer-wrapper .address-wrapper {
  padding-bottom: 75px;
  width: 50%;
  float: left;
  text-align: left; }

@media only screen and (min-width: 769px) {
  footer .footer-wrapper .address-wrapper {
    padding-bottom: 150px;
    width: 50%;
    float: left; } }

footer .footer-wrapper .address-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

footer .footer-wrapper .address-wrapper ul li {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24.5px;
  color: #333333; }

@media only screen and (min-width: 769px) {
  footer .footer-wrapper .address-wrapper ul li {
    font-size: 18px;
    line-height: 31.5px; } }

footer .footer-wrapper .payment-methods-wrapper {
  padding-bottom: 75px;
  width: 50%;
  float: right;
  text-align: right; }

@media only screen and (min-width: 769px) {
  footer .footer-wrapper .payment-methods-wrapper {
    padding-bottom: 150px;
    width: 50%;
    float: right; } }

footer .footer-wrapper .payment-methods-wrapper img {
  width: 150px; }

@media only screen and (min-width: 769px) {
  footer .footer-wrapper .payment-methods-wrapper img {
    width: 300px; } }

footer .footer-wrapper .logo-wrapper {
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  font-family: "Century-Gothic"; }

footer .footer-wrapper .logo-wrapper img {
  width: 255px; }

@media only screen and (min-width: 769px) {
  footer .footer-wrapper .logo-wrapper img {
    width: 420px; } }

footer .footer-wrapper .logo-wrapper .word-1,
footer .footer-wrapper .logo-wrapper .word-2 {
  display: inline-block; }

footer .footer-wrapper .logo-wrapper .word-1 .bold,
footer .footer-wrapper .logo-wrapper .word-2 .bold {
  font-weight: bold;
  font-family: "Century-Gothic-Bold"; }

footer .footer-wrapper .logo-wrapper .word-1 {
  color: #98a5ad;
  font-size: 27px;
  padding-right: 5px; }

@media only screen and (min-width: 769px) {
  footer .footer-wrapper .logo-wrapper .word-1 {
    font-size: 47px;
    padding-right: 10px; } }

footer .footer-wrapper .logo-wrapper .word-2 {
  color: #bbc8d0;
  font-size: 32px; }

@media only screen and (min-width: 769px) {
  footer .footer-wrapper .logo-wrapper .word-2 {
    font-size: 52px; } }

footer .footer-wrapper .copy {
  color: #e7e7e7;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px; }

/*FOOTER-BOTTOM*/
section.footer-bottom {
  background-color: #11273c;
  text-align: center; }

section.footer-bottom ul {
  margin: 0;
  padding: 25px 5px;
  list-style-type: none; }

section.footer-bottom ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px; }

@media only screen and (min-width: 769px) {
  section.footer-bottom ul li {
    padding: 0 10px; } }

section.footer-bottom ul li:after {
  content: "";
  right: 0;
  top: 48%;
  position: absolute;
  background-color: #e7e7e7;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: -3px; }

@media only screen and (min-width: 769px) {
  section.footer-bottom ul li:after {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    margin-right: 0; } }

section.footer-bottom ul li:last-child:after {
  display: none; }

section.footer-bottom ul li a {
  color: #e7e7e7; }

section.register-section form {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 769px) {
    section.register-section form {
      width: 40%; } }
  section.register-section form i,
  section.register-section form label {
    float: left;
    color: #98a5ad;
    display: block;
    background-color: #fcfcfc;
    text-align: center;
    width: auto;
    text-align: left;
    font-size: 14px; }
  section.register-section form i {
    margin-right: 5px;
    line-height: 20px; }
  section.register-section form label {
    letter-spacing: 1px; }
  section.register-section form input {
    margin-bottom: 25px;
    height: 35px;
    font-size: 14px;
    padding: 0 10px;
    letter-spacing: 1px;
    border: 1px solid #98a5ad;
    width: 100%; }
  section.register-section form .button-wrapper {
    float: left;
    margin-bottom: 70px;
    margin-right: 15px; }
    section.register-section form .button-wrapper .button {
      cursor: pointer; }
      section.register-section form .button-wrapper .button .text {
        font-size: 14px;
        font-family: 'Open-Sans'; }

section.profile-section input,
section.profile-section select {
  margin-bottom: 25px;
  height: 35px;
  font-size: 14px;
  padding: 0 10px;
  letter-spacing: 1px;
  border: 1px solid #98a5ad;
  width: 100%; }

section.upload_page .descr-wrapper .tabcontent {
  margin-top: 25px;
  padding: 15px;
  border: 3px solid #e7e7e7; }
  section.upload_page .descr-wrapper .tabcontent h1,
  section.upload_page .descr-wrapper .tabcontent h2,
  section.upload_page .descr-wrapper .tabcontent h3,
  section.upload_page .descr-wrapper .tabcontent h4,
  section.upload_page .descr-wrapper .tabcontent h5,
  section.upload_page .descr-wrapper .tabcontent p,
  section.upload_page .descr-wrapper .tabcontent ul,
  section.upload_page .descr-wrapper .tabcontent li,
  section.upload_page .descr-wrapper .tabcontent ul li {
    color: #333333;
    font-family: 'Open-Sans'; }
  section.upload_page .descr-wrapper .tabcontent h3 {
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px; }
  section.upload_page .descr-wrapper .tabcontent p,
  section.upload_page .descr-wrapper .tabcontent ul li {
    font-size: 14px; }

section.upload_page form {
  margin-bottom: 15px; }
  section.upload_page form label.title,
  section.upload_page form p.title,
  section.upload_page form h3.title {
    display: inline-block;
    width: auto;
    position: relative;
    padding-bottom: 10px; }
  section.upload_page form label.title,
  section.upload_page form p.title {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 14px; }
  section.upload_page form input,
  section.upload_page form textarea {
    display: block;
    width: 100%;
    font-family: 'Open-Sans';
    color: #333333;
    font-size: 14px; }
  section.upload_page form textarea {
    min-height: 150px;
    padding: 10px; }
  section.upload_page form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 10px; }
  section.upload_page form .file-upload {
    font-size: 14px; }
    section.upload_page form .file-upload label {
      margin-bottom: 15px;
      display: block; }
      section.upload_page form .file-upload label i {
        margin-right: 10px; }
    section.upload_page form .file-upload input[type="file"] {
      display: block; }
    section.upload_page form .file-upload img {
      width: 150px; }
  section.upload_page form .checkbox-inline {
    display: block;
    font-size: 14px;
    margin-top: 15px; }

section.upload_page .img-buttons-wrapper {
  margin-bottom: 15px; }

section.upload_page .order_detail label {
  font-size: 14px; }

section.view-order table.order_table {
  width: 100%; }
  section.view-order table.order_table th, section.view-order table.order_table td {
    border: 1px solid #98a5ad;
    font-size: 14px;
    padding: 0 5px; }
    section.view-order table.order_table th a.button .text,
    section.view-order table.order_table th button.button .text, section.view-order table.order_table td a.button .text,
    section.view-order table.order_table td button.button .text {
      line-height: 24px; }

section.order-details {
  padding: 50px 0; }
  section.order-details .col-wrapper {
    margin-bottom: 50px; }
  section.order-details .hr-line-dashed {
    display: block;
    width: 100%;
    height: 1px;
    margin: 25px 0;
    border-bottom: 1px dashed #98a5ad; }
  section.order-details .title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold; }
  section.order-details label {
    display: block;
    font-weight: bold; }

.cart-section.empty-cart {
  text-align: center;
  padding: 150px 0; }
  .cart-section.empty-cart h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-indent: 1px; }

section.change-password {
  padding: 50px 0; }
  section.change-password label {
    display: block; }
  section.change-password input {
    display: block;
    width: 100%;
    font-family: 'Open-Sans';
    color: #333333;
    font-size: 14px;
    height: 35px;
    margin-bottom: 25px; }
  section.change-password label, section.change-password input {
    font-size: 14px; }
  section.change-password .button-wrapper {
    margin-top: 25px;
    text-align: center; }
    section.change-password .button-wrapper a.button .text {
      cursor: pointer; }
