/* Material UI Styles Theme
Section
0.Font
1.Alerts
2.Button(Primary,Danger)
3.Menu-dropdown
4.Bridscrumb
5.Input cotrol(input text,radio button,checkbox,select option
6.Slick Slider-module.releted product,search pape,additional image
7.Offer Strip
8.Cards(Module Card,Accordian Card,Login,ragister,Account Section[budge,counter,Wishlist,Address,Faq,Conatct
9.Accordation(Category page,Mobile Footer)
10.Pagination(Blog,Category)
11.Model ui
12.Budges(Header)
13.Avatars circle(Testimonial,Profile)
14.Table UI(Accordian)
15.Icons(pending)
16.social Media(Product info/footer/header)

 */
/* 1.-----------------body------------- */
body {
    background-color: #faf9f9;
}
#header-middle-content,footer {
    background-color: #fff ! important;
}
/* 1.-----------------dropdown------------- */
.dropdown-menu,
.btn,
.card,
.breadcrumb,
.alert,
.list-group-item,
.component-wishlist-link, .component-cart-link,
.slick-arrow.slick-prev, .slick-arrow.slick-next {
      border-radius: 0 ! important;
}
/* 1.-----------------form-control------------- */
.form-control:focus:not([type="button"]) {
    width: 98%;
    opacity: 1;
}
.form-control:not([type="button"]) {
    border-radius: 0;
}

/* 1.-----------------slick------------- */
.slick-prev::before {
  content: '←';
}
.slick-next::before {
      content: '→';
}

/* 1.-----------------redux-modal------------- */
.react-redux-modal .rrm-holder .scroll .rrm-content {
    box-shadow: none;
}
.react-redux-modal .rrm-holder .scroll .rrm-content {
    border-radius: 0 !important;
}
.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions button {
    border: 0;
    border-radius: 0;
}

/* FAQ */
.page-faq-container .card-header   {
    background: linear-gradient(90deg, #f5f5f5 5%,#e2e2e2 80%);
    border-radius: 0;
}
/* 1.-----------------table------------- */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafafa;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0.063rem solid #fafafa;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 0.125rem solid #eceeef;
}
.table-bordered, .table>thead>tr>th {
    border-color: rgba(120,130,140,.045);
}

/* 1.-----------------card------------- */
.card {
    border-radius: 2px;
    border-top: 4px solid #1369f8;
    box-shadow: 0 2px 1px rgba(0,0,0,0.05);
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.card .card-header {
    background-color: transparent;
    padding: 15px 20px;
}
/* extra */
footer {
    background-color: #fff!important;
}
