/******variables*****/

/****End variables *****/

.whitetxt {
  color: #ffffff;
}

.bluetxt {
  color: #2C7CE6;
}

.dark-grettxt {
  color: #4D4D4D;
}

.dark-grey-bg {
  background-color: #4D4D4D;
}

.light-grey-bg {
  background-color: #AAAAAA;
}

.white-bg {
  background-color: #ffffff;
}

.small-form {
  margin: auto;
  max-width: 700px;
}

.no-border {
  border: none;
}

.nopadd {
  padding: 0;
}

.form-group {
  margin: auto;
  margin-bottom: 20px;
}

.form-group .dropdown {
  text-align: center;
}

@media (max-width: 1199px) {
  .container {
    max-width: none;
    width: 100%;
  }
}

html {
  height: 100%;
}

body {
  font-family: 'Cantarell', sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.monco-app {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

a {
  color: #2C7CE6;
}

a :hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  background-color: #2C7CE6;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  border-radius: 23px;
  padding: 15px 55px;
  font-weight: 600;
}

.btn.cart-edit {
  padding: 6px 29px;
}

.btn.btn-whitbg {
  background-color: #ffffff;
}

.btn.btn-no-border {
  padding: 0;
  border: none;
  font-weight: normal;
  line-height: 18px;
}

.btn.btn-pay-meth {
  border-radius: 6px;
  width: 320px;
}

.btn.cart-update {
  padding: 0 8px 1px;
  font-size: 12px;
}

.no-col-padd {
  padding-left: 0;
  padding-right: 0;
}

.top-spacer {
  margin-top: 20px;
}

h1 {
  font-size: 36px;
  color: #2C7CE6;
  text-align: center;
}

h3 {
  color: #2C7CE6;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.smalltxt {
  font-size: 12px;
  line-height: 17px;
}

.align-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

.hidden {
  display: none;
}

form .form-control {
  border-color: rgba(170, 170, 170, 0.3);
  color: #AAAAAA;
  font-size: 14px;
}

header {
  padding: 7px 0;
  font-size: 14px;
}

header .right-text {
  padding-top: 7px;
  text-align: right;
}

header .main-nav {
  padding-left: 0;
  padding-right: 0;
}

header .main-nav li a {
  text-transform: uppercase;
}

header a {
  color: #ffffff;
}

header a:hover {
  color: #ffffff;
  text-decoration: underline;
}

header .cart-wrap {
  margin-right: 20px;
  position: relative;
}

header .cart-wrap i {
  font-size: 20px;
}

header .cart-wrap .cart-number {
  left: 15px;
  position: absolute;
  top: -6px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 11px;
}

header .navbar-toggler {
  color: #fff;
}

header .navbar-toggler i {
  font-size: 30px;
}

.mobile-dis {
  display: none;
}

.themenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu {
  display: none;
}

.mobile-menu.show {
  display: block;
  position: absolute;
  z-index: 9;
  width: 200px;
}

@media (max-width: 991px) {
  .desktop-dis {
    display: none !important;
  }

  .mobile-dis {
    display: inline-block;
  }

  nav.navbar-expand-md .navbar-toggler {
    display: inline-block;
    outline: none;
  }

  .logo {
    text-align: right;
  }
}

.tribute {
  overflow: hidden;
}

.tribute .textbox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 130px 40px;
  font-size: 12px;
}

.tribute .textbox h1 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  color: #ffffff;
}

.tribute .textbox h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

.tribute .imgbanner {
  height: 100%;
  background-size: cover;
  background-position-y: center;
}

.chatbox {
  margin-top: 40px;
  margin-bottom: 40px;
}

.chatbox h1 {
  margin-bottom: 30px;
  text-align: left;
}

.chatbox h1.short {
  max-width: 550px;
}

.chatbox form {
  border: 1px solid rgba(151, 151, 151, 0.3);
  padding: 30px;
  border-radius: 6px;
}

.chatbox .experience {
  font-size: 24px;
  line-height: 33px;
  padding-left: 20px;
}

.chatbox .experience p {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .experience {
    margin-top: 30px;
  }
}

footer {
  padding: 15px 0;
}

footer a {
  color: #ffffff;
}

footer .social img {
  margin: 0 0 0 10px;
}

footer .nav-item {
  position: relative;
  font-size: 11px;
  line-height: 15px;
}

footer .nav-item::after {
  content: "|";
  position: absolute;
  top: 9px;
  right: -3px;
}

footer .nav-item:last-child::after {
  content: none;
}

footer ul.nav {
  margin: auto;
}

footer .navbar-expand-md {
  padding-bottom: 0;
}

footer .navbar-expand-md .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

footer .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 7px;
  padding-left: 7px;
}

footer .copyright {
  font-size: 8px;
}

.content {
  margin: 30px 0;
}

.content h1 {
  margin-bottom: 20px;
}

.faqs #accordionFAQs {
  margin-top: 40px;
}

.faqs .accordion > .card:not(:first-of-type),
.faqs .accordion > .card:not(:last-of-type) {
  border-radius: 6px;
}

.faqs .card {
  border: none;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  border-radius: 6px;
}

.faqs .card .card-header {
  background-color: #ffffff;
  padding: 20px;
  border-bottom: none;
}

.faqs .card .card-header a {
  border: none;
  font-size: 23px;
  line-height: 28px;
  background: none;
  display: block;
  margin-right: 20px;
}

.faqs .card .card-header a::after {
  content: "\F068";
  font-family: "fontAwesome";
  position: absolute;
  right: 15px;
  font-size: 18px;
}

.faqs .card .card-header a.collapsed::after {
  content: "\F067";
}

.faqs .card .card-body {
  padding: 10px 20px 20px;
}

@media (max-width: 767px) {
  .faqs .card .card-header a {
    font-size: 18px;
    line-height: 23px;
  }

  .faqs .card .card-body {
    padding: 5px 10px 10px;
  }
}

.steps h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.steps .card {
  border: none;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 30px;
}

.steps .radio-inline {
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.steps .step-box {
  margin-bottom: 30px;
  text-align: center;
}

.steps .btn-wrap {
  margin-bottom: 20px;
}

.steps .btn-whitbg {
  color: #2C7CE6;
  border: #2C7CE6 2px solid;
}

.steps .minaco-checkout-warning {
  color: #ff0000;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px auto;
}

.steps .btn.btn-no-border {
  border: none;
}

.account-page h1 {
  margin-bottom: 15px;
  text-align: left;
}

.account-page .prof-nav {
  margin-top: 60px;
  padding: 0;
}

.account-page .prof-nav a {
  color: inherit;
}

.account-page .prof-nav .nav-link.active,
.account-page .prof-nav .nav-link:hover {
  border-radius: 0;
  color: #fff;
  background-color: #2C7CE6;
}

.cart-cont-wrap {
  border-top: 1px solid rgba(165, 165, 165, 0.25);
  margin-top: 20px;
  margin-bottom: 40px;
}

.cart-cont-wrap .cart-item-wrap {
  border-bottom: 1px solid rgba(165, 165, 165, 0.25);
  padding: 30px;
}

.cart-cont-wrap .cart-item-wrap .cart-prod-name {
  font-weight: bold;
}

.cart-cont-wrap .cart-item-wrap .cart-image {
  margin-bottom: 10px;
}

.cart-cont-wrap .btn-wrap {
  margin-top: 10px;
  margin-bottom: 15px;
}

.cart-cont-wrap .right-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cart-cont-wrap .quantity-wrapper {
  text-align: center;
}

.cart-cont-wrap .quantity-wrapper input {
  max-width: 60px;
  margin-right: 5px;
  border-radius: 23px;
  border: 1px solid #2C7CE6;
  padding: 5px;
  text-align: center;
  margin-bottom: 3px;
}

.cart-cont-wrap .quantity-wrapper .smalltxt {
  margin-bottom: 3px;
  text-align: left;
}

.cart-cont-wrap .price h3 {
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 17px;
}

.gal-wrap {
  max-width: 700px;
  margin: 20px auto;
}

.gal-wrap .big-img {
  margin-bottom: 20px;
}

.gal-wrap .gal-thumbs {
  list-style: none;
  padding: 0;
}

.gal-wrap .gal-thumbs li {
  max-width: 150px;
  margin: 5px;
  display: inline-block;
}

.totals {
  font-weight: bold;
  font-size: 16px;
}

.totals p span {
  font-size: 24px;
  line-height: 24px;
}

.purplestrip {
  background-color: #8801A6;
  padding: 8px 0;
}

.product-text h3 {
  text-align: left;
}

.extra-img {
  margin-bottom: 10px;
}

.extras-list .btn {
  font-size: 11px;
  line-height: 11px;
  padding: 9px 15px;
  margin-bottom: 5px;
}

.extras-list .single-product {
  margin-bottom: 20px;
}

.extras-prev {
  padding: 30px 0;
}

.extra-form {
  margin: 10px 0;
}

.gal-wrap {
  max-width: 700px;
  margin: 20px auto;
}

.gal-wrap .big-img {
  margin-bottom: 20px;
}

.gal-wrap .gal-thumbs {
  list-style: none;
  padding: 0;
}

.gal-wrap .gal-thumbs li {
  max-width: 150px;
  margin: 5px;
  display: inline-block;
}

.gal-wrap {
  max-width: 700px;
  margin: 20px auto;
}

.gal-wrap .big-img {
  margin-bottom: 20px;
}

.gal-wrap .gal-thumbs {
  list-style: none;
  padding: 0;
}

.gal-wrap .gal-thumbs li {
  max-width: 150px;
  margin: 5px;
  display: inline-block;
}

#v-pills-tabContent {
  padding-bottom: 20px;
}

.btn-group * {
  display: inline-block;
  margin-right: 20px;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-radius: 23px;
}

.blue-bg {
  background-color: #2C7CE6;
}

.laybye {
  padding: 15px 0;
  margin: 15px 0 -7px;
  text-align: center;
}