html{
}

body{
font-family: 'Inter', sans-serif;
-webkit-font-smoothing: antialiased;
font-weight: 400;
overflow-x: hidden !important;
color: #555;
letter-spacing: -0.01rem;
font-size:0.8rem !important;
background: url('https://virtual.concu.in/images/bid/concu/patt.png') !important;
}


img{
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}


a, .btn-link
{
  color: #333;
}

a:hover
{
  text-decoration: none !important;
}
.cs-page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s .2s ease-in-out;
  transition: all .4s .2s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.cs-page-loading.active {
  opacity: 1;
  visibility: visible;
}
.cs-page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 0;
}
.cs-page-loading.active > .cs-page-loading-inner {
  opacity: 1;
}
.cs-page-loading-inner > span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
}
.cs-page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: .75rem;
  vertical-align: text-bottom;
  border: .15em solid #333;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner .75s linear infinite;
  animation: spinner .75s linear infinite;
}

.eyebrow
{
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.07rem;
}

#block_featured .dropdown-menu.show, #block_popular .dropdown-menu.show, #block_products .dropdown-menu.show
{
  width: 200px;
  text-align: center;
  z-index: 999;
}

a.dropdown-item.my-cart-btn
{
      display: inline-block;
      text-align: center;
      background: #EEE;
      margin: 5px;
      width: 40%;
      border-radius: 7px;
      z-index: 999;
}


.contactUsStick
{
  top:105px;
}

@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 575.98px) {
    #modalvariant .modal-dialog-centered
    {
      align-items: flex-end;
      bottom: -10px;
      margin: 0px;
    }

    #modalvariant .modal-content
    {
      border-radius: 1rem 1rem 0px 0px;
      bottom: -10px;
    }

    .contactUsStick
    {
      top:94px;
    }


}



.card-img-top
{
  background-size: cover !important;
  background-position: 50% 50% !important;
  height: 250px;
}

.product-featured .card-img-top, .catall .card-img-top
{
height: 300px;
}


.product-popular .card-img-top
{
height: 180px;
background-position: 50% 80% !important;
}


.checkdiv .dropdown-toggle::after
{
    content:'' !important;
}


.card-product
{
  max-width: 100rem;
  padding-bottom: 15px;
}

.pcheck
{
  font-size: 17px;
  border: 2px solid #16c995;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    touch-action: manipulation;
    width: 34px;
    height: 34px;
    padding: 1px;
    background: #FFF;
    color: #02986d !important;
    text-align: center;

}

.pchecksel
{
  color: #FFF !important;
  background: #16c995;
  border: 3px solid #7cdabf;
  touch-action: manipulation;

}

.product-featured .checkdiv
{
  margin-top: -43px;
  margin-bottom: 10px;
  touch-action: manipulation;

}

.product-popular .card-img-top
{
  border-radius: 5px;
}


.product-popular .checkdiv
{
  margin-top: -20px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.pcheckdisabled
{
  font-size: 17px;
  border: 2px solid #EEE;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    touch-action: manipulation;
    width: 34px;
    height: 34px;
    padding: 1px;
    background: #f9f9f9;
    color: #CCC !important;
    text-align: center;
    margin-right: 5px;

}
.pcheckdisabled:hover
{
  background: #f9f9f9;
  border: 2px solid #EEE;
}
.plist
{
  margin-bottom: 10px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 7px;
}

.plist .psubhead
{
  margin-left: 37px;
}

.itemname
{
  font-weight: 500;
  color: #333;
  word-wrap: normal;
}

.product-list .pcheck
{
  margin-right: 5px;
}

.mf img
{
  width: 10px;
}

.plist .pimg
{
  height: 70px;
}

.h3title
{
  font-weight: 300 !important;
  color: #111;
}

.h6title
{
  font-size: 0.75rem !important;
  font-weight: 500;
  margin-top: 10px !important;
}

.form-control
{
  border-radius: 6px;
}

.cartdiv
{
  position: fixed;
  bottom: 10px;
  text-align: center;
  z-index: 999;
  width: 100%;
}

.navbar-brand img
{
  height: 50px;
}

.cs-offcanvas2 {
  border-radius: 30px 30px 0px 0px;
  box-shadow: rgba(43, 41, 93, 0.7) 0px -4px 41px -19px;
  padding: 0px 30px;
  border-top: 1px solid #EEE;
}

.cs-offcanvas.cs-offcanvas-collapse-always2
{
  max-width:30rem;
  height: 300px !important;
  bottom: 0;
  top: inherit;
}

.badge-floating
{
  z-index: 4;
  font-size: 100% !important;
}


.text-reset {
  color: inherit !important; }

.selectcur
{
cursor: pointer;
}

.cs-preview-item>img
{
  border-radius: 1rem;
}

.fw-300
{
  font-weight: 300 !important;
}

.fw-500
{
  font-weight: 500 !important;
}

.cs-page-loading-load
{
  background: #ffffffe8 !important;
}

.bplus, .bminus, .bplusa, .bminusa, .bplusv, .bminusv
{
    padding: 2px 7px;
    height: 27px;
    background: #e0e3e8;
}

.cartqinput
{
    max-width: 41px !important;
    height: 27px;
    border: none;
    padding: 10px 13px;
    text-align: center;
}

.bg-secondary
{
  background: #f0f2f5 !important;
}

.backbtn
{
  margin-left: -10px;
}

.card
{
  border-radius: 0.6rem;
}

.bplus:hover, .bplus:active, .bplus:focus, .bminus:hover, .bminus:active, .bminus:focus, .bplusa:hover, .bplusa:active, .bplusa:focus, .bminusa:hover, .bminusa:active, .bminusa:focus, .bplusv:hover, .bplusv:active, .bplusv:focus, .bminusv:hover, .bminusv:active, .bminusv:focus
{
  background: #e6e5e5;
}

.bluritout
{
    filter: blur(20px);
    pointer-events: none;
    cursor: default;
}

.noarrow.dropdown-toggle::after
{
  content: '' !important;
}

.pqty .valid, .pqty .form-control:valid, .pqty .is-valid
{
  background-image: none !important;
  padding-right:10px !important;
}

.card-img, .card-img-top
{
  border-radius: 5px 5px 0px 0px;
}

label:not(.form-check-label):not(.custom-control-label):not(.custom-file-label):not(.cs-custom-option-label):not(.btn)
{
  color: #999;
}

.alert
{
  border-radius: 7px;
}

.noscrollbar::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.disableddiv {
    pointer-events: none;
    color: #999;
}
.fullpageModal
{

}
#suc_err_msg_all {
  display:none;
  z-index:1200;
  top:10px;right:10px;
  position:fixed;
}
.footer-link {
  padding: 0px 10px 0px 10px;
}
.error {
  color:#f74f78 !important;
}

.plist .btn>i
{
  margin-top: 0px !important;
}

.block2
{
box-shadow: 3px 0 20px -4px #EEE, -3px 0 20px -4px #EEE;
border-right: 1px solid #EEE;
border-left: 1px solid #EEE;
background: #FFF;
}

.block3
{
}

.product-featured
{
}

.plist .psummary
{
  margin-left: 42px;
}

.carbar
{
  background: #FFF;
  top:60px;
  padding: 20px;
  border-bottom: 1px solid #EEE;
  margin-top: -50px;
}

.carimage {
    width: 30px !important;
    /* height: 40px; */
    display: inline;
}

.cartitle
{
  min-width: 200px;
  word-wrap:break-word;

}

.carname
{
display:inline;
    width:150px;
    word-wrap:break-word;
}




#contactUs{

  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FFF;
}
#contactUs #countrySelection {
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 10px 0px;
}

#contactUs #countrySelection #countrySelection-wrapper {
  overflow: hidden;
  padding: 0px 30px;
  height: 60px;
}

#countrySelection-items {
    margin: 0px;
    padding: 1px 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#contactUs #countrySelector {
  position: relative;
  margin-left: -5px;
  top: -1px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
}
#contactUs .active p, #contactUs .active a{
  font-weight: bold;
}

#contactUs #countrySelection ul li {
    display: inline-block;
    margin: 16px 30px 16px 0px;
}

.slick-prev, .icon-chevronleft {
    transform: rotate(180deg);
}
.icon-chevronleft, .icon-chevronright {
    background-image: url('/images/arrow-right.png');
    background-repeat: no-repeat;
    background-size: 20px;
}
.countrySelection-paddle-left, .countrySelection-paddle-right {
    cursor: pointer;
    border: none;
    position: absolute;
    top: 30px;
    background-color: transparent;
    width: 25px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    outline: none;
}
.slick-prev, .countrySelection-paddle-left {
    left: 0px;
}
.arrow {
    width: 25px;
    margin-left: auto;
    margin-right: auto;
}
.slick-next, .countrySelection-paddle-right {
    right: 0px;
}

.cs-footer
{
  background: #FFF;
}


#searchproducts {
    position: fixed;
    top: 46px;
    width: 100vw;
    height: 100vh;
    background: #FFF;
    border: 1px solid #EEE;
    margin: 20px auto;
    z-index: 1032;
    padding-top:50px;;
}

.search-query {
    font-size: 22px !important;
    color: #111 !important;
    font-weight: bold;
}

#searchterm
{
  color: #666;
  font-style: italic;
}

.heading-allcat
{
  margin-bottom: 30px;
  margin-top:70px;
}

.heading-cat
{
  margin-bottom: 30px;
}

.heading-allsubcat
{
margin-bottom: 20px;
margin-top:30px;
}

.product-featured .psummary
{
  min-height: 70px;
}


.badge-muted
{
  background: #888 !important;
  padding: 3px 6px;
  color: #DDD;
  margin-left: 10px;
  font-size: 12px !important;
}
.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 10px;
  letter-spacing: 0px;
  border: 1px solid #DDD;
  font-weight: normal !important;
  text-transform: none;
  font-size: 14px;
  box-shadow: 0px 1px 4px #EEE;
  color: #777 !important;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  padding: 15px 20px;
  margin-top: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  text-indent: 0;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  text-indent: 0;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
}


.funkyradio-success input[type="radio"]:checked ~ label,
.funkyradio-success input[type="checkbox"]:checked ~ label {
  color: #000;
  background-color: #FFF;
  border: 2px solid #28e1a5;
}
