.mr-4 {
  margin-right: 4rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mx-5 {
  margin-left: 3rem !important;

  margin-right: 3rem !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.p-1 {
  padding: 1rem;
}

.hidden {
  display: none !important;
}

.radio {
  margin: 0.5rem;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197ee;
}

.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

/* Layout Css */

.logo_web {
  margin-top: 13px;
}

.navbar {
  height: auto;
}

.navbar .container-fluid.top-bar {
  height: 50px;
  border-color: #5f5f5f;
}

.eu_nav {
  display: inline-block;
  float: right;
}

.eu_nav li a {
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-top: 2px;
}

.eu_nav li a.current {
  color: #e36868;
}

/* Login Page Css */

.login-side-bg {
  position: fixed;

  top: 0;

  bottom: 0;

  right: 0;
}

.login-container-side {
  background-color: white;

  height: 100%;

  min-height: 600px;
}

.login-wrapper {
  width: 100%;

  height: 100%;
}

.login-form-div {
  background-color: rgba(255, 255, 255, 0.95);

  border-radius: 40px;

  padding: 30px;

  margin-bottom: 15px;

  width: 380px;

  height: 380px;

  text-align: center;

  position: absolute;

  top: 50%;

  left: 50%;

  margin: -190px 0 0 -190px;

  -webkit-transition: all 1s 0.5s;

  -moz-transition: all 1s 0.5s;

  transition: all 1s 0.5s;
}

.login-title-company {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;

  font-size: 21px;

  font-weight: 500;
}

.login-form-div .form-group {
  position: relative;

  margin-bottom: 0;
}

.login-form-div input.form-control {
  height: 48px;

  font-size: 15px;

  box-shadow: none;

  border-radius: 0;

  border: 0;

  border-bottom: 1px solid #d6d6d6;

  padding-left: 0;

  padding-right: 0;

  background: transparent;
}

.login-form-div .form-options {
  margin: 20px 0 30px;
}

.login-form-div .form-options .checkbox {
  display: inline-block;
}

.login-form-div .form-options .checkbox input[type="checkbox"] {
  display: none;
}

.login-form-div .form-options .checkbox span::before {
  content: "";

  width: 18px;

  height: 18px;

  display: inline-block;

  vertical-align: middle;

  margin-right: 10px;

  background: white;

  border-radius: 3px;

  border: 1px solid #c8c8c8;
}

.login-form-div input[type="submit"] {
  position: absolute;

  top: 10px;

  right: 0;

  opacity: 0.5;

  font-family: "FontAwesome";

  background: transparent;

  color: #888888;

  border: 2px solid #888888;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  padding-left: 7px;

  line-height: 24px;
}

.login-form-div input[type="submit"]:hover {
  opacity: 1;
}

/* panel order product div */

.order-product-div {
  /* background: #d3d3d340 !important; */

  background: #ffffff !important;

  min-height: 140px !important;

  box-shadow: 0px 0px 10px 2px #d3d3d3;
}

.change {
  background: #14763b40 !important;
}

.order-product-div-img {
  width: 100px;

  height: 100px;

  /* box-shadow: 0px 0px 10px 0px; */
}

.order-product-qty-sign {
  padding: 4px;

  /* background: darkgray; */

  /* font-size: 10px; */

  position: relative;

  top: -5px;

  cursor: pointer;

  /* color: white; */
}

/* Bulk Order Page */

.bulk_order_cat_filter_img {
  width: 130px;

  height: 130px;
}



.brand-select i.fa-times {  
  padding-left: 5px;
  color: red;  
  left: 113px;
}
.brand-select {
  background: #434242 !important;
  padding-left: 5px;
}


.cat-select i.fa-times {  
  padding-left: 5px;
  color: red;  
  left: 113px;
}
.cat-select {
  background: #434242 !important;
  padding-left: 5px;
}

.bg-dark {
  background: #434242 !important;
}

.bg-dark i.fa-times {
  color: green;

  left: 113px;
}

.bg-dark i.fa-times:before {
  content: "\f00c";
}

.bulk_order_cat_filter_name {
  font-size: 12px;

  font-weight: bold;
}

.categories-filter {
  cursor: pointer;
}

.qty-value {
  display: inline-block;
}

.qty-signs {
  display: inline-block;

  position: relative;

  top: 10px;

  /* left: 20px; */
}

.qty {
  width: 52px;

  border: 1px solid #e1d2d285;

  background-color: transparent;

  text-align: right;

  font-size: 25px;

  font-weight: 600;

  color: #666666;
}

.modal-dialog-wide {
  width: 900px;
}

.num-block {
  float: left;

  width: 100%;

  padding: 15px 30px;
}

.skin-1 .num-in {
  float: left;

  width: 94px;
}

.skin-1 .num-in span {
  display: block;

  float: left;

  width: 30px;

  height: 32px;

  line-height: 32px;

  text-align: center;

  position: relative;

  cursor: pointer;
}

.skin-1 .num-in span.dis:before {
  background-color: #ccc !important;
}

.skin-1 .num-in input {
  float: left;

  width: 32px;

  height: 32px;

  border: 1px solid #6e6f7a;

  border-radius: 5px;

  color: #000;

  text-align: center;

  padding: 0;
}

.skin-1 .num-in span.minus:before {
  content: "";

  position: absolute;

  width: 15px;

  height: 2px;

  background-color: #00a94f;

  top: 50%;

  left: 0;
}

.skin-1 .num-in span.plus:before,
.skin-1 .num-in span.plus:after {
  content: "";

  position: absolute;

  right: 0px;

  width: 15px;

  height: 2px;

  background-color: #00a94f;

  top: 50%;
}

.skin-1 .num-in span.plus:after {
  -webkit-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -o-transform: rotate(90deg);

  transform: rotate(90deg);
}

/*Checkboxes styles*/

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: block;

  position: relative;

  padding-left: 35px;

  margin-bottom: 20px;

  font: 14px/20px "Open Sans", Arial, sans-serif;

  color: #666666;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

input[type="checkbox"] + label:before {
  content: "";

  display: block;

  width: 20px;

  height: 20px;

  border: 1px solid #3197ee;

  position: absolute;

  left: 0;

  top: 0;

  opacity: 0.6;

  -webkit-transition: all 0.12s, border-color 0.08s;

  transition: all 0.12s, border-color 0.08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;

  top: -5px;

  left: 5px;

  border-radius: 0;

  opacity: 1;

  border-top-color: transparent;

  border-left-color: transparent;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);
}

.info-alert {
  font-size: 13px;
}

.info-alert span {
  margin-right: 3px;
}

#attributesModal .list-group-item {
  padding: 10px 15px !important;
  border: 1px solid #ddd !important;
  cursor: pointer;
}

#attributesModal .list-group-item:first-child {
  border-top-right-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

#attributesModal .list-group-item:last-child {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

#attributesModal .list-group-item:hover {
  background-color: #777;
  color: white;
}

#attributesModal .modal-dialog {
  width: 420px;
}

#giftDiv .giftSelectedBox {
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 40px;
  padding-bottom: 8px;
}

#giftDiv .giftSelectedBox span {
  background: #787878;
  color: white;
  padding: 5px;
  position: relative;
  top: 8px;
  left: 5px;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

#giftDiv .giftSelectedBox span i.fa {
  margin-left: 8px;
  cursor: pointer;
}

#giftDiv .img-responsive {
  height: 200px;
  margin: auto;
  object-fit: cover;
}

#giftDiv .panel.fixed-height {
  height: 290px;
  cursor: pointer;
}

#giftDiv .panel.fixed-height .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
