* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    font-family: Muli, sans-serif;
    font-size: 16px;
    background: #e7edf1;
}

.wrapper {
    background: white;
    padding-top: 90px;
}

.categories-page {
    padding: 0 120px 50px;
}

.content {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.n-container {
    width: 100%;
}

.divider {
    max-width: 900px;
    border-top: 1px solid #212026;
    text-align: center;
    margin: 0 auto;
}

.main-search-title {
    color: #040f3d;
    text-transform: uppercase;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.23;
    letter-spacing: normal;
}

.daily-deals {
    padding: 0 15px 30px;
    max-width: 1440px;
    width: 100%;
}

@media (min-width: 768px) {
    .daily-deals {
        padding: 40px 45px;
    }
}
.daily-deals-goods {
    position: relative;
    display: -ms-grid;
    display: grid;
    font-family: Muli, sans-serif;
    height: auto;
    grid-auto-flow: row;
    grid-auto-rows: minmax(20px, auto);
    -ms-grid-columns: 32.09% 18.51% 25.23% 18.51%;
    grid-template-columns: 18.51% 18.51% 18.51% 18.51% 18.51%;
    -ms-grid-rows: 176px 184px;
    grid-template-rows: 176px 184px;
    grid-gap: 17px 0;
}

.daily-deals-goods-price {
    margin-bottom: 3px;
    color: #229156;
    font-weight: bold;
    font-size: 24px;
}

.daily-deals-goods-price--old {
    color: #75859e;
    font-size: 14px;
    line-height: 1.14;
}

.daily-deals-goods-price--old--s {
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 6px;
    text-decoration: line-through;
}

.daily-deals-goods-price--small {
    font-size: 12px;
    line-height: 1.33;
    vertical-align: super;
    color: #229156;
    font-weight: bold;
}

.daily-deals-goods-description {
    margin-bottom: 12px;
    color: #10253e;
    font-size: 14px;
    line-height: 1.14;
}

.daily-deals-goods-title {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #10253e;
    font-weight: bold;
}

.daily-deals-goods-title--small {
    color: #10253e;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.43;
}

.daily-deals-goods-pricedrop {
    margin-bottom: 4px;
    width: 99%;
    height: 24px;
    background-size: contain;
    margin-top: 10px;
}

.daily-deals-goods-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 184px;
    position: relative;
}

.daily-deals-goods-body img {
    max-width: 100%;
    max-height: inherit;
    object-fit: contain;
}

.daily-deals-goods-shopimg {
    position: absolute;
    top: 16px;
    right: 16px;
    max-width: 66px;
    max-height: 16px;
}

.daily-deals-goods-discount {
    position: absolute;
    top: 8px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 24px;
    border-radius: 0 2px 2px 0;
    background-color: #ffd802;
    color: #081a30;
    font-weight: bold;
    font-size: 14px;
    z-index: 1;
}

.daily-deals-goods-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 40px 16px 16px 16px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    -ms-grid-row: 2;
    grid-row-start: span 2;
    overflow: hidden;
}

.daily-deals-goods-item:hover {
    text-decoration: none;
}

.search-wrapper {
    max-width: 1570px;
    margin: 73px auto auto;
}

.daily-deals-description-wrapper {
    margin: 0 15px;
    padding: 15px 18px;
    background-color: #f8f8fa;
}

.daily-deals-title {
    font-family: "Montserrat", sans-serif;
    letter-spacing: normal;
    color: #040f3d;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.75;
    margin-bottom: 5px;
    padding: 0 0 20px;
    text-transform: uppercase;
}

.daily-deals-description {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #212026;
    margin: 0;
    padding-bottom: 30px;
}

.main-categories {
    padding: 50px 3%;
    max-width: 1440px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    height: auto;
    grid-auto-flow: row;
    grid-auto-rows: minmax(20px, auto);
    margin-bottom: 64px;
    font-family: Muli, sans-serif;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px 1.85%;
}

.main-categories-head {
    margin-bottom: -8px;
    text-transform: capitalize;
    font-family: Muli, sans-serif;
    -ms-grid-column: 3;
    grid-column-start: span 3;
}

.main-categories-list_item {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 184px;
    border-radius: 2px;
    background-color: #f2f6f8;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.main-categories-list_item:hover {
    text-decoration: none;
}

.main-categories-list_item:hover .main-categories-list_item-text {
    background-color: #229156;
    color: #fff;
}

.main-categories-list_item-right {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 48px 16px 48px 0;
    width: 45%;
    border-radius: 2px;
    background-color: #f2f6f8;
}

.main-categories-list_item-right:after {
    position: absolute;
    top: 0;
    right: 100%;
    border-width: 184px 0 0 65px;
    border-style: solid;
    border-color: #f2f6f8 transparent transparent;
    content: "";
}

.main-categories-list_item-title {
    color: #081a30;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}

.main-categories-list_item-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 128px;
    height: 32px;
    border: solid 2px #229156;
    border-radius: 32px;
    color: #229156;
    text-transform: uppercase;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
    font-weight: bold;
    transition: all 0.5s;
}

.main-categories-list_img {
    max-width: 55%;
    height: auto;
    border-radius: 2px;
    object-fit: cover;
}

.main-categories-title {
    text-transform: uppercase;
    color: #081a30;
    font-size: 28px;
    line-height: 1.43;
}

.main-categories-description {
    color: #5c6e8a;
    font-size: 18px;
    line-height: 1.33;
}

.categories-shop-list {
    display: -ms-grid;
    display: grid;
    height: auto;
    grid-auto-flow: row;
    grid-auto-rows: minmax(20px, auto);
    margin-top: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px 10px;
}

.categories-shop-list_item {
    min-width: 0;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    background-color: #ffffff;
    border-radius: 3px;
    border: dashed 1px #989898;
    padding-left: 13px;
    padding-right: 13px;
    margin: 3px;
}

.categories-shop-list_item-text {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.47;
    color: #424242;
    font-size: 15px;
    font-weight: bold;
}

.categories-shop-list_item-img {
    max-height: 90px;
    max-width: 90px;
    padding-right: 15px;
}

.categories-shop-list_item-a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.categories-shop-list_item-a:hover {
    text-decoration: none;
}

.categories-shop-title {
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.33;
    color: #424242;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.categories-popular-list_block:after {
    display: table;
    content: "";
}

.categories-popular-list_block:before {
    display: table;
    content: "";
}

.categories-popular-list_item {
    outline: currentcolor none medium;
    width: 265px;
    float: left;
    height: 100%;
    min-height: 1px;
}

.categories-popular-list_a {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.categories-popular-list_a:hover {
    text-decoration: none;
}

.categories-popular-list_item-img {
    max-height: 175px;
    max-width: 175px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.categories-popular-list_item-img img {
    display: inline;
    margin: 0 auto 0 -25%;
    height: 100%;
    width: auto;
}

.categories-popular-list_span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.47;
    color: #424242;
    margin-top: 10px;
}

.categories-popular {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    overflow: hidden;
}

.categories-popular-list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.categories-popular-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #424242;
    margin-top: 0px;
    margin-bottom: 10px;
}

.categories-top {
    margin-top: 30px;
}

.categories-top-item_button {
    font-family: Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    background-color: #7abf12;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    margin: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(160, 198, 69, 0.56);
    cursor: pointer;
    color: #fff;
    font-size: 1.3125rem;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.categories-top-item_shiping {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.categories-top-item_shiping span {
    font-size: 14px;
    color: #878787;
    text-transform: uppercase;
    margin-right: 10px;
    display: inline-block;
    margin-left: 8px;
}

.categories-top-item_price {
    word-break: break-all;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ea413b;
    font-size: 22px;
    margin-right: 4px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.categories-top-item_footer {
    font-family: Helvetica, Arial, sans-serif;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-top: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    word-break: break-all;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px 10px 20px;
}

.categories-top-item_new {
    color: #878787;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-bottom: 0;
}

.categories-top-item_title {
    text-align: center;
    overflow: hidden;
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #424242;
    font-size: 18px;
    min-height: 18px;
    line-height: 1.2;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.categories-top-item_block-img {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}

.categories-top-item_img--market {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-top: 0;
    max-height: 20px;
    max-width: 64px;
    border-style: none;
}

.categories-top-item_img--product {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-height: 180px;
    max-width: 180px;
}

.categories-top-item_block {
    font-family: Helvetica, Arial, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 5px;
    border-bottom: 1px dashed #e2e2e2;
}

.categories-top-item_a {
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.categories-top-item_a:hover {
    text-decoration: none;
}

.daily-deals-cardvt.daily-deals-cardvt__inf.mobile {
    display: none;
}

.categories-top-item {
    font-family: Helvetica, Arial, sans-serif;
    min-width: 0;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    height: auto;
    border: solid 1px #ebebeb;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    margin: 3px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.categories-top-ls {
    display: -ms-grid;
    display: grid;
    height: auto;
    grid-auto-flow: row;
    grid-auto-rows: minmax(20px, auto);
    margin-top: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px 10px;
}

.categories-top-title {
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.33;
    color: #424242;
    margin-top: 0;
    margin-bottom: 10px;
}

.header-nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 40px;
    height: 40px;
}

.header-nav-list_item {
    color: #424242;
    font-size: 15px;
    -webkit-text-decoration: none;
    text-decoration: none;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    padding: 10px 0;
    text-align: center;
    line-height: 1.5;
}

.header-nav-list_item:hover {
    color: #424242;
    text-decoration: none;
}

.header {
    font-family: Helvetica, sans-serif;
    position: fixed;
    width: 100%;
    z-index: 3;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    top: 0;
    padding: 0;
    background-color: white;
    height: 40px;
}

.header nav {
    background: #fafafa;
}

.header-icon {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 15px;
    height: 15px;
    background-image: url("https://www.bestdeals.today//img/vector/search.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.header-form {
    color: #fff;
    font-family: Helvetica, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
    width: 100%;
}

.header-form form {
    color: #fff;
    font-family: Helvetica, sans-serif;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}

.header-form-item {
    height: 40px;
    width: 100%;
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header-form button {
    font-family: Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    background-color: #f44945;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 2px;
    box-shadow: none;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    text-transform: capitalize;
    cursor: pointer;
    color: #fff;
    line-height: 1;
    text-align: center;
    border: none;
}

.header-form input {
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 10px 15px 10px 30px;
    background-color: #fff;
    line-height: 1.4;
    font-size: 14px;
    width: 100%;
    color: #4e3c5a;
}

.header-logo {
    z-index: 2;
    display: block;
    box-sizing: border-box;
    width: 165px;
    height: 57px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 165px 57px;
    margin: 0;
    position: relative;
    background-image: url("http://cdn.bestreviews.com/images/logo.svg");
    flex-basis: 25%;
}

.header-link {
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -webkit-text-decoration: none;
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.header-link:hover {
    text-decoration: none;
    color: white;
}

header {
    font-family: Helvetica, sans-serif;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 0;
    height: 50px;
    position: fixed;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

header nav {
    width: 100%;
    background: white;
}

header .header-nav-div {
    font-family: Helvetica, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 40px;
    color: #fff;
}

.categories-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://www.bestdeals.today/assets/l1_categories/banners/automotive-47aec9474b73d65be0bb23c3b04933036f52c08201b9d6d6c69e805509ceab9e.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 120px 32px;
}

.categories-header nav {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
}

.categories-header nav a {
    font-size: 20px;
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
    background-color: transparent;
    color: #fffefe;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.categories-header-title {
    font-size: 28px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 24px;
    border-bottom: solid 1px #5e5e5e;
    width: 100%;
    padding-bottom: 9px;
    color: #ffffff;
    text-transform: capitalize;
}

.footer-top {
    box-sizing: border-box;
    background: #10253e;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #fff;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-evenly;
    padding: 70px 150px 70px 150px;
}

.footer-top-block {
    width: auto;
    text-align: left;
    color: white;
}

.footer-top-block-title {
    display: block;
    color: #e73834;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-weight: 400;
    text-align: left;
    padding-top: 0;
}

.footer-top-block-title span {
    color: #e73834;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.footer-top-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
    font-size: 14px;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-top-item {
    color: #fff;
    display: block;
    margin: 0.5em 0;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.footer-top-item:hover {
    color: #fff;
    text-decoration: none;
}

.footer-bot {
    box-sizing: border-box;
    background-color: #10253e;
    padding: 30px 10px;
    color: #fff;
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
}

.footer-bot-pa {
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 18px;
    color: white;
    margin: 4px 0;
}

.footer-bot-pa span {
    text-align: center;
    display: inline;
    color: #e73834;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
}

.footer-bot-pb {
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 14.5px;
    color: white;
    margin: 0px;
}

@media screen and (max-width: 1140px) {
    .daily-deals-goods {
        grid-template-columns: 1fr 1fr;
    }
    .categories-top-ls,
    .categories-shop-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    .header-nav-list_item {
        font-size: 11px;
    }
    .main-categories {
        grid-template-columns: none;
        display: flex;
        flex-direction: column;
    }
    .daily-deals-goods {
        grid-template-columns: 1fr;
    }
    .footer-top-nav {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .footer-top-block-title {
        text-align: center;
    }
    .footer-top {
        flex-direction: column;
    }
    .categories-top-item_button,
    .categories-top-item_title {
        font-size: 14px;
    }
    .categories-shop-list_item {
        height: 100px;
    }
    .categories-shop-list_item-text {
        font-size: 12px;
    }
    .categories-shop-list_item-img {
        min-width: 90px;
    }
    .categories-popular-title {
        text-align: center;
    }
    .categories-popular-list {
        justify-self: center;
    }
    .categories-popular-list_item {
        float: none;
        width: auto;
        margin: 20px 0;
        text-align: center;
    }
    .categories-top-ls,
    .categories-shop-list {
        grid-template-columns: 1fr;
    }
}
.categories-top-item_lb {
    width: 116px;
    height: 116px;
    position: absolute;
    top: -14px;
    left: -15px;
    margin-top: auto;
}

.categories-top-item_lb-span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 32px;
    left: 6px;
    text-transform: uppercase;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
}

.mt-20 {
    margin-top: 25px;
}

.filters {
    padding-left: 50px !important;
}

#amount {
    background: inherit;
}

.filters {
    margin-top: 30px;
}

@media (max-width: 1360px) {
    .categories-page, .categories-header {
        padding: 0;
    }
}
@media (max-width: 860px) {
    .header-form {
        display: none;
    }
}
section.daily-deals.ver-2 {
    align-items: center;
}

section.daily-deals.ver-2 .daily-deals-title {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.75;
}

section.daily-deals.ver-2 .daily-deals-description {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

section.main-categories .main-categories-title {
    position: relative;
}

section.main-categories .main-categories-title::before {
    position: absolute;
    top: -6px;
    left: 0;
    content: "";
    height: 5px;
    width: 35px;
    background: #dea14b;
}

.main-categories-list_item::after {
    content: none;
}

.main-categories-list_item-right {
    justify-content: center;
}

.daily-deals-goods {
    grid-template-rows: 176px 440px;
    font-family: "Montserrat", sans-serif;
    clear: both;
}

.related-deals .daily-deals-goods {
    grid-template-rows: 176px auto;
}

.daily-deals-products .daily-deals-formsearch {
    float: right;
    padding: 0;
    margin: 0;
    position: relative;
    left: 35px;
}

.daily-deals-products .daily-deals-search__button {
    top: 0px;
    left: -23px;
    width: 189px;
}

.daily-deals-formsearch {
    margin-top: 27px;
    padding-bottom: 40px;
}

.daily-deals-search__input {
    width: 397px;
    height: 53px;
    margin: 6px 13px 5px 0;
    padding: 2px 0 0 24px;
    border-radius: 5px;
    border: solid 1px #707070;
    outline: solid 0px #707070;
    background-color: #fff;
}

.daily-deals-search__input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: normal;
    color: #afacba;
}

.daily-deals-search__button {
    width: 209px;
    height: 53px;
    padding: 15px 0;
    border-radius: 0 5px 5px 0;
    background-color: #dea14b;
    position: relative;
    top: 0px;
    border: #dea14b;
    left: -19px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20.72px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.wrapper .header-vt {
    position: fixed;
    font-family: "Montserrat", sans-serif;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 4;
    align-items: center;
    color: #fff;
    background: white;
    padding: 0;
}

.header-vt-nav-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    color: #fff;
    justify-content: space-between;
    background: white;
    padding: 6px 0;
}

.header-vt-list {
    list-style: none;
    display: flex;
    flex: 1 0 30%;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    margin: 0;
}

.header-vt-li {
    flex: 0 0 15%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.header-vt-a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    text-decoration: none;
}

.header-vt-a:hover {
    color: #4b65bf;
    text-decoration: none;
}

.header-form.header-form-vt {
    padding: 0 50px 0 0;
    width: 100%;
    display: block;
    flex: 1 0 4%;
}

.header-form.header-form-vt .header-icon {
    left: 100%;
    position: absolute;
    top: 12px;
    width: 19px;
    height: 19px;
    background-image: url(https://www.bestdeals.today//img/vector/search.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 0 0 -87px;
}

.header-form.header-form-vt .header-icon {
    left: 100%;
    margin: 0 0 0 -52px;
}

.header-form.header-form-vt input {
    padding: 11px 18px 10px 12px;
    border: solid 1px rgba(203, 203, 203, 0.7);
}

.header-vt-nav-div .header-vt-list,
.header-vt-nav-div .header-vt-list,
.header-vt-nav-div {
    font-family: "Montserrat", sans-serif;
}

.header-form.header-form-vt {
    padding: 0 50px 0 0;
    width: 100%;
    display: block;
    flex: 1 0 4%;
}

.header-form-item {
    height: 40px;
    width: 100%;
    position: relative;
    flex-direction: row;
    padding: 0 16px 0 40px;
}

.pricing {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #212026;
}

.filters h4 {
    position: relative;
    margin: 16px 0;
    font-weight: bold;
}

.filters > h4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cccccc;
    top: 25px;
    left: 0;
}

.filters .price-range .ui-slider-handle, .filters .price-range .ui-state-default .ui-state-hover {
    background: #dea14b;
}

.checkbox input {
    position: absolute;
    left: -10000000%;
}

.checkbox span.notchecked {
    position: relative;
    width: 12px;
    height: 12px;
    border: 1px solid grey;
    display: inline-block;
    border-radius: 2px;
    background-color: #fff;
    margin: 0 6px 0 0;
}

.checkbox span.checked {
    position: relative;
    width: 12px;
    height: 12px;
    border: 1px solid grey;
    display: none;
    border-radius: 2px;
    background-color: #dea14b;
    margin: 0 6px 0 0;
    background-image: url('data:image/svg+xml;utf8, <?xml version="1.0" encoding="iso-8859-1"?><!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"	 viewBox="0 0 8 8" style="enable-background:new 0 0 8 8;" xml:space="preserve"><g>	<g id="check">		<g>			<polygon style="fill:000;" points="11.941,28.877 0,16.935 5.695,11.24 11.941,17.486 26.305,3.123 32,8.818 			"/>		</g>	</g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
}

input[type=checkbox]:checked ~ span.notchecked {
    display: none !important;
}

input[type=checkbox]:checked ~ span.checked {
    display: inline-block !important;
}

.filters .main-search-title {
    text-transform: uppercase;
    position: relative;
    color: #081a30;
    font-size: 26px;
    line-height: 1.43;
}

.filters .main-search-description {
    color: #5c6e8a;
    font-size: 15px;
    line-height: 1.33;
}

.main-search-title::before {
    position: absolute;
    top: -18px;
    left: 0;
    content: "";
    height: 5px;
    width: 35px;
    background: #dea14b;
}

.daily-deals-cardvt {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 16px 16px 16px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-text-decoration: none;
    grid-row-start: span 2;
    overflow: visible;
    text-decoration: none;
    width: 233px;
    margin: auto;
    height: 100%;
}

.daily-deals-cardvt:hover {
    text-decoration: none;
}

.daily-deals-goods.product-l {
    grid-template-rows: 176px auto;
}

.daily-deals-cardvt.product > * {
    padding: 5px 0;
}
.broadcast-segment-product,
.broadcast-segment-product:hover {
    color: inherit;
    text-decoration: none;
}
.daily-deals-cardvt.product > .daily-deals-cardvt--price {
    padding: 0;
}

.daily-deals-cardvt.product > .daily-deals-cardvt--price__was {
    padding: 0;
    display: block;
}

.daily-deals-cardvt.product > .daily-deals-cardvt--image__b {
    margin-left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 219px;
    width: 100%;
}

.daily-deals .sliders-page .daily-deals-loadmore.load-more-products-wrapper .load-more-btn {
    padding: 10px 5px;
    border-radius: 2px;
    border: solid 2px #4b65bf;
    background-color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4b65bf;
    width: 132px;
}

.search-results-wrapper.sliders-page .daily-deals-loadmore {
    padding-top: 28px;
    border-top: solid 1px #d9d9d9;
}

.daily-deals-cardvt.product .review-wrapper {
    padding: 8px 0;
}

.daily-deals-cardvt.product .daily-deals-cardvt--description {
    margin: 8px 0;
    padding: 11px 13px;
}

.daily-deals-cardvt.product .review-wrapper a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.06px;
    color: #4b65bf;
    text-decoration: underline;
}

.daily-deals-cardvt--snippet__o {
    position: absolute;
    width: 150px;
    height: 24px;
    top: 7px;
    left: -16px;
    background: #dea14b;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
}

.daily-deals-cardvt--snippet__o::before {
    position: absolute;
    background: transparent;
    content: " ";
    left: 0;
    top: 100%;
    border-left: 16px solid transparent;
    border-top: 11px solid #ad6f17;
}

.daily-deals-cardvt--snippet__t {
    position: absolute;
    width: 200px;
    height: 24px;
    top: 7px;
    left: -16px;
    background: #040f3d;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
}

.daily-deals-cardvt--snippet__t svg {
    margin: -2px 6px 0 0;
}

.daily-deals-cardvt--snippet__t::before {
    position: absolute;
    background: transparent;
    content: " ";
    left: 0;
    top: 100%;
    border-left: 16px solid transparent;
    border-top: 11px solid #000;
}

.daily-deals-cardvt--snippet-text {
    margin: 0;
}

.daily-deals-cardvt--image {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
}

.daily-deals-cardvt--image__b {
    width: 190px;
    height: 190px;
    margin: 0 auto 10px;
    padding: 18px 17px 17px;
    border: solid 1px #aaa8b3;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.daily-deals-cardvt--title {
    margin: 0 4px 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 20.4px;
    letter-spacing: -0.51px;
    color: #212026;
    text-align: left;
}

.daily-deals-cardvt--title:hover {
    color: #212026;
    text-decoration: none;
}

.daily-deals-cardvt--price__actual {
    margin: 8px 12px 5px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #040f3d;
    display: inline-block;
}

.daily-deals-cardvt--price__off {
    margin: 0 0 2px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #dea14b;
    display: inline-block;
}

.daily-deals-cardvt--price__was {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #212026;
}

.daily-deals-cardvt--price__was span {
    text-decoration: line-through;
}

.daily-deals-cardvt--button {
    width: 120px;
    height: 40px;
    margin: 6px 0 0 0;
    background: #4b65bf;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.13;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 4px 0 0 0;
    border-radius: 2px;
}

.daily-deals-cardvt--description {
    width: 201px;
    margin: 14px 0 17px;
    padding: 11px 0 15px 13px;
    background-color: #f8f8fa;
}

.daily-deals-cardvt--description__title {
    width: 206px;
    height: 19px;
    margin: 0 0 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #212026;
    text-transform: uppercase;
}

.daily-deals-cardvt--description__title span {
    display: inline-block;
    border-bottom: 2px solid #dea14b;
}

.daily-deals-cardvt--description p {
    color: #212026;
    margin: 8px 13px 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
}

.daily-deals-cardvt--description_color {
    display: block;
    color: #4b65bf;
    font-weight: 600;
    position: relative;
}

.daily-deals-cardvt--description_color::before {
    left: 0;
    top: 100%;
    width: 80px;
    background: #4b65bf;
    height: 2px;
    position: absolute;
}

.wrapper .header-vt {
    position: fixed;
    font-family: "Montserrat", sans-serif;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 4;
    align-items: center;
    color: #fff;
    padding: 0;
    background: transparent;
    border-bottom: solid 0.5px #d9d9d9;
}

.header-vt-nav-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    color: #fff;
    justify-content: space-between;
    background: white;
    padding: 0;
    max-width: 1778px;
    margin: 0 auto;
}

.header-vt-list {
    list-style: none;
    display: flex;
    flex: 1 0 30%;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    margin: 0;
}

.header-vt-li {
    flex: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.header-vt-a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    text-decoration: none;
}

.header-vt-li.header-vt-li__deals .header-vt-a {
    color: #4b65bf;
}

.header-vt-a:hover {
    color: #4b65bf;
    text-decoration: none;
}

.header-form.header-form-vt {
    padding: 0 50px 0 0;
}

.header-form.header-form-vt .header-icon {
    left: 100%;
    position: absolute;
    top: 12px;
    width: 19px;
    height: 19px;
    background-image: url(https://www.bestdeals.today/img/vector/search.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 0 0 -87px;
}

.header-form.header-form-vt .header-icon {
    left: 100%;
    margin: 0 0 0 -52px;
}

.header-form.header-form-vt input {
    padding: 11px 18px 10px 12px;
    border: solid 1px rgba(203, 203, 203, 0.7);
}

.header-vt-nav-div .header-vt-list,
.header-vt-nav-div .header-vt-list,
.header-vt-nav-div {
    font-family: "Montserrat", sans-serif;
}

.header-form.header-form-vt {
    padding: 0 50px 0 0;
    width: 100%;
    display: block;
    flex: 1 0 4%;
}

.header-form-item {
    height: 40px;
    width: 100%;
    position: relative;
    flex-direction: row;
    padding: 0 16px 0 40px;
}

.footer-vt {
    padding: 49px 0 33px;
    background-color: #040f3d;
}
.footer-vt-li {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
}
.footer-vt-title {
    text-transform: uppercase;
    color: #fff;
    cursor: default;
}
.footer-vt-a {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

.footer-vt-a:hover {
    text-decoration: underline;
    color: white;
}

.footer-rdt {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: normal;
    color: #ffffff;
}

.footer-vt-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-vt-f {
    padding: 0 96px;
}

.footer-vt-pd {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #fff;
}

.footer-vt-form-item {
    padding: 4px 0;
    margin: 4px 0;
}

.footer-vt-form-item {
    width: 100%;
    height: 40px;
}

.footer-vt-form-item input {
    width: 100%;
    height: 40px;
    padding: 6px 20px 0;
    font-size: 18px;
    border-radius: 2px;
}

.footer-vt-form-item button {
    border-radius: 2px;
    background-color: #4b65bf;
    width: 100%;
    height: 40px;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin: 8px 0 0;
}

.footer-logo-b {
    text-align: center;
}

.footer-logo {
    display: block;
    box-sizing: border-box;
    width: 165px;
    height: 57px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 165px 57px;
    margin: 0;
    position: relative;
    background-image: url("http://cdn.bestreviews.com/images/logo.svg");
    flex-basis: 25%;
}

.daily-deals-cardvt--button__span {
    display: block;
    color: white;
}

.daily-deals-cardvt--button__span:hover {
    color: white;
    text-decoration: none;
}

.daily-deals-goods.daily-deals-goods-vt {
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.header-btn-ham-vt {
    display: none;
}

@media screen and (max-width: 768px) {
    .daily-deals-search__input {
        max-width: 100%;
    }
    .daily-deals-title {
        font-size: 40px;
    }
    .daily-deals-description {
        font-size: 15px;
    }
    .header-logo {
        flex-basis: auto;
        margin: 0 20px 0 0;
    }
    .header-form.header-form-vt {
        display: none;
    }
    button.btn.btn-default.dropdown-toggle {
        background: white;
        padding-bottom: 3px;
    }
    .daily-deals-cardvt--description {
        width: 100%;
    }
    .footer-vt-ul {
        text-align: center;
        margin: 20px 0;
    }
    .footer-rdt {
        text-align: center;
    }
    .social-buttons {
        padding: 20px 20px !important;
        max-width: 360px;
        margin: 0 auto;
    }
    .footer-vt-f {
        padding: 0 20px;
    }
}
.show-imp {
    display: block !important;
}

.filters .checkbox label {
    padding-left: 0;
}

.main-search-title {
    position: relative;
}

.categories-header {
    display: none;
}

.container-fluid {
    overflow: hidden;
}

.bg-grey {
    background: #f9fafd;
    padding: 20px 0;
}

.categories-top-block .daily-deals {
    margin: 0 auto;
}

.categories-page .daily-deals-goods {
    grid-gap: 17px 0.4%;
}

.categories-page {
    padding: 0px 70px 50px;
}

.categories-page .daily-deals-goods.daily-deals-goods-vt {
    grid-template-columns: 19% 19% 19% 19% 19%;
}

@media screen and (max-width: 1460px) {
    .daily-deals-goods {
        grid-template-columns: 25% 25% 25% 25%;
        max-width: 1150px;
        margin: 22px auto !important;
        grid-gap: 17px 0;
        justify-content: center;
        align-items: center;
    }
    .main-wrapper {
        max-width: 1130px;
        margin: auto;
    }
    .dropdown-wrapper {
        margin-right: 22px !important;
    }
}
@media screen and (max-width: 1800px) {
    .categories-page {
        padding: 0px 0px 50px;
    }
    .categories-page .daily-deals-goods.daily-deals-goods-vt {
        grid-template-columns: 25% 25% 25% 25%;
        max-width: 1150px;
        margin: 22px auto !important;
        grid-gap: 17px 0;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 1340px) {
    .categories-page .daily-deals-goods.daily-deals-goods-vt {
        grid-template-columns: 33% 33% 33%;
        margin: 22px auto !important;
        max-width: 860px;
        grid-gap: 17px 0;
        justify-content: center;
        align-items: center;
    }
}
.disclaimer-vt {
    background: #e2e3e8;
    color: #040f3d;
    font-weight: 500;
    line-height: 2.31;
    letter-spacing: 0.44px;
}

.disclaimer-vt-close {
    position: absolute;
    right: 0;
    width: 20px;
    height: 100%;
    top: 0;
    margin: 0 65px 0 0;
}

.disclaimer-vt-close::before {
    cursor: pointer;
    position: absolute;
    content: "";
    width: 17px;
    height: 3px;
    background: black;
    top: 50%;
    left: 50%;
    margin: 0 0px 0 -8px;
    transform: rotate(45deg);
}

.disclaimer-vt-close::after {
    position: absolute;
    cursor: pointer;
    content: "";
    width: 17px;
    height: 3px;
    background: black;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -8px;
    transform: rotate(-45deg);
}

.disclaimer-vt.hidden {
    display: none;
}

.daily-deals-loadmore {
    margin: 28px 0 0;
    padding: 2px 0;
    text-align: center;
}

.daily-deals-cardvt--light-deal-block {
    margin-top: 4px;
    margin-bottom: 4px;
}

.daily-deals-cardvt--light-deal i {
    background-image: url(https://deals.bestreviews.com/images/flash.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: contain;
    margin: 0 0px 0 0px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.daily-deals-cardvt--light-deal {
    display: inline-block;
    margin: 1px 0 2px 3px;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.7;
    letter-spacing: normal;
    color: #040f3d;
    padding: 8px 9px 7px 20px;
    border-radius: 10px;
    border: solid 1px #e3e3e3;
    text-transform: uppercase;
    background-color: #fff;
    position: relative;
}

@media screen and (max-width: 768px) {
    .disclaimer-vt-close::before {
        cursor: pointer;
        position: absolute;
        content: "";
        width: 15px;
        height: 3px;
        background: black;
        top: 50%;
        left: 50%;
        margin: 0 0 0 -9px;
        transform: rotate(45deg);
    }
    .disclaimer-vt-close::after {
        position: absolute;
        cursor: pointer;
        content: "";
        width: 15px;
        height: 3px;
        background: black;
        top: 50%;
        left: 50%;
        margin: 0 0 0 -9px;
        transform: rotate(-45deg);
    }
    .disclaimer-vt-close {
        position: absolute;
        right: 0;
        width: 20px;
        height: 100%;
        top: 0;
        margin: 0 20px 0 0;
    }
}
.disclaimer-vt p {
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    background: #e2e3e8;
    color: #040f3d;
    line-height: 2.31;
    letter-spacing: 0.44px;
    font-size: 14px;
    padding: 5px 0;
    width: calc(100% - 115px);
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 0;
}

.disclaimer-vt a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #4b65bf;
    color: #4b65bf;
    text-decoration: none;
}

.disclaimer-vt a:hover {
    color: #4b65bf;
    text-decoration: none;
}

.disclaimer-vt a:after {
    margin-left: 2px;
}

.disclaimer-vt a:after {
    content: "";
    display: inline-block;
    margin-bottom: 0.12em;
    margin-right: -0.52em;
    border-top: 0.23em solid transparent;
    border-bottom: 0.23em solid transparent;
    border-left: 0.32em solid #4b65bf;
    margin-left: 0;
    position: relative;
    left: 2px;
    top: 1px;
}

.daily-deals-cardvt__inf .daily-deals-cardvt--description__title span {
    border-bottom: none;
    color: #cd8c30;
}

.daily-deals-cardvt__inf .daily-deals-cardvt--description {
    margin-top: 0;
    padding: 18px 18px 34px 18px;
    width: 263px;
}

.daily-deals-cardvt.daily-deals-cardvt__inf {
    padding-right: 0;
    padding-left: 0;
}

.daily-deals-cardvt.daily-deals-cardvt__inf .daily-deals-cardvt--description__title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #cd8c30;
}

.daily-deals-cardvt.daily-deals-cardvt__inf .daily-deals-cardvt--description p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #212026;
    margin-right: 0;
}

.dropdown-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-right: 3px;
    margin-bottom: 16px;
}

.dropdown-wrapper .dropdown.category {
    margin-right: 12px;
}

.dropdown-wrapper > .dropdown {
    border-radius: 5px !important;
    border: solid 1px #ced0da !important;
}

.dropdown-wrapper > .dropdown > .dropdown.icon {
    color: #dea14b;
}

.dropdown-wrapper > .dropdown > .default.text {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #040f3d !important;
}

.dropdown-wrapper .ui.selection.dropdown:focus .menu, .dropdown-wrapper .ui.selection.active .menu {
    border-color: #ced0da !important;
}

.ui.selection.dropdown .menu > .item {
    font-size: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .disclaimer-vt p {
        text-align: center;
    }
}
@media screen and (max-width: 1180px) {
    .daily-deals-goods {
        grid-template-columns: 33% 33% 33%;
        margin: 22px auto !important;
        max-width: 860px;
        grid-gap: 17px 0;
        justify-content: center;
        align-items: center;
    }
    .main-wrapper {
        max-width: 840px;
    }
    .dropdown-wrapper {
        margin-right: 24px;
    }
    .bg-grey {
        padding: 30px !important;
    }
    .filters {
        padding-left: 30px !important;
    }
}
@media screen and (max-width: 960px) {
    .dropdown-wrapper {
        margin-right: 0;
        margin-top: 10px;
    }
    .disclaimer-vt p {
        padding: 10px 45px 10px 18px;
        max-width: 100%;
        width: 100%;
    }
    .daily-deals-goods,
    .categories-page .daily-deals-goods.daily-deals-goods-vt {
        grid-template-columns: 50% 50%;
        margin: 22px auto !important;
        max-width: 575px;
        grid-gap: 17px 0;
        justify-content: center;
        align-items: center;
    }
    .categories-popular-list_block {
        width: 100%;
    }
    input.daily-deals-search__input {
        width: 100%;
    }
    .daily-deals-search__button {
        margin: 0;
        left: 0;
        width: 100%;
    }
    .main-search-title {
        margin: 30px 0;
    }
}
@media screen and (max-width: 640px) {
    .daily-deals-cardvt.daily-deals-cardvt__inf {
        display: none;
    }
    .daily-deals-cardvt.daily-deals-cardvt__inf.mobile {
        height: auto;
        display: block;
    }
    .daily-deals-goods,
    .categories-page .daily-deals-goods.daily-deals-goods-vt {
        grid-template-columns: 100%;
        margin: 22px auto !important;
        grid-gap: 17px 0;
        justify-content: center;
        align-items: center;
    }
}
.header-vt {
    position: absolute;
    padding-right: 0;
    height: auto;
    width: auto;
    z-index: 1000000000;
    top: 52px;
    left: 0;
    right: 0;
    background: transparent;
    border-bottom: solid 0.5px #d9d9d9;
}
@media screen and (max-width: 768px) {
    .header-vt {
        top: 65px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .cat-nav-desc-inner {
        display: flex;
        justify-content: space-around;
        width: auto !important;
    }
    .cat-nav-ch {
        margin-left: 0 !important;
    }
}
.loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.loader .spinner {
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    opacity: 0.6;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.loader .spinner .spinner-image {
    background-repeat: repeat-y;
    background-position: initial;
    background-image: url(https://deals.bestreviews.com/images/spinner.svg);
    background-size: contain;
    width: 100px;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .dropdown-wrapper {
        flex-direction: column;
        margin: 0 0 40px 0 !important;
    }
    .ui.selection.dropdown {
        margin: 10px 0;
    }
}
