/* custom */

.ui-widget.ui-widget-content{
    padding: 5px;
}
li.ui-autocomplete-category{
    font-weight: 600;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mw-80{
    max-width: 80%;
}

.p-20 {
    padding: 20px;
}

.mt-15 {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-15 {
    margin-bottom: 15px;
}

.pb-2 {
    padding-bottom: .5rem;
}

.border-b {
    border: 0 solid #e5e7eb;
    border-bottom-width: 1px;
}

.text-gray-600 {
    color: #4b5563;
}

.italic {
    font-style: italic;
}

.bg-gray-50{
    background-color: #F9FAFB;
}

.bg-blue-50 {
    background-color: rgb(239 246 255);
}

.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-red-900 {
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity));
}

.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity));
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-green-900 {
    --tw-text-opacity: 1;
    color: rgb(20 83 45 / var(--tw-text-opacity));
}

.rounded-lg{
    border-radius: 8px;
}

.grid{display:grid}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-4 {
    gap: 1rem;
}

.text-blue-600 {
    color: rgb(37 99 235);
    cursor: pointer;
}

.list-disc {
    list-style-type: disc;
}
.list-inside {
    list-style-position: inside;
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem* calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem* var(--tw-space-y-reverse));
}

.border-t {
    border-top: 1px solid #e5e7eb;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.panel-group:not(:first-child){
    margin-top: 15px;
}

h3.panel-title{
    margin: 0;
    font-size: 16px;
}
h3.panel-title a{ 
    width: 100%;
    display: block;
    padding: 20px;
}

.border-l-4 {
    border: 0 solid #e5e7eb;
    border-left-width: 4px;
}

.border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgb(233 213 255 / var(--tw-border-opacity));
}
.border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 215 170 / var(--tw-border-opacity));
}
.border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.main-navigation {
    width: 100%;
}

.tooltip {
    opacity: 1;
}

.ui-autocomplete {
    z-index: 9999;
}

.imghelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.resultkeyword {
    color: #ff5b5c;
}

.sidebarSelectedItem {
    color: #ff5a5d !important;
    font-weight: bold !important;
}

.alphafilter {
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    width: 3%;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 13px;
    background: #fff;
    margin-right: 2px;
    color: #336699;
}

a.alphafilter.current {
    background-color: #ff5a5d !important;
    color: #fff !important;
    font-weight: bold;
}

a.alphafilter:hover {
    border: 1px solid #5bbc2e;
}

.container_text {
    background: #fff;
    padding: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 25% 0px;
}

.container_text h2 {
    /*width: auto;
    top: 45px;
    vertical-align: middle;
    height: 60px;
    position: relative;
    display: inline-block;*/
    display: block;
    padding: 5px;
    margin: auto;
    text-transform: capitalize;
}

.container_text .ver_mas {
    background-color: #ff5a5d !important;
    color: #fff;
    position: absolute;
    display: inline;
    width: 100%;
    height: 40px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transform: translate(0px, 70px);
    -webkit-transform: translate(0px, 70px);
    -moz-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 0;
    text-align: left !important;
}

.container_text .ver_mas span {
    font-size: 16px;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.container_foto {
    background: #fff;
    padding: 0;
    overflow: hidden;
    /* max-width: 200px; */
    /* max-height: 200px; */
    width: 100%;
    padding-top: 100%;
    display: inline-block;
    position: relative;
}

.container_foto img {
    /*width: auto;
    top: 45px;
    vertical-align: middle;
    height: 60px;
    position: relative;
    display: inline-block;*/
    display: block;
    padding: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ver_mas {
    background-color: #ff5a5d !important;
    color: #fff;
    position: absolute;
    display: inline;
    width: 100%;
    height: 40px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transform: translate(0px, 70px);
    -webkit-transform: translate(0px, 70px);
    -moz-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 0;
}

.ver_mas span {
    font-size: 16px;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    text-align: center;
}


/*hovers*/

.container_foto:hover .ver_mas {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    opacity: 1;
}

.container_text:hover .ver_mas {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    opacity: 1;
}

.stores_wrap {
    clear: both;
    display: block;
    position: relative;
    height: auto;
}

.main-logo {
    height: auto;
    max-width: 100%;
}

#subscribeStatus {
    color: #ffc107;
    font-size: 18px;
}

.lgblue {
    background: #64b3fd !important;
    border-color: #64b3fd !important;
    color: #fff !important;
}



.coupon-card {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
}

.coupon-details-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.coupon-details-container .thumbnail-wrapper {
    width: 15%;
    max-width: 140px;
    left: 0;
    min-height: 140px;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 18px;
    border: 1px dashed #ddd;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #333;
}

.coupon-details-container .thumbnail-wrapper span.off_text {
    font-size: 28px;
    font-weight: 600;
    display: block;
}

.coupon-details-container .thumbnail-wrapper img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

/* .coupon-details-container .thumbnail-wrapper:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
     background-color: hsla(0, 0%, 97.3%, .17); 
    border: 1px dashed #ddd;
    border-radius: 3px;
}

.coupon-details-container .thumbnail-wrapper:after {
    content: " ";
    display: table;
    clear: both;
} */

.coupon-details-container .coupon-content {
    width: 80%;
    /* border: 1px solid; */
    margin-left: 20px;
}

.coupon-details-container .coupon-content .coupon-bottom-info {
    width: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    margin: 15px 0px;
    justify-content: space-between;
}

.coupon-details-container .coupon-content .coupon-bottom-info ul {
    padding-left: 0;
}

.coupon-bottom-info .coupon-out-button a {
    min-width: 220px;
}


@media (max-width: 786px) {

    .mw-80{
        width: 100%;
        max-width: 100%;
    }

    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .site-main {
        margin-top: 80px !important;
    }

    /* .input-group {
        margin-top: 15px !important;
    } */

    .alphafilter {
        width: 8%;
        float: left;
        margin-bottom: 2px;
    }

    .site-header .header-main .top-header .formcontainer {
        margin-top: 15px;
    }

    .ui-autocomplete {
        width: 100% !important;
        left: 0 !important;
    }

    .detailed-shop-product .entry .shop-product-coupon .thumbnail-wrapper {
        height: auto;
        min-height: 75px;
    }

    h3.panel-title a {
        padding: 10px;
    }
    
      .coupon-card {
        /* margin: 15px; */
    }

    .coupon-details-container .thumbnail-wrapper {
        width: 100%;
        margin: auto;
    }

    .coupon-details-container .thumbnail-wrapper span.off_text {
        font-size: 24px;
    }

    .coupon-details-container .coupon-content {
        width: 100%;
        margin: 0;
    }

    .coupon-details-container .coupon-content .coupon-bottom-info {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .coupon-details-container .coupon-content .coupon-bottom-info .coupon-bottom-info-2 {
        width: 100%;
        margin: 10px 0px;
    }

    .coupon-details-container .coupon-content .coupon-bottom-info .coupon-out-button {
        float: none !important;
    }

    .coupon-bottom-info .coupon-out-button a {
        margin: auto;
        width: 80%;
    }

    .coupon-details-container .thumbnail-wrapper {
        max-width: 135px;
        min-height: 135px;
        height: 135px;
        margin-bottom: 10px;
    }
}

.highlightSearch {
    color: #17a7ff !important;
    font-weight: 600 !important;
}

.btn-reveal .code {
    align-items: center;
    background-color: #edf2ff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23487EFFFF' stroke-dasharray='4, 6' stroke-dashoffset='3' stroke-linecap='square' stroke-width='2' rx='2' ry='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    color: #222;
    display: flex;
    font-family: monospace;
    font-weight: 600;
    height: 40px;
    justify-content: flex-start;
    overflow: hidden;
    padding-left: .5rem;
    position: absolute;
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    left: -25px;
    max-width: 220px;
}



.btn-reveal .cover {
    border: 2px solid transparent;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    background: #64b3fd;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    float: left;
    /* margin-left: 25px; */
    max-width: 220px;
}

.code_feedback {
    margin: 15px 0px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.code_feedback .feedback_icon {
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    line-height: 45px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

.code_feedback .feedback_icon:first-child {
    margin-right: 10px;
}

.btn-reveal .code.revealed {
    text-align: center;
    left: 0;
    width: 100%;
    padding: 0;
    justify-content: center;
    letter-spacing: 2px;
}

h3.dealAlertMsg {
    text-align: center;
    width: 60%;
    margin: auto;
}

.checkbox-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
}

.checkbox-container label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.checkbox-container input {
    width: 20px !important;
    -webkit-appearance: checkbox;
    appearance: checkbox;
    height: 20px;
    margin: 0 !important;
}

.select2-container {
    width: 100% !important;
}

.widget-area .widget_categories ul li label.dealtypelink {
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
}

.widget-area .widget_categories ul li label.dealtypelink span {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}

.widget-area .widget_categories ul li label.dealtypelink input {
    -webkit-appearance: checkbox;
    appearance: checkbox;
    opacity: 1;
    width: 20px;
    height: 20px;
    position: relative;
}

.widget-area .widget_categories h4 {
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 500;
    padding: 16px 20px 12px;
    line-height: 26px;
}

.clearCategory,
.clearStore {
    float: right;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
    color: #64b3fd;
    padding-top: 2px;
}

.pagelink {
    color: #5bbc2e !important;
}

span.dcounter {
    width: auto !important;
    height: auto !important;
    padding-left: 5px !important;
    font-weight: 500 !important;
}

.bottom-content {
    background-color: #f5f5f5;
}

.bottom-card {
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
    padding: 30px 20px;
    box-shadow: 0 1px 2px #d9dadb;
    max-width: 65%;
    margin: auto;
    margin-bottom: 20px;
}

.bottom-card h1 {
    margin-bottom: 20px;
}

.bottom-card h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bottom-card p {
    margin: 10px 0px;
}

.bottom-card a {
    color: #5bbc2e !important;
}

.bottom-card a.vip {
    color: #ff5b5c !important;
    text-decoration: underline;
}

.bottom-card ul {
    list-style: disc;
    padding-left: 20px;
}

.bottom-card .question {
    color: #222;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 0.5rem;
}

.bottom-card .steps {
    margin-left: 1.5rem;
    list-style: decimal;
}

.bottom-card .contact-info {
    /*background: #f3f4f6;*/
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
}

.bg-white {
    background: #fff;
}

.bottom-card.nb {
    border-bottom: none;
    box-shadow: none;
    margin-bottom: 0;
}

.txt-color {
    color: #ff5b5c !important;
}

.store_subhead {
    color: #ff5b5c;
    /* text-decoration: overline; */
}

.searchicon {
    background: url(../storage/images/icons8-search.svg) no-repeat;
    width: 17px;
    height: 26px;
    display: block;
    background-size: cover;
    background-position: center;
}


@media (max-width: 786px) {
    .bottom-card {
        max-width: 100%;
        margin: auto;
    }

    .code_feedback .feedback_icon {
        width: 35px;
        height: 35px;
        line-height: 32px;
        font-size: 20px;
    }

}

/* custom */