@charset "UTF-8";
html {
  font-size: 62.5%;
}

@media (max-width: 991px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 1499px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
a {
  transition: all 0.3s;
}

.red-link {
  color: #d90000;
  text-decoration: underline;
}

.row-20 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.row-20 .col-xxl,
.row-20 .col-xxl-auto,
.row-20 .col-xxl-12,
.row-20 .col-xxl-11,
.row-20 .col-xxl-10,
.row-20 .col-xxl-9,
.row-20 .col-xxl-8,
.row-20 .col-xxl-7,
.row-20 .col-xxl-6,
.row-20 .col-xxl-5,
.row-20 .col-xxl-4,
.row-20 .col-xxl-3,
.row-20 .col-xxl-2,
.row-20 .col-xxl-1,
.row-20 .col-xl,
.row-20 .col-xl-auto,
.row-20 .col-xl-12,
.row-20 .col-xl-11,
.row-20 .col-xl-10,
.row-20 .col-xl-9,
.row-20 .col-xl-8,
.row-20 .col-xl-7,
.row-20 .col-xl-6,
.row-20 .col-xl-5,
.row-20 .col-xl-4,
.row-20 .col-xl-3,
.row-20 .col-xl-2,
.row-20 .col-xl-1,
.row-20 .col-lg,
.row-20 .col-lg-auto,
.row-20 .col-lg-12,
.row-20 .col-lg-11,
.row-20 .col-lg-10,
.row-20 .col-lg-9,
.row-20 .col-lg-8,
.row-20 .col-lg-7,
.row-20 .col-lg-6,
.row-20 .col-lg-5,
.row-20 .col-lg-4,
.row-20 .col-lg-3,
.row-20 .col-lg-2,
.row-20 .col-lg-1,
.row-20 .col-md,
.row-20 .col-md-auto,
.row-20 .col-md-12,
.row-20 .col-md-11,
.row-20 .col-md-10,
.row-20 .col-md-9,
.row-20 .col-md-8,
.row-20 .col-md-7,
.row-20 .col-md-6,
.row-20 .col-md-5,
.row-20 .col-md-4,
.row-20 .col-md-3,
.row-20 .col-md-2,
.row-20 .col-md-1,
.row-20 .col-sm,
.row-20 .col-sm-auto,
.row-20 .col-sm-12,
.row-20 .col-sm-11,
.row-20 .col-sm-10,
.row-20 .col-sm-9,
.row-20 .col-sm-8,
.row-20 .col-sm-7,
.row-20 .col-sm-6,
.row-20 .col-sm-5,
.row-20 .col-sm-4,
.row-20 .col-sm-3,
.row-20 .col-sm-2,
.row-20 .col-sm-1,
.row-20 .col,
.row-20 .col-auto,
.row-20 .col-12,
.row-20 .col-11,
.row-20 .col-10,
.row-20 .col-9,
.row-20 .col-8,
.row-20 .col-7,
.row-20 .col-6,
.row-20 .col-5,
.row-20 .col-4,
.row-20 .col-3,
.row-20 .col-2,
.row-20 .col-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-wrap {
  display: flex;
  align-items: center;
  height: 8rem;
}

.header-logo img {
  max-width: 100%;
}

.header-phone {
  background: url("./../images/phone.png") no-repeat left center;
  padding-left: 3.3rem;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  color: #222;
  font-size: 2rem;
  margin-left: 10rem;
  transition: all 0.3s;
}
.header-phone:hover {
  color: #f58220;
}

.header-user {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.header-user span {
  margin-top: 0.5rem;
  line-height: 1;
  color: #222;
  transition: all 0.3s;
}
.header-user:hover span {
  color: #f58220;
}

@media (max-width: 767px) {
  .header-phone {
    margin-left: 3rem;
  }
}
@media (max-width: 575px) {
  .header-logo {
    width: 20rem;
  }

  .header-phone {
    display: none;
  }
}
footer {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #222;
  color: #ffffff;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 85rem;
  margin: 0 auto;
}

.footer-logo {
  filter: grayscale(100%);
  width: 25rem;
  margin: 1rem;
}
.footer-logo img {
  max-width: 100%;
}

.footer-phone {
  font-size: 2rem;
  color: #ffffff;
  margin: 1rem;
}

.footer-social {
  margin: 1rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
}
.footer-social a {
  margin: 2.2rem;
  color: #ffffff;
}
.footer-social a:hover {
  color: #f58220;
}

@media (max-width: 767px) {
  footer {
    padding: 2rem 0;
  }

  .footer-content {
    flex-direction: column;
  }
}
.cart-top {
  display: flex;
  height: 6rem;
}
.cart-top-item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f58220;
  position: relative;
}
.cart-top-item.active {
  background: #222;
}
.cart-top-item.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #222;
  position: absolute;
  margin: auto;
  bottom: -2rem;
  left: 0;
  right: 0;
}
.cart-top-item .text {
  font-size: 1.8rem;
  color: #ffffff;
  margin-left: 1.2rem;
  line-height: 1;
}
.cart-top-item .num {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #222;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 50%;
  line-height: 1;
}

.cart-box {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
}

.cart-wrap {
  padding: 3.2rem;
  padding-top: 4rem;
}
.cart-wrap h1 {
  font-size: 2.5rem;
}
.cart-wrap-top {
  display: flex;
  align-items: center;
  margin-bottom: 4.8rem;
}
.cart-wrap-top h1 {
  margin-bottom: 0 !important;
}
.cart-wrap-top a {
  color: #222;
  font-size: 2.5rem;
  margin-left: 1rem;
  transition: all 0.3s;
  text-decoration: underline;
}
.cart-wrap-top a:hover {
  color: #f58220;
}

.cart-item {
  padding: 1.5rem;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.cart-item-col {
  margin-bottom: 2rem;
}
.cart-item:hover {
  box-shadow: 0px 0px 12px #00000080;
}
.cart-item-name {
  text-align: center;
  text-decoration: underline;
  color: #222;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  transition: 0.3s;
}
.cart-item-name:hover {
  color: #f58220;
}
.cart-item-img {
  text-align: center;
  margin-bottom: 1.6rem;
}
.cart-item p {
  margin-bottom: 2rem;
}
.cart-item-radios, .cart-item-checks {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.cart-item .check-styled {
  margin-right: 1.6rem;
}
.cart-item-select {
  margin-bottom: 2rem;
}
.cart-item-select span {
  font-weight: 600;
  margin-bottom: 0.4rem;
  display: block;
}
.cart-item-bottom {
  justify-content: center;
  text-align: center;
}

.cart-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4rem;
}
.cart-bottom-space {
  justify-content: space-between;
}
.cart-bottom a,
.cart-bottom .btn {
  margin-left: 1.6rem;
}
.cart-bottom .btn {
  padding: 2rem 5rem;
  white-space: nowrap;
}
.cart-bottom-text a {
  margin-left: 0;
  color: #222;
  text-decoration: underline;
}

.cart-table {
  width: 100%;
}
.cart-table table {
  width: 100%;
}
.cart-table table th {
  padding-bottom: 2rem;
  font-weight: 400;
}
.cart-table table td {
  height: 13rem;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
.cart-table table td:first-child {
  border-left: 1px solid #999;
}
.cart-table table td:last-child {
  border-right: 1px solid #999;
}

.table-item-img {
  background: #eefbef;
  width: 20rem;
  text-align: center;
}
.table-item-name {
  padding-left: 2rem;
}
.table-item-name-content {
  display: flex;
  flex-direction: column;
  max-width: 20rem;
}
.table-item-name-link {
  color: #d90000;
  display: inline-block;
  font-size: 2rem;
}
.table-item-name span {
  display: block;
}
.table-item-kauce {
  text-align: right;
}
.table-item-kauce span {
  display: none;
}
.table-item-price {
  text-align: right;
}
.table-item-price span {
  display: none;
}
.table-item-del {
  width: 6rem;
  text-align: center;
}
.table-item-del a {
  color: #ccc;
}
.table-item-del a:hover {
  color: #d90000;
}

.cart-price {
  font-size: 2rem;
  font-weight: 600;
}
.cart-price-wrap {
  margin-top: 7rem;
  display: flex;
  justify-content: flex-end;
}
.cart-price-small {
  font-weight: 400;
  font-size: 2rem;
}
.cart-price-content {
  margin-left: auto;
}

.cart-two-col {
  display: flex;
}
.cart-two-col-left {
  width: 75%;
  padding-right: 2rem;
}
.cart-two-col-right {
  width: 25%;
  padding-left: 2rem;
}
.cart-two-col-right .line-headline {
  margin-top: 2rem;
}

.line-headline {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 4rem;
}
.line-headline span {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  position: relative;
  background: #ffffff;
  margin-left: 4rem;
}
.line-headline:before {
  height: 1px;
  background: #222;
  width: 100%;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  position: absolute;
}

.form-box {
  background-color: #fbf9fd;
  width: 100%;
  margin: 2rem 0;
  padding: 3rem 2rem 3rem 2rem;
}
.form-box .check-styled input[type=radio] + label {
  min-height: 2rem;
  padding-left: 3rem;
  padding-top: 0;
  line-height: 1.3;
}
.form-box .check-styled input[type=radio] + label a {
  color: #222;
  text-decoration: underline;
}
.form-box .check-styled input[type=radio] + label:after {
  width: 1.8rem;
  height: 1.8rem;
}
.form-box .check-styled input[type=radio] + label:before {
  width: 1.2rem;
  height: 1.2rem;
  top: 0.3rem;
  left: 0.3rem;
}

.assistent {
  display: flex;
  width: 100%;
}
.assistent-img {
  width: 6.8rem;
  height: 6.8rem;
}
.assistent-text {
  width: calc(100% - 6.8rem);
  padding-left: 1.2rem;
  font-size: 1.3rem;
}

.order-box {
  background: #eefbef;
  padding: 2.4rem 1.5rem;
  margin-top: 2rem;
}
.order-box-item {
  display: flex;
  margin-bottom: 1.5rem;
}
.order-box-item-list {
  display: flex;
  flex-direction: column;
}
.order-box-item-img {
  width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.order-box-item-img img {
  max-height: 5.5rem;
}
.order-box-item-text {
  width: calc(100% - 10rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1.2rem;
}
.order-box-item-name {
  color: #d90000;
  line-height: 1.2;
}
.order-box-item-price {
  font-size: 1.3rem;
}
.order-box-price {
  font-size: 1.6rem;
  font-weight: 600;
}
.order-box-price-wrap {
  margin-top: 5rem;
}
.order-box-price-small {
  font-weight: 400;
}

.finish-box {
  background: #eefbef;
  padding: 7.2rem 23rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
.finish-box:before {
  content: "";
  display: flex;
  position: absolute;
  width: 23rem;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8rem;
  font-family: "Font Awesome 5 Pro";
  font-size: 8rem;
  font-weight: 600;
  color: #30a92a;
  top: 0;
  left: 0;
  line-height: 1;
}
.finish-box h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
  font-weight: 600;
}
.finish-box p {
  margin-bottom: 0;
  font-size: 1.6rem;
}

@media (min-width: 1250px) {
  .modal-lg,
.modal-xl {
    max-width: 1230px;
  }
}
@media (min-width: 800px) {
  .modal-md {
    max-width: 740px;
  }
}
.modal .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  opacity: 1;
  transition: all 0.3s;
}
.modal .close:hover {
  color: #f58220;
  opacity: 1;
}
.modal-title {
  margin-bottom: 2.4rem;
  font-size: 3rem;
}
.modal-body {
  padding: 2.4rem;
}

.range-slider-name {
  text-align: center;
  margin-bottom: 1.6rem;
  font-weight: 600;
}

.range-slider-wrap {
  padding-bottom: 3rem;
}
.range-slider-wrap .ui-slider-horizontal {
  border-radius: 1rem;
  height: 0.7rem;
  background-color: #00de9f;
  border: 0;
}
.range-slider-wrap .ui-slider-horizontal:hover .ui-slider-range,
.range-slider-wrap .ui-slider-horizontal:hover .ui-slider-handle {
  background-color: #00de9f;
}
.range-slider-wrap .ui-slider-range {
  background: #00de9f;
  border-radius: 1rem;
  transition: background-color 0.3s;
}
.range-slider-wrap .ui-slider-handle {
  width: 2.2rem;
  height: 2.2rem;
  background: #00de9f;
  border-radius: 50%;
  border: 0;
  top: -0.7rem;
  transition: background-color 0.3s;
}
.range-slider-wrap .ui-slider-handle::after {
  position: absolute;
  content: "";
  top: 0.6rem;
  left: 0.6rem;
  border-radius: 50%;
  transition: 0.3s all;
  width: 1rem;
  height: 1rem;
  background: #ffffff;
}

.range-slider-input {
  position: absolute;
  top: 100%;
  width: 10rem;
  left: -4rem;
  text-align: center;
}
.range-slider-input .form-control {
  border: none;
  width: 100%;
  text-align: center;
}

.modal-filter-top {
  display: flex;
  flex-wrap: wrap;
}

.modal-slider-item {
  width: 32rem;
  margin-right: 5rem;
  margin-bottom: 2rem;
}

.filter-name {
  margin-bottom: 1rem;
  font-weight: 600;
}

.modal-size-input {
  display: flex;
  align-items: center;
}
.modal-size-input .form-control {
  width: 4.6rem;
  margin-right: 1.6rem;
  text-align: center;
  padding: 0;
}

.modal-item {
  display: flex;
  flex-direction: column;
  padding: 2rem 1.2rem;
  transition: all 0.3s;
}
.modal-item-list {
  margin-top: 4rem;
}
.modal-item:hover {
  box-shadow: 0px 0px 12px #00000080;
}
.modal-item-col {
  margin-bottom: 2rem;
}
.modal-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.6rem;
}
.modal-item-name {
  font-size: 1.8rem;
  color: #d90000;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.modal-item p {
  margin-bottom: 3rem;
}
.modal-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-days-btn {
  text-align: right;
  margin-top: 3.2rem;
}

@media (max-width: 1499px) {
  .cart-section .container {
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .cart-top-item .text {
    font-size: 1.6rem;
  }

  .cart-two-col {
    flex-wrap: wrap;
  }
  .cart-two-col-left {
    width: 70%;
  }
  .cart-two-col-right {
    width: 30%;
    margin-top: 3rem;
  }
}
@media (max-width: 1249px) {
  .modal-lg, .modal-xl {
    max-width: calc(100% - 2rem);
  }
}
@media (max-width: 1199px) {
  .cart-top-item .text {
    font-size: 1.4rem;
  }

  .cart-two-col-left {
    width: 100%;
    padding-right: 0;
  }
  .cart-two-col-right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cart-top-item .text {
    display: none;
  }

  .cart-table table {
    display: flex;
  }
  .cart-table table thead {
    display: none;
  }
  .cart-table table tbody {
    display: flex;
    flex-direction: column;
  }
  .cart-table table tr {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #999;
    margin-bottom: 2rem;
    padding: 2rem;
    position: relative;
  }
  .cart-table table td {
    border: none !important;
    height: auto;
  }

  .table-item-img {
    width: 10rem;
    background: none;
  }
  .table-item-name {
    width: calc(100% - 10rem);
    padding-top: 1rem;
  }
  .table-item-name-content {
    max-width: 100%;
  }
  .table-item-price {
    width: 50%;
    font-weight: 600;
    margin-top: 2rem;
  }
  .table-item-price span {
    display: inline-block;
    font-weight: 400;
  }
  .table-item-kauce {
    width: 50%;
    text-align: left;
    font-weight: 600;
    margin-top: 2rem;
  }
  .table-item-kauce span {
    display: inline-block;
    font-weight: 400;
  }
  .table-item-del {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    line-height: 1;
    width: 2rem;
  }

  .cart-wrap h1 {
    margin-bottom: 2rem;
  }

  .finish-box {
    padding: 3.2rem 10rem;
    padding-right: 3.2rem;
    margin-top: 0;
  }
  .finish-box:before {
    width: 10rem;
    font-size: 4rem;
    padding-left: 0;
    text-align: center;
    justify-content: center;
  }

  .modal-filter-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 3rem;
  }

  .modal-slider-item {
    margin-right: 0;
    width: 50%;
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .modal-filter-top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 0 3rem;
  }

  .modal-slider-item {
    margin-right: 0;
    width: 100%;
    padding: 0;
  }

  .cart-wrap h1 {
    font-size: 2rem;
  }

  .cart-wrap-top {
    margin-bottom: 2rem;
    flex-direction: column;
  }

  .cart-wrap-top a {
    font-size: 2rem;
  }

  .cart-bottom .btn {
    padding: 2rem 3rem;
  }

  .cart-wrap {
    padding: 2.4rem;
  }

  .cart-price-wrap {
    margin-top: 2rem;
  }

  .cart-bottom {
    margin-top: 2rem;
  }

  .line-headline {
    margin-top: 2.4rem;
  }

  .order-box-price-wrap {
    margin-top: 2.4rem;
  }

  .cart-bottom-space {
    flex-wrap: wrap;
  }
  .cart-bottom-space .cart-bottom-text {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .cart-bottom-space .btn {
    margin-left: 0;
  }

  .modal-title {
    line-height: 1.2;
  }

  .modal-days .form-control {
    margin-bottom: 2rem;
  }

  .modal-days-btn {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .modal-lg, .modal-xl {
    max-width: unset;
  }
}
button:focus {
  outline: none;
}

.btn {
  font-size: 1.5rem;
  padding: 1rem 2rem;
  font-weight: 400;
  line-height: 1.4;
}
.btn-icon-right {
  line-height: 1;
}
.btn-icon-right img {
  margin-left: 0.4rem;
}
.btn-red {
  background: #d90000;
  color: #ffffff;
}
.btn-red:hover {
  color: #ffffff;
}
.btn-green {
  background: #00de9f;
  color: #222;
}
.btn-green:hover {
  color: #222;
}
.btn-primary {
  color: #ffffff;
}

.selected {
  color: #222;
  text-decoration: underline;
}
/* check */
.check-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  display: flex;
}
.check-styled input[type=checkbox] {
  opacity: 0;
  display: block;
  position: absolute;
}
.check-styled input[type=checkbox] + label {
  display: block;
  margin: 0;
  float: left;
  min-height: 2.4rem;
  margin: 0;
  vertical-align: middle;
  padding-left: 3rem;
  cursor: pointer;
  font-weight: normal;
  padding-top: 3px;
  position: relative;
}
.check-styled input[type=checkbox] + label:after {
  content: "";
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 0;
  left: 0;
  border-radius: 0.3rem;
  background: #ffffff;
  border: 1px solid #222;
}
.check-styled input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  left: 0;
  top: 0;
  background: url("./../images/check.png") no-repeat center;
  background-size: 1.6rem auto;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.check-styled input[type=checkbox]:checked + label:before {
  opacity: 1;
}

/* end check */
/* radio */
/* check */
.check-styled {
  position: relative;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
}
.check-styled input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
}
.check-styled input[type=radio] + label {
  display: block;
  margin: 0;
  float: left;
  min-height: 2.4rem;
  margin: 0;
  vertical-align: middle;
  padding-left: 3rem;
  cursor: pointer;
  font-weight: normal;
  padding-top: 3px;
  position: relative;
}
.check-styled input[type=radio] + label:after {
  content: "";
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #222;
}
.check-styled input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.4rem;
  left: 0.4rem;
  background: #00de9f;
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.check-styled input[type=radio]:checked + label:before {
  opacity: 1;
}

/* end check */
/* end radio */
.styled-select {
  position: relative;
  width: 100%;
}
.styled-select select {
  border: solid 1px #222;
  font-size: 1.6rem;
  color: #222;
  height: 3.3rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  padding: 0 1rem;
}
.styled-select:after {
  width: 4rem;
  position: absolute;
  top: 0;
  background-color: transparent;
  height: 100%;
  right: 0;
  pointer-events: none;
  text-align: center;
  padding-top: 5px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #f58220;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  font-size: 1.5rem;
}

.form-control {
  border: solid 1px #222;
  height: 3.5rem;
  width: 100%;
  outline: 0;
  padding: 0;
  padding-left: 0.5rem;
  font-size: 1.5rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}