
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
  max-width: none;
  margin: 0;
  /*    background-color: #000; */
  position: relative;
  min-height: 100%;
  height: 100%;
}
html {
  height: 100%;
}
p {
  line-height: 1.42857143;
}
a {
  color: #333;
  outline: 0 !important;
  border: none;
  letter-spacing: 0.4px !important;
}
a:hover,
a:focus {
  color: #000;
  cursor: pointer !important;
  text-decoration: none !important;
  letter-spacing: 0;
}
i {
  margin-right: 5px;
}
i .right {
  margin-right: 0;
  margin-left: 5px;
}
i.fa-facebook-square:hover {
  color: #3b5998;
}
i.fa-twitter-square:hover {
  color: #55acee;
}
i.fa-instagram:hover {
  color: #3f729b;
}
i.fa-youtube-square:hover {
  color: #cd201f;
}
i.fa-google-plus-square:hover {
  color: #dc4e41;
}
i.material-icons {
  vertical-align: bottom !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.thumbnails li {
  width: 160px;
  display: inline-block;
  float: left;
  position: relative;
  min-height: 1px;
  margin-right: 15px;
}
ul.thumbnails li:last-child {
  margin-right: 0;
}
h1,
h2 {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0;
}
h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
hr {
  width: 80px;
  border-top: 2px solid #ebebeb;
  margin-left: 0;
}

#maincontent {
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: none;
  padding: 0px 0;
  margin-bottom: 20px !important;
  min-height: -moz-calc(100% - 500px);
  /* Firefox */
  min-height: -webkit-calc(100% - 500px);
  /* Chrome, Safari */
  min-height: calc(100% - 500px);
  /* IE9+ and future browsers */
  height: auto;
}
#maincontent .main-container {
  padding: 0;
}
section {
  background-color: #fff;
}
section.grey {
  background-color: #f7f6f6;
}
section header {
  background-color: transparent;
  text-align: center;
}
section header hr {
  margin: 20px auto;
}
section .items-carousel-insta a {
  display: block;
  height: 160;
  margin-right: 15px;
}
section .items-carousel-insta a img {
  width: 100%;
  height: 100%;
}
section.whyregister {
  padding: 30px 25px 25px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
}
section.whyregister .fa-ul > li {
  margin-bottom: 10px;
  font-size: 20px;
}
section.whyregister .fa-ul > li .fa {
  color: yellowgreen;
}
section.whyregister p.text-right {
  margin-bottom: 0;
}
aside {
  background-color: #fcfcfc8a;
  padding: 15px;
  border: 1px solid #ebebeb;
  font-size: 16px;
}
aside h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
aside h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
}
aside hr {
  width: 100%;
  border-top: 1px solid #ebebeb;
  margin: 15px 0;
}
aside .btn-black {
  width: 100%;
  font-size: 20px;
  padding: 10px 0;
  background-color: #fff;
}
aside .btn-black:hover {
  background-color: yellowgreen;
}
footer #fftop {
  background-color: #f7f6f6;
  padding: 40px 0;
  border-top: 1px solid #ebebeb;
}
footer #fftop h4 {
  text-transform: uppercase;
  font-size: 20px;
}
footer #fftop .f_facebook {
  width: 100%;
  overflow: hidden;
}


@media screen and (max-width: 415px) {

  .alert .icon {
    display: none;
  }
  footer #fftop .f_facebook {
    width: 100%;
  }
  footer #ffbottom {
    line-height: 20px;
  }
}
/* FORMS and INPUTS
   ================================================== */
form {
  width: 100%;
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
  font-style: italic;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  font-style: italic;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  font-style: italic;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
  font-style: italic;
}
:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaaaaa;
  font-style: italic;
}
input,
.form-control {
  outline: 0;
  padding: 15px 15px 10px 15px;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: 0 !important;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 16px;
  height: auto;
}
input:hover,
.form-control:hover,
input:focus,
.form-control:focus {
  border: 1px solid #666 !important;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: 0 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
select,
select.form-control,
.CaptionCont,
#search_geo {
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 12px 15px 10px 15px;
  border: 1px solid #aaaaaa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: auto;
  font-size: 16px;
}
select:hover,
select.form-control:hover,
.CaptionCont:hover,
#search_geo:hover,
select:focus,
select.form-control:focus,
.CaptionCont:focus,
#search_geo:focus {
  border: 1px solid #aaaaaa !important;
  border-radius: 0 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
select option,
select.form-control option,
.CaptionCont option,
#search_geo option {
  color: #000;
}
select option:disabled,
select.form-control option:disabled,
.CaptionCont option:disabled,
#search_geo option:disabled {
  color: #aaaaaa;
  font-style: italic;
}
select label,
select.form-control label,
.CaptionCont label,
#search_geo label {
  display: none;
}
#search_geo {
  background-color: #fff;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: 10px;
}
.SumoSelect {
  width: 100%;
}
.SumoSelect > .optWrapper > .options > li label {
  text-align: left;
  font-weight: 500;
}
.SumoSelect .select-all {
  height: 40px;
}
.SumoSelect .select-all label {
  text-align: left;
}
.SumoSelect > .optWrapper {
  border-radius: 0;
}
.SumoSelect > .optWrapper.open {
  top: 40px;
}
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: yellowgreen;
}
.SumoSelect > .optWrapper.multiple > .MultiControls p {
  margin-bottom: 0;
}
.SlectBox {
  padding: 8px 10px 0;
  height: 40px;
  width: 100%;
  font-style: italic;
  color: #aaaaaa;
}
.admin div.colorPicker-picker {
  display: inline-block;
  height: 30px !important;
  width: 30px !important;
  background-position: bottom right !important;
}
.has-error .help-block {
  color: #a94442;
  position: absolute;
  top: -5px;
  right: 0px;
  font-size: 12px;
  line-height: 12px;
  display: block;
  background-color: #fff;
}
.has-error.cprice .help-block {
  left: 10px;
}
.control-group {
  margin-bottom: 15px;
}
.control-group.has-error input,
.control-group.has-error select {
  border-bottom: 2px solid #a94442 !important;
}
.control-group.has-success input,
.control-group.has-success select {
  background-color: #f9fff8 !important;
  border-bottom: 2px solid #3c763d !important;
}
.control-group .controls {
  position: relative;
}
.control-group .form-control-feedback {
  top: 7px;
  right: 5px !important;
}
.control-label,
label {
  font-weight: 400;
  font-size: 16px;
}
.admin .control-label,
.admin label {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
/* DATATABLES
   ================================================== */
.dataTables_wrapper {
  margin-bottom: 10px;
}
.dataTables_wrapper select.form-control {
  padding: 7px 15px 8px 10px;
  background-color: #fff;
}
.dataTables_wrapper input.form-control {
  padding: 10px 15px;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  width: 100% !important;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
}
.dataTables_wrapper .pagination > .active > a,
.dataTables_wrapper .pagination > .active > a:focus,
.dataTables_wrapper .pagination > .active > a:hover,
.dataTables_wrapper .pagination > .active > span,
.dataTables_wrapper .pagination > .active > span:focus,
.dataTables_wrapper .pagination > .active > span:hover,
.dataTables_wrapper .dataTables_paginate span a {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
  color: #fff;
}
.dataTable thead {
  background-color: #fff;
}
.dataTable thead tr th {
  padding: 15px;
}
.dataTable tbody tr td {
  padding: 15px;
}
.dataTable tbody tr td img {
  width: 60px !important;
  height: auto !important;
}
.dataTable tr.even {
  background-color: #fff;
}
.dataTable .btn-red {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 10px 15px;
}
.dataTable .btn-red:last-child {
  margin-right: 0;
}
/*
.dataTable span {
  color: #fff;
  padding: 5px 7px;
  font-size: 14px;
}*/
.dataTable span.pending {
  background-color: #f89406;
}
.dataTable span.approved {
  background-color: #aaaaaa;
}
.dataTable span.sold {
  background-color: #660089;
}
.dataTable span.outofstock {
  background-color: #660089;
}
.dataTable span.unapproved {
  background-color: yellowgreen;
}
.dataTable span.label-info {
  background-color: #aaaaaa;
}
.dataTables_info {
  display: block;
}
.dataTables_paginate {
  display: block;
}
.dataTables_paginate a {
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #ddd;
  font-size: 16px;
}
/* HEADER
   ================================================== */
header {
  background-color: #fff;
  position: relative;
}
header #hhtop {
  border-bottom: 1px solid #ebebeb;
  height: 40px;
  padding-top: 9px;
  background-color: #fff;
}
header #hhtop nav ul {
  list-style: none;
  padding-left: 0;
}
header #hhtop nav ul li {
  display: inline;
}
header #hhtop nav ul li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding-right: 10px;
  padding-left: 10px;
  color: #666;
  border-right: 1px solid #ebebeb;
}
header #hhtop nav ul li a.active,
header #hhtop nav ul li a:hover {
  font-weight: normal;
  text-shadow: none;
  color: #000;
}
header #hhtop nav ul li a.active i,
header #hhtop nav ul li a:hover i {
  color: yellowgreen;
}
header #hhtop nav ul li a i.material-icons {
  font-size: 14px;
}
header #hhtop nav ul li .notif {
  background-color: #ebebeb;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.15);
  color: #000;
  font-size: 10px;
  line-height: 10px;
  margin-top: -3px;
  margin-left: 7px;
  vertical-align: middle;
  display: inline-block;
  outline: 0;
  padding: 5px;
  padding-right: 5px !important;
}
header #hhtop nav ul li .notif.active {
  background-color: yellowgreen;
  color: #fff;
}
header #hhtop nav ul li .full {
  background-color: yellowgreen;
}
header #hhtop nav ul li:first-child a {
  padding-left: 0;
}
header #hhtop nav ul li:last-child a {
  border: none;
  padding-right: 0;
}
header #hhtop nav.pull-right a {
  font-weight: 700;
  color: #000;
  margin-top: -3px;
}
header #hhtop nav.pull-right a:hover {
  font-weight: 700;
  color: yellowgreen;
}
header #sim {
  height: 110px;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.07);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.07);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.07);
}
header #sim .row {
  position: relative;
}


header #sim .menu,
header #sim .menu ul,
header #sim .menu li,
header #sim .menu a {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  color: #000;
}
header #sim nav.mainNav {
  margin-top: 25px;
  float: left;
  margin-left: 180px;
}
header #sim nav.mainNav ul.menu {
  list-style: none;
  position: relative;
  height: 90px;
}
header #sim nav.mainNav ul.menu > li {
  display: inline-block;
  height: 90px;
}
header #sim nav.mainNav ul.menu > li > a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  border: 3px solid #fff;
  border-radius: 5px;
  margin-right: 10px;
}
header #sim nav.mainNav ul.menu > li > a:hover,
header #sim nav.mainNav ul.menu > li > a:focus,
header #sim nav.mainNav ul.menu > li > a.active {
  border: 3px solid yellowgreen;
  border-radius: 5px;
  text-decoration: none;
}
header #sim nav.mainNav ul.menu > li:last-child a {
  margin-right: 0;
  border: none;
}
header #sim nav.mainNav ul.menu > li.closetMenu a {
  border: 3px solid yellowgreen;
}
header #sim nav.mainNav ul.menu > li.closetMenu a:hover {
  background-color: yellowgreen;
  color: #fff;
}
header #sim nav.mainNav ul.menu > li.navSearch {
  display: none;
}
header #sim nav.mainNav ul.menu ul {
  position: absolute;
  /* top: 85px;*/
  left: 0;
  z-index: 100000;
  width: 100%;
  display: none;
  background: #fff;
  height: auto;
  /*border: 1px solid @lines;*/
  padding: 0;
}
header #sim nav.mainNav ul.menu ul li {
  border-left: 1px solid #ebebeb;
  /*    padding: 20px; */
  padding-bottom: 0;
}
header #sim nav.mainNav ul.menu ul li h3 {
  margin: 0;
}
header #sim nav.mainNav ul.menu ul li hr {
  margin: 20px 0;
  border-top: 1px solid #ebebeb;
}
header #sim nav.mainNav ul.menu ul li:first-child {
  border: none;
}
header #sim nav.mainNav ul.menu ul ul {
  position: relative;
  top: 0;
  height: auto;
  border: none;
  padding: 0;
}
header #sim nav.mainNav ul.menu ul ul li {
  border: none;
  padding: 0;
}
header #sim nav.mainNav ul.menu ul ul li a {
  display: block;
  padding: 10px 20px;
  margin-left: -20px;
  margin-right: -20px;
}
header #sim nav.mainNav ul.menu ul ul li a:hover {
  background-color: #f7f6f6;
}
header #sim nav.mainNav ul.menu li:hover ul {
  display: block;
}
header #sim .navIcons .favbag {
  margin-top: 15px;
  margin-right: 15px;
  position: relative;
}
header #sim .navIcons .favbag a {
  display: block;
  height: 60px;
  width: 58px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
header #sim .navIcons .favbag a .label {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #000;
  position: absolute;
  border-radius: 1em;
  border-width: 2px;
  padding: 4px 0;
  width: 30px;
}
header #sim .navIcons .favbag a .label:hover {
  text-decoration: none;
}
header #sim .navIcons .favbag a .label.active {
  background-color: yellowgreen;
  color: #fff;
  border-color: yellowgreen;
}
header #sim .navIcons .favbag .fav a {
  background-image: url('../images/ico_fav.svg');
  margin-right: 15px;
}
header #sim .navIcons .favbag .fav a.full {
  background-image: url('../images/ico_fav_full.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
header #sim .navIcons .favbag .fav a .label {
  right: -8px;
  bottom: 0;
}
header #sim .navIcons .favbag .bag a {
  margin-right: 15px;
  font-size: 60px;
  height: 60px;
  color: yellowgreen;
}
header #sim .navIcons .favbag .bag a .label {
  right: -20px;
  bottom: 0px;
}
header #sim .navIcons .favbag .exch a {
  background-image: url('../images/ico_swap_b.svg');
  height: 47px;
  width: 60px;
  margin-top: 14px;
  margin-right: 15px;
}
header #sim .navIcons .favbag .exch a .label {
  right: -15px;
  bottom: 0px;
}
header #sim .navIcons .favbag .user {
  position: relative;
}
header #sim .navIcons .favbag .user a.dashboard {
  background-image: url('../images/ico_user.svg');
  float: left;
}
header #sim .navIcons .favbag .user a.notif {
  width: 30px;
  height: 28px;
  position: absolute;
  left: 34px;
  top: 32px;
}
header #sim.navbar-fixed-top {
  height: 80px;
  /* padding-top:10px;*/
  visibility: visible !important;
}
header #sim.navbar-fixed-top .logo a img {
  /*height: 93px;*/
  /*padding-top:10px; */
  width: auto;
}
header #sim.navbar-fixed-top .mainNav {
  margin-top: 15px;
}
header #sim.navbar-fixed-top .mainNav nav ul li a {
  font-size: 22px;
  line-height: 22px;
}
header #sim.navbar-fixed-top .mainNav .navSearch {
  display: inline;
}
header #sim.navbar-fixed-top .mainNav .navSearch a {
  border: 0;
}
header #sim.navbar-fixed-top .mainNav .navSearch a:hover,
header #sim.navbar-fixed-top .mainNav .navSearch a.active {
  border: 0;
  text-decoration: none;
  color: yellowgreen;
}
header #sim.navbar-fixed-top .favbag .bag a {
  margin-right: 5px;
}
header #sim.navbar-fixed-top .favbag .bag a .label {
  right: -5px;
}
header #sim.navbar-fixed-top .favbag .fav a {
  margin-right: 5px;
}
header #sim.navbar-fixed-top .favbag .fav a .label {
  right: 0;
}
header #sim.navbar-fixed-top .favbag a {
  height: 46px;
  width: 53px;
  background-size: contain;
  margin-right: 5px;
}
header #sim.navbar-fixed-top .favbag a .label {
  padding: 2px 0;
  text-align: center;
  width: 24px;
  font-size: 14px;
}
header #sim.navbar-fixed-top .favbag a .label.active {
  background-color: yellowgreen;
  color: #fff;
  border-color: yellowgreen;
}
header #sim.navbar-fixed-top .favbag .user {
  display: block;
}
header #sim.navbar-fixed-top .favbag .user a.dashboard {
  background-image: url('../images/ico_user.svg');
  float: left;
}
header #sim.navbar-fixed-top .favbag .user a.notif {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 34px;
  top: 24px;
}
header #sim.navbar-fixed-top .favbag .exch a {
  height: 34px;
  margin-top: 12px;
  margin-right: 0px;
}
header #sim.navbar-fixed-top .favbag .exch a .label {
  right: 0;
}
header #search {
  margin-top: 0;
  /* background-color: #8d8d8d;*/
  /*height: 60px;*/
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
header #search .form-inline {
  height: 60px;
}
header #search .form-inline input:focus,
header #search .form-inline select:focus,
header #search .form-inline textarea:focus,
header #search .form-inline button:focus {
  outline: 0;
}
header #search .form-inline input {
  height: 40px;
  padding: 12px 10px;
}
header #search .form-inline input::-webkit-input-placeholder {
  font-style: italic !important;
  color: #aaaaaa;
}
header #search .form-inline input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic !important;
  color: #aaaaaa;
}
header #search .form-inline input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic !important;
  color: #aaaaaa;
}
header #search .form-inline input:-ms-input-placeholder {
  font-style: italic !important;
  color: #aaaaaa;
}
header #search .form-inline .search {
  background-color: #fff;
  height: 40px;
  width: 100%;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
header #search.navSearchFix {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 3;
}
header #submenu {
  position: absolute;
  top: 149px;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #f7f6f6;
  overflow-y: auto;
  height: 535px;
  border: 1px solid #ebebeb;
  display: block;
  padding: 20px 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.07);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.07);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.07);
}
header #submenu #submenu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
}
header #submenu hr {
  margin: 20px 0;
  border-top: 1px solid #ebebeb;
}
header #submenu .image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
header #submenu .image img {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
header #submenu .col-sm-4 {
  border-left: 1px solid #ebebeb;
  padding: 20px;
  padding-bottom: 0;
}
header #submenu .col-sm-4 img {
  max-width: 100%;
}
header #submenu .col-sm-4 h3 {
  margin: 0;
  margin-top: 15px;
  color: yellowgreen;
}
header #submenu .col-sm-4 hr {
  margin: 20px 0;
  border-top: 1px solid #ebebeb;
}
header #submenu .col-sm-4:first-child {
  border: none;
}
header #submenu ul {
  position: relative;
  top: 0;
  height: auto;
  border: none;
  padding: 0;
}
header #submenu ul li {
  border: none;
  padding: 0;
}
header #submenu ul li a {
  display: block;
  padding: 10px 20px;
  margin-left: -20px;
  margin-right: -20px;
}
header #submenu ul li a:hover {
  background-color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent;
  outline: 0;
  border: none;
  color: #000;
}
.littlebagContent {
  width: 300px;
  z-index: 1000000000;
  border-top: 2px solid yellowgreen;
  border-radius: 0 !important;
}
.littlebagContent .cartsummary .bag_content {
  max-height: 310px;
  overflow-y: auto;
}
.littlebagContent .bottom .arrow:after {
  border-bottom-color: yellowgreen !important;
}
.littlebagContent .popover-content {
  padding: 15px;
}
.littlebagContent article {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  margin-bottom: 10px;
}
.littlebagContent article:first-child {
  padding-top: 0;
}
.littlebagContent article a.image {
  height: 65px;
  width: 55px;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 15px;
  border: 1px solid #000;
}
.littlebagContent article a.image img {
  height: 100% !important;
  width: 100% !important;
  min-height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
.littlebagContent article h3 {
  margin: 0;
}
.littlebagContent .total {
  width: 100%;
  text-align: right;
}
.littlebagContent .btn-red {
  background: none;
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 14px;
  padding: 10px 0;
}
.littlebagContent .btn-red:hover {
  background-color: yellowgreen;
  color: #FFF;
}
.littlebagContent .btn-red:last-child {
  margin-top: 10px;
}
#dashboard-express {
  z-index: 1950;
  position: fixed;
  top: 0;
  right: 0;
  width: 345px;
  height: 100%;
  margin-right: -345px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #000;
  color: #000;
  padding: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#dashboard-express #dashboard-express-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
#dashboard-express .section {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
#dashboard-express .section.first {
  padding-top: 0 !important;
}
#dashboard-express .section .profile-img {
  height: 75px;
  width: 75px;
}
#dashboard-express .section .name {
  float: left;
}
#dashboard-express .section h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}
#dashboard-express .section h4 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
#dashboard-express .section p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2em;
}
#dashboard-express .section ul li {
  margin-bottom: 5px;
}
#dashboard-express .section ul li a {
  font-size: 16px;
  color: #666;
  line-height: 20px;
}
#dashboard-express .section ul li a:hover,
#dashboard-express .section ul li a.active {
  color: #000;
}
#dashboard-express .section .btn-red {
  padding: 10px 20px;
  font-weight: 500;
  width: 49%;
}
#dashboard-express .section .last {
  margin: 0;
}
#dashboard-express .bottom {
  padding-bottom: 0;
  border-bottom: 0;
}
#dashboard-express .bottom ul {
  float: left;
  display: inline-block;
}
#dashboard-express .bottom ul li a {
  font-size: 14px;
}
#dashboard-express .bottom .socials {
  float: right;
  bottom: 0;
  display: inline-block;
  text-align: right;
}
#dashboard-express .bottom .socials ul li {
  display: inline;
}
#dashboard-express .bottom .socials ul li a i {
  font-size: 24px;
  color: #000;
}
#dashboard-express.active {
  right: 345px;
  width: 345px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#feedback_msg {
  position: fixed;
  top: 210px;
  left: 0;
  right: 0;
  z-index: 1020;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  header #sim {
    height: 77px;
  }

  header #sim .logo a {
    width: 125px;
  }
  header #sim nav.mainNav {
    margin-top: 15px;
  }
  header #sim nav.mainNav ul.menu {
    height: 70px;
  }
  header #sim nav.mainNav ul.menu > li {
    height: 70px;
  }
  header #sim nav.mainNav ul.menu > li > a {
    font-size: 20px;
    padding: 10px;
  }
  header #sim .navIcons .favbag {
    margin-top: 5px;
  }
  header #sim .navIcons .favbag a {
    height: 50px;
    width: 50px;
  }
  header #sim .navIcons .favbag a .label {
    width: 20px;
    height: 20px;
    border-width: 2px;
    font-size: 14px;
    padding: 1px;
  }
  header #sim .navIcons .favbag .fav a {
    margin-right: 10px;
  }
  header #sim .navIcons .favbag .fav a .label {
    right: -2px;
  }
  header #sim .navIcons .favbag .bag a .label {
    right: -30px;
  }
  header #sim .navIcons .favbag .exch a {
    height: 38px;
    width: 48px;
    margin-right: 10px;
    margin-top: 13px;
  }
  header #sim .navIcons .favbag .exch a .label {
    right: -7px;
  }
  header #sim.navbar-fixed-top .mainNav {
    margin-left: 140px;
  }
  header #sim.navbar-fixed-top .navIcons .favbag {
    margin-top: 10px;
  }
  header #sim.navbar-fixed-top .navIcons .favbag a {
    height: 46px;
    width: 53px;
  }
  header #sim.navbar-fixed-top .navIcons .favbag a .label {
    right: 0;
  }
  header #sim.navbar-fixed-top .navIcons .favbag .fav a {
    margin-right: 0px;
  }
  header #sim.navbar-fixed-top .navIcons .favbag .exch a {
    height: 38px;
    width: 48px;
    margin-right: 0px;
    margin-top: 9px;
  }
  header #sim.navbar-fixed-top .navIcons .favbag .exch a .label {
    right: -7px;
  }
  header #sim.navbar-fixed-top .navIcons .favbag .bag a {
    margin-right: 0px;
  }
  header #search .form-inline .search {
    display: block;
  }
  header #submenu {
    top: 157px;
  }
  header #submenu .image {
    display: none;
  }
  #feedback_msg {
    top: 175px;
  }
}
@media screen and (max-width: 991px) {
  #feedback_msg {
    top: 117px;
  }
  #homepage > header,
  .hrc > header,
  .result > header,
  .closet > header {
    z-index: 1030;
  }
  #homepage > header #hhtop .col-sm-8,
  .hrc > header #hhtop .col-sm-8,
  .result > header #hhtop .col-sm-8,
  .closet > header #hhtop .col-sm-8,
  #homepage > header #sim nav.mainNav .menu,
  .hrc > header #sim nav.mainNav .menu,
  .result > header #sim nav.mainNav .menu,
  .closet > header #sim nav.mainNav .menu,
  #homepage > header #sim .favbag .user,
  .hrc > header #sim .favbag .user,
  .result > header #sim .favbag .user,
  .closet > header #sim .favbag .user,
  #homepage > header #search,
  .hrc > header #search,
  .result > header #search,
  .closet > header #search {
    display: none;
  }
  #homepage > header #hhtop .col-sm-4,
  .hrc > header #hhtop .col-sm-4,
  .result > header #hhtop .col-sm-4,
  .closet > header #hhtop .col-sm-4 {
    float: right;
  }
  #homepage > header #sim nav.mainNav,
  .hrc > header #sim nav.mainNav,
  .result > header #sim nav.mainNav,
  .closet > header #sim nav.mainNav {
    margin-top: 0;
  }
  #homepage > header #sim #mobile-menu,
  .hrc > header #sim #mobile-menu,
  .result > header #sim #mobile-menu,
  .closet > header #sim #mobile-menu {
    display: block;
  }
  #homepage > header #sim #mobile-menu.navbar-toggle,
  .hrc > header #sim #mobile-menu.navbar-toggle,
  .result > header #sim #mobile-menu.navbar-toggle,
  .closet > header #sim #mobile-menu.navbar-toggle {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: -10px;
    border: none;
  }
  #homepage > header #sim #mobile-menu.navbar-toggle #navbar-hamb .material-icons,
  .hrc > header #sim #mobile-menu.navbar-toggle #navbar-hamb .material-icons,
  .result > header #sim #mobile-menu.navbar-toggle #navbar-hamb .material-icons,
  .closet > header #sim #mobile-menu.navbar-toggle #navbar-hamb .material-icons {
    font-size: 45px;
  }
  .page-title {
    margin-top: -40px;
    margin-bottom: 40px;
    padding: 60px 0 40px;
  }
  .page-title h1 {
    line-height: 42px;
  }
  .page-title .subtitle {
    display: none;
  }
  .mobileNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
  }
  .mobileNav #navbar-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 45px;
    z-index: 2002;
    cursor: pointer;
  }
  .mobileNav nav {
    margin-top: 100px;
  }
  .mobileNav nav ul {
    width: 100%;
  }
  .mobileNav nav ul li {
    text-align: center;
    padding: 10px 0;
  }
  .mobileNav nav ul li a,
  .mobileNav nav ul li a.active,
  .mobileNav nav ul li a:focus {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
  }
  .mobileNav nav ul li a:hover {
    color: yellowgreen;
  }
  .mobileNav .mobile_search form {
    text-align: center;
  }
  .mobileNav .mobile_search form input {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #homepage > header #sim .logo a,
  .hrc > header #sim .logo a,
  .result > header #sim .logo a,
  .admin > header #sim .logo a,
  .closet > header #sim .logo a {
    margin-top: -6px;
  }
}
@media screen and (max-width: 415px) {
  #dashboard-express {
    width: 320px;
    margin-right: -320px;
  }
  #dashboard-express .bottom > ul {
    display: none;
  }
  #dashboard-express .bottom .socials {
    margin-top: 0;
  }
  #dashboard-express .bottom .socials p {
    margin-bottom: 10px;
  }
  #dashboard-express .bottom .socials ul li a i {
    font-size: 45px;
  }
  #dashboard-express .section .btn-red {
    font-size: 15px;
  }
  #dashboard-express.active {
    right: 320px;
    width: 320px;
  }
  #toast-container > div {
    width: auto;
    padding-left: 70px;
  }
  #homepage > header #sim .logo a,
  .hrc > header #sim .logo a,
  .result > header #sim .logo a,
  .admin > header #sim .logo a,
  .closet > header #sim .logo a {
    width: 110px;
    margin-top: -6px;
  }
  #homepage > header #sim .favbag,
  .hrc > header #sim .favbag,
  .result > header #sim .favbag,
  .admin > header #sim .favbag,
  .closet > header #sim .favbag {
    margin-top: 15px;
  }
  #homepage > header #sim .favbag a,
  .hrc > header #sim .favbag a,
  .result > header #sim .favbag a,
  .admin > header #sim .favbag a,
  .closet > header #sim .favbag a {
    height: 40px;
    width: 40px;
  }
  #homepage > header #sim .favbag .bag a,
  .hrc > header #sim .favbag .bag a,
  .result > header #sim .favbag .bag a,
  .admin > header #sim .favbag .bag a,
  .closet > header #sim .favbag .bag a,
  #homepage > header #sim .favbag .fav a,
  .hrc > header #sim .favbag .fav a,
  .result > header #sim .favbag .fav a,
  .admin > header #sim .favbag .fav a,
  .closet > header #sim .favbag .fav a,
  #homepage > header #sim .favbag .exch a,
  .hrc > header #sim .favbag .exch a,
  .result > header #sim .favbag .exch a,
  .admin > header #sim .favbag .exch a,
  .closet > header #sim .favbag .exch a {
    margin-right: 5px;
  }
  #homepage > header #sim .favbag .exch a,
  .hrc > header #sim .favbag .exch a,
  .result > header #sim .favbag .exch a,
  .admin > header #sim .favbag .exch a,
  .closet > header #sim .favbag .exch a {
    height: 30px;
    width: 38px;
    margin-right: 8px;
    margin-top: 11px;
  }
  #homepage > header #sim .favbag .exch a .label,
  .hrc > header #sim .favbag .exch a .label,
  .result > header #sim .favbag .exch a .label,
  .admin > header #sim .favbag .exch a .label,
  .closet > header #sim .favbag .exch a .label {
    right: -10px;
  }
  #homepage > header #sim #mobile-menu.navbar-toggle,
  .hrc > header #sim #mobile-menu.navbar-toggle,
  .result > header #sim #mobile-menu.navbar-toggle,
  .admin > header #sim #mobile-menu.navbar-toggle,
  .closet > header #sim #mobile-menu.navbar-toggle {
    margin-left: 10px;
    margin-right: -5px;
    margin-top: 10px;
  }
  #homepage > header #sim #mobile-menu.navbar-toggle #navbar-hamb .material-icons,
  .hrc > header #sim #mobile-menu.navbar-toggle #navbar-hamb .material-icons,
  .result > header #sim #mobile-menu.navbar-toggle #navbar-hamb .material-icons,
  .admin > header #sim #mobile-menu.navbar-toggle #navbar-hamb .material-icons,
  .closet > header #sim #mobile-menu.navbar-toggle #navbar-hamb .material-icons {
    margin-right: 0;
    font-size: 30px;
    border: 1px solid #ebebeb;
  }
  .mobileNav nav {
    margin-top: 50px;
  }
}


#checkout .checkout .btn-black {
  width: 100%;
  font-size:16px;
  background-color: #414042;
  color:white;
  border-radius:0px;
  padding:12px;
}
#checkout .checkout .btn-black.active {
  margin-bottom: 10px;
}

#checkout .checkout aside p {
  font-weight: 700;
  margin-bottom: 40px;
}
#checkout .checkout aside p strong {
  font-size: 20px;
}
#checkout .checkout aside p span {
  float: right;
  font-size: 30px;
}
#checkout header {
  height: 100px;
}
#checkout .checkout-steps {
  /* margin-top: -104px;*/
}
#checkout .checkout-steps .steps {
  background-color: #f7f6f6;
  border: 1px solid #ebebeb;
  margin-bottom: 50px;
  margin-top: -30px;
}
#checkout .checkout-steps .steps ul li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  color: #aaaaaa;
  text-align: center;
}
#checkout .checkout-steps .steps ul li div {
  padding: 10px 5px;
}
#checkout .checkout-steps .steps ul li .active {
  background-color: #414042;
  color: #fff;
  position: relative;
}

#checkout .checkout-steps .steps ul li:last-child .active:after {
  display: none;
}
#checkout .checkout .login {
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-bottom: 30px;
}
#checkout .checkout .login strong {
  text-transform: uppercase;
  font-weight:500;
}
#checkout .checkout .login input {
  margin-right: 20px;
  width: auto;
}
#checkout .checkout .login #login-form {
  margin-top: 20px;
}
#checkout .checkout .login #login-form input {
  width: 100%;
}
#checkout .checkout .login #login-form .btn-red {
  width: 100%;
  padding: 10px 20px 8px;
}
#checkout .checkout .signup hr {
  margin-left: 0;
}

#checkout .checkout .infos {
  background-color: #f7f6f6;
  padding: 20px;
  border: 1px solid #ebebeb;
  margin-bottom: 40px;
}
#checkout .checkout .infos h1 {
  font-size: 24px;
  line-height: 20px;
}
#checkout .checkout .infos hr {
  margin-left: 0;
}
#checkout .checkout .infos .name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
#checkout .checkout .infos address {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
}
#checkout .checkout .infos .editAdress {
  margin-left: 15px;
}
#checkout .checkout aside p {
  font-weight: 400;
  margin-bottom: 5px;
  clear: both;
}
#checkout .checkout aside p strong {
  float: right;
}
#checkout .checkout aside .total {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ebebeb;
  text-transform: uppercase;
  font-weight: 700;
}
#checkout .checkout aside .total strong {
  font-size: 30px;
  float: right;
}
#checkout .checkout aside .btn-red.active {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 10px 0;
  border: none;
}
#checkout .checkout aside .btn-red.active:hover {
  border: none !important;
}
#checkout .checkout small {
  font-size: 12px;
}
#checkout .checkout small input {
  width: auto;
}
#checkout .checkout small a {
  text-decoration: underline;
}
#checkout .checkout .bag_store tbody tr td:nth-child(1) {
  width: 0;
  padding-left: 8px;
}
#checkout .checkout .bag_store tbody tr td:nth-child(5) {
  min-width: 40px;
}
.transaction-manager #requests tbody tr:nth-child(4n+3),
.transaction-manager #requests tbody tr:nth-child(4n+4) {
  background-color: #f9f9f9;
}
.transaction-manager #requests tbody tr td {
  vertical-align: middle;
}
.transaction-manager #requests tbody td.same {
  text-indent: -999999px;
  overflow: hidden;
  border-top: none;
}
@media (min-aspect-ratio: 16/9) {
  #introVideo {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #introVideo {
    width: 300%;
    left: -100%;
  }
}
@media screen and (max-width: 1200px) {
  #checkout .checkout .store .summary {
    position: relative;
  }
  #storepage .exchange article .searchb p {
    font-size: 12px;
  }
  #storepage .filterbox .price input {
    width: 100%;
    margin-bottom: 10px;
  }
  #storepage .filterbox .price .btn-red {
    width: 100%;
  }
  #storepage .filterbox .input {
    margin-right: 15px;
  }
  #storepage article.product aside.seller .info .profile-img {
    height: 60px;
    width: 60px;
  }
  #storepage.exchange-request .xsteps-container ul.xsteps li {
    padding: 14px 15px 0 25px;
  }
  #storepage.exchange-request .xsteps-container ul.xsteps li h2 {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  #homepage .intro #vimeo_btn {
    bottom: 45px;
  }
  #homepage .intro #introVideo .player .controls {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  #homepage article.item .image {
    height: 460px;
  }
  #infos .col-sm-9 {
    margin-top: 30px;
  }
  #checkout .checkout-steps .steps ul li {
    font-size: 18px;
  }
  #storepage .filterbox .price input {
    width: 100%;
    margin-bottom: 10px;
  }
  #storepage .filterbox .price .btn-red {
    width: 100%;
  }
  #storepage .filterbox .input {
    margin-right: 15px;
  }
  #storepage.exchange-request .page-title .subtitle {
    display: block;
  }
  #storepage.exchange-request .xsteps-container ul.xsteps li {
    padding: 14px 0px 0 18px;
  }
  #storepage.exchange-request .xsteps-container ul.xsteps li .badge {
    margin-right: 5px;
  }
  #storepage.exchange-request .xsteps-container ul.xsteps li h2 {
    font-size: 16px;
    line-height: 31px;
  }
}
@media screen and (max-width: 767px) {
  #checkout .checkout-steps .steps ul li {
    display: list-item;
  }
  #checkout .checkout-steps .steps ul li .active {
    position: static;
    margin-left: -15px;
    margin-right: -15px;
  }
  #checkout .checkout-steps .steps ul li .active:after {
    display: none;
  }
  #storepage .exchange article .aitem {
    height: 150px;
  }
  #storepage .exchange article .aitem .img {
    height: 105px;
  }
  #storepage .cart .bag_store h3,
  #checkout .checkout .bag_store h3 {
    margin-top: 20px;
  }
  #homepage .intro .video-container {
    background-image: url('../images/intro_bg.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    /* height: 100vh;*/
    width: 100%;
    padding: 0;
    z-index: -100;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  #homepage .intro .video-container iframe {
    display: none !important;
  }
  #homepage .intro .video-container::before {
    background: rgba(0, 0, 0, 0);
  }
  #homepage .intro #vimeo_btn {
    display: none;
  }
  #storepage article.product h1 {
    line-height: 40px;
  }
  #storepage.closet .page-title .profile {
    position: static;
    bottom: 0;
  }
  #storepage.closet .page-title .profile .profile-img {
    float: none;
    margin: 0 auto;
  }
  #storepage.closet .page-title .profile .reviews {
    display: none;
  }
  #storepage.exchange-request .xsteps-container ul.xsteps li {
    width: 100%;
  }
  #infos .how_steps .how_text.r,
  #infos .how_steps .how_text.r2 {
    text-align: left;
  }
  #infos .how_steps .how_text.r .steps_nb,
  #infos .how_steps .how_text.r2 .steps_nb {
    float: none;
  }
  #infos .how_steps .how_text.r h2,
  #infos .how_steps .how_text.r2 h2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 415px) {

  #checkout .checkout .bag_store thead tr th:nth-child(3),
  #checkout .checkout .bag_store tbody tr td:nth-child(3),
  #checkout .checkout .bag_store tfoot tr th:nth-child(3) {
    display: none;
  }

}

.product-details {
  background: #f7f6f6;
    padding: 20px;
}

footer { font-size:16px;}

.logo img {
    height: 50px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin-top: 10px;
    margin-bottom: 10px;
}


.controls input {
  background-color:#f7f7f7;
  border-top: 0px !important;
  border-right: 0px !important;
  border-left: 0px !important;
}

.controls textarea {

  -webkit-box-shadow :none;
  box-shadow:none;
}

.alert {
  border-radius: 0;
}
.alert .row {
  width: 100%;
  margin: 0;
  display: table;
}

.alert .icon {
  padding: 0;
  text-align: center;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.alert .icon i {
  font-size: 36px;
  margin-right: 0;
}
.alert .text {
  display: table-cell;
  float: none;
  vertical-align: top;
  padding: 20px 40px 20px 20px;
  position: relative;
  font-size: 20px;
}
/*
.alert-warning {
  border-color: #f89406;
} */
.alert-warning .icon {
  background-color: rgba(248, 148, 6, 0.1);
  border-right: 2px solid #f89406;
}
.alert-warning .icon i {
  color: #f89406;
}
.alert-warning .text .close {
  color: #f89406;
}
.alert-success {
  border-color: #51a351;
}
.alert-success .icon {
  background-color: rgba(81, 163, 81, 0.1);
  border-right: 2px solid #51a351;
}
.alert-success .icon i {
  color: #51a351;
}
.alert-success .text .close {
  color: #51a351;
}
.alert-error {
  border-color: #b1191e;
  background-color: white;
}
.alert-error .icon {
  background-color: rgba(177, 25, 30, 0.1);
  border-right: 2px solid #b1191e;
}
.alert-error .icon i {
  color: #b1191e;
}
.alert-error .text .close {
  color: #b1191e;
}

table img {
  width:80px;
}



.linethrough
{
  color:red;text-decoration:line-through;
}
.price
{
  color:gray;
}
.newprice
{
  font-weight:500;
  color:black;
}

.tab-content>.tab-pane {
    padding: 20px;
    border: .5px solid lightgray;
    border-top: 0px;
    margin-bottom: 20px; 
  }

#favmenu  .label {
    color: black !important;
}




/* - ALL THEME - */
article.item { padding:10px; margin:10px; border:0.5px solid lightgray; background: white; width:278px}


.link-button-wrapper { margin-left: auto; margin-right: auto; width: 100%; height: 225px; background-color: #fff; display: block; border:1px solid #dedede; margin-bottom: 15px; margin-top: 15px; }
.link-button-wrapper:hover { box-shadow: 0px 2px 4px #cfcfcf; }
.link-button-wrapper > a { display: inline-table; cursor: pointer; text-decoration: none; height: 100%; width:100%; }
.link-button-wrapper > a > img { margin-top: 50px; }
.link-button-wrapper > a > img.phone { margin-top: 35px; }
.link-button-wrapper > a > img.chat { margin-top: 40px; }
.link-button-wrapper > a > h4 { font-family: raleway; font-size: 21px; font-weight: 400; color: #464646;  padding; 0; letter-spacing: 1px; margin: 0; margin-top: 20px; }
.link-button-wrapper > a > p { font-family: raleway; font-size: 13px; font-weight: 300; color: #464646;  padding; 0; letter-spacing: 1px; margin:0; }
.logopurchase 
{
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
  }