.delivery-partners label {
    color : #fff;
}
.main-menu>ul>li>a{
    font-size:12px !important;
}

header .main_nav .custom-search-input{
    height:32px;
}

header .main_nav .custom-search-input input[type='text'] {
    height:32px;
}

header .main_nav .custom-search-input button[type='submit']{
    font-size:14px;
}

.top_tools i{
    font-size: 24px;
}

#carousel-home-2 .owl-carousel .owl-slide{
    height:500px !important;
}

.feature-img{
    width:30px;
    margin-right:20px;
}


.product-area-menu ul{
    text-align: center;
}

.product-area-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 12px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
    color: #222222;
    /* padding: 7px 17px; */
    letter-spacing: 0.18em;
    font-size: 14px;
    margin: 0 35px;
    font-weight: 700;
    text-transform: uppercase;
    /* border-right: 1px solid #ddd; */
}
/* 
.product-area-menu ul li:last-child {
   border-right: none;
} */

footer .payment-partners hr{
    display:none;
}

footer .payment-partners label{
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

footer .payment-partners #payment-gateway-powered-by-logos{
    text-align: left !important;
}

footer .payment-partners #supporting-payment-services{
    padding:0 !important;
}

#payment-delivery-partner-section{
    text-align: left !important;
    padding:0;
}

.main-menu ul>li.super-submenu>a:after{
    font-family: 'FontAwesome';
    font-size: 10px;
    content:"\f054";
    color: #444;
    line-height: 1;
    padding: 0;
    margin: 0 0 0 5px;
    font-weight: normal;
    display: inline-block;
    float : right;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
   
    
}

.out-of-stock{
    display: block !important;
    font-size: 11px;
    background: #ff1e1e;
    color: #fff;
    padding: 5px;
    font-weight: 500;
    letter-spacing: 1px;
}

.ribbon.off {
    background-color: #fdbf03;
}

.ribbon.off:before {
    border-color: #fdbf03 transparent transparent;
}

#top-cart .top-cart-content.hide-cart-popup{
    margin:0 !important;
}

.cart-count-display span{    
    color: #fff !important;
    border: none;
    left: 0;
    top: -10px;
    border: 1px solid #1c1c1c;
    font-size: 10px;
    padding: 3px;
    width: 20px;
    height: 20px;
}

.top-cart-title {
    border-bottom: 1px solid #EEE;
    padding:10px;
}

#top-cart .top-cart-content {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 280px;
    background-color: #FFF;
    box-shadow: 0px 20px 50px 10px rgb(0 0 0 / 5%);
    border: 1px solid #EEE;
    border-top: 2px solid #1ABC9C;
    top: 60px;
    right: -10px;
    left: auto;
    margin: -10000px 0 0;
    -webkit-transition: opacity .5s ease, top .4s ease;
    -o-transition: opacity .5s ease, top .4s ease;
    transition: opacity .5s ease, top .4s ease;
}

#top-cart .top-cart-content {
    width: 350px;
}

#top-cart .top-cart-content.show-cart-popup {
    top: 50px;
}

.top-cart-items {
    padding: 15px;
}

.top-cart-item:first-child{
    margin-top:0 !important;
}

.top-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #F5F5F5;
}

.top-cart-item-image {
    float: left;
    margin-right: 15px;
    width: 48px !important;
    height: 48px !important;
    border: 1px solid #EEE;
    -webkit-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear;
}

.top-cart-item-desc {
    position: relative;
    overflow: hidden;
}

.top-cart-item-image a, .top-cart-item-image img {
    display: block;
    width: 44px !important;
    height: 44px !important;
}

.top-cart-item-desc a {
    text-align: left !important;
    font-size: 13px !important;
    width: auto !important;
    height: auto !important;
    color: #333 !important;
    font-weight: 600;
    line-height: 26px !important;
}

.top-cart-item-desc span.top-cart-item-price {
    display: block;
    line-height: 20px;
    font-size: 12px !important;
    color: #999;
}

.top-cart-item-desc span.top-cart-item-quantity {
    display: block;
    position: absolute;
    font-size: 12px !important;
    right: 0;
    top: 2px;
    color: #444;
}

.top-checkout-price{
    float: right;
    font-weight: bold;
}

.top-cart-action a{
    line-height: initial !important;
    height: initial !important;
}

.top-cart{
    padding-right:15px;
}


.search-style-2 form input{
    height:32px;
    margin-top:10px;
    font-size:13px;
}

.search-style-2 .dropdown-menu{
    font-size:13px !important;
}

.top_tools .dropdown-access .dropdown-menu{
    /* padding:0 15px 15px 15px !important;     */
    background:#fff !important;
}
.top_tools .dropdown-access .dropdown-menu ul{
    margin-top:0 !important;
}
.top_tools .dropdown-access .dropdown-menu ul li{
    font-size:13px !important;
    line-height:10px !important;
}

.main-menu>ul>li>a:hover {
    /*font-weight: bold;*/
}

.testimonial-item{
    padding:20px;
}

.testimonial {
    border: 1px solid #efefef;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
    border-radius: 0.25rem;
    padding: 25px;
    min-height: 350px;
}

.testi-image, .testi-image a, .testi-image img, .testi-image i {
    display: block;
    width: unset;
    height: unset;
}

.testi-image { 
    float: none;
    margin: -40px auto 0;
    margin-bottom: 20px;
}


.testi-image img {
    width: 150px !important;
    height: 150px !important;
}

.testi-content {
    position: relative;
    overflow: hidden;
}

.testi-content p::before, .testi-content p::after {
    content: '"';
}

#section-testimonials .testi-content p {
    font-size: 13px;
    min-height: 80px;
    text-align: center;
    color: #333;
}

.testi-meta::before {
    content: '\2013';
}

.testi-meta {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase
}

.testi-meta span {
    display: block;
    font-weight: normal;
    color: #999;
    font-size: 13px;
    text-transform: none;
    padding-left: 10px;
}

#section-testimonials .testimonial-name {
    font-weight: bold;
    font-size: 14px;
}

.testi-modal-wrapper{
    background: #33333385;
}

.testi-modal-wrapper .modal-dialog{
    border: 1px solid #efefef;
}

.testi-modal-wrapper .modal-dialog .modal-header{
    padding: 0;
    border-bottom: 0;
}

.testi-modal-wrapper .modal-dialog .modal-body{
    padding:0;
}

.testi-modal-wrapper .modal-dialog .modal-body img{
    width:50%;
}

.testi-modal-wrapper .modal-dialog .modal-body p{
    text-align: center;
    font-size: 14px;
}

.testi-modal-wrapper .modal-dialog .modal-footer{
   border:0 !important;
}

.testimonial-modal h3 .testimonial-name {
    font-size: 18px;
}

.testimonial-modal h3 .testimonial-designation {
    font-size: 12px;
    color: #aaa !important;
}

.center{
    text-align: center !important;
}

.btn-circle {
    border-radius: 17px;
}


#section-testimonials .owl-carousel .owl-dots {
    text-align: center;
}

#section-testimonials .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 30px 4px 0 4px;
    opacity: 0.5;
    border-radius: 50%;
    background-color: #1ABC9C;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#section-testimonials .owl-carousel .owl-dots .owl-dot.active{
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .top-cart {
        margin-top: 5px !important;
            margin-left: 5px !important;
            width: 15px;
            height: 15px;
        }
  }


  /* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }