@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap);
:root {
  --main_color: #009fe5;
  --second_color: #373737;
}

.white_bc {
  background-color: #fff !important;
}
*,
:focus {
  outline: 0 !important;
}
::selection {
  background-color: var(--main_color);
  color: #fff;
}
body {
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}
.page_content {
  margin-top: 221px;
  position: relative;
  z-index: 98;
}
@media all and (max-width: 991px) {
  .page_content {
    margin-top: 170px;
  }
}
@media all and (max-width: 576px) {
  .page_content {
    margin-top: 111px;
  }
}
a,
a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
}
.custom_btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 25px;
  background-color: var(--main_color);
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
}
.custom_btn i {
  margin: 0 2px;
  vertical-align: middle;
}
.custom_btn:hover {
  background-color: #373737;
  color: #fff;
}
li,
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: var(--main_color);
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: var(--main_color);
}
.form-group {
  position: relative;
  margin: 0 0 20px 0;
}
label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
  color: #010101;
}
label sup {
  color: #dc3545;
}
.form-control {
  width: 100%;
  color: #010101;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0 15px;
  line-height: 45px;
  height: 45px;
  font-size: 12px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.form-control:hover {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
textarea.form-control {
  height: 120px !important;
  resize: none;
  overflow-x: hidden;
  line-height: 30px;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #373737;
  line-height: 19px;
  font-size: 10px;
  z-index: 99;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  content: "\f00c";
  color: var(--main_color);
  background-color: #fff;
}
.modal {
  z-index: 9999;
}
.modal .modal-dialog {
  margin: auto;
  top: 60px;
  width: 100%;
  max-width: 420px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.modal .modal-body {
  padding: 15px 15px 80px;
}
#bill .modal-content {
  padding: 0 0 15px 0;
}
#bill .modal-body {
  padding: 25px 25px 0;
}
.modal .modal-content {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 25px 25px 0;
}
.modal .modal-content button.icon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border: 0;
  color: #fff;
  background-color: #dc3545;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.modal .modal-content .modal-title {
  text-transform: uppercase;
  color: var(--main_color);
  margin: 0 0 20px 0;
  font-size: 20px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
  letter-spacing: 2px;
}
.modal .form-group > i {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 15px;
  line-height: 50px;
  height: 50px;
  color: var(--main_color);
  opacity: 0.8;
}
.modal .form-group .form-control {
  padding-left: 40px;
  line-height: 50px;
  height: 50px;
}
.modal .form-group button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 25px;
  background-color: var(--main_color);
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
  margin: 0;
  line-height: 30px;
}
.modal .form-group button i {
  margin: 0 2px;
  vertical-align: middle;
}
.modal .form-group button:hover {
  background-color: #373737;
  color: #fff;
}
.modal .form-group a {
  vertical-align: middle;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 10px;
  color: var(--main_color);
}
.modal .forget {
  line-height: 30px;
  font-size: 13px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--main_color);
  margin-bottom: 15px;
}
.modal p {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-style: italic;
}
.modal ul.social-login {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.modal ul.social-login li {
  display: inline-block;
}
.modal ul.social-login li button {
  padding: 0 15px;
  line-height: 30px;
  font-size: 10px;
  color: #fff;
  margin: 0;
}
.modal ul.social-login li .facebook {
  background-color: #5271b3;
}
.modal ul.social-login li .twitter {
  background-color: #58d1ff;
}
.modal ul.social-login li .instagram {
  background-color: #352424;
}
.top_header {
  position: fixed;
  background-color: #484848;
  width: 100%;
  top: 0;
  height: 40px;
  left: 0;
  z-index: 998;
}
.top_header p {
  color: #fff;
  line-height: 40px;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.top_header ul {
  text-align: right;
}
.top_header ul li {
  display: inline-block;
  margin: 13px auto;
}
.top_header ul li:last-child a {
  border-right: 0;
}
.top_header ul li a {
  color: #fff;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  line-height: 15px;
}
.top_header ul li a i {
  margin-right: 3px;
}
@media all and (max-width: 767.9px) {
  .top_header .wel_text {
    display: none;
  }
  .top_header ul {
    text-align: center;
  }
}
@media all and (max-width: 576px) {
  .top_header ul li a {
    padding: 0 5px;
    letter-spacing: 0;
    font-size: 10px;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 40px;
  left: 0;
  background-color: var(--second_color);
  z-index: 998;
}
header .logo {
  float: left;
  width: 300px;
  height: 101px;
  margin: 15px 0;
}
header .logo img {
  height: 100%;
  margin: 0;
}
@media all and (max-width: 576px) {
  header .logo {
    width: auto;
    height: 40px;
  }
}
header .header_widgets {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  height: 20px;
}
header .search_form {
  min-width: 360px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 25px 0 0;
  position: relative;
}
header .search_form .form-control {
  height: 40px;
  line-height: 40px;
  border: 0;
}
header .search_form button {
  border: none;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0;
  background-color: var(--main_color);
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
  margin: auto;
  top: 0;
  right: -1px;
  position: absolute;
  height: 100%;
}
header .search_form button i {
  margin: 0 2px;
  vertical-align: middle;
}
header .search_form button:hover {
  background-color: #45d4f6;
  color: #fff;
}

@media all and (max-width: 991.9px) {
  header .search_form {
    display: none;
  }
}
header ul {
  display: inline-block;
  vertical-align: middle;
}
header ul li {
  display: inline-block;
  vertical-align: middle;
}
header ul li .user_btn {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 5px;
  display: block;
  padding: 0;
  border: 0;
  background-color: transparent;
}
header ul li img {
  width: 25px;
}
header .header_widgets .dropdown-toggle::after {
  display: none;
}
/* Currency */
header .header_widgets .dropdown-menu {
  box-shadow: none;
  border: 0;
  background-color: #ffffff;
  border-top: 0;
  width: 140px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  left: auto !important;
  right: 0 !important;
  opacity: 0;
  float: none;
  visibility: hidden;
  top: 50px !important;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  display: block !important;
  transform: none !important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
header .header_widgets .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  top: 30px !important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
header .header_widgets .item-list a {
  overflow: hidden;
  line-height: 25px;
  color: var(--main_color);
  font-size: 14px;
}
header .header_widgets .item-list a img {
  width: 25px;
  height: auto;
  border: 0;
  margin: 0 5px 0 0;
  display: inline-block;
}
.item-list {
  padding: 5px 10px;
  position: relative;
  font-size: 13px;
  background-color: #fff;
  color: var(--main_color);
  line-height: 25px;
  border-bottom: 1px solid #f8f8f8;
}
.item-list:hover {
  background-color: #f3f3f3;
}

header ul li .user_btn i {
  line-height: 25px !important;
  font-size: 25px;
}
header ul li .user_btn b {
  position: absolute;
  top: -12px;
  left: -12px;
  background-color: var(--main_color);
  color: #fff;
  height: 20px;
  line-height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 10px;
  z-index: 999;
}
header ul li .user_btn:hover {
  color: var(--main_color);
}
header .cart-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 170%;
  right: 0;
  width: 270px;
  z-index: 99;
  background-color: #fff;
  transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
}
header .cart-content:before {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-bottom-color: #fafafa;
  top: -23px;
  right: 10px;
}
header .cart-content .shop-item {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-top: 0;
  padding: 15px;
  position: relative;
  z-index: 99;
}
header .cart-content .shop-item img {
  float: left;
  width: 40px;
  height: auto;
}
header .cart-content .shop-item .shop-item-info {
  display: block;
  position: relative;
  padding: 0 0 0 50px;
  text-align: left;
}
header .cart-content .shop-item .shop-item-info a {
  color: var(--main_color);
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}
header .cart-content .shop-item .shop-item-info .shop-count {
  display: block;
  position: relative;
  line-height: 20px;
  font-size: 12px;
}
header .cart-content .shop-item .shop-item-info span {
  display: inline-block;
  color: #777;
  margin: 0 2px;
}
header .cart-content .shop-item .shop-item-info button {
  position: absolute;
  height: 25px;
  width: 25px;
  border: 0;
  color: #dc3545;
  font-size: 11px;
  background-color: transparent;
  top: -15px;
  right: 0;
  z-index: 9999;
}
header .cart-content .cart-content-footer {
  text-align: center;
  padding-bottom: 15px;
}
header .cart-content .cart-content-footer .total {
  font-size: 14px;
  margin: 15px auto;
  color: var(--main_color);
  text-transform: uppercase;
  font-weight: 600;
}
header .cart-content .cart-content-footer .total span {
  color: #373737;
}
header .cart-content .cart-content-footer a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 25px;
  background-color: var(--second_color);
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
  font-size: 10px;
  padding: 0 8px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
header .cart-content .cart-content-footer a i {
  margin: 0 2px;
  vertical-align: middle;
}
header .cart-content .cart-content-footer a:hover {
  background-color: #373737;
  color: #fff;
}
header .cart-content .cart-content-footer a:last-child {
  background-color: var(--main_color);
  color: #fff;
}
header .cart_btn:hover .cart-content {
  top: 130%;
  visibility: visible;
  opacity: 1;
}
header ul li .category_btn {
  display: none;
  border: 0;
  background-color: transparent;
  padding: 0;
}
@media all and (max-width: 991.9px) {
  header ul li .category_btn {
    display: inline-block;
  }
}
@media all and (max-width: 576px) {
  header .cart_btn {
    position: static;
  }
}
header .select2-search--dropdown {
  display: none;
}
header .inner_category_btn {
  display: inline-block;
}
.navbar {
  padding: 0;
  background-color: var(--main_color);
  z-index: 0;
}
header .row,
.navbar-collapse {
  z-index: 99;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.navbar .row {
  margin: 0;
}
.navbar .col {
  padding: 0;
}
.navbar-nav {
  text-align: left;
  margin: auto;
  z-index: 99;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.navbar-nav li a {
  position: relative;
  display: block;
  padding: 0 15px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: left;
  line-height: 50px;
  letter-spacing: 1px;
  z-index: 999;
}
.navbar-nav li a.extra {
  display: none;
}
.navbar-nav li a img {
  display: inline-block;
  width: 22px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}
.navbar-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li:last-child {
  position: absolute;
  right: 0;
}
.navbar-nav > li:last-child a {
  line-height: 18px;
  background-color: #ffc107;
  color: var(--second_color);
  text-align: center;
  padding: 7px 15px;
  letter-spacing: 2px;
}
.navbar-nav li:last-child a span {
  font-size: 12px;
  display: block;
}
@media all and (min-width: 992px) {
  ul.navbar-nav > li .dropdown-menu {
    display: block;
    left: 0;
    top: 120%;
    margin: 0;
    min-width: 250px;
    box-shadow: none;
    padding: 0;
    text-align: left;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    border: 0;
    background-color: var(--main_color);
    transition: all 0.5s ease;
  }
  ul.navbar-nav > li.dropdown ul.dropdown-menu > li {
    display: block;
  }
  ul.navbar-nav > li.dropdown ul.dropdown-menu > li > a {
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  ul.navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
@media all and (max-width: 1200px) {
  .navbar-nav li a {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media all and (max-width: 991px) {
  .navbar {
    margin: 0;
  }
  nav .row {
    display: block;
    width: 100%;
  }
  .navbar-nav {
    display: block;
    padding: 15px 0;
    margin: 0;
  }
  .navbar-nav li {
    display: block;
  }
  .navbar-nav li:last-child {
    position: relative;
  }
  .navbar-nav > li:last-child a {
    text-align: left;
    display: inline-block;
    min-width: 270px;
  }
  header .navbar ul.navbar-nav .dropdown-menu {
    position: static;
    clear: both;
    box-shadow: none;
    display: none;
    background-color: #324e7a;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  header .navbar ul.navbar-nav li.show .dropdown-menu {
    display: block;
  }
  header .nav-main-collapse.collapse.in {
    display: block !important;
  }
  header .navbar ul.navbar-nav li.dropdown a i {
    display: none;
  }
  header .navbar ul.navbar-nav li.dropdown a.extra {
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    font-size: 14px;
    padding: 0;
    z-index: 999;
    border: 0;
    right: 5px;
    top: 5px;
    background-color: #fff;
    color: var(--main_color);
  }
  header .navbar ul.navbar-nav li.dropdown a.extra {
    display: block;
  }
}
.home_sec {
  z-index: 998;
  padding: 30px 0;
  background-color: #f1f1f1;
}
.home_sec .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d5f1fb;
  border-radius: 10px;
  overflow: hidden;
  max-height: 425px;
}
.home_sec .slider .carousel {
  width: 100%;
}
.home_sec .slider .carousel .slider_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 0 0 80px;
}
.home_sec .slider .carousel .slider_cont h3 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--main_color);
  margin-bottom: 25px;
}
@media all and (max-width: 991px) {
  .home_sec .slider .carousel .slider_cont h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 767.9px) {
  .home_sec .slider .carousel .slider_cont h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.home_sec .slider .carousel .slider_cont a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 15px;
  background-color: var(--main_color);
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
  margin-bottom: 0;
}
.home_sec .slider .carousel .slider_cont a i {
  margin: 0 2px;
  vertical-align: middle;
}
.home_sec .slider .carousel .slider_cont a:hover {
  background-color: #373737;
  color: #fff;
}
@media all and (max-width: 576px) {
  .home_sec .slider .carousel .slider_cont {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 15px;
  }
}
.home_sec .slider .carousel .slider_img {
  padding: 20px 40px 20px 20px;
  width: 100%;
}
.home_sec .slider .carousel .slider_img img {
  margin: auto;
  width: 100%;
  max-width: 360px;
}
@media all and (max-width: 767.9px) {
  .home_sec .slider .carousel .slider_img {
    padding: 40px 20px 40px 0;
  }
}
@media all and (max-width: 576px) {
  .home_sec .slider .carousel .slider_img {
    padding: 0 0 10px 0;
  }
  .home_sec .slider .carousel .slider_img img {
    margin: auto;
    width: 160px;
  }
}
.home_sec .slider .carousel .carousel-control-next,
.home_sec .slider .carousel .carousel-control-prev {
  color: #373737;
  width: 20px;
  height: 40px;
  width: 40px;
  margin: auto;
  opacity: 1;
  border: 3px solid var(--main_color);
  border-width: 0 1px 4px 1px;
  left: 10px;
  z-index: 999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s border-width linear;
  -webkit-transition: 0.3s border-width linear;
  -moz-transition: 0.3s border-width linear;
  -ms-transition: 0.3s border-width linear;
  -o-transition: 0.3s border-width linear;
}
.home_sec .slider .carousel .carousel-control-next {
  right: 10px;
  left: auto;
}
.home_sec .slider .carousel .carousel-control-next:hover,
.home_sec .slider .carousel .carousel-control-prev:hover {
  border-width: 1px 0 1px 4px;
}
.home_sec .feature_item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  margin: 0 auto 25px;
  height: 80px;
  background-color: #fff;
  padding: 15px 9px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.home_sec .feature_item img {
  width: 32px;
  margin: 0 10px 0 0;
}
.home_sec .feature_item h3 {
  font-size: 14px;
  margin: 0 0 5px 0;
  font-weight: 600;
  color: var(--main_color);
}
.home_sec .feature_item p {
  color: #252525;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  line-height: 16px;
  letter-spacing: 0;
}

@media all and (max-width: 576px) {
  .home_sec .feature_item {
    margin: 15px auto 0;
  }
}
.hint_sec {
  background-color: var(--main_color);
  padding: 35px;
  color: #fff;
  margin: 25px auto;
  border-radius: 5px;
  line-height: 45px;
  font-size: 39px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hint_sec:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../images/sell.png) no-repeat right;
  background-size: cover;
}
.hint_sec i {
  font-size: 34px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  line-height: 45px;
}
.hint_sec a {
  background-color: #fff;
  color: var(--main_color);
  padding: 10px 15px;
  border-radius: 3px;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  width: 160px;
  margin: 25px auto 0;
}
.hint_sec a:hover {
  background-color: var(--second_color);
  color: #fff;
}
.hint_sec h3 {
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 15px 0 0;
  line-height: 30px;
  vertical-align: middle;
}
.categories .hint_sec {
  margin: 15px 0;
  padding: 15px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
}
.categories .hint_sec a {
  display: inline-block;
  margin: 5px;
  font-size: 12px;
  padding: 5px 15px;
}
.categories .hint_sec:before {
  display: none;
}
@media all and (max-width: 991.9px) {
  .hint_sec {
    padding: 15px;
    text-align: left;
    font-size: 26px;
    line-height: 35px;
  }
  .hint_sec i {
    font-size: 24px;
    line-height: 35px;
  }
  .hint_sec a {
    font-size: 12px;
    padding: 5px 15px;
    margin: 15px 0;
    text-align: center;
    width: 140px;
  }
  .hint_sec:before {
    width: 40%;
  }
}
@media all and (max-width: 767.9px) {
  .hint_sec {
    text-align: center;
    color: #ffffff;
  }
  .hint_sec i {
    text-align: center;
    display: block;
    margin: 0;
  }
  .hint_sec h3,
  .hint_sec p {
    display: block;
    width: 100%;
    text-align: center;
  }
  .hint_sec a {
    margin-top: 5px;
    float: none;
    display: block;
    max-width: 140px;
    margin: 10px auto 0;
  }
  .hint_sec:before {
    display: none;
  }
}
.categories {
  margin-bottom: 15px;
}
.categories .category {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #d5f1fb;
  overflow: hidden;
  margin: 15px auto;
  text-align: center;
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.categories .category img {
  margin: auto;
  height: 155px;
  width: auto;
}
.categories .category .cont {
  width: 100%;
  text-align: center;
  padding: 25px 0 0 0;
}
.categories .category .cont h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #373737;
  left: 0;
  right: 0;
  margin: 0 0 20px 0;
}
.categories .category .cont a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-bottom: 15px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 15px;
  background-color: var(--main_color);
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
  width: 140px;
  margin: 0;
}
.categories .category .cont a i {
  margin: 0 2px;
  vertical-align: middle;
}
.categories .category .cont a:hover {
  background-color: #373737;
  color: #fff;
}
.products {
  z-index: 98;
  background-color: #f1f1f1;
  padding-bottom: 15px;
}
.category_title {
  padding: 15px;
  background-color: #373737;
  color: #fff;
  margin: 25px auto 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.category_title i {
  margin-right: 5px;
}
.category_title img {
  display: inline-block;
  width: 22px;
}
.category_title .dropdown {
  float: right;
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  padding: 0;
}
.category_title .dropdown button,
.category_title .dropdown:focus {
  border: 0;
  background-color: transparent !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.category_title .dropdown .dropdown-menu {
  border: 0;
  right: -1px !important;
  left: auto !important;
  border-radius: 0;
  z-index: 9999;
  padding: 0;
  margin-top: 0;
  max-width: 144px !important;
  width: 144px !important;
  min-width: 144px;
}
.category_title .dropdown .dropdown-menu .dropdown-item {
  padding: 0 15px;
  line-height: 35px;
  text-align: left;
  font-size: 11px;
  border: 1px solid #f1f1f1;
  border-top: 0;
  position: relative;
  background-color: #fff;
}
.category_title .dropdown .dropdown-menu .dropdown-item:first-child {
  border-top: 1px solid #f1f1f1;
}
.category_title .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--main_color);
}
.category_title .filt-icon {
  display: none;
  float: right;
  border: 0;
  margin-left: 10px;
}
@media all and (max-width: 991.9px) {
  .category_title .filt-icon {
    display: inline-block;
  }
}
@media all and (max-width: 767.9px) {
  .category_title .dropdown,
  .category_title .filt-icon {
    float: none;
    min-width: 118px;
    display: inline-block;
    margin: 0 5px 0 5px;
  }
}
.category_hint {
  padding: 25px;
  background-color: #fff;
  border-radius: 3px;
  margin: 15px auto;
}
.category_hint h3 {
  display: block;
  position: relative;
  font-size: 18px;
  color: var(--main_color);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.category_hint h4 {
  display: block;
  position: relative;
  font-size: 14px;
  color: var(--second_color);
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0;
}
.category_hint p {
  font-size: 13px;
  margin: 0;
}
.category_hint p a {
  text-decoration: underline;
  color: var(--main_color);
  font-weight: 700;
  margin: 0 5px;
}
.products .section_title {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main_color);
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin: 25px auto;
}
.products .section_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 270px;
  background-color: var(--main_color);
}
@media all and (max-width: 576px) {
  .products .section_title {
    font-size: 16px;
  }
  .products .section_title:after {
    width: 190px;
  }
}
.products .product_item {
  margin: 15px auto;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.products .product_item span {
  color: #28a745;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
}
.products .product_item .product_cover {
  position: relative;
}
.products .product_item .product_cover img {
  width: 200px;
  -webkit-transition: 0.3s -webkit-filter linear;
  transition: 0.3s -webkit-filter linear;
  transition: 0.3s filter linear;
  transition: 0.3s filter linear, 0.3s -webkit-filter linear;
  -webkit-transition: 0.3s filter linear;
  -moz-transition: 0.3s filter linear;
  -ms-transition: 0.3s filter linear;
  -o-transition: 0.3s filter linear;
}
.products .product_item .product_cover span {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 99;
}
.products .product_item .product_cover .action {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  height: 40px;
}
.products .product_item .product_cover .action .icon {
  vertical-align: middle;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 0;
  color: #fff;
  background-color: var(--main_color);
  opacity: 0;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.products .product_item .product_cover .action .icon:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.products .product_item .product_cover .action .icon:nth-child(3) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.products .product_item .content {
  position: relative;
  padding: 15px;
}
.products .product_item .content a {
  display: block;
  margin: 10px auto;
  color: #373737;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.products .product_item .content a:hover {
  color: var(--main_color);
}
.products .product_item .content .info {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  font-weight: 600;
  color: var(--main_color);
  text-transform: uppercase;
  margin-top: 10px;
}
.products .product_item:hover .action .icon {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.products .product_item:hover .action .icon:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.products .product_item:hover .action .icon:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.products .product_item:hover img {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.toggle-container {
  margin: 15px 0;
  background-color: #f1f1f1;
}
.toggle-container .close_btn {
  margin: 0 0 15px 0;
  float: right;
  display: none;
  border: 0;
  background-color: transparent;
  color: #373737;
}
.toggle-container .panel {
  background-color: #fff;
  margin: 0 auto 15px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.toggle-container .panel h4.panel-title {
  line-height: 35px;
  margin: 0;
  padding: 5px 15px;
  border-bottom: 1px solid #f1f1f1;
}
.toggle-container .panel h4.panel-title a {
  display: block;
  position: relative;
  font-size: 12px;
  color: var(--main_color);
  text-transform: uppercase;
  font-weight: 700;
}
.toggle-container .panel h4.panel-title a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.toggle-container .panel h4.panel-title a:before {
  position: absolute;
  content: " - ";
  line-height: 35px;
  font-size: 22px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  right: 0;
  top: 0;
  color: var(--main_color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toggle-container .panel h4.panel-title a.collapsed:before {
  content: " + ";
}
.toggle-container .panel .panel-content {
  padding: 0 15px;
}
.toggle-container .panel .panel-content .form-group {
  margin: 10px 0;
}
.toggle-container .panel .panel-content .form-group .rate {
  text-align: left;
}
.toggle-container .panel .panel-content .form-group .form-control {
  line-height: 40px;
  height: 40px;
}
.toggle-container .panel .panel-content label {
  font-size: 12px;
  text-transform: uppercase;
}
.range-slider {
  width: 100%;
  margin: 0 auto 25px;
  text-align: center;
  position: relative;
  height: 60px;
}
.range-slider input[type="range"],
.range-slider svg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.range-slider span {
  display: block;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  color: var(--main_color);
  font-size: 12px;
  text-align: left;
}
.range-slider span div {
  float: left;
  width: 50%;
  text-align: left;
}
.range-slider span div:last-child {
  text-align: right;
  text-align: right;
}
.range-slider span input[type="number"] {
  border: 0;
  font-size: 12px;
  width: 50px;
  padding: 0;
  height: 20px;
  line-height: 20px;
  margin-left: -5px;
}
input[type="number"] {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1.6em;
}
input[type="number"]:invalid,
input[type="number"]:out-of-range {
  border: 2px solid tomato;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 95%;
  margin: auto;
}
input[type="range"]:focus {
  outline: 0;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: var(--main_color);
}
input[type="range"]:focus::-ms-fill-lower {
  background: var(--main_color);
}
input[type="range"]:focus::-ms-fill-upper {
  background: var(--main_color);
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: var(--main_color);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type="range"]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0 0 0 #000;
  border: 1px solid var(--second_color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background-color: var(--second_color);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background-color: var(--second_color);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type="range"]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0 0 0 #000;
  border: 1px solid var(--second_color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--main_color);
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: 0 0;
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background-color: var(--main_color);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type="range"]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0 0 0 #000;
  border: 1px solid var(--main_color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}
@media all and (max-width: 991.9px) {
  .toggle-container {
    position: fixed;
    margin: auto;
    top: 0;
    left: -270px;
    width: 270px;
    height: 100%;
    overflow-y: auto;
    background-color: #f1f1f1;
    padding: 15px;
    z-index: 9999;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09) !important;
    transition: 0.3s left linear;
    -webkit-transition: 0.3s left linear;
    -moz-transition: 0.3s left linear;
    -ms-transition: 0.3s left linear;
    -o-transition: 0.3s left linear;
  }
  .toggle-container.move {
    left: 0;
    -webkit-transition: 0.4s linear left;
    transition: 0.4s linear left;
  }
  .toggle-container.move::before {
    content: " ";
    position: fixed;
    width: calc(100% - 270px);
    height: 100%;
    left: 270px;
    top: 0;
    z-index: 99;
    -webkit-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
  }
  .toggle-container .close_btn {
    display: inline-block;
  }
}

/* Product Details
=======================*/
.product-show-wrapper {
  border-radius: 3px;
  overflow: hidden;
  position: sticky;
  margin: 25px auto 0;
  top: 190px;
}
.product-show-wrapper p {
  text-align: center;
  margin: 15px auto 0;
  line-height: 25px;
  font-size: 11px;
  text-transform: uppercase;
}
.product-show-wrapper .general-img {
  background: #fff;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.product-show-wrapper .general-img img {
  width: 100%;
}
.product-show-wrapper .product-gall a {
  display: block;
  float: left;
  height: 75px;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  overflow: hidden;
}
.product-show-wrapper .product-gall a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  height: 100%;
  border-radius: 3px;
}
.product-show-wrapper .thumblist-box {
  max-height: 75px;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
  background-color: #fff;
}
.product-show-wrapper .thumblist-box .next,
.product-show-wrapper .thumblist-box .prev {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  color: var(--main_color);
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-show-wrapper .thumblist-box .next i,
.product-show-wrapper .thumblist-box .prev i {
  line-height: 30px;
}
.product-show-wrapper .thumblist-box .next:hover,
.product-show-wrapper .thumblist-box .prev:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--main_color);
}
.product-show-wrapper .thumblist-box .next {
  left: auto;
  right: 0;
}
.product-details {
  background-color: #fff;
  margin: 25px auto 0;
  padding: 25px 25px 5px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.product-details .prod-name {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  color: #373737;
  margin-bottom: 15px;
}
.product-details .prod-name img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
.product-details .prod-price.was {
  text-transform: capitalize;
  font-size: 14px;
  color: var(--second_color);
  margin: 20px 0 -10px 0;
  line-height: 20px;
}
.product-details .prod-price.was span {
  text-decoration: line-through;
}
.product-details .prod-price {
  display: block;
  color: var(--main_color);
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
  margin: 20px 0;
}
.product-details .prod-price span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.product-details .prod_categ {
  display: inline-block;
  margin-top: 5px;
  background-color: #28a745;
  padding: 0 25px 0 15px;
  font-size: 14px;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  text-transform: uppercase;
}
.product-details .prod_categ a {
  color: #fff;
  line-height: 30px;
}
.product-details .prod-rate {
  display: block;
  margin: 10px auto;
}
.product-details .prod-rate .rate {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #f0e32f;
}
.product-details .prod-rate a.add-review {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  border-left: 1px solid #f4f5f7;
  padding-left: 15px;
  color: var(--main_color);
  font-weight: 600;
  font-size: 12px;
  text-decoration: underline;
}
.product-details .prod-rate span {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 5px;
  color: #28a745;
}
.product-details .prod-details {
  line-height: 20px;
  font-size: 14px;
  margin: 15px auto;
}
.product-details .info li {
  line-height: 30px;
  font-size: 14px;
  padding-left: 20px;
}
.product-details .info li::before {
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 11px;
  background-color: var(--main_color);
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product-details .product-form {
  overflow: hidden;
  margin: auto;
}
.product-details .product-form .form-group {
  margin: 0;
}
.product-details .product-form .form-group button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-bottom: 10px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 20px;
  background-color: var(--main_color);
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
  margin: 10px auto;
}
.product-details .product-form .form-group button i {
  margin: 0 2px;
  vertical-align: middle;
}
.product-details .product-form .form-group button:hover {
  background-color: #373737;
  color: #fff;
}
.product-details .product-form .form-group button:last-child {
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #f6192d;
  color: #fff;
}
@media all and (max-width: 576px) {
  .product-details {
    padding: 15px;
  }
  .product-details .prod-name {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .product-details .prod-rate .rate {
    display: block;
  }
  .product-details .info li {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .product-details .info li:before {
    top: 7px;
  }
  .product-details .cat-number {
    display: block;
    width: 100%;
    margin: 0;
  }
  .product-details .cat-number * {
    width: 33.33% !important;
  }
}
.upgrade .form-group {
  margin: 15px 0;
}
.upgrade .form-group .form-control {
  font-size: 14px;
  color: #373737;
  letter-spacing: 1px;
}
.nav-tabs {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px 5px 0 0;
  justify-content: space-evenly;
  margin-top: 25px;
}
.nav-tabs .nav-item .nav-link {
  border: 0;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: var(--main_color);
  line-height: 20px;
  display: block;
  letter-spacing: 2px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: var(--main_color);
}
.tab-content {
  background-color: #fff;
  padding: 25px;
  border-radius: 0 0 5px 5px;
  margin-bottom: 25px;
}
.tab-content h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.tab-content p {
  font-size: 14px;
  letter-spacing: 1px;
}
table tr td,
table tr th {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  letter-spacing: 0;
}
.add-rate {
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #f4f5f7;
  padding: 15px 25px 5px;
  border-radius: 3px;
  margin: 15px auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.add-rate label {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main_color);
}
.add-rate .form-control {
  margin: 15px 0;
}
.add-rate button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 25px;
  background-color: var(--second_color);
  color: #373737;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
}
.add-rate button i {
  margin: 0 2px;
  vertical-align: middle;
}
.add-rate button:hover {
  background-color: #373737;
  color: #fff;
}
.add-rate .rating-block span,
.add-rate .rating-numb,
.add-rate .star-rating {
  line-height: 35px;
  font-size: 14px;
  float: left;
  margin-right: 5px;
}
.add-rate .rating-block {
  display: block;
  position: relative;
  overflow: hidden;
}
.add-rate .rating-numb {
  width: 40px;
  height: 35px;
  text-align: center;
  font-weight: 700;
  margin-top: 0;
  margin-left: 10px;
}
.add-rate .star-rating {
  margin-right: -10px;
  padding: 0 5px;
  cursor: pointer;
  color: #9d9d9d;
  font-size: 14px;
}
.add-rate .colorstar {
  color: #ffc107;
}
@media all and (max-width: 991px) {
  .nav-tabs {
    justify-content: center;
  }
}
@media all and (max-width: 576px) {
  .nav-tabs {
    justify-content: flex-start;
  }
  .nav-tabs .nav-item .nav-link {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 5px 15px;
  }
  .tab-content {
    padding: 5px 10px;
  }
  .add-rate {
    padding: 0;
    border: 0;
  }
}

/* Cart
=======================*/
.cart_lists {
  margin: 15px 0;
}
.cart_lists li {
  border: 0;
  font-size: 14px;
  background-color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.cart_lists li img {
  height: 100px;
  margin: -10px 15px 0 0;
}
.cart_lists li .product-price {
  margin: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.cart_lists li .product-price span {
  display: block;
}
.cart_lists li > a {
  color: var(--main_color);
  font-size: 14px;
  display: inline-block;
  width: 230px;
}
.cart_lists li .cat-number {
  width: 110px;
  margin: 0 auto;
}
.cart_lists li button {
  margin: 0;
  width: 30px;
  line-height: 30px;
  height: 30px;
  border: 0;
  color: #e03b1e;
  background-color: transparent;
}
@media all and (max-width: 767.9px) {
  .cart_lists li .cat-number {
    width: 180px;
  }
  .cart_lists li > a {
    width: 140px;
  }
}
@media all and (max-width: 576px) {
  .cart_lists li {
    display: block;
    text-align: center;
  }
  .cart_lists li img {
    margin: auto;
  }
  .cart_lists li > a {
    display: block;
    width: 100%;
  }
  .cart_lists li .product-price {
    display: inline-block;
  }
  .cart_lists li .cat-number {
    display: inline-block;
    width: auto;
  }
  .cart_lists li button {
    display: inline-block;
    width: 10px;
  }
}
.block-item {
  padding: 25px;
  margin: 15px auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.block-item .form-title {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--main_color);
  padding-bottom: 15px;
  line-height: 25px;
}
.block-item ul li {
  overflow: hidden;
  line-height: 25px;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0;
}
.block-item ul li span {
  float: right;
  color: #373737;
  font-size: 14px;
}

.block-item hr {
  margin: 0 0 5px 0;
  border-color: #dee2e6;
}
.block-item button {
  margin: 15px 0;
}
.block-item .shop-item {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 99;
}
.block-item .shop-item img {
  float: left;
  width: 40px;
}
.block-item .shop-item .shop-item-info {
  display: block;
  position: relative;
  padding: 0 50px;
  text-align: left;
}
.block-item .shop-item .shop-item-info a {
  color: var(--main_color);
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}
.block-item .shop-item .shop-item-info .shop-count {
  display: block;
  position: relative;
  line-height: 20px;
  font-size: 12px;
}
.block-item .shop-item .shop-item-info span {
  display: inline-block;
  color: #777;
  margin: 0 2px;
}
.block-item .shop-item .shop-item-info button {
  position: absolute;
  height: 25px;
  width: 25px;
  line-height: 27px;
  border: 0;
  color: var(--second_color);
  font-size: 11px;
  background-color: #f298a1;
  border-radius: 50%;
  top: -35px;
  right: -50px;
  z-index: 9999;
  padding: 0 0 0 1px;
  text-align: center;
}
.block-item input[type="radio"] + label {
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.block-item input[type="radio"] + label::before {
  bottom: auto;
  top: 4px;
}
.bill_wrap {
  display: none;
}
.block-item .fa-cc-paypal {
  color: #1f264f;
  font-size: 32px;
  vertical-align: middle;
  margin-right: 5px;
}
.block-item .wide {
  text-align: center;
  display: block;
  margin: 10px 0 0;
}
.block-item .wide input[type="radio"] + label {
  margin: 0;
  padding: 10px 15px;
}
.block-item .wide input[type="radio"] + label::before {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  top: 0;
  border: 1px solid #cfcfcf;
}

.block-item .wide input[type="radio"]:checked + label::before {
  content: " ";
  background-color: transparent;
  border-color: var(--main_color);
}
.block-item .wide img {
  margin: auto;
  display: inline-block;
  vertical-align: sub;
  width: 64px;
  margin-right: 5px;
}
.block-item .payment_options li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0 0;
}
.payment_options img {
  width: 55px;
}
.block-item .cart_features li {
  font-size: 12px;
}
.cart_features li img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}
.cat-number {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin: 10px auto;
  text-align: center;
}
.cat-number * {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.cat-number a {
  border: 1px solid #ccc;
  color: var(--second_color);
  font-size: 16px;
}
.cat-number a i {
  float: none;
  text-align: center;
}
.cat-number input[type="text"] {
  width: 40px;
  padding: 0;
  text-align: center;
  border-width: 1px 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* About - Contact
=======================*/
.about,
.contact {
  padding-bottom: 25px;
  background-color: #f1f1f1;
}

.contact form,
.contact .store {
  padding: 25px 25px 0;
  background-color: #fff;
  margin: 15px auto;
}
.contact .store {
  padding: 25px 25px 10px;
}
.contact iframe {
  margin: 15px auto;
  padding: 15px;
  background-color: #fff;
}
.about .col-12 .row {
  margin: 25px auto;
}
.about .about-content {
  padding: 25px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
.about .about_img {
  padding: 0;
}
.about .about_img img {
  width: 100%;
}
.about h3 {
  font-size: 16px;
  color: var(--main_color);
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
}
.about p {
  margin: 10px 0;
  font-size: 13px;
}
.block {
  background-color: #fff;
  padding: 25px;
}
.about .it_disposal {
  position: relative;
  padding: 25px;
  background: url(../images/it_disposal.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 10px !important;
}
.it_disposal:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.serv {
  margin: 25px auto;
  text-align: center;
  color: #fff;
}
.serv img {
  width: 55px;
  margin-bottom: 5px;
}
.serv h3 {
  color: #fff;
  margin: 15px 0 10px;
}
.serv p {
  font-size: 12px;
  margin: 0;
  padding: 0 10px;
}
@media all and (max-width: 1200px) {
  .about-content p {
    font-size: 12px;
    line-height: 22px;
    margin: 5px 0;
  }
}
@media all and (max-width: 576px) {
  .about .about-content {
    padding: 25px;
  }
}
.contact form h3 {
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.contact form h3 img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.contact form button {
  margin-bottom: 25px;
}
.store h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  line-height: 25px;
}
.store h3 img {
  display: inline-block;
  height: 25px;
  vertical-align: bottom;
  margin-right: 5px;
}
.store .contact-info li a {
  color: var(--second_color);
  font-size: 15px;
  line-height: 35px;
}

/* Profile
=======================*/
.profile_head {
  background-color: #fff;
  border-radius: 3px;
  padding: 15px;
  margin: 15px auto;
  text-align: center;
}
.profile_head > i {
  background-color: var(--second_color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 80px;
}
.profile_head img {
  width: 100px;
  border-radius: 50%;
  border: 2px solid var(--main_color);
  padding: 5px;
}
.profile_head > span {
  display: block;
  font-weight: 700;
  line-height: 25px;
  margin: 10px 0 0;
  color: #010101;
  font-size: 14px;
  text-transform: uppercase;
}
.profile_links li {
  display: block;
}
.profile_links li a {
  display: block;
  border: 1px solid #e0e0e0;
  line-height: 40px;
  color: #010101;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin: 14px auto;
  text-align: left;
  padding: 0 15px;
  border-radius: 3px;
}
.profile_form .custom_btn:hover,
.profile_links li .custom_btn:hover {
  background-color: var(--second_color);
  color: #fff;
}
.profile_links li .custom_btn {
  width: 100%;
}
.profile_links li a:hover,
.profile_links li.active a {
  color: var(--main_color);
}
.input-container {
  overflow: hidden;
  border: 1px solid #f1f1f1;
  padding: 0 0 0 15px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  background-color: #f9f9f9;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 1px;
}
input[type="file"] {
  display: none;
}
.input-container .custom_btn {
  margin: 0;
  float: right;
  height: 100%;
  padding: 0 15px;
}
.box {
  margin: 15px auto;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.box .row {
  margin: auto;
}
.box .box_title {
  color: var(--main_color);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  border-bottom: 1px solid #f1f1f1;
}
.box .box_title .custom_btn {
  margin: 0;
  float: right;
  background-color: var(--green_color);
}
.profile_form {
  padding: 25px;
}
.profile_form .form-title {
  font-size: 14px;
  color: var(--main_color);
  margin-bottom: 15px;
}
.profile_form table button {
  border: 0;
  background-color: var(--main_color);
  color: #fff;
  padding: 0 10px;
  line-height: 25px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 3px;
}
.modal .block-item {
  padding: 0;
  margin: 0;
}
.modal .block-item ul {
  text-align: left;
}
.profile_form .table tr td,
.profile_form .table tr th {
  border-width: 1px;
  border-color: #e2e2e2;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  min-width: 135px;
}
.profile_form .table tr td:first-child,
.profile_form .table tr th:first-child {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}
.profile_form .table tr td span {
  display: inline-block;
  padding: 0 10px;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.profile_form .table tr td span.green {
  background-color: #28a745;
}
.profile_form .table tr td span.yellow {
  background-color: #fdee18;
  color: #010101;
}

/* News
=======================*/
.news_block {
  display: flex;
  background-color: #fff;
  margin: 15px auto;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
}
.news_block img {
  width: 270px;
  margin: 0;
}
.news_block .news_cont {
  padding: 20px;
}
.news_block .news_cont a {
  display: inline-block;
  color: var(--main_color);
  line-height: 25px;
}
.news_block .news_cont .category {
  background-color: var(--main_color);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 5px;
  border-radius: 3px;
  line-height: 22px;
  display: inline-block;
}
.news_block .news_cont p {
  font-size: 12px;
  color: #777;
  line-height: 22px;
  margin: 5px 0;
}
@media all and (max-width: 767px) {
  .news_block {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .news_block img {
    margin-top: 25px;
  }
}
.news_details,
.related,
.share {
  background-color: #fff;
  padding: 25px;
  margin: 15px auto;
  border-radius: 3px;
}
.news_details h3 {
  font-size: 24px;
}
.news_details h4,
.related a h3 {
  font-size: 16px;
  margin: 15px 0;
  color: var(--main_color);
}
.news_details p {
  color: #444;
}
.news_details img {
  border-radius: 5px;
  margin: 25px auto;
}
.related {
  position: sticky;
  top: 230px;
}
.related h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
}
.related a {
  display: block;
  color: #444;
  border-top: 1px solid #f1f1f1;
  padding-top: 15px;
  margin-top: 15px;
}
.related a h3 {
  margin: 0;
  font-size: 13px;
}
.related a p {
  font-size: 12px;
  margin: 5px 0 0 0;
}
.share button {
  margin: 10px auto 0;
  border: 0;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 30px;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
}
.share .face {
  background-color: #3b5999;
}
.share .twitt {
  background-color: #55acee;
}
.share .linked {
  background-color: #0077b5;
}
.share .email {
  background-color: #dd4b39;
}
@media all and (max-width: 991.9px) {
  .news_row {
    flex-direction: column-reverse;
  }
}

/* Sell
========================*/
.sell_form {
  background-color: #fff;
  padding: 25px;
  margin: 25px auto;
  border-radius: 3px;
}
.sell_form .form-group {
  margin: 15px 0;
}
.sell_form h3 {
  font-size: 15px;
  margin: 0 0 15px 0;
}
.sell_form h3 a {
  text-decoration: underline;
  color: var(--second_color);
}
.sell_form label {
  text-transform: uppercase;
}
.sell_form span {
  font-size: 10px;
  color: var(--main_color);
  display: block;
  margin-bottom: 15px;
}
.radio_wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.sell_form .upload-btn {
  display: inline-block;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.sell_form .upload-btn input[type="file"] {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
}
.sell_form .upload-btn .custom_btn {
  margin: 0;
  width: 100%;
  text-transform: uppercase;
  padding: 0 15px;
}
.sell_form .upload-btn .custom_btn i {
  margin-right: 5px;
}
.sell_form .gallery {
  display: block;
  background-color: #fdfdfd;
  margin: 15px auto;
  padding: 25px;
  min-height: 150px;
  border: 1px dashed #ccc;
  border-radius: 3px;
  position: relative;
}
.sell_form .gallery:before {
  content: " Photos";
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  letter-spacing: 15px;
  font-size: 54px;
  opacity: 0.04;
  font-style: italic;
}
.sell_form .gallery .thumb {
  display: inline-block;
  position: relative;
  width: 120px;
  margin: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.sell_form .gallery .thumb button {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  background-color: #f44336;
  border-radius: 50%;
  border: 0;
  color: #fff;
}
.sell_form .gallery .thumb img {
  width: 100%;
}

/* Footer
=======================*/
footer {
  padding: 30px 0;
  background-color: #373737;
}
.contact-info li a {
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
  min-height: 35px;
  display: inline-block;
}
.contact-info li:nth-child(1) a,
footer .contact-info li:last-child a {
  line-height: 20px;
}
.contact-info li a i {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background-color: var(--main_color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
footer h3 {
  letter-spacing: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0;
}
footer p {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  margin: -5px 0 0 0;
}
footer .trustpilot {
  margin: 50px auto auto;
  width: 120px;
  transform: translateX(-30px);
}
footer .footer_img {
  margin: 0 0 30px 0;
  width: 230px;
}
footer ul.img_list li {
  display: inline-block;
}
footer ul.img_list li img {
  display: inline-block;
  width: 65px;
  margin: 7px auto 0;
}
footer ul li a {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
}
footer ul li a:hover {
  color: #fff;
}
footer .subscribe-form {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 15px auto 0;
}
footer .subscribe-form .form-group {
  margin: 0;
}
footer .subscribe-form .icon-btn {
  border: none;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0;
  background-color: var(--main_color);
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
  margin: 0;
  position: absolute;
  right: 2px;
  top: 2px;
}
footer .subscribe-form .icon-btn i {
  margin: 0 2px;
  vertical-align: middle;
}
footer .subscribe-form .icon-btn:hover {
  background-color: #373737;
  color: #fff;
}
footer .scoial-links li {
  display: inline-block;
  margin-bottom: 5px;
}
footer .scoial-links li a {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  margin: auto;
  background-color: #424242;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
footer .scoial-links li a:hover {
  background-color: var(--main_color);
  color: #fff;
}
footer .scoial-links li a i {
  line-height: 30px;
}
@media all and (max-width: 991.9px) {
  footer img {
    margin: 10px 0;
  }
}
.copyrights {
  background-color: #373737;
  color: #fff;
  padding: 25px 0;
  line-height: 20px;
  font-size: 12px;
  position: relative;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.copyrights ul {
  text-align: right;
}
.copyrights ul li {
  display: inline-block;
}
.copyrights ul li i {
  font-size: 22px;
  color: #fff;
}
@media all and (max-width: 1200px) {
  .copyrights {
    padding: 25px 50px;
  }
}

@media all and (max-width: 991px) {
  .copyrights,
  .copyrights .text-right {
    text-align: center !important;
  }
}

/* Support
=======================*/
.support_btn,
.whats-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  background-color: var(--main_color);
  color: #fff;
  border: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
}
.whats-btn i,
.support_btn i {
  line-height: 45px;
  color: #fff;
}
.whats-btn {
  bottom: 65px;

  background-color: #25d366;
}
.support_box {
  position: fixed;
  bottom: 65px;
  right: -45px;
  z-index: 9998;
  background-color: #fcfcfc;
  color: #212122;
  border: 0;
  width: 100%;
  max-width: 290px;
  border-radius: 5px;
  font-size: 20px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s linear;
  transition-property: opacity, right, visibility;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.support_box.open {
  opacity: 1;
  visibility: visible;
  right: 15px;
}
.support_box .support_head {
  background-color: var(--main_color);
  color: #fff;
  padding: 0 15px;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}
.support_box .support_cont {
  max-height: 340px;
  min-height: 340px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
}
.support_box .support_cont .comment {
  font-size: 11px;
  background-color: #d5f1fb;
  padding: 15px;
  line-height: 22px;
  margin: 0;
  max-width: 100%;
  text-align: right;
}
.support_box .support_cont .comment.replay {
  text-align: left;
  background-color: #fff;
}
.support_box .form-group {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0 0 5px 5px;
}
.support_box .form-group .form-control {
  border: 0;
  border-top: 1px solid #eee;
  border-radius: 0 0 5px 5px;
}
.support_box .form-group button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  border: 0;
  margin: auto;
  background-color: var(--main_color);
  color: #fff;
  width: 40px;
  height: 45px;
  border-radius: 0;
}

/* UP Button
=======================*/
.up-btn {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  margin: auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 0;
  background-color: var(--main_color);
  color: #fff;
  z-index: 999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 3px;
}
.up-btn:hover {
  color: #373737;
}

/* Loading
=======================*/
.loading {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: var(--second_color);
}
.loading .load_cont {
  margin: auto;
  position: relative;
  width: 300px;
}
.loading .load_cont img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.loading .load_cont img:nth-child(1) {
  position: absolute;
  left: 39px;
  margin: auto;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: bounce;
  animation-timing-function: linear;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
