@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgo6eA.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvTtw.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: Ubuntu, Helvetica, Arial;
}
.second-title {
  font-size: 15px !important;
  color: #9eaeb7;
}
.btn-success {
  background-color: #2fb241 !important;
}
body {
  background-color: #eff3f6 !important;
  height: 300px;
}
/* header  start*/
header {
  background-color: #434343;
  color: white;
}
header button {
  font-size: 12px !important;
}
header .sign-up-btn {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
/*nav start*/
nav {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}
nav a {
  padding: 15px 0 !important;
}
nav .navbar {
  padding: 0 !important;
}
nav .ic-provider a {
  color: #9729cb;
}
nav .bold {
  font-weight: bold;
}
nav .active a {
  border-bottom: 3px solid orange;
}
/*search style*/
.search-box {
  background-color: white;
  padding: 15px 0;
}
.search-box .img-box {
  width: 220px;
  margin-right: 40px;
}
.search-box .img-box img {
  width: 100%;
}
.search-box .dropdown-btn {
  flex: 1.7;
  border: none;
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  line-height: 26px;
}
.search-box .input-group {
  width: 62%;
  padding-left: 12px;
}
table * {
  font-size: 13px;
}
table thead tr th {
  background-color: #434343 !important;
  color: white !important;
}
table .facebook-soft {
  width: 60%;
}
    table .facebook-soft img {
        width: 30px;
        height: 30px;
    }
    table .facebook-soft p {
        padding-right: 15px;
        box-sizing: border-box;
    }
table .in-stock div {
  padding-left: 5px;
}
table .in-stock div span:last-child {
  display: inline-block;
  margin-left: 20px;
  color: #8e8e8e;
}
table tbody {
  font-size: 13px !important;
}
table tbody .td-box {
  position: relative;
}
table tbody .td-box img {
  height: 25px;
}
table tbody .td-box button {
  width: 80px;
  border: 1px solid #2fb241;
  padding: 0px 15px !important;
  margin-left: 10px;
}
table tbody .td-box div {
  display: flex;
  align-items: center;
}
table tbody .buy-button {
  display: flex;
  align-items: center;
}
table tbody .buy-button img {
  width: 20px;
  vertical-align: middle;
}
table tbody .buy-button span {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.footer-remark h5 {
  font-weight: bolder;
  margin: 30px 0 20px;
}
.footer-link {
  padding: 20px 0;
  background-color: #434343;
  color: white;
}
.footer-link .nav-item {
  line-height: 36px !important;
  margin-left: 10px;
}
.footer-info .footer-left a {
  color: white;
}
.footer-info .footer-left i {
  font-size: 27px;
  position: relative;
  top: 10px;
}
.footer-info .footer-left .support {
  margin-left: 15px;
}
.footer-info .footer-left button {
  padding: 15px 40px;
}
.footer-info .footer-left ul li {
  display: block;
}
.footer-info .footer-left ul a {
  color: #006493;
}
.footer-info .footer-right {
  text-align: right;
}
.footer-info .footer-right img {
  width: 44px;
  height: 44px;
  margin-left: 15px !important;
}
@media screen and (max-width: 1000px) {
  .container {
    width: 95% !important;
    max-width: 95% !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1250px !important;
  }
}
