/*@import "flex.sass";*/

body {
  background: white;
  color: black;
  font-family: "Montserrat", sans-serif;
}

a {
  color: #08d2c8;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #08d2c8;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */
#header {
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background:white;
    box-shadow: 0px 8px 4px -10px #000;
}
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  /* float: left; */
  display: inline-block;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.card-info .card {
  background: white !important;
  padding: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 0 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 0 3px rgba(0, 0, 0, 0.11);
  margin: 1px;
}

.card-info .card_edit_delete ul {
  list-style: none;
  display: block;
  float: right;
}
.card-info .card_edit_delete li {
  display: inline-block;
}

.card-info .form-control {
  border-radius: .35rem;
  font-size: 14px;
}

.DefaultAdd {
  position: absolute;
  top: 10px;
  right: 50px;
  background: #0c8415;
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

.mobile-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  outline: none;
  font-weight: 600;
}

.nav-menu > li > a:after,
.nav-menu > .menu-active > a:after {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background: #08d2c8;
  transition: width .3s;
  margin: 0 auto;
  visibility: hidden;
}

.nav-menu > li:hover > a:after,
.nav-menu > .menu-active > a:after {
  visibility: visible;
}

.nav-menu > li {
  margin-left: 15px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}
ul.subMenu{
  padding: 0;
}
ul.subMenu li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  font-weight: 600;
}
ul.subMenu li:hover a {
  color: #08d2c8;
}
.nav-menu > li > .my_account_box{
  margin: 0 0 0 0;
}
.my_account_box{
  margin: 0 0 0 25px;
}
.my_account_button{
  font-size: 13px;
  outline: none;
  font-weight: 600;
}

.nav-menu ul li:hover > a {
  color: #08d2c8;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #08d2c8;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #08d2c8;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #08d2c8;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #08d2c8;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
.btn-outline-primary {
    padding: 0 20px !important;
    border-radius: 100px;
    /* height: 25px; */
    color: #08d2c8;
    border-color: #08d2c8;
    /* font-size: 12px; */
    font-weight: 500;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #08d2c8;
    border-color: #08d2c8;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #08d2c863;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #08d2c8;
    border-color: #08d2c8;
}
.btn-primary, a.btn-primary {
  color: #fff !important;
  background-color: #08d2c8;
  border-color: #08d2c8;
  padding: 0 20px !important;
  /* font-size: 12px !important; */
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  font-weight: 700;
}
.btn-info, a.btn-info {
  padding: 0 20px !important;
  /* font-size: 12px !important; */
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
}
.btn-primary:hover {
  color: #fff;
  background-color: #08d2c8;
  border-color: #08d2c8;
}
/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 150px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 70px;
  border-radius: 0;
  border: 0px solid #fff;
  background: #ccc;
  margin-left: 25px;
}
img.quotes {
  width: 30px;
  height: 30px;
  display: flex;
}
#testimonials .testimonial-item h3 {
  font-size: 18px;
  margin: 10px 0 5px 0;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  margin: 20px 0;
  text-align: right;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  display: flex;
  color: black;
  opacity: 0.5;
  justify-content: flex-end;
}
.owl-next {margin-left: 25px;}
#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #08d2c8;
}

/*-----------
inner pages - xavier
------------*/
.nav-menu{
  text-align: right;
}
.header-black {
  background: #000 !important;
}

.header-black a {
  color: #fff;
  padding-bottom: 0;
}

.header-black #logo img{
  width: 256px;
}

.btnMenu {
  color: #fff;
  background: transparent;
  border: 0;
  font-weight: 100;
  font-size: .8em;
}

.btnMenu img {
  display: inline-block;
  padding: 0 2px;
  vertical-align: sub;
}

.nav-menu button a{
  padding: 0 20px;
  display: block;
  color: #08d2c8;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.nav-menu li:hover button a{
  color: #fff;
}
.nav-menu .btn-primary a{

}
.nav-menu button a:after, .nav-menu .btn a:after, .nav-menu a.btn:after{
  display: none !important;
}

.nav-menu button {
  padding: 0 !important;
}
/* .search_body .type2 .item.img{
  height: 55px;
} */
.search_body .type2 .item span.toolTip{
  font-size: 1.2em !important;
}
.search_body .img.label img{
  width: 24px !important;
  height: 24px !important;
  float: left;
}
.icon-holder-image{
    background:url(../lgs-img/picture.svg) center center no-repeat ;
    height: 25px;
    width: 25px;
    margin: 0 auto;
}
.icon-holder-video{
  background:url(../lgs-img/film.svg) center center no-repeat ;
  height: 25px;
  width: 25px;
  margin: 0 auto;
}
.icon-holder-certificate{
  background:url(../lgs-img/medal.svg) center center no-repeat ;
  height: 25px;
  width: 25px;
  margin: 0 auto;
}
.img.active .icon-holder-image{
  background:url(../lgs-img/pictureBlue.svg) center center no-repeat;
}
.img.active .icon-holder-video{
  background:url(../lgs-img/filmBlue.svg) center center no-repeat;
}
.img.active .icon-holder-certificate{
  background:url(../lgs-img/medalBlue.svg) center center no-repeat;
}
.search_body {
  margin-top: 100px;
}

.fixed-bar{
  background: #fbfbfb;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 990;
  top: 80px;
  float: left;
  padding-top: 34px;
}
.modifySearchBody .fixed-bar{
  background: #fbfbfb;
  position: fixed;
  width: 50%;
  left: auto;
  right: 0;
  float: none;
  padding-top: 15px ;
}

.DiamondViewTop .tableUI2 {
  font-size: .90em;
}

.DiamondViewTop #diamond-details {
  display: flex;
  flex-direction: column;
}

.DiamondViewTop #diamond-details .DiamondTopTable{
  margin-top: auto;
}
.clear{
  clear: both;
}
#ac-tab{
  margin-top: 80px;
  background: #fbfbfb;
  padding: 40px 0 40px 0;
}
.ac-tab-left{
  width: 158px;
  float: left;
}
.ac-tab-right{
  width: calc(100% - 200px);
  float: right;
}
#ac-tab ul.nav-tabs{
  margin: 0;
  padding: 0;
  display: block;
  border: 0px;
}
#ac-tab ul.nav-tabs li{
  display: block;
  margin: 0 0 20px 0;
}
#ac-tab ul.nav-tabs li a{
  display: block;
  background: #ffffff;
  height:158px;
  width: 158px;
  text-align: center;
  margin: 0 0 20px 0;
  text-indent: -9999px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.20);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
}
#ac-tab ul.nav-tabs li a:after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  margin: 0 auto;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #08d2c8 transparent;
}
#ac-tab ul.nav-tabs li.ac-tab-account-details a{
    background: url(../images/personal-information.png) center center no-repeat #ffffff;
}
#ac-tab ul.nav-tabs li.ac-tab-change-password a{
  background: url(../images/password-icon.png) center center no-repeat #ffffff;
}
#ac-tab ul.nav-tabs li.ac-tab-messages a{
  background: url(../images/messages-icon.png) center center no-repeat #ffffff;
}
#ac-tab ul.nav-tabs li.ac-tab-industry-refrence a{
  background: url(../images/personal-information.png) center center no-repeat #ffffff;
}
#ac-tab ul.nav-tabs li a:hover, #ac-tab ul.nav-tabs li.active a{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ac-tab-right .account_message_box ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.ac-tab-right .account_message_box ul li{
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e6e6e6;
  word-break: break-all;
}
.ac-tab-right .account_message_box ul li figure a{
  width: 35px;
  height: 35px;
  background: url(../images/messages-user.png) center center no-repeat #ced0d0;
  border-radius: 30px;
  background-size: 20px;
  float: left;
  margin: 0 20px 20px 0;
  overflow: hidden;
}
.ac-tab-right .account_message_box ul li figure a img{
  width: 35px;
  height: 35px;
}
.ac-tab-right .account_message_box ul li figure h3{
  font-size: 20px;
  font-weight: bold;
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 0 0;
  display: inline-block;
}
.ac-tab-right .account_message_box ul li figure .company-name{
    margin: 0 0 10px 55px;
    font-size: 12px;
}
.ac-tab-right .account_message_box ul li p{
  margin: 0 0 10px 0;
}
.ac-tab-right .msg-time{
  color: #08D2C8;
  font-weight: 500;
}
.ac-tab-right .card_title{
  margin: 0 0 30px 0;
  position: relative;
}
.ac-tab-right .card_form_row{
  margin:0 0 30px 0;
}
.ac-tab-right .card_form_row label{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: .3rem;
}
.ac-tab-right .card_title h2{
  margin: 0 0 0 0;
  font-size: 23px;
  overflow: hidden;
}
.ac-tab-right .card_title h2:after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  top: -5px;
  left: 15px;
}
.ac-tab-right .form-control{
  height: calc(1.5em + 0.8rem + 2px);
  border-radius: .35rem;
  font-size: 14px;
}
.ac-tab-right .upload_button #profile_picture{
  display: block;
  position: absolute;
  top: 0;
  height: 46px;
  width: 302px;
  opacity: 0;
}
.ac-tab-right .profile_picture-file{
  color: #fff !important;
  background-color: #08d2c8;
  border-color: #08d2c8;
  padding: 13px 30px !important;
  vertical-align: middle;
  border-radius: 100px;
  display: inline-block;
  font-size: 13px;
  position: relative;
}
.ac-tab-right .profile_picture-file:after{
  position: absolute;
  top: 3px;
  right: -60px;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../images/messages-user.png) center center no-repeat #ced0d0;
  border-radius: 30px;
}
.ac-tab-right .btn-bs-file{
  position: relative;
}
.ac-tab-right .profile-picture-note{
  font-size: 13px;
  color: #9c9c9c;
}
.ac-tab-right .profile_picture1{
  width: 160px;
}
.ac-tab-right .profile_picture1 img{
  width: 100%;
  height: auto;
}
.ac-tab-right .form-group {
  margin-bottom: 1.5rem;
}
.ac-tab-right .btn-group{
  padding: 0;
  list-style: none;
}
.ac-tab-right .btn {
  margin: 0 20px 0 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 30px !important;
  height: auto;
}
.ac-tab-right .btn-submit{
  background: url(../images/submit-icon.png) 30px 14px no-repeat #08d2c8;
  padding: 10px 30px 10px 65px !important;
}
.ac-tab-right .btn-group .btn-choose-plan{
  background: url(../images/hand-icon.png) 30px 10px no-repeat #08d2c8;
  padding: 10px 30px 10px 65px !important;
}
.ac-tab-right .btn-group .btn-update{
  background: url(../images/update-icon.png) 20px 7px no-repeat;
  padding: 10px 30px 10px 65px !important;
}
.ac-tab-right .btn-group .btn-update:hover{
  background: url(../images/update-icon-hover.png) 20px 7px no-repeat #08d2c8;
}
.subscription_information_box p{
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.subscription_information_head{
  margin-bottom: 30px;
}
.all-message-box figure{
  width: 158px;
  float: left;
  margin: 0 0 30px 0;
}
.all-message-box figcaption{
  width: calc(100% - 200px);
  float: right;
  margin: 0 0 30px 0;
}
.account_message_reply .containerchat:not(.all-message-box) img{
  width: 158px !important;
  float: left;
  margin: 0 40px 30px 0;
}
.account_message_reply .containerchat:not(.all-message-box) p{
  margin: 0 0 10px 0;
}
.top_suppliers_section #contactSeller{
  clear: both;
}


.all-message-box figcaption h5{
  margin: 0 0 10px 0;
}
.all-message-box figcaption p{
  margin: 0 0 10px 0;
}
.manage-inventry{
  margin-top: 80px;
  background: #fbfbfb;
  padding: 0px 0 0px 0;
}
.manage-inventry table td {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  font-size: 14px;
  color: #1b1b1b;
}
.manage-inventry .top_suppliers_section{
  padding-bottom: 60px;
}
.manage-inventry .inventory_tab li {
	background: #e6e6e6;
	float: left;
	width: 50%;
	border: none;
}
.manage-inventry .tab_content {
	display: block;
}
.manage-inventry .tab_content:after, .manage-inventry .tab_content:before {
	display: table;
	clear: both;
	content: "";
}
.manage-inventry .tab_head{
  margin: 80px auto 40px auto;
}
.manage-inventry .tab_head ul {
	display: block;
	text-align: center;
}
.manage-inventry .tab_head_supplier ul {
	display: block;
	text-align: center;
}
.manage-inventry .tab_head li {
	background: #e4e4e4;
	float: left;
	width: 50%;
	border: none;
}
.manage-inventry .tab_head_supplier li {
	background: #f6f6f6;
	float: left;
	width: 33.33%;
	border: none;
}
.manage-inventry .tab_head li a {
	display: block;
	font-size: 20px;
	color: #222224;
	text-transform: uppercase;
	padding: 20px 0px 20px 0px;
	border: none;
	margin-right: 0;
}
.manage-inventry .tab_head_supplier li a {
	display: block;
	font-size: 20px;
	color: #222224;
	text-transform: uppercase;
	padding: 20px 0px 20px 0px;
	border: none;
	margin-right: 0;
}
.manage-inventry .tab_head li a:hover {
	color: #fff;
	background: #333;
	border: none;
	border-radius: 0px;
}
.manage-inventry .tab_head_supplier li a:hover {
	color: #fff;
	background: #333;
	border: none;
	border-radius: 0px;
}
.manage-inventry .tab_head li.active a {
	color: #fff;
	background: #08d2c8;
	border: none;
	border-radius: 0px;
}
.manage-inventry .tab_head_supplier li.active a {
	color: #fff;
	background: #08d2c8;
	border: none;
	border-radius: 0px;
}
.manage-inventry .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.manage-inventry .site-pagination {
	text-align: right;
}
.manage-inventry .site-pagination nav ul li a {
	margin: 0px 3px;
	border-radius: 5px;
	color: #333;
	font-size: 13px;
}
.manage-inventry .site-pagination nav ul li:first-child a, .manage-inventry .site-pagination nav ul li:last-child a {
	color: #08d2c8;
}
.manage-inventry .site-pagination nav ul li.active a {
	background: #08d2c8;
  border: 1px solid #08d2c8;
  color: #ffffff;
}
.manage-inventry .pagination>li>a:hover, .manage-inventry .pagination>li>span:hover, .manage-inventry .pagination>li>a:focus, .manage-inventry .pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.manage-inventry .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.manage-inventry .pagination>li {
  display: inline;
}
.manage-inventry .pagination>li>a, .manage-inventry .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #08d2c8;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.manage-inventry .ProViewBtn a {
  color: #08d2c8;
  font-size: 17px;
  padding: 0px 12px;
  display: block;
}
.manage-inventry .TableCrtlBtns a {
  display: inline-block;
  font-size: 15px;
  color: #494949;
}
.manage-inventry .upload_inventory_content {
	display: block;
	text-align: center;
}
.manage-inventry .upload_download_button {
	display: block;
	text-align: center;
	margin: 35px 0px;
}
.manage-inventry .upload_download_button ul {
  display: inline-block;
  list-style: none;
}
.manage-inventry .upload_download_button ul li {
	float: left;
	margin-right: 20px;
}
.manage-inventry .upload_download_button ul li:last-child {
	margin-right: 0;
}
.manage-inventry .upload_download_button ul li a {
	display: block;
	min-width: 390px;
	padding: 0px 15px;
	height: 50px;
	line-height: 50px;
	border: solid 1px #08d2c8;
	font-size: 18px;
	color: #08d2c8;
	text-transform: uppercase;
	border-radius: 4px;
}
.manage-inventry .upload_download_button ul li a:hover {
	background: #08d2c8;
	color: #fff;
}
.manage-inventry .choose_file_button {
	display: block;
	text-align: center;
}
.manage-inventry .choose_file_button a {
	display: inline-block;
	position: relative;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px 20px;
	border-radius: 40px;
	height: 55px;
	line-height: 55px;
	background: #08d2c8;
}
.manage-inventry .choose_file_button a input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.manage-inventry .choose_file_button a:hover {
	background: #333;
}
.manage-inventry .existing_inventery_des {
	display: block;
	text-align: center;
	padding: 50px;
}
.manage-inventry .existing_inventery_des p {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
/*  */
.manage-inventry .card_form_row {
	padding: 25px 0 10px 0px;
	border-bottom: solid 1px #d8d8d8;
}
.manage-inventry .card_form_row:after, .manage-inventry .card_form_row:before {
	display: table;
	clear: both;
	content: "";
}
.manage-inventry .card_form_row .col-md-8 {
	padding-right: 0px;
}
.manage-inventry .card_form_row .form-control {
	height: 50px;
	padding-right: 0px;
	border: solid 1px #08d2c8;
	color: #08d2c8 !important;
}
.manage-inventry .card_form_row ::-webkit-input-placeholder {
color:#08d2c8;
}
.manage-inventry .card_form_row ::-moz-placeholder {
color:#08d2c8;
}
.manage-inventry .card_form_row :-ms-input-placeholder {
color:#08d2c8;
}
.manage-inventry .card_form_row :-moz-placeholder {
color:#08d2c8;
}
.manage-inventry .has-error .help-block,
.manage-inventry .has-error .control-label,
.manage-inventry .has-error .radio,
.manage-inventry .has-error .checkbox,
.manage-inventry .has-error .radio-inline,
.manage-inventry .has-error .checkbox-inline,
.manage-inventry .has-error.radio label,
.manage-inventry .has-error.checkbox label,
.manage-inventry .has-error.radio-inline label,
.manage-inventry .has-error.checkbox-inline label{
  color: #b70400;
}
.manage-inventry .button_back_next {
  display: block;
  margin-top: 30px;
}
.manage-inventry .checkbox input {
	z-index: -3;
	opacity: 0;
}
.manage-inventry .checkbox label {
	background: url(../../img//check1.png) no-repeat;
	min-width: 30px;
	height: 30px;
	padding: 5px 0 0 40px;
}
.manage-inventry .checkbox input:checked + label {
	background-position: 0px -70px;
}
.manage-inventry .confirmation_box {
  display: block;
  text-align: center;
  padding-top: 35px;
}
.manage-inventry .message {
  font-size: 22px;
  color: #7e7e7e;
  padding-bottom: 30px;
  line-height: 35px;
  font-weight: normal;
  margin: 0;
}
.manage-inventry .upload_button {
	display: block;
	text-align: center;
}
.manage-inventry .upload_button label {
	display: inline-block;
	height: 65px;
	line-height: 65px;
	padding: 0px 60px;
	border-radius: 4px;
	background: #08d2c8;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
.manage-inventry .upload_button label:hover {
	background: #333;
}
.manage-inventry .btn-bs-file input[type="file"] {
  position: absolute;
  top: -9999999;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  outline: none;
  cursor: inherit;
}
/*  */
/* .containerchat.all-message-box img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
} */
.manage-inventry #SignUpForm .hide {
  display: none !important;
}
.manage-inventry .head_section {
  display: block;
  background: #08d2c8;
}
.manage-inventry .head_section h1 {
  font-size: 26px;
  color: #fff;
  padding: 30px 0px 30px 0px;
}
.manage-inventry .billing_checkbox {
	display: block;
}
.manage-inventry .billing_checkbox:after, .manage-inventry .billing_checkbox:before {
	display: table;
	clear: both;
	content: "";
}
.manage-inventry .billing_checkbox .checkbox {
	float: left;
	margin: 0;
}
.manage-inventry .price_crown {
	float: left;
	width: 70%;
	padding-left: 13px;
}
.manage-inventry .price_crown h4 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}
.manage-inventry .price_crown span {
	font-size: 14px;
	color: #858585;
	font-weight: normal;
}
.manage-inventry .radio input[type="radio"],
.manage-inventry .radio-inline input[type="radio"],
.manage-inventry .checkbox input[type="checkbox"],
.manage-inventry .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.table-box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: collapse;
  display: table;
  text-align: left;
  border: 1px solid #c9c9c9;
}

.table-box table .checkbox label {
	background-size: 20px;
	height: auto;
	padding: 0;
	width: 20px;
	min-width: 20px;
}
.table-box table .checkbox input:checked + label {
	background-position: 0px -47px;
}
.table-box table .checkbox {
	margin: 0px;
}
.table-box table tr td, .table-box table tr th {
	font-size: 12px;
	padding: 15px 5px;
	text-align: center;
}
.table-box table tr th {
	background: #636363;
	color: #fff;
	border-color: #636363;
	text-transform: uppercase;
	font-weight: normal;
}
.item-img-row{
  min-width: inherit !important;
  display: block !important;
  text-align: center;
}
.addCart{
  color: #fff !important;
  background-color: #08d2c8 !important;
  border-color: #08d2c8 !important;
  padding: 15px 30px !important;
  border-radius: 100px !important;
  font-weight: bold;
  height: auto;
}
.addCart .fa-shopping-cart{
  color: #fff !important;
}
@media (max-width: 768px){
  .search_body {
    margin-top: 123px;
  }
  .ac-tab-left {
    width: 88px;
    float: left;
  }
  .ac-tab-left p {
    font-size: 13px;
    margin: 0px;
 }
  .ac-tab-right {
    width: calc(100% - 100px);
  }
  #ac-tab ul.nav-tabs li a{
    background-size: 40px !important;
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 480px){
  #search .search_action .btn {
    margin: 15px 1px 15px;
}
}

#modifySearchBody .searchToggle {
    margin-top: 130px;
}
#modifySearchBody .modify-search {
  max-width: 100%;
  flex: 100%;
}


/* COMMON PRICING STYLES */
    .panel.price,
    .panel.price>.panel-heading{
      border-radius:0px;
      -moz-transition: all .3s ease;
      -o-transition:  all .3s ease;
      -webkit-transition:  all .3s ease;
    }
    .panel.price:hover{
      box-shadow: 0px 0px 30px rgba(0,0,0, .2);
      cursor: pointer;
    }
    .panel.price:hover>.panel-heading{
      box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
    }
    .panel-body {
      padding: 15px;
    }
    .lead {
      margin: 0px;
      font-size: 28px;
    }
    .lead .price-text {
      font-size: 50px;
      font-weight: bold;
    }
    .panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0;
    }
    .panel.price>.panel-heading{
      box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
      text-shadow:0px 3px 0px rgba(50,50,50, .6);
      padding: 10px 15px;
    }

    .price .list-group-item{
      border-bottom-:1px solid rgba(250,250,250, .5);
    }

    .panel.price .list-group-item:last-child {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
    }
    .panel.price .list-group-item:first-child {
      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
    }

    .price .panel-footer {
      color: #fff;
      border-bottom:0px;
      background-color:  rgba(0,0,0, .1);
      box-shadow: 0px 3px 0px rgba(0,0,0, .3);
      padding: 10px 15px;
      background-color: #f5f5f5;
      border-top: 1px solid #ddd;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
    }

    .panel.price .btn{
      box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
      border:0px;
    }

    /* white-panel */
    .price.panel-white>.panel-heading {
      color: #333;
      background-color: #f9f9f9;
      border-color: #ccc;
      border-bottom: 1px solid #ccc;
      text-shadow: 0px 2px 0px rgba(250,250,250, .7);
    }

    .panel.panel-white.price:hover>.panel-heading{
      box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
    }

    .price.panel-white>.panel-body {
      color: #fff;
      background-color: #dfdfdf;
    }

    .price.panel-white>.panel-body .lead{
    text-shadow: 0px 2px 0px rgba(250,250,250, .8);
    color:#666;
    }

    .price:hover.panel-white>.panel-body .lead{
    text-shadow: 0px 2px 0px rgba(250,250,250, .9);
    color:#333;
    }

    .price.panel-white .list-group-item {
    color: #333;
    background-color: rgba(50,50,50, .01);
    font-weight:600;
    text-shadow: 0px 1px 0px rgba(250,250,250, .75);
    font-size: 15px;
    }
    .panel-white a.btn-primary {
    height: 40px;
    line-height: 0px;
    padding: 20px !important;
    }

.fa-heart , .fa-heart-o {
  font-size: 24px;
}

.dark-blue {
  color: #17a2b8;
}

@media screen and (min-width: 768px) {
  .modal-lg{
    width:900px;
  }

  .modal-sm{
    width:300px;
  }
}

.fa-rotate-90 {
  transform: rotate(90deg) scaleX(-1);
  position: absolute;
  margin-top: 4px;
  font-size: 12px;
}


.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle, .dropdown-toggle:focus {
  border: none;
  outline: none;
}

.dropdown-item svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}