:root {
  --color-header: #ffffff;
  --color-body1: #ffffff; /*#f0f3f3*/
  --color-body2: #eeeeee;
  --color-button1: #6b6a6a; /*#ada87e*/
  --color-button2: #d2d6d5; /*#d2d6d5*/
  --color-border1: #dddddd;
  --color-border2: #f1ecec;
  --color-text1: #595b5a;
  --color-text1-hover: #9c9e9d;
  --color-text2: #ffffff;
  --color-badge: #ee0303;
  --color-rating: #e3c01c;
  --font1: "Abhaya Libre";
}

body {
  background-color: var(--color-body1) !important;
  font-size: 14px !important;
}

/*---------------------
  Header
-----------------------*/
.header {
  background: var(--color-header);
  color: var(--color-button1);
  -webkit-box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
  box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
}
.header__logo {
  padding: 10px 0;
  text-align: center;
}
.header__logo a {
  display: inline-block;
}

.header__right {
  text-align: right;
  padding: 30px 0 27px;
}
.header__right__widget {
  display: inline-block;
}
.header__right__widget li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  color: var(--color-link);
  margin-right: 20px;
  cursor: pointer;
}
.header__right__widget li:last-child {
  margin-right: 0;
}
.header__right__widget li a {
  font-size: 18px;
  position: relative;
}
.header__right__widget li a .tip {
  position: absolute;
  right: -12px;
  top: -11px;
  height: 18px;
  width: 18px;
  background: var(--color-badge);
  font-size: 10px;
  font-weight: 500;
  color: var(--color-text2);
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}
.header__right__widget li span {
  color: var(--color-button1);
}
.header__right__widget li span:hover {
  color: var(--color-text1-hover);
}
.header__right__widget li a {
  color: var(--color-button1);
}
.header__right__widget li a:hover {
  color: var(--color-text1-hover);
}
/*---------------------
  Footer
-----------------------*/
.footer {
  padding-top: 50px;
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__widget {
  margin-bottom: 30px;
}
.footer__widget h6 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer__widget ul li {
  list-style: none;
}
.footer__widget ul li a {
  font-size: 14px;
  line-height: 30px;
}
.footer__widget form {
  position: relative;
  margin-bottom: 30px;
}
.footer__widget form input {
  height: 52px;
  width: 100%;
  border: 1px solid var(--color-border1);
  border-radius: 10px;
  padding-left: 30px;
  font-size: 14px;
  color: var(--color-button1);
}
.footer__widget form button {
  position: absolute;
  right: 4px;
  top: 4px;
}

/*---------------------
  Copyright
-----------------------*/
.copyright__text {
  border-top: 1px solid var(--color-border1);
  padding: 18px 0 25px;
  text-align: center;
  margin-top: 35px;
}
.copyright__text p {
  margin-bottom: 0;
}
.copyright__text a {
  color: var(--color-text1);
}
.copyright__text i {
  color: var(--color-text1);
}
.copyright__text a:hover {
  color: var(--color-text1);
}

/*---------------------
  Banner
-----------------------*/
.banner {
  overflow: hidden;
  margin-top: 10px;
}
.banner .container-fluid {
  padding-right: 5px;
}
.banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 40px;
  margin-bottom: 5px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 538px;
}
.banner__text {
  position: absolute;
  width: 50%;
  bottom: 20%;
}
.banner__text h1 {
  font-family: var(--font1);
  color: var(--color-text2);
  margin-bottom: 5px;
  font-weight: 500 !important;
  font-size: 50px;
}
.banner__text h4 {
  color: var(--color-text2);
  font-weight: 400;
}
.banner__text h5 {
  color: var(--color-text2);
  font-weight: 650;
}
.banner__text p {
  margin-bottom: 10px;
  color: var(--color-text2);
}
.banner__text a {
  font-size: 14px;
  color: var(--color-text2);
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding: 0 0 3px;
  display: inline-block;
}
.banner__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--color-text2);
  content: "";
}
@media only screen and (max-width: 768px) {
  .banner__text {
    position: absolute;
    width: 80%;
    bottom: 10%;
  }
  .banner__text h1 {
    font-family: var(--font1);
    color: var(--color-text2);
    margin-bottom: 5px;
    font-weight: 400 !important;
    font-size: 28px;
  }
  .banner__text p {
    margin-bottom: 10px;
    color: var(--color-text2);
    font-size: 14px;
    width: 100%;
    margin-right: 10px;
  }
  .banner__text a {
    font-size: 14px;
    color: var(--color-text2);
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    padding: 0 0 3px;
    display: inline-block;
  }
}

/*---------------------
  Categories
-----------------------*/
.categories {
  overflow: hidden;
  margin-bottom: 20px;
}
.categories__item {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.categories__item:hover:after {
  opacity: 1;
}
.categories__item:hover .categories__text {
  opacity: 1;
  visibility: visible;
}
.categories__item:hover .categories__title {
  opacity: 1;
  visibility: hidden;
}
.categories__item:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  opacity: 0;
  z-index: -1;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.categories__text {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.categories__text i {
  font-size: 30px;
  color: var(--color-text1);
}
.categories__text a {
  font-size: 16px;
  color: var(--color-text1);
  font-weight: 500;
  display: block;
  margin-top: 10px;
}
.categories__title div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: var(--color-text2);
  padding-left: 16px;
  background-color: var(--color-button1);
  opacity: 0.7;
}

/*---------------------
  Services
-----------------------*/
.services {
  padding-top: 20px;
  padding-bottom: 20px;
}
.services__item {
  padding-left: 65px;
  position: relative;
  margin-bottom: 20px;
}
.services__item i {
  font-size: 36px;
  color: var(--color-button1);
  position: absolute;
  left: 0;
  top: 4px;
}
.services__item h4 {
  color: var(--color-button1);
  font-weight: 400;
  margin-bottom: 5px;
}
.services__item p {
  margin-bottom: 0;
}

/*---------------------
  Button
-----------------------*/
.site-btn {
  font-size: 14px;
  color: var(--color-text2);
  background: var(--color-button1);
  border: none;
  text-transform: uppercase;
  font-family: "Work Sans";
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
  text-align: center;
}
.site-btn:hover {
  opacity: 0.8;
}
.site-btn-disable {
  font-size: 14px;
  color: var(--color-text2);
  background: var(--color-button2);
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
}
.site-btn a span {
  color: var(--color-text2);
  margin-right: 5px;
}
.site-btn2 {
  font-size: 14px;
  color: var(--color-text2);
  background: var(--color-text1-hover);
  border: none;
  text-transform: uppercase;
  font-family: "Work Sans";
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
  text-align: center;
}
.site-btn2:hover {
  opacity: 0.8;
}

.site-btn3 {
  font-size: 14px;
  color: var(--color-text2);
  border: none;
  text-transform: uppercase;
  font-family: "Work Sans";
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 10px;
  text-align: center;
}
.site-btn3:hover {
  opacity: 0.8;
}
.site-btn3-disable {
  font-size: 14px;
  color: var(--color-text2);
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
}

/*---------------------
  Shop
-----------------------*/
.shop {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sidebar__categories {
  margin-bottom: 50px;
}
.sidebar__categories .section-title {
  margin-bottom: 20px;
}
.sidebar__categories .section-title a:after,
.sidebar__categories .section-title > a.active[aria-expanded="false"]:after {
  content: "";
  font-family: "FontAwesome";
  color: var(--color-text1);
  position: absolute;
  right: 10px !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .sidebar__categories .section-title {
    margin-bottom: 20px;
  }
  .sidebar__categories .section-title h6 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-left: 8px;
  }
}

.sidebar_border {
  margin-top: 6px;
  border: 1px solid #eee;
  padding-top: 15px !important;
  padding-left: 15px !important;
  padding-right: 10px !important;
  border-radius: 5px;
}

.sidebar__categories .section-title h6 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.categories__accordion .card {
  border: none;
  border-radius: 0;
  padding-bottom: 12px;
  background-color: var(--color-body1) !important;
}
.categories__accordion .card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none !important;
}
.categories__accordion .card-heading {
  cursor: pointer;
}
.categories__accordion .card-heading a {
  font-weight: 500;
  display: block;
  color: var(--color-button1);
}
.categories__accordion .card-body {
  padding-left: 0;
  padding-top: 6px;
  padding-bottom: 0;
}
.categories__accordion .card-body li {
  list-style: none;
  position: relative;
  padding-left: 16px;
}
.categories__accordion .card-body li:before {
  position: absolute;
  left: 4px;
  top: 14px;
  height: 1px;
  width: 4px;
  background: var(--color-text1);
  content: "";
}
.categories__accordion .card-body li a {
  line-height: 30px;
}
.categories__accordion .card-body li a:hover {
  color: var(--color-text1-hover);
}
.categories__accordion .card-heading a:after,
.categories__accordion .card-heading > a.active[aria-expanded="false"]:after {
  content: "";
  font-family: "FontAwesome";
  color: var(--color-text1);
  position: absolute;
  right: 10px !important;
  text-decoration: none !important;
  top: 0px;
}
.categories__accordion .card-heading.active a:after {
  content: "";
  font-family: "FontAwesome";
  color: var(--color-text1);
  position: absolute;
  right: 10px !important;
  text-decoration: none !important;
  top: -1px;
}
.categories__accordion .card-heading a[aria-expanded="true"]:after,
.categories__accordion .card-heading > a.active:after {
  content: "";
  font-family: "FontAwesome";
  color: var(--color-text1);
  position: absolute;
  right: 10px !important;
  text-decoration: none !important;
  top: -1px;
}
.categories__accordion .card-heading a:hover {
  color: var(--color-text1-hover);
}

/*---------------------
  Rating
-----------------------*/
.rating-on {
  font-size: 12px;
  color: var(--color-rating);
  margin-right: -4px;
}
.rating-off {
  font-size: 12px;
  color: #c0c0c0;
  margin-right: -4px;
}
/*---------------------
  Product
-----------------------*/
.product {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.product__item {
  margin-bottom: 35px !important;
}
.product__item:hover .product__hover li {
  opacity: 1;
  top: 0;
}
.product__item__pic {
  height: 360px;
  position: relative;
  overflow: hidden;
  border-radius: 2%;
}
.product__item__pic .label {
  font-size: 10px;
  color: var(--color-text2);
  font-weight: 500;
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  top: 10px;
}
.product__item__pic .label.new {
  background: #36a300;
}
.product__item__pic .label.stockout {
  background: #111111;
}
.product__item__pic .label.stockblue {
  background: #0066bd !important;
}
.product__item__pic .label.sale {
  background: #baae96;
}
.product__hover {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  text-align: center;
}
.product__hover li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 100px;
  opacity: 0;
}
.product__hover li:nth-child(1) {
  -webkit-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.product__hover li:nth-child(2) {
  -webkit-transition: all 0.4s ease 0.15s;
  -o-transition: all 0.4s ease 0.15s;
  transition: all 0.4s ease 0.15s;
}
.product__hover li:nth-child(3) {
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.product__hover li:last-child {
  margin-right: 0;
}
.product__hover li:hover a span {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.product__hover li a {
  font-size: 18px;
  color: var(--color-text1);
  display: block;
  height: 45px;
  width: 45px;
  background: var(--color-body1);
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.product__hover li a span {
  position: relative;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  display: inline-block;
}
.product__item__text {
  text-align: center;
  padding-top: 10px;
}
.product__item__text h6 a {
  font-size: 14px;
}
.product__item__text .rating i:last-child {
  margin-right: 0;
}
.product__item__text .product__price {
  font-weight: 600;
}
.product__item__text .product__price span {
  margin-left: 10px;
  font-weight: normal;
  text-decoration: line-through;
}
/*---------------------
  Product Details
-----------------------*/
.product__details {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product__details__pic {
  overflow: hidden;
  margin-left: 3%;
  margin-right: 3%;
}
.product__details__pic__left {
  width: 20%;
  max-height: 430px;
  float: left;
  overflow-y: auto;
}
.product__details__pic__left .pt {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.product__details__pic__left .pt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product__details__pic__left .pt.active::after {
  opacity: 0.3;
}
.product__details__pic__left .pt:last-child {
  margin-bottom: 0;
}
.product__details__pic__left .pt img {
  min-width: 100%;
  border-radius: 5%;
}
.product__details__slider__content {
  width: calc(78% - 20px);
  float: left;
  margin-left: 10px;
}
.product__details__pic__slider.owl-carousel .owl-nav button {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 22px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  margin-top: -20px;
}
.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 10px;
}
.product__detail__pic__square {
  width: 430px;
  height: 430px;
  overflow: hidden;
  position: relative;
  border-radius: 2%;
}
.product__detail__pic__square img {
  width: auto;
  height: 430px;
  min-width: 100px;
  min-height: 100px;
  object-fit: cover !important;
}
@media only screen and (max-width: 768px) {
  .product__details__pic__left {
    width: 15%;
    max-height: 300px;
    float: left;
    overflow-y: auto;
  }
  .product__detail__pic__square {
    width: 320px;
    height: 320px;
    overflow: hidden;
    position: relative;
    border-radius: 2%;
  }
  .product__detail__pic__square img {
    width: auto;
    height: 320px;
    min-width: 100px;
    min-height: 100px;
    object-fit: cover !important;
  }
}
.product__details__text h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product__details__text span {
  display: block;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 10px;
}
.product__details__text p {
  margin-bottom: 28px;
}
.product__details__price {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.product__details__price span {
  font-size: 18px;
  text-decoration: line-through;
  margin-left: 10px;
  display: inline-block;
}
.quantity {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.quantity > span {
  font-size: 14px;
  font-weight: 600;
  float: left;
  margin-top: 14px;
  margin-right: 15px;
}
.qty-stock {
  text-align: left;
}
.pro-qty {
  height: 46px;
  width: 150px !important;
  border-radius: 10px !important;
  padding: 0 0 0 20px !important;
  overflow: hidden;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid var(--color-border1) !important;
}
.pro-qty .qtybtn {
  font-size: 14px;
  cursor: pointer;
  float: left;
  width: 12px;
  line-height: 46px;
}
.pro-qty input {
  font-size: 14px;
  font-weight: 500;
  border: none;
  float: left;
  width: 84px;
  text-align: center;
  height: 48px;
  background-color: #ffffff;
  color: var(--color-button1);
}
@media only screen and (max-width: 768px) {
  .qty-stock {
    text-align: right;
  }
  .pro-qty {
    height: 46px;
    /* width: 150px !important; */
    border-radius: 10px !important;
    padding: 0 20px 0 20px !important;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid var(--color-border1) !important;
  }
  .pro-qty .qtybtn {
    font-size: 14px;
    cursor: pointer;
    float: left;
    width: 12px;
    line-height: 46px;
  }
  .pro-qty input {
    font-size: 14px;
    font-weight: 500;
    border: none;
    float: left;
    /* width: 84px; */
    text-align: center;
    height: 48px;
    background-color: #ffffff;
    color: var(--color-button1);
  }
}
.product__details__widget {
  border-top: 1px solid var(--color-button1);
  padding-top: 25px;
}
.product__details__widget ul li {
  list-style: none;
  margin-bottom: 10px;
}
.product__details__widget ul li:last-child {
  margin-bottom: 0;
}
.product__details__widget ul li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  width: 150px;
}
.product__details__widget ul li .stock__checkbox {
  overflow: hidden;
}
.product__details__widget ul li .stock__checkbox label {
  display: block;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.product__details__widget ul li .stock__checkbox label input {
  position: absolute;
  visibility: hidden;
}
.product__details__widget
  ul
  li
  .stock__checkbox
  label
  input:checked
  ~ .checkmark {
  border-color: var(--color-text1);
}
.product__details__widget
  ul
  li
  .stock__checkbox
  label
  input:checked
  ~ .checkmark:after {
  border-color: var(--color-text1);
  opacity: 1;
}
.product__details__widget ul li .stock__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  height: 10px;
  width: 10px;
  border: 1px solid var(--color-text1);
  background-color: #ffffff;
  border-radius: 50%;
  padding: 8px;
}
.product__details__widget ul li .stock__checkbox label .checkmark:after {
  position: absolute;
  left: 2px;
  top: 4px;
  width: 11px;
  height: 5px;
  border: solid var(--color-body2);
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}
.product__details__widget ul li .color__checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}
.product__details__widget
  ul
  li
  .color__checkbox
  label.active
  input
  ~ .checkmark:after {
  border-color: var(--color-body2);
  opacity: 1;
}
.product__details__widget ul li .color__checkbox label:last-child {
  margin-right: 0;
}
.product__details__widget ul li .color__checkbox label input {
  position: absolute;
  visibility: hidden;
}
.product__details__widget
  ul
  li
  .color__checkbox
  label
  input:checked
  ~ .checkmark:after {
  border-color: var(--color-body2);
  opacity: 1;
}
.product__details__tab {
  padding-top: 50px;
  margin-bottom: 70px;
}
.nav {
  border-bottom: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.nav::before {
  position: absolute;
  left: 0;
  top: 13px;
  height: 1px;
  width: 335px;
  background: var(--color-button1);
  content: "";
}
.nav::after {
  position: absolute;
  right: 0;
  top: 13px;
  height: 1px;
  width: 335px;
  background: var(--color-button1);
  content: "";
}
.nav-item {
  margin-right: 46px;
}
.nav-item:last-child {
  margin-right: 0;
}
.nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  background-color: var(--color-body1) !important;
}
.tab-content .tab-pane h6 {
  font-weight: 500;
  margin-bottom: 24px;
}
.tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}
.related__title h5 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}

/*---------------------
  Shop Cart
-----------------------*/
.shop-cart {
  padding-top: 50px;
  padding-bottom: 50px;
}
.shop__cart__table {
  margin-bottom: 30px;
}
.shop__cart__table table {
  width: 100%;
}
.shop__cart__table thead {
  border-bottom: 1px solid var(--color-text1-hover);
}
.shop__cart__table thead th {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.shop__cart__table tbody tr {
  border-bottom: 1px solid var(--color-border1);
}
.shop__cart__table tbody tr td {
  padding: 30px 0;
}
.shop__cart__table tbody tr .number {
  float: left;
  width: 50px;
}
.shop__cart__table tbody tr .cart__product__item {
  overflow: hidden;
  width: 585px;
}
.shop__cart__table tbody tr .cart__product__item img {
  float: left;
  margin-right: 25px;
}
.shop__cart__table tbody tr .cart__product__item .cart__product__item__title {
  overflow: hidden;
}
.shop__cart__table
  tbody
  tr
  .cart__product__item
  .cart__product__item__title
  h6 {
  font-weight: 400;
}
.shop__cart__table
  tbody
  tr
  .cart__product__item
  .cart__product__item__title
  .rating
  i {
  font-size: 10px;
  margin-right: -4px;
}
.shop__cart__table tbody tr .cart__price {
  font-size: 18px;
  font-weight: 400;
  width: 190px;
}
.shop__cart__table tbody tr .cart__quantity {
  width: 190px;
}
.shop__cart__table tbody tr .cart__quantity .pro-qty {
  border: none;
  padding: 0;
  width: 110px;
  border-radius: 0;
}
.shop__cart__table tbody tr .cart__total {
  font-size: 18px;
  font-weight: 400;
  width: 150px;
}
.shop__cart__table tbody tr .cart__close {
  text-align: right;
}
.shop__cart__table tbody tr .cart__close span {
  height: 25px;
  width: 25px;
  background: var(--color-button1);
  border-radius: 50%;
  color: var(--color-text2);
  line-height: 24px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

/*---------------------
  Checkout
-----------------------*/
.checkout {
  padding-top: 50px;
  padding-bottom: 50px;
}
.checkout__form h5 {
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-button1);
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.checkout__form .checkout__form__input p {
  font-weight: 500;
  margin-bottom: 10px;
}
.checkout__form .checkout__form__input input {
  height: 50px;
  width: 100%;
  border: 1px solid var(--color-border1);
  border-radius: 10px;
  margin-bottom: 25px;
  font-size: 14px;
  padding-left: 20px;
  color: var(--color-text1);
}
.checkout__form .checkout__form__checkbox {
  margin-bottom: 20px;
}
.checkout__form .checkout__form__checkbox label {
  display: block;
  padding-left: 24px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
.checkout__form .checkout__form__checkbox label input {
  position: absolute;
  visibility: hidden;
}
.checkout__form .checkout__form__checkbox label input:checked ~ .checkmark {
  border-color: var(--color-text1);
}
.checkout__form
  .checkout__form__checkbox
  label
  input:checked
  ~ .checkmark:after {
  border-color: var(--color-text1);
  opacity: 1;
}
.checkout__form .checkout__form__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  height: 10px;
  width: 10px;
  border: 1px solid var(--color-text1);
  border-radius: 2px;
}
.checkout__form .checkout__form__checkbox label .checkmark:after {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 11px;
  height: 5px;
  border: solid var(--color-button1);
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}
.checkout__form .checkout__form__checkbox p {
  margin-bottom: 0;
}
.checkout__order {
  padding: 20px;
  background-color: var(--color-body2);
  border: 1px solid var(--color-border1);
  border-radius: 10px;
}
.checkout__order h5 {
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-border1);
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.checkout__order table {
  width: 100%;
}
.checkout__order thead th {
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.checkout__order tbody tr .number {
  font-size: 14px;
  float: left;
  width: 50px;
}
.checkout__order tbody tr td {
  font-size: 14px;
  font-family: "Work Sans";
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px 0;
}
.checkout__order__total {
  border-bottom: 1px solid var(--color-border1);
  padding-top: 12px;
  padding-bottom: 10px;
}
.checkout__order__total ul li {
  list-style: none;
  overflow: hidden;
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.checkout__order__total ul li span {
  float: right;
  font-weight: 600;
}
.checkout__order__total .total_order li {
  font-size: 16px;
}

/* ============== */

@media only screen and (max-width: 768px) {
  .shop__cart__table tbody tr .cart__close span {
    height: 20px !important;
    width: 20px !important;
    line-height: 20px;
  }
  .product__item__pic {
    height: 290px;
    position: relative;
    overflow: hidden;
  }
}

/*---------------------
  Account
-----------------------*/
.account {
  padding-top: 50px;
  padding-bottom: 50px;
}
.account .card {
  margin-bottom: 20px;
}
.account h6 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.account__title {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--color-button1);
}
.account__title h6 {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.account__product_title {
  font-weight: 300;
  color: var(--color-text1);
}
.account__product_subtitle {
  font-size: 12px;
  color: var(--color-text1);
}

/*card header*/
.card-header-icon {
  padding-top: 2px;
  padding-right: 10px;
  font-size: 24px !important;
  color: var(--color-button1);
}
.card-header-title {
  margin: 0;
  padding-bottom: 5px;
  font-size: 16px !important;
  line-height: 16px;
  color: var(--color-text1);
}
.card-header-subtitle {
  margin: 0;
  padding: 0;
  font-size: 12px !important;
  line-height: 10px;
  color: var(--color-text1);
}
.card-header-menu {
  text-align: left;
  padding-left: 10px;
  width: 95%;
}
.card-header-menu2 {
  font-size: 20px !important;
  text-align: center;
  width: 5%;
  padding-right: 10px;
}
/*card body*/
.card-body-title {
  font-size: 14px !important;
  color: var(--color-text1);
}
.card-body-detail {
  margin-top: 10px;
}
.card-body-item {
  padding-top: 5px;
  padding-bottom: 20px;
}
.card-body-item-title {
  font-size: 14px;
}
.card-body-item-subtitle {
  font-size: 12px;
}
.card-body-item-detail {
  font-size: 12px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .account {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .card-body-item-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .card-body-item-subtitle {
    font-size: 12px;
  }
  .card-body-item-detail {
    padding-top: 5px;
    font-size: 14px;
  }
}

.pointer {
  cursor: pointer;
}
a {
  color: var(--color-button1);
}
a:hover {
  color: var(--color-text1-hover);
}

.section-title h4:after {
  background: var(--color-button1);
}
@media only screen and (max-width: 768px) {
  .section-title h4:after {
    background: none;
  }
  .section-title h6 {
    font-weight: 400;
    text-transform: uppercase;
    padding: 25px 8px 8px 8px;
  }
  .section-title {
    margin-bottom: 10px !important;
  }
}
.list-group-item a {
  font-size: 14px !important;
}
.is-invalid {
  margin-bottom: 5px !important;
  border-color: #dc3545 !important;
  color: #dc3545;
}
.is-invalid-checkmark {
  border-color: #dc3545 !important;
}
.invalid-feedback {
  margin-bottom: 25px !important;
}
.select-height {
  height: 50px;
}
.variant-color {
  width: 15px !important;
  height: 15px !important;
  padding: 5px;
}
.cart__total__procced {
  padding: 20px;
  background: var(--color-body2);
  border: 1px solid var(--color-border1);
  border-radius: 10px;
}
.form-control {
  border-radius: 10px;
  height: 50px;
}
.btn-site {
  font-size: 12px;
  color: var(--color-text2);
  background: var(--color-button1);
  border: 1px solid var(--color-body2);
}
.btn-site:hover {
  opacity: 0.8;
  background: var(--color-button1);
  border: 1px solid var(--color-body2);
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}

/*menu mobile*/
.menu-mobile-container {
  width: 100%;
  border-radius: 10px;
  padding-bottom: 50px;
}
.menu-topnav {
  overflow: hidden;
  position: relative;
}
.menu-topnav #myLinks {
  display: none;
}
.menu-topnav a {
  color: var(--color-text1);
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid var(--color-button1);
}
.menu-topnav a.menu {
  padding: 10px;
  border-bottom: 1px solid var(--color-border1);
}
.menu-topnav a:hover {
  color: var(--color-text2);
}
.menu-topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.menu-topnav a:hover {
  color: var(--color-text1);
}
.menu-active {
  background-color: var(--color-body1);
  border-bottom: 1px solid var(--color-border1);
  color: var(--color-text1);
  font-weight: 400;
  text-transform: uppercase;
}

.services-frame {
  padding: 3rem !important;
}
@media only screen and (max-width: 768px) {
  .menu-topnav a {
    color: var(--color-text1);
    padding-bottom: 6px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid var(--color-border1);
  }
  .services-frame {
    padding: 15px !important;
  }
}

.pagination__option a {
  border: 1px solid var(--color-border1) !important;
}

/*info modal popup*/
.modal-content-tp {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}

/*icon chat floating*/
.icon-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.icon-float-margin {
  margin-top: 16px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(206, 205, 205);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(206, 205, 205);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(206, 205, 205);
}

/*sidebar custom*/
.btn_categories {
  background-color: var(--color-body2);
  border-color: #eee;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
/*sidebar custom*/
.btn_showwallproduct {
  background-color: var(--color-body1);
  border-color: #eee;
  font-size: 14px;
}

/* The side navigation menu */
.custom_sidenav {
  height: 0; /* 100% Full-height */
  width: 100%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  bottom: 0; /* Stay at the top */
  right: 0;
  background-color: var(--color-body1); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the custom_sidenav */
  -moz-box-shadow: 0px 0px 11px 0px #666;
  -webkit-box-shadow: 0px 0px 11px 0px #666;
  box-shadow: 0px 0px 11px 0px #666;
}

/* The navigation menu links */
.custom_sidenav a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.custom_sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.custom_sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  margin-bottom: 50px;
}

.custom_sidenav .content {
  font-size: 18px;
  margin-top: 50px;
  margin-left: 20px;
  margin-bottom: 50px;
  margin-right: 20px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the custom_sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .custom_sidenav {
    padding-top: 15px;
  }
  .custom_sidenav a {
    font-size: 18px;
  }
}
