body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.product-wrapper .product-img-wrap .product-img-list {
  width: 40px;
}

.product-wrapper .product-img-wrap .product-img-list ul {
  list-style: none;
}

.product-wrapper .product-img-wrap .product-img-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-wrapper .product-img-wrap .product-img-list li:first-child {
  margin-top: 0;
}

.product-wrapper .product-img-wrap .product-img-list li {
  margin-top: 8px;
  border: 1px solid #b2bec3;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.product-wrapper .product-img-wrap .product-img-list li.active,
.product-wrapper .product-img-wrap .product-img-list li:hover {
  border-color: #61dafb;
}

.product-wrapper .product-img-wrap .product-img-middle {
  width: 100%;
  position: relative;
}

.product-wrapper .product-img-wrap .product-img-middle img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

.product-wrapper .product-title h1 {
  font-size: 20px;
  color: #2d3436;
}

.product-wrapper .product-price .main-price {
  font-size: 18px;
  color: #d63031;
  font-weight: 700;
}

.product-wrapper .product-option-block .product-option .product-head span {
  font-size: 16px;
  color: #2d3436;
}

.star-ratings > span {
  font-size: 25px;
}

.star-ratings > span.checked {
  color: orange;
}

.star-ratings > span:before {
  content: "\2605";
  position: absolute;
}

.product-detail .product-detail-header {
  color: #2d3436;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.product-detail ul {
  padding-left: 20px;
}

.product-detail ul li,
.product-detail p {
  color: #2d3436;
  font-size: 14px;
  line-height: 20px;
}

.detail-table {
  font-size: 14px;
  line-height: 20px;
}

.detail-table th {
  vertical-align: top;
}

/*footer*/
.footer .back-top {
  height: 3rem;
  cursor: pointer;
  padding: 15px 0;
  line-height: 19px;
  font-size: 13px;
  color: #fff;
  background-color: #37475a;
}

.footer .footer-main {
  background-color: #232f3e;
}

.footer .footer-link,
.footer .footer-detail {
  color: #636e72;
}

.footer .footer-link:hover {
  color: #fc6514;
}

.footer-link-list :not(:last-child) {
  margin-bottom: 1.5rem;
}

.footer-bottom {
  color: #636e72;
  font-size: 12px;
  background-color: #131a22;
  padding: 30px 0;
}

.footer-header {
  color: #ddd;
  font-size: 11px;
  text-align: left;
  line-height: 115%;
}

.footer-data {
  color: #999;
  font-size: 10px;
  line-height: 110%;
}

.footer-dropdown .btn,
.footer-dropdown .btn-primary:not(:disabled):not(.disabled).active,
.footer-dropdown .btn-primary:not(:disabled):not(.disabled):active,
.footer-dropdown .show > .btn-primary.dropdown-toggle {
  background-color: transparent !important;
  color: #848688 !important;
  font-weight: bold;
  width: 100%;
  height: 3rem;
  border: 1px solid #b2bec3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-dropdown .show .dropdown-menu.show {
  width: 100%;
}

.footer-dropdown .dropdown-menu .dropdown-item:not(:first-child) {
  border-top: 1px solid #b2bec3;
}

.footer-dropdown .dropdown-menu .dropdown-item {
  height: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/*header*/
.header {
  border-bottom: 1px solid #f0f2f3;
  background-color: #000000;
  position: relative;
  padding-right: 60px;
}

.right-icon {
  position: absolute;
  right: 5px;
  /* top: 13px; */
}

.border-box {
  height: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.border-box:hover {
  cursor: pointer;
  border: 1px solid #fff;
}

.logo {
  height: 48px;
  width: 200px;
  display: flex;
  align-items: center;
}

.logo img {
  width: 100%;
}

.deliver-header {
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  font-weight: 400;
  color: #ccc;
}

.deliver-data {
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  color: #ffffff;
}

.input-custom {
  position: relative;
}

.input-custom input {
  padding-right: 50px;
  border-radius: 5px !important;
}

.input-custom .search {
  position: absolute;
  z-index: 5;
  background: #fbbe6a;
  height: 38px;
  top: 0;
  width: 38px;
  right: 0;
  border-radius: 0 4px 4px 0;
}

.input-custom .search img {
  height: 20px;
  width: 20px;
}

.header .cart {
  color: #ffffff;
}

.header .cart img {
  height: 22px;
  width: 22px;
}

.login-header {
  color: #2d3436;
}

.login-sub-header {
  font-size: 12px;
  color: #636e72;
}

.login-link:hover {
  text-decoration: none;
}

.login-link:hover .login-header,
.login-link:hover .login-sub-header {
  color: #fc6514;
}

/*checkout*/

.checkout input::placeholder {
  font-size: 15px;
}

.checkout-payment-icon {
  height: 20px;
  width: 37px;
  margin: 4px;
  opacity: 0.4;
  display: flex;
}

.checkout-payment-icon img,
.checkout-paypal-icon img {
  height: 20px;
}

.paypal-method {
  border-bottom: 1px solid #b2bec3;
  border-left: 1px solid #b2bec3;
  border-right: 1px solid #b2bec3;
  border-radius: 0 0 5px 5px;
}

.checkout-paypal-icon {
  height: 20px;
  width: 50px;
  margin: 4px;
  opacity: 1;
  display: flex;
}

.change-country {
  color: #0984e3;
  cursor: pointer;
}

.checkout-header {
  color: #2d3436;
}

.payment-card {
  border: 1px solid #b2bec3;
  border-radius: 5px 5px 0 0;
}

.order-estimated-date {
  font-size: 14px;
  color: #2d3436;
}

.order-info {
  border: 1px solid #b2bec3;
  border-radius: 5px;
  color: #2d3436;
}

.total-info {
  font-size: 20px;
}

.prod-info {
  font-size: 18px;
  color: #2d3436;
}

.hide {
  display: none !important;
}

/*box outer*/
.box-outer {
  border: 1px #d5d9d9 solid;
  border-radius: 8px;
}

.box-outer .price {
  color: #b12704;
  font-size: 18px;
  line-height: 24px;
}

.box-outer .details {
  font-size: 14px;
  line-height: 20px;
  color: #0f1111;
}

.box-outer .details a {
  color: #007185;
}

.box-outer button {
  background: #f0c14b;
  border-color: #a88734 #9c7e31 #846a29;
  color: #111;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  height: 29px;
  font-size: 13px;
  line-height: 29px;
  margin: 0;
  outline: 0;
  padding: 0 10px 0 11px;
  text-align: center;
}

.box-outer button.buy-now {
  background: #ed9220;
  border-color: #ca7c1b #be751a #a56616;
}

.box-outer .qty {
  display: block;
  border-radius: 7px;
  background: #f0f2f2;
  box-shadow: 0 2px 5px rgba(15, 17, 17, 0.15);
  width: max-content;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  padding: 0 7px 0 7px;
}

.box-outer .in-stock {
  font-size: 18px;
  line-height: 24px;
  color: #007600;
}

.product-rating {
  border-bottom: 1px solid #e7e7e7;
}

.product-price .price-title {
  font-size: 16px;
  color: #595656;
}

.product-price .price-list span,
.product-price .price-list a {
  font-size: 14px;
}

.product-price .price-list .link-color {
  color: #007185;
}

.qty-wrap .dropdown-menu.show {
  min-width: 30px;
}

.qty select {
  cursor: pointer;
  background: transparent;
  outline: none;
  width: 50px;
  padding-left: 20px;
  /*font-size: 15px;*/
}

.qty select option {
  padding: 5px 12px;
}

.dropdown-item {
  cursor: pointer;
}

/*sub-total*/
.subTotal-main {
  background: #eaeded;
}
.prod-wrap .custom-header {
  font-size: 18px;
  line-height: 16px;
  color: #007185;
}
.prod-wrap .custom-header:hover {
  color: #c7511f;
}
.prod-wrap .in-stock {
  font-size: 12px;
  line-height: 16px;
  color: #007600 !important;
}
.prod-wrap {
  margin-bottom: 20px;
  background-color: #fff;
  overflow: auto;
  padding: 20px;
}
@media (min-width: 576px) {
  .prod-detail :not(:last-child)::after {
    content: "|";
    margin: -2px 0.67375em 0;
    color: #ddd;
  }
}
.prod-wrap .link {
  font-size: 12px;
  line-height: 16px;
  color: #007185 !important;
}
.subTotal-wrap {
  margin-bottom: 20px;
  background-color: #fff;
  overflow: auto;
  padding: 20px;
}
.subTotal-details {
  font-size: 18px;
}

.checkout-btn {
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
  background: #ffd814;
  border: 1px solid #fcd200;
  font-size: 13px;
  line-height: 29px;
  color: #0f1111;
}

/* contact style */
.find-more {
  width: 150px;
  border: none;
  background-color: #37393b!important;
  color: white;
  padding: 8px 0;
  font-weight: bolder;
  border-radius: 5px;
}
@media screen and (max-width: 778px) {
  .row_container_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .middle_contact {
    margin: 25px 0;
  }
  .find-more {
    width: 100%;
    border: none;
    background-color: #37393b!important;
    color: white;
    padding: 8px 0;
    font-weight: bolder;
    border-radius: 5px;
  }
  .col-sm-6 {
    flex: 0 0 57%;
    max-width: 100%;
  }
}

.cart_icon_mob{
  display: block;
}

@media screen and (min-width: 1055px)
{
  .cart_icon_mob{
    display: none!important;
  }
}

.logo__img{
  width: 150px!important;
}


/* about page */

.privacy__ccc{
  justify-content: center;
  align-items: center;
}

.body__privacy_c{
  padding-top: 25px;
  background-color: #f4f4f4;
}
.body__pp{
  background-color: #f4f4f4;
}
#search_bar_head{
  padding: 5px;
  font-size: 14px;
}

.all_container__privacy {
  background-color: white;
  width: 80vw;
  border-radius: 8px;
  padding: 15px 25px;
  margin: 25px 0;
}

.body__privacy_c {
  padding-top: 25px;
  display: flex;
  background-color: #f4f4f4;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}
.title_c_p_cc{
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-family: bolder;
}

.title__h__p_c{
  margin: 15px;
  font-weight: bolder;
}

.head__t__c{
  font-size: 12px;
}