#pageContent img,
table {
  max-width: 100%;
  height: auto;
}

#pageContent .carousel-control-prev-icon,
#pageContent .carousel-control-next-icon {
  height: 2rem !important;
}

:root {
  --primarycolor: #CB2027;
  --primarylight: #fff2e9;
}

html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}

body {
  font-family: system-ui, sans-serif !important;
  overflow-x: hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;

}

.happy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.242' height='48.242' viewBox='0 0 48.242 48.242'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23CB2027; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Icon_ionic-ios-happy' data-name='Icon ionic-ios-happy' class='cls-1' d='M27.5,3.375A24.121,24.121,0,1,0,51.617,27.5,24.117,24.117,0,0,0,27.5,3.375ZM35.846,21a2.783,2.783,0,1,1-2.783,2.783A2.777,2.777,0,0,1,35.846,21Zm-16.7,0a2.783,2.783,0,1,1-2.783,2.783A2.777,2.777,0,0,1,19.146,21ZM27.5,40.6a11.386,11.386,0,0,1-10.924-8.2.932.932,0,0,1,.893-1.194H37.516a.933.933,0,0,1,.893,1.194A11.361,11.361,0,0,1,27.5,40.6Z' transform='translate(-3.375 -3.375)'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -4px;
}

.neutral {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.242' height='48.242' viewBox='0 0 48.242 48.242'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23CB2027; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Subtraction_3' data-name='Subtraction 3' class='cls-1' d='M24.121,48.242A24.127,24.127,0,0,1,14.732,1.9,24.127,24.127,0,0,1,33.51,46.346,23.971,23.971,0,0,1,24.121,48.242ZM15,31.221a2,2,0,1,0,0,4H34a2,2,0,0,0,0-4Zm1.337-14.884a3.109,3.109,0,1,0,0,6.219,3.109,3.109,0,0,0,0-6.219Zm15.562,0a3.109,3.109,0,1,0,0,6.219,3.109,3.109,0,0,0,0-6.219Z'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -4px;
}

.disappointment {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.625' height='48.625' viewBox='0 0 48.625 48.625'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23CB2027; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Icon_ionic-ios-sad' data-name='Icon ionic-ios-sad' class='cls-1' d='M27.688,3.375A24.313,24.313,0,1,0,52,27.688,24.309,24.309,0,0,0,27.688,3.375ZM19.05,21.154a2.809,2.809,0,1,1-2.572,2.572A2.812,2.812,0,0,1,19.05,21.154Zm-.082,17.755a1.873,1.873,0,0,1-1.718-2.618,11.378,11.378,0,0,1,20.876,0,1.869,1.869,0,0,1-1.718,2.618,84.236,84.236,0,0,0-8.544-.468C23.363,38.441,18.968,38.909,18.968,38.909ZM36.325,26.741A2.809,2.809,0,1,1,38.9,24.169,2.812,2.812,0,0,1,36.325,26.741Z' transform='translate(-3.375 -3.375)'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -4px;
}

.carousel-control-next {
  right: -15px;
}

.carousel-control-prev {
  left: -15px;
}

.nav-link:hover {
  color: #CB2027 !important;
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1040px;
  }
}

.d-inline-flex.giveawaycompetitionlist {
  width: 100%;
}

.d-inline-flex.giveawaycompetitionlist section {
  width: 100% !important;
}

.d-inline-flex.giveawaycompetitionlist .edit-product-wrapper .container {
  width: 100%;
  max-width: 1300px !important;
}

@media (min-width: 576px) and (max-width: 1060px) {
  .d-inline-flex.giveawaycompetitionlist .edit-product-wrapper .container {
    max-width: none !important;
  }
}

.bg-gray {
  background: #EBEBEB;
}

.bg-white {
  border-top: 1px solid #fff;
}

.text-bold {
  font-weight: 700;
}

.text-orange {
  color: #CB2027;
}

.fw-semi {
  font-weight: 600;
}

.navbar {
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.navbar-nav .nav-link {
  font-size: 11px;
}

@media only screen and (min-width: 767px) {
  .navbar-nav .nav-link {
    font-size: 15px;
  }
}

.title {
  font-weight: 800;
  margin-top: 100px;
}

.highlight {
  font-size: 18px;
  color: #CB2027;
}

.blaze-icon {
  background: url(../images/fire.svg)no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}

.heart-icon {
  background: url(../images/icon-heart.svg)no-repeat;
  width: 23px;
  height: 20px;
  display: inline-block;
  /* background-size: 69%; */
  margin-right: 10px;
}

.carousel-control-prev-icon {
  background-position: -270px -20px !important;
  width: 37px;
  height: 40px;
}

.carousel-control-next-icon {
  background-position: -300px -20px !important;
  width: 37px;
  height: 40px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.btn {
  font-size: .9rem;
}

.form-check-input:checked {
  background-color: #CB2027;
  border-color: #CB2027;
}

.btn-primary {
  background: #CB2027;
  border: 0px;
  font-weight: 600;
  padding: 10px 20px;
}

.primary-light-bg {
  background: #FFF9F4;
}

.btn-primary:hover {
  background: #000 !important;
}

.btn-outline-warning {
  border-color: #CB2027;
}

.btn-primary:hover,
.btn-outline-warning:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.seperator {
  height: 100px;
}

.sub-heading {
  font-size: 30px;
  font-weight: 700;
}

/*p{
  font-size: 18px;
  line-height: 36px;
}*/
.testimonials {
  background: #FAF4EF;
  padding-top: 30px;
  padding-bottom: 50px;
}

footer {
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  /* position: absolute; */
  bottom: 0;
  width: 100%;

}

.mobile-popup {
  padding-bottom: 170px;
}

footer a {
  text-decoration: none;
}

.navbar {
  z-index: 9999 !important;
}

.modal-backdrop {
  z-index: 99999 !important;
}

.modal {
  z-index: 999999 !important;
}

.modal#captchaModal {
  z-index: 9999999999 !important;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24px' height='24px'%3E%3Cpath d='M2 11H22V13H2zM2 5H22V7H2zM2 17H22V19H2z'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
  box-shadow: none;
}

.social-icon li {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  padding: 10px;
}

.social-icon li:hover {
  background: #CB2027;
}

.material-dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background: #FFFFFF;
  color: #000000;
  z-index: 1000;
  transition: 0.2s ease-in height, step-end box-shadow 0.2s;
  -moz-transition: 0.2s ease-in height, step-end box-shadow 0.2s;
  -webkit-transition: 0.2s ease-in height, step-end box-shadow 0.2s;
}

.material-dropdown.material-dropdown-open {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.material-dropdown li {
  padding: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.material-dropdown li:hover {
  background-color: #e8eaf6;
}

.material-dropdown li.material-dropdown-selected {
  background-color: #9fa8da;
}

/*
A material design form field
Expects this html (note the required attribute on the input):
<div class="material-form-field">
<input type="text" required/>
<label class="material-form-field-label">Form field title</label>
</div>
*/
.material-form-field {
  position: relative;
  display: block;
  color: #000000;
  padding: 25px 0 10px 0;
  width: 60%;
}

.material-form-field::after {
  content: " ";
  display: none;
  color: #d50000;
  font-size: 12px;
  padding-top: 5px;
}

.material-form-field .material-form-field-label {
  font-size: .9rem;
  position: absolute;
  display: block;
  top: 35px;
  left: 0px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
  cursor: text;
}

.material-form-field input,
.material-form-field textarea,
.material-form-field select {
  padding: 10px 0 10px 0;
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #000000;
  outline: none;
}

.material-form-field input:invalid {
  outline: none;
  box-shadow: none;
  background: transparent;
}

.material-form-field input:focus~.material-form-field-label,
.material-form-field select:focus~.material-form-field-label {
  top: 10px;
  font-size: 12px;
}

.material-form-field input:focus,
.material-form-field select:focus {
  outline: none;
  color: #3f51b5;
  padding-bottom: 8px;
  border-bottom-width: 3px;
  border-bottom-color: #3f51b5;
}

.material-form-field input:focus~.material-form-field-label,
.material-form-field select:focus~.material-form-field-label {
  color: #3f51b5;
}

.material-form-field input:focus~.material-dropdown {
  /*
  If you want to animate this you will need to use some js to calculate it
  Optionally, you can simply display:block/none
  */
  height: 228px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-out height, step-start box-shadow 0.2s;
  -moz-transition: 0.2s ease-out height, step-start box-shadow 0.2s;
  -webkit-transition: 0.2s ease-out height, step-start box-shadow 0.2s;
}

.material-form-field.material-form-field-invalid {
  color: #d50000;
}

.material-form-field.material-form-field-invalid::after {
  content: attr(data-validationError);
}

.material-form-field.material-form-field-invalid input:focus~.material-form-field-label {
  color: #d50000;
}

.circle {
  background: url(../images/circle.png)no-repeat;
  width: 466px;
  height: 466px;
  position: absolute;
  left: -320px;
  z-index: -9;
}

.sticky-footer {
  width: 100%;
  display: none;
  position: fixed;
  top: 0px;
  background: #fff;
  box-shadow: 2px -4px 32px #0000004a;
  padding: 10px 0px;
}

.fixed {
  display: block;
}

@media only screen and (max-width: 768px) {
  .fs-mobile {
    font-size: 12px;
  }

  .fs-mobile .highlight {
    font-size: 12px;
  }

  /* For mobile phones: */
  body {}

  .fixed {
    display: block;
  }

  .sticky-footer {
    bottom: 0px !important;
    top: auto;
  }

  .circle {
    left: -140px;
    background-size: 51%;
    margin-top: 80px;
  }

  .list-group {
    text-align: left;
    margin-top: 30px;
  }

  .testimonials {
    text-align: left;
  }

  .testimonials .card {
    margin-bottom: 10px;
  }

  .material-form-field {
    width: 90%;
    margin: auto;
  }

  .seperator {
    height: 10px;
  }

  .title {
    margin-top: 30px;
  }

  .m-r-0 {
    text-align: right;
  }

  .m-l-0 {
    text-align: left;
  }

  .mb-form {
    background: #fff;
    width: 80%;
    margin: -50px auto;
    padding-bottom: 20px;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .labels {
    margin-top: 20px;
    display: block;
  }
}

.material-form-field .material-form-field-label.focused {
  top: 10px;
  font-size: 12px;
}


/******product detail page*****/
.site-switch-control .form-switch .form-check-input {
  width: 45px;
  height: 25px;
}

.site-switch-control .switch-large {
  width: calc(100% - 70px);
}

.form-check-input:checked {}

a.bin-circle {
  position: absolute;
  top: -12px;
  right: -6px;
  display: block;
  width: 25px;
  height: 25px;
  background: #CB2027;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
}

a.bin-circle svg {
  width: 15px;
  height: 15px;
}

.media-slider .slick-track {
  margin-left: 0;
}

.media-slider .slick-slide {
  margin: 0 12px;
}

.media-slider .slick-list {
  margin: 0 -12px;
  overflow: visible;
}

.media-slider .media-item {
  padding: 12px;
  border: 1px solid #eee;
  margin: 14px !important;
  width: 29%;
}


.mobileonlyshowcustominfoorder {
  display: flex;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .icon-set {
    display: inline-block;
  }

  .mobileview {
    width: 100% !important;
    padding: 0px !important;
  }

  .mobileview .col-12 {
    text-align: center;
    padding: 0px 40px;
  }

  .mobileview .video {
    text-align: center;
    padding: 0px 0px !important;
  }

  .edit-product-wrapper .product-img {
    width: 70px;
  }

  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: inline-block !important;
  }

  .fs-5 {
    font-size: 14px !important;
  }

  .btn-lg {
    width: 100%;
  }

  .desktoponlyshowcustominfoorder {
    display: none;
  }

  .mobileonlyshowcustominfoorder {
    display: flex;
  }
}

/* -----------Admin-------------*/
td {
  vertical-align: middle;
}

.visible-xs {
  display: none;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

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

td {
  font-size: 12px;
}

th {
  background: #EFEFEF;
  border: 0px;
  font-size: 12px;
}

.btn-outline-primary {
  border: 1px solid #CB2027;
  color: #CB2027;
}

.btn-outline-primary:hover {
  border: 1px solid #CB2027;
  background: #CB2027 !important;
}

.icon-carts {
  position: absolute;
  right: 80px;
  top: 20px;
}

.form-c {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .icon-carts {
    right: 60px;
  }
}

.icon-home {
  width: 24px;
  height: 26px;
  background: url(../images/dark-home.svg)no-repeat;
  display: block;
  position: absolute;
  right: 30px;
  top: 20px;
}

.icon-edit {
  width: 24px;
  height: 20px;
  background: url(../images/icon-edit.svg)no-repeat;
  display: inline-block;
}

.icon-mail {
  width: 24px;
  height: 18px;
  background: url(../images/icon-mail.svg)no-repeat;
  background-size: 100%;
  display: inline-block;
}

.icon-delete {
  width: 20px;
  height: 20px;
  background: url(../images/icon-delete.svg)no-repeat;
  display: inline-block;
}

.icon-add {
  width: 20px;
  height: 20px;
  background: url(../images/icon-add.svg)no-repeat;
  display: inline-block;
}

.icon-user {
  width: 30px;
  height: 27px;
  background: url(../images/icon-user.svg)no-repeat;
  display: block;
}

.icon-upload {
  width: 32px;
  height: 23px;
  background: url(../images/upload-dark-icon.svg)no-repeat;
  display: inline-block;
  background-size: 63%;
  background-position-y: 2px;
}

.icon-eye {
  width: 30px;
  height: 19px;
  background: url(../images/icon-eye.svg)no-repeat;
  display: inline-block;
}

.icon-trophy {
  width: 30px;
  height: 22px;
  background: url(../images/trophy.svg)no-repeat;
  display: inline-block;
  background-size: contain;
  margin-bottom: -2px;
}

.icon-back {
  width: 20px;
  height: 27px;
  float: left;
  background: url(../images/icon-back.svg)no-repeat;
  display: inline-block;
}

/* -----------Sign In-------------*/
.sign-in {
  height: 400px;
}

.btn-lg {
  padding: 20px 40px 20px 40px;
}


/*------------ Product ------------*/
.breadcrumb a {
  text-decoration: none;
  color: #CB2027;

}

.banner {
  padding: 15px 10px;
  background: #FFF2E9;
  margin-bottom: 20px;
}

.banner h2 {
  font-size: 21px;
  text-align: center;
  font-weight: 800;
}

.product-list .product-price {
  font-size: 14px;
  color: #CB2027;
}

.product-list strike {
  font-size: 12px;
  color: #000;
}

.stars-rating {
  background: url(../images/stars.svg)no-repeat;
  width: 30%;
  height: 11px;
  display: inline-block;
}

.rating-1 {
  background-position: 0px -1px;
}

.rating-2 {
  background-position: 0px -20px;
}

.rating-3 {
  background-position: 0px -38px;
}

.rating-4 {
  background-position: 0px -56px;
}

.rating-5 {
  background-position: 0px -76px;
}

/*******cart page*******/
.cart-wrapper .qty-input {
  width: 80px;
}

/*******cart page*******/
/*******checkout page*******/
.checkout-wrapper .accordion-button::after {
  display: none;
}

.checkout-wrapper .accordion-button .accordion-arrow {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  display: inline-block;
}

.checkout-wrapper .accordion-button:not(.collapsed) .accordion-arrow {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion.order-summary {
  background: var(--primarylight);
}

.accordion.order-summary .accordion-button {
  box-shadow: none;
}

.accordion.order-summary hr {
  background-color: var(--primarycolor);
  opacity: .9;
}

.payment-wrapper .border {
  border-color: #333 !important;
}

.info-tooltip {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  background: var(--primarycolor);
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-family: georgia;
}

/*******checkout page*******/

.policy-pages p {
  color: #5f5f5f;
}

.order-summary {
  background: #FFDFC7;
}

.order-summary .product-price {
  font-size: 14px;
}

.order-summary .price-var {
  /*line-height: 10px;*/
}

.checkout-wrapper .cart-feature h5 {
  font-size: 14px;
}

.checkout-wrapper .cart-feature p {
  font-size: 12px;
}

.checkout-wrapper .cart-feature img {
  width: 10%;
}

.checkout-wrapper .accordion-item {
  border: 1px solid #000 !important;
  padding: 12px;
  margin-bottom: 10px;
}

.affitlate-program {
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .stars-rating {
    width: 40%;
  }

  .sign-in {
    height: auto;
    min-height: 400px;
  }

  .page-title {
    text-align: center;
  }

  .prod-table td,
  .prod-table th {
    font-size: .9rem;
  }

  .prod-table .pt-prod-img,
  .cart-wrapper .ci-img img,
  .product-thumb-img {
    width: 50px;
  }

  .accordion.order-summary .accordion-button,
  .accordion.order-summary .accordion-body {
    padding: 12px;
  }
}

/******* Product List *****/
.product-list .card {
  padding: 10px;
}

.select2 {
  width: 100% !important;
  outline: none !important;
}

.mte-3 {
  margin-top: -30px;
}

.label2 {
  top: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
}

/*******Misc********/
.links {
  color: #000;
  text-decoration: none;
}

.fs-14 {
  font-size: 14px;
}

@media screen and (max-width: 320px) {
  .fs-14 {
    font-size: 12px;
  }
}

.fs-12 {
  font-size: 12px;
}

.fs-16 {
  font-size: 16px;
}

.fs-11 {
  font-size: 11px;
}

.fs-10 {
  font-size: 10px;
}

.header-style {
  font-size: 21px;
  text-align: center;
}

.product-title {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .sm-input {
    margin-top: 30px;
  }

  .product-title {
    font-size: 10px;
  }
}

.product-price {
  font-size: 20px;
}

.product-price-var {
  font-size: 14px;
}

.feature {
  font-size: 18px;
}

.feature-subtext {
  font-size: 16px;
  line-height: 26px;
}

.menu-icon {
  display: none !important;
  margin-bottom: -6px;
  margin-right: 10px;
}

.hidden-lg {
  display: none !important;
}

.heart-stroke {
  fill: none;
  stroke: #ddd;
  stroke-width: 2px;
  opacity: 1;
  transform-origin: center center;
}

.button.active .heart-stroke {
  opacity: 0;
}

.heart-full {
  opacity: 0;
  transform-origin: 50% 50%;
}

.button.active .heart-full {
  opacity: 1;
}

.heart-lines {
  stroke-width: 2px;
  display: none;
}

.button:not(.active):hover .heart-stroke {
  -webkit-animation: pulse 1s ease-out infinite;
  animation: pulse 1s ease-out infinite;
}

.button.animate .heart-full {
  -webkit-animation: heart 0.35s;
  animation: heart 0.35s;
}

.button.animate .heart-lines {
  -webkit-animation: lines 0.2s ease-out forwards;
  animation: lines 0.2s ease-out forwards;
  display: block;
}

@-webkit-keyframes lines {
  0% {
    stroke-dasharray: 6;
    stroke-dashoffset: 16;
  }

  100% {
    stroke-dasharray: 13;
    stroke-dashoffset: 18;
  }
}

@keyframes lines {
  0% {
    stroke-dasharray: 6;
    stroke-dashoffset: 16;
  }

  100% {
    stroke-dasharray: 13;
    stroke-dashoffset: 18;
  }
}

@-webkit-keyframes heart {
  0% {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  35% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  75% {
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heart {
  0% {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  35% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  75% {
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }

  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }

  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.heart {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.sales {
  height: 15px;
  width: 47px;
  padding: 2px;
  font-size: 9px;
  color: #fff;
  background: #CB2027;
  position: absolute;
}

.info-tooltip {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  background: var(--primarycolor);
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-family: georgia;
}

.search-box-inner {
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
  max-width: 1200px;
  margin: 0px auto;
  margin-top: 30px;
}

.search-box-inner .search-icon-inner {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 999;
  width: 15px;
  height: 15px;
}

.search-box-inner input {
  width: 100%;
  border: none;
  outline: none;
  padding-left: 40px;
  font-size: 1rem;
  color: #7a7a7a;
}

@media screen and (max-width: 990px) {
  .hidden-lg {
    display: inline-block;
  }

  .hori-timeline .events .event-list {
    text-align: left !important;
  }

  .hori-timeline .events .event-list .event-date {
    margin: inherit !important;
  }

  .event-list {
    padding-top: 50px !important;
  }

  .event-list .px-4 {
    padding-left: 80px !important;
  }

  .search-right-global {
    right: 40px !important;
    top: 15px !important;
    width: 25px !important;
    height: 25px !important;
  }
}


@media all and (max-width: 800px) and (min-width: 767px) {
  .search-right-global {
    right: 110px !important;
  }
}


@media screen and (max-width: 620px) {
  .search-right-global {
    right: 90px !important;
    top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .search-right-global {
    right: 60px !important;
  }
}

#navbarScroll {
  position: relative;
}

.onlymobilesrg {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .search-right-global {
    display: none !important;
  }

  .onlymobilesrg.search-right-global {
    display: flex !important;
    position: static !important;
    margin-left: auto !important;
  }
}

.product-selection-modal .btn-close {
  margin-bottom: -20px;
}

@media screen and (max-width: 769px) {

  .prod-table td,
  .prod-table th {
    font-size: .9rem;
  }

  .hori-timeline .events {
    border-top: 0px !important;
  }

  .hori-timeline .events .event-list:before {
    content: "";
    position: absolute;
    height: 110%;
    border-right: 2px dashed #dee2e6;
    top: -10px;
    left: 30px;
  }

  .prod-table .pt-prod-img,
  .cart-wrapper .ci-img img,
  .product-thumb-img {
    width: 50px;
  }

  .accordion.order-summary .accordion-button,
  .accordion.order-summary .accordion-body {
    padding: 12px;
  }

  .animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
  }

  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0;
    }

    to {
      bottom: 0;
      opacity: 1;
    }
  }

  /* .product-selection-modal {
    z-index: 99999 !important;
  } */

  .product-selection-modal .modal-dialog {
    min-height: 100%;
    margin: 0 auto;
  }

  .product-selection-modal .modal-dialog p {
    font-size: 12px !important;
  }

  .product-selection-modal .btn-close {
    margin-bottom: -20px;
  }

  .product-selection-modal .modal-body {
    padding-right: 10px;
  }

  .overlay-search-global {
    top: 0px;
  }

  .overlay-search-global h3 {
    display: none;
  }
}

.blink {
  position: absolute;
  opacity: 0;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  transition: opacity 1s ease-in;
}

.product-features .position-relative {
  padding: 20px 20px;
  line-height: 30px;
  text-align: center;
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 0px !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0px !important;
}

/****** Affilate ******/
.hori-timeline .events {
  border-top: 1px dashed #9B9B9B;
}

.hori-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.hori-timeline .events .event-list .event-date {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 5px solid #CB2027;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 16px 4px;
}

ol {
  padding-left: 17px;
}

@media (min-width: 1024px) and (max-width: 1120px) {
  .nav-link {
    font-size: 11px !important;
  }

  .icon-carts {
    right: 20px !important;
  }

  .navbar-nav {
    margin-right: 40px;
  }
}

@media (min-width: 1020px) {

  .hori-timeline .events .event-list {
    display: inline-flex;
    width: 32%;
    padding-top: 75px;
  }

  .hori-timeline .events .event-list .event-date {
    top: -35px;
  }
}

.bg-soft-primary {
  background-color: rgba(64, 144, 203, .3) !important;
}

.bg-soft-success {
  background-color: rgba(71, 189, 154, .3) !important;
}

.bg-soft-danger {
  background-color: rgba(231, 76, 94, .3) !important;
}

.bg-soft-warning {
  background-color: rgba(249, 213, 112, .3) !important;
}

/****order tracking*********/
.order-tracking {
  text-align: center;
  width: 25%;
  position: relative;
  display: block;
}

.order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 6px;
  transform: rotate(45deg);
  height: 25px;
  width: 25px;
  border: 1px solid #AFAFAF;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}

.order-tracking .completed.current:after {
  display: block;
  position: absolute;
  content: '';
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #AFAFAF;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.order-tracking.completed .is-complete {
  border-color: transparent;
  border-width: 0;
}

.order-tracking.completed .is-complete:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 6px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: rgba(247, 131, 12, 1);
  background: linear-gradient(0deg, rgba(247, 131, 12, 1) 0%, rgba(233, 18, 99, 1) 100%);
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}

.order-tracking.completed.current .is-complete {
  border: 1px solid #ccc;
}

.order-tracking.completed.current .is-complete:after {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
}

.order-tracking p {
  color: #333;
  font-size: 12px;
  margin-top: 8px;
  font-weight: 600;
  margin-bottom: 0;
}

.order-tracking::before {
  content: '';
  display: block;
  height: 1px;
  width: calc(100% - 30px);
  background-color: #ccc;
  top: 13px;
  position: absolute;
  left: calc(-50% + 15px);
  z-index: 0;
}

.order-tracking:first-child:before {
  display: none;
}

.order-tracking.completed:before {
  background-color: #e91263;
}

/****order tracking*********/
@media screen and (max-width: 769px) {
  .hidden-lg {
    display: inline-block;
  }
}

/********member dashboard*******/
.member-wrapper {
  background: #F8FBFF;
  min-height: 60vh;
}

.stretched-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

/********member dashboard*******/
@media screen and (max-width: 767px) {
  .sticky-cta {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 999;
  }

  .prod-table td,
  .prod-table th {
    font-size: .9rem;
  }

  .prod-table .pt-prod-img,
  .cart-wrapper .ci-img img,
  .product-thumb-img {
    width: 50px;
  }

  .accordion.order-summary .accordion-button,
  .accordion.order-summary .accordion-body {
    padding: 12px;
  }
}

.overflow-tabs {
  overflow: auto;
}

.overflow-tabs::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.overflow-tabs::-webkit-scrollbar {
  height: 3px;
  background-color: #f1f1f1;
}

.overflow-tabs::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.overflow-tabs .nav-link {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .navbar-nav li a {
    font-size: 14px !important;
  }

  .overflow-tabs .nav-link {
    font-size: .8rem;
  }

  .prod-table td,
  .prod-table th {
    font-size: .9rem;
  }

  .prod-table .pt-prod-img,
  .cart-wrapper .ci-img img,
  .product-thumb-img {
    width: 70px;
  }

  .accordion.order-summary .accordion-button,
  .accordion.order-summary .accordion-body {
    padding: 12px;
  }

  .animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
  }

  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0;
    }

    to {
      bottom: 0;
      opacity: 1;
    }
  }

  .product-selection-modal {
    padding-right: 0 !important;
  }

  .product-selection-modal .modal-dialog {
    min-height: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .order-tracking p {
    font-size: 9px;
  }
}

[type=file] {
  height: 0;
  overflow: hidden;
  width: 0;
}

[type=file]+label {
  background: #f5f5f5;
  border: none;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  outline: none;
  padding: 10px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}

.btn-choice label {
  font-size: 10px;
}

.overflow-tabs {
  overflow: auto;
}

.order-item {
  font-size: .9em;
}


/***** Member Dasboard *****/
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow-1.svg) !important;

}

.info {
  border: none !important;
  padding: 20px;
}

.accordion-button::after {
  background-image: url(../images/arrow-1.svg) !important;
  height: 1rem;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 300px;
  max-width: 800px;
  margin: 1em auto;
}

.setting-model .list-group-item {
  border: 0px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  border: 3px solid #CB2027;
  background: #ffffff !important;
}

.btn-group .btn-outline-primary {
  border: 1px solid #ccc;
}

.bg-member {
  background: url(../images/bg-member.png)no-repeat;
  background-size: 100%;
}

.choices__list--multiple .choices__item {
  background-color: #CB2027 !important;
  border: 1px solid #CB2027 !important;
}

.carousel-inner {
  padding: 0px 60px;
}

@media screen and (max-width: 769px) {
  .carousel-inner {
    padding: 0px 30px;
  }

  .video-palyer {
    height: 200px;
  }

  .site-footer {
    padding-bottom: 80px !important;
  }
}

.btn-close {
  background: url(../images/icon-cross.svg)no-repeat;
  opacity: 1;
  z-index: 999;
  padding-left: 20px;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #fff;
  background-color: #CB2027 !important;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgb(211 212 213 / 50%);
}

.bottom-modal .btn-close {
  margin-bottom: -30px !important;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #000;
  background-color: #CB2027 !important;
  outline: none;
  background-color: #CB2027 !important;
}

.btn-group .btn-primary {
  background: #F2F2F2 !important;
  outline: none;
  color: #000;
  border-radius: 5px !important;
  margin-right: 5px;
}

.circle-pointer .entry-span {
  width: 120px;
  text-align: right;
  display: inline-block;
}

.admin-tabs {
  margin: 0 -3px;
}

.admin-tabs li {
  margin: 0 3px;
}

.admin-tabs .nav-link {
  color: #000;
  position: relative;
}

.admin-tabs .nav-link:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #ccc;
  border-radius: 5px;
}

.admin-tabs .nav-link.active {
  color: var(--primarycolor);
  border: 0;
}

.bg-primary {
  background-color: #CB2027 !important;
}

.admin-tabs .nav-link.active:after {
  background: var(--primarycolor);
}

.circle-pointer {
  padding: 0 0 0 20px;
  position: relative;
}

.circle-pointer:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid var(--primarycolor);
}

.btncancel {
  margin-bottom: -40px !important;
}

.nav-flush .active {
  background: #CB2027 !important;
}

/* @media (min-width: 1024px) and (max-width: 1920px) {

  .container,
  .container-lg,
  .container-md {
    width: 64rem;
  }
} */

.num {
  position: absolute;
  right: 80px;
  bottom: 20px;
  z-index: 999;
}

@media screen and (max-width: 769px) {
  .num {

    right: 57px;

  }
}

.select2 {
  margin-left: -5px;
}

#giveaway .accordion-item {
  padding: 0px;
  border: 0px !important;
}

#giveaway .accordion-item p {
  font-size: 14px;
}

.icon-set {
  background: url(../images/icons.svg)no-repeat;
  display: inline-block;
}

.icon-ssl {
  width: 52px;
  height: 52px;
  background-position: -17px -17px;
}

.icon-money-back {
  width: 52px;
  height: 52px;
  background-position: -80px -17px;
}

.icon-free-shipping {
  width: 52px;
  height: 38px;
  background-position: -143px -25px;
}

.icon-fast-response {
  width: 46px;
  height: 52px;
  background-position: -213px -17px;
}

.icon-homes {
  width: 32px;
  height: 27px;
  background-position: -19px -94px;
}

.icon-products {
  width: 32px;
  height: 27px;
  background-position: -68px -94px;
}

.icon-account {
  width: 32px;
  height: 27px;
  background-position: -119px -94px;
}

.icon-language {
  width: 32px;
  height: 27px;
  background-position: -167px -94px;
}

.icon-currency {
  width: 32px;
  height: 27px;
  background-position: -208px -94px;
}

.icon-currency {
  width: 32px;
  height: 27px;
  background-position: -208px -94px;
}

.icon-trackorder {
  width: 32px;
  height: 27px;
  background-position: -242px -92px;
}

.icon-aboutus {
  width: 32px;
  height: 27px;
  background-position: -287px -92px;
}

.icon-privacy {
  width: 32px;
  height: 27px;
  background-position: -330px -92px;
}

.icon-return {
  width: 32px;
  height: 27px;
  background-position: -369px -92px;
}

.icon-copy {
  width: 32px;
  height: 27px;
  background-position: -17px -138px;
}

.icon-get-in-touch {
  width: 32px;
  height: 27px;
  background-position: -428px -92px;
}

.icon-heart {
  width: 32px;
  height: 27px;
  background-position: -483px -92px;
}

.icon-fb {
  width: 32px;
  height: 27px;
  background-position: -87px -138px;
}

.icon-insta {
  width: 32px;
  height: 27px;
  background-position: -53px -139px;
}

.icon-twitter {
  width: 32px;
  height: 27px;
  background-position: -117px -138px;

}

.icon-cart {
  width: 32px;
  height: 27px;
  background-position: -520px -92px;
}

.icon-truck {
  width: 32px;
  height: 27px;
  background-position: -560px -92px;
}

.icon-user {
  width: 32px;
  height: 27px;
  background-position: -600px -92px;
}

/* .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  left: auto;
  font-size: 12px;
} */

/*
solve choices is-active conflict with chat box css
 */
.choices__list--dropdown.dropdown-is-active {
  visibility: visible
}

/* Global css for signup and checkout page checkbox */

.checkformmobilegiveownstyle {
  position: relative;
}

.checkformmobilegiveownstyle .form-check-input {
  position: absolute;
  left: 25px;
}

.margin-l-20 {
  margin-left: 20px;
}



/*
sweat alert conflict ckeditor dialog
 */
.swal2-container {
  z-index: 999999999 !important;
  word-break: break-word;
}

.swal2-container.swal2-bigzindex {
  z-index: 99999999999 !important;
}

.swal2-container .swal2-content #swal2-content {
  text-align: center !important;
}


.qty-input-productdetailpage::-webkit-outer-spin-button,
.qty-input-productdetailpage::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cartpageimagealignment,
.checkoutpageimgfixedsize {
  padding-bottom: 60px !important;
}

.swal2-title {
  word-break: break-word !important;
}

/* global css for member dashboard mobile horizontal scroll order */

@media only screen and (max-width: 768px) {
  /* .my-orders-adjustment-mobile .nav-fill .nav-item:first-child {
    background-color: beige;
  } */

  /* .dataTables_wrapper .dataTables_filter input[type="search"] {
    border-radius: 0px !important;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    text-indent: 10px;
    outline-offset: 0px;
    outline: none;
    border: none !important;
    background-color: rgb(192, 177, 192);
  } */

  .my-orders-adjustment-mobile .nav-fill .nav-item .nav-link {
    padding-left: 0px !important;
    border-right: 0px !important;
    padding-right: 8px !important;
    font-size: 11px !important;
  }

  .my-orders-adjustment-mobile .nav-fill .nav-item .nav-link img.me-2 {
    margin-right: 3px !important;
  }
}

.memberpagejumbotronmobileadjust.bg-member .text-center {
  width: 100%;
  text-align: left !important;
}

.memberpagejumbotronmobileadjust.bg-member .text-center button {
  padding-left: 0px !important;
  padding-top: 0px !important;
}

@media only screen and (max-width: 400px) {
  .memberpagejumbotronmobileadjust.bg-member {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .memberpagejumbotronmobileadjust.bg-member .align-items-center {
    flex-wrap: wrap !important;
  }

}


@media only screen and (min-width: 768px) {
  .cartpageimagealignment .cart-item .ci-img img {
    width: 200px;
    max-height: 200px;
  }

  .desktoponlyshowcustominfoorder {
    display: flex;
  }

  .mobileonlyshowcustominfoorder {
    display: none;
  }

  .parentSub:hover .childSub {
    display: inline-block !important;
  }

}

.dropdownMain {
  cursor: pointer !important;
}

/* .dropdownMain:hover .childMain {
  display: inline-block !important;
} */

.navbar-expand-lg .navbar-nav .dropdown-menu.childSub {
  position: static !important;
  border: none !important;
  padding: 0px;
  padding-left: 10px;
}

.homepage3_carousel-inner {
  padding: 0px !important;
}

.search-right-global {
  position: absolute;
  right: -30px !important;
  display: flex;
  align-items: center;
  top: 7px !important;
}

.search-icon-inner {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-search' width='20' height='20' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Ccircle cx='10' cy='10' r='7' /%3E%3Cline x1='21' y1='21' x2='15' y2='15' /%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.close-top-search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='10px' viewBox='0 0 48 48' onclick='showInput()'%3E%3Cg stroke='white'%3E%3Cg%3E%3Cpath d='M28.228 23.986L47.092 5.122a2.998 2.998 0 000-4.242 2.998 2.998 0 00-4.242 0L23.986 19.744 5.121.88a2.998 2.998 0 00-4.242 0 2.998 2.998 0 000 4.242l18.865 18.864L.879 42.85a2.998 2.998 0 104.242 4.241l18.865-18.864L42.85 47.091a2.991 2.991 0 002.121.879 2.998 2.998 0 002.121-5.121L28.228 23.986z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.search-right-top {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' onclick='showInput()' class='icon icon-tabler icon-tabler-search' width='20' height='20' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Ccircle cx='10' cy='10' r='7' /%3E%3Cline x1='21' y1='21' x2='15' y2='15' /%3E%3C/svg%3E");
  width: 23px !important;
  height: 22px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.search-right-global input {
  max-width: 100px;
  border: none;
  border-bottom: 1px solid black;
  width: 0px;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.search-right-global input.active {
  width: 100%;
  opacity: 1;
}

.overlay-search-global {
  background-color: white;
  color: black;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  z-index: 9999999;
  min-height: 200px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all .3s ease-in-out;
  min-height: 235px;
}

.overlay-search-global.active {
  opacity: 1 !important;
  pointer-events: all;
}

.overlay-search-global h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  text-transform: none;
  line-height: 1.5;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.overlay-search-global .icon-close-notification {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 9999 !important;
}

.overlay-search-global .icon-close-notification svg {
  width: 15px;
  height: 15px;
}

.search-box-inner {
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
  max-width: 1200px;
  margin: 0px auto;
  margin-top: 30px;
}

.search-box-inner .search-icon-inner {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 999;
  width: 15px;
  height: 15px;
}

.search-box-inner input {
  width: 100%;
  border: none;
  outline: none;
  padding-left: 40px;
  font-size: 1rem;
  color: #7a7a7a;
  font-family: system-ui, sans-serif !important;
  font-size: 13px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {

  .dropdown-menu.childMain {
    position: static !important;
    width: 100% !important;
    padding-left: 10px !important;
  }


  .coupon-marketing-table-view tbody tr td:first-child {
    max-width: 80px !important;
  }

  .coupon-marketing-table-view tbody tr td {
    font-size: 11px !important;
  }

  .overlay-search-global {
    padding-top: 0px !important;
    top: 0px !important;
  }

  .overlay-search-global h3 {
    display: none !important;
  }

  .search-box-inner {
    width: 94% !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    margin-top: 15px !important;
  }

  .search-box-inner input {
    background-color: transparent !important;
    padding-right: 40px !important;
  }

  .search-right-global .search-right-top {
    width: 25px !important;
    height: 25px !important;
  }
}

@media screen and (max-width: 355px) {

  .coupon-marketing-table-view tr td:first-child,
  .coupon-marketing-table-view tr th:first-child {
    display: none !important;
  }
}

/* ckeditor height adjustment */

/* .cke_dialog_body .cke_dialog_contents tr td.cke_dialog_contents_body div table tr td.cke_dialog_ui_vbox_child div table tbody tr:nth-child(2) td.cke_dialog_ui_vbox_child {
  height: 400px;
}

.cke_dialog_body .cke_dialog_contents tr td.cke_dialog_contents_body div table tr td.cke_dialog_ui_vbox_child div table tbody tr:nth-child(2) td.cke_dialog_ui_vbox_child div.cke_tpl_list {
  height: 400px;
} */

.cke_reset_all table.cke_dialog.cke_browser_webkit.cke_ltr.cke_single_page {
  height: 87% !important;
  /* top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; */
  width: 1090px !important;
}

.cke_single_page .cke_dialog_contents {
  width: 100% !important;
}

.cke_reset_all table.cke_dialog.cke_browser_webkit.cke_ltr.cke_single_page .cke_dialog_body {
  height: 100%;
}

.cke_single_page .cke_dialog_contents {
  height: 100%;
}

.cke_single_page .cke_dialog_contents>tbody>tr {
  height: 100%;
}

.cke_dialog_contents_body,
.cke_dialog_ui_vbox.cke_dialog_page_contents {
  height: 100%;
}

.cke_dialog_ui_vbox.cke_dialog_page_contents>table {
  height: 100%;
  min-width: 430px;
}

.cke_dialog_contents_body,
.cke_dialog_ui_vbox.cke_dialog_page_contents .cke_dialog_ui_vbox {
  height: 100%;
}

.cke_dialog_contents_body,
.cke_dialog_ui_vbox.cke_dialog_page_contents .cke_dialog_ui_vbox table {
  height: 100%;
}

.cke_dialog_contents_body,
.cke_dialog_ui_vbox.cke_dialog_page_contents .cke_dialog_ui_vbox table tr:nth-child(2) {
  height: 100%;
}

.cke_dialog_contents_body .cke_tpl_list {
  height: 100%;
}

.cke_dialog_contents_body {
  width: 100% !important;
  max-width: 800px !important;
}

.cke_tpl_preview .cke_tpl_preview_img img {
  max-width: 800px;
  width: 350px;
}

a.cke_dialog_tab {
  min-width: 86px !important;
}

.cke_tpl_preview td {
  min-width: 200px;
}

.cke_maximized {
  padding-top: 65px !important;
}

.search-right-global {
  cursor: pointer;
}

.search-right-global .search-right-top {
  cursor: pointer;
}

.swal2-content {
  padding: 0px !important;
}

.search-right-global:hover .search-right-top {
  webkit-filter: blur(1px);
  filter: blur(1px);
  /* /Chrome, Safari, Opera / filter: blur(4px); */
}

#buttonloadmore:hover {
  background-color: black !important;
  color: white !important;
}

/*
text force wrapping
 */
.dtr-data {
  overflow-wrap: anywhere !important;
}

@media only screen and (max-width: 767px) {
  .adminvisitoranalysis table.dataTable.dtr-inline.collapsed>tbody>tr.child>td:first-child {
    padding-left: 5px;
  }

  .adminvisitoranalysis .domorewidthonmobilepanelcollapse {
    margin-bottom: 20px;
  }

  .adminvisitoranalysis .domorewidthonmobilepanelcollapse .col-3.domorewidthonmobile {
    width: 70%;
    padding-left: 20px;
  }

  .adminvisitoranalysis .domorewidthonmobilepanelcollapse .col-6.domorewidthonmobilebottom {
    width: 83%;
  }

  .adminvisitoranalysis .domorewidthonmobilepanelcollapse .col-6.domorewidthonmobilebottom #longlink {
    width: 100%;
  }
}

#admin-review-list .showsatisfactorymobile {
  display: none !important;
}

#admin-review-list tr td {
  border: none !important;
}

#admin-review-list tr {
  border-bottom: 1px solid #dee2e6;
}

#admin-review-list thead tr {
  border: none !important;
}

@media only screen and (max-width: 767px) {
  #admin-review-list .showsatisfactorymobile {
    display: block;
  }

  #admin-review-list .showsatisfactorydesktop {
    display: none;
  }

  #admin-review-list .reviewernamecolumn {
    font-size: 11px;
  }

  #revieworderdetails .rowtoselectproduct .col-6:first-child {
    width: 40%;
  }

  #revieworderdetails .rowtoselectproduct .col-6:last-child {
    width: 60%;
  }

  #revieworderdetails .rowtoselectproduct .col-6:last-child select {
    font-size: 11px;
  }
}


@media only screen and (max-width: 400px) {
  #admin-review-list .reviewernamecolumn {
    font-size: 11px;
  }

  #admin-review-list .action-select {
    font-size: 11px;
  }

  #feedorderdetails .col-6 {
    word-break: break-word;
  }
}

/*  */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.dropdown-toggle~.dropdown-menu .dropdown-item {
  font-size: 12px !important;
}

@media only screen and (min-width: 767px) {
  .colmanagenotificationpage {
    padding-left: 40px;
  }
}

/* hide the +- in input type = number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*
choices js dropdown conflict with chat-box
  is-active -- do not need rotate 180deg
  !!!!!!!!!!!!!!!!!!!除非最终发布，不要删除别人的注释!!!!!!!!!
 */
.choices__list--dropdown.is-active {
  transform: rotate(0deg) !important;
}


.overlay-main {
  z-index: 699;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.tag-label {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin: 0 16px 8px 0;
  padding: 0 10px 0 12px;
  background: #de3f3e;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.tag-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #de3f3e transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}

.tag-label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  float: left;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -1px -1px 2px rgb(0 0 0 / 40%);
  box-shadow: -1px -1px 2px rgb(0 0 0 / 40%);
}

select.cross-browser-select {
  /* select style comptaible with iphone */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsPSJncmF5IiBkPSJNMTAsMjMyLjdsNDkwLDUzNC41bDQ5MC01MzQuNUgxMHoiIC8+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
}

#shipping-method {
  margin-left: 0px !important;
}

.terms_condition_privacy * {
  font-family: system-ui, sans-serif !important;
  font-size: 10px !important;
  color: black !important;
}

.terms_condition_privacy h4 {
  font-family: system-ui, sans-serif !important;
  font-size: 12px;
}

.search-button-notification {
  display: none;
  z-index: 9999 !important;
}

@media screen and (max-width:1140px) {
  .search-button-notification {
    position: absolute;
    top: 61.5%;
    right: 9px;
    display: inline-block;
    background: #CB2027;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 3px 11px;
    border-radius: 2px;
    transform: translateY(-50%);
  }

  .search-box-inner input {
    padding-right: 85px;
  }
}

.imagelogofooter {
  max-width: 450px !important;
}

@media screen and (max-width: 767px) {
  .imagelogofooter {
    max-width: 60% !important;
  }

  .overlay-search-global .icon-close-notification {
    right: 100px;
    top: 20px;
  }

  .search-button-notification {
    position: absolute;
    top: 27px;
    right: 15px;
    display: inline-block;
    background: #CB2027;
    border: none;
    outline: none;
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 3px 11px;
    border-radius: 2px;
  }

  .search-box-inner input {
    padding-right: 120px !important;
  }
}

#currencyPreferBox .modal-footer .btn-primary {
  background-color: #CB2027 !important;
  border-color: #CB2027 !important;
}

#currencyPreferBox .modal-footer .btn-success {
  background-color: #014958 !important;
  border-color: #014553 !important;
}

#currencyPreferBox .modal-footer .btn-success:hover {
  background-color: #014958 !important;
  border-color: #014553 !important;
}

.cart-page-global-main {
  display: none;
}

.cart-page-global-main a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-page-global-main a.nav-link .icon-cart {
  margin-top: 0px;
  margin-right: 11px;
}

.cart-page-global-main .icon-cart,
.navbar .icon-cart {
  display: inline-block;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg id='Icon_feather-shopping-cart' data-name='Icon feather-shopping-cart' xmlns='http://www.w3.org/2000/svg' width='23.427' height='22.498' viewBox='0 0 23.427 22.498'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23033149; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Path_6689' data-name='Path 6689' class='cls-1' d='M13.857,30.928A.928.928,0,1,1,12.928,30,.928.928,0,0,1,13.857,30.928Z' transform='translate(-4.001 -10.859)'/%3E%3Cpath id='Path_6690' data-name='Path 6690' class='cls-1' d='M30.357,30.928A.928.928,0,1,1,29.428,30,.928.928,0,0,1,30.357,30.928Z' transform='translate(-10.287 -10.859)'/%3E%3Cpath id='Path_6691' data-name='Path 6691' class='cls-1' d='M1.5,1.5H5.214L7.7,13.932a1.857,1.857,0,0,0,1.857,1.495h9.025a1.857,1.857,0,0,0,1.857-1.495l1.486-7.79H6.142' transform='translate(0 0)'/%3E%3C/svg%3E%0A");
  width: 23px !important;
  height: 22px !important;
}

@media only screen and (max-width: 992px) {
  .cart-page-global-main {
    display: inline-block;
    margin-left: auto !important;
  }

  .cart-page-global-main a {
    padding: 0px !important;
  }

  .cart-page-global-main~.onlymobilesrg.search-right-global {
    margin-left: 3px !important;
  }
}

.swal2-actions .swal2-styled.swal2-confirm {
  background-color: #CB2027 !important;
}

input {
  font-family: system-ui, sans-serif !important;
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1040px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1920px) {

  .container,
  .container-lg,
  .container-md {
    width: 64rem !important;
  }

  footer .container {
    width: 1260px !important;
  }
}