body {
  font-size: 14px;
  font-family: "Plus Jakarta Sans", system-ui;
  font-weight: 500;
  overflow-x: hidden;
  color: #444444;
  transition: all 0.4s;
}
body.overflow_style {
  overflow: hidden;
}
a:hover {
  color: #333;
}
*,
a {
  text-decoration: none;
  color: #333;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  position: relative;
}
a {
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {
  outline: none;
  box-shadow: none;
}
ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type="radio"]:checked {
  accent-color: #333; /* Change to your desired color */
}
p {
  font-size: 17px;
  color: #444444;
  line-height: 1.42;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}
::selection {
  color: #ffffff;
  background: #444444;
}
html::-webkit-scrollbar,
#cart_modal_right
  .modal-dialog
  .modal-content
  .modal-body
  ul.popup_cart_list::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
}
html::-webkit-scrollbar:horizontal {
  height: 0px;
  cursor: pointer;
}
html::-webkit-scrollbar-track,
#cart_modal_right
  .modal-dialog
  .modal-content
  .modal-body
  ul.popup_cart_list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #444444;
  border-radius: 30px;
}
html::-webkit-scrollbar-thumb,
#cart_modal_right
  .modal-dialog
  .modal-content
  .modal-body
  ul.popup_cart_list::-webkit-scrollbar-thumb {
  background: #b6061a;
  border-radius: 30px;
}
html::-webkit-scrollbar-thumb:hover,
#cart_modal_right
  .modal-dialog
  .modal-content
  .modal-body
  ul.popup_cart_list::-webkit-scrollbar-thumb:hover {
  background: #171f37;
}
.breadcrumbs_and_total_pr .breadcrumbs::-webkit-scrollbar {
  height: 2px;
}
.breadcrumbs_and_total_pr .breadcrumbs::-webkit-scrollbar-track-piece {
  background-color: #e0e0e0;
  -webkit-border-radius: 3px;
}
.breadcrumbs_and_total_pr .breadcrumbs::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #b9b9b9;
  -webkit-border-radius: 3px;
}
section {
  position: relative;
  z-index: 0;
}
button.navbar-toggler {
  background: transparent;
}
h2 {
  color: #444444;
  font-size: 25px;
  font-weight: 400;
}
h3 {
  font-size: 22px;
  font-weight: 400;
  color: #444444;
}
.bg_black {
  background: #000000;
}
.main_title {
  z-index: 1;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* ====== menubar ==== */
/* header.navbar-fixed-top {
    background: #ffffff;
    position: sticky;
    top: -45px;
    left: 0;
    -webkit-animation: 2.5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 100;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
} */
header {
  background: #ffffff;
  position: sticky;
  top: -45px;
  left: 0;
  -webkit-animation: 2.5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 8px 15px 0 rgb(0 0 0 / 5%);
  z-index: 101;
}
.top_header_text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 0;
  line-height: 1.358;
  letter-spacing: 0.675px;
}
.logo_and_quicklink .main_logo a img {
  margin: 20px auto;
  display: inline-block;
}
.logo_and_quicklink .quick_link_top {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.logo_and_quicklink .quick_link_top ul {
  display: flex;
  gap: 15px 22px;
}
.logo_and_quicklink .quick_link_top ul li a {
  display: flex;
}
.logo_and_quicklink .quick_link_top ul li span.cart-counter {
    color: #fff;
}
header nav.navbar ul.navbar-nav li a.nav-link {
  font-size: 15px;
  color: #444444;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  padding: 4px 10px 10px 10px;
  margin: 0 9px 10px 9px;
}
header nav.navbar ul.navbar-nav li:first-child a.nav-link {
  margin-left: 0;
}
header nav.navbar ul.navbar-nav li:last-child a.nav-link {
  margin-right: 0;
}
header nav.navbar ul.navbar-nav li ul.dropdown-menu li a,
header nav.navbar ul.navbar-nav li ul.dropdown-menu li a.active,
header nav.navbar ul.navbar-nav li ul.dropdown-menu li a:focus {
  font-weight: 500;
  font-size: 14px;
  color: #444444;
  letter-spacing: 0.65px;
  padding: 10px 15px;
  display: inline-block;
}
header nav.navbar ul.navbar-nav li ul.dropdown-menu li:last-child {
  border: unset;
}
header nav.navbar ul.navbar-nav li ul.dropdown-menu li a:hover {
  background: transparent;
}
header nav.navbar ul.navbar-nav {
  padding: 8px 0 0px 0;
  position: static;
}
header .logo_and_quicklink {
  z-index: 1;
} 

header nav.navbar ul.navbar-nav .dropdown-toggle-split {
    top: 38px;
    right: 24px;
    position: absolute;
    box-shadow: none;
    border-radius: 0px;
    transform: translateY(-50%);
    border: solid 1px rgb(255 255 255 / 35%);
    display: none;
}
header nav.navbar ul.navbar-nav .dropdown-toggle::after, header nav.navbar ul.navbar-nav .dropdown>a::after{
    border: none;
    content: "\f078";
    font-size: 78%;
    color: #444444;
    margin-left: .120em;
    vertical-align: .120em;
    font-family: 'FontAwesome';
}
header nav.navbar ul.navbar-nav .dropdown-toggle::after{content: "\+"; color: #cfc8d8; font-weight: 900; }
header nav.navbar ul.navbar-nav .dropdown-toggle.show::after{content: "\f068"; }

/* ====== home slider ======= */
.home_slider .owl-nav,
.vision_brans.owl-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: calc(90% + 0px);
  transform: translate(-50%, -50%);
  left: 50%;
}
.home_slider .owl-nav button span,
.vision_brans.owl-carousel .owl-nav button span {
  display: none;
}
.home_slider .home_slider_view.owl-carousel .owl-nav button,
.vision_brans.owl-carousel .owl-nav button {
  background: #000000 url(./../images/arrow.svg) no-repeat center !important;
  margin: 0;
  height: 65px;
  width: 65px;
  border-radius: 100%;
}
.owl-carousel .owl-nav button, .owl-carousel .owl-nav button {
    height: 65px !important;
    width: 65px !important;
}
home_slider .home_slider_view.owl-carousel .owl-nav button.owl-prev
 {
  transform: scale(-1);
}
.bestsellers_part {
  margin: 90px 0;
}
.small_title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  margin: 0;
}
.tab_view {
  margin-top: 17px;
}
.tab_view .nav-tabs .nav-item {margin-right: 0 !important;}
.tab_view .nav-tabs .nav-item .nav-link {
  color: #444444;
  font-size: 25px;
  text-transform: uppercase;
  border: unset;
  margin: 0;
  padding: 0;
  letter-spacing: 2.5px;
  z-index: 1; 
}
.tab_view ul.nav.nav-tabs {
  gap: 30px 110px;
}
.tab_view .nav-tabs .nav-item .nav-link:before {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 0%;
  background: #444444;
  transition: all 0.4s;
  left: 50%;
  transform: translateX(-50%);
}
.tab_view .nav-tabs .nav-item .nav-link:hover:before,
.tab_view .nav-tabs .nav-item .nav-link[aria-selected="true"]:before {
  width: 100%;
}
.tab_view .nav-tabs .nav-item.show .nav-link, .tab_view .nav-tabs .nav-link.active{
  background-color: transparent; 
}
.optics_details_box .optics_img img {
  transition: all 0.3s;
  object-position: center;
  mix-blend-mode: multiply;
  object-fit: contain;
  padding: 0px 18px;
  aspect-ratio: 3 / 2;
  height: 100%;
  max-width: 375px;
  margin: auto;
  width: 100% !important;
}
.optics_img img:nth-child(2) {
  position: absolute;
  opacity: 0;
}
.optics_details_box:has(.optics_img img:nth-child(2)) {
  position: relative;
}
.optics_details_box:has(.optics_img img:nth-child(2)):hover .optics_img img:nth-child(1) {
  opacity: 0;
}
.optics_details_box:has(.optics_img img:nth-child(2)):hover .optics_img img:nth-child(2) {
  opacity: 1;
}
/* .optics_details_box .optics_img img:nth-child(2) {
  position: absolute;
  opacity: 0;
}
.optics_details_box:hover .optics_img img:nth-child(1) {
  opacity: 0;
}
.optics_details_box:hover .optics_img img:nth-child(2) {
  opacity: 1;
} */
.optics_title_info h3,
.optics_title_info h2,
.optics_title_info span,
.optics_title_info p {
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.3px;
}
.optics_img {
  /* min-height: 320px; */
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.optics_details_parts {
  width: calc(94% - 12px);
  margin: -7px auto 0;
}
.optics_title_info {
  margin-top: 30px;
}
.optics_details_box {
  margin: 40px 0;
  position: relative;
  display: block;
}
.optics_img:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 5%);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
.optics_details_box:hover .optics_img:before {
  opacity: 1;
}
.button_style,
.button_style:hover,
.button_style:focus,
.woocommerce .woocommerce-form-login .form-row .button_style,
button.button.alt,
.added_to_cart, 
#btn-razorpay, #btn-razorpay-cancel {
  background: #000000;
  color: #ffffff;
  padding: 15px 22px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  border: 1px solid #000000;
  max-width: fit-content;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: unset;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.button_style:hover,
.woocommerce button.button.alt:hover,
.added_to_cart:hover
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled:hover, 
#btn-razorpay:hover {
  color: #000000;
  background-color: #000000;
}
.button_style:after,
.button_style:before,
.woocommerce .woocommerce-form-login .form-row .button_style:after,
.added_to_cart:after,
.woocommerce .woocommerce-form-login .form-row .button_style:before,
.added_to_cart:before,
.woocommerce button.button.alt:after,
.woocommerce button.button.alt:before, 
#btn-razorpay:after, #btn-razorpay-cancel:after, 
#btn-razorpay:before, #btn-razorpay-cancel:before {
  content: "";
  background: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.4s;
  z-index: -1;
}
.button_style:after,
.woocommerce .woocommerce-form-login .form-row .button_style:after,
.woocommerce button.button.alt:after,
.added_to_cart:after, 
#btn-razorpay:after, #btn-razorpay-cancel:after {
  top: 100%;
  left: 100%;
}
.button_style:before,
.woocommerce .woocommerce-form-login .form-row .button_style:before,
.woocommerce button.button.alt:before,
.added_to_cart:before, 
#btn-razorpay:before, #btn-razorpay-cancel:before {
  left: auto;
  right: 100%;
  top: -100%;
}
.button {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.button_style:hover:after,
.woocommerce .woocommerce-form-login .form-row .button_style:hover:after,
.added_to_cart:hover:after,
.woocommerce button.button.alt:hover:after, 
#btn-razorpay:hover:after, #btn-razorpay-cancel:hover:after {
  top: 0;
  left: 0;
  background: #ffffff;
}
.button_style:hover:before,
.woocommerce button.button.alt:hover:before,
.woocommerce .woocommerce-form-login .form-row .button_style:hover:before,
.added_to_cart:hover:before, 
#btn-razorpay:hover:before, #btn-razorpay-cancel:hover:before {
  left: auto;
  right: 0;
  top: 0;
  background: #ffffff;
}
#btn-razorpay, #btn-razorpay-cancel{padding: 12px 24px;}
#btn-razorpay-cancel {
  background: #ffffff;
  color: #000000; 
}
#btn-razorpay-cancel:hover {
  color: #ffffff;
}
#btn-razorpay-cancel:hover:before, #btn-razorpay-cancel:hover::after {
  background: #000000; 
}

header button.navbar-toggler {
  padding: 0;
  background: transparent;
}
.optics_details_parts .button_style {
  margin-top: 40px;
}
/* ======= collection_part ============== */
section.collection_part {
  margin: 100px 0 90px;
}
.all_collection_part {
  display: flex;
  gap: 30px;
}
.all_collection_part img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.all_collection_part a:hover img {
  transform: scale(1.05) rotate(1deg);
}
.all_collection_part .right_all_collection {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  width: calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.all_collection_part .right_all_collection .sub_collection {
  width: calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  overflow: hidden;
}
.all_collection_part .new_collection {
  width: calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  overflow: hidden;
}
.opticals_part {
  margin: 90px 0;
}
#tag_cloud-2 .widget-title {
  margin-top: 0px !important;
  margin-left: 0px !important;
}
.main_title,
#tag_cloud-2 .widget-title,
.woocommerce .checkout_part h2 {
  color: #444444;
  font-size: 25px;
  text-transform: uppercase;
  border: unset;
  padding: 0;
  letter-spacing: 2.5px;
  z-index: 1;
  max-width: fit-content;
  margin: 20px auto;
  line-height: 1.3;
}
section.top_brands_part {
  margin: 90px 0;
}
.vision_brans.owl-carousel .owl-item {
  transition: all 0.35s;
  overflow: hidden;
}
.vision_brans.owl-carousel a img {
  transition: all 0.4s;
}
.vision_brans.owl-carousel a:hover img {
  transform: scale(1.08);
}
.vision_brans.owl-carousel a:hover .company_brand_logo img {
  transform: unset;
}
section.top_brands_part .vision_brans,
.phpdev-carousel-carousel.owl-carousel.owl-theme.owl-drag.owl-loaded.owl-carousel.owl-icon.carousel_e3f4386.vision_brans {
  margin: 44px auto 0 auto;
  width: calc(100% - 30px);
}
.vision_brans.owl-carousel .owl-nav {
  width: calc(70% + 20px);
}
.vision_brans.owl-carousel .item:after {
  content: "";
  position: absolute;
  height: 44%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.44) 44%,
    rgba(0, 0, 0, 0) 100%
  );
}
.vision_brans.owl-carousel .owl-nav button {
  background: #ffffff url(./../images/brown-arrow-right.svg) no-repeat center !important;
  box-shadow: 1px 25px 50px rgb(0 0 0 / 39%);
}
.home_slider .home_slider_view.owl-carousel .owl-nav button.owl-prev {
	background: #000000 url(./../images/arrow-left.svg) no-repeat center !important;
	 
}
.vision_brans.owl-carousel .owl-nav button.owl-prev {
  background: #ffffff url(./../images/brown-arrow-left.svg) no-repeat center !important;
  /* transform: unset; */
}
.company_brand_logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 130px;
  max-width: 240px;
}
.company_brand_logo img {
  max-height: 60px;
  max-width: fit-content;
  padding: 0px 8px;
}
section.summer_in_style {
  padding: 70px 0 100px;
  background: #f8f8f8;
  margin: 90px 0;
}
.summer_top_part {
  margin-top: 62px;
  display: flex;
  gap: 30px;
}
.summer_frame {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.summer_opticals_img img {
  mix-blend-mode: multiply;
}
.summer_details .optics_title_info {
  margin-top: 52px;
}
section.sunglasses_part {
  margin: 90px 0;
}
section.company_overview {
  background: #444444;
  padding: 77px 0 67px;
}
.summer_frame .summer_details {
  margin: 18px 18px;
}
.company_review_data .item img,
.contact_details li img {
  max-height: 83px;
  transition: all 0.7s;
}
.company_review_data .item:hover img {
  transform: rotateY(-360deg);
}
.company_review_data .item span,
.contact_details li span {
  color: #ffffff;
  white-space: pre-line;
  margin-top: 25px;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
}
.company_review_data .item,
.contact_details li {
  text-align: center;
  transition: all 0.4s;
}

.about_company_text .about_company_details {
  background: #f0ece9;
  height: 100%;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 85px 15px 71px;
  width: calc(100% + 16px);
  margin-left: -16px;
}
section.about_company {
  margin: 90px 0;
}
.about_company_details h2 {
  color: #000000;
  font-size: 35px;
  font-weight: 500;
}
.about_company_details h5 {
  font-size: 17px;
  color: #000000;
  line-height: 1.473;
  margin: 20px 0 24px 0;
}
.about_company_details p {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  line-height: 1.481;
}
.about_company_img {
  width: calc(100% - 14px);
  height: 100%;
}
.about_company_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.testimonials_part {
  margin: 90px 0 100px;
  overflow-x: hidden;
}
.testimonials_slide .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}
.testimonials_img {
  max-width: 270px;
  width: 100%;
  height: 256px;
}
.testimonials_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials_slide .testimonial_text {
  padding-left: 49px;
  width: 100%;
  padding-right: 20px;
}
.testimonials_slide .testimonial_text img {
  max-width: 70px;
  margin-bottom: 10px;
  margin-top: 28px;
}
.testimonials_slide .testimonial_text p {
  font-size: 15px;
  line-height: 1.65;
}
.testimonials_slide .testimonial_text span {
  font-weight: 600;
  color: #444444;
}
.testimonials_slide {
  margin-top: 63px;
}
section.testimonials_part .owl-carousel .owl-nav,
.testimonials_slide.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: calc(100% + 228px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.testimonials_part .owl-carousel .owl-nav button span,
.testimonials_slide.owl-carousel .owl-nav button span {
  display: none;
}
section.testimonials_part .owl-carousel .owl-nav button,
.testimonials_slide.owl-carousel .owl-nav button {
  background: #dfdfdf url(./../images/brown-arrow-left.svg) no-repeat center !important;
  margin: 0;
  height: 65px;
  width: 65px;
  border-radius: 100%;
}
section.testimonials_part .owl-carousel .owl-nav button.owl-next,
.testimonials_slide.owl-carousel .owl-nav button.owl-next {
  background: #dfdfdf url(./../images/brown-arrow-right.svg) no-repeat center !important;
}
section.contact_info {
  background: #eeeeee;
  margin-top: 100px;
  padding: 83px 0 70px;
}
ul.contact_details li span {
  color: #000000;
  font-size: 17px;
  margin-bottom: 10px;
}
ul.contact_details li p,
ul.contact_details li a {
  color: #666666;
  font-size: 15px;
  margin: 0;
  white-space: pre-line;
  line-height: 1.55;
  font-weight: 500;
}
ul.contact_details li a:hover {
  color: #000000;
}
ul.contact_details li img {
  max-height: 55px;
  max-width: 60px;
}
ul.contact_details li {
  width: calc(100% - 275px);
}
ul.contact_details {
  display: flex;
  width: calc(94% + 3px);
  margin: 0 auto;
  flex-wrap: wrap;
}
ul.contact_details li {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: calc(25% - 00px);
}
footer {
  background: #000000;
  padding: 86px 0 0;
}
.footer_part h3 {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 42px;
  letter-spacing: 1.5px;
}
footer ul li a,
footer ul li a:hover {
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.28;
  display: inline-flex;
}
footer ul li a:hover {
  color: #ffffff;
}
footer ul.follow_us li img {
  max-height: 24px;
  max-width: 20px;
}
footer ul.follow_us li a:before {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.161);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 0;
  transition: all 0.4s;
}

footer ul.follow_us li a:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
footer ul.follow_us {
  display: flex;
  gap: 24px;
  margin-top: 26px;
}
footer ul.follow_us li i {
  color: #ffffff;
  font-size: 22px;
}
.footer_part h4 {
  color: #999999;
  font-size: 16px;
  margin: 0;
  line-height: 1.45;
  white-space: pre-line;
}
.stay_in_the_loop {
  background: #1c1c1c;
  padding: 43px 55px 46px 51px;
  left: -27px;
  margin-right: calc(8% - 1px);
  margin-top: -43px;
}
.stay_in_the_loop input,
.stay_in_the_loop input:focus,
.stay_in_the_loop input:focus-visible,
.stay_in_the_loop input:active {
  border: 1px solid #505050;
  background: transparent;
  padding: 18.5px;
  width: 100%;
  margin-top: 26px;
  color: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 14px;
  box-shadow: unset;
  outline: unset;
}
button.footer_btn.button_style,
button.footer_btn.button_style:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 18px 49.21px;
  text-transform: uppercase;
  margin-top: 24px;
  color: #000000;
}
button.footer_btn.button_style:after,
button.footer_btn.button_style:before {
  color: #ffffff;
  background: #000000;
}
button.footer_btn.button_style:hover {
  color: #ffffff;
}
.contact_part {
  margin-left: calc(26% - 2px);
}
.support_part {
  margin-left: calc(24% - 0px);
}
.footer_about_part {
  margin-left: calc(34% - 1px);
}
.footer_part.shop_part {
  margin-left: calc(35% - 1px);
}
.copy_right {
  border-top: 1px solid rgb(255 255 255 / 12%);
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35.5px;
}
.copy_right span,
.left_text_copyright,
.copy_right a {
  color: rgb(255 255 255 / 65%);
  font-size: 15px;
}
.left_text_copyright {
  display: flex;
  gap: 1.5px;
  padding: 22px 0 24px;
}
.right_copyright {
  margin-right: calc(5% - 0px);
}
.left_text_copyright {
  margin-left: calc(6% - 0px);
}
.copy_right a:hover {
  color: #ffffff;
}
.stay_in_the_loop input::placeholder {
  color: #999999;
  font-weight: 500;
}

/* ====== top_bottom_style */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 25px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "";
  line-height: 50px;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  color: #444444;
  background-image: url(../images/arrow-up-solid.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  opacity: 0.85;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #444444;
  stroke-width: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap::after {
  color: #444444;
}
.progress-wrap svg.progress-circle path {
  stroke: #222222;
}
.progress-wrap .progress-circle {
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 1px rgb(0 0 0 / 16%);
}

.whatsapp_chat {
  position: fixed;
  bottom: 30px;
  left: 25px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.whatsapp_chat img {
  max-width: 60px;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff00;
  border-radius: 100%;
  transition: all 0.4s;
}
.whatsapp_chat a:hover img {
  border: 2px solid #ffffff;
}
.whatsapp_chat span {
  background: #2aa81a;
  color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  padding: 5px 28px 5px 45px;
  border-radius: 10px 40px 40px 10px;
  font-size: 12px;
  transform: translate(-55px, 0px);
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  width: 150px;
}
.whatsapp_chat span strong {
  font-weight: 600;
  font-size: 14px;
  color: white;
}
.whatsapp_chat a:hover ~ span {
  transform: translate(-32px, 0px);
  opacity: 1;
}

/* ===== 12-11-2024 ===== */
.header_search_view {
  position: sticky;
  top: 148px;
  z-index: 100;
}
.header_search_view .top_search_view {
  background: #f8f8f8;
  border: solid rgb(0 0 0 / 18%);
  border-width: 1px 0;
  margin-bottom: -1px;
  width: 100% !important;
  display: none;
  opacity: 1 !important;
}
.header_search_view .search-area h4 {
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
.top_search_view .main-search {
  padding: 35px 0;
}
.header_search_view .search-area {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 30px;
}
.header_search_view .search-area form input {
  border: 1px solid #444444;
  outline: unset;
  padding: 12px 40px 12px 10px;
  color: #444444;
  font-weight: 500;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  background: transparent;
}
.header_search_view .search-area form button {
  padding: 0;
  border: unset;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.header_search_view .search-area form button i {
  color: #444444;
  font-size: 16px;
}
.header_search_view .search-area .quote {
  color: rgb(68 68 68 / 75%);
  font-size: 13px;
  margin: 5px 0 0 0;
  text-align: right;
}
.header_search_view .search-area .page_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 50%);
  z-index: -1;
  transition: all 0.4s;
}
.header_search_view .search-area .close_searchbar {
  max-width: 15px;
  margin-right: 8px;
  cursor: pointer;
  margin-left: 15px;
}
.logo_and_quicklink .quick_link_top ul li a.search-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 6px;
  background: #444444;
  top: 7px;
  left: 5px;
  transition: all 0.4s;
  transform: scale(0);
}
.logo_and_quicklink .quick_link_top ul li a.search-btn.active:before {
  transform: scale(1);
}

ul.dropdown-menu.user_menu_dropdown {
  display: none;
  flex-direction: column;
  gap: 0;
  transform: translate(-50px, 10px) !important;
  border-radius: 0;
  padding: 0;
  top: 0;
  inset: unset !important;
  min-width: auto;
}
ul.dropdown-menu.user_menu_dropdown.show {
  display: block;
}
ul.dropdown-menu.user_menu_dropdown li {
  border-bottom: 1px solid rgb(68 68 68 / 32%);
}
ul.dropdown-menu.user_menu_dropdown li:last-child {
  border: unset;
}
ul.dropdown-menu.user_menu_dropdown li a {
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.65px;
  padding: 6px 14px;
  display: inline-block;
  opacity: 0.6;
  background: transparent;
  max-width: fit-content;
}
ul.dropdown-menu.user_menu_dropdown li a:hover {
  color: #000000;
  opacity: 1;
}

/* ======== user_details_form ====== */
.user_details_page {
  margin: 60px 0;
}
.subtitle,
.subtitle a {
  font-size: 15px;
  color: #444444;
  letter-spacing: 0.4px;
  line-height: 1.5;
  white-space: pre-line;
}
.subtitle a {
  text-decoration: underline;
}
.user_details_page form,
.user_details_page .optics_checkbox_mark {
  max-width: 900px;
}
.user_details_page .button_style,
.user_details_page .button_style:hover,
.w-150-btn:hover,
.w-150-btn,
.w-150-btn:focus,
.woocommerce .woocommerce-form-login .form-row .button_style,
.woocommerce .product a.added_to_cart {
  min-width: 150px;
  font-size: 16px;
  margin-top: 40px;
  padding: 0.5rem 22px;
}
ul.user_login_link li img {
  max-height: 20px;
  margin-right: 5px;
}
ul.user_login_link {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 5px 38px;
  flex-wrap: wrap;
}
ul.user_login_link li a {
  color: #444444;
}
ul.user_login_link li:before {
  content: "";
  position: absolute;
  height: calc(100% + 3px);
  width: 1px;
  background: #444444;
  right: -19px;
  opacity: 0.6;
  top: 50%;
  transform: translateY(-50%);
}
ul.user_login_link li:last-child:before {
  display: none;
}
ul.user_login_link li a:before {
  content: "";
  bottom: -3px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #444444;
  position: absolute;
  transform: rotate(0.001deg) scaleX(0);
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: right;
}
ul.user_login_link li a:hover:before {
  transform: rotate(0.001deg) scaleX(1);
  transform-origin: left;
}

/* 20-01-2025 */
.vision_brans.owl-carousel .owl-item.active:first-child,
.vision_brans.owl-carousel .owl-item.active:last-child {
  opacity: 0.35;
  pointer-events: none;
}

.woocommerce-form-login__rememberme {
  display: none !important;
}

/* .woocommerce .lost_reset_password p {
} */
/* .woocommerce-message {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding-left: 5%;
} */

.woocommerce-notices-wrapper {
    position: fixed;
    z-index: 9;
    left: 24px;
    bottom: 24px;
    max-width: 376px;
    outline: none !important;
}
.woocommerce-message {
    font-size: 15px;
    margin-bottom: 0;
    border-radius: 4px;
    outline: none !important;
    background-color: #ffffff;
    border: 2px solid rgb(0 0 0 / 65%);
    box-shadow: 0px 7px 24px rgb(0 0 0 / 25%);
}
.woocommerce-message::before {
    font-size: 24px;
    top: 10px;
    left: 10px;
}
.woocommerce-message .button.wc-forward {
    float: none;
    display: table;
    margin-top: 8px;
    padding: 4px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
    background-color: transparent;
}
.woocommerce-message .button.wc-forward:hover{background-color: transparent; text-decoration: underline; letter-spacing: 1px; }

.woocommerce-error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.woocommerce-error li {
  list-style: none;
  padding-left: 30px !important;
}

.woocommerce-info::before,
.woocommerce-info {
  border-top-color: #000000;
  color: #000000;
}

.woocommerce p.woocommerce-result-count {
  display: none;
}
.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled {
  background-color: #000;
  color: #fff;
  padding: 15px 22px;
}

/* ACcount page css */
/* General card styling */
.card {
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}
.card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Sidebar navigation */
.nav-pills .nav-link {
  border-radius: 0;
  padding: 12px 20px;
  color: #333;
  width: 100%;
}
.nav-pills .nav-link.active {
  background-color: #444;
  color: white;
}
@media (max-width: 767.98px) {
  .nav-pills {
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
  }
  .nav-pills .nav-link {
    display: inline-block;
    margin-right: 10px;
  }
}

/* Content area */
.tab-content {
  min-height: 300px;
}

/* ====== 25-06-2025 ====== */
.woocommerce-account .status-publish.hentry .entry-content .optics_info h1 {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #444444;
    font-weight: 400 !important;
}
.woocommerce-account .status-publish.hentry .entry-content .optics_info p {
    color: #444444 !important;
    line-height: 1.42;
    font-weight: 500;
    font-size: 15px;
}
.woocommerce-account .woocommerce .prodcuts_images_list h5 {
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: 18px;
    color: #000000;
}
.woocommerce-account .woocommerce .prodcuts_images_list .card-header {
    background: transparent;
    border: unset;
    padding: 0 0 0 14px;
}
.woocommerce-account .woocommerce .prodcuts_images_list .card {
    box-shadow: unset !important;
}

.woocommerce-account .woocommerce .prodcuts_images_list {
    margin: 40px 30px 40px 20px;
}
.woocommerce-account .woocommerce .prodcuts_images_list .card-body ul li a {
    color: #000000;
    font-size: 14px;
    background: transparent;
    border: dashed;
    border-width: 1px 1px 1px 1px;
    padding: 14px;
    border-color: transparent transparent rgb(0 0 0 / 18%) transparent;
	margin-right: 0px;
}
.woocommerce-account .woocommerce .prodcuts_images_list .card-body ul li a.active {
    background: #f8f8f8;
    border-color: rgb(0 0 0 / 18%) rgb(0 0 0 / 18%) rgb(0 0 0 / 18%) rgb(0 0 0 / 18%);
}
.woocommerce-account .woocommerce .prodcuts_images_list .card-body ul li {
    margin-top: -1px;
}
.woocommerce-account .woocommerce .prodcuts_images_list .card-body ul li:last-child a {
    border: unset;
}
.woocommerce-account .woocommerce .optics_details_info .card .card-body {
    background: #ffffff;
    padding: 25px 15px;
}
.woocommerce-account .woocommerce .optics_details_info .alert {
    border-radius: 0;
    background: #f8f8f8;
    border: 1px solid rgb(0 0 0 / 12%);
}
.woocommerce-account .woocommerce .optics_details_info .alert:focus-visible {
    outline: unset;
}
.woocommerce-account .woocommerce .optics_details_info .alert i.fa {
    font-size: 10px !important;
}
.woocommerce-account .woocommerce .optics_details_info .card {
    border-radius: 0;
    border: 1px solid rgb(0 0 0 / 12%);
}
.woocommerce-account .woocommerce .optics_details_info .card .card-body p.card-text {
    font-size: 15px;
    margin: 12px 0 12px;
}
.woocommerce-account .woocommerce .optics_details_info .card .card-body .button_style {
    font-size: 13px;
    background: #000000;
    color: #ffffff;
    padding: 12px 22px !important;
    margin-top: 8px;
    margin-bottom: 5px;
}
.woocommerce-account .woocommerce .optics_details_info .card .card-body .button_style:hover {
    color: #000000;
}
.woocommerce-account.woocommerce-dashboard .optics_details_info .tab-content>.p-3 {
    padding: 0 !important;
}
.woocommerce-account .woocommerce table.shop_table{
	  border-radius: 0px;
	    border-collapse: collapse;
} 
.woocommerce-account .woocommerce table.shop_table td, .woocommerce-account .woocommerce table.shop_table th {
    border: 1px solid rgb(0 0 0 / 12%);
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #444444;
}
.woocommerce-account .woocommerce table.shop_table thead th {
    background: #f1f1f1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.woocommerce-account .woocommerce table.shop_table td .woocommerce-button, .woocommerce-account .woocommerce .optics_details_info .woocommerce-info .button.wc-forward {
    background-color: transparent;
    border-radius: 0;
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 12px;
    border: 1px solid #000000;
    letter-spacing: 0.6px;
    font-weight: 600;
}
.woocommerce-account .woocommerce table.shop_table td .woocommerce-button:hover, .woocommerce-account .woocommerce .optics_details_info .woocommerce-info .button.wc-forward:hover {
    background-color: #000000;
    color: #ffffff;
} 
.woocommerce-account .status-publish.hentry .entry-content .optics_info p mark {
    background-color: #efefef;
    box-shadow: 1px 1px 0px rgb(213 213 213 / 90%);
}
.woocommerce-account .woocommerce .optics_details_info .tab-content h2 {
    color: #444444;
	font-size: 20px;
    font-weight: 500;
	    margin-bottom: 12px;
}
.woocommerce-account .woocommerce .optics_details_info .tab-content .woocommerce-order-details {
    margin: 35px 0 40px 0;
}
.woocommerce-account .woocommerce .woocommerce-customer-details address {
    border-radius: 0;
    border: 1px solid rgb(0 0 0 / 12%);
    padding: 13px 16px;
    font-size: 14px;
}
.woocommerce-account .woocommerce .woocommerce-customer-details address p {
    margin: 12px 0;
}
.woocommerce-account .woocommerce table.shop_table span, .woocommerce-account .woocommerce table.shop_table bdi {
    font-size: 14px;
    font-weight: 500;
    color: #444444;
}
.woocommerce-account .woocommerce .optics_details_info .woocommerce-info::before{
    background: #f8f8f8;
}
.woocommerce-account .woocommerce .optics_details_info .woocommerce-info {
	  background: #f8f8f8;
    border: 1px solid rgb(0 0 0 / 12%);
}
.woocommerce-account .woocommerce .optics_details_info .woocommerce-info .button.wc-forward {
    display: inline-block;
    width: auto;
}
.woocommerce-edit-address .woocommerce .woocommerce-account .woocommerce .optics_details_info .card .card-header h4 {
    color: #444444;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}
.woocommerce-edit-address.woocommerce-account .woocommerce .optics_details_info .card .card-header, .woocommerce-edit-account.woocommerce-account .woocommerce .optics_details_info .card .card-header {
    background: transparent !important;
    border: unset;
    padding: 0;
}
.woocommerce-edit-address.woocommerce-account .woocommerce .optics_details_info .card .card-body {
    background: #ffffff;
    border-radius: 0;
    border: 1px solid rgb(0 0 0 / 12%);
    padding: 13px 16px;
    font-size: 14px;
}
.woocommerce-edit-address.woocommerce-account .woocommerce .optics_details_info .card, .woocommerce-edit-account.woocommerce-account .woocommerce .optics_details_info .card {
    box-shadow: unset !important;
}
.woocommerce-edit-address.woocommerce-account .woocommerce .optics_details_info .card .card-header h4, .woocommerce-edit-account.woocommerce-account .woocommerce .optics_details_info .card .card-header h4 {
	color: #444444;
    font-size: 20px;
    font-weight: 400;
    padding: 12px 15px;
    background: #F8F8F8;
    border: solid rgb(0 0 0 / 12%);
    border-width: 1px 1px 0 1px;
}
.woocommerce-edit-address.woocommerce-account .woocommerce .optics_details_info .card .card-header h5 {
    margin-bottom: 15px !important;
    margin-top: 8px;
    font-size: 18px;
}
.woocommerce-edit-address.woocommerce-account .woocommerce .optics_details_info .card .card-body .button_style {
    min-width: 125px;
}
.woocommerce-edit-account.woocommerce-account .woocommerce .optics_details_info .card .card-body {
    border: 1px solid rgb(0 0 0 / 12%);
    padding: 22px 18px !important;
}
.woocommerce-edit-account.woocommerce-account .woocommerce .optics_details_info .card fieldset {
    margin-top: 10px !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 20px;
}
.woocommerce-edit-account.woocommerce-account .woocommerce form.edit-account.form_decorative .form-group {
    width: calc(50% - 10px);
}
.woocommerce-edit-account.woocommerce-account .woocommerce form.edit-account.form_decorative {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 20px;
}
.woocommerce-account.woocommerce-page .woocommerce .user_details_page .button_style {
	font-size: 13px;
   	 padding: 12px 22px;
}
.woocommerce-account.woocommerce-view-order .status-publish.hentry .entry-content .optics_info p {
    word-wrap: break-word;
} 

/* ====== 26-06-2025 ==== */
.tab_view .nav-tabs .nav-item .nav-link{
	font-weight: 400;
}
.elementor-7 .contact_infos .elementor-image-box-img img {
    max-height: 55px;
    max-width: 60px;
	  width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
}
.user_details_page .button_style, .user_details_page .button_style:hover, .w-150-btn:hover, .w-150-btn, .w-150-btn:focus, .woocommerce .woocommerce-form-login .form-row .button_style, .woocommerce .product a.added_to_cart {
    min-width: 150px;
    font-size: 13px;
    margin-top: 40px;
    padding: 12px 15px;
}
@media only screen and (max-width: 1399px) {
	.owl-carousel .owl-nav button, .owl-carousel .owl-nav button, .home_slider .home_slider_view.owl-carousel .owl-nav button.owl-prev {
 		height: 55px !important;
        width: 55px !important;
        background-size: 10px !important;
	}        
}
@media only screen and (max-width: 1199px) {
	.woocommerce-account .status-publish.hentry .entry-content .optics_info h1 {
		font-size: 22px;
	} 
	.woocommerce-account.woocommerce-view-order .woocommerce .optics_details_info .tab-content h2, .woocommerce-edit-address.woocommerce-account .woocommerce .optics_details_info .card .card-header h4, .woocommerce-edit-account.woocommerce-account .woocommerce .optics_details_info .card .card-header h4 {
		font-size: 19px;
	}
}
@media only screen and (max-width: 991px) {
	.woocommerce-account.woocommerce-dashboard .woocommerce .optics_details_info .card .card-body h5 {
		font-size: 19px;
	}
	.woocommerce-account .woocommerce .optics_details_info {
		border-left: 1px solid rgb(0 0 0 / 16%);
	}
	.woocommerce-account.woocommerce-view-order .woocommerce-column {
        width: 75%;
        float: unset;
        margin-bottom: 25px;
    }
	.woocommerce-account.woocommerce-view-order .woocommerce-column:last-child{
		margin-bottom: 0px;
	}
	.woocommerce-account.woocommerce-view-order .status-publish.hentry .entry-content .optics_info p {
		font-size: 14px;
	}
	.owl-carousel .owl-nav button, .owl-carousel .owl-nav button, .home_slider .home_slider_view.owl-carousel .owl-nav button.owl-prev {
 		 height: 42px !important;
        width: 42px !important;
        background-size: 8px !important;
	} 
}
@media only screen and (max-width: 767px) {
	.woocommerce-account .status-publish.hentry .entry-content .optics_info h1 {
		font-size: 20px;
	}
	.woocommerce-account.woocommerce-dashboard .woocommerce .optics_details_info .card .card-body h5 {
		font-size: 18px;
	}
	.woocommerce-account .woocommerce .optics_details_info {
		border-left: unset;
	}
	.woocommerce-account .woocommerce .optics_details_info .card .card-body .button_style {
		font-size: 12px;
	}
	.woocommerce-account .woocommerce .prodcuts_images_list .card-body ul li:first-child{
		margin-top: 0px;
	}
	.woocommerce-account .woocommerce .prodcuts_images_list {
		margin: 40px 20px 20px 20px;
		border-bottom: 1px solid rgb(0 0 0 / 50%);
		padding-bottom: 20px;
	}
	.woocommerce-orders .woocommerce table.shop_table_responsive tr{
		margin-bottom: 25px;
	}
	.woocommerce-orders .woocommerce table.shop_table_responsive{
		border: unset;
	}
	.woocommerce-account.woocommerce-orders .woocommerce table.shop_table td, .woocommerce-account.woocommerce-orders .woocommerce table.shop_table th {
		margin-bottom: -1px;
	}
	.woocommerce-account.woocommerce-orders .woocommerce table.shop_table_responsive{
		margin-bottom: 0;
	}
	.woocommerce-account.woocommerce-orders .woocommerce table.shop_table td a.view {
		max-width: fit-content;
		min-width: 120px;
		margin: 0px 0 auto auto;
		display: block;
	}
	.woocommerce-account.woocommerce-view-order .woocommerce .optics_details_info .tab-content h2 {
        font-size: 18px;
    }
	.owl-carousel .owl-nav button, .owl-carousel .owl-nav button, .home_slider .home_slider_view.owl-carousel .owl-nav button.owl-prev {
 		 height: 35px !important;
        width: 35px !important;
        background-size: 7px !important;
	} 
}
@media only screen and (max-width: 575px) {
	.woocommerce-account .status-publish.hentry .entry-content .optics_info h1 {
		font-size: 18px;
	}
	.woocommerce-account .woocommerce .prodcuts_images_list {
        margin: 30px 00px 20px 00px; 
    }
	.woocommerce-account.woocommerce-page .woocommerce .user_details_page .button_style {
		font-size: 12px;
			 padding: 10px 20px;
	}
	.woocommerce-account.woocommerce-view-order .woocommerce-column {
		width: 100%;
	}
	.woocommerce-account.woocommerce-view-order .woocommerce .optics_details_info .tab-content h2 {
        font-size: 17px;
    }
	.woocommerce-account .woocommerce .prodcuts_images_list .card-header{
		padding-left: 8px;
	}
	.woocommerce-account .woocommerce .prodcuts_images_list .card-body ul li a {
		padding: 12px 8px;
	}
	.woocommerce-edit-address.woocommerce-account .woocommerce .optics_details_info .card .card-header h4, .woocommerce-edit-address.woocommerce-account .woocommerce .optics_details_info .card .card-header h5, .woocommerce-edit-account.woocommerce-account .woocommerce .optics_details_info .card .card-header h4 {
		font-size: 17px; 
	}
	.woocommerce-account .optics_info p{
		font-size: 14px !important;
	}
	.woocommerce-edit-account.woocommerce-account .woocommerce form.edit-account.form_decorative .form-group{
		width: 100%;
	}
	.woocommerce-edit-account.woocommerce-account .woocommerce .optics_details_info .card fieldset {
		margin-top: 15px !important;
	}
	.owl-carousel .owl-nav button, .owl-carousel .owl-nav button, .home_slider .home_slider_view.owl-carousel .owl-nav button.owl-prev {
 		 height: 26px !important;
        width: 26px !important;
        background-size: 5px !important;
	} 
	.footer_part.shop_part, .footer_part.footer_about_part, .footer_part.support_part, .footer_part.contact_part{
		margin-left: 0 !important;
	}
	footer .footer_part.contact_part ul.follow_us {
		margin-left: 8px;
	}
	.stay_in_the_loop {
        padding: 28px 22px 26px 22px;
    }
} 


/* 18-09-2025 */
.woocommerce ul.order_details li strong {
    font-size: 15px;
    font-weight: 600;
    margin-top: 4px;
}
.woocommerce ul.order_details li {
    font-size: 12px;
    color: #444;
}






















