/*------------------------------------------------------------------
[Master Stylesheet]

Project Name: CouponZ Html Template
Version: 1.0.0
Author: Codeboxr
Website: http://codeboxr.com
Last Update: 17.12.2017
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents ]

 Body
    1.  Typography
    2.  Header              .cbx-header
    3.  Footer              .cbx-footer
    4.  Sidebar             .cbx-sidebar
    5.  Blog                .single-blog-item
    6.  Top Stores          .top-stores-wrapper
    7.  Call To Action      .call-to-action-wrapper
    8.  Deal                .new-deal-wrapper
    9.  Coupon              .new-coupon-wrapper
    10.  Slider             .deal-coupon-slider-wrapper
    11.  Team               .team-wrapper
    12.  How We Works       .how-we-works-wrapper
    13.  Get to Know Us     .get-to-know-us-wrapper
    14.  Contact            .contact-wrapper
    15.  Pricing            .pricing-table-wrapper
    16.  Stores             .trending-stores-wrapper
    17.  Dashboard          .dashboard-wrapper
    18.  Category           .category-wrapper
    19.  Responsive

-------------------------------------------------------------------*/


/* rules for body contents */

.navbar-nav {
    float: none;
    margin: auto;
    display: table;
}

.mt-55 {
    margin-top: 55px;
}

.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
    line-height: 35px!important;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 24px;
    background-color: #5677fc11;
    color: #3a3b3c;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Ubuntu', sans-serif;
}

h1,
.h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 100;
}

h1 a,
.h1 a {
    font-size: inherit;
    font-weight: inherit;
}

h2,
.h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 100;
}

h2 a,
.h2 a {
    font-size: inherit;
    font-weight: inherit;
}

h3,
.h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 100;
}

h3 a,
.h3 a {
    font-size: inherit;
    font-weight: inherit;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 100;
}

h4 a,
.h4 a {
    font-size: inherit;
    font-weight: inherit;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 100;
}

h5 a,
.h5 a {
    font-size: inherit;
    font-weight: inherit;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 100;
}

h6 a,
.h6 a {
    font-size: inherit;
    font-weight: inherit;
}

p,
ul,
ol {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #3a3b3c;
}

p {
    margin-bottom: 10px;
}

a,
a:hover,
a:focus {
    color: #225777;
}

a:hover,
a:hover:hover,
a:focus:hover {
    text-decoration: none;
}

.coupon-content img {
    margin: 0 40% !important;
    width: 20% !important;
}

.coupon-content-bottom {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

.coupon-content-bottom>* {
    margin: 4px 0 !important;
}

.coupon-item .coupon-content .coupon-content-bottom a {
    padding: 5px 30px !important;
}

.coupon-item .coupon-content p {
    margin-bottom: 10px;
    text-align: left;
}

.img-left {
    padding: 15px 15px 15px 0;
    float: left;
}

.img-right {
    padding: 15px 0 15px 15px;
    float: right;
}

.img-center {
    display: block;
    padding: 15px 0;
    margin: 0 auto;
}

.btn-light {
    background-color: #9aadfd;
    color: #ffffff;
    border-color: #9aadfd;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-light:hover {
    color: #9aadfd;
    background-color: #ffffff;
}

.btn-brand {
    background-color: #5677fc;
    color: #ffffff;
    border-color: #5677fc;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-brand:hover {
    color: #5677fc;
    background-color: #ffffff;
}

.btn-dark {
    background-color: #0b3bfb;
    color: #ffffff;
    border-color: #0b3bfb;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-dark:hover {
    color: #0b3bfb;
    background-color: #ffffff;
}

.table>thead>tr>th {
    font-weight: bold;
    border-bottom: 0px solid;
}

.table>tbody>tr,
.table>tfoot>tr,
.table>thead>tr {
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.06);
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Cabin', sans-serif;
}

.table>tbody>tr>td:nth-child(2n),
.table>tbody>tr>th:nth-child(2n),
.table>tfoot>tr>td:nth-child(2n),
.table>tfoot>tr>th:nth-child(2n),
.table>thead>tr>td:nth-child(2n),
.table>thead>tr>th:nth-child(2n) {
    background-color: rgba(86, 119, 252, 0.05);
}

.rating i {
    color: #5677fc;
}

.stars {
    display: none;
}

.table-select {
    height: 25px;
    width: 70px;
    padding: 2px;
    font-size: 13px;
    border-color: transparent;
    color: #5677fc;
    background-color: rgba(86, 119, 252, 0.05);
    box-shadow: none;
}

.table-select:focus {
    border-color: transparent;
    box-shadow: none;
}

#main {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-heading {
    font-family: 'Ubuntu', sans-serif;
    color: #3a3b3c;
    position: relative;
    font-weight: 100;
    margin-bottom: 50px;
    z-index: 2;
    margin-top: 0px;
}

.section-heading:before {
    content: ' ';
    position: absolute;
    width: 100px;
    height: 50px;
    top: 50%;
    left: 0;
    transform: translate(-50%, -45%);
    z-index: -1;
}

.no-top-margin {
    margin-top: 0px;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #5677fc;
    border-color: #5677fc;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}

a.modalAnchor {
    cursor: pointer;
}

.cbx-header {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
    position: relative;
    background-color: #fff;
}

#sticky-header.cbx-header.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
}

#deal-coupon-slider-wrapper.stickycontent {
    padding-top: 120px!important;
}

.cbx-header .cbx-header-top {
    /* border-top: 1px dashed #dddddd; */
    /* border-bottom: 1px dashed #dddddd; */
}

.cbx-header .cbx-header-top .cbx-brand {
    padding: 15px 0px;
    width: 120%;
}

.cbx-header .cbx-header-top .cbx-header-top-search-btn {
    padding: 15px 20px;
    display: block;
    overflow: hidden;
}

.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search {
    float: right;
    margin-left: 20px;
}

.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search .navbar-form {
    margin: 0px;
    padding: 0px;
}

.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search .navbar-form .input-group {
    width: 200px;
}

.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search .navbar-form .input-group .form-control {
    min-height: 41px;
    position: relative;
    width: 100%;
    padding: 0px 10px;
    border-color: #5677fc;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Ubuntu', sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search .navbar-form .input-group .form-control:focus {
    box-shadow: none;
}

.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search .navbar-form .input-group .input-group-btn .btn {
    padding: 10px 15px 5px 15px;
    background-color: #5677fc;
    border-color: #5677fc;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-coupon-submit-btn {
    float: right;
}

.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-coupon-submit-btn a {
    background-color: #f9b320;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Ubuntu', sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 35px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid;
    border-color: #f9b320;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-coupon-submit-btn a:hover {
    color: #f9b320;
    background-color: #ffffff;
}

.cbx-header .cbx-header-bottom .navbar {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
}

.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li a {
    color: #3a3b3c;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 27px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 30px 35px 30px 0px;
}

.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li a:hover {
    background-color: transparent;
    color: #5677fc;
}

.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li ul.dropdown-menu {
    border: none;
    left: -15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li ul.dropdown-menu li a {
    color: #3a3b3c;
    font-weight: normal;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 25px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li ul.dropdown-menu li a:hover {
    background-color: transparent;
    color: #5677fc;
    padding-left: 30px;
}

.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav .open a,
.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav .active a {
    background-color: transparent;
    color: #5677fc;
}

.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav.navbar-right li {
    margin: 20px 0px;
}

.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav.navbar-right li a {
    padding: 10px 30px;
    background-color: #5677fc;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid;
    border-color: #5677fc;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav.navbar-right li a:hover {
    background-color: #ffffff;
    color: #5677fc;
}

.cbx-header #showSearchBar {
    padding: 9px 15px;
}

.cbx-header #showSearchBar:focus {
    background-color: #5677fc;
    border-color: #5677fc;
    color: #ffffff;
}

.cbx-header #searchBar {
    border-bottom: 1px dashed #dddddd;
}

.cbx-header #searchBar .searchbar-wrapper .navbar-form {
    margin: 0px;
    padding: 0px;
}

.cbx-header #searchBar .searchbar-wrapper .navbar-form .input-group {
    width: 100%;
}

.cbx-header #searchBar .searchbar-wrapper .navbar-form .input-group .form-control {
    width: 100%;
    border: 0px solid;
    box-shadow: none;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    height: 60px;
}

.cbx-header #searchBar .searchbar-wrapper .navbar-form .input-group .input-group-btn {
    display: none;
}

.cbx-footer .cbx-footer-top {
    background-color: #161f35;
    padding: 50px 0px 50px 0px;
}

.widget-newsletter img {
    margin: 12px auto;
    width: 115px;
}

.cbx-footer .cbx-footer-top .widget .widget-newsletter-area {
    background-color: #394053;
    padding: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .navbar-form {
    padding: 0px;
    margin-top: 0px;
}

.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .navbar-form .input-group {
    width: 100%;
}

.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .navbar-form .input-group .form-control {
    width: 100%;
    border-color: transparent;
    font-size: 14px;
    line-height: 21px;
    padding: 0px 10px;
    border: 0px solid;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 43px;
}

.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .navbar-form .input-group .form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .navbar-form .input-group .input-group-btn .btn {
    background-color: #f9b320;
    border-color: #f9b320;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    color: #ffffff;
    padding: 10px 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.cbx-footer .cbx-footer-top .widget .widget-newsletter-area h5 {
    color: #f9b320;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .payment-gateways li {
    display: inline-block;
    padding-right: 5px;
}

.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .payment-gateways li a {
    display: block;
    padding-left: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .payment-gateways li a:hover {
    margin-left: 0px;
    transform: scale(0.9);
}

.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .payment-gateways li a:before {
    content: '';
}

.cbx-footer .cbx-footer-top .widget .widget-social {
    padding-top: 15px;
}

.cbx-footer .cbx-footer-top .widget .widget-social ul li {
    display: inline-block;
    padding-bottom: 0px;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    background-color: #394053;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.cbx-footer .cbx-footer-top .widget .widget-social ul li:hover {
    background-color: #5677fc;
}

.cbx-footer .cbx-footer-top .widget .widget-social ul li a {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
    display: block;
    overflow: hidden;
    padding-top: 5px;
}

.cbx-footer .cbx-footer-top .widget .widget-social ul li a:hover {
    margin-left: 0px;
}

.cbx-footer .cbx-footer-top .widget .widget-social ul li a:before {
    content: '';
}

.cbx-footer .cbx-footer-top .widget .widget-brand {
    margin-bottom: 20px;
}

.cbx-footer .cbx-footer-top .widget .widget-brand a img {
    width: 180px;
}

.cbx-footer .cbx-footer-top .widget p {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.cbx-footer .cbx-footer-top .widget h2 {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
    margin: 0;
    padding-bottom: 30px;
}

.cbx-footer .cbx-footer-top .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cbx-footer .cbx-footer-top .widget ul li {
    padding-bottom: 12px;
}

.cbx-footer .cbx-footer-top .widget ul li a {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    padding-left: 15px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.cbx-footer .cbx-footer-top .widget ul li a:hover {
    margin-left: 5px;
}

.cbx-footer .cbx-footer-top .widget ul li a:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 21px;
    position: absolute;
    top: -1px;
    left: 0;
}

.cbx-footer .cbx-footer-bottom {
    background-color: #5677fc;
}

.cbx-footer .cbx-footer-bottom .copyright {
    padding: 20px 0px;
}

.cbx-footer .cbx-footer-bottom .copyright p {
    margin: 0;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
}

.cbx-footer .cbx-footer-bottom .copyright p a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.cbx-footer .cbx-footer-bottom .copyright p i {
    color: #fe5656;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 7px 10px 10px 10px;
    text-align: center;
    background-color: #ffffff;
    font-weight: bold;
    color: #5677fc;
    text-decoration: none;
    position: fixed;
    right: 40px;
    display: none;
    bottom: 40px;
    border: 1px solid;
    border-color: #5677fc;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 999;
}

.scrollToTop:hover {
    background-color: #5677fc;
    color: #ffffff;
}

aside .cbx-sidebar .widget {
    margin-bottom: 50px;
}

aside .cbx-sidebar .widget h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    margin-bottom: 25px;
}

aside .cbx-sidebar .widget .widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

aside .cbx-sidebar .widget .widget-content ul.list-unstyled li a {
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
    color: #3a3b3c;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

aside .cbx-sidebar .widget .widget-content ul.list-unstyled li a:before {
    font-family: FontAwesome;
    content: '\f105';
    color: inherit;
    padding-right: 10px;
    font-weight: normal;
}

aside .cbx-sidebar .widget .widget-content ul.list-unstyled li a:hover {
    color: #5677fc;
    margin-left: 5px;
}

aside .cbx-sidebar .widget .widget-content.widget-content-tags ul li {
    display: inline-block;
    margin-right: 5px;
}

aside .cbx-sidebar .widget .widget-content.widget-content-tags ul li a {
    border: 1px solid;
    border-color: #3a3b3c;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

aside .cbx-sidebar .widget .widget-content.widget-content-tags ul li a:before {
    display: none;
}

aside .cbx-sidebar .widget .widget-content.widget-content-tags ul li a:hover {
    color: #ffffff;
    background-color: #5677fc;
    margin-left: 0px;
    border-color: #5677fc;
}

aside .cbx-sidebar .widget .search-form {
    position: relative;
}

aside .cbx-sidebar .widget .search-form .form-control {
    background-color: #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid transparent;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    outline: none;
    line-height: 1;
    height: 46px;
}

aside .cbx-sidebar .widget .search-form .form-control:focus {
    background-color: rgba(221, 221, 221, 0.5);
}

aside .cbx-sidebar .widget .search-form button {
    position: absolute;
    top: 10px;
    right: 16px;
    border: none;
    background: none;
    padding: 0;
    color: inherit;
}

aside .cbx-sidebar .cbx-blog-list li {
    border-bottom: 0px solid;
    margin-bottom: 20px;
    background: transparent;
    overflow: hidden;
}

aside .cbx-sidebar .cbx-blog-list li .img-area {
    float: left;
}

aside .cbx-sidebar .cbx-blog-list li .img-area {
    width: 40%;
    position: relative;
    padding-right: 15px;
}

aside .cbx-sidebar .cbx-blog-list li .img-area a:hover img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

aside .cbx-sidebar .cbx-blog-list li .img-area a img {
    -webkit-transition: filter 0.3s ease-in-out;
    -moz-transition: filter 0.3s ease-in-out;
    -o-transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
}

aside .cbx-sidebar .cbx-blog-list li .content-area {
    padding-left: 10px;
}

aside .cbx-sidebar .cbx-blog-list li .content-area .title {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    font-weight: normal;
    margin-bottom: 5px;
}

aside .cbx-sidebar .cbx-blog-list li .content-area .title a {
    text-decoration: none;
    color: #3a3b3c;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

aside .cbx-sidebar .cbx-blog-list li .content-area .title a:hover {
    color: #5677fc;
}

aside .cbx-sidebar .cbx-blog-list li .content-area a {
    color: #3a3b3c;
    text-decoration: none;
}

.single-blog-item {
    margin-bottom: 30px;
}

.single-blog-item .blog-thumb a:hover img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.single-blog-item .blog-thumb a img {
    -webkit-transition: filter 0.3s ease-in-out;
    -moz-transition: filter 0.3s ease-in-out;
    -o-transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.single-blog-item .blog-content {
    margin-bottom: 20px;
}

.single-blog-item .blog-content h4 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
}

.single-blog-item .blog-content h4 a {
    color: #3a3b3c;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.single-blog-item .blog-content h4 a:hover {
    color: #5677fc;
}

.single-blog-item .blog-content p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
    color: #3a3b3c;
    font-family: 'Cabin', sans-serif;
    text-align: justify;
    text-justify: inter-word;
}

.single-blog-item .blog-content .blog-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.single-blog-item .blog-content .blog-tags ul li {
    padding-right: 10px;
    float: left;
}

.single-blog-item .blog-content .blog-tags ul li a {
    color: #3a3b3c;
    text-decoration: none;
}

.single-blog-item .blog-content .blog-tags ul li a i {
    padding-right: 8px;
}

.pagination-wrapper {
    display: table;
    margin: 0 auto;
}

.pagination-wrapper ul {
    list-style: none;
}

.pagination-wrapper ul .active a {
    background-color: #5677fc;
    color: #ffffff;
}

.pagination-wrapper ul li {
    display: inline-block;
    margin-bottom: 5px;
}

.pagination-wrapper ul li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #5677fc;
    font-family: 'Ubuntu', sans-serif;
    margin: 0 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pagination-wrapper ul li a:hover {
    background-color: #5677fc;
    color: #ffffff;
}

.pagination-wrapper ul li a i {
    margin: 0 5px;
}

.pagination-single-wrapper {
    margin: 20px 0px;
}

.pagination-single-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination-single-wrapper ul li {
    display: inline;
}

.pagination-single-wrapper ul li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #5677fc;
    font-family: 'Ubuntu', sans-serif;
    margin: 0 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 6px 12px;
    border: 1px solid;
    border-color: #dddddd;
}

.pagination-single-wrapper ul li a:hover {
    border-color: #5677fc;
    background-color: #5677fc;
    color: #ffffff;
}

.pagination-single-wrapper ul li a i {
    margin: 0 5px;
}

.pagination-single-wrapper ul li:last-child {
    float: right;
}

.post-comment-form-group {
    margin-bottom: 30px;
}

.post-comment-form-group .checkbox {
    margin-bottom: 25px;
    margin-top: -5px;
}

.post-comment-form-group .checkbox label:before {
    top: 5px;
}

.post-comment-form-group .form-control.error {
    margin-bottom: 0px;
}

.post-comment-form-group .error {
    color: red;
    margin-bottom: 10px;
}

.post-comment-form-group textarea.form-control {
    height: 200px;
    padding-top: 15px;
}

.post-comment-form-group .form-control {
    background-color: rgba(86, 119, 252, 0.05);
    font-family: 'Cabin', sans-serif;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px;
    padding: 5px 15px;
    font-weight: bold;
    border-color: #5677fc;
    color: #3a3b3c;
    resize: none;
    height: 40px;
}

.post-comment-form-group .form-control:focus {
    box-shadow: none;
}

.post-comment-form-group .btn-brand {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
}

.post-comment-listing ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-comment-listing ul li {
    display: block;
    overflow: hidden;
}

.post-comment-listing ul li .level-one .comment-thumb a img {
    width: 100%;
    margin: 0 auto;
}

.post-comment-listing ul li .level-two .comment-thumb a img {
    width: 75%;
    margin: 0 auto;
}

.post-comment-listing ul li .level-three .comment-thumb a img {
    width: 50%;
    margin: 0 auto;
}

.post-comment-listing ul li .single-comment {
    display: block;
    overflow: hidden;
    padding: 0px 0px 30px 0px;
}

.post-comment-listing ul li .single-comment .comment-thumb {
    display: block;
    overflow: hidden;
}

.post-comment-listing ul li .single-comment .comment-thumb a {
    margin: 0px 20px 20px 0px;
}

.post-comment-listing ul li .single-comment .comment-thumb .comment-meta a {
    text-decoration: none;
    margin: 0;
    font-weight: bold;
}

.post-comment-listing ul li .single-comment .comment-content {
    display: block;
    overflow: hidden;
}

.post-comment-listing ul li ul {
    margin: 0px 0px 0px 25px;
}

.top-stores-wrapper {
    padding: 80px 0px;
}

.top-stores-wrapper .single-top-store {
    border: 1px solid;
    border-color: #dddddd;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.top-stores-wrapper .single-top-store:hover {
    border-color: transparent;
    box-shadow: 0px 0px 23.4px 2.6px rgba(0, 0, 0, 0.1);
}

.top-stores-wrapper .single-top-store:hover a img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.top-stores-wrapper .single-top-store a img {
    width: auto;
    height: 150px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
}

.view-all {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    float: right;
}

.call-to-action-wrapper {
    padding: 100px 0px;
    background-image: url('../img/call-to-aciton/c2a.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #f9b320;
}

.call-to-action-wrapper .call-to-action-content {
    text-align: center;
}

.call-to-action-wrapper .call-to-action-content p {
    color: #ffffff;
    font-size: 48px;
    line-height: 72px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
}

.call-to-action-wrapper .call-to-action-content p a {
    color: #3a3b3c;
    text-decoration: none;
}

.call-to-action-wrapper .call-to-action-button {
    margin-top: 30px;
}

.call-to-action-wrapper .call-to-action-button ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    overflow: hidden;
}

.call-to-action-wrapper .call-to-action-button ul li {
    display: inline-block;
    margin-right: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.call-to-action-wrapper .call-to-action-button ul li a {
    display: block;
    overflow: hidden;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.call-to-action-wrapper .call-to-action-button ul li a .cta-btn-content {
    float: left;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.call-to-action-wrapper .call-to-action-button ul li a .cta-btn-content span {
    display: block;
    font-size: 10px;
    line-height: 15px;
}

.call-to-action-wrapper .call-to-action-button ul li a i {
    font-size: 24px;
    line-height: 36px;
    float: left;
    padding: 10px 15px 10px 20px;
}

.call-to-action-wrapper .call-to-action-button ul .apple-store {
    background-color: #071f34;
}

.call-to-action-wrapper .call-to-action-button ul .apple-store a:hover {
    color: #071f34;
    background-color: #ffffff;
}

.call-to-action-wrapper .call-to-action-button ul .google-play {
    background-color: #15a03f;
}

.call-to-action-wrapper .call-to-action-button ul .google-play a:hover {
    color: #15a03f;
    background-color: #ffffff;
}

.new-deal-wrapper {
    background-color: #fbf8f8;
    padding: 50px 0px 0px;
}

.new-deal-wrapper .owl-stage-outer {
    padding-top: 10px;
}

.popular-deal-wrapper {
    padding: 0px 0px;
}

.popular-deal-wrapper .owl-stage-outer {
    padding-top: 10px;
}

.deal-item {
    background-color: #ffffff;
    margin-bottom: 20px;
    border: 1px solid;
    border-color: #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.deal-item:hover {
    margin-top: -10px;
    margin-bottom: 30px;
    box-shadow: 0px 6px 0px 0px #5677fc;
}

.deal-item .deal-content {
    padding: 10px;
}

.deal-item .deal-content h6 {
    margin-top: 0px;
}

.deal-item .deal-content h6 a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #3a3b3c;
    font-weight: bold;
}

.deal-item .deal-content p {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    line-height: 21px;
}

.deal-item .deal-content .deal-content-bottom {
    display: block;
    overflow: hidden;
}

.deal-item .deal-content .deal-content-bottom p {
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #5677fc;
    margin-bottom: 0px;
    margin-top: 8px;
}

.deal-item .deal-content .deal-content-bottom a {
    float: right;
    background-color: #f9b320;
    color: #ffffff;
    border: 1px solid;
    border-color: #f9b320;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.deal-item .deal-content .deal-content-bottom a:hover {
    color: #f9b320;
    background-color: #ffffff;
}

.deal-item .deal-thumb {
    position: relative;
    height: 180px;
}

.deal-item .deal-thumb img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
    width: 100%;
}

.deal-item .deal-thumb .deal-badge {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #3a3b3c;
    color: #ffffff;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    line-height: 21px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 99%, 0% 100%, 20% 48%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 99%, 0% 100%, 20% 48%, 0% 0%);
}

.deal-item .progress {
    height: 5px;
    background-color: #d5d5f3;
    border-radius: 0;
    overflow: visible;
    margin-bottom: 0px;
    position: relative;
}

.deal-item .progress-bar {
    background: #5677fc;
}

.deal-item .tooltip.top {
    margin-top: -13px;
}

.deal-item .tooltip {
    position: relative;
    float: right;
}

.deal-item .tooltip .tooltip-inner {
    background-color: #3a3b3c;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    padding: 5px;
}

.deal-item .tooltip.top .tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3a3b3c;
}

.owl-carousel.owl-theme .owl-nav {
    position: relative;
    z-index: 2;
    top: -200px;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    font-size: 24px;
    line-height: 36px;
    color: #5677fc;
    font-weight: bold;
    float: left;
    margin-left: -60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 23.4px 2.6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
    color: #ffffff;
    background-color: #5677fc;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    font-size: 24px;
    line-height: 36px;
    color: #5677fc;
    font-weight: bold;
    float: right;
    margin-right: -60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 23.4px 2.6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.owl-carousel.owl-theme .owl-nav .owl-next:hover {
    color: #ffffff;
    background-color: #5677fc;
}

.new-coupon-wrapper {
    background-color: #fbf8f8;
    padding: 50px 0px;
}

.new-coupon-wrapper .owl-stage-outer {
    padding-top: 10px;
}

.popular-coupon-wrapper {
    padding: 50px 0px;
}

.popular-coupon-wrapper .owl-stage-outer {
    padding-top: 10px;
}

.coupon-item {
    background-color: #ffffff;
    margin-bottom: 20px;
    border: 1px solid;
    border-color: #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.coupon-item:hover {
    margin-top: -10px;
    margin-bottom: 30px;
    box-shadow: 0px 6px 0px 0px #5677fc;
}

.coupon-item:hover .coupon-thumb a {
    visibility: visible;
}

.coupon-item:hover .coupon-thumb img {
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2);
}

.coupon-item .coupon-thumb {
    position: relative;
    height: 180px;
}

.coupon-item .coupon-thumb a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*visibility: hidden;*/
}

.coupon-item .coupon-thumb img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
    width: 100%;
    -webkit-transition: filter 0.2s ease-out;
    -moz-transition: filter 0.2s ease-out;
    -o-transition: filter 0.2s ease-out;
    transition: filter 0.2s ease-out;
}

.coupon-item .coupon-thumb .coupon-badge {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #3a3b3c;
    color: #ffffff;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    line-height: 21px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 99%, 0% 100%, 20% 48%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 99%, 0% 100%, 20% 48%, 0% 0%);
}

.coupon-item .coupon-content {
    padding: 10px;
    min-height: 285px;
}

.coupon-item .coupon-content h6 {
    margin-top: 0px;
}

.coupon-item .coupon-content h6 a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #3a3b3c;
    font-weight: bold;
}

.coupon-item .coupon-content p {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    line-height: 21px;
}

.coupon-item .coupon-content .coupon-content-bottom {
    display: block;
    overflow: hidden;
}

.coupon-item .coupon-content .coupon-content-bottom p {
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #5677fc;
    margin-bottom: 0px;
    margin-top: 8px;
}

.coupon-item .coupon-content .coupon-content-bottom a {
    float: right;
    background-color: #f9b320;
    color: #ffffff;
    border: 1px solid;
    border-color: #f9b320;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.coupon-item .coupon-content .coupon-content-bottom a:hover {
    color: #f9b320;
    background-color: #ffffff;
}

.owl-carousel.owl-theme .owl-nav {
    position: relative;
    z-index: 2;
    top: -200px;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    font-size: 24px;
    line-height: 36px;
    color: #5677fc;
    font-weight: bold;
    float: left;
    margin-left: -60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 23.4px 2.6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
    color: #ffffff;
    background-color: #5677fc;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    font-size: 24px;
    line-height: 36px;
    color: #5677fc;
    font-weight: bold;
    float: right;
    margin-right: -60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 23.4px 2.6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.owl-carousel.owl-theme .owl-nav .owl-next:hover {
    color: #ffffff;
    background-color: #5677fc;
}

.single-coupon-wrapper {
    padding: 70px 0px;
}

.single-coupon-wrapper .single-coupon-button {
    margin-top: 50px;
}

.single-coupon-wrapper .single-coupon-thumb img {
    height: 150px;
    width: auto;
    margin: 0 auto;
    border: 1px dotted;
    border-color: #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
}

.single-coupon-wrapper .single-coupon-content {
    margin-bottom: 20px;
}

.single-coupon-wrapper .single-coupon-content h5 {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.single-coupon-wrapper .single-coupon-content .expiring-time {
    color: #5677fc;
}

.single-coupon-wrapper .single-coupon-content .expiring-time span {
    margin-right: 10px;
}

.single-coupon-wrapper .coupon-social {
    padding-top: 15px;
    text-align: center;
}

.single-coupon-wrapper .coupon-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-coupon-wrapper .coupon-social ul li {
    display: inline-block;
    padding-bottom: 0px;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px solid;
    border-color: #5677fc;
}

.single-coupon-wrapper .coupon-social ul li:hover {
    background-color: #5677fc;
}

.single-coupon-wrapper .coupon-social ul li:hover a {
    color: #ffffff;
}

.single-coupon-wrapper .coupon-social ul li a {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
    display: block;
    overflow: hidden;
    padding-top: 5px;
}

.single-coupon-wrapper .coupon-social ul li a:hover {
    margin-left: 0px;
}

.single-coupon-wrapper .coupon-social ul li a:before {
    content: '';
}

.coupon-modal-content .input-group {
    margin-bottom: 15px;
}

.coupon-modal-content .input-group .form-control {
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    border: 1px dashed;
    border-color: #5677fc;
}

.coupon-modal-content .input-group .input-group-btn .btn {
    height: 50px;
    background-color: #5677fc;
    color: #ffffff;
    border-color: #5677fc;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.coupon-modal-content .input-group .input-group-btn .btn:hover {
    color: #5677fc;
    background-color: #ffffff;
}

.deal-coupon-slider-wrapper {
    /* position: relative;
    background-color: #ffffff; */
    overflow: hidden;
}

.deal-coupon-slider-wrapper:before {
    /*background-image: url('../img/slider/pattern.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;*/
}

.deal-coupon-slider-wrapper .slider-list {
    position: relative;
}

.deal-coupon-slider-wrapper .slider-list .item {
    height: 500px;
}

.deal-coupon-slider-wrapper .slider-list .item .bg--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.deal-coupon-slider-wrapper .slider-list .item .hero-area {
    width: 100%;
    height: 100%;
}

.deal-coupon-slider-wrapper .slider-list .item .hero-area .offer {
    margin-top: 20px;
}

.deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content {
    margin-top: 10%;
    margin-bottom: 5%;
    background-image: url(../img/slider/shape.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 20px;
    margin-left: -1px;
}

.deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content h6 a {
    color: #ffffff;
    font-size: 22px;
    line-height: 33px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}

.deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content p {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Ubuntu', sans-serif;
}

.deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content p i {
    margin-right: 5px;
}

.deal-coupon-slider-wrapper .slider-list .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
}

.deal-coupon-slider-wrapper .slider-list .owl-dots .owl-dot span {
    background-color: #ffffff;
}

.deal-coupon-slider-wrapper .slider-list .owl-dots .owl-dot.active span {
    background-color: #5677fc;
    width: 12px;
    height: 12px;
}

.deal-coupon-slider-wrapper .slider-list .owl-nav {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.deal-coupon-slider-wrapper .slider-list .owl-nav .owl-prev {
    transform: translate(-700%, 0%);
}

.deal-coupon-slider-wrapper .slider-list .owl-nav .owl-next {
    transform: translate(700%, 0%);
}

.deal-coupon-slider-wrapper .banner-wrapper a img {
    width: 100%;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
    padding-left: 0px;
}

.owl-fadeIn,
.owl-fadeInLeft,
.owl-fadeInRight,
.owl-fadeInUp,
.owl-fadeInDown {
    visibility: hidden;
}

.owl-item.active .owl-fadeIn {
    -webkit-animation: fadeIn .8s linear 0s;
    animation: fadeIn .8s linear 0s;
    visibility: visible;
}

.owl-item.active .owl-fadeInDown {
    -webkit-animation: fadeInDown .8s linear 0s;
    animation: fadeInDown .8s linear 0s;
    visibility: visible;
}

.owl-item.active .owl-fadeInUp {
    -webkit-animation: fadeInUp .8s linear 0s;
    animation: fadeInUp .8s linear 0s;
    visibility: visible;
}

.owl-item.active .owl-fadeInLeft {
    -webkit-animation: fadeInLeft .8s linear 0s;
    animation: fadeInLeft .8s linear 0s;
    visibility: visible;
}

.owl-item.active .owl-fadeInRight {
    -webkit-animation: fadeInRight .8s linear 0s;
    animation: fadeInRight .8s linear 0s;
    visibility: visible;
}

.team-wrapper {
    background-color: rgba(86, 119, 252, 0.05);
    padding: 50px 0px 100px;
}

.team-wrapper .single-team {
    border-bottom: 5px solid;
    border-color: #f9b320;
    margin-bottom: 20px;
}

.team-wrapper .single-team:hover .team-thumb-social-wrapper .team-social-profile {
    visibility: visible;
    opacity: 1;
}

.team-wrapper .single-team .team-thumb-social-wrapper {
    position: relative;
}

.team-wrapper .single-team .team-thumb-social-wrapper .team-social-profile {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear;
    -moz-transition: visibility 0s linear;
    -o-transition: visibility 0s linear;
    transition: visibility 0s linear;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.team-wrapper .single-team .team-thumb-social-wrapper .team-social-profile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.team-wrapper .single-team .team-thumb-social-wrapper .team-social-profile ul li {
    display: inline-block;
    padding: 15px 8px;
}

.team-wrapper .single-team .team-thumb-social-wrapper .team-social-profile ul li a {
    color: #ffffff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.team-wrapper .single-team .team-thumb-social-wrapper .team-social-profile ul li a:hover {
    color: #f9b320;
}

.team-wrapper .single-team .team-profile {
    display: block;
    overflow: hidden;
    background-color: #5677fc;
    text-align: center;
    padding: 10px;
}

.team-wrapper .single-team .team-profile h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin: 0;
}

.team-wrapper .single-team .team-profile p {
    font-family: 'Cabin', sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
}

.how-we-works-wrapper {
    padding: 50px 0px 100px;
}

.how-we-works-wrapper .single-how-we-works {
    background-color: #fcfdff;
    padding: 30px;
    border: 1px solid;
    border-color: #dddddd;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-bottom: 20px;
}

.how-we-works-wrapper .single-how-we-works:hover {
    background-color: #ffffff;
    border-color: transparent;
    box-shadow: 0px 0px 23.4px 2.6px rgba(0, 0, 0, 0.1);
}

.how-we-works-wrapper .single-how-we-works .how-we-works-thumb {
    width: 130px;
    height: 130px;
    margin: 0 auto 30px;
    padding: 38px 0px;
    background-color: #ebefff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.how-we-works-wrapper .single-how-we-works .how-we-works-thumb img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.how-we-works-wrapper .single-how-we-works h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

.how-we-works-wrapper .single-how-we-works p {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}

.how-we-works-wrapper .single-how-we-works a {
    font-weight: bold;
}

.get-to-know-us-wrapper {
    padding: 30px 0px;
    /* background-color: rgba(86, 119, 252, 0.05); */
}

.get-to-know-us-wrapper .get-to-know-us-content h6 {
    font-size: 48px;
    line-height: 72px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

.get-to-know-us-wrapper .get-to-know-us-content p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 30px;
}

.get-to-know-us-wrapper .get-to-know-us-content a {
    padding: 7px 30px;
}

.get-to-know-us-wrapper .get-to-know-us-video {
    position: relative;
}

.get-to-know-us-wrapper .get-to-know-us-video img {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}

.get-to-know-us-wrapper .get-to-know-us-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 10px solid;
    border-color: #00000073;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.get-to-know-us-wrapper .get-to-know-us-video a i {
    background-color: #5677fc;
    color: #ffffff;
    font-size: 36px;
    line-height: 54px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    vertical-align: middle;
    line-height: 110px;
    padding-left: 5px;
}

.contact-wrapper {
    position: relative;
}

.contact-wrapper:before {
    background-image: url(../img/slider/pattern.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-wrapper .contact-wrapper-inner {
    padding: 150px 0px;
    position: relative;
}

.contact-wrapper .contact-wrapper-inner:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-wrapper .contact-wrapper-inner .contact-form-wrapper {
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 60px;
}

.contact-wrapper .contact-wrapper-inner .contact-form-wrapper .contact-title h6 {
    font-size: 36px;
    line-height: 54px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 30px;
    margin-top: 0px;
}

.contact-wrapper .contact-wrapper-inner .contact-info-wrapper h6 {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
}

.contact-wrapper .contact-wrapper-inner .contact-info-wrapper p {
    font-family: 'Cabin', sans-serif;
    color: #9d9d9d;
}

.contact-wrapper .contact-wrapper-inner .contact-info-wrapper p i {
    color: #3a3b3c;
    margin-right: 10px;
}

.contact-wrapper .contact-wrapper-inner .contact-hotline {
    background-color: #f9b320;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    position: relative;
}

.contact-wrapper .contact-wrapper-inner .contact-hotline:before {
    position: absolute;
    content: '\f095';
    font-family: FontAwesome;
    font-size: 160px;
    line-height: 240px;
    line-height: 142px;
    color: rgba(58, 59, 60, 0.15);
    top: 0px;
    left: 0px;
}

.contact-wrapper .contact-wrapper-inner .contact-hotline .hotline-content {
    float: left;
    text-align: center;
    display: block;
    overflow: hidden;
    width: 70%;
    margin-top: 10px;
    z-index: 2;
}

.contact-wrapper .contact-wrapper-inner .contact-hotline .hotline-content p {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Cabin', sans-serif;
    color: #ffffff;
    margin-bottom: 0px;
}

.contact-wrapper .contact-wrapper-inner .contact-hotline .hotline-thumb {
    width: 30%;
    float: right;
}

.contact-wrapper .contact-wrapper-inner .contact-hotline .hotline-thumb img {
    width: 100%;
    height: 100%;
}

.login-wrapper {
    border-left: 1px solid;
    border-color: #dddddd;
}

.login-wrapper p {
    font-size: 24px;
    line-height: 36px;
}

.login-wrapper p span {
    color: #5677fc;
    font-weight: bold;
}

.login-wrapper .login-with-social {
    padding: 15px 0px 75px;
    padding-left: 20px;
}

.login-wrapper .login-with-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login-wrapper .login-with-social ul li {
    display: inline-block;
    margin: 0px 5px;
}

.login-wrapper .login-with-social ul li a {
    color: #3a3b3c;
    border: 1px solid;
    border-color: #3a3b3c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: block;
    font-size: 24px;
    line-height: 36px;
    vertical-align: middle;
    line-height: 65px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.login-wrapper .login-with-social ul li a:hover {
    border-color: #5677fc;
    background-color: #5677fc;
    color: #ffffff;
}

.askAccount-wrapper {
    margin-top: 30px;
}

.askAccount-wrapper a {
    color: #3a3b3c;
    font-size: 24px;
    line-height: 36px;
}

.submit-coupon-content h6 {
    margin-top: 0px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}

.submit-coupon-content p {
    font-size: 14px;
    line-height: 21px;
}

.submit-coupon-content ol li {
    font-size: 14px;
    line-height: 21px;
}

.pricing-table-wrapper {
    padding: 80px 0px;
}

.pricing-table-wrapper .single-pricing-wrapper.star {
    border-color: #f9b320;
}

.pricing-table-wrapper .single-pricing-wrapper.star .pricing-header-wrapper .pricing-header-wrapper-inner:before {
    background-color: #f9b320;
}

.pricing-table-wrapper .single-pricing-wrapper.star .pricing-header-wrapper .pricing-header-wrapper-inner h6 {
    background-color: #f9b320;
    border-color: #fcd583;
}

.pricing-table-wrapper .single-pricing-wrapper.star .pricing-btn {
    border-color: #f9b320;
    color: #ffffff;
    background-color: #f9b320;
}

.pricing-table-wrapper .single-pricing-wrapper.star .stared {
    background-color: #f9b320;
}

.pricing-table-wrapper .single-pricing-wrapper {
    border: 1px solid;
    border-color: #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 0px;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
}

.pricing-table-wrapper .single-pricing-wrapper:hover {
    border-color: #f9b320;
    margin-top: -10px;
    margin-bottom: 30px;
}

.pricing-table-wrapper .single-pricing-wrapper:hover .pricing-header-wrapper .pricing-header-wrapper-inner:before {
    background-color: #f9b320;
}

.pricing-table-wrapper .single-pricing-wrapper:hover .pricing-header-wrapper .pricing-header-wrapper-inner h6 {
    background-color: #f9b320;
    border-color: #fcd583;
}

.pricing-table-wrapper .single-pricing-wrapper:hover .pricing-btn {
    border-color: #f9b320;
    color: #ffffff;
    background-color: #f9b320;
}

.pricing-table-wrapper .single-pricing-wrapper:hover .stared {
    background-color: #f9b320;
}

.pricing-table-wrapper .single-pricing-wrapper .stared {
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #5677fc;
    color: #ffffff;
    font-size: 10px;
    line-height: 15px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
    width: 35px;
    height: 35px;
    border-top-right-radius: 5px;
}

.pricing-table-wrapper .single-pricing-wrapper .stared i {
    right: 20%;
    top: 20%;
    position: absolute;
}

.pricing-table-wrapper .single-pricing-wrapper .pricing-header-wrapper {
    position: relative;
}

.pricing-table-wrapper .single-pricing-wrapper .pricing-header-wrapper .pricing-header-wrapper-inner {
    position: relative;
}

.pricing-table-wrapper .single-pricing-wrapper .pricing-header-wrapper .pricing-header-wrapper-inner:before {
    content: ' ';
    position: absolute;
    background-color: #dddddd;
    width: 100%;
    height: 50%;
    top: 25%;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pricing-table-wrapper .single-pricing-wrapper .pricing-header-wrapper .pricing-header-wrapper-inner h6 {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #5677fc;
    color: #ffffff;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid;
    border-color: #bac8fe;
    padding: 25px 0px;
}

.pricing-table-wrapper .single-pricing-wrapper .pricing-header-wrapper .pricing-header-wrapper-inner h6 sup {
    font-size: 20px;
    line-height: 30px;
    margin-right: -10px;
    top: -20px;
}

.pricing-table-wrapper .single-pricing-wrapper .pricing-header-wrapper .pricing-header-wrapper-inner h6 span {
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    margin-top: -10px;
}

.pricing-table-wrapper .single-pricing-wrapper .pricing-content h6 {
    font-size: 26px;
    line-height: 39px;
    color: #3a3b3c;
    font-weight: bold;
}

.pricing-table-wrapper .single-pricing-wrapper .pricing-content ul {
    margin: 20px 0px;
    padding: 0;
    list-style: none;
}

.pricing-table-wrapper .single-pricing-wrapper .pricing-content ul li {
    padding-bottom: 10px;
}

.pricing-table-wrapper .single-pricing-wrapper .pricing-content ul li a {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #5f5f5f;
}

.pricing-table-wrapper .single-pricing-wrapper .pricing-btn {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Cabin', sans-serif;
    color: #3a3b3c;
    font-weight: bold;
    border: 1px solid;
    border-color: #3a3b3c;
    text-transform: uppercase;
    padding: 10px 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.trending-stores-wrapper {
    padding: 50px 0px;
}

.trending-stores-wrapper .single-store {
    position: relative;
    text-align: center;
    border: 1px solid;
    border-color: #dddddd;
}

.trending-stores-wrapper .single-store:hover .store-btn-wrapper {
    visibility: visible;
    opacity: 1;
}

.trending-stores-wrapper .single-store img {
    width: auto;
    height: 150px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
    position: relative;
}

.trending-stores-wrapper .single-store .store-btn-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(86, 119, 252, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear;
    -moz-transition: visibility 0s linear;
    -o-transition: visibility 0s linear;
    transition: visibility 0s linear;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.trending-stores-wrapper .single-store .store-btn-wrapper a {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    color: #3a3b3c;
    font-weight: bold;
    padding: 10px 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.trending-stores-wrapper .single-store .store-btn-wrapper a:hover {
    background-color: #3a3b3c;
    color: #ffffff;
}

.single-store-wrapper {
    padding: 70px 0px;
}

.single-store-wrapper .single-store-thumb img {
    height: 150px;
    width: auto;
    margin: 0 auto;
}

.single-store-wrapper .single-store-content {
    margin-bottom: 20px;
}

.single-store-wrapper .single-store-content h5 {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.single-store-wrapper .single-store-content .store-social {
    padding-top: 15px;
}

.single-store-wrapper .single-store-content .store-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-store-wrapper .single-store-content .store-social ul li {
    display: inline-block;
    padding-bottom: 0px;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px solid;
    border-color: #5677fc;
}

.single-store-wrapper .single-store-content .store-social ul li:hover {
    background-color: #5677fc;
}

.single-store-wrapper .single-store-content .store-social ul li:hover a {
    color: #ffffff;
}

.single-store-wrapper .single-store-content .store-social ul li a {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
    display: block;
    overflow: hidden;
    padding-top: 5px;
}

.single-store-wrapper .single-store-content .store-social ul li a:hover {
    margin-left: 0px;
}

.single-store-wrapper .single-store-content .store-social ul li a:before {
    content: '';
}

.no-padding-left-right {
    padding-left: 0;
    padding-right: 0;
}

.dashboard-wrapper {
    padding: 100px 0px;
}

.dashboard-wrapper .dashboard-title {
    background-color: #5677fc;
    padding: 25px 0px;
}

.dashboard-wrapper .dashboard-title h6 {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}

.dashboard-wrapper .dashboard-submit-coupon-btn {
    background-color: #f9b320;
    padding: 25px 0px;
}

.dashboard-wrapper .dashboard-submit-coupon-btn a {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
}

.dashboard-wrapper .dashboard-nav {
    box-shadow: 8px 0px 10px -5px rgba(0, 0, 0, 0.15);
}

.dashboard-wrapper .dashboard-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard-wrapper .dashboard-nav ul .active a {
    background-color: rgba(86, 119, 252, 0.1);
    color: #5677fc;
}

.dashboard-wrapper .dashboard-nav ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #3a3b3c;
    font-weight: bold;
    padding: 15px 10px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.dashboard-wrapper .dashboard-nav ul li a:hover {
    background-color: rgba(86, 119, 252, 0.1);
    color: #5677fc;
}

.dashboard-wrapper .dashboard-nav ul li a img {
    margin-right: 15px;
}

.dashboard-wrapper .dashboard-nav ul li a span {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    background-color: #5677fc;
    color: #ffffff;
    float: right;
    padding: 2px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 0px;
}

.dashboard-wrapper .dashboard-table-attr-type {
    padding: 20px;
}

.dashboard-wrapper .dashboard-table-attr-type ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.dashboard-wrapper .dashboard-table-attr-type ul .active a {
    background-color: #5677fc;
    color: #ffffff;
}

.dashboard-wrapper .dashboard-table-attr-type ul li {
    display: inline-block;
    margin-left: 10px;
}

.dashboard-wrapper .dashboard-table-attr-type ul li a {
    background-color: #ebefff;
    padding: 7px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.dashboard-wrapper .dashboard-table-attr-type ul li a:hover {
    background-color: #5677fc;
    color: #ffffff;
}

.category-wrapper {
    /* padding: 50px 0px 100px; */
    /* background-color: rgba(86, 119, 252, 0.05); */
}

.category-wrapper {
    padding: 10px 0px 0;
}

.widget.widget-couponz-category-filter {
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.widget.widget-couponz-category-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget.widget-couponz-category-filter ul li a {
    border: 1px solid;
    margin-top: 10px;
    border-color: #dddddd;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.widget.widget-couponz-category-filter ul li a:hover {
    background-color: #5677fc;
}

.widget.widget-couponz-category-filter ul li a:hover span {
    color: #ffffff;
}

.widget.widget-couponz-category-filter ul li a .category-thumb {
    border-right: 1px solid;
    border-color: #dddddd;
    padding: 10px;
    background-color: #f5f9fe;
    float: left;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.widget.widget-couponz-category-filter ul li a .category-thumb img {
    width: auto;
    max-width: 25px;
    max-height: 25px;
    margin: 0 auto;
    display: block;
}

.widget.widget-couponz-category-filter ul li a span {
    padding-left: 10px;
    padding-top: 10px;
    display: inline-block;
    color: #3a3b3c;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Ubuntu', sans-serif;
}

.widget.widget-couponz-checkbox-filter {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.widget.widget-couponz-checkbox-filter h4 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 0px;
}

.widget.widget-couponz-slider-filter {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.widget.widget-couponz-slider-filter h4 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 0px;
}

.widget.widget-couponz-slider-filter label {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.widget.widget-couponz-slider-filter .slider-track {
    height: 5px;
}

.widget.widget-couponz-slider-filter .slider-track .slider-selection {
    background-image: none;
    background-color: #5677fc;
}

.widget.widget-couponz-slider-filter .slider-handle {
    background-color: #5677fc;
    background-image: none;
    top: -3px;
    cursor: pointer;
}

.widget.widget-couponz-slider-filter .slider-handle:hover {
    cursor: pointer;
}

@media (max-width: 1199px) {
    .deal-coupon-slider-wrapper .slider-list .item {
        height: 411px;
    }
    .deal-coupon-slider-wrapper .slider-list .owl-nav .owl-prev {
        transform: translate(-550%, 0%);
    }
    .deal-coupon-slider-wrapper .slider-list .owl-nav .owl-next {
        transform: translate(550%, 0%);
    }
    .coupon-item .coupon-thumb {
        height: 150px;
    }
    .coupon-item .coupon-thumb img {
        height: 100%;
    }
    .new-coupon-list.owl-carousel.owl-theme .owl-nav .owl-prev {
        margin-left: -20px;
    }
    .new-coupon-list.owl-carousel.owl-theme .owl-nav .owl-next {
        margin-right: -20px;
    }
    .deal-item .deal-thumb {
        height: 150px;
    }
    .deal-item .deal-thumb img {
        height: 100%;
    }
    .new-deal-list.owl-carousel.owl-theme .owl-nav .owl-prev {
        margin-left: -20px;
    }
    .new-deal-list.owl-carousel.owl-theme .owl-nav .owl-next {
        margin-right: -20px;
    }
}

@media (max-width: 991px) {
    .login-wrapper .login-with-social {
        padding-bottom: 20px;
        padding-left: 0px;
    }
    .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li a {
        padding-right: 25px;
    }
    .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav.navbar-right {
        float: none !important;
    }
    .deal-coupon-slider-wrapper .slider-list .item {
        height: auto;
    }
    .deal-coupon-slider-wrapper .slider-list .owl-nav .owl-prev {
        transform: translate(-640%, 0%);
    }
    .deal-coupon-slider-wrapper .slider-list .owl-nav .owl-next {
        transform: translate(640%, 0%);
    }
    .new-deal-list.owl-carousel.owl-theme .owl-nav .owl-prev {
        margin-left: -5px;
    }
    .new-deal-list.owl-carousel.owl-theme .owl-nav .owl-next {
        margin-right: -5px;
    }
    .new-coupon-list.owl-carousel.owl-theme .owl-nav .owl-prev {
        margin-left: -5px;
    }
    .new-coupon-list.owl-carousel.owl-theme .owl-nav .owl-next {
        margin-right: -5px;
    }
    .widget {
        margin-bottom: 30px;
    }
    .login-wrapper {
        border-color: transparent;
    }
    .single-coupon-wrapper .single-coupon-content {
        text-align: center;
    }
    .single-coupon-wrapper .coupon-social {
        padding-bottom: 15px;
    }
    .no-padding-right {
        /*padding-right: 15px;*/
    }
    .no-padding-left {
        padding-left: 15px;
    }
    .no-padding-right-sm {
        padding-right: 0px;
    }
    .no-padding-left-sm {
        padding-left: 0px;
    }
    .view-all {
        margin-top: 0px;
        float: left;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 55px;
        line-height: 82.5px;
    }
    h2,
    .h2 {
        font-size: 45px;
        line-height: 67.5px;
    }
    h3,
    .h3 {
        font-size: 35px;
        line-height: 52.5px;
    }
    h4,
    .h4 {
        font-size: 28px;
        line-height: 42px;
    }
    h5,
    .h5 {
        font-size: 26px;
        line-height: 39px;
    }
    h6,
    .h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .cbx-header .cbx-header-top .cbx-brand {
        padding: 20px 0px;
        width: auto;
    }
    .cbx-header .cbx-header-top .cbx-brand a img {
        /* width: 200px;
    height: auto; */
    }
    .cbx-header .cbx-header-top .cbx-header-top-search-btn {
        padding: 25px 0px;
    }
    .cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search {
        margin-left: 10px;
    }
    .cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-coupon-submit-btn a {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 21px;
    }
    .cbx-header #showSearchBar {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 21px;
    }
    .cbx-header .cbx-header-bottom .navbar .navbar-toggle {
        font-weight: bold;
        margin-left: 15px;
    }
    .cbx-header .cbx-header-bottom .navbar .mobile-signin-btn {
        margin-right: 15px;
        margin-top: 15px;
    }
    .cbx-header .cbx-header-bottom .navbar .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
    .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav.navbar-right li a {
        display: inline-block;
        margin-left: 10px;
    }
    .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav {
        margin: 0;
    }
    .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li:last-child {
        border-color: transparent;
    }
    .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li {
        border-bottom: 1px dashed;
        border-color: #dddddd;
    }
    .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li a {
        padding: 10px 20px;
        font-weight: normal;
    }
    .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li a span {
        float: right;
        margin: 10px;
    }
    .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li ul.dropdown-menu {
        left: 0;
        box-shadow: none;
        position: static;
        float: none;
        width: auto;
    }
    .deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content {
        padding: 5px 15px;
    }
    .deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content h6 a {
        font-size: 20px;
        line-height: 30px;
    }
    .deal-coupon-slider-wrapper .slider-list .owl-nav {
        display: none;
    }
    .new-deal-wrapper {
        padding-bottom: 0px;
        margin-top: -30px;
    }
    .popular-deal-wrapper {
        padding-bottom: 0px;
    }
    .deal-item .deal-thumb {
        height: 100%;
    }
    .deal-item .deal-thumb img {
        height: auto;
    }
    .coupon-item .coupon-thumb {
        height: 100%;
    }
    .coupon-item .coupon-thumb img {
        height: auto;
    }
    .team-wrapper .single-team .team-thumb-social-wrapper img {
        width: 100%;
    }
    .cbx-footer .cbx-footer-top {
        padding: 50px 0px;
    }
    .cbx-footer .cbx-footer-top .widget .widget-newsletter-area .navbar-form {
        padding: 10px 15px;
        margin-top: 0px;
        border: 0px solid;
        box-shadow: none;
    }
    .call-to-action-wrapper {
        padding: 50px 0px;
    }
    .top-stores-wrapper {
        padding: 50px 0px;
    }
    .contact-wrapper .contact-wrapper-inner {
        padding: 50px 0px;
    }
    .contact-wrapper .contact-wrapper-inner .contact-form-wrapper {
        padding: 20px 10px;
    }
    .contact-wrapper .contact-wrapper-inner .contact-form-wrapper .contact-title h6 {
        font-size: 30px;
        line-height: 45px;
    }
    .modal .modal-footer {
        display: none;
    }
    .modal .single-coupon-thumb {
        margin-bottom: 20px;
    }
    .modal .single-coupon-thumb img {
        display: block;
        margin: 0 auto;
        height: 200px;
        width: auto;
    }
    .no-padding-left-right {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    h1,
    .h1 {
        font-size: 45px;
        line-height: 67.5px;
    }
    h2,
    .h2 {
        font-size: 30px;
        line-height: 45px;
    }
    h3,
    .h3 {
        font-size: 25px;
        line-height: 37.5px;
    }
    h4,
    .h4 {
        font-size: 24px;
        line-height: 36px;
    }
    h5,
    .h5 {
        font-size: 22px;
        line-height: 33px;
    }
    h6,
    .h6 {
        font-size: 14px;
        line-height: 21px;
    }
    .deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content h6 {
        margin-top: 0px;
    }
    .deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content h6 a {
        font-size: 16px;
        line-height: 24px;
    }
    .deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content p {
        font-size: 12px;
        line-height: 18px;
    }
    .deal-coupon-slider-wrapper .slider-list .owl-nav {
        display: none;
    }
    .deal-item .deal-thumb {
        height: 100%;
    }
    .deal-item .deal-thumb img {
        height: auto;
    }
    .coupon-item .coupon-thumb {
        height: 100%;
    }
    .coupon-item .coupon-thumb img {
        height: auto;
    }
    .contact-wrapper .contact-wrapper-inner .contact-form-wrapper .contact-title h6 {
        font-size: 18px;
        line-height: 27px;
    }
    .contact-wrapper .contact-wrapper-inner .contact-hotline .hotline-content {
        width: 100%;
    }
    .contact-wrapper .contact-wrapper-inner .contact-hotline .hotline-thumb {
        display: none;
    }
    .cbx-footer .cbx-footer-top {
        padding: 20px 0;
    }
}


/* added to style the switch button , need for demo purpose only */


/* ==========================================================================
        Style Switcher CSS
========================================================================== */

.cbx-switcher-area {
    position: fixed;
    top: 35%;
    right: 0;
    max-width: 300px;
    z-index: 1891;
}

.cbx-switcher-inner {
    position: relative;
}

.cbx-switcher-btn {
    font-weight: bold;
    background: #5677fc;
    font-size: 25px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1892;
    padding: 5px;
    width: 40px;
    text-align: center;
}

.cbx-switcher-btn:hover,
.cbx-switcher-btn:active,
.cbx-switcher-btn:focus {
    color: #ffffff;
}

.cbx-switcher-body {
    background: rgba(230, 230, 230, 0.93);
    padding: 10px;
    width: 260px;
    position: absolute;
    top: 0;
    right: -280px;
}

.cbx-switcher-list li {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.cbx-switcher-list li a {
    width: 100%;
    height: 100%;
    display: block;
}

.cbx-list-default {
    background: #446cb3;
}

.cbx-list-red {
    background: #e74c3c;
}

.cbx-list-green {
    background: #2ec887;
}

.cbx-list-blue {
    background: #3498db;
}

.cbx-list-olive {
    background: #559137;
}

.cbx-list-violet {
    background: #9933cc;
}

.cbx-list-pink {
    background: #FF69B4;
}

.cbx-list-navy {
    background: #3b5998;
}

.cbx-list-orange {
    background: #f5740a;
}

.cbx-switcher-text {
    margin-left: 50px;
}

.navbar {
    position: relative;
    min-height: 0px!important;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    /* width: auto;
    height: auto; */
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 15px!important;
}

div#bs-example-navbar-collapse-1 {
    margin-top: 36px;
}

.display-3 {
    margin-top: 16%;
    color: #fff;
    font-size: 70px;
    text-align: center;
    font-weight: 600;
    background-color: #010405ba;
    width: 100%;
    padding: 25px 5px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee0;
    color: #050107!important;
}

@media (pointer: coarse) and (hover: none) {
    header video {
        /* display: none; */
    }
}


/* ==========================================================================
        //CBX  Theme Style End
========================================================================== */

#loaderpro {
    text-align: center;
    background: url('loader.gif') no-repeat center;
    height: 150px;
}

.widget.widget-couponz-category-filter input.item_filter.colour {
    opacity: 0;
    width: 0px;
    height: 0px;
}

.widget.widget-couponz-category-filter ul li a span {
    width: 180px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.widget.widget-couponz-category-filter label {
    display: initial;
    max-width: initial;
    font-weight: normal;
    margin-bottom: auto;
}

.widget.widget-couponz-category-filter ul.dropdown-subcategorymenu {
    width: 100%;
    background: #ddd;
    display: none;
}

.widget.widget-couponz-category-filter ul.dropdown-subcategorymenu.show {
    display: block!important;
}

.widget.widget-couponz-category-filter ul.dropdown-subcategorymenu li {
    text-align: center;
    border: 1px solid #999;
    border-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.countdown {
    height: 100%;
    width: 600px;
    margin: auto;
    /* Reset */
    /* Skeleton */
    /* Colon Seperator - IE */
    /* Colon Seperator */
}

.countdown * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.countdown .countdownFix {
    z-index: 3 !important;
}

.countdown .clockFix {
    z-index: 1 !important;
}

.countdown li {
    /*backface-visibility*/
}

.countdown li span .inn {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.countdown ul {
    list-style: none;
}

.countdown li {
    line-height: 87px;
}

.countdown ul.flip {
    position: relative;
    float: left;
    margin-right: 2px;
    height: 100%;
    width: 40px;
    font-size: 50px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    /*border-radius*/
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
    /*box-shadow*/
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
}

.category-wrapper {
    padding: 10px 0px 0 !important;
}

@media only screen and (max-width: 540px) {
    .countdown ul.flip {
        width: 25px !important;
        font-size: 29px !important;
        height: 83% !important;
    }
    .countdown ul.flip li {
        line-height: 37px !important;
    }
    .countdown ul.flip:nth-child(2n+2):not(:last-child):after {
        top: -24% !important;
    }
}

@media only screen and (max-width: 440px) {
    .countdown ul.flip {
        width: 40px !important;
        font-size: 30px !important;
        height: 66% !important;
    }
    .countdown ul.flip li {
        line-height: 30px !important;
    }
    .countdown ul.flip:nth-child(2n+2):not(:last-child):after {
        font-size: 28px !important;
    }
}

.countdown ul.nth-child-2np2-notlast:after,
.countdown ul.flip:nth-child(2n+2):not(:last-child):after {
    position: absolute;
    top: 33%;
    right: -13px;
    content: ":";
    display: block;
    color: #fff;
    font-size: 46px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
}

.countdown ul.nth-child-2np2-notlast {
    margin-right: 14px;
}

.countdown ul.flip:nth-child(2n+2) {
    margin-right: 12px;
}

.countdown ul.flip li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 60px;
}

.countdown ul.flip li span {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    /*perspective*/
    -moz-perspective: 200px;
    -ms-perspective: 200px;
    -o-perspective: 200px;
    perspective: 200px;
}

.countdown ul.flip li span div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.countdown ul.flip li span div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.countdown ul.flip li span div.up {
    /*transform-origin*/
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}

.countdown ul.flip li span div.up:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .4);
}

.countdown ul.flip li span div.down {
    /*transform-origin*/
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    bottom: 0;
}

.countdown ul.flip li span div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #46c945;
    /*border-radius*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.countdown ul.flip li span div.up div.inn {
    top: 0;
}

.countdown ul.flip li span div.down div.inn {
    bottom: 0;
}


/* PLAY */

.play ul li.previous {
    z-index: 2;
}

.play ul li.current {
    /*animation*/
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    -ms-animation: asd 0.5s 0.5s linear both;
    -o-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 3;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

@-ms-keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

.play ul li.current .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    /*animation*/
    -moz-animation: turn 0.5s 0.5s linear both;
    -ms-animation: turn 0.5s 0.5s linear both;
    -o-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }
    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-ms-keyframes turn {
    0% {
        -ms-transform: rotateX(90deg);
    }
    100% {
        -ms-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }
    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

.play ul li.previous .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    /*animation*/
    -moz-animation: turn2 0.5s linear both;
    -ms-animation: turn2 0.5s linear both;
    -o-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }
    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-ms-keyframes turn2 {
    0% {
        -ms-transform: rotateX(0deg);
    }
    100% {
        -ms-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }
    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-90deg);
    }
}


/* SHADOW */

.play ul li.previous .up .shadow {
    /*linear-gradient*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(0, 0, 0, .1), 0), color-stop(rgba(0, 0, 0, 1), 1));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    /*@@prefixmycss->No equivalent*/
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    /*animation*/
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    -ms-animation: show 0.5s linear both;
    -o-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.play ul li.current .up .shadow {
    /*linear-gradient*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(0, 0, 0, .1), 0), color-stop(rgba(0, 0, 0, 1), 1));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    /*@@prefixmycss->No equivalent*/
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    /*animation*/
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    -ms-animation: hide 0.5s 0.3s linear both;
    -o-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}


/*DOWN*/

.play ul li.previous .down .shadow {
    /*linear-gradient*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(0, 0, 0, 1), 0), color-stop(rgba(0, 0, 0, .1), 1));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    /*@@prefixmycss->No equivalent*/
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    /*animation*/
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    -ms-animation: show 0.5s linear both;
    -o-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.play ul li.current .down .shadow {
    /*linear-gradient*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(0, 0, 0, 1), 0), color-stop(rgba(0, 0, 0, .1), 1));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    /*@@prefixmycss->No equivalent*/
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    /*animation*/
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    -ms-animation: hide 0.5s 0.3s linear both;
    -o-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* carousel */

.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}


/* Previous button  */

.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    border-radius: unset;
    width: 40px;
    margin-top: 20%;
    font-size: 120px;
    color: gray;
}


/* Next button  */

.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    border-radius: unset;
    width: 40px;
    margin-top: 20%;
    font-size: 120px;
    color: gray;
}


/* Changes the position of the indicators */

.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* Changes the colour of the indicators */

.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
    background: #333333;
}

.media-carousel img {
    width: 250px;
}


/* End carousel */

.carousel-indicators li {
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
}

.grBtn {
    background-color: green !important;
    border-color: green !important;
    display: inline-block;
    padding: 6px 7px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.redBtn {
    background-color: #ca0e0b !important;
    border-color: #ca0e0b !important;
    display: inline-block;
    padding: 6px 7px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.new-deal-wrapper,
#slider_wrapper {
    min-height: 265px;
}

.widget {
    padding: 15px 15px;
}

.full-width {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.video-check {
    height: 640px;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .video-check {
        height: 235px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .video-check {
        height: 235px;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .video-check {
        height: 480px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .video-check {
        height: 640px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .video-check {
        height: 640px;
    }
}