* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  padding-top: 148px;
}

.owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 30%;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 0;
  direction: ltr;
}

.owl-nav>div {
  background: #d9d9d9;
  color: #fff;
  font-size: 25px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-nav>div:hover {
  background: #6f4dbe;
  color: #fff;
}

.owl-nav .owl-prev {
  position: relative;
  right: 70px;
  top: 60px;
}

.owl-nav .owl-next {
  position: relative;
  left: 70px;
  top: 60px;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
}

label {
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.btn:focus {
  box-shadow: none;
}

.btn:hover {
  color: unset;
}

.form-control {
  border-radius: 5px;
  padding: 20px;
  background-color: #FFF;
  font-size: 12px;
  color: #6F4DBE;
}

.form-control::placeholder {
  color: #d1d1d1;
}

.form-control,
textarea.form-control {
  box-shadow: 0px 6px 12px -2px #231F2030;
  border: none;
  transition: all 0.5s ease-in-out;
}

.form-control:focus,
textarea.form-control:focus {
  color: #6F4DBE;
  box-shadow: 0px 6px 12px -2px #a78ee1bb;
}

textarea.form-control {
  resize: none;
  height: 150px;
}


.section_header {
  margin-bottom: 50px;
}

.section_header .section-title {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}

.section_header .header_line {
  text-align: center;
}

.section_header .header_line img {
  width: auto;
  height: 13px;
}


.Notification_PopUp {
  padding: 30px;
  box-shadow: 2px 3px 10px #2727274d;
  border-radius: 10px;
  background-color: #F6F6F6;
}

.Notification_PopUp .title {
  border-bottom: 1px solid #e9e6e6;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.Notification_PopUp .title h3 {
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

.Notification_PopUp .notificationItem {
  width: 100%;
  margin-bottom: 10px;
  background-color: #FFF;
  box-shadow: 0px 6px 10px #0000000d;
  border-radius: 10px;
  padding: 10px 20px;
  position: relative;
  text-align: left;
}

.Notification_PopUp .notificationItem:last-of-type {
  margin-bottom: 0;
}

.Notification_PopUp .notificationItem .date {
  margin-bottom: 5px;
}

.Notification_PopUp .notificationItem .date ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Notification_PopUp .notificationItem .date ul li {
  display: inline-block;
  margin-right: 10px;
  margin-left: unset;
  position: unset;
}

.Notification_PopUp .notificationItem .date ul li i {
  color: #A78EE1;
  font-size: 10px;
  margin-right: 5px;
}

.Notification_PopUp .notificationItem .date ul li span {
  font-size: 10px;
  color: #CECECE;
}

.Notification_PopUp .notificationItem .desc p {
  font-size: 10px;
  color: #BCBCBC;
  line-height: 1.7;
  margin-bottom: 0;
}

.AddAuction_PopUp {
  padding: 30px;
  box-shadow: 2px 3px 10px #2727274d;
  border-radius: 10px;
  background-color: #F6F6F6;
}

.AddAuction_PopUp .title {
  border-bottom: 1px solid #e9e6e6;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.AddAuction_PopUp .title h3 {
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

input[type="file"] {
  display: none;
}

.AddAuction_PopUp .form .form-group {
  margin-bottom: 20px;
}

.AddAuction_PopUp .form .upload {
  background-color: #FFF;
  padding: 8px 20px;
  box-shadow: 0px 6px 12px -2px #231F2030;
  border-radius: 5px;
}

.AddAuction_PopUp .form .upload label {
  font-size: 12px;
  color: #d1d1d1;
  margin-bottom: 0;
}

.AddAuction_PopUp .form .upload .FileUplaod {
  text-align: right;
}

.AddAuction_PopUp .form .upload .FileUplaod .custom-file-upload {
  color: #000;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.AddAuction_PopUp .form .upload .FileUplaod .custom-file-upload img {
  width: auto;
  height: 20px;
}

.AddAuction_PopUp .form .MyLabel {
  display: block;
  position: relative;
  pointer-events: auto;
  padding-left: 30px;
  left: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  color: #212121;
}

.AddAuction_PopUp .form .MyLabel a {
  text-decoration: none;
  outline: none;
  color: #6F4DBE;
}

.AddAuction_PopUp .form .MyLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.AddAuction_PopUp .form .MyLabel .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ececec;
}

.AddAuction_PopUp .form .MyLabel input:checked~.checkmark {
  background-color: #6F4DBE;
  border-color: #6F4DBE;
}

.AddAuction_PopUp .form .MyLabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.AddAuction_PopUp .form .MyLabel input:checked~.checkmark:after {
  display: block;
}

.AddAuction_PopUp .form .MyLabel .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.AddAuction_PopUp .form .uploads {
  margin-bottom: 20px;
}

.AddAuction_PopUp .form .uploads ul {
  list-style: none;
  padding: 0;
  margin: 0;

}

.AddAuction_PopUp .form .uploads ul li {
  display: inline-block;
  margin-right: 20px;
}

.AddAuction_PopUp .form .uploads ul li.add_auction {
  text-align: center;
  margin-right: unset;
  display: block;
}


.AddAuction_PopUp .form .uploads ul li .AddFile {
  position: relative;
  display: inline-block;
  text-align: center;
}

.AddAuction_PopUp .form .uploads ul li .AddFile img {
  width: auto;
  height: 95px;
  border-radius: 10px;
  cursor: pointer;
}

.AddAuction_PopUp .form .uploads ul li.add_auction img {
  height: 120px;
}

.AddAuction_PopUp .form .uploads ul li .AddFile a {
  color: #9E9D9D;
  text-decoration: none;
  outline: none;
}

.AddAuction_PopUp .form .uploads ul li .AddFile .upload-box {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.AddAuction_PopUp .form .sendBtn {
  text-align: right;
  margin-top: 30px;
}

.AddAuction_PopUp .form .sendBtn a {
  display: inline-block;
  background: #6f4dbe;
  color: #FFF;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  width: 180px;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.AddAuction_PopUp .form .sendBtn a:hover {
  background-color: #A78EE1;
}


.Bidders_PopUp {
  padding: 30px;
  box-shadow: 2px 3px 10px #2727274d;
  border-radius: 10px;
  background-color: #F6F6F6;
}

.Bidders_PopUp .title {
  border-bottom: 1px solid #e9e6e6;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.Bidders_PopUp .title h3 {
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

.Bidders_PopUp .bidderItem {
  margin-bottom: 10px;
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
}

.Bidders_PopUp .bidderItem .date {
  margin-bottom: 10px;
}

.Bidders_PopUp .bidderItem .date ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Bidders_PopUp .bidderItem .date ul li {
  display: inline-block;
  margin-right: 10px;
}

.Bidders_PopUp .bidderItem .date ul li i {
  color: #A78EE1;
  font-size: 12px;
  margin-right: 5px;
}

.Bidders_PopUp .bidderItem .date ul li span {
  font-size: 12px;
  color: #7d7d7d;
}

.Bidders_PopUp .bidderItem .name h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}



.Bid_PopUp {
  padding: 30px;
  box-shadow: 2px 3px 10px #2727274d;
  border-radius: 10px;
  background-color: #F6F6F6;
  text-align: center;
}

.Bid_PopUp .title {
  border-bottom: 1px solid #e9e6e6;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.Bid_PopUp .title h3 {
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

.Bid_PopUp .content {
  margin-bottom: 20px;
  text-align: center !important;
}

.Bid_PopUp .content p {
  text-align: center !important;
}

.Bid_PopUp .content span {
  color: #6F4DBE;
  font-weight: 600;
  display: block;
}

.Bid_PopUp .buttons .Pay_Btn {
  border: none;
  background-color: #6F4DBE;
  padding: 7px;
  width: 140px;
  margin: auto;
  margin-right: 7px;
  text-align: center;
  border-radius: 5px;
  color: #FFF;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.Bid_PopUp .buttons .Pay_Btn:hover {
  background-color: #A78EE1;
}


.Bid_PopUp .buttons .Cancel_Btn {
  border: 1px solid #6F4DBE;
  background-color: transparent;
  padding: 5px;
  width: 140px;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  color: #6F4DBE;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.Bid_PopUp .buttons .Cancel_Btn:hover {
  background-color: #6F4DBE;
  border-color: #6F4DBE;
  color: #FFF;
}

.modal {
  z-index: 1075;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  border-radius: 10px;
  outline: 0;
  border: 0;
  box-shadow: none;
}

.SearchModelContent {
  background-color: transparent;
}

.search_box_popup {
  width: 80%;
  margin: auto;
  text-align: center;
}

.search_box_popup .search_input {
  width: 100%;
  padding: 10px;
  border: 1px solid #efeeee;
  border-radius: 5px;
  outline: none;
  margin-bottom: 0px;
  font-size: 14px;
  -webkit-appearance: none;
  transition: all 0.5s ease-in-out;
}

.search_box_popup .search_btn {
  visibility: hidden;
  opacity: 0;
  padding: 7px;
  background-color: #6f4dbe;
  color: #fff;
  width: 50%;
  outline: none;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.search_box_popup .search_btn:hover {
  background-color: #a78ee1;
}

.Search_Icon {
  position: absolute;
  right: 80px;
  top: 22px;
  font-size: 20px;
  color: #6f4dbe;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}

.breadcrumb {
  background-color: #f4f4f4;
  margin: 1rem 0;
  border-radius: 10px;
}

.breadcrumb li a {
  color: #000;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.breadcrumb li a:hover {
  color: #dc051e;
}

.breadcrumb-item.active {
  font-size: 14px;
  margin-top: 3px;
  font-weight: 500;
}

.breadcrumb {
  background-color: #f8f8f8;
  margin-top: 1rem;
  border-radius: 8px;
}

.breadcrumb li a {
  color: #6f4dbe;
  outline: none;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.breadcrumb li a:hover {
  color: #131e25;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #c4c4c4;
}

/* Global Breadcrumbs Style matching designer mockup */
.breadcrumb {
  background-color: #f8f8f8 !important;
  background: #f8f8f8 !important;
  padding: 12px 20px !important;
  margin: 15px 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  list-style: none;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px;
  font-family: "Montserrat", sans-serif !important;
}

.breadcrumb-item {
  background: transparent !important;
  padding: 0 !important;
  font-family: "Montserrat", sans-serif !important;
}

.breadcrumb-item a {
  color: #6f4dbe !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
}

.breadcrumb-item a:hover {
  color: #131e25 !important;
}

.breadcrumb-item.active {
  color: #c7c7c7 !important;
  font-size: 14px !important;
  margin-top: 3px !important;
  font-family: "Montserrat", sans-serif !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #c4c4c4 !important;
  padding-right: 8px !important;
}

/* Force All Headings to use Designer's Montserrat Font */
h1, h2, h3, h4, h5, h6, .Section_title h2, .Inside_Section_title h2 {
  font-family: "Montserrat", sans-serif !important;
}

/* Global Section Title Style matching designer mockup */
.Section_title {
  margin-bottom: 35px !important;
  margin-top: 10px !important;
}

.Section_title h2 {
  margin-bottom: 0 !important;
  color: #1D2B64 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  position: relative !important;
  padding-bottom: 12px !important;
  display: inline-block !important;
  line-height: 1.2 !important;
}

.Section_title h2::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 45px !important;
  height: 4px !important;
  background: #6f4dbe !important;
  border-radius: 4px !important;
}

/* RTL support for Section Title Underline */
body[style*="direction: rtl"] .Section_title h2::after,
body.rtl .Section_title h2::after {
  right: 0 !important;
  left: auto !important;
}

.Inside_Section_title {
  margin-bottom: 40px;
  position: relative;
}

.Inside_Section_title h2 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
}


.nav-pills {
  padding: 0;
}

.nav-pills .nav-link {
  color: #BBBBBB;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  padding: 10px 5px;
  margin-right: 10px !important;
  border-radius: 0px;
  text-align: center;
  width: 160px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.nav-pills .nav-link:last-of-type {
  margin-right: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
  border-color: #6F4DBE;
  background-color: transparent;
  color: #6F4DBE;
}

.Test_Tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  cursor: pointer;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeef0;
}

.simple-pagination ul {
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #f4f4f4;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid transparent;
  outline: none;
}

.page-link:focus {
  outline: none;
  box-shadow: none;
}

.page-link:hover {
  color: #fff;
  background: #6f4dbe;
  border-color: #fff;
}

.simple-pagination .current {
  color: #fff;
  background-color: #6f4dbe;
  border-color: transparent;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #6f4dbe;
  color: #fff;
  border: 1px solid transparent;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #6f4dbe;
  border-radius: 0.25rem;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #6f4dbe;
}

.formobile {
  display: none;
}

.formobile img {
  margin-right: 5px;
  height: 15px;
}

.headSection {
  background-color: #6f4dbe;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px;
}

.headSection .Links {
  display: flex;
  align-items: center;
  justify-content: right;
}

.headSection .Links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.headSection .Links ul li {
  display: inline-block;
  margin-left: 20px;
}

.headSection .Links ul li a {
  color: #fff;
  font-size: 14px;
  padding-left: 5px;
  transition: all 0.2s ease-in-out;
}

.headSection .Links ul li a i {
  margin-right: 5px;
  background-color: #a78ee1;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}

.headSection .social {
  display: flex;
  align-items: center;
  justify-content: left;
}

.headSection .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.headSection .social ul li {
  display: inline-block;
  margin-right: 10px;
}

.headSection .social ul li a {
  display: flex;
  color: #fff;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  background-color: transparent;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}

.headSection .social ul li a i {
  font-size: 16px;
}

.headSection .social ul li a:hover {
  background-color: #a78ee1;
}

.navbar {
  background-color: #fff;
  padding: 5px 0;
  top: 38px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
  transition: top 0.5s ease-in-out 0s;
}

.navbar-collapse {
  justify-content: center;
}

#navbarContent::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  padding: 0.7rem 1rem;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #6f4dbe;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #6f4dbe;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../images/menu-button.svg");
}

.navbar-light .navbar-toggler {
  position: fixed;
  right: 4%;
  top: 20px;
  z-index: 1;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  box-shadow: none;
  outline: none;
}

.navbar-toggler>.close {
  display: inline-block;
  color: #000;
  opacity: 1;
  text-shadow: none;
  margin-top: 3px;
}

.navbar-toggler.collapsed>.close,
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
  display: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.navbar-brand {
  outline: none;
  text-decoration: none;
  margin-left: 0;
  margin-right: 0;
}

.navbar-brand img {
  width: auto;
  height: 90px;
}

.navbar .links {
  text-align: right;
}

.navbar .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar .links ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

.CartNumber {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #6f4dbe;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  z-index: 5;
}

.CartNumber h5 {
  font-size: 11px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  color: #fff;
}

.navbar .links ul li a {
  outline: none;
  text-decoration: none;
}

.navbar .links ul li img {
  width: auto;
  height: 20px;
}

.navbar .links ul li img.userNav:hover {
  content: url("../images/userHover.png");
}

.navbar .links ul li img.favNav:hover {
  content: url("../images/favHover.png");
}

.navbar .links ul li img.notifyNav:hover {
  content: url("../images/notificationsHover.png");
}

.navbar .links ul li img.langNav:hover {
  content: url("../images/langHover.png");
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  margin-left: 0.255em;
  margin-right: 0;
  transform: rotate(180deg);
}

.dropdown-menu {
  left: 0;
  right: unset;
  text-align: left;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  background-color: #6f4dbe;
}

.dropdown-toggle::after {
  margin-left: 0.255em;
  margin-right: 0;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.dropdown-item {
  padding: 10px 0px;
  padding-right: 30px;
  padding-left: 20px;
  color: #fff;
  border-bottom: 1px solid #a78ee1;
  font-size: 13px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
}

.dropdown-item.firstDrop {
  border-radius: 9px 9px 0 0;
}

.dropdown-item.lastDrop {
  border-radius: 0 0 9px 9px;
  border-bottom: none;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #a78ee1;
  color: #fff;
}

.notificationBox {
  position: absolute;
  right: -20px;
  top: 40px;
  width: 400px;
  padding: 20px;
  background-color: #A78EE1;
  border-radius: 10px;
  display: none;
}

.notificationBox:before {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: -12px;
  border-bottom: 12px solid #A78EE1;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.notificationBox .notificationItem {
  width: 100%;
  margin-bottom: 10px;
  background-color: #FFF;
  box-shadow: 0px 6px 10px #0000000d;
  border-radius: 10px;
  padding: 10px 20px;
  position: relative;
  text-align: left;
}

.notificationBox .notificationItem:last-of-type {
  margin-bottom: 0;
}

.notificationBox .notificationItem .date {
  margin-bottom: 5px;
}

.notificationBox .notificationItem .date ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notificationBox .notificationItem .date ul li {
  display: inline-block;
  margin-right: 10px;
  margin-left: unset;
  position: unset;
}

.notificationBox .notificationItem .date ul li i {
  color: #A78EE1;
  font-size: 12px;
  margin-right: 5px;
}

.notificationBox .notificationItem .date ul li span {
  font-size: 12px;
  color: #CECECE;
}

.notificationBox .notificationItem .desc p {
  font-size: 12px;
  color: #BCBCBC;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Slider */
.My_Slider .slide {
  position: relative;
}

.slick-slider {
  margin-bottom: 60px;
}

.My_Slider .slide img {
  width: 100%;
  height: 535px;
}

.slick-dots {
  bottom: 0;
  text-align: center;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 40px;
  opacity: 1;
  color: #e2e2e2;
}

.slick-dots li.slick-active button:before {
  color: #6f4dbe;
  opacity: 1;
}

.contentSlider {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  width: 60%;
  text-align: center;
  z-index: 3;
}

.contentSlider h4 {
  text-transform: uppercase;
  font-size: 18px;
  background-color: #6f4dbe;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
}

.contentSlider h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
}

.contentSlider p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.contentSlider p span {
  color: #6f4dbe;
}

.slider_search {
  width: 100%;
}

.slider_search .form-control {
  padding: 25px 20px;
  background-color: #fff;
  border: 2px solid transparent;
  font-size: 16px;
  border-radius: 30px;
  width: 90%;
  display: inline-block;
}

.slider_search .form-control:focus {
  box-shadow: none;
}

.slider_search .searchBtn {
  width: 6%;
  padding: 10px;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 50%;
  background-color: #6f4dbe;
  color: #fff;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}

.slider_search .searchBtn:hover {
  background-color: #a78ee1;
}

/* Categories */
#Categories {
  padding-bottom: 60px;
}

.CatItem {
  width: 95%;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}

.CatItem:hover .image,
.CatItem:hover .image img {
  border-radius: 20%;
}

.CatItem:hover .image img {
  transform: scale(1.1);
}

.CatItem:hover .title h5 {
  color: #6f4dbe;
}

.CatItem .image {
  width: 100%;
  height: 333px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}

.CatItem .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 0px 20px #00000030;
  transition: all 0.5s ease-in-out;
}

.CatItem .title {
  margin-top: 20px;
}

.CatItem .title h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

/* Ads */
#Ads {
  padding-bottom: 60px;
}

#Ads .image {
  width: 100%;
  height: auto;
}

#Ads .image img {
  width: 100%;
  height: 100%;
  box-shadow: 1px 3px 10px #ddd;
}

/* Sections */
#Sections {
  background-image: url("../images/sectionsBG.png");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 60px;
}

#Sections .overlay {
  position: relative;
  padding: 60px 0;
  background-color: #6e4bbee0;
}

#Sections .list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#Sections .list .item {
  flex: 0 1 calc(20% - 60px);
  text-align: center;
  border: 2px dotted #ddd;
  padding: 20px 15px;
  border-radius: 10px;
  margin: 0 30px;
  transition: all 0.2s ease-in-out;
}

#Sections .list .item:hover {
  background-color: #a78ee1;
  border-style: solid;
  border-color: #a78ee1;
}

#Sections .list .item:hover .icon {
  background-color: #6f4dbe;
}

#Sections .list .item:hover .icon img.icon_1 {
  content: url("../images/sectionIconWhite_1.png");
}

#Sections .list .item:hover .icon img.icon_2 {
  content: url("../images/sectionIconWhite_2.png");
}

#Sections .list .item:hover .icon img.icon_3 {
  content: url("../images/sectionIconWhite_3.png");
}

#Sections .list .item:hover .icon img.icon_4 {
  content: url("../images/sectionIconWhite_4.png");
}

#Sections .list .item:hover .icon img.icon_5 {
  content: url("../images/sectionIconWhite_5.png");
}

#Sections .list .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 50%;
  background-color: #dad0f1;
  width: 65px;
  height: 65px;
  margin: auto;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}

#Sections .list .item .icon img {
  width: auto;
  height: 30px;
  transition: all 0.2s ease-in-out;
}

#Sections .list .item .title h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

/* Auctions */
#Auctions {
  padding-bottom: 30px;
}

#Auctions .viewallBtn {
  text-align: right;
}

#Auctions .viewallBtn a {
  display: inline-block;
  width: 120px;
  background: transparent;
  color: #6f4dbe;
  border: 1px solid #6f4dbe;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  padding: 7px;
  font-size: 14px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

#Auctions .viewallBtn a:hover {
  background-color: #6f4dbe;
  color: #fff;
}

.Auction {
  width: 100%;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}

.Auction:hover .image .imgitem {
  transform: scale(1.1);
}

.Auction .image {
  position: relative;
  height: 364px;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.Auction .image .imgitem {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}

.Auction .auctionFav {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  text-align: center;
  background-color: #6f4dbe;
  border-radius: 0 20px 0 20px;
}

.Auction .auctionFav img {
  width: auto;
  height: 20px;
  border-radius: 0;
  cursor: pointer;
}

.Auction .auctionIcon {
  position: absolute;
  left: 0;
  top: 6%;
  padding: 3px 10px;
  text-align: center;
  background-color: #6f4dbe;
  border-radius: 0 30px 30px 0;
}

.Auction .auctionIcon img {
  width: auto;
  height: 18px;
  margin-right: 3px;
}

.Auction .auctionIcon span {
  color: #fff;
  font-size: 14px;
}

.Auction .HighValue {
  position: absolute;
  left: 0;
  top: 16%;
  padding: 2px 10px;
  text-align: center;
  background-color: #6f4dbe;
  border-radius: 0 30px 30px 0;
}

.Auction .HighValue span {
  color: #fff;
  font-size: 12px;
}

.timer {
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, 50%);
}

.timer ul {
  padding: 0;
  margin: 0;
}

.timer ul li {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
}

.timer ul li span {
  display: block;
  font-size: 14px;
  color: #07476e;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px;
}

.timer ul li p {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.Auction .title h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.Auction .price {
  text-align: right;
  white-space: nowrap;
}

.Auction .price span {
  color: #6f4dbe;
  font-size: 16px;
  font-weight: 600;
}

.Auction .expDate p {
  font-size: 14px;
  margin-bottom: 0;
  color: #7d7d7d;
}

.Auction .BidNow {
  text-align: right;
}

.Auction .BidNow a {
  display: inline-block;
  background: transparent;
  color: #6f4dbe;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.Auction .BidNow a:hover {
  color: #a78ee1;
}

.Auction hr {
  margin: 0.5rem 0;
}

/* Subscribe */
#Subscribe {
  padding: 40px 0;
  background-color: #a78ee1;
}

#Subscribe .newsteller span {
  display: inline-block;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

#Subscribe .newsteller .email-box {
  position: relative;
  width: 100%;
  height: 40px;
}

#Subscribe .newsteller .email-box .subscribeInp {
  position: absolute;
  left: 0;
  width: 68%;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  transition: all 0.2s ease-in-out;
}

#Subscribe .newsteller .email-box .subscribeInp:focus {
  box-shadow: none;
}

.newsteller .email-box .fa-envelope {
  position: absolute;
  left: 15px;
  top: 12px;
  color: #878787;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

#Subscribe .newsteller .subscribeButton {
  text-align: center;
}

#Subscribe .newsteller .subscribeButton button {
  position: absolute;
  right: 0;
  width: 30%;
  background-color: #6f4dbe;
  color: #fff;
  border-radius: 5px;
  padding: 7px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#Subscribe .newsteller .subscribeButton button:hover {
  background-color: #6144a5;
}

#Subscribe .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Subscribe .social ul li {
  display: inline-block;
  margin-right: 5px;
}

#Subscribe .social ul li a {
  display: flex;
  color: #fff;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  background-color: transparent;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}

#Subscribe .social ul li a i {
  font-size: 18px;
}

#Subscribe .social ul li a:hover {
  background-color: #6f4dbe;
}

/* Footer */
.footer {
  background-color: #6f4dbe;
  padding: 40px 0;
  padding-bottom: 0;
}

.title-widget {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.widget_nav_menu .line {
  width: 30px;
  background: #fff;
  height: 2px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.widget_nav_menu .footerTitle {
  width: 45px;
  height: auto;
  margin-bottom: 20px;
}

.widget_nav_menu .footerLogo {
  width: auto;
  height: 100px;
  margin-bottom: 10px;
}

.widget_nav_menu img {
  width: auto;
  height: 24px;
  margin-bottom: 5px;
}

.widget_nav_menu p {
  font-size: 12px;
  line-height: 1.7;
  color: #dedede;
}

.widget_nav_menu span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.widget_nav_menu .linksList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_nav_menu .linksList li {
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  color: #000;
}

.widget_nav_menu .linksList li a {
  color: #dedede;
  transition: all 0.2s ease-in-out;
}

.widget_nav_menu .linksList li a i {
  margin-right: 10px;
  font-size: 14px;
}

.widget_nav_menu .linksList li a:hover {
  color: #a78ee1;
  padding-left: 10px;
  border-left: 2px solid #a78ee1;
}

.widget_nav_menu hr {
  border-color: #ffffff80;
}

.footer-bottom {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #cecece;
}

.language {
  color: #fff;
  padding: 20px 0;
}

.copyright {
  color: #fff;
  text-align: right;
  padding: 20px 0;
}

.copyright img {
  height: auto;
  width: 50px;
}

.copyright p,
.language p {
  font-size: 14px;
  margin-bottom: 0;
}

/*Scroll To Top */
.scroll_top {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #a78ee1;
  text-align: center;
  position: fixed;
  left: 0px;
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  border-radius: 5px;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}

.scroll_top i {
  position: absolute;
  top: 10px;
  left: 13px;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}

.scroll_top:hover {
  background-color: #6f4dbe;
}

/* CategoriesPage */
#CategoriesPage {
  padding: 60px 0;
}

.headerImg {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.headerImg img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.catItemPage {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #f6f6f6;
  transition: all 0.2s ease-in-out;
}

.catItemPage:hover {
  background-color: #d8cef0;
}

.catItemPage:hover .title h5 {
  color: #fff;
}

.catItemPage .image {
  width: auto;
  height: 130px;
  margin-bottom: 20px;
}

.catItemPage .image img {
  width: 100%;
  height: 100%;
}

.catItemPage .title h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
  transition: all 0.2s ease-in-out;
}


/* CarsPage */
#CarsPage {
  padding: 60px 0;
}

.Filter_Btn {
  display: none;
}

.Filter_Btn button {
  background: #6F4DBE;
  border: none;
  padding: 7px;
  width: 100%;
  border-radius: 30px;
  color: #fff;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.Filter_Btn button i {
  margin-left: 5px;
}

.Filter_Btn button:hover {
  background-color: #A78EE1;
  color: #FFF;
}

.Filter_Btn button:focus {
  box-shadow: none;
}


#CarsPage .Filter_Content {
  width: 100%;
  background-color: #6F4DBE;
  border-radius: 10px;
}

#CarsPage .SortBy {
  margin-bottom: 20px;
}

#CarsPage .SortBy .titleSide {
  padding: 20px;
  padding-left: 0;
}

#CarsPage .SortBy h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 0 10px 10px 0;
  display: block;
  margin-bottom: 0;
  background-color: #A78EE1;
}

#CarsPage .SortBy .form-group {
  padding: 0 20px;
  margin-bottom: 20px;
}

#CarsPage .SortBy input[type="radio"] {
  position: absolute;
  opacity: 0;
}

#CarsPage .SortBy input[type="radio"]+.radio-label:before {
  content: "";
  background: #FFF;
  border-radius: 3px;
  border: 1.2px solid #AAAAAA;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

#CarsPage .SortBy input[type="radio"]:checked+.radio-label {
  color: #A78EE1;
  border-color: #A78EE1;
}

#CarsPage .SortBy label {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

#CarsPage .SortBy input[type="radio"]:checked+.radio-label:before {
  background-color: #7C5ACB;
  border-color: #7C5ACB;
  box-shadow: inset 0 0 0 6px #A78EE1;
}

#CarsPage .SortBy input[type="radio"]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #fff;
  background: #fff;
}


#CarsPage .progressRang {
  padding: 0 20px;
  padding-bottom: 30px;
}

#CarsPage .price-input {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

#CarsPage .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

#CarsPage .price-input .field span {
  font-size: 14px;
  color: #FFF;
}

#CarsPage .field input {
  width: 100%;
  height: 85%;
  outline: none;
  font-size: 14px;
  margin-left: 12px;
  color: #6F4DBE;
  border-radius: 7px;
  text-align: center;
  border: none;
  -moz-appearance: textfield;
}

#CarsPage input[type="number"]::-webkit-outer-spin-button,
#CarsPage input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#CarsPage .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  color: #FFF;
}

#CarsPage .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

#CarsPage .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}

#CarsPage .range-input {
  position: relative;
}

#CarsPage .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#CarsPage input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

#CarsPage input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}


/* Auction_Details */
#Auction_Details {
  padding: 60px 0;
}

#Auction_Details .slick-list {
  border-radius: 20px;
}

#Auction_Details .slick-slider {
  margin-bottom: 20px;
}

#Auction_Details .My_Slider .slide img {
  border-radius: 20px;
}

#Auction_Details #Slider {
  position: relative;
}

#Auction_Details #Slider .viewers {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 5px;
  color: #FFF;
  background-color: #6e4bbe8c;
}

#Auction_Details #Slider .viewers img {
  width: auto;
  height: 15px;
  margin-right: 3px;
  display: inline-block;
}

#Auction_Details #Slider .viewers span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

#Auction_Details .AuctionDetails .DateTitle {
  padding: 20px;
  background-color: #F6F6F6;
  border-radius: 10px;
  margin-bottom: 10px;
}

#Auction_Details .AuctionDetails .date {
  margin-bottom: 10px;
}

#Auction_Details .AuctionDetails .date ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Auction_Details .AuctionDetails .date ul li {
  display: inline-block;
  margin-right: 10px;
}

#Auction_Details .AuctionDetails .date ul li i {
  color: #A78EE1;
  font-size: 14px;
  margin-right: 5px;
}

#Auction_Details .AuctionDetails .date ul li span {
  font-size: 14px;
  color: #7d7d7d;
}

#Auction_Details .AuctionDetails .title h3 {
  color: #000;
  font-size: 26px;
  margin-bottom: 0;
}

#Auction_Details .AuctionDetails .currentBid {
  text-align: right;
  padding: 26px;
  background-color: #A78EE1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

#Auction_Details .AuctionDetails .currentBid span {
  display: block;
  color: #FFF;
  margin-bottom: 5px;
  font-size: 16px;
}

#Auction_Details .AuctionDetails .currentBid h5 {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
}

#Auction_Details .AuctionDetails .carCateg {
  margin-bottom: 20px;
}

#Auction_Details .AuctionDetails .carCateg span {
  display: block;
}

#Auction_Details .AuctionDetails .TimeRemaining {
  text-align: right;
}

#Auction_Details .AuctionDetails .TimeRemaining .timer {
  position: relative;
  display: block;
  bottom: unset;
  left: unset;
  text-align: right;
  transform: unset;
}

#Auction_Details .AuctionDetails .TimeRemaining .timer ul li span {
  color: #FFF;
  background-color: #A78EE1;
}

#Auction_Details .AuctionDetails .TimeRemaining ul li p {
  color: #A78EE1;
}

#Auction_Details .AuctionDetails .End_Date ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Auction_Details .AuctionDetails .End_Date ul li {
  display: inline-block;
  margin-right: 10px;
  border-left: 3px solid #A78EE1;
  padding-left: 7px;
  margin-bottom: 20px;
}

#Auction_Details .AuctionDetails .End_Date ul li p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

#Auction_Details .AuctionDetails .End_Date ul li p span {
  color: #6F4DBE;
  font-size: 16px;
  font-weight: 600;
  margin-left: 3px;
}

#Auction_Details .AuctionDetails .MinIncrement {
  background-color: #F1EFEF;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

#Auction_Details .AuctionDetails .MinIncrement .MinIncrementPrice ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Auction_Details .AuctionDetails .MinIncrement .MinIncrementPrice ul li {
  display: inline-block;
  margin-right: 5px;
}

#Auction_Details .AuctionDetails .MinIncrement .MinIncrementPrice ul li .Currentprice {
  color: #6F4DBE;
  font-weight: 600;
}

#Auction_Details .AuctionDetails .MinIncrement .auctionIcon {
  text-align: right;
  cursor: pointer;
}

#Auction_Details .AuctionDetails .MinIncrement .auctionIcon img {
  width: auto;
  height: 22px;
  margin-right: 2px;
}

#Auction_Details .AuctionDetails .MinIncrement .auctionIcon span {
  color: #6F4DBE;
  font-weight: 600;
  font-size: 16px;
}

#Auction_Details .AuctionDetails .MinIncrement .contract {
  text-align: right;
}

#Auction_Details .AuctionDetails .MinIncrement .contract ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Auction_Details .AuctionDetails .MinIncrement .contract ul li {
  display: inline-block;
  margin-left: 5px;
}

#Auction_Details .AuctionDetails .MinIncrement .contract ul li span {
  color: #6F4DBE;
  font-size: 14px;
  font-weight: 500;
}


#Auction_Details .AuctionDetails .BidNow .quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 150px;
  padding: 2px;
  font-size: 18px;
  color: #43484D;
  border-radius: 5px;
  background: transparent;
}


#Auction_Details .AuctionDetails .BidNow .quantity button[class*=btn] {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #6F4DBE;
  cursor: pointer;
}

#Auction_Details .AuctionDetails .BidNow .quantity button:focus,
#Auction_Details .AuctionDetails .BidNow .quantity input:focus {
  outline: 0;
}

#Auction_Details .AuctionDetails .BidNow .quantity .minus-btn img,
#Auction_Details .AuctionDetails .BidNow .quantity .plus-btn img {
  margin-bottom: 3px;
  width: 18px;
  height: 18px;
}

#Auction_Details .AuctionDetails .BidNow .BidNowBtn {
  text-align: right;
}

#Auction_Details .AuctionDetails .BidNow .BidNowBtn a {
  display: inline-block;
  background: #6F4DBE;
  border: none;
  padding: 7px;
  width: 250px;
  border-radius: 5px;
  color: #FFF;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

#Auction_Details .AuctionDetails .BidNow .BidNowBtn a:hover {
  background-color: #A78EE1;
}


#Auction_Details .AuctionDetails .BuyNow .buyBtn a {
  display: inline-block;
  background: #6F4DBE;
  border: none;
  padding: 7px;
  width: 280px;
  border-radius: 5px;
  color: #FFF;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

#Auction_Details .AuctionDetails .BuyNow .buyBtn a:hover {
  background-color: #A78EE1;
}

#Auction_Details #accordion {
  margin: 40px 0;
}

#Auction_Details #accordion .card {
  border: none;
  background: none;
}

#Auction_Details #accordion .card .card-header {
  background-color: #F6F6F6;
  padding: 20px;
  border-radius: 10px;
  border: none;
  margin-bottom: 10px;
}

#Auction_Details #accordion .card .card-body {
  padding: 20px 30px;
  background-color: #F6F6F6;
  border-radius: 10px;
  margin-bottom: 10px;
}

#Auction_Details #accordion .card .card-body p {
  font-size: 14px;
  color: #b1b1b1;
  line-height: 1.6;
}

#Auction_Details #accordion .card .card-header .CatTitle {
  margin-bottom: 0;
}

#Auction_Details #accordion .card .card-header .CatTitle>a {
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

#Auction_Details #accordion .card .card-header .CatTitle>a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #000;
}

#Auction_Details #accordion .card .card-header .CatTitle>a[aria-expanded="true"] {
  color: #6F4DBE;
}

#Auction_Details #accordion .card .card-header .CatTitle>a[aria-expanded="true"]:after {
  content: "\f106";
  color: #6F4DBE;
}

#Auction_Details .latestTitle {
  margin-bottom: 30px;
  margin-top: 40px;
}

#Auction_Details .latestTitle h2 {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Login */
#Login {
  padding: 60px 0;
}

#Login .image {
  width: 100%;
  height: 540px;
}

#Login .image img {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
}

#Login .form {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px 0 0 10px;
}

#Login .form .content {
  margin-bottom: 30px;
}

#Login .form .content img {
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}

#Login .form .content h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  letter-spacing: 6px;
  margin-bottom: 10px;
}

#Login .form .content p {
  font-size: 12px;
  color: #7d7d7d;
  text-align: left;
}

#Login .form .form-group {
  margin-bottom: 20px;
}

#Login .form .MyLabel {
  display: block;
  position: relative;
  pointer-events: auto;
  padding-left: 30px;
  left: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  color: #212121;
}

#Login .form .MyLabel a {
  text-decoration: none;
  outline: none;
  color: #000;
}

#Login .form .MyLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#Login .form .MyLabel .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ececec;
}

#Login .form .MyLabel input:checked~.checkmark {
  background-color: #6F4DBE;
  border-color: #6F4DBE;
}

#Login .form .MyLabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#Login .form .MyLabel input:checked~.checkmark:after {
  display: block;
}

#Login .form .MyLabel .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#Login .form .ForgotPass {
  text-align: right;
}

#Login .form .ForgotPass label {
  font-size: 14px;
  color: #000;
}

#Login .form .ForgotPass label:hover {
  color: #6F4DBE;
}

#Login .form .loginBtn {
  text-align: center;
  margin-bottom: 20px;
}

#Login .form .loginBtn a {
  display: inline-block;
  text-align: center;
  background: #6F4DBE;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
}

#Login .form .loginBtn a:hover {
  background-color: #A78EE1;
}

#Login .form p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

#Login .form p a {
  color: #6F4DBE;
  font-weight: 600;
}

.paddingRight {
  padding-right: 0;
}

.paddingLeft {
  padding-left: 0;
}



/* Register */
#Register {
  padding: 60px 0;
}

#Register .image {
  width: 100%;
  height: 904px;
}

#Register .image img {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
}

#Register .form {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px 0 0 10px;
}

#Register .form .content {
  margin-bottom: 30px;
}

#Register .form .content img {
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}

#Register .form .content h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  letter-spacing: 6px;
  margin-bottom: 10px;
}

#Register .form .content p {
  font-size: 12px;
  color: #7d7d7d;
  text-align: left;
}

#Register .form .form-group {
  margin-bottom: 20px;
}

#Register .form .MyLabel {
  display: block;
  position: relative;
  pointer-events: auto;
  padding-left: 30px;
  left: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  color: #212121;
}

#Register .form .MyLabel a {
  text-decoration: none;
  outline: none;
  color: #6F4DBE;
}

#Register .form .MyLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#Register .form .MyLabel .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ececec;
}

#Register .form .MyLabel input:checked~.checkmark {
  background-color: #6F4DBE;
  border-color: #6F4DBE;
}

#Register .form .MyLabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#Register .form .MyLabel input:checked~.checkmark:after {
  display: block;
}

#Register .form .MyLabel .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#Register .form .ForgotPass {
  text-align: right;
}

#Register .form .ForgotPass label {
  font-size: 14px;
  color: #000;
}

#Register .form .ForgotPass label:hover {
  color: #6F4DBE;
}

#Register .form .regBtn {
  text-align: center;
  margin-bottom: 20px;
}

#Register .form .regBtn a {
  display: inline-block;
  text-align: center;
  background: #6F4DBE;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
}

#Register .form .regBtn a:hover {
  background-color: #A78EE1;
}

#Register .form p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

#Register .form p a {
  color: #6F4DBE;
  font-weight: 600;
}


/* AboutUs */
#AboutUs {
  padding: 60px 0;
}

#AboutUs .content {
  padding: 40px;
  background-color: #F6F6F6;
  border-radius: 10px;
}

#AboutUs .content h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}

#AboutUs .content p {
  font-size: 14px;
  line-height: 1.6;
  color: #7d7d7d;
  margin-bottom: 20px;
}

#AboutUs .content a {
  color: #6F4DBE;
  font-weight: 600;
}


/* Contact */
#Contact {
  padding: 60px 0;
}

#Contact iframe {
  width: 100%;
  height: 350px;
  border: 1px solid #E6E6E6;
  margin-top: 40px;
  border-radius: 10px;
}

#Contact .info h5 {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

#Contact .info p {
  font-size: 14px;
  color: #BCBCBC;
  line-height: 1.6;
  margin-bottom: 30px;
  width: 80%;
}

#Contact .content {
  margin-bottom: 30px;
}

#Contact .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Contact .content ul li {
  display: block;
  margin-bottom: 20px;
}

#Contact .content ul li i {
  float: left;
  font-size: 16px;
  color: #A78EE1;
}

#Contact .content ul li .phone,
#Contact .content ul li .mail,
#Contact .content ul li .map {
  margin-left: 30px;
  font-size: 14px;
  color: #8D8D8D;
  width: 70%;
}



#Contact .Form {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px;
}

#Contact .Form .SendButton {
  text-align: right;
}

#Contact .Form .SendButton a {
  background: #6F4DBE;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 100%;
  border-radius: 5px;
  color: #FFF;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

#Contact .Form .SendButton a:hover {
  background-color: #A78EE1;
}


/* EditProfile */
#EditProfile {
  padding: 60px 0;
}

.leftBar .Links {
  background-color: #6F4DBE;
  padding: 20px 15px;
  border-radius: 10px;
}

.leftBar .Links .title {
  margin-top: 10px;
}

.leftBar .Links .title h5 {
  color: #fff;
  font-size: 20px;
}

.leftBar .Links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.leftBar .Links ul li {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.leftBar .Links ul li a {
  display: block;
  color: #BBBBBB;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}

.leftBar .Links ul li a.active,
.leftBar .Links ul li a:hover {
  color: #6F4DBE;
  background-color: #A78EE1;
  padding-left: 20px;
}

#EditProfile .form {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px;
}

#EditProfile .form h5 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

#EditProfile .form p {
  font-size: 14px;
  margin-bottom: 30px;
  color: #BEBEBE;
}

#EditProfile .form .form-group {
  margin-bottom: 20px;
}

#EditProfile .form .saveBtn {
  text-align: right;
  margin-top: 30px;
}

#EditProfile .form .saveBtn a {
  display: inline-block;
  text-align: center;
  background: #6F4DBE;
  border: none;
  padding: 10px;
  width: 180px;
  border-radius: 5px;
  color: #fff;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
}

#EditProfile .form .saveBtn a:hover {
  background-color: #A78EE1;
}


/* ChangePassword */
#ChangePassword {
  padding: 60px 0;
}

#ChangePassword .form {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px;
}

#ChangePassword .form h5 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}

#ChangePassword .form .form-group {
  margin-bottom: 20px;
}

#ChangePassword .form .saveBtn {
  text-align: right;
  margin-top: 30px;
}

#ChangePassword .form .saveBtn a {
  display: inline-block;
  text-align: center;
  background: #6F4DBE;
  border: none;
  padding: 10px;
  width: 180px;
  border-radius: 5px;
  color: #fff;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
}

#ChangePassword .form .saveBtn a:hover {
  background-color: #A78EE1;
}

/* MyBidding */
#MyBidding {
  padding: 60px 0;
}

#MyBidding .content {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px;
}

#MyBidding .Auction .image {
  height: 335px;
}

#MyBidding .Auction .price span {
  font-size: 15px;
}

#MyBidding .Auction .expDate p {
  font-size: 12px;
}

/* MyOrders */
#MyOrders {
  padding: 60px 0;
}

#MyOrders .content {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px;
}

#MyOrders .orderItem {
  width: 100%;
  margin-bottom: 20px;
  background-color: #FFF;
  box-shadow: 0px 6px 10px #DDD;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

#MyOrders .orderItem .file {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #F4F4F4;
  border-radius: 7px;
  padding: 5px 10px;
  transition: all 0.2s ease-in-out;
}

#MyOrders .orderItem .file:hover {
  background-color: #6F4DBE;
}

#MyOrders .orderItem .file:hover span {
  color: #A78EE1;
}

#MyOrders .orderItem .file i {
  font-size: 14px;
  background-color: #A78EE1;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #FFF;
}

#MyOrders .orderItem .file span {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

#MyOrders .orderItem .image {
  margin-right: 10px;
}

#MyOrders .orderItem .image img {
  height: auto;
  width: 200px;
  border-radius: 10px;
}

#MyOrders .orderItem .main .date {
  margin-bottom: 10px;
}

#MyOrders .orderItem .main .date ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#MyOrders .orderItem .main .date ul li {
  display: inline-block;
  margin-right: 10px;
}

#MyOrders .orderItem .main .date ul li i {
  color: #A78EE1;
  font-size: 14px;
  margin-right: 5px;
}

#MyOrders .orderItem .main .date ul li span {
  font-size: 14px;
  color: #CECECE;
}

#MyOrders .orderItem .main .title {
  margin-bottom: 10px;
}

#MyOrders .orderItem .main .title h5 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

#MyOrders .orderItem .main .price {
  margin-bottom: 10px;
}

#MyOrders .orderItem .main .price span {
  font-size: 16px;
  color: #6F4DBE;
  font-weight: 600;
}

#MyOrders .orderItem .main .orderNo span {
  font-size: 16px;
  color: #000;
}


/* PaymentHistory */
#PaymentHistory {
  padding: 60px 0;
}

#PaymentHistory .content {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px;
}

#PaymentHistory .paymentItem {
  width: 100%;
  margin-bottom: 20px;
  background-color: #FFF;
  box-shadow: 0px 6px 10px #DDD;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

#PaymentHistory .paymentItem .file {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #F4F4F4;
  border-radius: 7px;
  padding: 5px 10px;
  transition: all 0.2s ease-in-out;
}

#PaymentHistory .paymentItem .file:hover {
  background-color: #6F4DBE;
}

#PaymentHistory .paymentItem .file:hover span {
  color: #A78EE1;
}

#PaymentHistory .paymentItem .file i {
  font-size: 14px;
  background-color: #A78EE1;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #FFF;
}

#PaymentHistory .paymentItem .file span {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

#PaymentHistory .paymentItem .date {
  margin-bottom: 10px;
}

#PaymentHistory .paymentItem .date ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#PaymentHistory .paymentItem .date ul li {
  display: inline-block;
  margin-right: 10px;
}

#PaymentHistory .paymentItem .date ul li i {
  color: #A78EE1;
  font-size: 14px;
  margin-right: 5px;
}

#PaymentHistory .paymentItem .date ul li span {
  font-size: 14px;
  color: #CECECE;
}

#PaymentHistory .paymentItem .desc p {
  font-size: 14px;
  color: #BCBCBC;
  line-height: 1.7;
  width: 80%;
  margin-bottom: 0;
}

#PaymentHistory .paymentItem .desc p span {
  color: #6F4DBE;
  font-weight: 600;
}


/* DepositAmount */
#DepositAmount {
  padding: 60px 0;
}

#DepositAmount .content {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px;
}

#DepositAmount .depositItem {
  width: 100%;
  margin-bottom: 20px;
  background-color: #FFF;
  box-shadow: 0px 6px 10px #DDD;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

#DepositAmount .depositItem .price {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #DAD0F1;
  border-radius: 5px;
  padding: 5px 25px;
  transition: all 0.2s ease-in-out;
}

#DepositAmount .depositItem .price span {
  font-size: 12px;
  color: #8D69A7;
  font-weight: 600;
}

#DepositAmount .depositItem .date {
  margin-bottom: 10px;
}

#DepositAmount .depositItem .date ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#DepositAmount .depositItem .date ul li {
  display: inline-block;
  margin-right: 10px;
}

#DepositAmount .depositItem .date ul li i {
  color: #A78EE1;
  font-size: 14px;
  margin-right: 5px;
}

#DepositAmount .depositItem .date ul li span {
  font-size: 14px;
  color: #CECECE;
}

#DepositAmount .depositItem .title {
  margin-bottom: 10px;
}

#DepositAmount .depositItem .title h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

#DepositAmount .depositItem .desc p {
  font-size: 14px;
  color: #BCBCBC;
  line-height: 1.7;
  width: 80%;
  margin-bottom: 0;
}


/* DepositRefundRequest */
#DepositRefundRequest {
  padding: 60px 0;
}

#DepositRefundRequest .content {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px;
}

#DepositRefundRequest .depositItem {
  width: 100%;
  margin-bottom: 20px;
  background-color: #FFF;
  box-shadow: 0px 6px 10px #DDD;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

#DepositRefundRequest .depositItem .statusPrice {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
}

#DepositRefundRequest .depositItem .statusPrice .status {
  background-color: #F2EBD2;
  border-radius: 5px;
  padding: 5px 25px;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
}

#DepositRefundRequest .depositItem .statusPrice .status span {
  font-size: 12px;
  color: #B18F1B;
  font-weight: 600;
}

#DepositRefundRequest .depositItem .statusPrice .price {
  background-color: #DAD0F1;
  border-radius: 5px;
  padding: 5px 25px;
  transition: all 0.2s ease-in-out;
}

#DepositRefundRequest .depositItem .statusPrice .price span {
  font-size: 12px;
  color: #8D69A7;
  font-weight: 600;
}

#DepositRefundRequest .depositItem .date {
  margin-bottom: 10px;
}

#DepositRefundRequest .depositItem .date ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#DepositRefundRequest .depositItem .date ul li {
  display: inline-block;
  margin-right: 10px;
}

#DepositRefundRequest .depositItem .date ul li i {
  color: #A78EE1;
  font-size: 14px;
  margin-right: 5px;
}

#DepositRefundRequest .depositItem .date ul li span {
  font-size: 14px;
  color: #CECECE;
}

#DepositRefundRequest .depositItem .title {
  margin-bottom: 10px;
}

#DepositRefundRequest .depositItem .title h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

#DepositRefundRequest .depositItem .desc p {
  font-size: 14px;
  color: #BCBCBC;
  line-height: 1.7;
  width: 80%;
  margin-bottom: 0;
}

#DepositRefundRequest .depositBtn {
  text-align: right;
  margin-top: 30px;
}

#DepositRefundRequest .depositBtn a {
  display: inline-block;
  text-align: center;
  background: #6F4DBE;
  border: none;
  padding: 10px;
  width: 180px;
  border-radius: 5px;
  color: #fff;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
}

#DepositRefundRequest .depositBtn a:hover {
  background-color: #A78EE1;
}

/* MyAddedAuctions */
#MyAddedAuctions {
  padding: 60px 0;
}

#MyAddedAuctions .content {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px;
}

#MyAddedAuctions .Auction .image {
  height: 335px;
}

#MyAddedAuctions .Auction .price span {
  font-size: 14px;
}

#MyAddedAuctions .Auction .expDate p {
  font-size: 12px;
}

#MyAddedAuctions .Auction .BidNow a {
  font-size: 12px;
}

#MyAddedAuctions .addBtn {
  text-align: right;
  margin-bottom: 30px;
}

#MyAddedAuctions .addBtn a {
  display: inline-block;
  background: #6f4dbe;
  color: #FFF;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  width: 180px;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

#MyAddedAuctions .addBtn a i {
  font-size: 12px;
  margin-right: 3px;
  background-color: #A78EE1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

/* MyWinningAuctions */
#MyWinningAuctions {
  padding: 60px 0;
}

#MyWinningAuctions .content {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px;
}

#MyWinningAuctions .Auction .image {
  height: 335px;
}

#MyWinningAuctions .Auction .price span {
  font-size: 14px;
}

#MyWinningAuctions .Auction .expDate p {
  font-size: 12px;
}

#MyWinningAuctions .Auction .BidNow a {
  font-size: 12px;
}

/* NotificationsSettings */
#NotificationsSettings {
  padding: 60px 0;
}

#NotificationsSettings .content {
  width: 100%;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 10px;
}

#NotificationsSettings .Form .form-group {
  margin-bottom: 0;
}

#NotificationsSettings .Form .switchItem {
  width: 100%;
  padding: 10px 20px;
  background-color: #FFF;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 6px 12px -2px #231F2030;
}

#NotificationsSettings .Form .switch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#NotificationsSettings .Form input[type="checkbox"].switch {
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 60px;
  height: 30px;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#NotificationsSettings .Form input[type="checkbox"].switch:checked {
  background: #6F4DBE;
}

#NotificationsSettings .Form input[type="checkbox"].switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#NotificationsSettings .Form input[type="checkbox"].switch:checked:after {
  left: calc(100% - 1.5em);
}

#NotificationsSettings .Form .switchTitle {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 600;
}


/* FavoriteAuctions */
#FavoriteAuctions {
  padding: 60px 0;
}


/* VendorsPage */
#VendorsPage {
  padding: 60px 0;
}


.vendorItem {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #f6f6f6;
  transition: all 0.2s ease-in-out;
}

.vendorItem:hover {
  background-color: #d8cef0;
}

.vendorItem:hover .title h5 {
  color: #fff;
}

.vendorItem .image {
  width: 90%;
  margin: auto;
  height: 147px;
  margin-bottom: 20px;
}

.vendorItem .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.vendorItem .title h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
  transition: all 0.2s ease-in-out;
}


@media only screen and (max-width: 600px) {
  body {
    padding-top: 75px;
  }

  .navbar-brand img {
    height: 55px;
  }

  .owl-nav .owl-prev {
    right: 10px;
  }

  .owl-nav .owl-next {
    left: 10px;
  }

  .headSection {
    display: none;
  }

  .formobile {
    display: block;
  }

  .navbar {
    top: 0;
    box-shadow: 0px 3px 10px #0000001a;
  }

  #navbarContent {
    height: 100vh;
    padding-bottom: 70px;
    overflow: scroll;
    overflow-x: hidden;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar .links {
    display: none;
  }

  .navbar-light .navbar-nav .nav-link {
    border: none;
    margin: 5px 0;
  }

  #dropdownMenu_2 {
    background-color: #969696;
    box-shadow: none;
  }

  #dropdownMenu_2 .dropdown-item {
    padding-left: 2.5rem;
  }

  .dropdown-item {
    color: #fff;
  }

  .My_Slider .slide img {
    height: auto;
  }

  .slick-dots {
    display: none !important;
  }

  .contentSlider {
    top: 50%;
    width: 90%;
  }

  .contentSlider h4 {
    font-size: 10px;
    padding: 5px 10px;
    margin: auto;
    margin-bottom: 5px;
  }

  .contentSlider h1 {
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
  }

  .contentSlider p {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .slider_search .form-control {
    padding: 10px;
    font-size: 10px;
  }

  .slider_search .searchBtn {
    width: 8%;
    padding: 4px;
    font-size: 10px;
    transition: all 0.2s ease-in-out;
  }

  .CatItem .image {
    height: auto;
  }

  #Ads .image {
    margin-bottom: 10px;
  }

  #Sections .list .item {
    flex: 0 1 calc(50% - 20px);
    margin: 10px;
  }

  .Inside_Section_title h2 {
    font-size: 22px;
  }

  #Auctions .viewallBtn a {
    font-size: 12px;
  }

  .Auction .image {
    height: auto;
  }

  #Subscribe {
    text-align: center;
  }

  #Subscribe .newsteller span {
    margin: 20px 0;
  }

  #Subscribe .newsteller .subscribeButton button {
    width: 35%;
  }

  #Subscribe .newsteller .email-box .subscribeInp {
    width: 62%;
  }

  .footer {
    text-align: center;
  }

  .title-widget {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .language,
  .copyright {
    padding: 10px 0;
    text-align: center;
  }

  .copyright p,
  .language p {
    font-size: 12px;
  }

  .Filter_Content {
    display: none;
  }

  .Filter_Btn {
    display: block;
  }


  #Auction_Details #Slider .viewers span {
    font-size: 12px;
  }

  #Auction_Details #Slider .viewers img {
    height: 12px;
  }

  #Auction_Details #Slider .viewers {
    left: 7px;
    bottom: 7px;
    padding: 3px 10px;
  }

  #Auction_Details .AuctionDetails .title h3 {
    font-size: 18px;
  }

  #Auction_Details .AuctionDetails .End_Date ul li p,
  #Auction_Details .AuctionDetails .End_Date ul li p span {
    font-size: 12px;
  }

  #Auction_Details .AuctionDetails .TimeRemaining .timer {
    text-align: center;
    margin-bottom: 20px;
  }

  #Auction_Details .AuctionDetails .MinIncrement .MinIncrementPrice,
  #Auction_Details .AuctionDetails .BidNow .quantity {
    margin-bottom: 10px;
  }

  #Auction_Details .AuctionDetails .MinIncrement .MinIncrementPrice,
  #Auction_Details .AuctionDetails .MinIncrement .auctionIcon,
  #Auction_Details .AuctionDetails .BidNow .quantity,
  #Auction_Details .AuctionDetails .BidNow .BidNowBtn {
    text-align: center;
  }


  .leftBar .Links {
    margin-bottom: 20px;
  }

  #ChangePassword .form h5,
  #EditProfile .form h5 {
    font-size: 18px;
  }

  #EditProfile .form p {
    font-size: 12px;
  }


  #DepositAmount .depositItem .date ul li span,
  #DepositRefundRequest .depositItem .date ul li span,
  #PaymentHistory .paymentItem .date ul li span {
    font-size: 12px;
  }

  #DepositAmount .depositItem .price {
    padding: 5px 15px;
  }

  #DepositAmount .depositItem .desc p,
  #DepositRefundRequest .depositItem .desc p,
  #PaymentHistory .paymentItem .desc p {
    font-size: 12px;
    width: 100%;
  }


  #DepositRefundRequest .depositItem .statusPrice {
    position: relative;
    right: unset;
    top: unset;
    margin-bottom: 10px;
  }

  #DepositRefundRequest .depositItem .statusPrice .price,
  #DepositRefundRequest .depositItem .statusPrice .status {
    padding: 5px 15px;
  }



  .paddingRight {
    padding-right: 15px;
  }

  .paddingLeft {
    padding-left: 15px;
  }

  #Login .form,
  #Register .form {
    border-radius: 10px 10px 0 0;
  }

  #Login .image,
  #Register .image {
    height: auto;
  }

  #Login .image img,
  #Register .image img {
    border-radius: 0 0 10px 10px;
  }


  .AddAuction_PopUp .form .uploads ul li .AddFile img {
    height: 75px;
  }


  .nav-pills .nav-link {
    width: 100px;
    font-size: 14px;
  }

  #MyOrders .orderItem {
    display: flex;
    flex-direction: column;
  }

  #MyOrders .orderItem .image {
    margin-bottom: 10px;
    margin-right: 0;
  }


  .vendorItem .image {
    height: auto;
  }

  #Auction_Details .AuctionDetails .MinIncrement .contract {
    text-align: center;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  body {
    padding-top: 75px;
  }

  .navbar-brand img {
    height: 55px;
  }

  .owl-nav .owl-prev {
    right: 35px;
  }

  .owl-nav .owl-next {
    left: 35px;
  }

  .headSection {
    display: none;
  }

  .formobile {
    display: block;
  }

  .Search_Icon {
    right: 100px;
  }

  .navbar {
    top: 0;
    box-shadow: 0px 3px 10px #0000001a;
  }

  #navbarContent {
    height: 100vh;
    padding-bottom: 70px;
    overflow: scroll;
    overflow-x: hidden;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar .links {
    display: none;
  }

  .navbar-light .navbar-nav .nav-link {
    border: none;
    margin: 5px 0;
  }

  #dropdownMenu_2 {
    background-color: #969696;
    box-shadow: none;
  }

  #dropdownMenu_2 .dropdown-item {
    padding-left: 2.5rem;
  }

  .dropdown-item {
    color: #fff;
  }

  .My_Slider .slide img {
    height: auto;
  }

  .slick-dots {
    display: none !important;
  }

  .contentSlider {
    top: 50%;
    width: 80%;
  }

  .contentSlider h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .contentSlider h1 {
    font-size: 28px;
    margin-bottom: 10px;
    width: 100%;
  }

  .contentSlider p {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .slider_search .form-control {
    padding: 20px;
    font-size: 12px;
  }

  .slider_search .searchBtn {
    width: 7%;
    padding: 9px;
    font-size: 14px;
  }

  .CatItem .image {
    height: 228px;
  }

  #Ads .image {
    margin-bottom: 10px;
  }

  #Sections .list .item {
    flex: 0 1 calc(33.3333333% - 20px);
    margin: 10px;
  }

  .Inside_Section_title h2 {
    font-size: 22px;
  }

  #Auctions .viewallBtn a {
    font-size: 12px;
  }

  .Auction .image {
    height: 342px;
  }

  #Subscribe {
    text-align: center;
  }

  #Subscribe .newsteller span {
    margin: 20px 0;
  }

  #Subscribe .newsteller .subscribeButton button {
    width: 35%;
  }

  #Subscribe .newsteller .email-box .subscribeInp {
    width: 62%;
  }

  .title-widget {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .language,
  .copyright {
    padding: 10px 0;
  }

  .copyright p,
  .language p {
    font-size: 12px;
  }

  .Filter_Content {
    display: none;
  }

  .Filter_Btn {
    display: block;
  }



  #Auction_Details .AuctionDetails .title h3 {
    font-size: 18px;
  }

  #Auction_Details .AuctionDetails .TimeRemaining .timer {
    text-align: center;
    margin-bottom: 20px;
  }

  #Auction_Details .AuctionDetails .MinIncrement .MinIncrementPrice,
  #Auction_Details .AuctionDetails .BidNow .quantity {
    margin-bottom: 10px;
  }

  #Auction_Details .AuctionDetails .MinIncrement .MinIncrementPrice,
  #Auction_Details .AuctionDetails .MinIncrement .auctionIcon,
  #Auction_Details .AuctionDetails .BidNow .quantity,
  #Auction_Details .AuctionDetails .BidNow .BidNowBtn {
    text-align: center;
  }

  .leftBar .Links {
    margin-bottom: 20px;
  }



  .paddingRight {
    padding-right: 15px;
  }

  .paddingLeft {
    padding-left: 15px;
  }

  #Login .form,
  #Register .form {
    border-radius: 10px 10px 0 0;
  }

  #Login .image,
  #Register .image {
    height: auto;
  }

  #Login .image img,
  #Register .image img {
    border-radius: 0 0 10px 10px;
  }



  #MyOrders .orderItem {
    display: flex;
    flex-direction: column;
  }

  #MyOrders .orderItem .image {
    margin-bottom: 10px;
    margin-right: 0;
  }



  .vendorItem .image {
    height: 137px;
  }


  #Auction_Details .AuctionDetails .MinIncrement .contract {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 75px;
  }

  .navbar-brand img {
    height: 55px;
  }

  .owl-nav .owl-prev {
    right: 35px;
  }

  .owl-nav .owl-next {
    left: 35px;
  }

  .headSection {
    display: none;
  }

  .formobile {
    display: block;
  }

  .Search_Icon {
    right: 100px;
  }

  .navbar {
    top: 0;
    box-shadow: 0px 3px 10px #0000001a;
  }

  #navbarContent {
    height: 100vh;
    padding-bottom: 70px;
    overflow: scroll;
    overflow-x: hidden;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar .links {
    display: none;
  }

  .navbar-light .navbar-nav .nav-link {
    border: none;
    margin: 5px 0;
  }

  #dropdownMenu_2 {
    background-color: #969696;
    box-shadow: none;
  }

  #dropdownMenu_2 .dropdown-item {
    padding-left: 2.5rem;
  }

  .dropdown-item {
    color: #fff;
  }

  .My_Slider .slide img {
    height: auto;
  }

  .slick-dots {
    display: none !important;
  }

  .contentSlider {
    top: 50%;
    width: 70%;
  }

  .contentSlider h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .contentSlider h1 {
    font-size: 28px;
    margin-bottom: 15px;
    width: 100%;
  }

  .contentSlider p {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .slider_search .form-control {
    padding: 20px;
    font-size: 12px;
  }

  .slider_search .searchBtn {
    width: 7%;
    padding: 9px;
    font-size: 14px;
  }

  .CatItem .image {
    height: 200px;
  }

  #Sections .list .item {
    flex: 0 1 calc(33.3333333% - 20px);
    margin: 10px;
  }

  .Inside_Section_title h2 {
    font-size: 22px;
  }

  #Auctions .viewallBtn a {
    font-size: 12px;
  }

  .Auction .image {
    height: 300px;
  }

  #Subscribe {
    text-align: center;
  }

  #Subscribe .newsteller span {
    margin: 20px 0;
  }

  #Subscribe .newsteller .subscribeButton button {
    width: 35%;
  }

  #Subscribe .newsteller .email-box .subscribeInp {
    width: 62%;
  }

  .title-widget {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .widget_nav_menu .linksList li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .widget_nav_menu p,
  .widget_nav_menu span {
    font-size: 10px;
  }

  .widget_nav_menu img {
    height: 20px;
  }

  .language,
  .copyright {
    padding: 10px 0;
  }

  .copyright p,
  .language p {
    font-size: 12px;
  }

  .Filter_Content {
    display: none;
  }

  .Filter_Btn {
    display: block;
  }

  .catItemPage .image {
    height: 105px;
  }


  #Login .image {
    height: 596px;
  }

  #Register .image {
    height: 940px;
  }

  #MyAddedAuctions .Auction .image,
  #MyBidding .Auction .image,
  #MyWinningAuctions .Auction .image {
    height: 257px;
  }


  #MyOrders .orderItem {
    display: flex;
    flex-direction: column;
  }

  #MyOrders .orderItem .image {
    margin-bottom: 10px;
    margin-right: 0;
  }


  .vendorItem .image {
    height: 115px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .owl-nav .owl-next {
    left: 40px;
  }

  .owl-nav .owl-prev {
    right: 40px;
  }

  .navbar .links ul li {
    margin-left: 10px;
  }

  .headSection .social ul li {
    margin-right: 5px;
  }

  .My_Slider .slide img {
    height: 380px;
  }

  .contentSlider {
    top: 45%;
  }

  .slick-dots {
    bottom: 0px;
  }

  .slider_search .searchBtn {
    width: 8%;
  }

  .contentSlider h1 {
    font-size: 45px;
  }

  .CatItem .image {
    height: 275px;
  }

  .Auction .image {
    height: 300px;
  }


  .catItemPage .image {
    height: 105px;
  }

  #Login .image {
    height: 556px;
  }

  #Register .image {
    height: 920px;
  }

  #MyAddedAuctions .Auction .image,
  #MyBidding .Auction .image,
  #MyWinningAuctions .Auction .image {
    height: 271px;
  }

  .vendorItem .image {
    height: 115px;
  }
}

/* Card Pay Button Styles */
.pay-card-btn {
  display: inline-block !important;
  background-color: #6F4DBE !important;
  color: #ffffff !important;
  padding: 6px 20px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: 0 4px 8px rgba(111, 77, 190, 0.2) !important;
  border: none !important;
  outline: none !important;
}

.pay-card-btn:hover {
  background-color: #5839a3 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 12px rgba(111, 77, 190, 0.3) !important;
  transform: translateY(-1px) !important;
  text-decoration: none !important;
}

/* Terms & Conditions Modal Premium Styling */
#termsConditionModel .modal-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.termsCondition_PopUp {
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    text-align: inherit;
}

.termsCondition_PopUp .title h3 {
    font-family: 'Cairo', 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2D2D2D;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.termsCondition_PopUp .title h3::after {
    content: '';
    display: block;
    width: 45px;
    height: 4px;
    background: linear-gradient(135deg, #8D69A7, #6F4DBE);
    border-radius: 10px;
    margin-top: 6px;
}

.termsCondition_PopUp .TermsContent {
    background-color: #F8F9FA;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    max-height: 250px;
    padding: 20px;
    margin-top: 15px;
    font-family: 'Cairo', 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
    overflow-y: auto;
}

/* Custom Scrollbar for Content */
.termsCondition_PopUp .TermsContent::-webkit-scrollbar {
    width: 6px;
}
.termsCondition_PopUp .TermsContent::-webkit-scrollbar-track {
    background: #F1F1F1;
    border-radius: 10px;
}
.termsCondition_PopUp .TermsContent::-webkit-scrollbar-thumb {
    background: #C4C4C4;
    border-radius: 10px;
}
.termsCondition_PopUp .TermsContent::-webkit-scrollbar-thumb:hover {
    background: #8D69A7;
}

.termsCondition_PopUp .TermsBtn {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

.termsCondition_PopUp .TermsBtn .btn {
    font-family: 'Cairo', 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 25px !important;
    width: 140px;
    height: auto !important;
    border-radius: 30px !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* First Button (Agree) - Filled Purple */
.termsCondition_PopUp .TermsBtn .btn:first-child {
    background: linear-gradient(135deg, #8D69A7, #6F4DBE) !important;
    color: #ffffff !important;
    border: none !important;
}
.termsCondition_PopUp .TermsBtn .btn:first-child:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 15px rgba(111, 77, 190, 0.3) !important;
}

/* Second Button (Don't Agree) - Outlined */
.termsCondition_PopUp .TermsBtn .btn:last-child {
    background: #ffffff !important;
    border: 2px solid #8D69A7 !important;
    color: #8D69A7 !important;
}
.termsCondition_PopUp .TermsBtn .btn:last-child:hover {
    background: #8D69A7 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 15px rgba(141, 105, 167, 0.2) !important;
}

/* Header search-box */
.search-box {
    display: none;
    position: absolute;
    top: -12px;
    width: 80%;
    margin: 20px 0;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #DDD;
}

.search-box .form-control {
    padding: 30px;
    padding-left: 40px;
    background-color: #FFF;
    border: 2px solid transparent;
    font-size: 15px;
    padding-right: 130px;
    border-radius: 5px;
}

.search-box i {
    position: absolute;
    left: 15px;
    top: 25px;
    color: #bdb5b8;
    font-size: 15px;
}

.search-box .searchBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 120px;
    padding: 16px;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
    background-color: #6f4dbe;
    color: #FFF;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.search-box .searchBtn:hover {
    background-color: #a78ee1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search-box {
        width: 75%;
    }
}