@import url('https://fonts.googleapis.com/css?family=Londrina+Solid:100,300,400,900');
/********** Custom Css **********/
body {
    background:#fff;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    word-wrap: break-word; 
}
section.dealplugin{
    padding: 10px 0px;
    position: relative;
    float: left;
    width: 100%;
}
.dealplugin a {
    text-decoration: none;
    transition: all 0.6s;
}
.dealplugin a:hover, .dealplugin a:focus {
    text-decoration: none;
    outline: none; 
    box-shadow: none !important;
    color: inherit;
}
.dealplugin h1, .dealplugin h2, .dealplugin h3, .dealplugin h4, .dealplugin h5, .dealplugin h6 {
    color: #333333;
    margin: 0 0 12px;
    font-weight: 500;
}
.dealplugin ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.dealplugin ol{
    margin: 0px;
    padding: 0px 0px 0 14px;
}
/************ Product ****************/
.dealplugin hr {
    border-width: 5px;
    width: 120px;
    border-color: #d62b29;
    border-radius: 50px;
}
.dealplugin .product_block {
    border-radius: 3px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.dealplugin .product_block .card-info {
    font-size: 1.35em!important;
    color: #ec7f7e;
}
.dealplugin .product_block  .product_image.sealed::before {
    content: 'Sealed';
    position: absolute;
    right: -60px;
    background: #b52423;
    color: white;
    padding: 27px 65px 10px;
    font-size: 16px;
    font-weight: 400;
    transform: rotate(30deg);
    top: -12px;
}
.dealplugin .product_block .card-info span {
    color: #d62b29;
}
.dealplugin .product_block .card-info del {
    text-decoration: line-through;
}

/************ Data Table ****************/
.dealplugin table.dataTable thead th, .dealplugin table.dataTable thead td {
    padding: 10px 8px;
    border-bottom: 1px solid #a09d9d;
    color: #d62b29;
    text-align:left;
}

.mauto {
    margin:auto;
}

.dealplugin .dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border-width: 1px;
}
.dealplugin .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dealplugin .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    color: #fff !important;
    border: 1px solid #d62b29;
    background-color: #d62b29 !important;
    background: transparent;
}
.dealplugin table.dataTable.no-footer {
    border-bottom: 1px solid #a09d9d;
}
/************ Deal Single ****************/
.dealplugin .dealbtn .btndeal {
    background-color: #d62b29;
    color: #fff;
    padding: 10px;
    display: block;
    max-width: 120px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
}
.dealplugin .dealbtn .btndeal:hover{
    background-color: #cd1513;
    color: #fff !important;
}
/********** Media Query **********/
@media (min-width: 1200px){
    .dealplugin .container{
        max-width: 1170px;
    }
}
@media (max-width: 767px){
    
}

button.btn.btn-primary.dropdown-toggle {
    width: 100%;
    padding: 25px;
    font-size: 40px;
    background: #bd2624 !important;
}

ul.dropdown-menu {
    padding-top: 0;
    margin-top: -2px;
    width:100% !important;
}



.deal_image img {
    width: 100%;
    border: 1px solid #ccc !important;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #bf2625;
}

.deal_image,.dealbtn { max-width:300px; margin:auto; }
.dealbtn * { width:100% !important; display:block; max-width:100% !important; }