body {
  font-family: Bariol Bold;
}

.top-head {
  background: #4a2a80;
}

h1 {
  font-family: Bariol Bold;
}

.btn {
  border: 2px solid;
  border-radius: 50px;
  letter-spacing: 0.25px;
  min-width: 86px;
}

.btn-square {
  height: 36px;
  width: 36px;
  border: 2px solid;
  border-radius: 50px;
  letter-spacing: 0.25px;
}

.btn-small-text {
  font-size: 14px;
}

.btn-brand {
  border-color: #4a2a80;
  color: #fff;
  background: #4a2a80;
}

.btn-brand:hover {
  border-color: #ac98c5;
  background: #ac98c5;
}

.btn-brand-outline {
  border-color: #fff;
  color: #fff !important;
  background: transparent;
}

.btn-brand-outline:hover {
  border-color: #ac98c5;
  color: #ac98c5;
}

.btn-brand-p-outline {
  border-color: #4a2a80;
  color: #4a2a80;
  background: transparent;
}

.btn-brand-p-outline:hover {
  color: #fff !important;
  border-color: #ac98c5;
  background: #ac98c5;
}

.circle-btn {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #4a2a80;
}

.circle-btn:hover {
  background-color: #ac98c5;
}

.arrow-btn::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  left: 5px;
  top: 9px;
  padding: 8px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cart-img {
    background: url("../../../Skins/Skin_5/images/icons/group-2.svg");
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
}

.cart-img:hover {
  background: url("../../../Skins/Skin_5/images/icons/group-2-lp.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.has-items::after {
    content: attr(data-content);
    position: absolute;
    width: auto;
    height: 18px;
    background: #7e9cd0;
    color: #fff;
    border-radius: 30px;
    padding: 0px 7px;
    font-style: normal;
    line-height: 19px;
    left: 20px;
    bottom: 24px;
    font-size: 12px;
}

    /*.cart-img::after {
        content: attr(data-content);
        position: absolute;
        width: auto;
        height: 18px;
        background: #7e9cd0;
        color: #fff;
        border-radius: 30px;
        padding: 0px 7px;
        font-style: normal;
        line-height: 19px;
        left: 20px;
        bottom: 24px;
        font-size: 12px;
    }*/

.dropdown {
  position: relative;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.dropdown-content {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: transparent;
  min-width: 100vw;
  left: 0;
  top: 35px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.dropdown-content::before {
  content: '';
  position: absolute;
  width: 200vw;
  height: 56px;
  left: -35rem;
  z-index: -1;
  background-color: rgba(74, 42, 128, 0.8);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a.ddlink {
  font-family: bariol bold;
  color: #fff !important;
  padding: 16px 20px;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .dropdown-content a.ddlink {
    padding: 16px 13px;
  }
}

.dropdown-content a.ddlink:hover {
  color: #ac98c5;
}

.dropdown:hover .dropdown-content {
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.black-text {
  color: #231f20;
}

.purple {
  color: #4a2a80;
}

.light-purple {
  color: #ac98c5;
}

.md-left-border {
  border-left: 1px solid #dadbdc;
}

@media only screen and (max-width: 768px) {
  .md-left-border {
    border-left: none;
  }
}

@media only screen and (max-width: 768px) {
  .sm-top-border {
    border-top: 2px solid #dadbdc;
  }
}

p {
    font-family: bariol regular;
    font-size: 16px;
    letter-spacing: 0.21px;
    color: #6d6e71;
}

.text-transform-normal {
  text-transform: none;
}

.logo {
  padding: 12px 0px;
}

@media only screen and (max-width: 992px) {
  .logo {
    -webkit-box-flex: 11;
        -ms-flex: 11;
            flex: 11;
    padding: 12px 10px;
  }
}

.main-menu {
  position: fixed;
  width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  .main-menu {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .main-menu .top-bar {
    display: none;
  }
}

.main-menu .mobile-menu-btn {
  display: none;
}

@media only screen and (max-width: 992px) {
  .main-menu .mobile-menu-btn {
    display: inline-block;
    padding: 28px 10px;
  }
  .main-menu .mobile-menu-btn .search-btn {
    float: left;
    margin-top: 7px;
    margin-right: 20px;
  }
  .main-menu .mobile-menu-btn .search-btn:hover {
    opacity: 0.7;
  }
}

.main-menu .nav-links {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-top: 50px;
}

@media only screen and (max-width: 992px) {
  .main-menu .nav-links {
    display: none;
  }
}

.main-menu .nav-links ul {
  list-style: none;
  font-family: Bariol Regular;
  font-size: 16px;
  float: left;
}

.main-menu .nav-links li {
  display: inline;
  padding: 0px 20px;
}

@media only screen and (max-width: 1200px) {
  .main-menu .nav-links li {
    padding: 0px 13px;
  }
}

.main-menu .nav-links a.link {
  color: #fff !important;
  line-height: 50px;
  cursor: pointer;
}

.main-menu .nav-links a.link:hover {
  color: #ac98c5 !important;
}

.main-menu .nav-links .search-btn {
  display: block;
  margin: 15px;
}

.main-menu .nav-links .search-btn:hover {
  opacity: 0.7;
}

.main-menu .nav-links .search-btn a {
  float: right;
}

.search-bar input[type=text] {
  width: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #ccc;
  color: #fff;
  font-family: bariol regular;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent;
  background-image: url(../../../Skins/Skin_5/images/icons/search-icon.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding: 0px 40px 0px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 50px;
  cursor: pointer;
}

.search-bar input[type=text]:focus {
  width: 220px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: rgba(172, 152, 197, 0.25);
}

@media only screen and (max-width: 1200px) {
  .search-bar input[type=text]:focus {
    width: 180px;
  }
}

.search-bar ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.search-bar :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.search-bar ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.search-bar ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.search-bar :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.search-bar ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.mobile-menu {
  background: #4a2a80;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 3;
  color: #fff;
  overflow-x: hidden;
}

.mobile-menu ul {
  list-style: none;
  font-family: Bariol Regular;
  font-size: 18px;
  text-align: center;
}

.mobile-menu ul li {
  padding: 6px 0px;
}

.mobile-menu a {
  color: #fff !important;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.mobile-menu a:hover {
  color: #ac98c5 !important;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.mobile-menu .menu-cross {
  width: 20px;
  height: 20px;
  padding: 20px;
  position: relative;
  margin-left: auto;
  cursor: pointer;
}

.mobile-menu .menu-cross::before {
  content: '';
  position: absolute;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 16px;
  width: 16px;
  left: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-menu .menu-cross::after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  height: 16px;
  width: 16px;
  left: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-menu .menu-cross:hover::before, .mobile-menu .menu-cross:hover::after {
  border-color: #ac98c5;
}

.mobile-menu .search-box {
  position: relative;
}

.mobile-menu .search-box::before {
  content: url(../../../Skins/Skin_5/images/icons/search-icon.svg);
  position: absolute;
  right: 0px;
  height: 50px;
  width: 50px;
  bottom: 0px;
}

.mobile-menu .search-box input {
  padding-right: 40px;
  background: #ac98c5;
  color: #fff;
  border: none;
}

.mobile-menu .search-box input.form-control:focus {
  border: none;
}

.mobile-menu .social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}

.mobile-menu .social-links li {
  padding: 30px;
  color: #4a2a80;
}

.content h1 {
  font-size: 36px;
  letter-spacing: 1.25px;
  color: #4a2a80;
}

.content h2 {
  font-size: 22px;
  letter-spacing: 0.75px;
  color: #4a2a80;
}

@media only screen and (max-width: 768px) {
  .content h2 {
    font-size: 18px;
  }
}

.content p {
  font-family: bariol bold;
  color: #4a2a80;
  font-size: 20px;
  letter-spacing: 0.23px;
}

@media only screen and (max-width: 768px) {
  .content p {
    font-size: 18px;
    text-align: center;
  }
}

.content ul {
  color: #4a2a80;
  font-size: 20px;
  letter-spacing: 0.23px;
}

@media only screen and (max-width: 768px) {
  .content ul {
    font-size: 18px;
  }
}

.page-head h1 {
  font-size: 36px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #4a2a80;
}

@media only screen and (max-width: 768px) {
  .page-head h1 {
    font-size: 22px;
    letter-spacing: 0.76px;
    text-align: center;
  }
}

.form-group p a {
  font-family: Bariol Regular;
  text-decoration: underline;
  font-size: 14px;
}

.form-group label {
  padding-bottom: 4px;
}

.form-group label a {
  font-family: Bariol Regular;
  text-decoration: underline;
  font-size: 14px;
}

.form-control {
  font-family: Bariol Regular;
  border: solid 2px #dadbdc;
}

.support-input {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .support-input {
    display: block;
  }
}

.support-input input {
  background: #4a2a80;
  border: solid 2px #4a2a80;
  color: #fff;
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 10px;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .support-input input {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
    text-align: center;
  }
}

.support-input ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.support-input :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.support-input ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.support-input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.support-input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.support-input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.support-input input[type=text]:focus {
  color: #fff;
  background: #4a2a80;
  border: 2px solid #4a2a80;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(74, 42, 128, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(74, 42, 128, 0.4);
}

.error-msg p {
  font-family: bariol bold;
  color: red;
}

.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.17px;
  color: #4a2a80;
  padding: 0px;
}

.custom-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #dadbdc;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}

.custom-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 10px;
  width: 8px;
  height: 16px;
  border: solid #4a2a80;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding: 0px 0px 0px 35px;
  cursor: pointer;
  display: inline-block;
  color: #4a2a80;
  line-height: 28px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  padding: 12px;
  border: 2px solid #00000023;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 16px;
  height: 16px;
  background: transparent;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #4a2a80;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0) rotate(45deg);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1) rotate(45deg);
}

footer {
  padding: 80px 0px 30px 0px;
  background: rgba(218, 219, 220, 0.25);
}

@media only screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
}

footer h3 {
  font-size: 22px;
}

footer .clr-logo {
  width: 220px;
}

@media only screen and (max-width: 768px) {
  footer .clr-logo {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}

footer .social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
}

footer .social-links li {
  padding: 30px;
  color: #4a2a80;
}

footer .social-links li:last-child {
  padding-right: 0px;
}

@media only screen and (max-width: 768px) {
  footer .social-links li:last-child {
    padding-right: 30px;
  }
}

footer .social-links li a:hover {
  color: #ac98c5;
}

@media only screen and (max-width: 768px) {
  footer .social-links {
    float: none;
  }
}

footer ul {
  color: #231f20;
}

footer ul li {
  font-family: Bariol Regular;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  footer ul li {
    line-height: 1.88;
  }
}

footer ul li a:hover {
  font-weight: bold;
  color: #231f20;
}

footer p {
  font-family: Bariol Regular;
  font-size: 14px;
}

footer .footer-links ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 768px) {
  footer .footer-links ul {
    display: block;
  }
}

footer .footer-links ul li {
  font-size: 14px;
  padding-right: 25px;
}

@media only screen and (max-width: 768px) {
  footer .footer-links ul li {
    padding: 0px;
  }
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  border: 2px solid rgba(74, 42, 128, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(74, 42, 128, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(74, 42, 128, 0.4);
}

.normal-font {
  font-family: bariol regular;
}

.bold-font {
  font-family: bariol Bold;
}

.f12 {
  font-size: 12px;
}

.f16 {
  font-size: 16px;
  letter-spacing: 0.21px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
  letter-spacing: 0.92px;
}

.f36 {
  font-size: 36px;
  letter-spacing: 1.25px;
}

@media only screen and (max-width: 575px) {
  .mobile-text-left {
    text-align: left !important;
  }
}

.product-section h1 {
  font-size: 36px;
  letter-spacing: 1.25px;
  color: #4a2a80;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .product-section h1 {
    font-size: 22px;
    letter-spacing: 0.76px;
    text-align: center;
  }
}

.product-section p {
  font-family: bariol bold;
  font-size: 18px;
  letter-spacing: .25px;
  color: #4a2a80;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .product-section p {
    text-align: center;
  }
}

.product-section p svg {
  margin-left: 2px;
  color: #dadbdc;
}

.product-section .checked {
  color: #4a2a80;
}

.product-img-section {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: #00000042 0px 0px 10px;
          box-shadow: #00000042 0px 0px 10px;
}

.product-img-section img {
  border-radius: 8px;
}

.chat-section p {
  font-family: bariol bold;
  text-align: center;
  font-size: 18px;
  letter-spacing: .25px;
  color: #4a2a80;
  text-transform: uppercase;
}

.chat-section p span {
  font-family: bariol regular;
  text-transform: none;
  font-size: 16px;
  color: #231f20;
}

@media only screen and (max-width: 768px) {
  .product-thumb-section {
    margin: 10px 30px;
  }
}

.product-thumb-section ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product-thumb-section ul li {
  margin-right: 10px;
}

.product-thumb-section ul li img {
  width: 140px;
}

.come-back {
  background-color: rgba(172, 152, 197, 0.25);
  border-radius: 10px;
  text-align: center;
  padding: 30px 0px;
}

.come-back h1 {
  color: #4a2a80;
  font-size: 30px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.product-description h1 {
  font-size: 22px;
  text-transform: uppercase;
  color: #4a2a80;
  letter-spacing: 0.92px;
}

.product-description ul {
  font-family: bariol regular;
  font-size: 16px;
  letter-spacing: 0.21px;
  list-style-type: disc;
  padding-left: 20px;
}

.owl-carousel {
  z-index: 0;
}

.owl-carousel .item {
  margin: 3px;
  cursor: pointer;
}

.owl-carousel .item img {
  border-radius: 8px;
  -webkit-box-shadow: #00000042 0px 0px 4px;
          box-shadow: #00000042 0px 0px 4px;
}

.owl-carousel .owl-next {
  background: none !important;
  color: #4a2a80 !important;
  position: absolute;
  font-size: 20px !important;
  top: 15px;
  right: -30px !important;
  border-width: 0 2px 2px 0 !important;
  padding: 18px 6px !important;
}

.owl-carousel .owl-next::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 2px solid #4a2a80;
  border-left: 2px solid #4a2a80;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 10px;
  right: 0;
}

.owl-carousel .owl-prev {
  background: none !important;
  color: #4a2a80 !important;
  top: 15px;
  font-size: 20px !important;
  position: absolute;
  left: -30px !important;
  border-width: 0 2px 2px 0 !important;
  padding: 18px 6px !important;
}

.owl-carousel .owl-prev::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 2px solid #4a2a80;
  border-left: 2px solid #4a2a80;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  left: 0;
}

.selector-bg {
  background: #fff;
  z-index: -2;
}

.custom-selector {
    position: relative;
    display: block;
    z-index: 1;
    background: white;
}

.custom-selector select {
  color: #231f20;
  outline: none;
  background: transparent;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.custom-selector select::-ms-expand {
  display: none;
}

.custom-selector select::-ms-expand:focus {
  background: transparent;
}

.custom-selector select:focus {
  background: transparent;
  outline: none;
  border: 2px solid rgba(74, 42, 128, 0.6);
  -webkit-box-shadow: 1px 1px 8px rgba(74, 42, 128, 0.4);
  box-shadow: 1px 1px 8px rgba(74, 42, 128, 0.4);
}

.custom-selector::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #1D2B36;
  border-right: 2px solid #1D2B36;
  height: 12px;
  width: 12px;
  right: 20px;
  top: 10px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-expand {
  display: block;
  padding-left: 32px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dadbdc;
  cursor: pointer;
}

    .main-expand::before {
        content: url(../../../Skins/Skin_5/images/icons/group-12.svg);
        position: absolute;
        left: 0px;
        top: 4px;
    }

.collapsed::before {
    content: url(../../../Skins/Skin_5/images/icons/group-11.svg);
    position: absolute;
    left: 0px;
    top: 4px;
}

.expand {
  padding: 15px 0px 15px 30px;
  border-bottom: 2px solid #dadbdc;
  cursor: pointer;
}

    .expand::before {
        content: url(../../../Skins/Skin_5/images/icons/plus.svg);
        position: absolute;
        left: 0px;
        top: 16px;
    }

.pm::before {
    content: url(../../../Skins/Skin_5/images/icons/minus.svg);
    position: absolute;
    left: 0px;
    top: 16px;
}

.ing-table {
  font-family: bariol regular;
  letter-spacing: 0.21px;
}

.ing-table tr :last-child {
  text-align: right;
}

/*------------------CHECKOUT PAGE STYLES---------------------*/
.checkout-header h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #4a2a80;
  letter-spacing: 1.25px;
  padding-left: 50px;
}

@media only screen and (max-width: 992px) {
  .checkout-header h1 {
    font-size: 25px;
    padding-left: 40px;
  }
}

.num-circle {
  position: relative;
}

.num-circle::before {
  width: 36px;
  height: 36px;
  background: #4a2a80;
  left: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  position: absolute;
  padding-left: 12px;
  border-radius: 50%;
  top: 4px;
}

@media only screen and (max-width: 992px) {
  .num-circle::before {
    width: 28px;
    height: 28px;
    top: 0px;
    font-size: 20px;
    padding-left: 11px;
    line-height: 28px;
  }
}

.num-1::before {
  content: '1';
}

.checkout-cart {
  background: rgba(172, 152, 197, 0.25);
  border-radius: 8px;
  padding: 20px 20px 20px 20px;
}

@media only screen and (max-width: 768px) {
  .checkout-cart .product-img {
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .checkout-cart .qty {
    float: left;
    margin-left: 20px;
    padding-top: 10px;
  }
}

.checkout-cart .remove-link {
  text-decoration: underline;
  color: #4a2a80;
  font-size: 12px;
  font-family: bariol regular;
}

.info-ico {
  display: inline-block;
  height: 16px;
  cursor: pointer;
}

.num-counter {
  background: #4a2a80;
  color: #fff;
  border-radius: 100px;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  text-align: center;
}

/*------------------CHECKOUT PAGE STYLES---------------------*/
/*------------------CART PAGE STYLES---------------------*/
.cart-bg {
  background: rgba(172, 152, 197, 0.25);
  border-radius: 8px;
}

.cart-link {
  text-decoration: underline;
  color: #4a2a80;
  font-size: 12px;
  font-family: bariol regular;
}

/*------------------Breadcrumbs STYLES---------------------*/
#breadcrumbs-two {
  overflow: hidden;
  list-style: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 0.21px;
}

#breadcrumbs-two li {
  float: left;
}

#breadcrumbs-two li a {
  background: #d9d0e5;
  padding: .7em 3em;
  margin-right: 20px;
  float: left;
  text-decoration: none;
  color: #fff !important;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #breadcrumbs-two li a {
    padding: .7em 1.9em;
  }
}

@media only screen and (max-width: 992px) {
  #breadcrumbs-two li a {
    padding: .7em .4em;
  }
}

#breadcrumbs-two li .fill {
  background: #ac98c5;
  color: rgba(255, 255, 255, 0.6);
}

#breadcrumbs-two li .fill::before {
  border-color: #ac98c5 #ac98c5 #ac98c5 transparent;
}

#breadcrumbs-two li .fill::after {
  border-left: 1em solid #ac98c5;
}

#breadcrumbs-two li .active {
  background: #ac98c5;
  font-weight: bold;
}

#breadcrumbs-two li .active::before {
  border-color: #ac98c5 #ac98c5 #ac98c5 transparent;
}

#breadcrumbs-two li .active::after {
  border-left: 1em solid #ac98c5;
}

#breadcrumbs-two li a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #d9d0e5 #d9d0e5 #d9d0e5 transparent;
  left: -1em;
  padding-right: 2px;
}

#breadcrumbs-two li a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #d9d0e5;
  right: -1em;
  padding-left: 1px;
}

#breadcrumbs-two li:first-child a {
  border-radius: 40px 0 0 40px;
  background: #4a2a80;
}

#breadcrumbs-two li:first-child a::after {
  border-left: 1em solid #4a2a80;
}

#breadcrumbs-two li:first-child a::before {
  content: normal;
}

#breadcrumbs-two li:last-child a {
  border-radius: 0 40px 40px 0;
  margin-right: 0px;
}

#breadcrumbs-two li:last-child a::after {
  content: normal;
}

.m-show {
  display: none;
}

@media only screen and (max-width: 768px) {
  .m-show {
    display: block;
  }
}

.m-hide {
  display: block;
}

@media only screen and (max-width: 768px) {
  .m-hide {
    display: none;
  }
}

#breadcrumbs-m {
  overflow: hidden;
  list-style: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#breadcrumbs-m li {
  float: left;
  margin: 0 0.1em 0 1em;
  text-align: center;
}

#breadcrumbs-m li a {
  background: #d9d0e5;
  padding: .7em 2em;
  float: left;
  text-decoration: none;
  color: #fff !important;
  position: relative;
  height: 48px;
}

@media only screen and (max-width: 480px) {
  #breadcrumbs-m li a {
    padding: .7em 1.2em;
  }
}

@media only screen and (max-width: 320px) {
  #breadcrumbs-m li a {
    padding: .7em 0.8em;
  }
}

#breadcrumbs-m li a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1.02em;
  border-style: solid;
  border-color: #d9d0e5 #d9d0e5 #d9d0e5 transparent;
  left: -1em;
  padding-right: 2px;
}

#breadcrumbs-m li a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #d9d0e5;
  right: -1em;
  padding-left: 0.009em;
}

#breadcrumbs-m li p {
  font-family: bariol bold;
  text-transform: uppercase;
  padding-top: 38px;
  color: #4a2a80;
}

#breadcrumbs-m li:last-child a {
  border-radius: 0 40px 40px 0;
}

#breadcrumbs-m li:last-child a::after {
  content: normal;
}

#breadcrumbs-m li .active {
  background: #4a2a80;
  font-weight: bold;
  width: 150px;
  height: 48px;
}

@media only screen and (max-width: 480px) {
  #breadcrumbs-m li .active {
    width: 90px;
  }
}

@media only screen and (max-width: 320px) {
  #breadcrumbs-m li .active {
    width: 86px;
  }
}

#breadcrumbs-m li .active::before {
  border-color: #4a2a80 #4a2a80 #4a2a80 transparent;
}

#breadcrumbs-m li .active::after {
  border-left: 1em solid #4a2a80;
}

/* Checkout Custome Header/Footer Style*/
.continue-shopping a {
    background-image: url(../../../Skins/Skin_5/images/left-arrow-CS.PNG);
    color: #fff;
    padding: 3px 3px 3px 26px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 1px 7px;
    display: inline-block;
    background-size: 26px;
}

.continue-shopping a:hover {
  text-decoration: none;
  color: #fff;
}

/*--------------- SHAPES -------------------*/
.class1 {
  background: rgba(0, 0, 0, 0.85);
}

.class1::before {
  -webkit-backdrop-filer: blur(0px);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.class1 .tingle-modal-box {
  background: transparent;
  margin-top: 200px;
}

@media (max-width: 540px) {
  .class1 .tingle-modal-box .tingle-modal-box__content {
    overflow-y: hidden;
  }
}

.class1 .tingle-modal__close {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 540px) {
  .class1 .tingle-modal__close {
    top: 30px;
    right: 40px;
    left: auto;
    width: .5rem;
    height: .5rem;
    background: transparent;
  }
  .class1 .tingle-modal__close .tingle-modal__closeIcon {
    width: 1rem;
  }
  .class1 .tingle-modal__close .tingle-modal__closeLabel {
    display: none;
  }
}

.class1 .search-box {
  position: relative;
}

.class1 .search-box button {
  width: 22px;
  position: absolute;
  right: 10px;
  top: 8px;
}

.class1 .search-box input {
  padding-right: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  border: none;
}

.class1 .search-box input.form-control:focus {
  border: none;
}

.class2 {
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
}

.class2::before {
  -webkit-backdrop-filer: blur(0px);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.class2 .tingle-modal-box {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: bariol regular;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
  max-width: 500px;
}

.class2 .tingle-modal-box h4 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.28px;
}

.class2 .tingle-modal-box .tingle-modal-box__content {
  padding: 3rem 3rem 0rem 3rem;
}

@media (max-width: 540px) {
  .class2 .tingle-modal-box .tingle-modal-box__content {
    overflow-y: hidden;
  }
}

.class2 .tingle-modal-box__footer {
  background: transparent;
  padding: 1.5rem 3rem 3rem 3rem;
}

/*------------------CHOOSEN MULTI SELECTOR STYLES---------------------*/
.chosen-container-multi::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #1D2B36;
  border-right: 2px solid #1D2B36;
  height: 12px;
  width: 12px;
  right: 20px;
  top: 10px;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.chosen-container-multi .chosen-choices {
  padding: 4px 40px 4px 8px;
  border: solid 2px #dadbdc;
  border-radius: .25rem;
  background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border: 1px solid rgba(74, 42, 128, 0.4);
  border-radius: 20px;
  color: #231f20;
}

.chosen-container-active .chosen-choices {
  border: 2px solid rgba(74, 42, 128, 0.6);
  -webkit-box-shadow: 1px 1px 8px rgba(74, 42, 128, 0.4);
  box-shadow: 1px 1px 8px rgba(74, 42, 128, 0.4);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.chosen-container .chosen-drop {
  border: 2px solid rgba(74, 42, 128, 0.6);
  margin-top: -3px;
  z-index: 1;
  border-bottom-left-radius: .25em;
  border-bottom-right-radius: .25em;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #ac98c5;
  background-image: none;
  background-image: none;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */

.blue {
    color: #009cd7;
}

.grey {
    color: #6d6e71;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

svg.svg-inline--fa.fa-star.fa-w-18.blue {
    color: #009cd7;
}

.form-group .mb-30 p.light-purple {
    color: #816D9A;
}

a {
    color: #0071EB;
}