body::-webkit-scrollbar {
    width: 0.5em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

html {
    width:100%;
}
body {
    width:100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
  }

  .main-content {
    max-width: 1366px;
    margin: auto;
    overflow-x: hidden;
  }

  .navbar-blue {
      background: #2b617d !important;
  }
  .navBar li:eq(1) {
    background: #feb81c !important;
    color:#2b617d;
  }
  .navbar-blue a {
    color: white;
  }
  .navbar-blue a.active {
    color: #feb81c;
  }

  .headerBar {
      padding: 1%;
  }

  .headerBar img {
      width: 80%;
  }

  .headerBar .searchBar {
      border: 1px solid #2b617d;
  }

  .searchBarDiv .input-group-text {
    background:#2b617d;
    border: 1px solid #2b617d;
    color:#feb81c
  }

  .searchBarDiv {
      margin-top: auto;
  }

  .yellowColor {
      color : #feb81c
  }
  .blueColor {
    color: #2b617d !important;
  }
  .greyColor {
    color: #999 !important;
  }
  .location .pin {
    color: #2b617d;
    font-weight: bold;
  }

  .navBar-category {
      background: #feb81c;
  }
  .navBar-category a {
    color: #2b617d !important;
}
.location .area, .location .city {
    color: #999;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.bestSelling {
    padding: 1%;
}
.navBar1 {
    position: absolute;
    right: 0px;
}
.navBar a:hover, .navBar1 a:hover {
    color:#feb81c;
}
.footer {
    background: #2b617d;
    height: 350px;
    width: 100%;
}
.footer .ullist {
    list-style: none;
    line-height: 40px;
    color: white;
}
.modalCloseBtn {
    position: absolute;
    right: -3%;
    bottom: 97%;
    height: 30px;
    width: 30px;
    background: #feb81c;
    border-radius: 50%;
    padding: 4px 0px 0px 11px;
    font-weight: 500;
    color: white;
    font-size: 14px;
    cursor:pointer;
    z-index:9999;
}
.loginPanel-blue {
    height: 400px;
    width: 100%;
    background: #2b617d;
    position: relative;
    left: 2px;
    bottom: 16px;
}
.imgLogin {
    width: 8%;
    position: absolute;
    right: 0;
    bottom: 20%;
}
#signupModal .md-form {
  margin-bottom: 1rem;
  margin-top: 0px;
}
#signupSuccessModal .confirmImage {
  width: 20%;
  height: 22%;
  margin:auto;
}
.paymentDiv .nav-pills {
  background: #f2f2f2;
}
.paymentDiv .nav-pills a {
  color:#2b617d;
}
.paymentDiv .nav-pills a.active {
  background-color: #fff;
  color:#feb81c;
  border-left:8px solid #feb81c;
}
.productFilterTabs li a {
    color:#2b617d !important;
    font-size: 14px;
}
.productFilterTabs li.active a {
    color:#feb81c !important;
    border-bottom: 2px solid #feb81c;
}
.productFilterTabs li {
    width: auto;
}
.productRow .productNew {
    padding: 4px 8px 5px 7px;
    font-size: 13px;
    width: 43px;
    height: 28px;
    background-color: #fd1fad;
    border:1px solid #fd1fad;
    color:#fff;
}
.productRow .productBestSeller {
    padding: 6px 8px 5px 13px;
    font-size: 11px;
    width: 90px;
    height: 28px;
    background-color: #00AE59 ;
    border: 1px solid #00AE59 ;
    color: #fff;
}
.imgCap {
    border:1px solid #d9d9d9;
    margin-bottom: 16px;
    cursor:pointer;
}
.thumbnailViewCap {
    border:1px solid #d9d9d9;
    position: relative;
    height: 565px;
    bottom: 4.1%;
    cursor:zoom-in;
}
.imgCap:hover {
    border:1px solid #feb81c;
}
.imgCap.active{
    border:1px solid #feb81c;
}
.zIndex {
    z-index:9998;
}
.deliveryCheckMarker {
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #2b617d;
    border-radius:0;
}
.deliveryCheckMarker2 {
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #2b617d;
    border-radius:0;
    cursor:pointer;
}
#checkCodeInput:focus {
    outline:none !important;
}
.carousel-item .thumb-wrapper {
    cursor:pointer;
}
.modal-backdrop {
    z-index:9999;
}
.modal {
    z-index:99999;
}


/*Media Query*/


@media only screen and (max-width: 768px) {
    .col-sm-1 {
        width: 8.333333333333333% !important;
    }
    .col-sm-2 {
        width: 16.66666666666667% !important;
    }
    .col-sm-3 {
        width: 25% !important;
    }
    .col-sm-4 {
        width: 33.33333333333333% !important;
    }
    .col-sm-5 {
        width: 41.66666666666667% !important;
    }
    .col-sm-6 {
        width: 50% !important;
    }
    .col-sm-7 {
        width: 58.33333333333333% !important;
    }
    .col-sm-8 {
        width: 66.66666666666667% !important;
    }
    .col-sm-9 {
        width: 75% !important;
    }
    .col-sm-10 {
        width: 83.33333333333333% !important;
    }
    .col-sm-11 {
        width: 91.66666666666667% !important;
    }
    .col-sm-12 {
        width: 100% !important;
    }
/*    Header*/
    .headerBar img {
        width: 116%;
        margin-top:9%;
    }
    .headerBar .col-sm-2:nth-child(1) {
        padding-top: 3%;
        padding-right: 0%;
    }
    .searchBarDiv .searchBar {
        font-size: 9px;
        width: 75%;
        height: 30px;
        margin-top: 11%;
    }
    .searchBarDiv .input-group-append {
        width: 25%;
        margin-top: 11%;
    }
    #userTab a {
        font-size: 12px !important;
    }

    #userTab .fa-user {
        font-size: 12px;
    }
    .searchBarDiv {
        /*margin-top: 3%;*/
    }
    #userTab, #userTab_loggedIn {
        padding-right: 0%;
    }
    .headerBar .constant_oilkart_phone {
        white-space: nowrap;
    }
    .modal .modal-content {
        width: 90% !important;
        margin-left: 3% !important;
    }
    #signupModal .modal-body .row .col-md-7 {
        background: #fff;
        margin-top: -16px;
    }
    .navbar .categoryDropDown {
        font-size: 10px;
    }
    .wholeSaleDiv .imgCap img{
            width: 99%;
            height: 103px;
    }
    .wholeSaleDiv .thumbnailViewCap {
        height: 349px;
        width: 98% !important;
        bottom: 7%;
    }
    #imgCap_active {
        width: 97%;
        height: 251px;
    }
    .wholeSaleDiv .fa-heart{
        margin-right: 43px;   
    }
    .wholeSaleDiv .descriptionDiv {
        padding: 0% 0% 0% 8% !important;
    }
    .wholeSaleDiv #productName {
        position: relative;
        right: 6px;
    }
    .wholeSaleDiv .deliveryDiv {
        width:86% !important;
    }
    .wholeSaleDiv .descHead{
        padding:2% 0% 0% 7% !important;
    }
    .wholeSaleDiv .descDiv  {
        padding:0% 3% 0% 7% !important;
    }
    .thumbnailDiv {
        padding-left: 7%;
    }
    
    .footer {
        height: 538px;
    }
    .rightsHeading {
        font-size:0.8rem !important ;
    }
    .footer .footerSpanPadding {
        padding: 6% 4% 0% 5% !important;
    }
    .footer .footerSpanPadding1 {
        padding: 3% 4% 0% 9% !important;
    }
    .footer .socialMediaLinks, .footer .quickLinks {
        padding-left:0px !important;
    }
    .footer .quickLinks + .ullist {
        padding-left:0px !important;
    }
    .footer .socialMediaLinks + .ullist {
        padding-left:0px !important;
    }
    .footer .footerSpanPadding .col-sm-6:last-child{
        padding-left:0px;
    }
    .orderConfirmDiv .btn-primary {
        width:auto;
    }
    .wholeSaleDiv .sendBtn {
        width:50% !important;
    }
    .paddingRowDiv {
        padding: 0% 50% 0% 6% !important;
    }
    .webNavbar {
        display:none !important;
    }
    .mobileNavbar {
        display: block !important;
    }
    .confirmationTab .continueBtn {
        width:35% !important;
    }
    #addAddressModal .btn-primary {
        width:60% !important;
    }
    .placeOrderBtn {
        margin-top: 4% !important;
    }
    .footer .footerOilkartName {
        font-size:15px !important;
    }
    .footer .constant_oilkart_address {
        font-size:12px !important;
    }
    .footer .quickLinks + .ullist {
        line-height: 30px;
        font-size: 13px;
    }
    .searchBarDiv .mb-3 {
        margin-left: 9%;
    }
    .subDropDown {
        overflow-y: scroll !important;
        height: 224px !important;
    }
    .cartItemChangeDiv {
        font-size: 13px;
    }
    .cartItemChangeDiv1 {
        font-size: 16px;
    }
    body.modal-open > .wrap {
  overflow: hidden;
  height: 100%;
}

.modal-content, 
.modal-dialog, 
.modal-body { 
  height: inherit; 
  min-height: 100%; 
}

.modal { 
  min-height: 100%; 
}
    .breadcrumpDiv {
        padding: 2% 4% 2% 5% !important;
    }
    .mainBanner {
            background-size: 100% 100% !important;
    }
    .bannerImage {
        width:100%;
    }
    .productRow .productBestSeller {
        font-size:6px;
        padding:4px;
    }
    .productcarousel .thumb-content h6 {
        font-size:13px;
    }
    .productcarousel .thumb-content p:eq(0) {
        font-size:10px;
    }
    .productcarousel .thumb-wrapper .productRow .col-md-2 {
        padding-right: initial !important;
        position: relative !important;
        left: 31% !important;
        top: 3px !important;
    }
    .productcarousel .thumb-wrapper .img-box {
        margin-top: 9% !important;
    }
    .searchBarDiv ~ .col-md-5 .row:nth-child(1) {
        display: none;
    }
    #userTab {
    padding-right: 0px !important;
    position: absolute;
    right: 14%;
    top: 29%;
    }
    .bannerSlider {
        height:144px !important;
    }
    .subDropDown ul {
        list-style-type: none;
        padding-left: 0px;
    }
    .subDropDown ul li {
        padding: 5%;   
    }
}
