/* Fonts-style */
@import url("fonts.css");

/* Start Main Css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
address,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
input,
select,
textarea {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "OpenSans-Regular";
    margin: 0 auto;
}

body .modal {
    padding-right: 0 !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
}

button:focus,
button:active,
button:hover {
    outline: none !important;
    box-shadow: none !important;
    background-color: inherit;
}

a:focus {
    box-shadow: none;
    outline: none;
}

input {
    outline: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

ul li {
    list-style-type: none;
}

main,
nav {
    display: block;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

a {
    background-color: transparent;
}

a:active {
    outline: 0;
}

a,
a:visited,
a:hover,
a:focus {
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

/* Start Category Css */
.category-item {
    font-family: "Inter";
    font-style: normal;
    width: 824px;
    height: auto;
    /* height: 240px; */
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 32px 16px 32px 18px;
    margin-bottom: 22px;
    box-sizing: border-box;
    transition: all .4s;
}

.category-item:hover {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.category-item .category-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.category-item .category-item-img {
    margin-right: 10px;
}

.category-item .category-item-img img {
    min-width: 176px;
    height: 176px;
    object-fit: contain;
}

.category-item .category-item-text {
    width: 210px;
}

.category-item .category-item-title a {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #3189b8;
    margin: 16px 0;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.category-item .category-item-title:hover,
.category-item .category-item-title:focus {
    text-decoration-line: underline;
    color: #2a64f6;
}

.category-item .category-item-coverage {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #70777b;
    margin-top: 7px
}

.category-item .category-item-band-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 160px;
    margin-bottom: 8px;
}

.category-item .category-item-band-images img {
    margin: 4px;
    width: 32px;
    /* filter: grayscale(1); */
}

.category-item .category-item-band-calls {
    width: 160px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-align: center;
}

.category-item .category-item-band-btn {
    width: 78px;
    height: 23px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-top: 16px;
    cursor: text;
}

.category-item .band-color-1 {
    background: rgba(49, 137, 184, 0.26);
}

.category-item .band-color-2 {
    background: #d5cde0;
}

.category-item .band-color-3 {
    background: #f8e6b8;
}

.category-item .band-color-4 {
    background: #cbe3d3;
}

.category-item .band-color-5 {
    background: #f0f0f0;
}

.category-item .category-item-price-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.category-item .category-item-price-img {
    width: 48px;
}

.category-item .category-item-price-amount {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.category-item .category-item-price-old {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #808080;
    margin-left: 12px;
}

.category-item .category-item-price-save {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #f00000;
}

.category-item .category-item-price-btn {
    width: 177px;
    height: 48px;
    background: #ff7c00;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    text-wrap: nowrap;
}

.category-item .category-item-price-btn:hover {
    cursor: pointer;
    background: #e97000;
    box-shadow: 0px 4px 6px 0px #00000033 inset;
    color: #ffffff !important;
    font-size: 18px;
}
.fr .category-item .category-item-price-btn:hover {
    font-size: 16.5px;
}

.category-item-sale {
    position: relative;
    margin-top: 36px;
}

.category-item-sale.category-item-customer .category-sale-badge{
    left:218px;
} 

.category-item-sale .category-sale-badge {
    background: #ff0000;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    min-width: 124px;
    height: 31px;
    position: absolute;
    top: -15px;
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
}

.category-item-bestseller {
    position: relative;
    margin-top: 36px;
}

.category-item-bestseller .category-sale-bestseller {
    background: #4ac96e;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    min-width: 124px;
    height: 31px;
    position: absolute;
    top: -15px;
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
}

.category-item-customer {
    position: relative;
    margin-top: 36px;
    border: 2px solid #ffba0a;
}

.category-item-customer:hover {
    border: 3px solid #ffba0a;
}

.category-item-customer .category-sale-customer {
    background: #ffba0a;
    color: #000000;
    border: 2px solid #ffffff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    min-width: 124px;
    height: 31px;
    position: absolute;
    top: -15px;
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
}

/* .category-badge-label {
    color: #76bf42;
    width: 100%;
    margin: 5px;
    text-align: center;
    border: 2px solid #ffffff;
    font-weight: 500;
    font-size: 16px;
} */

.category-item-sale .category-badge-label {
    background: #76bf42;
    color: white;
    border: 2px solid #ffffff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    min-width: 124px;
    height: 31px;
    position: absolute;
    top: -15px;
    left: 346px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    grid-gap: 5px;
}

.category-badge-label i {
    color: white;
}

/* End Category Css */

/* Start Stars Css */
.stars-content .stars-block {
    display: flex;
    align-items: center;
}
.ch .category-all-list .stars-content .stars-block {
    flex-wrap:wrap;
}
.ch .category-all-list .category-item .category-item-price-text{
    flex-wrap:wrap;
}
.ch .category-all-list .category-item .category-item-price-img{
    width:43px;
}
.ch .category-item .category-item-price-btn{
    font-size:14px;
}
.ch .category-item .category-item-price-btn:hover{
    font-size:15px;
}
.stars-content .color-stars {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    overflow: hidden;
    color: #fec600;
    text-align: left;
    white-space: nowrap;
}
.at .stars-content .stars-block {
    flex-wrap: wrap;
}

.stars-content .stars-container .fa.fa-star {
    font-size: 14px;
}

.stars-content .fa-star:before {
    content: "\f005";
}

.stars-content .stars-container {
    color: #b9b6b6;
    position: relative;
    width: 100px;
}

.stars-content .stars-number {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #b0b0b0;
}

/* End Stars Css */

/* Start Category Banner Css */
.category-banner {
    font-family: "Inter";
    font-style: normal;
    margin-bottom: 32px;
}

.category-banner .category-banner-content {
    max-width: 1256px;
    width: 100%;
    margin: 0 auto;
    padding: 0 48px;
}

.category-banner .category-banner-head {
    width: 100%;
    height: 50px;
    /* background: #76bf42; */
    background: #F2F4F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-banner .category-banner-head-content {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    background-color: #F5F5F5;
}

.category-banner .category-banner-info {
    min-height: 600px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.category-banner .category-banner-head ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-banner .category-banner-head-content li img {
    max-width: 22px;
    margin-right: 9px;
}

.category-banner .category-banner-head li {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    /* background: #76bf42; */
    background-color: #F5F5F5;
    width: 289px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* text-decoration-line: underline; */
    color: #000000;
    /* cursor: pointer; */
    display: flex;
    align-items: center;
}

/* .category-banner .category-banner-head li a {

} */

.category-banner .category-banner-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    padding-top: 65px;
    padding-bottom: 24px;
}

.category-banner .category-banner-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 8px;
}

.category-banner .category-banner-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    padding-left: 20px;
}

.category-banner .category-banner-list li {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    list-style: disc;
    color: #000000;
}

.category-banner .category-banner-logo {
    display: flex;
    align-items: center;
}

.category-banner .category-banner-logo img {
    margin-right: 27px;
}

.category-banner .category-secure-img {
    width: 75px;
}

.category-banner .category-norton-img {
    width: 71px;
}

.category-banner .category-checkout-img {
    width: 165px;
}

.category-banner .category-banner-content-left {
    max-width: 520px;
}

/* End Category Banner Css */

/* Start Category Products Css */
.category-products {
    font-family: "Inter";
    font-style: normal;
    display: flex;
}

.category-products .category-products-content {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 24px; */
    display: flex;
    justify-content: space-between;
}

.category-products-content-left {
    margin-right: 40px;
}

.category-products .category-products-left-item {
    width: 296px;
    background: #f7f7f7;
    border: 1px solid #4ac96e;
    border-radius: 4px;
    margin-bottom: 24px;
    position: relative;
}

.category-products .category-products-left-item-head {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #193c94;
    border-bottom: 1px solid #d9d9d9;
    padding: 32px 24px 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-products-phone-booster-head {
    padding: 32px 24px 16px;
    position: relative;
}

.phone-booster .progress {
    background: #ffffff;
    border: 1px solid #4ac96e;
    border-radius: 50px;
    max-width: 248px;
    height: 30px;
    position: relative;
}

.phone-booster .progress-number {
    position: absolute;
    right: 9px;
    top: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.phone-booster .progress-bar {
    width: 5px;
}

.category-second-page-progress-bar {
    font-family: "Inter";
    font-style: normal;
    max-width: 510px;
    margin: 32px auto 0;
}

.category-second-page-progress-bar .phone-booster-title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 32px;
}

.category-second-page-progress-bar .container {
    padding: 0;
}

.bg-success {
    background: #4ac96e;
}

.category-products .category-products-left-item-body {
    padding: 18px 24px 32px;
}

.category-products .choose-provider .category-products-left-item-body {
    padding: 18px 16px 32px;
}

.category-products .category-products-left-item-head-size {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.category-products input[type="checkbox"],
input[type="radio"] {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

input[type="radio"]:hover {
    border: 1px solid #2a64f6;
}

.category-products .category-products-left-item-body label {
    display: flex;
    align-items: center;
    margin: 0 0 22px 0;
    padding: 0;
}

.category-products .category-products-left-item-head .info-abs {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 50px;
    top: 27px;
}

.category-products .category-products-left-item-head-line {
    margin: 0 8px;
}

.category-products .category-products-left-item-head .info-bars-abs {
    /* position: absolute; */
    width: 12px;
    height: 12px;
    right: 113px;
    top: 51px;
    margin-top: -11px;
}

.category-products .category-products-left-item-head .bars-info-block {
    display: inline-block;
}

.category-products .category-products-left-item-head-text {
    width: 160px;
}

.category-products .choose-service {
    position: relative;
}

.category-products .choose-service-info {
    width: 323px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #272727;
    position: absolute;
    /* top: -53px;
  right: -258px; */
    top: -63px;
    right: -303px;
    z-index: 44;
    display: none;
}

.choose-service-info-tooltip {
    /* width: 323px; */
    width: 100%;

    padding: 24px;
    background: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #272727;
    /* position: absolute;
  /* top: -53px;
  right: -258px; */
    /*
  top: -63px;
  right: -303px;
  z-index: 44;
  display: none; */
}

.category-products .choose-service-info-open {
    display: block;
}

.category-products .service-info-block {
    cursor: pointer;
}

.category-products .choose-bars-img {
    width: 24px;
    margin-right: 8px;
}

.category-products .choose-bars {
    position: relative;
}

.category-products .choose-bars-info {
    width: 323px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #272727;
    position: absolute;
    /* top: -53px; */
    right: -258px;
    z-index: 44;
    display: none;
    bottom: -55%;

}

.category-products .choose-bars-info ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    list-style: disc;
    color: #272727;
}

.category-products .choose-bars-info ul {
    margin-left: 15px;
}

.category-products .choose-bars-info-open {
    display: block;
}

.category-products .choose-provider-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.category-products .choose-provider-item label {
    width: 78px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    border-radius: 100px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 4px 10px !important;
    cursor: pointer !important;
}

.category-products .choose-provider-item label {
    opacity: 0.5;
}

.category-products .choose-provider-item input:checked~label {
    opacity: 1;
    border: 1px solid #2a64f6;
}

.category-products .choose-provider-item input {
    display: none;
}

.category-products .choose-provider-item img {
    max-width: 24px;
}

/* .category-products .choose-provider .choose-provider-item-opacity {
  opacity: 1;
  border: 1px solid #2a64f6;
} */
.category-products .choose-provider label {
    margin: 0;
    /* height: 100%;
  width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.category-products .phone-booster-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 16px;
    text-align: center;
}

.choose-provider-item label.active {
    opacity: 1;
}

/* End Category Products Css */

/* Start Category Products 2 Css */
.category-products-2 .category-products-content {
    justify-content: center;
}

.category-products-2 .category-item {
    width: 1160px;
    padding: 32px 60px 32px 70px;
}

.category-products-2 .category-content-col {
    display: flex;
    align-items: center;
}

/* End Category Products 2 Css */

/* Start Blog Post Booster Signal Css */
.category-second-page-boost-signal {
    max-width: 863px;
    width: 100%;
    margin: 0 auto;
}

.blog-post-booster-signal {
    font-family: "Inter";
    font-style: normal;
    margin: 72px 0;
}

.blog-post-booster-signal .blog-post-booster-signal-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    text-align: center;
    position: relative;
    margin: 0 auto 86px;
    width: max-content;
}

.blog-post-booster-signal .blog-post-booster-signal-title span {
    font-weight: 700;
    color: #2a64f6;
}

.blog-post-booster-signal .blog-post-booster-signal-arrow {
    position: absolute;
    right: -65px;
    top: 8px;
    width: 98px;
}

.blog-post-booster-signal .blog-post-booster-signal-item-img {
    background: #379fe8;
    border: 4px solid #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    width: 146px;
    height: 146px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.blog-post-booster-signal .blog-post-booster-signal-item-img:hover {
    background-color: #1c6ba2;
}

.blog-post-booster-signal .blog-post-booster-signal-item-img img {
    width: 80px;
}

input[type="radio"] {
    width: 24px;
    height: 24px;
}

input[type="radio"]:hover:before {
    opacity: 1;
    border: 1px solid #2a64f6;
}

input[type="radio"]:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 100%;
    transition: 0.3s;
}

.blog-post-booster-signal .blog-post-booster-signal-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-post-booster-signal .blog-post-booster-signal-item-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 16px;
}

.blog-post-booster-signal .blog-post-booster-signal-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.category-text {
    width: calc(100% - 40px);
}

/* End Blog Post Booster Signal Css */

/* Start Video Block Css */
.category-video-block {
    font-family: "Inter";
    font-style: normal;
    margin: 24px auto 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.category-video-block-2 {
    margin: 60px auto;
}

.category-video-block img {
    width: 46px;
    margin-right: 24px;
}

.category-video-block h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.category-video-block h3:hover,
.category-video-block h3:focus {
    text-decoration-line: underline;
    color: #3189b8;
}

.modal-dialog {
    max-width: 1280px;
    margin: 80px auto;
    padding: 0 48px;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: -10px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

/* End Video Block Css */

/* Start Customer Review Css */
.customer-reviews {
    margin: 72px auto 128px;
    font-family: "Inter";
    font-style: normal;
}

.customer-reviews .customer-reviews-content {
    max-width: 1256px;
    width: 100%;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.customer-reviews .customer-reviews-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    color: #000000;
    margin-bottom: 48px;
}

.customer-reviews-left img {
    width: 124px;
    height: 124px;
}

.customer-reviews .customer-reviews-item {
    height: 340px;
    position: relative;
    overflow: hidden;
}

.customer-reviews .customer-reviews-item-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: 3px solid #4ac96e;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    padding: 42px 32px;
    position: relative;
}

.customer-reviews .customer-reviews-item-over {
    position: absolute;
    bottom: -34px;
    left: -6.8px;
    z-index: 7;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #4ac96e;
    rotate: 45deg;
}

.inner-triangle {
    position: relative;
    top: -24px;
    left: 1.99px;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: 20px solid #fff;
    rotate: 0deg;
}

.customer-reviews .customer-reviews-left {
    margin: 0 24px;
}

.customer-reviews .customer-reviews-left-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-top: 16px;
    text-align: center;
}

.customer-reviews .customer-reviews-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #17181a;
}

.customer-reviews .customer-reviews-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #17181a;
}

.customer-reviews .slider-single {
    width: 1160px;
}

.customer-reviews .customer-reviews-right {
    width: calc(100% - 110px);
}

.customer-reviews .slick-dots {
    width: 175px;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    margin: auto;
}

.customer-reviews .slick-dots li {
    width: inherit;
}

.customer-reviews .slick-dots li button:before {
    content: "";
}

.customer-reviews .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 4px;
    height: 4px;
    background: #b4b4b4;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    outline: 0;
}

.customer-reviews .slick-dots li.slick-active button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 128px;
    height: 4px;
    background: #969696;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    outline: 0;
}

/* End Booster Solve Css */

/* Start Booster Solve Css */
.booster-solve {
    margin: 0 auto 128px;
    font-family: "Inter";
    font-style: normal;
}

.booster-solve .booster-slove-item {
    display: flex;
    /* align-items: center; */
    margin-top: 48px;
    width: 48%;
}

.booster-solve .booster-solve-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.booster-solve .booster-solve-content {
    max-width: 1256px;
    padding: 0 48px;
    width: 100%;
    margin: 0 auto;
}

.booster-solve .booster-solve-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    color: #000000;
    margin-bottom: 16px;
    text-align: center;
}

.booster-solve .booster-slove-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #000000;
    max-width: 355px;
}

.booster-solve .booster-slove-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #414141;
    max-width: 355px;
}

.booster-solve .booster-slove-item-left {
    width: 200px;
    height: 200px;
    /* background: #f0f0f0; */
    border-radius: 50%;
    margin-right: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booster-solve .booster-slove-item-right {
    width: calc(100% - 213px);
}

.booster-solve .booster-slove-item-left img {
    width: 141px;
}

/* End Booster Solve Css */

/* Start Certified Boosters Css */
.certified-boosters {
    margin: 0 auto 128px;
    font-family: "Inter";
    font-style: normal;
}

.certified-boosters .certified-boosters-content {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 64px 48px;
    background-color: #f4f4f4;
}

.certified-boosters .certified-boosters-images {
    display: flex;
    align-items: center;
    margin-top: 33px;
}

.certified-boosters .certified-boosters-left {
    width: 533px;
}

.certified-boosters .certified-boosters-right {
    width: 460px;
}

.certified-boosters .certified-1 {
    width: 42px;
    margin-right: 37px;
}

.certified-boosters .certified-2 {
    width: 67px;
    margin-right: 37px;
}

.certified-boosters .certified-3 {
    width: 47px;
}

.certified-boosters .certified-boosters-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 16px;
}

.certified-boosters .certified-boosters-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 16px;
}

/* End Certified Boosters Css */

/* Start FAQ Css */
.faq-boosters {
    margin: 0 auto 128px;
    font-family: "Inter";
    font-style: normal;
}

.faq-boosters .faq-boosters-content {
    max-width: 864px;
    width: 100%;
    margin: 0 auto;
}

.faq-boosters .faq-boosters-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 55px;
    color: #000000;
    text-align: center;
}

.faq-boosters .card {
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #eff1f3;
}

.faq-boosters .card-header {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
}

.faq-boosters .faq-cover-icon {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    user-select: none;
    z-index: 2147483601;
}

.card-header[aria-expanded="true"] {
    color: #2a64f6;
}

.faq-boosters .card-header:hover .faq-cover-icon {
    color: #2a64f6;
}

.faq-boosters .card-header:hover {
    color: #2250c5;
}

.faq-boosters .faq-cover-plus {
    width: 10px;
    height: 10px;
    justify-content: center;
    align-items: center;
    display: none;
}

.faq-boosters .faq-cover-minus {
    width: 10px;
    height: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.faq-boosters .card-header.collapsed .faq-cover-plus {
    display: flex;
}

.faq-boosters .card-header.collapsed .faq-cover-minus {
    display: none;
}

/* End FAQ Css */

/* Start Financing Options Css */
.financing-options {
    font-family: "Inter";
    font-style: normal;
    margin: 0 48px 128px;
}

.financing-options .financing-options-content {
    max-width: 1160px;
    height: 183px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 72px;
}

.financing-options .financing-options-left {
    position: relative;
    width: 230px;
}

.financing-options .financing-options-percent {
    font-weight: 500;
    font-size: 72px;
    line-height: 87px;
    color: #0fa0ea;
}

.financing-options .financing-options-apr {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #060809;
    position: absolute;
    top: 12px;
}

.financing-options .financing-options-center {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    max-width: 468px;
}

.financing-options .affirm-logo {
    width: 80px;
    margin-left: 32px;
}

.financing-options .financing-options-right {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #303030;
}

/* End Financing Options Css */

/* Start Perfect Options Css */
.perfect-options {
    margin: 0 auto 128px;
    font-family: "Inter";
    font-style: normal;
}

.perfect-options .perfect-options-content {
    max-width: 1256px;
    padding: 0 48px;
    width: 100%;
    margin: 0 auto;
}

.perfect-options .perfect-options-online-btn {
    padding: 7px 16px;
    width: 123px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #4ac96e;
    border-radius: 100px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    width: fit-content;
}

.perfect-options .perfect-options-online-btn img {
    width: 20px;
    margin-right: 6px;
}

.perfect-options .perfect-options-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    color: #000000;
    margin-bottom: 16px;
    text-align: center;
}

.perfect-options .perfect-options-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #464646;
    margin-bottom: 48px;
    text-align: center;
}

.perfect-options .perfect-options-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.perfect-options .perfect-options-item {
    position: relative;
    width: 272px;
    height: 150px;
    background: #d4e0fd;
    border-radius: 8px;
    padding: 24px;
    margin: 0 12px;
    transition: all .3s;
    text-align: left;;
}

.perfect-options .perfect-options-item:hover {
    /* filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.16)); */
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.16)!important;

}

.perfect-options .perfect-options-item-img {
    width: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.perfect-options .perfect-options-item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 12px;
    padding-right: 10px;
}

.fr .perfect-options .perfect-options-item {
    height: 190px;
}

.perfect-options .perfect-options-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #464646;
    margin-bottom: 25px;
}

.perfect-options .perfect-options-item-chat {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    /* color: #2250c5; */
    color: #007bff;
}
.perfect-options .perfect-options-item-chat:hover {
    color: #0056b3
}

.perfect-options-white .perfect-options-item-chat:hover {
    text-decoration: none;
}

.show-mobile {
    display: none;
}

/* End Perfect Options Css */

/* Start Finish Modal */
.finish-modal {
    max-width: 864px;
    margin: 0 auto;
    text-align: center;
}

.finish-modal .modal-body {
    font-family: "Inter";
    font-style: normal;
    padding: 72px 148px;
}

.finish-modal .modal-finish-logo {
    width: 176px;
    height: 48px;
    margin-bottom: 24px;
}

.finish-modal .modal-finish-banner {
    width: 568px;
    height: 293px;
    object-fit: cover;
    margin-bottom: 24px;
}

.finish-modal .modal-finish-title {
    font-weight: 500;
    font-size: 64px;
    line-height: 77px;
    color: #000000;
    margin-bottom: 24px;
}

.finish-modal .modal-finish-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px;
    color: #000000;
}

.finish-modal .modal-finish-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 32px;
    color: #000000;
}

.finish-modal .modal-finish-subscribe {
    width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.finish-modal .modal-finish-subscribe input {
    width: 568px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #ff7c00;
    border-radius: 1px;
    padding-left: 16px;
}

.finish-modal .modal-finish-subscribe button {
    width: 152px;
    height: 36px;
    background: #ff7c00;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
}

.finish-modal .modal-dialog {
    padding: 0;
}

.shop-pagination {
    margin-top: 40px;
    justify-content: center;
}

.shop-pagination a.page-link {
    border: 0;
    color: #767B80;
    font-weight: 400;
}

.shop-pagination .page-item.active .page-link {
    background-color: transparent;
    color: #2A64F6;
}
.show-375{
    display:none;
}
.shop-banner-section .shop-banner-container{
    max-width: 1540px;
    margin-left: auto;
}
.shop-banner-section .shop-first-block{
    display:flex;
}
.shop-banner-section .banner-content{
    display:flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
}
.shop-banner-section .banner-content .banner-title{
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 50px;
    color: #000000;
    margin-bottom:54px;
}
.shop-banner-section .banner-content .banner-text p{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom:24px;
}
.shop-banner-section .banner-text li:not(:last-child) {
    margin-bottom: 18px;
}
.shop-banner-section .banner-text li {
    display: flex;
}
.shop-banner-section .banner-text li strong{
    display: contents;
}
.shop-banner-section .banner-text li:before {
    content:'';
    background-image: url('../../assets/img/list-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 20px;
    height: 20px;
    margin-right: 12px;
}
.shop-banner-section img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.shop-banner-section .banner-text li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.shop-banner-section .category-banner-info{
    min-height: 600px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.shop-banner-section .category-banner-content{
    min-height: 600px;
    display: flex;   
    align-items: center;
}
.shop-banner-section .banner-content{
    max-width: 582px;
    margin-top:-30px;
}
.shop-banner-section .banner-content .banner-text ul{
    border-bottom: 1.5px solid #CCCCCC;
    padding-bottom:21px;
    margin-bottom:32px;
    margin-right: 76px;
}
.shop-banner-section .category-banner-logo{
    justify-content: left;

}
.shop-banner-section .category-banner-logo img {
    margin-right: 16px;
    width: 80px;
}
.shop-banner-section .category-secure-img:last-child {
    margin-right: 0;;
    width: 185px;
}
.shop-banner-section .banner-title span {
    position: relative;
    text-decoration: none!important;
    display:inline-block;
}
/* .shop-banner-section .banner-title span:first-child:before {
    position: absolute;
    content: url('../images/underline-small1.svg');
    bottom: -9px;
    left: -6px;
} */
.shop-banner-section .banner-title span:before {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 8px;
    margin-top:5px;
    background-image: url('../images/Vector_underline.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    /* background-size: 100%;  */
}
.mob-shop{
    display:none;
}
@media (max-width: 1700px) {
  
    .shop-banner-section .category-banner-info {
        background-position: 113%;

    }
    .shop-banner-section .banner-content .banner-text ul{
        margin-right: 125px;
    }

}
@media (max-width: 1560px) {
  
    .shop-banner-section .category-banner-info {
        background-position: 127%;

    }
  }
@media (max-width: 1500px) {
   
    .shop-banner-section .category-banner-info {
        background-position: 140%;
    }
    .shop-banner-section .banner-content .banner-text ul{
        margin-bottom:24px;
    }   
    .shop-banner-section .banner-content .banner-text p {
        margin-bottom:16px;
    }
}
@media (max-width: 1440px) {
   
    .shop-banner-section .category-banner-info {
        background-position: 139%;
    } 
    .shop-banner-section .banner-content {
        max-width: 450px;
    }
    .shop-banner-section .banner-content .banner-title {      
        font-size: 26px;
        line-height: 41px;

        /* font-size: 38px;
        line-height: 47px; */
    }
    .shop-banner-section .banner-content .banner-text p{
        font-size: 17px;
        line-height: 24px;
    }
    .shop-banner-section .banner-content .banner-text ul {
        margin-right: 0;
    }
}
@media (max-width: 1320px) {
   
    .shop-banner-section .category-banner-info {
        background-position: 206%;
    }
}
/* End Finish Modal */

@media (max-width: 1240px) {
    .shop-banner-section .category-banner-info {
        background-position: 220%;
    }
    .shop-banner-section .banner-content .banner-text ul {
        margin-right: 53px;
    }
    .category-products .category-products-content {       
        padding: 0 24px;
    }
    .category-banner .category-banner-head li a {
        font-size: 12px;
    }

    .category-banner .category-banner-title {
        font-size: 36px;
    }

    .category-banner .category-banner-text,
    .category-banner .category-banner-list li {
        font-size: 16px;
    }

    .category-banner .category-banner-head li:first-child,
    .category-banner .category-banner-head li:last-child {
        border-right: none;
        border-left: none;
    }

    .category-products .category-products-left-item {
        width: 236px;
    }

    .category-item {
        width: 100%;
    }

    .category-products-content-left {
        margin-right: 24px;
    }

    .category-products .category-products-left-item-body {
        padding: 32px 16px 32px;
    }

    .category-products .category-products-left-item-head {
        padding: 32px 10px 16px 16px;
    }

    .category-products .category-products-left-item-head-line {
        margin: 0 4px;
    }

    .category-products-left-item-head-step {
        width: 67px;
    }

    .category-products .category-products-left-item-head .info-abs {
        right: 14px;
    }

    .category-products .category-products-left-item-head .info-bars-abs {
        right: 46px;
    }

    .category-products .choose-provider-item {
        margin: 0 2px 10px;
        width: 65px;
    }

    .category-products .choose-provider-item label {
        width: 65px;
    }

    .category-products .choose-provider .category-products-left-item-body {
        padding: 18px 10px 32px 16px;
    }

    .booster-solve .booster-slove-item-left {
        width: 100px;
        height: 100px;
    }

    .booster-solve .booster-slove-item-text {
        font-size: 14px;
    }

    .booster-solve .booster-slove-item-left img {
        width: 70px;
    }

    .certified-boosters .certified-boosters-right {
        width: 372px;
        margin-left: 28px;
    }

    .certified-boosters .certified-boosters-left {
        width: calc(100% - 370px);
    }

    .financing-options .financing-options-content {
        padding: 0 32px;
    }

    .financing-options .financing-options-left {
        width: auto;
    }

    .financing-options .financing-options-center {
        margin: 0 40px 32px;
    }

    .financing-options .affirm-logo {
        width: 73px;
        margin-left: 29px;
    }

    .customer-reviews .customer-reviews-item-slide {
        justify-content: center;
    }

    .customer-reviews .customer-reviews-item-slide {
        width: 880px;
        margin: 0 auto;
    }

    .customer-reviews .slider-single {
        width: 100%;
    }

    .category-products-2 .category-item {
        width: 100%;
    }

    .blog-post-booster-signal .blog-post-booster-signal-title span {
        display: block;
    }

    .blog-post-booster-signal .blog-post-booster-signal-item-img {
        width: 125px;
        height: 125px;
    }

    .category-second-page-progress-bar {
        padding: 0 48px;
    }
}
@media (max-width: 1150px) {
    .shop-banner-section .category-banner-info {
        background-position: 300%;
    }
}
@media (max-width: 1100px) {
    .shop-banner-section .category-banner-info {
        background-position: 380%;
    }
}

@media (max-width: 1080px) {
    .category-item .category-item-title {
        font-size: 16px;
    }

    .category-item .category-item-band-images img {
        width: 24px;
    }

    .category-item .category-item-img img {
        min-width: 142px;
        height: 142px;
        object-fit: cover;
    }

    .category-products-phone-booster-head {
        padding: 32px 9px 16px;
    }

    .category-products-phone-booster-head .container {
        width: 100%;
        padding: 0;
    }

    .category-item .category-item-text {
        width: 170px;
        margin-right: 20px;
    }

    .category-item .category-item-price-btn {
        transition: all .3s;
        width: 161px;
    }
  

    .stars-content .stars-number {
        font-size: 12px;
    }

    .category-products .phone-booster-title {
        text-align: left;
    }

    .category-item {
        padding: 32px 15px 32px 17px;
    }

    .booster-solve .booster-solve-title,
    .customer-reviews .customer-reviews-title,
    .certified-boosters .certified-boosters-title,
    .faq-boosters .faq-boosters-title,
    .perfect-options .perfect-options-title {
        font-size: 36px;
    }

    .booster-solve .booster-slove-item-left {
        width: 100px;
        height: 100px;
    }

    .booster-solve .booster-slove-item-text {
        font-size: 14px;
    }

    .booster-solve .booster-slove-item-left img {
        width: 70px;
    }
    .shop-banner-section .category-banner-info {
        background-position: 460%;
    }
    
}
@media (max-width: 1050px) {
    .shop-banner-section .category-banner-info {
        background-position: 550%;
    }
}
@media (max-width: 1040px) {
    .shop-banner-section .category-banner-info {
        background-position: 615%;
    }
}

@media (max-width: 1024px) {
    .category-second-page-boost-signal {
        padding: 0 48px;
    }

    /* .category-item .category-content {
        flex-direction: column;
    } */

    .category-item {
        height: auto;
        /* width: 224px; */
        width: 100%;
        margin: 20px 10px;
        padding:32px 16px;
    }
    .category-item .category-content{
        align-items: start;
    }

    .category-item .category-item-img img {
        min-width: 156px;
        height: 143px;
    }
    .category-item .category-item-title a{
        font-size: 16px;
        line-height: 22px;
        margin: 16px 0;

    }

    .category-item .category-item-img {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .category-item-content {
        display: flex;
        flex-wrap: wrap;
    }

    .category-item .category-item-text {
        margin-right: 0;
        width: 180px;
    }

    .category-item .category-item-band-images {
        width: 100%;
    }

    /* .category-item .category-item-price-text.hidden-mobile,
    .hidden-mobile {
        display: none;
    } */
    

    .category-item-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* border-bottom: 1px solid #d9d9d9; */
    }

    .category-item-price.show-mobile {
        width: 42px;
    }

    .category-item-price.show-mobile .category-item-price-text {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .category-item-title.show-mobile h3 {
        width: 126px;
    }

    .category-item-band {       
        width: 117px;
        padding: 0;        
    }

    .category-item-coverage-block {
        border-bottom: 1px solid #d9d9d9;
        /* padding-bottom: 16px; */
    }

    .category-item .category-item-band-images img {
        margin: 2px;
    }

    .category-item-band-btn-block {
        display: flex;
        align-items: center;
    }

     .category-item .category-item-band-calls { 
        width: 100%;
        /* font-size: 12px;
        margin-top: 16px;
        margin-left: 4px; */
    }    

    .category-item .category-item-band-btn {
        min-width: 72px;
    }

    .certified-boosters .certified-boosters-content {
        flex-direction: column;
    }

    .certified-boosters .certified-boosters-left {
        width: 100%;
    }

    .certified-boosters .certified-boosters-right {
        width: 372px;
        margin-left: 0;
        margin-top: 20px;
    }

    .financing-options .financing-options-content {
        flex-direction: column;
    }

    .financing-options .financing-options-content {
        padding: 20px 32px;
        height: inherit;
    }

    .financing-options .financing-options-center {
        margin: 0 36px 20px;
    }

    .financing-options {
        margin: 0 48px 70px;
    }

    .perfect-options .perfect-options-block {
        flex-wrap: wrap;
        justify-content: center;
    }

    .perfect-options .perfect-options-item {
        margin-bottom: 24px;
    }

    .category-products-2 .category-item .category-content {
        flex-direction: row;
    }

    .category-products-2 .category-item {
        height: auto;
        padding: 32px 10px 32px 10px;
    }

    .category-products-2 .category-item-band,
    .category-products-2 .category-item-title,
    .category-item-coverage-block {
        border-bottom: none;
    }

    .category-products-2 .category-item .category-item-band-images {
        width: 160px;
    }

    .category-products-2 {
        margin: 0 48px;
    }
    .category-products .category-products-content{
        justify-content: start;
    }
    /* .category-products-content-left {
        margin-right: 160px;
    } */
    .category-products-content-right{
        width: 100%;

    }
    .shop-banner-section .banner-content .banner-title {             
        margin-bottom:30px;
    }
    .shop-banner-section .banner-content .banner-text p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom:24px;
    }
    .shop-banner-section .banner-text li {
        font-size:16px;
    }
    .shop-banner-section .banner-content .banner-text ul {
        margin-bottom: 32px;
    }
    .shop-banner-section .banner-content {
        max-width: 465px;
    }
    .shop-banner-section .category-banner-info {
        background-position: 100%;
    }
    .category-video-block {        
        margin: 32px auto 41px;
    }
  
       

    
}

@media (max-width: 992px) {
    .customer-reviews .customer-reviews-item-slide {
        width: 650px;
        margin: 0 auto;
        padding: 20px 20px 20px 0;
    }

    .customer-reviews .customer-reviews-left {
        margin: 0 8px;
    }

    .customer-reviews-left img {
        width: 110px;
        height: 110px;
    }

    .booster-solve .booster-slove-item {
        flex-direction: column;
        text-align: center;
        height: 250px;
    }

    .booster-solve .booster-slove-item-right {
        width: 100%;
        margin-top: 20px;
    }

    .booster-solve .booster-slove-item-left {
        margin-right: 0;
    }

    .finish-modal .modal-dialog {
        padding: 0 48px;
    }

    .finish-modal .modal-body {
        padding: 48px;
    }

    .finish-modal .modal-finish-banner {
        width: 100%;
    }
    /* .category-products-content-left {
        margin-right: 80px;
    } */
    .shop-banner-section .category-banner-info {
        background-position: 110%;
    }
    .shop-banner-section .banner-content {
        max-width: 450px;
    }
    .category-products-content-left {
        margin-right: 0;
    }
    .category-item .category-item-img img {
        min-width: 126px;
        height: 113px;
    }
    .stars-content .stars-container .fa.fa-star {
        font-size: 12px;
    }
    .stars-content .stars-block {
        display: block;
    }
   
    .category-item .category-item-title a{
        font-size: 15px;
        line-height: 19px;
    }
    .category-item .category-item-text{
        width: 152px;
    }
    .category-item-band {
        width: 110px;
    }
    .category-item .category-item-price-btn{
        width: 100%;
    }
    .category-item .category-item-price-old{
        margin-right: 8px;
    }
}
@media (max-width: 850px) {
    .shop-banner-section .category-banner-info {
        background-position: 119%;
    }
    .shop-banner-section .banner-content .banner-title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .shop-banner-section .banner-content .banner-title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .shop-banner-section .banner-content .banner-text ul {       
        max-width: 346px;
    }
    .shop-banner-section .category-banner-logo img {
        margin-right: 5px;
        width: 80px;
    }
    .category-item .category-item-text {
        width: 100px;
    }
    .category-item {
        padding: 24px 6px;
    }
}
@media (max-width: 800px) {
    .shop-banner-section .category-banner-info {
        background-position: 129%;
    }
}
/* @media (max-width: 700px) {
    .category-item {    
        width: 300px;
    }
}
@media (max-width: 600px) {
    .category-item {    
        width: 240px;
    }
    .category-products-content-left {
        margin-right: 8px;
    }
} */

.category-products-left-item {
    position: relative;
}

.category-products-left-item.disabled:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff8a;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
}

.sticky-first-block {
    position: sticky !important;
    top: 0;
    z-index: 10;
}

.products-v2-sticky .category-all-list {
    position: sticky !important;
    top: 50px;
}

.products-v2-sticky .products-v2-big-content {
    height: 100% !important;
}

.products-v2-sticky .category-products-content-left {
    flex: 1;
}

.products-v2-sticky .category-products-content-right {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.visible-mobile {
    display: none;
}

@media (max-width: 500px){

    .category-item .category-item-price-save {
        /* margin-top: 4px; */
        font-size: 12px;
        white-space: nowrap;
    }

    .category-item-price-img-div {
        width: 32px;

    }

    .category-item-price-img-div img {
        width: 100%;
    }

    .mobile-product-price-row {
        display: flex;
        align-items: center;
        grid-gap: 4px;
    }

    .category-item-price.show-mobile {
        width: auto !important;
    }

    .visible-mobile {
        display: block;
    }

}