*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #555555;
}

:-ms-input-placeholder {
  color: #555555;
}

::-ms-input-placeholder {
  color: #555555;
}

::placeholder {
  color: #555555;
}

:-ms-input-placeholder {
  color: #555555;
}

::-ms-input-placeholder {
  color: #555555;
}

html, body {
    margin: 0;
    height: 100%;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 500;
}

html {
  font-size: 10px;
}

.font-0 {
  font-size: 0 !important;
}

input,
select {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
}

input:focus,
select:focus {
  outline: none;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  color: #555555;
  line-height: 1.3;
  font-weight: 400;
  overflow-x: hidden;
}

body.overflow-h {
  overflow: hidden;
}

.sidenav {
  width: 220px;
  position: fixed;
  top: 0;
  left: -220px;
  height: 100vh;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  background: #e7e7e7;
  color: #000000;
}

.sidenav.menuopen {
  left: 0;
}

.sidenav h4 {
  font-size: 1.6rem;
  padding: 10px;
  border-top: 1px solid #e7e7e7;
}

.sidenav .closenav {
  font-size: 2rem;
  color: #555555;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 26px;
  text-align: center;
}

.sidenav .nav-list {
  margin: 0;
  border-radius: 0;
}

.sidenav .nav-list h3 {
  padding: 1rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #6b6b6b;
}

.sidenav .nav-list li a {
  display: block;
  padding: 11px 65px 11px 15px;
  position: relative;
  color: #000000;
  font-size: 1.5rem;
}

.sidenav .nav-list li a i {
  margin-right: 0.5rem;
  width: 1.5rem;
  text-align: center;
}

.sidenav .nav-list li:hover, .sidenav .nav-list li.active {
  color: #ffffff;
  background: #6b6b6b;
}

.sidenav .nav-list li:hover a, .sidenav .nav-list li.active a {
  color: #ffffff;
}

main {
  width: 100%;
  position: relative;
  top: 0;
  left: 0px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 68px;
}

main.menuopen {
  left: 220px;
}

.modal-login {
  max-width: 400px;
}

@media screen and (max-width: 480px) {
  .modal-login {
    max-width: 80%;
    margin-left: 10%;
  }
}

.modal-login input {
  padding: 10px;
  font-size: 1.4rem;
}

#viewContainer {
  min-height: 100vh;
}

header {
  padding: 5px;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

header.menuopen {
  left: 220px;
}

header a {
  font-size: 3rem;
  color: #ffffff;
  line-height: 1;
  margin-top: 15px;
  display: inline-block;
}

header a:hover {
  color: #ffffff;
}

header a.logo {
  margin: 0;
}

header h1 {
  font-size: 3.6rem;
  display: inline-block;
  letter-spacing: 7px;
}

header h1 span {
  font-size: 12px;
  letter-spacing: 0px;
  display: block;
}

.banner-adds {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
  cursor: pointer;
  font-size: 1.2rem;
  margin-bottom: 5rem;
  padding: 13px 16px;
}

.listview img {
  max-width: 210px;
}

@media screen and (max-width: 1199px) {
  .listview img {
    max-width: 100%;
  }
}

.listview a {
  color: #555555;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .listview a {
    font-size: 1.3rem;
  }
}

.listview a.p-title {
  color: #000000;
}

.listview p {
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .listview p {
    font-size: 1.2rem;
  }
}

.listview .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listview .row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.listview .row .alignitemtop {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.searchpopup {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 11;
}

.searchpopup.open {
  top: 0;
}

.searchpopup h2 {
  background: #000000;
  line-height: 68px;
  position: relative;
  font-size: 2.4rem;
  color: #ffffff;
  margin: 0;
}

.searchpopup h2 a {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
  color: #ffffff;
}

.productlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-bottom: 2rem;
}

.productlist .p-image {
  width: 210px;
}

@media screen and (max-width: 480px) {
  .productlist .p-image {
    width: 70px;
  }
}

.productlist .p-title {
  padding: 0 10px;
  position: relative;
  width: calc(100% - 260px);
}

@media screen and (max-width: 480px) {
  .productlist .p-title {
    width: calc(100% - 150px);
  }
}

.productlist .p-title strong {
  font-weight: 600;
}

.productlist .p-title .tags {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0 10px;
}

.productlist .p-title .tags a {
  font-size: 1.3rem;
  color: #000000;
  display: inline-block;
  margin: 0 5px 5px 0;
}

.productlist .p-price {
  width: 80px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .productlist .p-price {
    width: 60px;
  }
}

.productlist .p-price .offered {
  display: inline-block;
  padding: 5px 10px;
  background: #5bc0de;
  font-size: 1.3rem;
  margin-bottom: 5px;
  color: #ffffff;
  border-radius: 5px;
}

.productlist .p-arrow {
  width: 30px;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/*======================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-thumb {
  display: block;
  width: 125px;
  margin-top: -27px;
  float: left;
}

@media (max-width: 991px) {
  .slider-thumb {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .slider-thumb {
    width: 100%;
    float: none;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .slider-thumb .slick-slide {
    padding: 0.5rem;
  }
}

.slider-content {
  display: inline-block;
  width: calc(100% - 150px);
  margin-left: 20px;
  vertical-align: top;
}

.slider-content img {
  width: 100%;
}

@media (max-width: 991px) {
  .slider-content {
    width: calc(100% - 180px);
    margin-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .slider-content {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0rem;
  }
}

.slick-slider button {
  width: 100%;
  background: none;
  padding: 3px 0;
  cursor: pointer;
  border: none;
}

@media (max-width: 767px) {
  .slick-slider button {
    position: absolute;
    padding: 3px 4px 4px 4px;
    width: 25px;
    z-index: 9;
    border-radius: 50%;
    background: #ffffff;
    top: 50%;
    left: 5px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  .slick-slider button.slick-next {
    right: 5px;
    left: auto;
  }
}

.slider-thumb .slick-current img {
  border: 1px solid #ededed;
}

@media (max-width: 767px) {
  .slidermobile {
    padding: 0 30px;
    margin-bottom: 2rem;
  }
}

.product-des h3 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.product-des .price {
  font-size: 2.4rem;
}

.product-des .price span {
  font-size: 1.8rem;
}

.product-des .price small {
  font-size: 1.4rem;
  color: #5bc0de;
  float: right;
  margin-top: 1rem;
}

.product-des .borderd {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ededed;
}

.product-des ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 2rem;
}

.product-des ul li {
  margin-bottom: 0.8rem;
}

.product-des .input-group input {
  border: none;
  padding: 0;
  background: none;
  font-size: 1.6rem;
  font-weight: 300;
  border-bottom: 1px solid #ededed;
}

.product-des .input-group .input-group-text {
  border: none;
  padding: 0;
  background: none;
}

.product-des .input-group .input-group-text a {
  margin: 0;
  background: #ededed;
  color: #555555;
  padding: 1rem 3rem;
  margin-right: 10rem;
}

@media (max-width: 767px) {
  .product-des .input-group .input-group-text a {
    margin-right: 0rem;
  }
}

.product-des .input-group .input-group-text a:hover {
  color: #555555;
}

.openmenu svg {
  fill: #ffffff;
  width: 25px;
  height: 25px;
}

.openmenu svg.closemenu {
  width: 18px;
}

.opensearch {
  margin-left: 1.5rem;
}

.opensearch svg {
  fill: #ffffff;
  width: 25px;
  height: 25px;
}

.my-cart svg {
  fill: #ffffff;
  width: 25px;
  height: 25px;
}

.default-btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: #6495ed;
  padding: 10px 30px;
  display: inline-block;
  color: #ffffff;
  margin-right: 10px;
  border: none;
}

.successGreen{
  background: #3CB371 !important;
  pointer-events: none;
  cursor: default;
}

.default-btn:hover, .default-btn:focus {
  color: #ffffff;
}

.wishlist {
  color: #000000;
}

.wishlist:hover {
  color: #000000;
}

.qty {
  line-height: 30px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .qty {
    font-size: 1.3rem;
    display: inline-block;
    width: 110px;
  }
}

.qty.d-block {
  display: block;
  width: 100%;
}

.qty span {
  width: 50px;
  margin-left: 2rem;
}

.qty span input {
  width: 50px;
  line-height: 3rem;
  border-radius: 0.5rem;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  text-align: center;
  border: 1px solid #ededed;
  background: #fff !important;
}

.product-specification {
  background: #ffffff;
  padding: 4rem 0;
}

.product-specification h3 {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .product-specification h3 {
    margin-top: 2rem;
  }
}

.product-specification p {
  margin-bottom: 1rem;
}

.product-specification p span {
  width: 12rem;
  display: inline-block;
}

h2 {
  font-size: 1.8rem;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

.full-specification {
  padding: 1.5rem;
  border: 1px solid #DBA9A4;
}

.full-specification p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.full-specification h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.full-specification table {
  width: 100%;
  border: none;
}

.full-specification table tr td {
  padding: 0.3rem;
}

.related {
  text-align: center;
  margin-bottom: 5rem;
}

.related img {
  width: 100%;
}

.related a {
  color: #555555;
}

.related a h3 {
  margin: 1rem 0;
  font-size: 1.4rem;
}

.related a p {
  font-size: 2rem;
}

.related a p i {
  font-size: 1.8rem;
}

.related .owl-carousel .owl-nav button.owl-next, .related .owl-carousel .owl-nav button.owl-prev {
  padding: 0.5rem 1rem !important;
  display: inline-block;
  text-align: center;
  border: 1px solid #6b6b6b !important;
  margin: 0 0.5rem;
  font-size: 2rem;
  color: #6b6b6b;
}

.related .owl-carousel .owl-nav button.owl-next:hover, .related .owl-carousel .owl-nav button.owl-prev:hover {
  border: 1px solid #DBA9A4 !important;
}

.related .owl-carousel .owl-stage-outer {
  margin-bottom: 2rem;
}

footer {
  background: #000000;
  color: #ffffff;
  padding: 2rem 0;
  margin-top: 3rem;
  font-weight: 300;
}

footer a {
  color: #ffffff;
  font-size: 1.4rem;
  display: inline-block;
  margin: 1rem 0.7rem 0;
}

@media (max-width: 767px) {
  footer a {
    font-size: 1.2rem;
  }
}

footer a:hover {
  color: #ffffff;
}

footer a.social {
  margin: 0 0.5rem 1rem;
  padding: 7px 10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  footer a.social {
    margin: 1.5rem 0.5rem 1rem;
  }
}

footer .copy {
  margin-top: 1rem;
  text-align: right;
}

@media (max-width: 767px) {
  footer .copy {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  footer .mobcenter {
    text-align: center;
  }
}

.sizelavel {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  height: 3rem;
  width: 3rem;
  top: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sizelavel .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-left: 0;
  text-align: center;
  font-size: 1.6rem;
  color: #000000;
  border: 1px solid #e7e7e7;
}

.sizelavel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.sizelavel input:checked ~ .checkmark {
  border-color: #DBA9A4;
}

.yourcart {
  border: 1px solid #ededed;
  padding: 3rem;
}

@media (max-width: 767px) {
  .yourcart {
    padding: 0;
    border: none;
  }
}

.yourcart h3 {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1rem 0 2rem;
  border-bottom: 1px solid #ededed;
  color: #555555;
}

@media (max-width: 767px) {
  .yourcart h3 {
    font-size: 1.8rem;
  }
}

.yourcart h3 span {
  float: right;
  color: #5bc0de;
  font-weight: 600;
}

.yourcart ul li {
  margin-top: 2rem;
  border-bottom: 1px solid #ededed;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .yourcart ul li {
    padding-bottom: 0rem;
  }
}

.yourcart ul li figure {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}

@media (max-width: 767px) {
  .yourcart ul li figure {
    width: 50px;
    text-align: center;
  }
}

.yourcart ul li figure img {
  width: 100%;
}

@media (max-width: 767px) {
  .yourcart ul li figure img {
    max-width: 150px;
  }
}

.yourcart ul li .item-price {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  text-align: right;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .yourcart ul li .item-price {
    width: 50px;
    font-size: 1.4rem;
  }
}

.yourcart ul li .item-price span {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .yourcart ul li .item-price span {
    font-size: 1.2rem;
  }
}

.yourcart ul li .item-detail {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 300px);
  margin: 0 20px;
}

@media (max-width: 767px) {
  .yourcart ul li .item-detail {
    width: calc(100% - 110px);
    margin: 0px;
  }
}

.yourcart ul li .item-detail h4 {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .yourcart ul li .item-detail h4 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}

.yourcart ul li .item-detail h4 a {
  color: #555555;
}

.yourcart ul li .item-detail h4 a:hover {
  color: #555555;
}

.yourcart ul li .item-detail .delete {
  font-size: 2rem;
  margin-top: 3rem;
  color: #555555;
  display: inline-block;
}

.yourcart ul li .item-detail .delete:hover {
  color: #555555;
}

@media (max-width: 767px) {
  .yourcart ul li .item-detail .delete {
    margin-top: 0rem;
  }
}

.yourcart ul li:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.yourcart.shipping {
  padding: 0;
  border: none;
  margin-bottom: 3rem;
}

.yourcart.shipping h3 {
  border: none;
  margin: 0;
}

.yourcart.shipping ul li .item-detail {
  width: calc(100% - 230px);
}

@media (max-width: 767px) {
  .yourcart.shipping ul li .item-detail {
    width: calc(100% - 140px);
  }
}

.yourcart.shipping ul li .item-detail h4 {
  margin-bottom: 0px;
}

.yourcart.shipping ul li .item-detail a.delete {
  margin-top: 1rem;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.yourcart.shipping ul li figure {
  width: 80px;
}

.cart-summery {
  padding: 3rem;
  background: #ffffff;
}

@media (max-width: 767px) {
  .cart-summery {
    margin-top: 2rem;
    padding: 1.5rem;
  }
}

.cart-summery label {
  width: 100%;
}

.cart-summery .input-group .form-control {
  border: none;
  border-bottom: 1px solid #ededed;
}

.cart-summery .input-group .form-control:focus {
  border-bottom: 1px solid #ededed;
}

.cart-summery .input-group .input-group-text {
  border: none;
  margin-left: 2rem;
  padding: 1rem 3rem;
  border-radius: 3rem;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .cart-summery .input-group .input-group-text {
    padding: 0.5rem 1.5rem;
  }
}

.cart-summery h3 {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid #ededed;
  font-weight: 500;
}

.cart-summery table {
  width: 100%;
  margin-top: 1rem;
}

.cart-summery table tr td {
  padding: 1.5rem 0;
}

.cart-summery table tr td:last-child {
  text-align: right;
}

.cart-summery table tr td .free {
  color: #000000;
}

.cart-summery.shipping {
  background: none;
  padding: 0px;
  border-top: 1px solid #ededed;
  margin-top: 1rem;
}

.shipping label {
  display: block;
  font-size: 1.4rem;
  color: #000000;
}

.shipping input, .shipping select {
  padding: 1rem;
  font-size: 1.3rem;
  border: 1px solid #e7e7e7;
  width: 100%;
  margin-bottom: 2rem;
}

.w-100 {
  width: 100%;
}

.thankyou {
  padding: 17vh 0;
  min-height: calc(100vh - 181px);
}

@media (max-width: 767px) {
  .thankyou {
    padding: 15vh 0;
  }
}

.add-item label {
  line-height: 4rem;
}

.add-item label.filebutton {
  display: inline-block;
  padding: 1rem 2rem;
  overflow: hidden;
  position: relative;
  background: #e7e7e7;
  line-height: 1;
  cursor: pointer;
}

.add-item label.filebutton span input {
  z-index: 999;
  line-height: 0;
  font-size: 50px;
  position: absolute;
  top: -2px;
  left: -700px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  cursor: pointer;
  _cursor: hand;
  margin: 0;
  padding: 0;
}

.add-item input, .add-item select, .add-item textarea {
  width: 100%;
  padding: 1rem;
  font-size: 1.4rem;
  border: 1px solid #e7e7e7;
}

.add-item textarea {
  max-height: 15rem;
}

.modal-header .close {
  padding: 0 10px;
  font-size: 4rem;
  line-height: 1;
}

.loadmore {
  padding: 1rem 0;
  text-align: center;
}

.loadmore a {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 1rem 3rem;
}

.loginsep {
  border-bottom: 1px solid #e7e7e7;
  height: 2rem;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}

.loginsep span {
  position: relative;
  z-index: 1;
  top: 10px;
  width: 3rem;
  background: #ffffff;
  display: inline-block;
}

.social-login .social-btn {
  color: #ffffff;
  font-size: 1.4rem;
  cursor: pointer;
}

.social-login .social-btn i {
  margin-right: 0.5rem;
}

.social-login .social-btn.facebook-btn {
  background: #3B5998;
}

.social-login .social-btn.google-btn {
  background: #dd4b39;
}

.modal-content {
  background: #ffffff !important;
}

.filterby {
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  height: calc(100vh - 70px);
  overflow: hidden;
  overflow-y: scroll;
}

.filterby h3 {
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.6rem;
  padding: 0.5rem 0;
}

.filterby .checklabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filterby .checklabel .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.filterby .checklabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filterby .checklabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filterby .checklabel input:checked ~ .checkmark {
  background-color: #2196F3;
}

.filterby .checklabel input:checked ~ .checkmark:after {
  display: block;
}
/*# sourceMappingURL=main.css.map */

.myPostButton {
  box-shadow:inset 0px 0px 0px 0px #caefab;
  background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
  background-color:#77d42a;
  border-radius:14px;
  border:1px solid #268a16;
  display:inline-block;
  cursor:pointer;
  color:#306108;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:13px 55px;
  text-decoration:none;
  text-shadow:0px 1px 0px #aade7c;
}
.myPostButton:hover {
  background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
  background-color:#5cb811;
}
.myPostButton:active {
  position:relative;
  top:1px;
}

.image_load_div {
  position:relative;
  overflow:hidden;
  cursor: pointer;
  background-image:url('../../Ximage/noImage.jpg');
  background-repeat:no-repeat !important;
  background-size:100% 100%;
  width: 500px;
  height: 500px;
  margin: 0 auto;
}

.notify { 
  background-color: #232323;
  color: #EFEFEF;
  height: auto !important;
  left: 0;
  opacity: .95;
  padding: 20px 20px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}

.notify-info {
  color: #FFFFFF;
  background-color: #5BC0DE;
}

.notify-success {
  color: #FFFFFF;
  background-color: #5CB85C;
}

.notify-error {
  color: #FFFFFF;
  background-color: #D9534F;
}

.notify-warning {
  color: #FFFFFF;
  background-color: #F0AD4E;
}

.notify .message { 
  display: block;
  margin-top: 5px;
  padding-right: 25px;
}

.notify > a { 
  float: right; 
  font-size: 20px;
  color: #EFEFEF; 
} 

.sliding {
  -webkit-transition: -webkit-transform .4s;
     -moz-transition:    -moz-transform .4s;
      transition:         transform .4s;
  
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      
  height: 100%;
}
.sliding-left {
  -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
}
.sliding-right {
  -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
}

.sliding-up {
  -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
}
.sliding-down {
  -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
}

.cartBadge{
  position: absolute;
  font-size: .7em; 
  background: green;
  color: white; 
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333;
}

.cartBadgeNinja{
  display: none;
  visibility: hidden;
}