
/*=========== Products Images =================*/


.gallery_product {
  margin: 0 55px 22px 0;
  border-radius: 3px;
  overflow: hidden;
  width: 1200px;
  position: relative;
  height: 468px;
  display: flex;
}

.img_content {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  min-height: 109vw;
  padding: 15px;
}

.relative.inline-flex.items-center.px-4.py-2.ml-3.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.rounded-md.hover\:text-gray-500.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
  margin-left: 37px;
}


#delalert {
  font-size: 13px;
  color: red;
  font-weight: 400;
}
.img_product {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform ease-in-out 300ms;
  background-repeat: no-repeat;
  max-width: 87vw;
}


.img_product img {
  display: none;
}

.img_content {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img_content:hover .img_product {
  transform: scale(1.08);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img_content.active {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 2;
  //transform: translateX(-50%);
}

.img_content.postactive {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.img_content.active.positioned {
  left: 0 !important;
  top: 0 !important;
  transition-delay: 50ms;
}


/*================ Product Content==================*/

.display-flex.content_wid {
  width: 95%;
  margin: auto;
  display: grid;
}
.product_desc.section_content {
  width: 100%;
  margin: 0px auto;
}



.product_images.section_img {
  width: 95vw;
  margin: 30px auto;
  overflow: scroll hidden;
}

.pd-wrap {
  width: 100%;
  max-width: 1560px;
  margin: 6em auto auto;
}

.website_direct {
  width: 100%;
  margin: auto;
  font-size: 13px;
}
.website_direct a {
  font-weight: 400;
  padding: 6px 12px;
  text-transform: capitalize;
}

.product-dtl {
  width: 90%;
  margin: auto;
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
  padding: 33px 0px;
  max-width: 86vw;
}

.product-name {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 400;
  color: #515151;
}
.brand_title {
  font-size: 21px;
  font-weight: 600;
  font-family: montserrat-semibold,sans-serif !important;
}

.rating_star {
  width: 104px;
  display: flex;
}
.rating_star svg {
  width: 35px !important;
  height: 22px;
  display: block;
  font-size: 35px;
  fill: #13b316;
  padding: 1px 7px;
}
.rating_star {
  width: 84px;
  display: flex;
  background: #f2f6f2;
  border: 1px solid #a49f9f;
  padding: 2px 8px;
  margin: 15px 0px;
}
.line-through {
  font-size: 15px;
  padding: 14px;
  color: #818181;
}
#totalPrice {
  font-size: 28px;
  font-weight: 700;
  color: #262626;
}
.line-through {
  font-size: 15px;
  padding: 0px 13px 0px 6px;
  color: #818181;
  font-weight: 600;
}
.offprice {
  font-size: 19px;
  color: #168d0c;
  font-weight: 600;
}
.inclu_tax {
  font-size: 14px;
  color: #bc8400;
  font-weight: 600;
  margin-bottom: 7px;
}

.pick_color {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pick_size {
  width: 100%;
  margin-left: auto;
  margin-bottom: 5px;
  height: 98px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.fix_size_d {
  padding: 1px 5px;
  width: 60px;
  display: flex;
}
.color_name_box {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 5px;
  border: 1px solid #454545;
  cursor: pointer;
}
.color_c {
  margin: 11px 11px;
}

.size_name_box {
  display: block;
  border-radius: 5px;
  border: 1px solid #454545;
  cursor: pointer;
  width: 52px;
  height: 40px;
  position: absolute;
  margin: 10px 0;
  text-align: center;
  padding: 7px 0;
}
.main_s {
  z-index: 9;
  background: white;
}
.disb_s {
  border: 1px solid #c8c8c8;
  z-index: -2;
  color: #c8c8c8;
}
.strike::before {
  z-index: -3;
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  right: -4px;
  border-top: 1px solid;
    border-top-color: currentcolor;
  border-color: inherit;
  -webkit-transform: rotate(-33deg);
  -moz-transform: rotate(-33deg);
  -ms-transform: rotate(-33deg);
  -o-transform: rotate(-33deg);
  transform: rotate(-33deg);
}

/**
 * 1. Hides the input from view
 * 2. Ensures the element does not consume any space
 */

input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
}


label:last-of-type {
 margin-right: 0;
}
input[type="radio"]:checked + label {
  background-color: #5ad751;
  color: black;
}

input[type="radio"]:hover:not(:checked) + label {
  border-top: 1px solid black;
}

.submit_button_card {
  display: grid;
  width: 100%;
}
.button_add_wishlist {
  margin: 7px 0 0 7px;
}
/*.button_add_card {
  background: #5ad751;
  display: flex;
  margin: 7px 12px 0 0;
  padding: 14px 20px;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  cursor: pointer;
}*/

.button_add_card {
  background: #000;
  display: flex;
  margin: 7px 12px 0 0;
  padding: 14px 20px;
  width: 100%;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  cursor: pointer;
  color: white;
}
.button_add_card svg {
  width: 15px;
  height: 14px;
  margin-right: 7px;
}

.button_add_wishlist svg {
  width: 18px;
  height: 18px;
}

.deliver_codd svg {
  width: 18px;
  height: 26px;
  margin-right: 7px;
}
.deliver_codd {
  display: flex;
}
.deliver_text {
  display: grid;
  font-size: 15px;
  width: 100%;
}

.delivery_code {
  padding: 10px 13px;
  margin-top: 6px;
  border: 1px solid black;
  width: 100%;
}

.check_button {
  margin: -37px 8px 7px;
  font-size: 14px;
  color: #000;
  font-weight: 800;
  text-align: right;
  width: 57px;
  margin-left: auto;
}
.text_del {
  font-size: 11px;
  margin-top: 7px;
  font-weight: 400;
}

.desc_pro {
  font-size: 12px;
  width: 100%;
}



/*==================== Rating Start Feedback ============*/

.rating_panel {
  display: flex;
  margin-top: 29px;
}
.chart {
  /* width: 500px; */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.chart .rate-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 22px;
  padding: 20px 0;
  padding: 10px;
}
.chart .rate-box > * {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #444;
  font-size: 11px;
}
.rate-box .value {
  display: flex;
  align-items: center;
}
.rate-box .value:hover {
  color: #66bb6a;
}
.chart .value {
  font-size: 13px;
  cursor: pointer;
}
.rate-box .progress-bar {
  border-width: 1px;
  position: relative;
  background-color: #cfd8dc91;
  height: 5px;
  border-radius: 0;
  width: 27vw;
}
.rate-box .progress-bar .progress {
  background-color: #66bb6a;
  height: 100%;
  border-radius: 100px;
  transition: 300ms ease-in-out;
}

.global {
  height: 100%;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.one .fas {
  color: #cfd8dc;
}

.two {
  background: linear-gradient(to right, #66bb6a 0%, transparent 0%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  transition: 0.5s ease-in-out all;
}

.global > span {
  font-size: 33px;
  font-weight: 500;
  display: flex;
}
.global-value svg {
  margin: 10px;
  fill: #daa732;
}

.rating-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 10%;
}
.rating-icons span {
  position: absolute;
  display: flex;
  font-size: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5px;
}

.total-reviews {
  font-size: 11px !important;
}

.similar_product {
  width: 100%;
  margin: 6em auto;
}



/*================= Add to cart ==============*/

.shopping-item {
  width: 100%;
  margin: auto;
  margin-top: 7em;
  margin-bottom: 15em;
  max-width: 1280px;
  padding: 0 6px;
}
.content_cart {
  display: grid;
}
.shopping-list {
  display: grid;
}
.shopping-list li {
  display: grid;
  border: 1px solid #a2a2a2;
  padding: 10px;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.shopping-list li img {
  width: 90px;
}
.shopping-list h4 {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  color: #474747;
}
.cart_content_pro {
  padding: 1px 15px;
  width: 67vw;
  max-width: 360px;
}

.delete_cart {
  width: 40px;
  height: auto;
  padding: 5px 2px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.cart_content_pro .brand_o {
  font-size: 13px;
  font-weight: 600;
}
.cart_content_pro .amount {
  font-size: 17px;
  font-weight: 600;
}
.cart_content_pro del {
  font-weight: 600;
  font-size: 13px;
  color: #888;
  margin-left: 5px;
}

.cart_content_pro .offdisc {
  font-size: 12px;
  color: #13b316;
  margin-left: 6px;
}

.cont_cart_pp .color {
  width: 47px;
  height: 26px;
  display: block;
  margin-right: 5px;
  border: 1px solid #a2a2a2;
}
.cont_cart_pp {
  margin-top: 7px;
  display: flex;
}
.select-option {
  padding: 3px 6px;
  background: white;
  font-size: 13px;
  border: 1px solid #a2a2a2;
  margin: 0px 4px;
  width: 85px;
  border-radius: 0;
}
.cart_colordd {
  height: 26px;
}

.cont_cart_pp {
  margin-top: 7px;
  display: flex;
  margin-bottom: 15px;
}
.color_tit {
  font-size: 9px;
  display: block;
  text-align: left;
  font-weight: 500;
}
.total_cart_show {
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
  margin-top: 17px;
  padding-top: 20px;
  display: grid;
}

.price_cart_total {
  margin: 0px 0px 15px 0px;
  border: 1px solid #a2a2a2;
  padding: 21px;
}

.total_cart_show span {
  font-size: 14px;
}
.total-amount_left {
  float: left;
  text-align: left;
}
.total-amount_right {
  text-align: right;
  float: right;
}

.total_cart_show li {
  width: 100%;
  padding: 7px 0px;
}

.total-amount_right.disc_cart {
  color: #0b9b0e;
  margin-left: 6px;
  font-weight: 700;
}
.total_cart {
  font-weight: 700;
  font-size: 18px !important;
}

.place_order {
  padding: 17px 12px;
  font-weight: 600;
  margin-top: 23px;
  cursor: pointer;
  background: black;
  color: white;
  width: 100%;
  display: block;
  text-align: center;
}
.place_order:hover {
  background: #373737;
  color: white;
}

.col-lg-6.col-md-6.col-sm-6.col-xs-6.form-group {
  width: 50%;
  display: grid;
}
.col-lg-12.col-md-12.col-sm-6 {
  display: flex;
}
.form-group {
  display: grid;
  margin: 10px 7px;
}
.label-form-c {
  font-size: 14px;
  font-weight: 400;
}
.review-tab-pro-inner {
  border: 1px solid #a2a2a2;
  padding: 10px;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.date_or {
  font-size: 12px;
  font-weight: 600;
}



/*================= Add Address ==============*/

.address_car {
  display: flex;
  width: 100%;
}

.radio_button {
  visibility: visible !important;
  height: 17px !important;
  width: 17px !important;
  margin-right: -10px;
}
.address_name {
  font-size: 14px;
  font-weight: 600;
}
.addr_c {
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}
.address_mobile {
  font-size: 13px;
  margin-top: 9px;
}
.button_sec {
  display: flex;
  width: 60%;
}

.edit_button {
  border: 1px solid #000;
  padding: 7px 22px;
  margin: 9px 6px;
  font-weight: 600;
  font-size: 12px;
}
.address_cards {
  border: 1px solid #a2a2a2;
  padding: 11px 21px;
  margin-bottom: 49px;
}

.addnew_address {
  color: #fff;
  font-weight: 700;
  background: #089c00;
  padding: 15px 23px;
  cursor: pointer;
}
.register-form-p {
  border: 1px solid #a2a2a2;
  margin-left: 0px;
  padding: 22px;
}

.bag_addrees {
  font-size: 16px;
}
.deliver_time {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}

.payment_card {
  padding: 21px 23px 23px;
  position: relative;
}
.payment_card img {
  width: 46px;
  float: right;
  text-align: right;
  right: 0;
  margin-left: 0;
  position: absolute;
  margin-right: 19px;
}

.payment_card input:checked + label {
  background: white;
  cursor: pointer;

}
.payment_card label{
    cursor: pointer;
    padding: 23px 12px;
    font-size: 12px;
}
.payment_card input{
  cursor: pointer;
}



/*================== Payment Success ================*/


.success_section {
  margin: 10em auto;
  width: 100%;
  max-width: 400px;
}

.outer-circle {
  height: 130px;
  width: 130px;
  border: 2px solid #4BDCBC;
  border-radius: 100%;
  padding: 12px;
  margin: auto;
}

.svg-success {
  display: inline-block;
  vertical-align: top;
  height: 130px;
  width: 130px;
  opacity: 1;
  overflow: visible;
  margin: -13px;
}
@keyframes success-tick {
  0% {
    stroke-dashoffset: 16px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 31px;
    opacity: 1;
  }
}
@keyframes success-circle-outline {
  0% {
    stroke-dashoffset: 72px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
@keyframes success-circle-fill {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.svg-success .success-tick {
  fill: none;
  stroke-width: 1.5px;
  stroke: #4BDCBC;
  stroke-dasharray: 15px, 15px;
  stroke-dashoffset: -14px;
  animation: success-tick 0.6s ease 1.3s forwards;
  opacity: 0;
}
.svg-success .success-circle-outline {
  fill: none;
  stroke-width: 1.5px;
  stroke: #fff;
  stroke-dasharray: 72px, 72px;
  stroke-dashoffset: 72px;
  animation: success-circle-outline 1.2s ease-in-out 0s forwards;
  opacity: 0;
  fill: #16a401;
}
.svg-success .success-circle-fill {
  fill: #81c038;
  stroke: none;
  opacity: 0;
  animation: success-circle-fill 300ms ease-out 1100ms forwards;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .svg-success .success-tick {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    animation: none;
    opacity: 1;
  }
  .svg-success .success-circle-outline {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    animation: none;
    opacity: 1;
  }
  .svg-success .success-circle-fill {
    animation: none;
    opacity: 1;
  }
}



/*=================== Profile Setting ======================*/

.del_address p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 17px;
}

.sign-up__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem;
  background-color: white;
  margin-bottom: 10em;
  border: 1px solid #c3c3c3;
}
.sign-up {
  width: 98%;
  margin: auto;
  margin-top: 2em;
  max-width: 600px;
}
.sign-up__form input {
  padding-left: 1.5em;
}
.form__input input {
  width: 100%;
  padding: 14px;
  padding-left: 1em;
  border: 1px solid #b8b7b7;
  font-weight: 400;
  color: #1d1d1d;
  background: #fff;
}
.form__input {
  width: 100%;
  margin-bottom: 1.4em;
  position: relative;
}
.form__terms {
  max-width: 55ch;
}
.form__terms {
  max-width: 40ch;
  margin-bottom: 0.75em;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 2em;
}
.form__terms span {
  font-weight: 700;
}

.account_card {
  background: white;
  box-shadow: 0px 1px 7px darkgray;
  padding: 29px 37px;
  margin-bottom: 2em;
  margin-top: 5em;
}
@media (min-width: 992px) {
  .table_profile {
    width: 80%;
  }
}
.account_pro_image {
  width: 60px;
  float: right;
  margin-top: -56px;
  padding: 1px;
  background: #959595;
}

@media (min-width: 992px) {
  .table_profile .tablecon {
    display: block;
  }
}
.table_profile .tablecon {
  padding: 7px 5px;
  font-size: 15px;
  font-weight: 600;
  display: grid;
}
.table_profile span {
  float: right;
  color: black;
  font-weight: 400;
  font-size: 12px;
}

.form__input textarea {
  width: 100%;
  padding-left: 1em;
  border: 1px solid #b8b7b7;
  font-weight: 400;
  color: #1d1d1d;
  background: #fff;
  padding: 21px;
}
.font_order {
  font-size: 13px;
  margin: 2px 12px;
  font-weight: 600;
}

.order_status {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  margin-top: 16px;
  display: grid;
  border-top: 1px solid #a2a2a2;
  color: #05a208;
}


.check_order_section {
  max-width: 400px;
  margin: auto;
  border: 1px solid #a2a2a2;
  padding: 44px 23px;
  width: 100%;
}
.check_order_section img {
  width: 100%;
  padding: 1px 15px;
}
.view_order_orderid span {
  font-size: 11px;
  padding: 0px 15px;
}
.view_order_orderid {
  margin-bottom: 17px;
}
.del_product {
  display: grid;
  background: #69c66b;
  padding: 4px 40px;
  color: black;
}

.del_address {
  margin-top: 20px;
  display: grid;
}

.delivery_button {
  padding: 11px 12px;
  font-weight: 600;
  margin-top: 23px;
  cursor: pointer;
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 13px;
  border: 1px solid black;
  background: white;
}
.paid_clas {
  font-size: 15px;
  font-weight: 600;
  color: #13b316;
}
.disable {
  background: #cfcfcf;
  cursor: no-drop;
}



/*=================== Product Category Filter ======================*/

.fixpopdrawer {
  position: fixed;
  z-index: 99;
  background: white;
  color: white;
  border: 1px solid black;
  padding: 15px 10px;
  border-radius: 0px 10px 10px 0;
  box-shadow: 2px 3px 9px #a4a4a4;
}
.fixpopbutton {
  font-size: 18px;
  font-weight: 400;
  transform: scale(0.9,1.6);
}

.filter_section {
  position: absolute;
  left: 0;
  background: white;
  z-index: 9;
  top: 2em;
  border: 1px solid #a2a2a2;
  padding: 113px 21px;
  display: none;
}

.product_category {
  width: 100%;
  padding: 2px 0px;
  margin: auto;
  margin-top: 0px;
  border-radius: 10px;
}

.item_count {
  margin: 6px 12px;
  font-size: 16px;
}
.product_class_display {
  display: flex;
  width: 100%;
  margin: 3em auto;
}

.product_section {
  flex: 5;
}
.filter_section {
  flex: 1;
  margin: 2em 0;
}
.filter_ff {
  font-size: 16px;
  text-transform: uppercase;
}

.filter_name {
  font-size: 16px;
  font-weight: 600;
  margin: 40px 0px 10px;
  border-top: 1px solid #a2a2a2;
  padding: 7px 0;
  width: 100%;
}
.filter_pr ul li {
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 400;
}

.filter_pr ul li a {
  font-size: 13px;

  font-weight: 400;
  display: block;
}


.color_filter {
  width: 30px;
  height: 30px;
  display: flex;
  margin: 2px 8px;
  border: 1px solid #b0b0b0;
}
.color_uuif {
  display: flex;
  width: 230px;
  flex-wrap: wrap;
}
.color_uuif li {
  padding: 1px !important;
  margin: 1px;
}







/*===================== Abouts US ================*/

.contentabout__text-box h4 {
  text-align: left;
  width: 100%;
}
.about_container {
  margin-bottom: 6em;
}
.pageabout-title {
  font-size: 5rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  color: #000;
  width: 80%;
  margin: 6rem auto 3rem auto;
}


/*===================== Review Feedback Product ================*/

.reviewbox {
  width: 100%;
  font-size: 16px;
  border: 1px solid black;
  padding: 15px 15px;
}


.comment-stars {
  display: flex;
  flex-direction: row-reverse;
  width: 8vw;
  padding: 14px 2px;
}

.comment-stars-input {
  display: none;
}

.comment-stars-input:checked ~ .comment-stars-view svg {
  fill: #5ad751;
  background: white;
}

.comment-stars-input:checked ~ .comment-stars-view:hover svg,
.comment-stars-input:checked
  ~ .comment-stars-view:hover
  ~ .comment-stars-view
  svg {
  fill: #5ad751;
}

.comment-stars-view {
  cursor: pointer;
}

.comment-stars-view svg {
  fill: #d7d7d7;
  width: 1.39306640625em;
  height: 1.5em;
}

.comment-stars-view.is-half {
  transform: translateX(100%);
  margin-left: -0.69580078125em;
}

.comment-stars-view.is-half svg {
  width: 0.69580078125em;
}

.comment-stars-view:hover svg,
.comment-stars-view:hover ~ .comment-stars-view svg {
  fill: #5ad751;
}


.reviewcccc {
  display: grid;
  width: 100%;
  padding: 4px 10px;
  margin-top: 2em;
  border-bottom: 1px solid #9f9e9e;
}
.review_usercard {
  display: flex;
}
.review_user {
  width: 35px;
  border: 1px solid #afacac;
  padding: 3px;
  border-radius: 50%;
}
.review_username {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 8px;
  text-transform: capitalize;
}
.review-stars {
  width: 65px;
  display: flex;
  height: 33px;
}
.review_text {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: normal;
}





@media only screen and (max-width: 760px) {
  .pageabout-title {
    margin-bottom: 0rem;
    font-size: 3rem;
  }
}

.contentabout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin: auto;
  max-width: 1560px;
}
@media only screen and (max-width: 760px) {
  .contentabout {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.contentabout__descriptor {
  width: 14%;
  border-top: 1px solid #7b7b7b;
  padding-top: 4rem;
}
@media only screen and (max-width: 760px) {
  .contentabout__descriptor {
    width: 100%;
    padding: 2rem 0;
    border-top: none;
  }
}
.contentabout__title {
  font-size: 1.5rem;
  font-weight: 400;
}
.contentabout__text-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
  width: 50%;
  border-top: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
  margin-right: 10rem;
  padding: 4rem 0;
}
@media only screen and (max-width: 920px) {
  .contentabout__text-box {
    margin-right: 0;
  }
}
@media only screen and (max-width: 760px) {
  .contentabout__text-box {
    width: 100%;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 580px) {
  .contentabout__text-box {
    border-bottom: none;
  }
}
.contentabout__text {
  width: 100%;
}












@media (min-width: 490px) { 

  .gallery_product {
      display: block;
  }
  .img_content {
    width: 50%;
    min-height: 445px;
  } 

  .img_product {
    max-width: 87vw;
  }
  .submit_button_card {
    display: flex;
  }
.product_images.section_img {
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
}
.gallery_product {
  width: 100%;
  height: auto;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: block
}



}

@media (min-width: 540px) { 
    .shopping-list li {
      display: flex;
    }
    .radio_button {
      margin-right: 20px;
    }
  .payment_card label{
      font-size: 14px;
  }

}

@media (min-width: 640px) { 
    .table_profile .tablecon {
      display: block;
    }
    .table_profile span {
      font-size: 16px;
    }
    .sign-up__form {

      padding: 2.2rem;
    }
    .review-tab-pro-inner {
      padding: 20px;
    }


}

@media (min-width: 990px) { 

    .shopping-item {
      padding: 0 45px;
    }
    .content_cart {
      display: flex;
    }
    .price_cart_total{
      margin: 0px 0px 15px 62px;
    }
    .product_desc.section_content{
      width: 80%;
      margin: 60px auto;
    }
    .select-option {
      margin: 0px 6px;
    }
    .register-form-p {
      margin-left: 65px;
    }

    .display-flex.content_wid {
      display: flex;
    }
    .gallery_product {
      width: 92%;
    }




}

@media (min-width: 1080px) { 

  .filter_section {
    position: relative;
    left: 0;
    background: white;
    z-index: 1;
    top: -15px;
    border: none;
    padding: 0;
    display: block;
  }
  .fixpopdrawer{
    display: none;
  }
  .product_class_display {
    width: 90%;
  }
  .product_category {
    padding: 2px 30px;
  }
  .product_category {
    margin-top: 37px;
  }
  .website_direct {
    width: 92%;
  }

  .similar_product {
    width: 96%;
  }
  .product-dtl {
    width: 90%;
    margin: auto;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
 



}


@media (min-width: 1280px) { 

}

@media (min-width: 1536px){

}
