.lds-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 30px;
}
.lds-loader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #e83a19;
  animation: lds-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-loader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-loader {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.border-radius-app {
  border-radius: 7px;
}

.grecaptcha-badge { 
  margin-bottom: 30px; 
  display: none;
}

.text-decoration-none {
  text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Playfair+Display:wght@600&display=swap');

.font-playfair {
    font-family: 'Playfair Display', serif;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}
.list-group-item:first-child {
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

fieldset.for-panel {
  background-color: #fcfcfc;
  border: 1px solid #999;
  border-radius: 4px; 
  padding:15px 10px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  background-color: #f9fdfd;
  margin-bottom:12px;
}
fieldset.for-panel legend {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #4381ba;
  font-size: 14px;
  font-weight: bold;
  line-height: 10px;
  margin: inherit;
  padding: 7px;
  width: auto;
  background-color: #d9edf7;
  margin-bottom: 0;
}

.item-view{
  padding-left:5px;
  padding-right:5px;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 5px;
}

.item-source-view {
  height: 135px;
  overflow: hidden;
  object-fit: cover;
}

.home-page .item-source-view {
  width: 200px !important;
}

/*Mobile Display*/
@media (max-width: 1221px) {
  .desktop_display {
    display:none !important;
  }

  .responsive_display {
    display:block !important;
  }
}

/*Desktop Display*/
@media (max-width: 1221px) {
  .desktop_display {
    display:block !important;
  }

  .responsive_display {
    display:none !important;
  }
}

@media (max-width: 635px) {
  .home-page .item-source-view {
    width: 170px !important;
  }
}

@media (max-width: 529px) {
  .home-page .item-source-view {
    width: 160px !important;
  }
}

@media (max-width: 507px) {
  .home-page .item-source-view {
    width: 150px !important;
  }
}

@media (max-width: 315px) {
  .home-page .item-source-view {
    width: 140px !important;
  }
}

@media (max-width: 289px) {
  .home-page .item-source-view {
    width: 130px !important;
  }
}

@media (max-width: 265px) {
  .home-page .item-source-view {
    width: 190px !important;
  }
}

.none-home-page .item-source-view {
  width: 170px !important;
}

@media (max-width: 620px) {
  .item-source-view {
    width: 100%;
  }
}
.item-view img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .item-view{
    padding-left:4px;
    padding-right:4px;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .item-source-view {
    height: 124.5px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .slide-home {
    float: left !important;
    margin-bottom: 15px;
  }

  .search-form-home {
    float: right !important;
  }
}

@media (max-width: 800px) {
  .item-view{
    padding-left:3px;
    padding-right:3px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .item-source-view {
    height: 134.5px;
    overflow: hidden;
  }
}

@media (max-width: 450px) {
  .item-view{
    padding-left:3px;
    padding-right:3px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .item-source-view {
    height: 134.5px;
    overflow: hidden;
  }
}

@media (max-width: 265px) {
  .item-view{
    padding-left:3px;
    padding-right:3px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .item-source-view {
    height: 134.5px;
    overflow: hidden;
  }
}

.slide-block {
    
}

.container-slide {
    position: relative;
}

.slide-form-block .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 13px;
  text-align: center;
}

.slide-form-block .copy-text i {
  color: #FEB58A;
}

.slide-form-block .copy-text a {
  color: #E36262;
}

.slide-form-block h2 {
  margin-bottom: 3px;
  font-weight: 800;
  font-size: 20px;
  color: #e83a19;
}

.slide-form-block h2:after {
  content: " ";
  width: 100%;
  height: 5px;
  background: #e83a19;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto
}

.homelist-brand-text {
    float: right !important;
    font-weight: 600;
    font-size: 14px;
    color: gray;
}

a.none-link {
    text-decoration: none !important;
}

.list-brands {

}



.main-menu > li.active-menu {
    display: block;
    position: relative;
    padding: 25px 10px 20px 10px;
    margin: 0px 1px 0px 14px;
}

.bg-gray {
    background-color: #cfcfcf;
}
.makername {
  font-weight: bold;
}

img.product-img{
  object-fit: contain !important;
  height: 300px;
  margin:auto 0;
  width: 100%;
}

@media (max-width: 767px) {
  div#makerlist-results {
    display: none;
  }
}

.color-red {
  color: red;
}

.color-white {
  color: white !important;
}

.blink {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
  }
  @keyframes blink {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink {
    to {
      visibility: hidden;
    }
  }


.slide-block .img-fluid {
  width: 100%;
  object-fit: contain;
}

.banner-text h1 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3a467f;
  -webkit-text-fill-color: #ffffff;
  font-family: "Poppins",Arial,sans-serif;
  font-size: 4vw;
  font-weight: 800;
  text-transform: uppercase;
}


div.container-slide {
  width: 100%;
  padding-right: -15px !important;
  padding-left: -15px !important;
}

@media (max-width: 767px) {
  .slide-block .img-fluid {
    width: 100%;
    height: 270px;
    object-fit: cover;
  }
}

.bg-gray2 {
  background-color: #2b2929;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: .35rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid gray;
  border-radius: none;
}

.list-group-item:last-child, .list-group-item:first-child {
  border-radius: none !important;
}

ol.select-slides li img {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.bg-greenwhatsapp {
  background-color: #08b02b;
}