html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  max-width: 100%;
  overflow-y: hidden !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  50% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
}

.nav {
  /* padding:  16px 0; */
  font-size: 18px;
  font-weight: 300;
  color: #eee;
}

a {
  color: rgba(0, 0, 0, 0.4);
  fill: rgba(0, 0, 0, 0.54);
}
a.disabled {
  color: rgba(0, 0, 0, 0.17) !important;
  fill: rgba(0, 0, 0, 0.17);
}

a:hover,
a:focus,
a:active {
  color: #333;
  text-decoration: none;
}
.nav-item a {
  color: #333;
}
p.emphasize {
  margin-bottom: 0;
}

.emphasize {
  font-family: "PT Serif", serif;
  font-weight: 900;
  font-size: 56px;
  text-transform: capitalize;
  color: #0b0b0b;
}
.navbar-default {
  border-color: transparent;
}
.header {
  font-size: 36px;
  opacity: 1;
  max-width: 100vw;
  /* animation-name: titleAnimation; */
  /* animation-timing-function: ease; */
  /* animation-duration: 3s; */
}
.cart svg {
  width: 40px;
  height: 28px;
}
.likes svg {
  height: 28px;
}

li.nav-item {
  margin: 0px;
}

.nav-item path,
.nav-item a {
  fill: #333;
}
.search svg {
  height: 28px;
}
.user svg {
  height: 27px;
}
.logo-top img {
  position: fixed;
  margin: 32px;
  height: 48px;
}

#banner {
  max-width: 100vw;
  border-bottom: 2px #333 solid;
  padding-top: 82px;
  background-color: #d5d4e4;
  text-align: center;
}

#banner .inner {
  padding: 0 64px;
  z-index: 998;
  text-align: left;
  height: 640px;
  background-image: url(../images/bgd.jpeg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
  margin-top: -16px;
  margin-bottom: 0;
}
.header button {
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.53);
  border-radius: 4px;
  background: #333;
  color: #fff;
  border: none;
  margin-top: 8px;
  font-size: 32px;
  padding: 4px 12px;
  width: max-content;
  font-family: "Open Sans", sans-serif !important;
}

.header-content {
  background: #ffffff75;
  font-family: "Julius Sans One", sans-serif;
  margin-top: 144px;
  padding: 8px;
}
.menu-items {
  background: #fffffff7;
  margin-top: 25px;
  border-radius: 8px;
  padding: 2px 20px;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  height: 64px;
}
.navbar-default {
  background-color: transparent;
}
.nav-shadow {
  box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
}
.nav-shadow {
  box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
}
.nav-start .menu-items {
  border-radius: 0 !important;
  margin-top: 0 !important;
  box-shadow: none;
}

.nav-start img {
  margin-top: 5px;
}

.nav-start {
  background: #fff;
}
h2 {
  font-size: 40px;
}

div#featured {
  padding: 48px 0;
}

select {
  display: block;
  padding: 4px 8px;
  font-size: 20px;
  color: #fff;
  border: none;
  background: #333434;
  margin-top: 16px;
}
.product-item img {
  display: inline;
  width: 100%;
}
.product-item img:hover {
  transform: scale(1.1);
  transition: transform 0.9s ease;
}
.product-item {
  overflow: hidden;
  height: 448px;
  margin-bottom: 16px;
}

.products {
  margin-top: 64px;
}
.card-tag {
  /* position: absolute; */
  margin-bottom: 40px;
  padding: 0 !important;
  margin-top: -16px;
}

.product-like img {
  height: 24px;
}

.card-tag .product-name {
  font-weight: 100;
  color: #8a8888;
  padding: 0;
}
.price {
  margin-top: 36px;
  font-size: 16px;
  font-weight: 900;
}
button {
  color: #fff;
  min-width: max-content;
  background: #333;
  padding: 8px 32px;
  border: #333 solid 1px;
}
.search-area.on {
  display: block;
}
.search-area {
  text-align: center;
  background: #ffffffee;
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100vw;
  height: 100vh;
}
#search-box {
  margin-top: calc(50vh - 20px);
  width: 80%;
  max-width: 600px;
  font-size: 36px;
  padding: 4px;
  border: none;
  background: no-repeat;
  border-bottom: 1px solid #333;
}
a.search-cancel img {
  height: 36px;
  position: absolute;
  right: 32px;
  top: 32px;
}
.text-center.load-more {
  width: 100%;
  display: inline-block;
  margin-bottom: 72px;
}
footer .payments img {
  height: 54px;
  margin-top: -10px;
}
h5,
.social {
  margin-top: 36px;
  color: #fff;
}
footer {
  margin-top: 36px;
  background: #333;
  color: #c1c1c1;
  padding-bottom: 36px;
}

footer a {
  color: #c2c2c1;
}

footer li {
  list-style-type: none;
}
footer .payments {
  margin-top: 72px;
  font-size: 64px;
}
h5,
.social a {
  margin-top: 36px;
  color: #fff;
  font-size: 18px;
}

.social a {
  font-size: 24px;
  margin: 0 24px;
}
.logo-footer img {
  height: 48px;
  margin-top: 32px;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.liked-icon {
  display: none;
}

.liked .not-liked-icon {
  display: none;
}

.liked .liked-icon {
  display: block;
}

.like .fa {
  display: block;
}

.processing img {
  display: none !important;
}

.like .fa-spin {
  display: none !important;
}

.processing .fa-spin {
  font-size: 16px;
  display: inline-block !important;
}
.processing,
.processing:hover,
.processing:focus,
.processing:active {
  color: rgb(193, 192, 192);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}
.fab {
  position: fixed;
  width: 56px;
  height: 56px;
  padding: 12px;
  display: none;
  background: #212121;
  border-radius: 28px;
  bottom: 16px;
  right: 16px;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.53);
  z-index: 2000;
}
h1.product-name {
  margin-top: 0;
  font-weight: 100 !important;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
  border: none !important;
  background: #fff !important;
  display: none;
}
.navbar-toggle .icon-bar {
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 2px;
}
.notification {
  display: none;
  background: #ef4731;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 4px;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.dummy .product-item {
  background: linear-gradient(-45deg, #eee, #e8e8e8, #ccc, #fff);
  background-size: 400% 400%;
  -webkit-animation: Gradient 1s ease infinite;
  -moz-animation: Gradient 1s ease infinite;
  animation: Gradient 1s ease infinite;
}

.dummy .card-tag {
  height: 21px;
  width: 80%;
  background: linear-gradient(-45deg, #eee, #e8e8e8, #ccc, #fff);
  background-size: 400% 400%;
  -webkit-animation: Gradient 1s ease infinite;
  -moz-animation: Gradient 1s ease infinite;
  animation: Gradient 1s ease infinite;
}
.product-name {
  text-transform: capitalize;
}
.product-main img {
  width: 100%;
}

div#product {
  margin-top: 108px;
  margin-bottom: 72px;
}
p.description {
  margin: 32px 0 48px 0;
  color: #666;
}
.product-details select,
.product-details input {
  font-size: 24px;
  width: 100%;
  margin-top: 0;
  color: #333;
  background: #fff;
  border: 1px solid #e2dddd;
  padding: 4px 16px;
  margin-bottom: 16px;
}
label {
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  padding: 4px;
}
.details-form {
  color: #868585;
}
.form-group {
  display: flex;
}
.explainer {
  display: none;
  height: 100vh;
  width: 100vw;
  position: absolute;
  background: #35343487;
  z-index: 1008;
}

li.nav-item.cart {
  position: absolute;
  background: #fff;
  z-index: 2001;
}

.tip-body {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: inline-block;
  padding: 14px 14px;
  margin-bottom: 12px;
  border-radius: 4px;
  color: #333;
  width: 250px;
  margin-left: -60px;
}

.tip {
  top: 48px;
  position: absolute;
  z-index: 2001;
  display: none;
}

.tip-arrow {
  left: 26px;
  bottom: -25px;
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff73;
  top: 6px;
}
.tip .exit button {
  margin-top: 8px;
  font-size: 14px;
  padding: 4px 16px;
  color: #fff;
  background: #333;
}
.fab .tip {
  top: -135px;
  left: -133px;
}

.fab .tip-arrow {
  border-top: 8px solid #ffffff73;
  border-bottom: 0;
  left: 153px;
  top: 118px;
}
.slider-btns {
  width: 100%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.slider-btns button {
  color: #fff;
  background: #333333ab;
  border: none;
  position: absolute;
  padding: 8px 16px;
}

.slider-btns button:nth-child(2) {
  right: 30px;
}
.cart .notification {
  right: 16px;
}

.snackBar {
  display: none;
  width: max-content;
  background: #333;
  color: #fff;
  padding: 8px 24px;
  text-align: center;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.53);
  border-radius: 4px;
}

.snack-wrapper {
  z-index: 3000;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 256px;
  width: 100%;
  font-size: 16px;
}

@media only screen and (max-width: 425px) {
  #product .col-xs-2.product-like {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 350px) {
  #product .col-xs-2.product-like {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .product-details {
    padding: 32px;
  }
  .thumbnail {
    width: 16%;
    margin: 2px 4px;
    display: inline-block;
  }
  h1.product-name {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .cart .notification {
    right: 0px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
  }
  .header-content {
    text-shadow: #fff 0 0 4px;
  }
  .menu-items {
    background: none;
    margin-top: 0;
    border-radius: 0px;
    padding: 0;
    box-shadow: none;
  }
  .navbar-default .navbar-toggle {
    margin-top: -2px;
    margin-left: 16px;
  }
  .nav-item {
    display: none !important;
  }
  .search,
  .likes {
    top: -10px;
    display: inline-block !important;
  }
  .hamburger {
    display: inline-block !important;
    padding-top: 3px;
  }
  li.nav-item.search {
    top: -10px;
    left: 0 !important;
  }
  .menu-items {
    background: none !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
    padding: 0;
  }
  .header button {
    font-size: 24px;
  }
  h2,
  .filter {
    padding: 0 16px;
  }
  .logo-top img {
    position: fixed;
    margin: 8px 16px;
    height: 40px;
  }
  .navbar-default {
    height: 56px !important;
    background: #fff;
    box-shadow: 5px 5px 25px 0 rgba(198, 201, 204, 0.4);
  }
  .header {
    font-size: 32px;
  }
  .emphasize {
    font-size: 48px;
  }
  .navbar-default .navbar-nav > li > a {
    margin-top: -6px;
  }
  .fab {
    display: inline-block;
  }
  .product-item {
    margin-bottom: 54px;
  }
  .nav-narrow a.nav-link.nav-iconed {
    top: 12px;
  }
}

div#bag {
  margin-top: 144px;
  min-height: calc(100vh - 200px);
}

.bag-items {
  border-left: 1px solid #bdc1c4;
  /* min-height:  80vh; */
}
.btn-bagger .fa-spin,
#btn-pay .fa-spin,
#address-btn .fa-spin {
  display: none;
}
.bag-item-name.product-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.bag-item .qty {
  margin-top: 0;
}
.bag-items label {
  margin-left: 0 !important;
  text-align: left !important;
  padding: 0;
  font-size: 15px;
  font-weight: 200;
  margin-top: 6px;
}

.bag-items input {
  padding: 4px 8px;
}
.bag-items .thumbnail img {
  max-height: 156px;
}

.bag-items .thumbnail {
  border: none;
}
.bag-item-btns {
  display: flex;
  margin-top: 24px;
}

.bag-items button {
  padding: 4px;
  width: 108px;
  color: #fff;
  background: #333;
}

button.bag-update {
  display: none;
  margin-left: 8px;
}

.bag-items .price {
  margin-top: 0;
  color: #6f6f6f;
}
.bag-item {
  display: flex;
}
.bag-remove .fa.fa-minus {
  margin-left: 4px;
}
.checkout .amount p {
  font-size: 18px;
  font-weight: 200;
}

.checkout .amount {
  font-weight: 700;
  font-size: 20px;
}

p.no-items {
  font-size: 20px;
}
.forms {
  padding: 16px;
  margin-top: 80px;
  min-height: calc(100vh - 144px);
}

.forms input,
.forms textarea,
.forms select,
.forms textarea {
  padding: 4px 8px;
  font-size: 20px;
  margin-bottom: 20px;
  width: 50%;
  background: #fff;
  border: solid #aaa 1px;
  color: #333;
}
.forms label {
  margin-top: 16px;
  font-size: 16px;
  padding: 0;
}
.errors {
  background: #eee;
  padding: 10px;
  border-left: 4px solid #c30202;
  border-radius: 4px;
  width: max-content;
  margin-bottom: 32px;
}
.errors p {
  margin: 2px;
}
.errors:empty {
  display: none;
}
.container .checkout {
  margin-bottom: 32px;
}
.mandatory {
  color: #ef4731;
}
#payment {
  margin-top: 144px;
  min-height: calc(100vh - 196px);
}
button#btn-pay {
  display: block;
  margin-top: 32px;
}
.loader {
  background: #ffffffc4;
  top: 0;
  position: absolute;
  height: 100vh;
  z-index: 1000;
}
.load-spinner {
  display: inline-block;
  width: 100vw;
  margin-top: calc(50vh - 12px);
}
.notification.on {
  display: block;
}
.bag-item a {
  display: contents;
}
.confirm {
  background: #eee;
  padding: 6px 16px;
  display: inline-flex;
  margin-top: 16px;
}
.confirm svg {
  height: 30px;
  margin-right: 8px;
}

span.confirm-text {
  font-size: 18px;
  margin-top: 2px;
}
#checkmark {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
  stroke-dasharray: 400;
}

#checkmark {
  animation: checkmark-stroke 3s ease-in;
  animation-delay: 0s;
  /* stroke-linejoin: round; */
  opacity: 0;
  /* animation-iteration-count: 1; */
  animation-fill-mode: forwards;
}

@keyframes checkmark-stroke {
  0% {
    stroke-dashoffset: 400;
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.confirm:empty {
  display: none;
}

@media only screen and (max-width: 320px) {
  .card-tag {
    margin-top: -72px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 426px) {
  .snack-wrapper {
    bottom: 16px;
  }
  .forms input,
  .forms button,
  .forms textarea,
  .forms select {
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .liked-item h3 {
    margin-top: 0;
    font-size: 16px;
  }
  .card-tag {
    margin-top: -40px;
  }
  .form-group button {
    margin-left: -48px;
  }
}
@media only screen and (max-width: 350px) {
  .card-tag {
    margin-top: -80px;
  }
}

#payment h3 {
  margin-top: 64px;
}
table.table.table-striped {
  margin-bottom: 64px;
}
.liked-items.row {
  margin-top: 100px;
  min-height: calc(100vh - 200px);
}

.liked-item .thumbnail {
  padding: 0;
  border: none;
  text-align: -webkit-center;
}

.liked-item .thumbnail img {
  max-width: 112px;
  margin: 0;
  width: 100%;
}

.liked-item {
  margin-bottom: 32px;
}
.liked-item h3 {
  color: #333;
  margin-top: 0;
  text-transform: capitalize;
}
.liked-items h5 {
  text-align: center;
  color: #333;
}
.categories-menu li {
  width: 20px;
  min-width: fit-content;
  padding-bottom: 18px;
  display: inline-block;
  padding: 0px 20px;
  border-bottom: 1px solid;
  text-transform: capitalize;
  cursor: pointer;
}
.categories-menu {
  font-size: 16px;
  margin: 48px 0 32px 0;
}

.categories-menu li:hover {
  border-bottom: 1px solid;
  font-weight: 600;
  color: #333;
}

.categories-menu li a {
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
li.selected,
li.selected:hover {
  color: #333;
  border-bottom: 4px solid;
}

.categories-menu li.selected a {
  padding-bottom: 8px;
  color: #333;
  font-weight: 600;
}
.subcategories-list {
  background: #f0f0f0;
  width: 400px;
  display: inline-block;
  padding: 0;
  border-radius: 4px;
  max-width: 80%;
}

ul.subcategories-list li {
  padding: 8px 0;
  list-style-type: none;
  text-transform: capitalize;
}

ul.subcategories-list li:hover {
  background: #e8e8e8;
}
ul.subcategories-list:empty {
  display: none;
}
li.select-sub {
  border-left: 2px solid;
  background: #dfdfdfcf;
}
li a {
  display: block;
}
li.nav-item.search {
  display: flex;
  left: -45px;
}
#search-root {
  height: 100vh;
  margin-top: 120px;
}

.search-image img {
  height: 156px;
}

.thumbnail.search-image {
  width: max-content;
}

.in-category {
  font-style: italic;
}

.breadcrumb {
  padding-left: 0;
  margin: 0;
  background: #fff;
}

h3.search-message {
  margin-bottom: 48px;
}
.checkout-form form {
  display: none;
}
.center-loader {
  position: fixed;
  top: calc(50vh - 24px);
  left: calc(50vw - 24px);
}
.transcart-image img {
  height: 80px;
}

.transcart-desc {
  display: inline-block;
}

.transcart-image {
  display: inline;
  text-align: left;
}

.transcart-suggestion {
  position: fixed;
  display: block;
  z-index: 4000;
  width: 100%;
}
.transcart-items {
  display: inline-block;
  background: #fff;
  margin-top: 40px;
  width: 80%;
  max-width: 800px;
  border-radius: 4px;
}

.transcart-item {
  margin: 45px 0px;
  padding: 16px;
}

p.transcart-title {
  color: #888;
  margin-top: 8px;
  font-weight: 700;
}
.transcart-inner {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.transcart-items input {
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(1.3);
  background: #fff;
  margin: 0 20px;
}

span.transcart-name {
  color: #333;
  text-transform: capitalize;
  margin-left: 8px;
  font-style: italic;
}
.explainer.all {
  z-index: 2002;
}
.transcart-items .header {
  font-weight: bold;
  font-size: 16px;
}
.transcart-view-heading {
  padding: 20px 0;
  border-bottom: #eee solid 1px;
  margin-bottom: 32px;
}
.left {
  text-align: left !important;
}

.transcart-suggestion .left {
  margin-top: 16px;
}
.suggestions-list {
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 240px);
  max-height: 500px;
}
.transcart-bottom {
  border-top: 1px solid #eee;
}
.col-xs-4.transcart-item-values {
  text-align: center;
}
.transcart-bottom {
  padding: 24px 0;
}

.transcart-items label {
  font-size: 16px;
}

#receipt {
  margin-top: 120px;
}
.product-details hr {
  margin: 32px;
}

.product-details .product-like .like img {
  height: 32px;
}
p.alert.bold {
  font-size: 18px;
  color: #a00;
  font-weight: 700;
}
#qty-error {
  width: 50%;
  margin-left: 25%;
  margin-bottom: 16px;
  color: #e00;
}
.nav-link .icon.icon-bar {
  width: 32px;
  background: #7e7d7d;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  margin-top: 3px;
}

p.instructions {
  width: 50%;
  margin-left: 25%;
  margin-bottom: 16px;
}
.instructions a {
  color: #c68b2e;
}
#sidebar-wrapper {
  overflow-x: hidden;
  z-index: 1000;
  position: fixed;
  right: 0;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #eee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-wrapper {
  width: 328px;
  padding: 16px 0;
}
#wrapper.toggled #sidebar-wrapper {
  padding: 0 !important;
  width: 0;
}
a.nav-link.emp.menu-toggle.outter {
  font-size: 36px;
  color: #333;
  font-weight: 100 !important;
}

ul.side-bar-menu {
  padding-left: 0;
  margin-top: 80px;
}

ul.side-bar-menu li {
  font-size: 16px;
  padding: 6px 20px;
  list-style: none;
}
ul.side-bar-menu li:hover,
ul.side-bar-menu li:active,
ul.side-bar-menu li:focus {
  background: #33333314;
}
.blog-post {
  display: inline-block;
  margin: 0 20px;
}

.posts-container {
  overflow-x: scroll;
  display: flex;
}

p.blog-title {
  font-size: 18px;
  margin: 20px 0;
  text-transform: capitalize;
}

div#blog-posts h3 {
  text-transform: capitalize;
  margin-bottom: 40px;
}
.slide-container::-webkit-scrollbar {
  height: 2px;
}

/* Track */
.slide-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.slide-container::-webkit-scrollbar-thumb {
  background: #aaa;
}

/* Handle on hover */
.slide-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.blog-post-img img {
  height: 256px;
}

.gallery-card {
  display: inline-block;
  margin: 0 4px;
}

.gallery-card img {
  height: 200px;
}

.gallery-container {
  display: flex;
  overflow-x: scroll;
  /* margin: 77px 0; */
}

div#gallery-post {
  margin-top: 64px;
}

img.gallery-image {
  cursor: pointer;
}

img.gallery-image:hover {
  opacity: 0.8;
}

img.shop-img {
  width: 100%;
}

img.gallery-img {
  width: 100%;
}

a.gallery-link button {
  margin-top: 24px;
}

span.former-price {
  color: #a60707;
  font-size: 15px;
  font-weight: 700;
  text-decoration: line-through;
}

.sublist {
  padding-left: 8px;
  display: none;
}

ul.side-bar-menu a {
  text-transform: capitalize;
}

.uncollapse {
  display: block;
}

span.card-former-price {
  color: #f00;
  font-size: 12px;
  margin-left: 4px;
  text-decoration: line-through;
}

#gallery-modal .row {
  display: flex;
}

.btns button {
  margin-bottom: 8px;
}

.sold-out {
  color: #cb8f2f;
  margin-left: 8px;
  font-weight: bold;
}

.delivery-method-section input {
  width: fit-content;
  margin-right: 8px;
}
@media print {
  .navbar-right,
  .sidebar-wrapper,
  .footer,
  .breadcrumb,
  .payment-select,
  button,
  footer {
    display: none !important;
  }
}
.container.legal {
  padding-top: 86px;
}
.legal h2 {
  font-size: 24px;
}
.item.active a{
  text-align: center;
  display: inline-block;
  width: 100%;
}

.item.active img{
  display: inline-block !important;
}
section.carousel-fixed-height {
  margin-top: 56px;
}
@media (min-width: 768px){
  section.carousel-fixed-height {
  margin-top: 65px;
}
}