@import url(theme.css);

.checkout_font {
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
}


.single-product_image {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.product_image {
  width: 100% !important;
  height: 400px;
  object-fit: contain;
}

.section_images {
  align-items: center;
  justify-content: center;
  gap: 3px;
  display: flex;
  margin-top: 15px;
}

.product_section_image {
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
  width: 100px;
  height: 100px;
  object-fit: contain;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}

.product_section_image.selected {
  border-color: #e05c0b;
}

.text_color {
  color: #616161;
}

.image_size {
  width: 100%;
}

.product_detail {
  width: 100%;
  padding-left: 1.5rem;
}

.product_detail h3 {
  width: auto;
}

.title {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.star-rating {
  font-size: 0;
  padding: 0;
  gap: 0 !important;
}

.star-rating .star {
  font-size: 1.2rem;
  color: #f1c50f !important;
  display: inline-block;
}

.star-rating .star.gray {
  color: lightgray !important;
}

.breadcrumb1 {
  display: flex;
  /* gap: 4px; */
  padding: 0px;
}

.product_detail ol li span {
  color: #616161;
}

.item-price {
  color: #e05c0b !important;
  margin-bottom: 0;
}

.text_size1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.text_size2 {
  text-decoration: line-through;
  font-weight: 600;
  margin-top: 7px;
  margin-inline-end: 6px;
  font-size: 18px;
  margin-inline-start: 9px;
}

.text_size3 {
  margin-top: 13px;
  font-size: 14px;
  color: #a90000;
  font-weight: 500;
  padding: 0;
  display: inline-block;
  vertical-align: 0;
  line-height: 14px;
}

.checkout_image {
  width: 320px !important;
}

.text_size4 {
  width: 100%;
  float: left;
  color: #616161;
  font-weight: 500;
  font-size: 14px;
}

.quantity {
  position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 65px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.quantity input:focus {
  outline: 0;
}

/* Description Tabs */
.Descriptiontabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
}

.Descriptiontab {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  color: grey;
  text-align: center;
  font-weight: 600;
}

.Descriptiontab.active {
  color: black;
  border-bottom: 2px solid #e05c0b;
}

/* End */

.quantity-nav {
  float: left;
  position: relative;
  height: 45px !important;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0px;
  margin-bottom: 6px !important;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 6px;
  height: 50%;
}

.quantity-down-font {
  font-size: 15px !important;
}

.product_item {
  background-color: #fff;
  height: 42px;
  width: 3.5rem;
  border: 1px solid #797878 !important;
  border-radius: 5px;
  padding-left: 15px;
}

.addtocart_btn {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  border: none;
  height: 45px !important;
  border-radius: 5px;
  width: 300px;
  text-transform: uppercase;
}

.addtocart_btn:hover {
  background-color: #ed1c24;
}

.social-sharing {
  width: 100%;
  clear: both;
  text-align: left;
}

.social-sharing span {
  display: none;
  vertical-align: top;
  margin-top: 5px;
  margin-inline-end: 10px;
}

.social-sharing ul {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}

.social-sharing li.facebook {
  background: #3b5998;
}

.hovercolor:hover {
  color: white !important;
}

.social-sharing li.twitter {
  background: #00aced;
}

.social-sharing li.pinterest {
  background: #cb2027;
}

.social-sharing li {
  background: none;
  display: inline-block;
  vertical-align: top;
  margin-inline-end: 5px;
  border-radius: 5px !important;
}

.social-sharing li {
  border-radius: 0;
  padding: 2px 8px;
}

ul {
  padding-inline-start: 0;
}

.social-sharing a {
  display: block;
  float: right;
  color: #e5e5e5;
  text-transform: capitalize;
  border-radius: 3px;
  padding: 0;
  display: flex;
  align-items: center;
  line-height: 20px;
  margin-inline-start: 6px;
  line-height: 24px;
  text-decoration: none;
}

.hr_line {
  width: 100%;
}

.container_bg {
  color: #616161;
  font-weight: 600;
  border: 1px dashed #ebe9e9;
}

.bankcards_img {
  background: #f2f2f2;
}

.bankcards_img h4 {
  font-size: 18px;
}

.nav-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.nav-item {
  margin-bottom: 0;
  padding-inline: 0;
}

.nav-link {
  margin-inline-end: 35px;
  padding: 15px 3px;
  line-height: 20px;
  color: #616161;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  border: none !important;
}

.nav-link.active {
  border-bottom: 2px solid #e05c0b !important;
  color: #000;
}

.nav-link:hover {
  cursor: pointer;
  color: #616161;
}

.des_h2 {
  font-size: 18px !important;
  margin-bottom: 0.5rem !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  color: inherit !important;
}

.product-description ul {
  list-style: inside;
  padding-inline-start: 15px;
}

.fontsize {
  font-size: 14px;
  font-weight: 500;
}

.products-section-title {
  clear: both;
  padding: 0;
  width: 100%;
  position: relative;
  padding-bottom: 0;
}

.products-section-title h2.title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.products-section-title h2.title {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 0px;
  margin-bottom: 0;
  position: relative;
  color: #e05c0b;
}

#myprestacommentsBlock .tabs {
  margin-block: 0;
}

.tabs {
  position: relative;
  width: 100%;
  text-align: center;
  clear: both;
  margin: 30px 0;
}

.p_description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px !important;
  width: 80%;
}

#new_comment_form_ok {
  overflow: hidden;
  clear: both;
}

#product_comments_block_tab {
  margin: 0 0 20px 0;
  text-align: left;
}

#product_comments_block_tab div.comment {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

div.comment div.comment_author {
  float: left;
  padding-right: 30px;
  margin-right: 30px;
  width: 190px;
  line-height: 18px;
  border-right: 1px solid #e5e5e5;
}

.comment_author_infos {
  clear: both;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.span_color {
  color: #000;
  font-weight: 500;
}

.span_color_grade {
  color: #000;
  font-weight: 700;
}

.comment_author_infos em {
  color: #797878;
  font-weight: 500;
}

div.comment .star_content {
  margin: 0;
  margin-bottom: 10px;
}

.comment_details {
  overflow: hidden;
  text-align: left;
}

.comment_details h4 {
  padding-bottom: 10px;
}

.comment_details p {
  padding-bottom: 10px;
}

.clearfix.pull-right {
  text-align: start;
}

.open-comment-form {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px;
}

.open-comment-form:hover {
  background-color: #ed1c24;
}

.product_banner {
  width: 100%;
}

.brand_logos {
  width: 120px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  height: 100%;
}

.font_size {
  font-size: 14px;
}

.bg_color {
  background-color: #f2f2f2;
}

.border-ra p {
  border-radius: 5px !important;
}

.bg_color1 {
  background-color: #f8f8f8;
}

.font_weight {
  text-transform: capitalize;
  font-weight: 500;
}

.title_block {
  font-weight: 500;
}

.shipping_info {
  font-size: 14px;
  font-weight: 600;
  color: #676767;
}

.shipping_container ul {
  padding-left: 33px;
  list-style-type: disc;
}

.product-detail-box {
  border-left: 1px solid #dee2e6 !important;
}

/* Responsive */
@media (max-width: 767.98px) {
  .border-end {
    border-right: none !important;
  }
}

.breadcrumb-item {
  white-space: wrap;
}

.breadcrumb-item:last-child {
  border-right: none;
}

@media (max-width: 576px) {
  .breadcrumb-item span {
    font-size: 0.8rem;
  }
}

@media (min-width: 1024px) {
  .checkout_image {
    width: 77% !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .product_image {
    height: 300px;
  }

  .section_images {
    height: 100px;
  }

  .image_size {
    padding: 0;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .product_detail {
    padding-left: 0px;
  }

  .options {
    justify-content: center;
  }

  .Descriptiontab {
    width: 100%;
  }

  .weight-title {
    padding-right: 0px !important;
  }

  .weight-value {
    padding-left: 0px !important;
  }

  .weight-title p {
    border-radius: 5px 5px 0px 0px !important;
  }

  .weight-value p {
    border-radius: 0px 0px 5px 5px !important;
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  .nav-link {
    margin-left: 30px !important;
  }
}

@media (max-width: 767px) {
  .position {
    position: absolute;
  }

  .responsive_details {
    margin-top: 60px !important;
  }

  .responsive_details1 {
    margin-top: 35px !important;
  }

  .responsive_details2 {
    margin-top: 60px !important;
  }

  .responsive_details3 {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .RPM {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 1439px) {
  .p_description {
    width: 100% !important;
  }
}

@media (min-width: 425px) and (max-width: 1023px) {
  .addtocart_btn {
    width: 260px;
  }
}

@media (max-width: 1439px) {
  .title {
    font-size: 20px !important;
  }
}

@media (max-width: 1439px) {
  .breadcrumb1 {
    flex-direction: column;
    padding-left: 0px !important;
  }

  .breadcrumb1 li {
    border: none !important;
    border-right: none;
    padding-bottom: 4px;
    margin: 0;
    list-style: none;
  }

  .breadcrumb1 li:last-child {
    border-bottom: none;
  }
}

/* Media query for screen widths larger than 1439px */
@media (min-width: 1439px) {
  .breadcrumb1 {
    flex-direction: row !important;
  }

  .breadcrumb1 li {
    border-bottom: none;
    margin: 1rem;
    list-style: none;
  }
}



@media (min-width: 320px) and (max-width: 767px) {
  .pading_start {
    padding-left: 0px;
  }

  .tabs {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0px !important;
  }

  .comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .comment_author,
  .comment_details,
  .clearfix.pull-right {
    width: 100%;
  }

  .clearfix.pull-right {
    text-align: left;
  }

  .comment_author {
    border: none !important;
  }

  .comment_author,
  .clearfix.pull-right {
    margin-bottom: 35px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .product-detail-box {
    border-left: none !important;
  }

  .addtocart_btn {
    width: 240px;
  }
}




.nav-icon {
  font-size: 18px;
  border-radius: 50%;
  color: black;
  cursor: pointer;
  margin: 0 5px;
}

.nav-icon:hover {
  color: red;
}