body {
  font-family: 'Poppins', sans-serif;
  background-color: #F9FDFF;
}

.border-none {
  border: 0px;
}


.p-5 {
  padding: 5rem !important;
}

.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}


.btn {
  font-weight: 600;
}

h2 {
  font-weight: 600;
}


.bg-primary {
  background: #0B5DD8 !important;
}

.btn-outline-light:hover {
  color: #0B5DD8;
}


.top-menu {

  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 13px;

}


.form-control {
  border: 1px solid #000;
}


.top-menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.top-menu a:hover {
  color: rgba(255, 255, 255, 1);
}

.top-menu a:hover img {
  opacity: 1;
}

.top-menu a span {
  float: left;
}




.nav {
  background-color: #fff;
}

header {
  background-color: #fff;
}


header .tds-logo {
  width: 75px;
}

header .input-group-text {
  background: #fff;
  border: 1px solid #000;
  font-size: 14px !important;
  color: #000;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

header .form-control {
  border: 1px solid #000;
  border-left: 0px;
  padding: 0.5rem;
}


header .form-select {
  padding: 0.5rem;
  font-size: 14px;
  word-wrap: break-word;
  box-sizing: border-box;
  white-space: normal;
}


header .input-group input {
  width: 40% !important;
}



header .input-group select {
  margin-right: 10px;
  border: 1px solid #000;
  border-right: 1px solid #000 !important;
  border-left: 0px solid #979797 !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
  font-weight: 600;
  padding-left: 1.5rem;
}

header .input-group select option {
  font-weight: 400;
}


header .dropdown-toggle::after {
  display: none !important;
}


header .input-group .btn {
  margin-left: 0px !important;
  margin-right: 10px;
  border-radius: 0.375rem !important;
  box-shadow: none;
}

header .btn-primary {
  padding: 0.5rem 3rem;
  border: 0px;
  background: #0B5DD8;
  margin-left: 10px !important;
}

header .btn-primary:hover {
  background: #636363;
}

header .btn-light {
  background: #fff;
  padding: 0.5rem 1.5rem;
  border: none;
  color: #0B5DD8;
}

header .btn-light:hover {
  border: 0px !important;
  background: #f2f2f2;
}


header .input-group {}


header .input-group .btn-outline-dark {
  padding: 0.5rem 1rem;
  border-left: 0px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

header .input-group .btn-outline-dark:hover {
  background-color: transparent;
  color: #0B5DD8;
}




header .btn-link {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

header .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {}

.btn-link:hover {
  color: #0B5DD8;
}


.nav-link {
  padding: 1rem 3rem;
  color: #636363;
  font-weight: 500;
  font-size: 14px;
}

.nav-link:hover {
  color: #333;
}



.outer-bg {
  background-image: url('/images/login-screens-bg-icon-alt.svg'), url('/images/login-screens-bg-icon.svg');
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, 20%;
  background-position: left -30px top 70px, right -90px bottom 0;
}

.outer-bg-alt {
  background-image: url('/images/login-screens-bg-icon.svg'), url('/images/login-screens-bg-icon-alt.svg');
  background-repeat: no-repeat, no-repeat;
  background-size: 20%, 40%;
  background-position: left 30px top 0px, right 0px bottom 50px;
}





.carousel-indicators {
  margin-bottom: 0;
}

.seemore-link {
  position: relative;
  margin-top: -25px;
}


.data-you-can-trust {
  background: url(/images/bg-data-you-can-trust.png);
  background-size: cover;
}

.data-you-can-trust .btn-lg {
  padding: 0.75rem 3rem !important;
}

.data-you-can-trust h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}




.data-you-can-trust p {
  font-size: 22px;
  font-weight: 400;
}


.recommended-products {}


.recommended-products .holder {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  /* padding: 20px 10px; */
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;


}


.recommended-products .red-tab {
  position: relative;
  background-image: url('/images/red-tab.png');
  background-size: contain;
  text-align: center;
  width: 169px;
  height: 76px;
  top: 0px;
  left: 0;
  z-index: 500;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
}


.recommended-products .red-tab .prod-amount {
  color: #fff;
  font-size: 40px;
  line-height: 76px;
}



.recommended-products .green-tab {
  position: relative;
  background-image: url('/images/green-tab.png');
  background-size: contain;
  text-align: center;
  width: 169px;
  height: 76px;
  top: 0px;
  left: 0;
  z-index: 500;
  right: 0;
  margin: auto
}


.recommended-products .green-tab span {
  color: #fff;
  font-size: 40px;
  line-height: 76px;
}

.seemore-link a {
  color: #636363;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}

.seemore-link a:hover {
  color: #0B5DD8;
}

.recommended-products .product-image img {
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.recommended-products .product-image a {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.recommended-products .product-image a:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}


.recommended-products h2 {
  font-size: 32px;
  font-weight: 600;
}

.recommended-products h3 {
  font-size: 22px;
  font-weight: 600;
}



.recommended-products .btn-primary {
  border: 0px;
  background: #0B5DD8;
  padding-left: 4rem;
  padding-right: 4rem;
}

.recommended-products .btn-secondary {
  border: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
}


.recommended-products .btn-outline-secondary {
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
}

.recommended-products .btn-outline-secondary:hover {
  background: #ffffff;
}


.recommended-products .btn-primary:hover {
  background: #636363;
}


.recommended-products .holder img {
  margin: 0px;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.rating span {
  font-size: 30px;
  color: #979797;
  line-height: 40px;
  padding: 0px 10px;
}

.ratingNumber {
  font-size: 30px;
  color: #979797;
  line-height: 46px;
  padding: 0px 10px;
  margin-left: -6%;
  margin-top: 1%;
}

.rating>input {
  display: none;
}

.writeReview {
  padding-top: 19px;
}

.rating>label {
  position: relative;
  width: 1em;
  font-size: 1.2rem;
  color: #c4c4c4;
  cursor: pointer;
  align-self: center;
}

.rating>label::before {
  content: "\2605";

  position: absolute;
  opacity: 0;
}

.rating>label:hover:before,
.rating>label:hover~label:before {
  opacity: 1 !important;
}

.rating>input:checked~label:before {
  opacity: 1;
  cursor: dafault;
}

.rating:hover>input:checked~label:before {
  opacity: 1;
}



.rating input:checked~label:before {
  color: #FFD600 !important;
  cursor: default;
}

.rating input:disabled~label:before {
  cursor: default
}




.side-cat-reviews {
  background-color: #fff;

  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: none;
  border-radius: 10px;

  padding: 20px 20px;
}



.side-cat-reviews #star1:checked~.progressBar {
  width: 0;
}

.side-cat-reviews #star2:checked~.progressBar {
  width: 25%;
}

.side-cat-reviews #star3:checked~.progressBar {
  width: 50%;
}

.side-cat-reviews #star4:checked~.progressBar {
  width: 75%;
}

.side-cat-reviews #star5:checked~.progressBar {
  width: 100%;
}



.side-cat-reviews .ratingContainer {
  position: relative;
  background-color: #EEE;
  height: 10px;
  border-radius: .5rem;
}

.side-cat-reviews .progressBar {
  width: 0;
  height: 10px;
  transition: width .3s ease-in-out;
  background-color: #0B5DD8;
  border-radius: .5rem;
}

.side-cat-reviews .ratingContainer input[type="radio"] {
  position: absolute;
  top: -3px;
  left: 0;
  width: 15px;
  height: 15px;
  transform: translateX(-50%);

}

.side-cat-reviews #star2 {
  left: 25%;
}

.side-cat-reviews #star3 {
  left: 50%;
}

.side-cat-reviews #star4 {
  left: 75%;
}

.side-cat-reviews #star5 {
  left: 100%;
}

.side-cat-reviews .starContainer {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: 11px;
}

.side-cat-reviews .starContainer label {
  cursor: pointer;
}


.side-cat-reviews .starContainer label:hover {
  color: #0B5DD8;
}


.side-cat-reviews .btn-primary {
  background: #0B5DD8;
  border: 1px solid #0B5DD8;
}

.side-cat-reviews .btn-primary:hover {
  background: #636363;
  border: 1px solid #636363;
}





.categories {}


.categories .holder {
  background-color: #fff;

  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding: 10px 5px;


}

.categories .product-image img {
  margin-top: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.categories .product-image a {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.categories .product-image a:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}


.categories h2 {
  font-size: 32px;
}

.categories h3 {
  font-size: 24px;
  font-weight: 600;
}


.categories h3 a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.categories h3 a:hover {
  color: #0B5DD8;
}



.category-holder {}




.category-holder .category-side-bar {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;

  padding: 20px 0px;
}


.category-side-bar h2 {
  font-size: 20px;
  font-weight: 600;
}


.category-side-bar h3 {
  color: #212529;
  font-size: 17px;
  font-weight: 600;
}


.category-side-bar .nav {
  background: transparent
}

.category-side-bar .nav-link {
  background: transparent !important;
  padding: 0.8rem 2rem;
  font-size: 20px;
  border-radius: 0px !important;
}


.category-side-bar .nav-link {
  color: #000;
}

.category-side-bar .nav-link:hover {
  color: #0E5FD4;
}

.category-side-bar .nav-link.active {
  color: #0E5FD4 !important;
}

.category-side-bar .form-control {
  border: 1px solid #636363;
  font-size: 14px !important;
  border-left: 0px;
}



.category-side-bar .btn-primary {
  background: #0B5DD8;
  border: 1px solid #0B5DD8;
}

.category-side-bar .btn-primary:hover {
  background: #636363;
  border: 1px solid #636363;
}



.category-side-bar .accordion {
  border-top: 1px solid #CDD0D1;
  border-bottom: 1px solid #CDD0D1;
}

.category-side-bar .input-group-text {
  background: transparent;
  border-right: 0px !important
}

.accordion-item {
  border: none !important;
  border-radius: 0px;
}


.accordion-body {
  background-color: #F7F9FB;
  padding: 0px;
  border-radius: 0px !important;
}

.accordion-button {
  font-size: 20px;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border-radius: 0px !important;
  border-right: 0px solid red;
  border-left: 0px solid border-top: 1px solid red !important;
}


.accordion-body p {
  margin: 0px;
  padding: 1rem 2rem;
}


.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.75) !important;

}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}


.accordion-item:first-of-type .accordion-button {
  border-radius: none !important;
  border-bottom: 1px solid #dee2e6 !important;
}


.accordion-item:last-of-type .accordion-button {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}


.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #707070;
}



.min-max-slider {
  position: relative;
  width: 100%;
  text-align: center
}

.min-max-slider>label {
  display: none;
}

span.value {
  height: 1.2em;
  display: inline-block;
}



span.value.lower::before {
  content: "£";
  display: inline-block;
}

span.value.upper::before {
  content: "-£";
  display: inline-block;
  margin-left: 0.4em;
}


.min-max-slider>.legend {
  display: flex;
  justify-content: space-between;
}

.min-max-slider>.legend>* {
  font-size: small;
  opacity: 0.25;
  display: none;
}

.min-max-slider>input {
  cursor: pointer;
  position: absolute;
}







.min-max-slider>input::-webkit-slider-thumb {
  appearance: none;

  width: 26px;
  /* Set a specific slider handle width */
  height: 26px;
  /* Slider handle height */
  background: #171717 !important;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border: 1px solid black;
  border-radius: 100%;
}

.min-max-slider>input::-webkit-slider-runnable-track {
  cursor: pointer;
}

.min-max-slider>input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #000 !important;
}


input[type=range] {
  height: 20px;
  -webkit-appearance: none;
  margin: 10px 0;

}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #EBEBEB;
  border-radius: 0px;
  border: 0px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000031;
  border: 0px solid #00001E;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #EBEBEB;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #EBEBEB;
  border-radius: 0px;
  border: 0px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000031;
  border: 0px solid #00001E;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #000000;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #EBEBEB;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
  background: #EBEBEB;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000031;
  border: 0px solid #00001E;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #000000;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #EBEBEB;
}

input[type=range]:focus::-ms-fill-upper {
  background: #EBEBEB;
}



.category-holder .category-results-sort-panel {
  background-color: #fff;

  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;

  padding: 20px 20px;
}


.category-holder .category-results-sort-panel .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}

.category-holder .category-results-sort-panel .short {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}


.category-holder .category-results-sort-panel .btn-primary:hover {
  background: #636363;
  border: 1px solid #636363;
}


.category-holder .category-results-sort-panel .btn-outline-dark {
  border: 1px solid #CDD0D1;
}

.category-holder .category-results-sort-panel .btn-outline-dark:hover {
  border: 1px solid #212529
}

.category-holder .category-results-sort-panel .btn-link {
  text-decoration: none;
}



.category-product-list-panel {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;



  padding: 0px 0px;
}


.category-product-list-panel .product-image img {
  border-radius: 20px;
}


.category-product-list-panel .product-image a {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.category-product-list-panel .product-image a:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}




.category-product-list-panel .red-tab {
  position: relative;
  background-image: url('/images/red-tab.png');
  background-size: contain;
  text-align: center;
  width: 169px;
  height: 76px;
  left: 0;
  top: -15px;

  z-index: 1;
  right: 0;
  margin: auto;
}


.category-product-list-panel .red-tab .prod-amount {
  color: #fff;
  font-size: 40px;
  line-height: 76px;
}





.category-holder .category-product-list-panel .btn-primary {
  background-color: #0E5FD4 !important;
  border: 1px solid #0B5DD8 !important;
}

.category-holder .category-product-list-panel .btn-primary:hover {
  background: #636363 !important;
  border: 1px solid #636363 !important;
}


.category-holder .category-product-list-panel .btn-outline-secondary {
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
}


.category-holder .category-product-list-panel .btn-outline-secondary:hover {
  background: #f2f2f2;
}
















.ukraine-banner {
  background-image: url('/images/ukraine-banner-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 40px;
  border-radius: 15px;
}


.ukraine-banner h3 {
  font-size: 65px;
  color: #0C58BE;
  font-weight: 600;
  letter-spacing: 9px;
  text-align: center;
  margin: 0 !important;
  padding: 0;
}

.ukraine-banner h3 span {
  font-size: 42px;
  color: #fff;
  display: block;
  letter-spacing: 1px;
  line-height: 36px;
  margin-left: -10px;
}


.ukraine-banner .btn-lg {
  padding: 0.75rem 5rem !important;
}

.ukraine-banner .btn-light {
  border: 0;
}

.ukraine-banner .btn-light:hover {
  color: #fff;
  background-color: #0C58BE;
}


footer {
  border-top: 1px solid #979797;
  padding: 40px 0px;
  padding-bottom: 0px;
  background: #fff;
}

footer h4 {
  font-size: 16px;
  font-weight: 700;
}

footer p {
  margin-bottom: 0.5rem;
}

footer p a {
  color: #636363;
  text-decoration: none;
  font-size: 14px;
}

footer p a:hover {
  color: #0C58BE;
}

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

footer .footer-copyright .footer-copyright-text {
  font-size: 1rem;
  text-align: center;
  color: #212529;
}

footer .footer-copyright .btn-primary {
  border: 0px;
  background: #0B5DD8;
  border-radius: 50%;
  margin: 5px;
  font-size: 20px;
  height: 40px;
  width: 40px;
  padding: 7px 0px;
  line-height: 25px;

}


footer .footer-copyright .btn-primary:hover {
  background: #636363;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}



.dropdown-item.active,
.dropdown-item:active {
  background: #0B5DD8;
}




.deals-of-the-week {
  overflow: hidden;
}


.deals-of-the-week .holder {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;



}


.deals-of-the-week .red-tab {
  position: relative;
  background-image: url('/images/red-tab.png');
  background-size: contain;
  text-align: center;
  width: 169px;
  height: 76px;
  top: 0px;
  left: 0;

  z-index: 500;
  right: 0;
  margin: auto
}


.deals-of-the-week .red-tab .prod-amount {
  color: #fff;
  font-size: 30px;
  line-height: 76px;
}



.deals-of-the-week .green-tab {
  position: relative;
  background-image: url('/images/green-tab.png');
  background-size: contain;
  text-align: center;
  width: 169px;
  height: 76px;
  top: 0px;
  left: 0;
  z-index: 500;
  right: 0;
  margin: auto
}


.deals-of-the-week .green-tab span {
  color: #fff;
  font-size: 25px;
  line-height: 76px;
}


.deals-of-the-week .product-image img {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.deals-of-the-week .product-image a {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.deals-of-the-week .product-image a:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}


.deals-of-the-week h2 {
  font-size: 32px;
  font-weight: 600;
}

.deals-of-the-week h3 {
  font-size: 22px;
  font-weight: 600;
}



.deals-of-the-week .btn-primary {
  border: 0px;
  background: #0B5DD8;
  padding-left: 4rem;
  padding-right: 4rem;
}

.deals-of-the-week .btn-secondary {
  border: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
}


.deals-of-the-week .btn-outline-secondary {
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
}

.deals-of-the-week .btn-outline-secondary:hover {
  background: #f2f2f2;
}


.deals-of-the-week .btn-primary:hover {
  background: #636363;
}



.deals-of-the-week .holder img {
  margin: 0px;
}















.carousel-item {
  padding: 0px 10px;
}

.carousel-item .col {
  margin: 0px;
}

.carousel-inner {
  position: static;
  width: 100%;
  padding-bottom: 50px;




}





.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;

  background-size: 100% 100%;
}


.carousel-control-next,
.carousel-control-prev {
  width: auto;
  z-index: 999999;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 0px;
}




.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #0B5DD8;
}


.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 40px;
  height: 5px;
  padding: 0;
  margin-right: 8px;
  margin-left: 8px;
}

.menu-sep {
  position: absolute;
  width: 1px;
  z-index: 0;
  left: 58%;
  top: -2px;
}




.form-check {
  font-size: 14px;
  font-weight: 600;
}


.form-check-input:checked {
  background-color: #0B5DD8;
  border-color: #0B5DD8;
}







.products-grid {}


.products-grid .holder {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;


}


.products-grid .red-tab {
  position: relative;
    background-image: url(/images/red-tab.png);
    background-size: contain;
    text-align: center;
    width: 169px;
    height: 76px;
    top: 0px;
    left: 0;
    z-index: 1;
    right: 0;
    margin: auto;
}


.products-grid .red-tab .prod-amount {
  color: #fff;
  font-size: 40px;
  line-height: 65px;
}



.products-grid .green-tab {
  position: relative;
  background-image: url('/images/green-tab.png');
  background-size: contain;
  text-align: center;
  width: 169px;
  height: 76px;
  top: 0px;
  left: 0;
  z-index: 500;
  right: 0;
  margin: auto
}


.products-grid .green-tab span {
  color: #fff;
  font-size: 40px;
  line-height: 76px;
}



.products-grid .product-image img {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.products-grid .product-image a {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.products-grid .product-image a:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}


.products-grid h2 {
  font-size: 32px;
  font-weight: 600;
}

.products-grid .btn-primary {
  border: 0px;
  background: #0B5DD8;
  padding-left: 3.8rem;
  padding-right: 3.8rem;
}

.products-grid .btn-secondary {
  border: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
}


.products-grid .btn-outline-secondary {
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
}

.products-grid .btn-outline-secondary:hover {
  background: #ffffff;
}


.products-grid .btn-primary:hover {
  background: #636363;
}


.products-grid .holder img {
  margin: 0px;
}



.product-holder {
  background-image: url('/images/login-screens-bg-icon-alt.svg'), url('/images/login-screens-bg-icon.svg');
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, 24%;
  background-position: left -30px bottom 200px, right -90px top -50px;

}

.product-holder table {
  font-size: 16px;
}

.product-holder .table> :not(caption)>*>* {
  padding: .48rem 0rem !important;
}



.product-holder .product-image-holder img {
  /* margin-top: -109px; */
  border-radius: 10px;
}




.product-holder .red-tab {
  position: relative;
  background-image: url('/images/red-tab.png');
  background-size: contain;
  text-align: center;
  width: 169px;
  height: 76px;
  top: 0px;
  left: 0;
  z-index: 500;
  right: 0;
  margin: auto;
}


.product-holder .red-tab .prod-amount {
  color: #fff;
  font-size: 40px;
  line-height: 76px;
}

.product-holder .green-tab {
  position: relative;
  background-image: url('/images/green-tab.png');
  background-size: contain;
  text-align: center;
  width: 169px;
  height: 76px;
  top: 0px;
  left: 0;
  z-index: 500;
  right: 0;
  margin: auto
}


.product-holder .green-tab span {
  color: #fff;
  font-size: 40px;
  line-height: 76px;
}


.product-holder .product-image-holder .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;

}

.product-holder .product-image-holder span {
  display: block !important;
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
}

.product-holder .product-image-holder span.dark-blue-line {
  color: #0B5DD8 !important;
  /* Dark blue color */
  vertical-align: middle;
  margin: 0 1px;
  /* Adjust the margin as needed */
  display: inline-flex !important;
  font-size: 20px !important;
}

.product-holder .rating-reviews-panel span.dark-blue-line {
  color: #0B5DD8 !important;
  /* Dark blue color */
  vertical-align: middle;
  margin: 0 1px;
  /* Adjust the margin as needed */
  display: inline-flex !important;
  font-size: 20px !important;
}

.product-holder .product-image-holder p {}

.product-holder .product-details-holder {
  background-color: #fff;

  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;

  padding: 20px 20px;
}


.product-holder .input-group {
  position: relative;

  display: flex;
  flex-wrap: wrap;

  width: 165px !important;
}

.product-holder .input-group .form-select {
  border: 1px solid #636363;
}

.input-group-text {
  border: 1px solid #636363;
  font-weight: 600;
}




.product-holder .product-details-holder p.item-number {
  font-weight: 400;
  font-size: 18px;
  color: #2d2d2d;
}

.product-holder .product-details-holder p.item-number span {
  font-weight: 300;
}


.product-holder .product-details-holder p.views {
  color: #AF0000;
  font-size: 18px;
  font-weight: 500;
}

.product-holder .product-details-holder .red-tab {

  position: static;
  background-image: url('/images/red-tab.png');
  background-size: contain;
  text-align: center;
  width: 272px;
  height: 122px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -44px;
}


.product-holder .product-details-holder .red-tab .prod-amount {
  color: #fff;
  font-size: 50px;
  line-height: 110px;
}


.product-holder .product-details-holder .rating {
  justify-content: start;
}


.product-holder .product-details-holder .rating span {
  font-size: 17px !important;
  color: #000;
  font-weight: 500;
  line-height: 22px;
  margin-top: 0;
}


.product-holder .product-details-holder .rating>label {
  position: relative;
  width: 1em;
  font-size: 15px;
  color: #c4c4c4;
  cursor: pointer;
}




.product-holder .product-details-holder p.views i {
  font-size: 22px;
}

.product-holder .product-details-holder .border-bottom {
  border-bottom: 2px solid #979797 !important
}

.product-holder .product-details-holder .border-right {
  border-right: 2px solid #979797 !important
}

.product-holder .product-details-holder .btn {
  padding-left: 3rem;
  padding-right: 3rem;
}

.product-holder .product-details-holder .btn-primary {
  background: #0B5DD8;
  border: 1px solid #0B5DD8;
}

.product-holder .product-details-holder .btn-primary:hover {
  background: #636363;
  border: 1px solid #636363;
}


.product-holder .product-details-holder .btn-secondary {
  background: #fff;
  border: 1px solid #0e5fd8;
  color: #0e5fd8;
}

.product-holder .product-details-holder .btn-secondary:hover {
  background: #F4F9FF;
  border: 1px solid #636363;
  color: #636363;
}



.product-holder .product-details-holder .btn-outline-secondary {
  border: 1px solid #636363;
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-holder .product-details-holder .btn-outline-secondary:hover {
  background: #f2f2f2;
  color: #636363;
}



.product-holder .rating-reviews-panel {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;

  padding: 20px 20px;
}


.product-holder .rating-reviews-panel .border-bottom {
  border-bottom: 2px solid #979797 !important;
}

.product-holder .rating-reviews-panel h3 {
  font-size: 22px;
  font-weight: 600;
}

.product-holder .rating-reviews-panel h4 {
  font-size: 18px;
  font-weight: 600;
}

.product-holder .rating-reviews-panel .progress {
  margin: 0px !important;
  padding: 0px !important;
  height: 10px;
}


.product-holder .rating-reviews-panel .btn-link {
  color: #0B5DD8;
  text-decoration: none;
  padding: 0px;
}

.product-holder .rating-reviews-panel .btn-link:hover {
  color: #000;
  text-decoration: none;
}


.product-holder .rating-reviews-panel .progress .progress-bar {
  margin: 0px !important;
  padding: 0px !important;
}

.product-holder .rating-reviews-panel span {
  font-size: 55px;
  color: #000;
  font-weight: 600;
  line-height: 1;
}

.product-holder .rating-reviews-panel p {
  font-size: 14px;
}

.product-holder .rating-reviews-panel span.star-type {
  font-size: 11px;
  padding-bottom: 10px !important;
  margin-top: -1px;
  display: flex;
  color: #979797;
  justify-content: end;
}

.product-holder .rating-reviews-panel span.star-number {
  font-size: 11px;
  padding-bottom: 10px !important;
  margin-top: -1px;
  display: block;
  color: #979797;
}


.product-holder .rating-reviews-panel .rating>label {
  position: relative;
  width: 1em;
  font-size: 20px;
  color: #c4c4c4;
  cursor: pointer;
}

.product-holder .rating-reviews-panel .featured-review {}

.product-holder .rating-reviews-panel .featured-review p {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #636363;
}

.product-holder .rating-reviews-panel .featured-review p span {
  font-size: 14px;
}

.product-holder .rating-reviews-panel .featured-review p span a {
  color: #0B5DD8;
  text-decoration: none;
}

.product-holder .rating-reviews-panel .featured-review p span a:hover {
  color: #000;
  text-decoration: none;
}



.product-holder .rating-reviews-panel .featured-review p.title {
  font-size: 22px;
  font-weight: 600;
}


.product-holder .rating-reviews-panel .featured-review .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}


.product-holder .rating-reviews-panel .featured-review .rating>label {
  position: relative;
  width: 1em;
  font-size: 20px;
  color: #c4c4c4;
  cursor: pointer;
}


.progressbar {
  display: inline-block;

  margin: 0px;
}

.circle {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}


.circle:after {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
}

.circle canvas {
  vertical-align: middle;
  border: 0px solid #0B5DD8;
  border-radius: 50%;
}

.circle div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -38px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: white;
  margin-top: 12px;
}



.main-cart-holder {
  background-image: url('/images/login-screens-bg-icon-alt.svg'), url('/images/login-screens-bg-icon.svg');
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, 24%;
  background-position: left -30px top 70px, right -90px bottom 0;
}

.main-cart-holder .cart-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;

  padding: 20px 30px;
}

.main-cart-holder .cart-item p {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 300;
}

.main-cart-holder .cart-item p.product-title {
  font-weight: 600;
}

.main-cart-holder .cart-item p.product-title span.delivered {
  color: #707070;
}

.main-cart-holder .cart-item p.seller-name {}

.main-cart-holder .cart-item p.price-top {
  font-weight: 700;
}

.main-cart-holder .cart-item p.price-bottom {
  font-weight: 500;
}


.main-cart-holder .cart-item .btn-link {
  color: #0B5DD8;
  font-weight: 500;
}

.main-cart-holder .cart-item .btn-link:hover {
  color: #636363;
}


.main-cart-holder .cart-item .fa-angle-right {
  font-size: 30px;
  color: #999;
}

.main-cart-holder .cart-item .fa-angle-right:hover {
  color: #707070;
}


.main-cart-holder .cart-item .offer-applied {
  font-size: 18px;
}


.main-cart-holder .cart-item .offer-applied i {
  color: #24B24F;
  font-size: 26px;
}

.main-cart-holder .cart-item img:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease
}


.main-cart-holder .cart-item .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}


.main-cart-holder .cart-item .rating p {
  font-size: 18px;
  line-height: 1rem;
}

.main-cart-holder .cart-item .rating p a {
  color: #0B5DD8;
  text-decoration: none;
  font-weight: 500;
}

.main-cart-holder .cart-item .rating p a:hover {
  color: #636363;
}



.main-cart-holder .order-summary {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px 30px;
  font-size: 20px;
}


.main-cart-holder .order-summary h3 {
  font-size: 24px;
}


.main-cart-holder .order-summary .border-bottom {
  border-bottom: 2px solid #b5b5b5 !important;
}

.main-cart-holder .order-summary .btn-primary {
  background-color: #0B5DD8;
  border: 1px solid #0B5DD8;
  ;
}

.main-cart-holder .order-summary .btn-primary:hover {
  background-color: #636363;
  border: 1px solid #636363;
}




.main-cart-holder .related-sponsored-items {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px 30px;
  font-size: 18px;
}


.main-cart-holder .related-sponsored-items h3 {
  font-size: 24px;
}


.main-cart-holder .related-sponsored-items .border-bottom {
  border-bottom: 2px solid #b5b5b5 !important;
}

.main-cart-holder .related-sponsored-items p {
  margin-bottom: 0.2rem;
}

.main-cart-holder .related-sponsored-items p:last-of-type {
  font-size: 14px;
}


.main-cart-holder .related-sponsored-items img:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease
}



.main-cart-holder .products-grid .btn-primary {
  border: 0px;
  background: #0B5DD8;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}

.main-cart-holder .products-grid .btn-primary:hover {
  border: 0px;
  background: #636363;

}


.login-register-holder {
  background-image: url('/images/login-screens-bg-icon-alt.svg'), url('/images/login-screens-bg-icon.svg');

  background-repeat: no-repeat, no-repeat;
  background-size: 40%, 24%;

  background-position: left -30px bottom 70px, right -90px bottom 0;
}

.login-register-holder .panel {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;

}


.login-register-holder .alert-primary {
  background-color: rgba(11, 93, 216, 0.08);
  border: none;
}

.login-register-holder .alert-danger {
  border: none;
}

.login-register-holder .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.gray-border {
  border: 1px solid #979797 !important;
}

.red-border {
  border: 1px solid red !important;
}

.login-register-holder .form-control {
  font-size: 15px;
  border-radius: 5px;
}

.login-register-holder .form-select {
  border: 1px solid #979797;
}

.login-register-holder .form-control-lg {
  padding: 1rem;
}

.login-register-holder select.form-control-lg {
  padding-left: 0.7rem;
}

.login-register-holder .form-check {
  font-weight: 400;
  font-size: 16px;
}

.login-register-holder .form-check-label a {
  color: #0B5DD8;
}

.login-register-holder .form-check-label a:hover {
  color: #636363;
}

.login-register-holder .btn-outline-secondary {
  border: 1px solid #000;
  color: #000;
}

.login-register-holder .btn-outline-secondary:hover {
  background: #eee;
}


.login-register-holder .alert-primary p {
  margin: 0px;
  color: #000;
  font-size: 16px;
}

.login-register-holder .btn {
  padding: 0.75rem;
  border-radius: 5px;
}

.login-register-holder .btn-primary {
  background-color: #0B5DD8;
  border: none;
}

.login-register-holder .btn-primary:hover {
  background-color: #636363;
}


.login-register-holder .btn-link {
  color: #0B5DD8;
  text-decoration: none;
  font-size: 16px;
}

.login-register-holder .btn-link:hover {
  color: #636363;
}


.login-register-holder .alert-primary i {
  color: #0B5DD8;
  font-size: 28px;
}

.login-register-holder .alert-primary .success-check-icon {
  font-size: 25px;
}

.login-register-holder .btn-lg {
  padding: 1rem;
}


.modal-content {
  border: 1px solid #979797;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  padding-bottom: 0px !important;
}

.modal-backdrop {
  opacity: 0.7 !important;
}

.modal-title {
  font-size: 28px;
}

.modal-header {
  border-bottom: 0px;
}



.modal-content h2 {
  font-size: 28px;
}

.modal-content p {
  font-size: 14px;
}


.modal-content .btn-primary {
  background-color: #0B5DD8;
  border: none;
}

.modal-content .btn-primary:hover {
  background: #636363;
}

.modal-content .btn-link {
  color: #0B5DD8;
}

.modal-content .btn-link:hover {
  color: #636363;
}


.modal-content .form-control {
  border: 1px solid #979797;
}


.modal-content .form-control-lg {
  font-size: 28px;
  padding: 0em 1rem;
  text-align: center
}


.success-panel {
  padding: 100px 0px;
}


.success-panel p {
  font-size: 24px;
}


.success-panel p.homelink {
  font-size: 30px;
  text-decoration: underline;
  font-weight: 600;
}


.success-panel p.homelink a {
  color: #0B5DD8;
}

.success-panel p.homelink a:hover {
  color: #636363;
}



.main-cart-holder .order-tracked-by {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 20px;
  font-size: 20px;
  color: #636363;

}


.main-cart-holder .order-details {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 40px;
  padding-bottom: 0px;
  font-size: 20px;
}





.main-cart-holder .order-details p {
  margin: 0;
}


.main-cart-holder .order-details p.order-id {
  color: #979797;
}

.main-cart-holder .order-details p.item-total {
  font-size: 26px;
}

.main-cart-holder .order-details p.item-number {
  font-size: 20px;
  color: #636363;
}

.main-cart-holder .order-details p.price {
  font-size: 26px;
}

.main-cart-holder .order-details p.price a {
  color: #24B24F;
  font-size: 16px;
}

.main-cart-holder .order-details p.price a:hover {
  text-decoration: underline;
}


.main-cart-holder .order-details .btn-primary {
  color: #fff;
  border: none;
  background: #0B5DD8;
}

.main-cart-holder .order-details .btn-primary:hover {
  color: #fff;
  background: #636363;
}


.main-cart-holder .order-details a {
  color: #0B5DD8;
  text-decoration: none;
}

.main-cart-holder .order-details a:hover {
  color: #636363;
}

.main-cart-holder .order-details .dark-link a {
  color: #000;
  text-decoration: none;
}

.main-cart-holder .order-details .dark-link a:hover {
  color: #636363;
}



.main-cart-holder .order-details .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  cursor: pointer;
}

.main-cart-holder .order-details .rating>label {
  width: 1.5em;
  font-size: 48px;

  cursor: pointer;
}




.order-details ul.timeline {
  list-style-type: none;
  position: relative;
  font-size: 16px;
}

.live-order-details ul.timeline:before {
  content: ' ';
  background: #979797;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  bottom: 0;
  height: 72%;
  z-index: 400
}

.live-order-details ul.timeline:before {
  height: 90%;
}

.order-details ul.timeline>li {
  margin: 0px 0;
  padding-left: 40px;
  padding-bottom: 0px;
  margin-bottom: 29px;

}

.live-order-details ul.timeline>li:before {
  content: ' ';
  background: #0B5DD8;
  display: inline-block;
  position: absolute;
  border-radius: 50%;

  left: 24px;
  width: 12px;
  height: 12px;
  z-index: 400
}


.order-details ul.timeline>li:last-child {

  margin-bottom: 0px;

}

.order-details ul.timeline p.add-api-details {
  font-size: 16px;
}

.order-details ul.timeline p.title {
  font-size: 21px;
}

.order-details ul.timeline p.date {
  font-size: 18px;
  color: #979797;
}

.order-details ul.timeline li.success p.title {
  color: #24B24F;
}

.order-details ul.timeline>li.success:before {
  background: #24B24F;
}



.dataset-details {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 40px;
  padding-bottom: 0px;
  font-size: 20px;
}


.dataset-details h3 {
  color: #000000;
}



.dataset-details table {}

.dataset-details table tr th {
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
}

.dataset-details table tr td {
  font-weight: 500;
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
}



.price-details {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 40px;
  padding-bottom: 0px;
  font-size: 20px;
}


.price-details h3 {
  color: #000000;
}



.price-details table {}

.price-details table tr th {
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
}

.price-details table tr td {
  font-weight: 500;
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
}


.price-details table tr th.offer a {
  color: #24B24F;
  text-decoration: none;
}

.price-details table tr th.offer a:hover {
  text-decoration: underline;
}


.price-details table tr td.payment-highlight {
  color: #979797;
}

.price-details table tr td.total {
  color: #0B5DD8;
}



.api-details {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 40px;
  padding-bottom: 0px;
  font-size: 20px;
}


.api-details h3 {
  color: #000000;
}


.api-details table tr th {
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
}

.api-details table tr td {
  font-weight: 500;
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
}

.api-details .btn-outline-primary {
  border: 1px solid #0B5DD8;
  color: #0B5DD8;
}

.api-details .btn-outline-primary:hover {
  color: #fff;
  background: #0B5DD8;
}


.last-order {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 40px;
  padding-bottom: 0px;
  font-size: 22px;
}


.last-order h3 {
  color: #636363;
}

.last-order p {
  margin: 0;
}


.last-order p.category {
  color: #979797;
}

.last-order p.review-link {
  font-size: 18px;
}


.last-order p.review-link a {
  color: #0B5DD8;
  text-decoration: none;
}

.last-order p.review-link a:hover {
  color: #636363;
}


.last-order .rating {

  justify-content: left;
}



.table> :not(caption)>*>* {
  padding: .48rem 0rem;
}


.payment-holder {}

.payment-holder .pay-using-panel {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 40px;

  font-size: 22px;
}





.payment-holder .nav {
  background: transparent;
}


.payment-holder .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 40px;
  color: #0B5DD8;
}


.payment-holder .nav-pills .nav-link {
  font-size: 20px;
  padding: 20px 40px;
  color: #000;
}

.payment-holder .nav-pills .nav-link:hover {
  color: #0B5DD8;
}


.payment-holder .nav-tabs .nav-item.show .nav-link,
.payment-holder .nav-tabs .nav-link.active {
  background: transparent;
}


.payment-holder .pay-using-panel h2 {
  font-size: 24px;
}

.payment-holder .pay-using-panel p {
  margin: 0px;
}

.payment-holder .pay-using-panel p.small {
  font-size: 14px;
}

.payment-holder .pay-using-panel p.light {
  color: #979797;
  font-weight: 400;
}

.payment-holder .pay-using-panel p.light a {
  color: #979797;
  text-decoration: none;
}

.payment-holder .pay-using-panel p.light a:hover {
  color: #636363;
}

.payment-holder .pay-using-panel .form-check-inline {
  margin-right: 0.1rem !important;
}

.payment-holder .pay-using-panel .form-check img {
  width: 65%;
}

.payment-holder .pay-using-panel .form-check label {
  line-height: 30px;
  color: #636363;
  font-size: 16px;
  margin: 0;
}

.payment-holder .pay-using-panel .form-check-input {
  width: 1.5em;
  height: 1.5em;
}


.payment-holder .pay-using-panel .btn-primary {
  font-weight: 700;
  padding: 0.5rem 2.5rem;
  background-color: #0B5DD8;
  border: none;
}

.payment-holder .pay-using-panel .btn-primary:hover {
  background-color: #636363;
}


.messages-panel-holder .nav {
  background: transparent;
  background-color: transparent;
}


.messages-panel-holder .nav-tabs {
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0px !important;
}

.messages-panel-holder .nav-tabs .nav-link {
  border-radius: 0px !important;
}

.messages-panel-holder .nav-tabs .nav-link:focus,
.messages-panel-holder .nav-tabs .nav-link:hover {

  border-radius: 0px !important;
}


.messages-panel-holder .nav-tabs .nav-item.show .nav-link,
.messages-panel-holder .nav-tabs .nav-link.active {
  border-radius: 0px;
  border: 1px solid #c4c4c4;
  border-bottom: 1px solid #fff;
}


.messages-panel-holder a {
  color: #000;
}

.messages-panel-holder a:hover {
  color: #000;
  text-decoration: none;
}

.messages-panel-holder .messages-panel {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  padding: 20px 20px;

  font-size: 16px;
}


.messages-panel-holder .messages-panel table tr td a {
  color: #636363;
}

.messages-panel-holder .messages-panel table tr td a:hover {
  color: #000;
}

.messages-panel-holder .messages-panel table tr th {
  font-weight: 500;
}

.messages-panel-holder .messages-panel table thead {
  background: #F7F7F7;
  color: #0B5DD8;
}


.messages-panel-holder .messages-panel .blue-link {
  color: #0B5DD8;
  font-weight: 500;
  text-decoration: none;
}

.messages-panel-holder .messages-panel .blue-link:hover {
  text-decoration: underline;
}


.messages-panel-holder .list-group {
  border: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
}

.messages-panel-holder .list-group-item {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  background: transparent;
  color: #000;
}

.messages-panel-holder .list-group-item:hover {
  color: #636363;
}

.messages-panel-holder .list-group-item.active {
  background: transparent;
  border: none;
  color: #0B5DD8;
  font-weight: 500;
}

.messages-panel-holder .messages-menu {}

.messages-panel-holder .messages-menu h3 {
  font-size: 18px;
  margin: 0px;
}


.messages-panel-holder .messages-panel .btn-outline-secondary {
  color: #0B5DD8;
  padding: 0.3rem 1.5rem;
}

.messages-panel-holder .messages-panel .btn-outline-secondary:hover {
  background: #f7f7f7;
}

.messages-panel-holder .messages-panel .btn-outline-secondary:active {
  background: #f7f7f7 !important;
}

.messages-panel-holder .messages-panel .btn-outline-secondary.show {
  background: #f7f7f7 !important;
}



@media (max-width: 1680px) {
  .deals-of-the-week .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .product-holder table {
    font-size: 14px !important;
  }

  .recommended-products .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }





  .products-grid .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }


  .categories h3 {
    font-size: 16px;
    font-weight: 600;
  }


  header .input-group input {
    width: 15% !important;
  }


  .menu-sep {
    position: absolute;
    width: 1px;
    z-index: 0;
    left: 42%;
    top: -2px;
  }

  .px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }


  .top-menu {
    padding-right: 3rem;
    padding-left: 3rem;

  }

}





@media (max-width: 1500px) {


  .product-holder table {
    font-size: 14px !important;
  }


  header .tds-logo {
    width: 65px;
  }

  .px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;

  }

  .deals-of-the-week .btn-primary {
    border: 0px;
    background: #0B5DD8;
  }



  .recommended-products .btn-primary {
    border: 0px;
    background: #0B5DD8;

    font-size: 20px !important;
  }



  .products-grid .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 20px !important;
  }




  .top-menu {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .p-5 {
    padding: 3rem 2rem !important;
  }
}



@media (max-width: 1400px) {


  .product-holder .product-image-holder img {
    /* margin-top: -93px; */
  }

  .product-holder table {
    font-size: 14px !important;
  }

  header .tds-logo {
    width: 50px;
  }

  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;

  }

  .top-menu {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-5 {
    padding: 3rem 2.5rem !important;
  }

  .nav-link {
    padding: 1rem 2rem;
    color: #636363;
    font-weight: 500;
    font-size: 13px;
  }

  .deals-of-the-week .holder {
    background-color: #fff;

    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    padding: 5px 10px;
  }

  .recommended-products .holder {
    background-color: #fff;

    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    padding: 5px 10px;
  }


  .products-grid .holder {

    padding: 5px 10px;
    border-radius: 10px;
  }


  .products-grid .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 18px !important;



  }
}


@media (max-width: 1300px) {


  header .tds-logo {
    width: 45px;
  }

  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;

  }


  .deals-of-the-week .btn-primary {
    font-size: 18px !important;
  }

  .recommended-products .btn-primary {
    font-size: 16px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .products-grid .btn-primary {
    font-size: 16px !important;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }


  .main-cart-holder .products-grid .btn-primary {
    font-size: 16px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }



  .products-grid .btn-outline-secondary {
    padding: 0.35rem 0.8rem !important;
  }



  .mb-5 {
    margin-bottom: 2rem !important;
  }


  .main-cart-holder .cart-item {

    padding: 20px 20px;
  }


  .main-cart-holder .related-sponsored-items {

    padding: 20px 20px;

  }

  .main-cart-holder .order-summary {
    padding: 20px 20px;
  }

  .login-register-holder .px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

}




@media (max-width: 1200px) {


  .product-holder table {
    font-size: 16px !important;
  }

  header .tds-logo {
    width: 50px;
  }


  header .btn-link {
    color: #000;
    text-decoration: none;
    font-size: 16px;
  }



  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;

  }

  .top-menu {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-5 {
    padding: 2rem 1.5rem !important;
  }

  .nav-link {
    padding: 1.5rem 1.5em;
    color: #636363;
    font-weight: 500;
    font-size: 13px !important;
  }

  .accordion-button {
    font-size: 16px;
  }



  header .input-group input {
    width: 35% !important;
  }

  .menu-sep {
    position: absolute;
    width: 1px;
    z-index: 0;
    left: 58%;
    top: -2px;
  }




  .recommended-products .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
    font-size: 14px !important;
  }

  .recommended-products .btn-outline-secondary {
    padding: 0.2rem 0.5rem !important;
  }

  .recommended-products .btn-outline-secondary img {
    width: 20px !important;
  }


  .deals-of-the-week .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
    font-size: 14px !important;
  }

  .deals-of-the-week .btn-outline-secondary {
    padding: 0.2rem 0.5rem !important;
  }

  .deals-of-the-week .btn-outline-secondary img {
    width: 20px !important;
  }


  .products-grid .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
    font-size: 14px !important;
  }

  .main-cart-holder .products-grid .btn-primary {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
    font-size: 12px !important;
  }

  .main-cart-holder .products-grid .btn-outline-secondary {
    font-size: 18px !important;
  }

  .products-grid .btn-outline-secondary {
    padding: 0.2rem 0.5rem !important;
  }

  .products-grid .btn-outline-secondary img {
    width: 20px !important;
  }



  .ukraine-banner h3 {
    font-size: 50px;
    color: #0C58BE;
    font-weight: 600;
    letter-spacing: 6px;
    text-align: center;
    margin: 0 !important;
    padding: 0;
  }

  .ukraine-banner h3 span {
    font-size: 30px;
    color: #fff;
    display: block;
    letter-spacing: 1px;
    line-height: 36px;
    margin-left: -10px;
  }


  .ukraine-banner .btn-lg {
    padding: 0.75rem 3rem !important;
  }


  header .input-group select {
    margin-right: 0px;
  }

  .categories h3 {
    font-size: 14px;
    font-weight: 600;
  }

  .categories .col-md-4:last-of-type {
    display: none !important;
  }

  .category-holder .category-product-list-panel .btn-primary {
    font-size: 14px;
  }

  .category-holder .category-product-list-panel .btn-outline-secondary {
    padding: 0.2rem 0.5rem !important;
  }


  .category-holder .category-product-list-panel .btn-outline-secondary img {
    width: 20px !important;
  }


  .category-holder .category-product-list-panel .description {
    margin-bottom: 0.3rem;
    font-size: 14px !important;
  }


  .category-holder .category-results-sort-panel .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }


  .login-register-holder .px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }


  .login-register-holder .pt-5 {


    padding-top: 2rem !important;

  }

  .main-cart-holder .order-tracked-by {
    font-size: 16px;
  }

  .main-cart-holder .order-details {
    font-size: 16px;
  }

  .main-cart-holder .dataset-details {
    font-size: 16px;
  }

  .main-cart-holder .price-details {
    font-size: 16px;
  }

  .main-cart-holder .order-details p.item-number {
    font-size: 16px;
  }

  .order-details ul.timeline p.title {
    font-size: 16px;
  }

  .order-details ul.timeline p.date {
    font-size: 14px;
    color: #979797;
  }

  .main-cart-holder .order-details p.item-total {
    font-size: 22px;
  }

  .main-cart-holder .order-details p.price {
    font-size: 22px;
  }

  .main-cart-holder .last-order p.review-link {
    font-size: 14px;
  }


  .main-cart-holder .api-details {
    font-size: 16px;
  }

  .main-cart-holder .last-order {
    font-size: 16px;
  }


  .last-order .rating>label {

    width: 1em;
    font-size: 22px;

  }

}












@media (max-width: 992px) {

  .product-holder table {
    font-size: 15px !important;
  }


  .outer-bg {
    background: none;
  }

  .outer-bg-alt {
    background: none;
  }

  .main-cart-holder {
    background: none;
  }

  .login-register-holder {
    background: none;
  }

  .product-holder {
    background: none;
  }


  .categories h3 {
    font-size: 14px;
    font-weight: 600;
  }


  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;

  }

  .top-menu {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-5 {
    padding: 2rem 1.5rem !important;
  }
  
  .nav-link {
    padding: 1rem 1rem;
    color: #636363;
    font-weight: 500;
    font-size: 12px !important;
  }

  .menu-sep {
    position: absolute;
    width: 1px;
    z-index: 0;
    left: 53%;
    top: -2px;
  }

  header .input-group input {
    width: 25% !important;
  }

  .category-holder .category-results-sort-panel .btn {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }


  .recommended-products .btn-primary {

    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;

  }

  .deals-of-the-week .btn-primary {
    font-size: 13px !important;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }


  .products-grid .btn-primary {
    font-size: 13px !important;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }


  .main-cart-holder .products-grid .btn-primary {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
    font-size: 12px !important;
  }




  .recommended-products .holder {
    border-radius: 10px;
  }

  .deals-of-the-week .holder {
    border-radius: 10px;
  }

  .categories .holder {
    border-radius: 10px;
  }

  .categories .product-image img {
    border-radius: 10px;
  }


  .login-register-holder .px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }


  .payment-holder .nav-pills .nav-link {
    font-size: 20px;
    padding: 10px 28px;

  }

  .payment-holder .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    padding: 10px 28px;
  }

  .recommended-products .product-image img {

    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }


  .deals-of-the-week .product-image img {

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }


  .products-grid .product-image img {

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

}



@media (max-width: 991.5px) {

  .recommended-products .col-md-4:last-of-type {
    display: none !important;
  }

  .deals-of-the-week .col-md-4:last-of-type {
    display: none !important;
  }

}


@media (max-width: 767.9px) {

  .recommended-products .col-md-4:last-of-type {
    display: block;
  }

  .deals-of-the-week .col-md-4:last-of-type {
    display: block;
  }

  .recommended-products .col-6:nth-child(2) {
    display: none !important;
  }

  .deals-of-the-week .col-6:nth-child(2) {
    display: none !important;
  }

}

@media (max-width: 768px) {

  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .top-menu {
    padding-right: 1rem !important;
    padding-left: 1rem !important;

  }

  .p-5 {
    padding: 2rem !important;
  }

  .nav-link {
    padding: 1rem 0.5rem;
    color: #636363;
    font-weight: 500;
    font-size: 12px;
  }

  header .input-group input {
    width: 0% !important;
  }

  .form-check {
    font-size: 11px !important;
    font-weight: 600;
  }






  .messages-panel-holder .messages-panel {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    padding: 20px 10px;

    font-size: 10px;
  }


  .messages-panel-holder .nav-tabs .nav-item {
    font-size: 10px;
  }

  .messages-panel-holder .messages-panel {
    font-size: 10px;
  }

  .messages-panel-holder h2 {
    font-size: 14px;
  }

  .messages-panel-holder a {
    font-size: 10px;
  }


  .messages-panel-holder .messages-menu h3 {
    font-size: 10px;
  }

  .messages-panel-holder .messages-menu a {
    font-size: 10px;
  }
}



@media (max-width: 576px) {

  .product-holder table {
    font-size: 12px !important;
  }

  .px-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .top-menu {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .p-5 {
    padding: 2rem 1rem !important;
  }

  .nav-link {
    padding: 1rem 0.5rem;
    color: #636363;
    font-weight: 500;
    font-size: 12px;
  }

  .data-you-can-trust h1 {
    font-size: 30px;

  }

  header .input-group input {
    width: 0% !important;
  }

  .form-control {
    font-size: 12px;
  }

  header .input-group select {
    margin-right: 0px;
    font-size: 10px;
  }

  .menu-sep {
    position: absolute;
    width: 1px;
    z-index: 0;
    left: 56%;
    top: -4px;
  }


  .top-menu {
    font-size: 10px;
  }

  .data-you-can-trust p {
    font-size: 18px;
    font-weight: 400;
  }


  .recommended-products h2 {
    font-size: 24px;
    font-weight: 600;
  }


  .categories h2 {
    font-size: 24px;
  }

  .categories .holder {
    border-radius: 10px;

  }


  .categories h3 {
    font-size: 10px;
    font-weight: 600;
  }

  .seemore-link a {

    font-size: 14px;

  }

  .ukraine-banner {
    background-image: url('/images/ukraine-banner-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 20px;
    border-radius: 15px;
  }


  .ukraine-banner h3 {
    font-size: 35px;
    color: #0C58BE;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 !important;
    padding: 0;
  }

  .ukraine-banner h3 span {
    font-size: 20px;
    color: #fff;
    display: block;
    letter-spacing: 1px;
    line-height: 18px;
    margin-left: -5px;
  }


  .ukraine-banner .btn-lg {
    padding: 0.75rem 3rem !important;
    font-size: 14px !important;
  }


  .deals-of-the-week h2 {
    font-size: 24px;
    font-weight: 600;
  }




  .deals-of-the-week .red-tab {
    position: relative;
    background-image: url('/images/red-tab.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 90px;
    height: 43px;
    top: 0px;
    left: 0;
    z-index: 500;
    right: 0;
    margin: auto;
  }

  .deals-of-the-week .red-tab .prod-amount {
    color: #fff;
    font-size: 20px !important;
    line-height: 40px !important;
  }


  .deals-of-the-week .green-tab {
    position: relative;
    background-image: url('/images/green-tab.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 90px;
    height: 43px;
    top: 0px;
    left: 0;
    z-index: 500;
    right: 0;
    margin: auto;
  }

  .deals-of-the-week .green-tab span {
    color: #fff;
    font-size: 20px !important;
    line-height: 40px !important;
  }

  .deals-of-the-week .product-image img {
    margin-top: -36px;
  }


  .deals-of-the-week h3 {
    font-size: 14px !important;
    font-weight: 600;
  }


  .deals-of-the-week .description {
    font-size: 11px;
    margin-bottom: 0.2rem;
  }



  .deals-of-the-week .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    font-size: 10px !important;
  }



  .deals-of-the-week .btn-outline-secondary {
    padding: 0.01rem 0.5rem !important;
  }


  .deals-of-the-week .btn-outline-secondary img {
    width: 15px !important;
  }



  .deals-of-the-week .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    font-size: 9px !important;
  }



  .recommended-products .red-tab {
    position: relative;
    background-image: url('/images/red-tab.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 90px;
    height: 43px;
    top: 0px;
    left: 0;
    z-index: 500;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
  }

  .recommended-products .red-tab .prod-amount {
    color: #fff;
    font-size: 1rem !important;
    line-height: 40px !important;
  }

  .recommended-products .green-tab {
    position: relative;
    background-image: url('/images/green-tab.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 90px;
    height: 43px;
    top: 0px;
    left: 0;
    z-index: 500;
    right: 0;
    margin: auto;
  }

  .recommended-products .green-tab span {
    color: #fff;
    font-size: 20px !important;
    line-height: 40px !important;
  }

  .recommended-products .product-image img {
    margin-top: -36px;
  }


  .recommended-products h3 {
    /* font-size: 12px !important; */
    font-weight: 600;
  }



  .recommended-products .description {
    font-size: 11px;
    margin-bottom: 0.2rem;
  }


  .recommended-products .btn-primary {
    /* border: 0px;
    background: #0B5DD8;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    font-size: 9px !important;
    border-radius: 5px; */
    /* padding-top: 0.58rem;
    padding-bottom: 0.58rem; */
  }

  .fs-custom-heart {
    font-size: 1.1rem;
  }
  
  .recommended-products .btn-outline-secondary {
    padding: 0.01rem 0.5rem !important;
    /* border-radius: 5px; */
  }


  .recommended-products .btn-outline-secondary img {
    width: 15px !important;
  }






  .products-grid .red-tab {
    position: relative;
    background-image: url('/images/red-tab.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 90px;
    height: 43px;
    top: 0px;
    left: 0;
    z-index: 500;
    right: 0;
    margin: auto;
  }

  .products-grid .red-tab .prod-amount {
    color: #fff;
    font-size: 0.9rem !important;
    line-height: 36px !important;
  }


  .products-grid .green-tab {
    position: relative;
    background-image: url('/images/green-tab.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 90px;
    height: 43px;
    top: 0px;
    left: 0;
    z-index: 500;
    right: 0;
    margin: auto;
  }

  .products-grid .green-tab span {
    color: #fff;
    font-size: 20px !important;
    line-height: 40px !important;
  }

  .products-grid .product-image img {
    margin-top: -36px;
  }


  .products-grid h3 {
    font-size: 14px !important;
    font-weight: 600;
  }


  .products-grid .description {
    font-size: 11px;
    margin-bottom: 0.2rem;
  }


  .products-grid .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 9px !important;
  }


  .products-grid .btn-outline-secondary {
    padding: 0.01rem 0.5rem !important;
  }


  .products-grid .btn-outline-secondary img {
    width: 15px !important;
  }






  .rating span {
    font-size: 14px;
    color: #979797;
    line-height: 20px;
    padding: 0px 5px;
  }

  .rating>input {
    display: none;
  }

  .rating>label {
    position: relative;
    width: 1em;
    font-size: 20px;
    color: #c4c4c4;
    cursor: pointer;
  }

  .form-check {
    font-size: 12px !important;
    font-weight: 600;
  }


  .category-side-bar h2 {
    font-size: 14px;

  }

  .category-side-bar h3 {

    font-size: 14px;

  }


  .categories .col-md-4:last-of-type {
    display: block !important;
  }


  .category-holder .category-side-bar .px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }


  .category-holder .category-results-sort-panel .btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 12px !important;
  }

  .category-holder .category-results-sort-panel {
    padding: 15px;
  }

  .category-side-bar .nav-link {
    background: transparent !important;
    padding: 0.5rem 1rem;
    font-size: 12px;
    border-radius: 0px !important;
  }


  .category-side-bar .form-control {
    font-size: 12px;
  }

  .accordion-button {
    font-size: 12px;
    font-weight: 600;
    padding: 0.5rem 1rem;


  }

  .accordion-body p {
    margin: 0px;
    padding: 0.5rem 1rem;
    font-size: 12px;
  }


  .nav-link {

    font-size: 13px !important;
  }




  .category-product-list-panel h3 {
    font-size: 10px;
  }


  .category-holder .category-product-list-panel .description {
    margin-bottom: 0rem;
    font-size: 8px !important;
  }

  .category-holder .category-product-list-panel h3 {
    margin-bottom: 0px;
  }

  .rating>label {
    position: relative;
    width: 1em;
    font-size: 14px;
    color: #c4c4c4;
    cursor: pointer;
  }

  .category-product-list-panel .red-tab {
    position: relative;
    background-image: url('/images/red-tab.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 90px;
    height: 43px;
    top: -8px;
    left: 0;
    z-index: 500;
    right: 0;
    margin: auto;
  }

  .category-product-list-panel .red-tab .prod-amount {
    color: #fff;
    font-size: 20px !important;
    line-height: 40px !important;
  }

  .category-product-list-panel .green-tab {
    position: relative;
    background-image: url('/images/green-tab.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 90px;
    height: 43px;
    top: -8px;
    left: 0;
    z-index: 500;
    right: 0;
    margin: auto;
  }

  .category-product-list-panel .green-tab span {
    color: #fff;
    font-size: 20px !important;
    line-height: 40px !important;
  }

  .category-product-list-panel .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 8px !important;
  }

  .category-product-list-panel {

    border-radius: 10px !important;

  }


  .category-product-list-panel .product-image img {
    border-radius: 10px;
  }

  .category-product-list-panel .btn-outline-secondary img {
    width: 14px !important;
  }

  .category-holder .category-product-list-panel .btn-outline-secondary {
    padding: 0.05rem 0.4rem !important;
  }

  .category-holder .category-product-list-panel .btn-outline-secondary img {
    width: 14px !important;
  }




  .product-holder .product-image-holder span {
    font-size: 40px;
  }

  .product-holder .product-image-holder p {
    margin-bottom: 0;
  }

  .product-holder .product-details-holder {
    background-color: #fff;
    border-radius: 10px;

    padding: 20px 5px;
  }


  .product-holder .product-image-holder .rating>label {
    font-size: 30px;
  }


  .product-holder .product-image-holder .rating {}


  .product-holder .product-details-holder p {
    font-size: 12px;
  }

  .product-holder .product-details-holder h2 {
    font-size: 22px;
  }

  #discount-price-1 {
      font-size: 22px !important;
  }

  .product-holder .product-details-holder p.p-4 {
    padding: 1rem !important;
    padding-left: 0px !important;
  }

  .product-holder .product-details-holder .border-right {
    display: none;
  }


  .product-holder .product-details-holder p.item-number {
    font-size: 12px;
  }

  .product-holder .product-details-holder table {
    font-size: 12px;
  }



  .product-holder .product-details-holder p.views {
    color: #AF0000;
    font-size: 12px;
    font-weight: 500;
  }

  .product-holder .product-details-holder .red-tab {

    position: static;
    background-image: url('/images/red-tab.png');
    background-size: contain;
    text-align: center;
    width: 96px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
  }


  .product-holder .product-details-holder .red-tab .prod-amount {
    color: #fff;
    font-size: 22px;
    line-height: 50px;
  }

  .product-holder .product-details-holder .rating {
    justify-content: start !important;
  }

  .product-holder .product-details-holder .rating.hide-rating {
    display: none;
  }


  .product-holder .product-details-holder .rating span {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
  }


  .product-holder .product-details-holder .rating>label {

    font-size: 15px;

  }




  .product-holder .product-details-holder p.views i {
    font-size: 16px;
  }

  .product-holder .product-details-holder .border-bottom {
    border-bottom: 2px solid #979797 !important
  }

  .product-holder .product-details-holder .border-right {
    border-right: 2px solid #979797 !important
  }

  .product-holder .product-details-holder .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-holder .product-details-holder .btn {
    font-size: 12px;
  }

  .product-holder .input-group {
    font-size: 12px !important;
    width: 140px !important;
  }

  .product-holder .input-group .input-group-text {
    font-size: 12px !important;
    padding: .2rem 1rem !important;
  }


  .input-group-lg>.btn,
  .input-group-lg>.form-control,
  .input-group-lg>.form-select,
  .input-group-lg>.input-group-text {
    padding: .25rem 1rem;
    font-size: 1rem;
    border-radius: .5rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }


  .product-holder .rating-reviews-panel .btn-link {
    font-size: 16px;
    padding-bottom: 0.5rem;
    padding-top: 0;
    margin: 0;
    line-height: 1;
  }


  .product-holder .product-details-holder .btn-outline-secondary {
    border: 1px solid #636363;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-holder .product-details-holder .btn-outline-secondary:hover {
    background: #f2f2f2;
    color: #636363;
  }



  .product-holder .rating-reviews-panel {
    background-color: #fff;
    border-radius: 10px;

    padding: 20px 20px;
  }


  .product-holder .rating-reviews-panel .border-bottom {
    border-bottom: 2px solid #979797 !important;
  }

  .product-holder .rating-reviews-panel h3 {
    font-size: 16px;
    margin: 0px;
    padding: 0;
    line-height: 1;
  }

  .product-holder .rating-reviews-panel h4 {
    font-size: 16px;
  }



  .product-holder .rating-reviews-panel span {
    font-size: 40px;
  }

  .product-holder .rating-reviews-panel p {
    font-size: 11px;
  }




  .product-holder .rating-reviews-panel .rating>label {

    font-size: 20px;

  }


  .product-holder .rating-reviews-panel .featured-review p {
    font-size: 12px;
  }

  .product-holder .rating-reviews-panel .featured-review p span {
    font-size: 12px;
  }





  .product-holder .rating-reviews-panel .featured-review p.title {
    font-size: 16px;
  }


  .product-holder .rating-reviews-panel .featured-review .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
  }


  .product-holder .rating-reviews-panel .featured-review .rating>label {

    font-size: 20px;

  }


  .main-cart-holder .products-grid .col-6:last-of-type {
    display: none;
  }

  .main-cart-holder .products-grid .btn-primary {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    font-size: 9px !important;
  }

  .main-cart-holder h2 {
    font-size: 18px;
  }

  .main-cart-holder .cart-item p {
    font-size: 16px;
  }

  .main-cart-holder .cart-item p.product-availability {
    font-size: 12px !important;
  }

  .main-cart-holder .cart-item .btn-link {
    font-size: 12px !important;
  }

  .main-cart-holder .cart-item .offer-applied {
    font-size: 14px;
    line-height: 30px;
  }

  .main-cart-holder .cart-item .offer-applied i {
    color: #24B24F;
    font-size: 20px;

  }

  .main-cart-holder .order-summary {

    font-size: 16px !important;
    padding: 10px 10px;
  }


  .main-cart-holder .order-summary .btn-primary {
    font-size: 16px !important;
  }


  .main-cart-holder .order-summary h3 {
    font-size: 16px;

  }

  .main-cart-holder .cart-item {

    padding: 10px 10px;
  }

  .login-register-holder .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }



  .login-register-holder .panel h3 {
    font-size: 16px;
  }

  .login-register-holder .panel p {
    font-size: 12px;
  }

  .login-register-holder .form-control {
    font-size: 12px;
  }

  .login-register-holder .form-control-lg {
    padding: 0.75rem 1rem;
  }

  .login-register-holder select.form-control-lg {
    padding: 0.8rem 0.5rem !important;
    font-size: 12px;
  }



  .login-register-holder .form-check {
    margin-bottom: 0px !important;
  }

  .login-register-holder .btn {
    font-size: 12px;
    padding: 0.75rem 0.3rem;
  }

  .login-register-holder .btn-link {
    font-size: 12px;
    line-height: 1rem;
    padding: 0.75rem 0.3rem !important;
  }


  .login-register-holder .alert-primary {
    padding: 0.5rem;
  }

  .login-register-holder .alert-primary p {
    font-size: 12px;
  }

  .modal-body {
    font-size: 12px;
  }

  .modal-content {
    padding: 20px 10px;
  }


  .modal-content h2 {
    font-size: 16px;
  }

  .modal-content p {
    font-size: 11px;
  }

  .modal-content .btn {
    font-size: 12px;
    padding: 0.75rem 0.3rem;
  }

  .modal-content .form-control-lg {
    font-size: 18px;
    padding: 0em 1rem;
    text-align: center;
  }






  .success-panel p {
    font-size: 18px;
  }

  .success-panel img {
    width: 20%;
  }


  .success-panel p.homelink {
    font-size: 20px;
  }


  .success-panel p.homelink a {
    color: #0B5DD8;
  }

  .success-panel p.homelink a:hover {
    color: #636363;
  }

  .main-cart-holder .order-tracked-by {
    font-size: 12px;
  }

  .main-cart-holder .order-details {
    font-size: 12px;
    padding: 20px 20px;
  }

  .main-cart-holder .dataset-details {
    font-size: 12px;
    padding: 20px 20px;
  }

  .main-cart-holder .price-details {
    font-size: 12px;
    padding: 20px 20px;
  }

  .main-cart-holder .order-details p.item-number {
    font-size: 162px;
  }

  .order-details ul.timeline p.title {
    font-size: 12px;
  }

  .order-details ul.timeline p.date {
    font-size: 10px;
    color: #979797;
  }

  .main-cart-holder .order-details p.item-total {
    font-size: 18px;
  }

  .main-cart-holder .order-details p.price {
    font-size: 18px;
  }


  .main-cart-holder .order-details p.item-number {
    font-size: 13px;
  }

  .main-cart-holder .order-details .btn-primary {
    font-size: 10px;
  }

  .main-cart-holder .order-details .rating>label {
    width: 1.5em;
    font-size: 24px;
    cursor: pointer;
  }


  .main-cart-holder .api-details {
    font-size: 12px;
    padding: 20px 20px;
  }

  .main-cart-holder .last-order {
    font-size: 12px;
    padding: 20px 20px;
  }

  .main-cart-holder .last-order p {
    font-size: 12px;
  }

  .main-cart-holder .last-order p.review-link {
    font-size: 12px;
  }


  .last-order .rating>label {
    width: 1em;
    font-size: 18px;
  }


  .payment-holder .nav-pills .nav-link {
    font-size: 13px;
    padding: 10px 10px;

  }

  .payment-holder .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    padding: 10px 10px;
  }


  .payment-holder .pay-using-panel {
    padding: 10px 20px;
    font-size: 16px;
  }

  .payment-holder .pay-using-panel h2 {
    font-size: 18px;
  }

  .payment-holder .pay-using-panel p.small {
    font-size: 10px;
  }

  .payment-holder .pay-using-panel .btn-primary {
    width: 100%;
  }


  .messages-panel-holder .messages-panel .btn-outline-secondary {
    color: #0B5DD8;
    padding: 0.3rem 1rem;
    font-size: 12px;
  }

  .categories .product-image img {
    margin-top: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  } 
  .codeForm {
      padding: 0em 0.4rem !important;
  }
}




@media (max-width: 400px) {


  .last-order .rating>label {
    width: 1em;
    font-size: 16px;
  }

  .category-holder .category-results-sort-panel .btn {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 11px !important;
  }


  .category-product-list-panel .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
    font-size: 7px !important;
  }

  .category-holder .category-product-list-panel .btn-outline-secondary {
    padding: 0.03rem 0.3rem !important;
  }



  .nav-link {
    padding: 1rem 0.3rem;
    color: #636363;
    font-weight: 500;
    font-size: 12px !important;
  }


  .px-5 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }

  .top-menu {
    font-size: 8px;
  }


  .ukraine-banner h3 {
    font-size: 30px;
    color: #0C58BE;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 !important;
    padding: 0;
  }

  .ukraine-banner h3 span {
    font-size: 16px;
    color: #fff;
    display: block;
    letter-spacing: 1px;
    line-height: 14px;
    margin-left: -5px;
  }


  .ukraine-banner .btn-lg {
    padding: 0.75rem 3rem !important;
    font-size: 14px !important;
  }

  .fs-custom-heart {
    font-size: 1.05rem;
  }

  .recommended-products .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
    font-size: 8px !important;
    /* border-radius: 5px; */
    padding-top: 0.58rem;
    padding-bottom: 0.58rem;
  }

  .deals-of-the-week .btn-primary {
    border: 0px;
    background: #0B5DD8;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 8px !important;
  }


  .products-grid .btn-primary {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 7px !important;
  }


  .main-cart-holder .products-grid .btn-primary {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
    font-size: 8px !important;
  }



  .recommended-products .btn-outline-secondary {
    padding: 0.01rem 0.3rem !important;
  }

  .deals-of-the-week.btn-outline-secondary {
    padding: 0.01rem 0.3rem !important;
  }

  .products-grid .btn-outline-secondary {
    padding: 0.01rem 0.3rem !important;
  }


}

@media (max-width: 340px) {
.recommended-products .btn-primary {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
}

@media (max-width: 320px) {

  .px-5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .top-menu {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .p-5 {
    padding: 1rem !important;
  }

  .nav-link {
    padding: 1rem 0.5rem;
    color: #636363;
    font-weight: 500;
    font-size: 12px;
  }

  .data-you-can-trust h1 {
    font-size: 30px;

  }

}




.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
  position: relative;
  min-height: 1px;


}


.col-xl-5ths:last-of-type {
  display: block !important;
}









@media (min-width: 1400px) {
  .col-xl-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}



@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}


@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}


.product-img-sec img {
  height: auto;
  width: 100%;
}

@media (min-width: 578px) {
  .product-img-sec {
    margin-top: -62px;
    height: 172px;
  }
}

@media (min-width: 768px) {
  .product-img-sec {
    margin-top: -62px;
    height: 160px;
  }
}

@media (min-width: 992px) {
  .product-img-sec {
    margin-top: -62px;
    height: 180px;
  }
}

@media (min-width: 1200px) {
  .product-img-sec {
    margin-top: -62px;
    height: 180px;
  }
}

@media (min-width: 1400px) {
  .product-img-sec {
    margin-top: -62px;
    height: 190px;
  }
}

/* @media (min-width: 1400px) {
  .products-grid h3 {
    font-size: 22px;
    font-weight: 600;
  }
} */

/* @media (min-width: 1200px) {
  .products-grid h3 {
    font-size: 22px;
    font-weight: 600;
  }
} */


.products-grid h3 {
  font-weight: 600;
}

.product-title-sec {
  white-space: nowrap;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem !important;
  margin-bottom: .30rem !important;
}

.product-desc-sec {
  word-wrap: break-word;
}

@media (min-width: 1200px) {
  .product-desc-sec p {
    font-size: 0.8rem;
  }
}

.tds-form-control {
    font-size: 0.875rem;
    border: 1px solid #EAEAEA !important;
    border-radius: 10px;
    height: 50px;
}

.tds-form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #999999;
}

.tds-offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.tds-offcanvas-title {
    font-size: 1.25rem;
    color: #333333;
    font-weight: 600;
}